资源列表
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
personal-pci
- PCI bios-type initialisation for PCI machines
rwsem
- R/W semaphores, public implementation
asm_abort
- Abort operations on the assembler context, free all resources.
sparc_init
- Initialization of SPARC specific backend library.
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
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