资源列表
[Linux/Unix编程] LINUXquestionBank
说明:houndred linux programming questions and answers<sreekanth> 在 2025-07-21 上传 | 大小:33kb | 下载:0
[Linux/Unix编程] linux
说明:linux and C programming example codes<sreekanth> 在 2025-07-21 上传 | 大小:269kb | 下载:0
[Linux/Unix编程] ex
说明:linux programming application Example which will discribe ipcs and system calls-linux programming application Example which will discribe ipcs and system calls<sreekanth> 在 2025-07-21 上传 | 大小:11kb | 下载:0
[Linux/Unix编程] LINUX_BA
说明:Linux commands: this document will show most of Linux commands and describe each of them briefly.<Mustafa> 在 2025-07-21 上传 | 大小:71kb | 下载:0
[Linux/Unix编程] vitural_port
说明:把一个普通串口改变成多个pts的源码,特别适合使用gprs,cdma模块的开发-To an ordinary serial port into a number of pts the source, and are particularly suited to use gprs, cdma module development<李晨雨> 在 2025-07-21 上传 | 大小:225kb | 下载:0
[系统编程] Clock-0.7-src-bin-x86-Win
说明:一个简单的在纯C语言环境使用WindowsAPI进行编程的SDK应用程序。颠覆传统虚拟桌面时钟的风格,生成圆形窗口的时钟,实时显示当前系统时间,平滑转动表针,支持窗口透明等-A simple Win32API based application under C environment. This is a virtual screen clock, which shows the current system time real-time, with its circled-window whi<ljx> 在 2025-07-21 上传 | 大小:52kb | 下载:0
[Linux/Unix编程] Unix_fork_report
说明:进程的创建是通过fork调用完成的,fork调用又分成fork1、forkall和vfork三种不同的形式。这个实验将观察fork对其他系统函数的调用,并观察三种fork函数的不同之处。 在类Unix系统中,创建进程的途径就是fork。当一个进程调用fork函数时,内核会创建一个新的子进程,并把父进程的很多对象都复制一份到子进程中,例如地址空间、线程、文件描述符等。fork函数在父进程和子进程中的返回值是不同的,在父进程中它返回创建的子进程的进程号,而在子进程中它返回0。因而,程序可以根据返<杨扬> 在 2025-07-21 上传 | 大小:20kb | 下载:0
[加密解密] RSAVC2
说明:是很不错的RSA代码!不是本人的!为了大家学习!进步!此控件是为了让 DataGridView 支持多维表头,而设计的. 通过导入一个树图(TreeView)的概念,每一个节点对应到一个表头单元格. 在多维标题中的每一个最底层的标题相当于 TreeView 中最低深度的节点. C++写的椭圆曲线加密算法库源码 -RSA is a very good code! Not own! For them to learn from! Progress! This DataGridView contr<易天行> 在 2025-07-21 上传 | 大小:3kb | 下载:0