会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
点滴记忆
你知道的越多,你不知道的越多。
首页
新随笔
联系
订阅
管理
上一页
1
···
53
54
55
56
57
58
59
60
61
···
84
下一页
2020年3月16日
【C语言】求球的表面积和体积
摘要: 1. 相关数学公式 球体表面积公式: S=4πr²=πD² 球体体积公式: 2.算法分析: 计算表面积和体积,均依赖球体半径。 所以需要先输入球体半径,然后根据公式计算出球体表面积和体积。 最终输出。 3.代码 #include <stdio.h> #define PI 3.1415927 //定义
阅读全文
posted @ 2020-03-16 11:56 木子欢儿
阅读(7538)
评论(0)
推荐(0)
2020年3月15日
【HTML】用CSS和“★”字符制做中国国旗
摘要: <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)
2020年3月13日
【离散数学】量词作用域的扩张与收缩
摘要:
阅读全文
posted @ 2020-03-13 15:46 木子欢儿
阅读(1313)
评论(0)
推荐(0)
2020年3月11日
【HTML】一个好看的登录界面
摘要: 效果图 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)
【C语言】用"I love you!"打印心形
摘要: #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)
【Python】序列
摘要:
阅读全文
posted @ 2020-03-11 10:46 木子欢儿
阅读(131)
评论(0)
推荐(0)
【Python】数据去重
摘要:
阅读全文
posted @ 2020-03-11 10:33 木子欢儿
阅读(187)
评论(0)
推荐(0)
【Python】集合
摘要:
阅读全文
posted @ 2020-03-11 10:30 木子欢儿
阅读(146)
评论(0)
推荐(0)
关于博客园内嵌入bilibili视频
摘要: 原文: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)
硬核!Android x86 9.0 VM虚拟机安装教程
摘要:
阅读全文
posted @ 2020-03-11 09:34 木子欢儿
阅读(7554)
评论(0)
推荐(1)
上一页
1
···
53
54
55
56
57
58
59
60
61
···
84
下一页
公告