资源列表
[Linux/Unix编程] shortprint
说明:并口驱动程序,在linux2.4可以编译通过并能运行。是个测试例程,无实际用处。-parallel port drivers, in linux2.4 be able to compile and run. Routine testing is no practical usefulness.<wyh> 在 2025-07-23 上传 | 大小:7kb | 下载:0
[Linux/Unix编程] linux_内核定时器
说明:一个主程序产生两个子进程计算N=36的Fibonacci数列,然后统计进程各自的实际时间,CPU时间,用户时间和内核时间。-main program have a two-calculation process N = 36 Fibonacci sequence, and then statistical process to the actual time, CPU time, the kernel and user time to time.<李强> 在 2025-07-23 上传 | 大小:7kb | 下载:0
[加密解密] des.pl.26-11-91
说明:是用的美国标准的DES加密算法用C++编写的可以完成以内的字符垢加密-the United States is using the DES encryption standard algorithm with C prepared to be completed within the characters scale encryption<闾凡兵> 在 2025-07-23 上传 | 大小:7kb | 下载:0
[系统编程] 安全稳定的实现进线程监控
说明:安全稳定的实现进线程监控 进线程监视在底层是如何实现的,在win2000源代码中先找到创建线程的函数实现 然后实现线程监视-achieve security and stability of the control into the threads into threads surveillance at the bottom is how to achieve, in WIN2000 first of the source code to find threads to create a fu<伟> 在 2025-07-23 上传 | 大小:7kb | 下载:0
[系统编程] guoxin_avvxd
说明:嗯,一个简单的杀毒程序,可以拿来学习一下。-ah, a simple antivirus program can be used to study how.<贾铮> 在 2025-07-23 上传 | 大小:7kb | 下载:0
[系统编程] Prolog语言的解释器
说明:这是一个Java编写的Prolog语言的解释程序,很有意思-This is a Java prepared by the Prolog language interpreting program, very interesting<封小军> 在 2025-07-23 上传 | 大小:7kb | 下载:0
[系统编程] 不错的进程调度
说明:进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。-process Scheduling Algorithm : Th<生> 在 2025-07-23 上传 | 大小:7kb | 下载:0