03 2020 档案

摘要:事实上,没有难么简单 。 public class Hello { public static void main(String [] args) { System.out.println("Java Hello world\n"); } } 看起来比较奇怪,后面再搞搞,有点奇怪的感觉。 阅读全文
posted @ 2020-03-30 21:19 卷哭你 阅读(157) 评论(0) 推荐(0)
摘要:(1)采集8通道,6通道保存 数据错乱 阅读全文
posted @ 2020-03-30 20:52 卷哭你 阅读(318) 评论(0) 推荐(0)
摘要:- 0xce 如果是short类型表示 0xffce 表示负数 负数的10进制是很大的 。 -0xce 如果是int类型的话 0xffffffce 表示负数 负数的10进制也很大 阅读全文
posted @ 2020-03-30 20:22 卷哭你 阅读(760) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-03-28 23:56 卷哭你 阅读(955) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-03-28 22:44 卷哭你 阅读(5) 评论(0) 推荐(0)
摘要:共用体数据类型竟然是里面的独门绝技,牛逼的飞起,尤其是流媒体数据。 阅读全文
posted @ 2020-03-28 22:39 卷哭你 阅读(94) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-03-28 10:49 卷哭你 阅读(5) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-03-27 14:41 卷哭你 阅读(23) 评论(0) 推荐(0)
摘要:模块: 多个.c和.h 构成一个软件系 统 软件工程项目 #ifndef __TEST_STRUCT_H #define __TEST_STRUCT_H struct toilet_paper { int g_status; int color; int size; int shape; int o 阅读全文
posted @ 2020-03-27 13:55 卷哭你 阅读(796) 评论(0) 推荐(0)
摘要:https://gitee.com/explore/utils 阅读全文
posted @ 2020-03-26 20:43 卷哭你 阅读(81) 评论(0) 推荐(0)
摘要:struct my_Packet{ int xx; void *data; int size; }; 好处: 任意指针类型 需要做的事情: 引用的时候需要强制类型或者使用一个指针进行赋值,指向他。 方法一:char*pdata = pPacket->data; pdata[DATA_PACKET_L 阅读全文
posted @ 2020-03-26 17:02 卷哭你 阅读(439) 评论(0) 推荐(0)
摘要:|、 PS 查看进程 之后迅速往上滚动界面,终端显示会停止,就能找到想要的进程。 阅读全文
posted @ 2020-03-26 14:07 卷哭你 阅读(283) 评论(0) 推荐(0)
摘要:见识到森林和海洋,但我爬不出森林. 阅读全文
posted @ 2020-03-26 09:40 卷哭你 阅读(96) 评论(0) 推荐(0)
摘要:switch 分支语句 阅读全文
posted @ 2020-03-25 13:10 卷哭你 阅读(152) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-24 19:22 卷哭你 阅读(1176) 评论(1) 推荐(0)
摘要:大部分领域,一般的趋势都是从纯手工制作,到流程化,再到自动化制作 https://www.baidu.com/link?url=fucapJjB4DvCytwp63c6e4gF_EVcjrJ_L57TjeWE2Hmp1zNFe1LxM6pFbanUNW75wq70temwMW8e0-Da6iusOq 阅读全文
posted @ 2020-03-24 09:30 卷哭你 阅读(158) 评论(0) 推荐(0)
摘要:task1完成了,才能进入t ask2,然后是task3,然后到tsk4,这不就是游戏通关了吗。 阅读全文
posted @ 2020-03-24 09:29 卷哭你 阅读(578) 评论(0) 推荐(0)
摘要:(1) 知道是什么果汁. (2) 打开果汁瓶盖. (3) 往里面倒雪碧或者果汁. (4) 直到果汁倒满. (5) 关闭啤酒瓶盖. O(n) = n =5; 任何接口的版本固件升级,都可以使用上面五步,比如(1)uart (2)net (3)usb 阅读全文
posted @ 2020-03-23 13:42 卷哭你 阅读(131) 评论(0) 推荐(0)
摘要:// tsk.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" int main() { while (1) { if (1) { continue; } printf("continue 使用\n"); } return 0; } 阅读全文
posted @ 2020-03-23 10:02 卷哭你 阅读(692) 评论(0) 推荐(0)
摘要:面向对象一定需要建模 阅读全文
posted @ 2020-03-23 01:18 卷哭你 阅读(100) 评论(0) 推荐(0)
摘要:设计到通信有关的东西,不管是芯片还是嵌入式软件还是单片机软件还是客观端和服务器编程,都可以采用主从状态机的方式 去解决问题。 阅读全文
posted @ 2020-03-22 14:38 卷哭你 阅读(231) 评论(0) 推荐(0)
摘要:系统编程 将复杂的任务先转换为多个线程去完成处理 大大简化了操作 单片机编程 采用是中断 加 状态机编程 阅读全文
posted @ 2020-03-22 14:26 卷哭你 阅读(232) 评论(0) 推荐(0)
摘要:好的设计 少加班 阅读全文
posted @ 2020-03-21 20:16 卷哭你 阅读(172) 评论(0) 推荐(0)
摘要:设计当然最重要,但是不一定要先于代码完成。 代码和设计可以同步重构。 成果不经过实践的检验的设计和代码都是烂的。 阅读全文
posted @ 2020-03-21 19:32 卷哭你 阅读(383) 评论(0) 推荐(0)
摘要:方便接收到数据,不需要解析,直接就可以知道数据包的物理位置信息,并得到相关变量的值。 音视频传输中使用这个数据结构也是异常好用 typedef union __dataPacketHead { unsigned char buffer[sizecmd]; struct { unsigned char 阅读全文
posted @ 2020-03-21 14:30 卷哭你 阅读(295) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-21 13:50 卷哭你 阅读(271) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-21 13:26 卷哭你 阅读(138) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-21 13:22 卷哭你 阅读(187) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-21 13:19 卷哭你 阅读(127) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-21 13:11 卷哭你 阅读(189) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-21 11:41 卷哭你 阅读(205) 评论(0) 推荐(0)
摘要:DSP实时多任务操作系统设计与实现 阅读全文
posted @ 2020-03-21 11:12 卷哭你 阅读(296) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-03-21 10:09 卷哭你 阅读(171) 评论(0) 推荐(0)
摘要:精力有限,提升效率。 cpu 阅读全文
posted @ 2020-03-21 09:55 卷哭你 阅读(140) 评论(0) 推荐(0)
摘要:组的概念 进程组合和线程组和项目团队公式 就是数据结构里面的树 人群 排阻 线程数组 进程数组 线程链表 进程链表 等待队列链表 task数组 定时器数组 树 线程树 进程树 设备树 task树 定时器树 图 定时器图 task图 概率图 进程图 线程图 万物皆图 电路元器件之间的关系 PCBA上各 阅读全文
posted @ 2020-03-21 09:52 卷哭你 阅读(264) 评论(0) 推荐(0)
摘要://set volume //I2CWRITE(I2C_ADC31, 59, 0X0); //I2CWRITE(I2C_ADC31, 60, 0X0); //I2CWRITE(I2C_ADC31, 59, 20); //I2CWRITE(I2C_ADC31, 60, 20); I2CWRITE(I2 阅读全文
posted @ 2020-03-21 09:39 卷哭你 阅读(259) 评论(0) 推荐(0)
摘要:使用git checkout -b xxx 建立一个分支 各种操作 各种训练 阅读全文
posted @ 2020-03-20 20:38 卷哭你 阅读(175) 评论(0) 推荐(0)
摘要:os就是因为可以并发运行程序,所以很吊。 阅读全文
posted @ 2020-03-20 15:36 卷哭你 阅读(204) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-19 21:43 卷哭你 阅读(203) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-19 21:23 卷哭你 阅读(786) 评论(0) 推荐(0)
摘要:ite(3, "t\2\200\2|\2u\2o\2n\2t\2m\2v\2R\2X\0027\2I\2\23\2H\2\371\1"..., 8192) = 8192 write(3, "\265\2\235\2\264\2\215\2\242\2\207\2\216\2\256\2\241\2\ 阅读全文
posted @ 2020-03-19 20:20 卷哭你 阅读(247) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-03-19 16:48 卷哭你 阅读(1) 评论(0) 推荐(0)
摘要:软件编程模型 阅读全文
posted @ 2020-03-19 16:28 卷哭你 阅读(403) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-19 15:24 卷哭你 阅读(245) 评论(0) 推荐(0)
摘要:一个人干活 ,很多特种部队干活干活。 阅读全文
posted @ 2020-03-19 11:34 卷哭你 阅读(89) 评论(0) 推荐(0)
摘要:高中告诉我们电的属性 大学告诉我们信息的知识 振动也可以传递信息 我们说话 阅读全文
posted @ 2020-03-19 11:03 卷哭你 阅读(400) 评论(0) 推荐(0)
摘要:建立分支: 采用的继承思想 (牛逼方式) 类似: fork函数 merge: 合并到新功能 https://blog.csdn.net/wangliblog/article/details/59108991 https://blog.csdn.net/weixin_44694538/article/ 阅读全文
posted @ 2020-03-19 10:24 卷哭你 阅读(235) 评论(0) 推荐(0)
摘要:链表和工作队列 都是有时间线 案例 https://baijiahao.baidu.com/s?id=1661386978968893269&wfr=spider&for=pc 阅读全文
posted @ 2020-03-19 10:20 卷哭你 阅读(126) 评论(0) 推荐(0)
摘要:(1) 解方程 人的思维 (2) 尝试法 试探法 (3) 二分法 (连续 >有序 序数) 阅读全文
posted @ 2020-03-19 09:24 卷哭你 阅读(294) 评论(0) 推荐(0)
摘要:阻塞操作本质 两个并发程序 没有事件到 等待 阅读全文
posted @ 2020-03-18 17:01 卷哭你 阅读(158) 评论(0) 推荐(0)
摘要:(1)追踪一下 shell strace ./strace ./command.sh # ./strace ./command.sh execve("./command.sh", ["./command.sh"], 0x7ff0f82270 /* 13 vars */) = 0 brk(NULL) 阅读全文
posted @ 2020-03-18 14:13 卷哭你 阅读(262) 评论(0) 推荐(0)
摘要:(1)都是运动的,动态的。 >逃不了牛顿力学 (2)并发运行,功能强大,效率非常高, (3)之间需要联系,同步机制和互斥机制。 并发抽象为一个链表 或者多个链表中节点 多个task不就是链表的节点 阅读全文
posted @ 2020-03-18 11:50 卷哭你 阅读(176) 评论(0) 推荐(0)
摘要:为什么函数需要返回值,返回值其实就是反馈思想的设计 阅读全文
posted @ 2020-03-18 10:47 卷哭你 阅读(134) 评论(0) 推荐(0)
摘要:其实我个人是不喜欢创造东西,我喜欢去弄明白里面的原理,概念,并且尝试说服自己去编程。 工程:就是应用技术,创造东西。 阅读全文
posted @ 2020-03-17 22:57 卷哭你 阅读(353) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-03-17 22:54 卷哭你 阅读(2) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-03-17 22:50 卷哭你 阅读(1) 评论(0) 推荐(0)
摘要:嵌入式系统就是组件开发的 任何一个系统都是组件开发的 阅读全文
posted @ 2020-03-17 22:33 卷哭你 阅读(269) 评论(0) 推荐(0)
摘要:镜像: 镜像(Mirroring)是一种文件存储形式,是冗余的一种类型,一个磁盘上的数据在另一个磁盘上存在一个完全相同的副本即为镜像。可以把许多文件做成一个镜像文件,与GHOST等程序放在一个盘里用GHOST等软件打开后,又恢复成许多文件,RAID 1和RAID 10使用的就是镜像。常见的镜像文件格 阅读全文
posted @ 2020-03-17 15:37 卷哭你 阅读(589) 评论(0) 推荐(0)
摘要:世间万物都是并发运动的。 世界所有的事物都是并发独立运行。形成了一个复杂的系统。 阅读全文
posted @ 2020-03-17 13:52 卷哭你 阅读(111) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-03-17 10:10 卷哭你 阅读(1) 评论(0) 推荐(0)
摘要:先看进程: #include <sys/types.h> #include <unistd.h> #include <stdio.h> //pid_t fork(void); int main(void) { pid_t pid_process = fork(); printf("pid_proce 阅读全文
posted @ 2020-03-16 23:44 卷哭你 阅读(145) 评论(0) 推荐(0)
摘要:大佬说的对 https://www.cnblogs.com/freeflying/p/4796369.html 阅读全文
posted @ 2020-03-16 11:04 卷哭你 阅读(79) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-03-16 10:28 卷哭你 阅读(1) 评论(0) 推荐(0)
摘要:组件开发的核心:就是同步 这应该就是团队合作要注意的地方 他们之间通过各种各样的事件 他们之间的表达: 驱动和应用APP一个uac|uvc|hid|ir|线程的同步 比如协议 两个应用程序之间升级和下载 各种各样的子系统 他们之间完美合作 就是通过事件 key|界面显示| 形式化表达: p1->p2 阅读全文
posted @ 2020-03-16 07:48 卷哭你 阅读(130) 评论(0) 推荐(0)
摘要:#include <stdio.h> int main() { int a = 2 , b = 5; a++; b++; printf(" a is %d b is %d a+b %d\n",a,b,a+b); while(1); return 0; } 阅读全文
posted @ 2020-03-15 22:07 卷哭你 阅读(81) 评论(0) 推荐(0)
摘要:#include <windows.h> #include <stdio.h> int main() { char test_Character = '1'; char test_Digital = '\1'; { printf("test is %d\n", test_Character); pr 阅读全文
posted @ 2020-03-15 21:42 卷哭你 阅读(480) 评论(0) 推荐(0)
摘要:这个是立体思维 细胞 >组织 》器官 >个体 >种群 》群落 》生态系统 >生物圈 类比: 电子系统 半导体 》集成电路 >驱动层 >os >APP >机械 》外观 每一层,都有一群人干活。 阅读全文
posted @ 2020-03-15 21:25 卷哭你 阅读(186) 评论(0) 推荐(0)
摘要:我不是主动会找事情做的人,而计算机确是一个可以做很多事情的系统,我可以编程让计算机做很多事情,而做什么事情又是取决于我, 而我恰好又没有想好做什么事情,编程的悲剧,哎。 阅读全文
posted @ 2020-03-15 21:10 卷哭你 阅读(105) 评论(0) 推荐(0)
摘要:我们所处的位置我们站在硬件层上面 #include<linux/module.h> #include<linux/init.h> #include<linux/kernel.h> static int __init hello_init(void) //不写void 会报一个错误 { printk( 阅读全文
posted @ 2020-03-15 20:32 卷哭你 阅读(420) 评论(0) 推荐(0)
摘要:参考文章: https://jingyan.baidu.com/article/ab69b2709a7e0b2ca6189f10.html 阅读全文
posted @ 2020-03-15 14:49 卷哭你 阅读(96) 评论(0) 推荐(0)
摘要:x1:任务1 x2:任务2 x3:任务3 x4:任务4 ∑总任务 = x1 + x2+x3 +x4+...xn +他们之间的相关性 阅读全文
posted @ 2020-03-15 14:10 卷哭你 阅读(166) 评论(0) 推荐(0)
摘要:一件事件的完成,总是由于各种变量影响这个事情的进展。 阅读全文
posted @ 2020-03-15 14:04 卷哭你 阅读(262) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-03-14 00:51 卷哭你 阅读(1) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-03-14 00:29 卷哭你 阅读(1) 评论(0) 推荐(0)
摘要:都是指针变量,常用的改变指针变量指向那个值,一级指针改变变量的值 。 二级指针改变变量的值,不过是地址。 相同点:本身指针的地址是没有改变的。 阅读全文
posted @ 2020-03-14 00:16 卷哭你 阅读(333) 评论(0) 推荐(0)
摘要:机械波和电磁波是不一样的东西,很多性质可以类比。 阅读全文
posted @ 2020-03-13 09:32 卷哭你 阅读(393) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-03-12 12:45 卷哭你 阅读(3) 评论(0) 推荐(0)
摘要:#ifndef DUI_FSM_H #define DUI_FSM_H #ifdef __cplusplus extern "C" { #endif //有限状态机实现 //[当前状态]下根据[触发事件]执行[动作]并进入[下一个状态] typedef struct { //触发事件 int eve 阅读全文
posted @ 2020-03-11 12:36 卷哭你 阅读(127) 评论(0) 推荐(0)
摘要:这个是最常用的数据结构,也就是说的封装。 digraph collectstruct{ deviceName; toolName; gameName; muralName; }; // 集合结构 : 缺点对数据的访问不能使用 for循环,只能一个个通过名字取得到数据 #include <window 阅读全文
posted @ 2020-03-08 19:42 卷哭你 阅读(283) 评论(0) 推荐(0)
摘要:while (1) { for (int i = 0; i < sizeof(DataStuct_Aggregation) / sizeof(char*);printf("数据结构之集合结构\n")) { } } 阅读全文
posted @ 2020-03-08 18:27 卷哭你 阅读(699) 评论(0) 推荐(0)
摘要:#include <windows.h> #include <stdio.h> struct node { struct node * ppre; struct node * pforward; int data; }; int main() { struct node O_Node1 ,O_Nod 阅读全文
posted @ 2020-03-08 14:36 卷哭你 阅读(113) 评论(0) 推荐(0)
摘要:https://visualgo.net/en 阅读全文
posted @ 2020-03-08 14:26 卷哭你 阅读(291) 评论(0) 推荐(0)
摘要://hardware board //A:soc芯片 //B:DDR//C:flash芯片//E:转网卡芯片//F:Codec芯片//G:放大器芯片//E:电源芯片//F:PCB//G:电阻//H:电容//I:电感 digraph hardware_board {A;B;C;D;E;F;G;H;I; 阅读全文
posted @ 2020-03-08 08:26 卷哭你 阅读(170) 评论(0) 推荐(0)
摘要:将很多客观事情用符号表示,大大增强了抽象思维,通用性极强,牛批的东西。 形式化定义: 所谓“数学形式”,就是用特定的数学语言,包括数学的符号语言、图象语言和文字语言,表达自然现象和社会现象的空间结构和数量关系,即具有相对固定样式的数学概念、法则、结论. // A:家 B:赣州 C:深圳 // A:近 阅读全文
posted @ 2020-03-07 21:50 卷哭你 阅读(1294) 评论(0) 推荐(0)
摘要:音频:本质就是一个随机信号 信号:比如声波和图像和电路噪声和信号线,usb信号,hdmi信号,iic信号,语音信号,有的是电路上信号,有的是软件上的数据,有的是 物理上的, 信号;信息的编码 采样定理: 前面加一个抗混叠滤波器,去掉高于有效频率的。 >>2f(max) 采样率: 一秒钟采集多少个样本 阅读全文
posted @ 2020-03-07 16:04 卷哭你 阅读(524) 评论(0) 推荐(0)
摘要:qt加 win32多线程编程 阅读全文
posted @ 2020-03-07 14:09 卷哭你 阅读(147) 评论(0) 推荐(0)
摘要:使用图和树实用的工具 阅读全文
posted @ 2020-03-07 10:42 卷哭你 阅读(1507) 评论(0) 推荐(0)
摘要:// windows_play.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <Windows.h> #include <MMSystem.h> #include <map> //4行2列 static int signal_energy[ 阅读全文
posted @ 2020-03-07 09:44 卷哭你 阅读(326) 评论(0) 推荐(0)
摘要:待写 阅读全文
posted @ 2020-03-06 13:38 卷哭你 阅读(415) 评论(0) 推荐(0)
摘要:生活中大量存在这种东西关系 万物相似 阅读全文
posted @ 2020-03-06 13:34 卷哭你 阅读(272) 评论(0) 推荐(0)
摘要:噪声信号的波形和数字特征 频谱图: 阅读全文
posted @ 2020-03-06 10:11 卷哭你 阅读(2451) 评论(0) 推荐(0)
摘要:直通 > 开环 举例: 1: 我i2c写一个值,不管对不对,直接写过去。 闭环: 带有反馈. 举例:2:我i2c写一个值,然后会读取一个值,判断对不对。 反馈: 人学习和工作和反应能力都是基于反馈的。 反馈模型: 阅读全文
posted @ 2020-03-06 09:59 卷哭你 阅读(1179) 评论(0) 推荐(0)
摘要:基本概念: 样本函数和总体叫一个随机过程。 (1) 统计特性 (2) 频谱规律 上面理论到实践的映射 阅读全文
posted @ 2020-03-05 14:50 卷哭你 阅读(920) 评论(0) 推荐(0)
摘要:块注释: %% %% 阅读全文
posted @ 2020-03-05 14:41 卷哭你 阅读(109) 评论(0) 推荐(0)
摘要:#include <windows.h> int main() { while (1) { #if 0 Beep(523, 200); Beep(523, 200); Beep(578, 400); Beep(523, 400); Beep(698, 400); Beep(659, 800); Be 阅读全文
posted @ 2020-03-04 22:19 卷哭你 阅读(1481) 评论(0) 推荐(0)
摘要:#include <unistd.h> #include <fcntl.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <errno.h> #include <sys/types.h> #incl 阅读全文
posted @ 2020-03-04 20:45 卷哭你 阅读(1362) 评论(0) 推荐(0)
摘要:while (1) { printf("printf is %p\n",printf); printf("gpio_uninit is %p\n", gpio_uninit); usleep(200000); } 阅读全文
posted @ 2020-03-04 18:01 卷哭你 阅读(97) 评论(0) 推荐(0)
摘要:(1) 根据input ouput system 分情况考虑问题 阅读全文
posted @ 2020-03-04 15:53 卷哭你 阅读(101) 评论(0) 推荐(0)
摘要:毕业快三年了,我到底在研发什么,我明白了,其实我们在研发各种各样的系统而已(通信系统)。这个这个系统有控制和通信和人机交互功能,有结构,有能量,有信息流。 阅读全文
posted @ 2020-03-04 13:47 卷哭你 阅读(105) 评论(0) 推荐(0)
摘要:(1) http://www.gerrelt.nl/RaspberryPi/wordpress/equalizer/ (2) https://zhuanlan.zhihu.com/p/41511513 (3) https://github.com/wwmm/pulseeffects/tree/mas 阅读全文
posted @ 2020-03-04 11:46 卷哭你 阅读(188) 评论(0) 推荐(0)
摘要:Segmentation fault (1) 函数没有实现,只声明了,程序里面调用了,编译器竟然不报警告,我擦。 一跑到这里,立马软件崩溃,牛逼的编译器。 阅读全文
posted @ 2020-03-03 19:31 卷哭你 阅读(1546) 评论(0) 推荐(0)
摘要:静态全局变量得初始化0; #include "common.h" #include <stdio.h> #include <stdlib.h> #include <math.h> #define PI (3.141592) static float test_equation = 0; static 阅读全文
posted @ 2020-03-01 20:10 卷哭你 阅读(1491) 评论(0) 推荐(0)
摘要:这个时候的我在复习一些<<概率论和统计>>,疫情给我的感受就是这是随机事件,好突然,计划都乱了,然后我高中是理科的,对生物病毒和免疫知识,我是了解的,把一些高中的知识重新温习一下,顺便把非典的相关记录和相关文章都阅读了一下,哎,人类对一些疾病好难攻克,然后03年我在读小学的,我影响很深刻,这个事情很 阅读全文
posted @ 2020-03-01 12:21 卷哭你 阅读(447) 评论(0) 推荐(0)