上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 79 下一页
摘要: <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 木子欢儿 阅读(653) 评论(0) 推荐(0) 编辑
摘要: 1. 相关数学公式 球体表面积公式: S=4πr²=πD² 球体体积公式: 2.算法分析: 计算表面积和体积,均依赖球体半径。 所以需要先输入球体半径,然后根据公式计算出球体表面积和体积。 最终输出。 3.代码 #include <stdio.h> #define PI 3.1415927 //定义 阅读全文
posted @ 2020-03-16 11:56 木子欢儿 阅读(7010) 评论(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 木子欢儿 阅读(1327) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-03-13 15:46 木子欢儿 阅读(1229) 评论(0) 推荐(0) 编辑
摘要: 效果图 HTML: <!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=drive-width,initial-scale=1.0"> <meta http-equiv=" 阅读全文
posted @ 2020-03-11 15:55 木子欢儿 阅读(8840) 评论(0) 推荐(4) 编辑
摘要: #include<iostream> #include<cmath> using namespace std; int main() { float x, y; string s = "I love you!"; int l = s.length(); for (y = 1.3f; y >= -1. 阅读全文
posted @ 2020-03-11 12:13 木子欢儿 阅读(1212) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-03-11 10:46 木子欢儿 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-03-11 10:33 木子欢儿 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-03-11 10:30 木子欢儿 阅读(143) 评论(0) 推荐(0) 编辑
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 79 下一页