资源列表

« 1 2 ... .85 .86 .87 .88 .89 1590.91 .92 .93 .94 .95 ... 16282 »

[系统编程密码结巴源代码

说明:密码结巴源代码,用于记录键盘信息,发送到指定的邮箱-password articulation source code, the keyboard used to record information sent to a designated mailbox
<aaaa> 在 2008-10-13 上传 | 大小:32.48kb | 下载:0

[Linux/Unix编程JARI-LINUX编程参考

说明:介绍Linux编程的资料,非常不错。值得初学者下载-introduced Linux programming information, very good. Beginners should download
<梁亮> 在 2008-10-13 上传 | 大小:471.71kb | 下载:0

[Linux/Unix编程linux系统调用demo

说明:学习Linux编程的源代码。包括各种系统调用如何使用等。-source code of linux progamming, includes various system calls and the usages.
<梁亮> 在 2008-10-13 上传 | 大小:230.6kb | 下载:0

[Linux/Unix编程SimulateCat

说明:一个用C++实现的模拟UNIX的cat的程序,使用了STL的istreambuf_iterator,支持“-”,终端直接输出,文件输出和错误输出。-C to achieve a simulated UNIX cat procedures, the use of the STL istreambuf_iterator support "-", a direct output terminals, document ou
<飞杨> 在 2008-10-13 上传 | 大小:1.32kb | 下载:0

[Linux/Unix编程信号量来解决操作系统的消费者与生产者问题

说明:一个UNIX进程间通讯的程序,使用了信号量来解决操作系统的消费者与生产者问题,使用了fork,wait,nanosleep,sempo等unix函数。-a UNIX inter-process communication, the use of the signal operating system to solve the volume of consumers and producers, the use of the fork,
<飞杨> 在 2008-10-13 上传 | 大小:2.44kb | 下载:0

[扫描程序模拟显示器扫描

说明:模拟显示器扫描,是C初学者所做的一个例子,其中还有许多不足,请多指教-scan analogue monitors, C beginners is the one example of which there are many deficiencies, please enlighten
<张小远> 在 2008-10-13 上传 | 大小:785byte | 下载:0

[系统编程多个线程

说明:利用多线程实现不同任务同时进行, 在系统开发中 应用广泛-use multithreading different tasks simultaneously, the system widely used development
<刘建超> 在 2008-10-13 上传 | 大小:34.8kb | 下载:0

[系统编程C++通过WIN32 API获取逻辑磁盘详细信息

说明:众所周知,在微软的操作系统下编写应用程序,最主要的还是通过windows所提供的api函数来实现各种操作的,这些函数通常是可以直接使用的,只要包含windows.h这个头文件。   里面主要介绍的是几个常用的api函数,通过它我们可以获取用户磁盘的相关信息。-known in the Microsoft operating system, to prepare applications, or through the main wind
<美美> 在 2008-10-13 上传 | 大小:17.43kb | 下载:0

[系统编程操作系统课程实验程序

说明:进程调度程序,适合操作系统课程设计及上机实验,可以自己修改,也可以直接应用.-process scheduling procedures, suitable for courses on operating system design and experiment on the plane, his amendment can be applied directly.
<张明> 在 2008-10-13 上传 | 大小:2.38kb | 下载:0

[系统编程调用汇编代码_me

说明:一个有关VC中嵌入汇编语言代码的例子,这个是自己原创的作品,欢迎使用!-an embedded assembler language code examples, this is their original work, Welcome!
<搜索死> 在 2008-10-13 上传 | 大小:9.85kb | 下载:0

[系统编程不错的进程调度

说明:进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。-pro
<> 在 2008-10-13 上传 | 大小:7.2kb | 下载:0

[系统编程不错的文件系统

说明:1、 用高级语言编写和调试一个简单的文件系统。模拟文件管理的工作过程。从而对各种文件操作命令的实质内容和执行过程有比较深入的了解。 2、 要求设计一个n个用户的文件系统。每次用户可保存m个件,用户在一次运行中只能打开一个文件。对文件必须设置保护措施,且至少有Creat,Delete,Close,Write等命令。-1, with high-level language debugging and prepared a simple fi
<> 在 2008-10-13 上传 | 大小:9.54kb | 下载:0
« 1 2 ... .85 .86 .87 .88 .89 1590.91 .92 .93 .94 .95 ... 16282 »

源码中国 www.ymcn.org