上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 84 下一页
摘要: 1. 相关数学公式 球体表面积公式: S=4πr²=πD² 球体体积公式: 2.算法分析: 计算表面积和体积,均依赖球体半径。 所以需要先输入球体半径,然后根据公式计算出球体表面积和体积。 最终输出。 3.代码 #include <stdio.h> #define PI 3.1415927 //定义 阅读全文
posted @ 2020-03-16 11:56 木子欢儿 阅读(7538) 评论(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 木子欢儿 阅读(1374) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-13 15:46 木子欢儿 阅读(1313) 评论(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 木子欢儿 阅读(8965) 评论(0) 推荐(5)
摘要: #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 木子欢儿 阅读(1282) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-11 10:46 木子欢儿 阅读(131) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-11 10:33 木子欢儿 阅读(187) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-11 10:30 木子欢儿 阅读(146) 评论(0) 推荐(0)
摘要: 原文:https://www.cnblogs.com/wkfvawl/p/12268980.html 一、原理 使用iframe标签,更改其中src对应bilibili视频的aid和cid,组装新的HTML源码,即可在文章内嵌入bilibili视频。 二、获取aid和cid aid为视频的av号,但 阅读全文
posted @ 2020-03-11 09:43 木子欢儿 阅读(1082) 评论(1) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-11 09:34 木子欢儿 阅读(7554) 评论(0) 推荐(1)
上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 84 下一页