资源列表
pctl
- 父进程每隔三秒钟创建两个子进程,并令其执行不同的任务。-Every three seconds, the parent process creates two child processes, and ordered to perform different tasks.
kernel_module
- 这是个写内核模块的小程序,作为入门学习的参考好例子-This is a small program to write a kernel module, as a good example of reference to start learning
adis16204_trigger
- ADIS16204可编程高g数字冲击传感器和记录器-ADIS16204 Programmable High-g Digital Impact Sensor and Recorder
time
- 利用HTML与javascr ipt在网页上显示倒计时,可以设定时间,可以改变显示语言-The use of HTML with javascr ipt countdown appears on the page, you can set the time, you can change the display language
The-biggest-public-substring
- 最大公共子串 直接上cpp 运行通过 包能用-The biggest public substring
myrotate.m
- roating the image matlab coding-it is about rotating the image.
55
- 主要任务是用计算机对学生信息进行日常管理, 如查询、修改 、 增加、 删除, 另外还考虑到用户登录的权限, 针对学生信息和权限登录的学生成绩管理系统-Student achievement management system
S7-SCL-PID
- SIEMENS PID温度仿真模块的SCL源代码,希望对做s7-300温控的朋友能有些帮助-SIEMENS PID temperature simulation module SCL source code, I hope to do some s7-300 thermostat friends can help
msktiaozhishibie
- msk信号调制识别,简单,快速的算法,比较实用,强烈推荐-msk signal modulation recognition, simple, fast algorithms, more practical, it is strongly recommended
szjf
- 数值积分的计算程序,使用了复化梯形公式和复化Simpson公式-The calculation program of numerical integral, using complex trapezoid formula and compound Simpson formula
8255
- 首先分别向A口和B口写入80H和01H,然后分别将该数右移和左移一位,再送到端口上,这样循环下去,从而实现流水灯的显示。-A first written, respectively, to the port and the B port 80H and 01H, respectively, then the number of right and left one, and then sent on a port, so the cycle continues, in order to achi
afafa
- 本实验实现邻接表表示下无向图的广度优先遍历。 程序的输入是图的顶点序列和边序列(顶点序列以*为结束标志,边序列以-1,-1为结束标志)。程序的输出为图的邻接表和广度优先遍历序列。例如: 程序输入为: a b c d e f * 0,1 0,4 1,4 1,5 2,3 2,5 3,5 -1,-1 程序的输出为: the ALGraph is a 4 1 b