上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 92 下一页
摘要: def getNum(): #获取用户不定长度的输入 nums=[] #定义一个空列表 iNumStr = input("请输入数字(回车退出):") while iNumStr !="": nums.append(eval(iNumStr)) iNumStr = input("请输入数字(回车退出 阅读全文
posted @ 2020-03-21 11:30 木子欢儿 阅读(2165) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-21 10:06 木子欢儿 阅读(282) 评论(0) 推荐(1)
摘要: 阅读全文
posted @ 2020-03-20 11:08 木子欢儿 阅读(1240) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-20 10:57 木子欢儿 阅读(846) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-20 10:55 木子欢儿 阅读(2739) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-20 10:51 木子欢儿 阅读(647) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-18 18:24 木子欢儿 阅读(281) 评论(0) 推荐(0)
摘要: <center><embed border="0" marginwidth="0" marginheight="0" width="250" height="52" src="//music.163.com/outchain/player?type=0&amp;id=827912183&amp;_h 阅读全文
posted @ 2020-03-17 10:54 木子欢儿 阅读(679) 评论(0) 推荐(0)
摘要: 1. 相关数学公式 球体表面积公式: S=4πr²=πD² 球体体积公式: 2.算法分析: 计算表面积和体积,均依赖球体半径。 所以需要先输入球体半径,然后根据公式计算出球体表面积和体积。 最终输出。 3.代码 #include <stdio.h> #define PI 3.1415927 //定义 阅读全文
posted @ 2020-03-16 11:56 木子欢儿 阅读(7654) 评论(0) 推荐(0)
摘要: <style type="text/css"> .all{ background-color:red; width:960px; height:640px; } .five{ background-color:red; width:480; height=320; } .big{ position: 阅读全文
posted @ 2020-03-15 09:13 木子欢儿 阅读(1402) 评论(0) 推荐(0)
上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 92 下一页