资源列表
[系统编程] readerwriterlock
说明:A simple Win32 readers/writers lock with reentrance 读者写者问题解决方案-A simple Win32 readers/writers lock with reentrance readers write problem solutions<mars> 在 2025-06-18 上传 | 大小:3kb | 下载:0
[系统编程] StringHelper
说明:字符串处理帮助,包括编码转换等功能函数。-To help deal with the string, including the code conversion function.<好大晓> 在 2025-06-18 上传 | 大小:3kb | 下载:0
[Linux/Unix编程] chapter09
说明:《Beginning_Linux_Programming_Third_Edition》这本书的附带程序,由于前几章十分简单,所以从第七章开始传- Beginning_Linux_Programming_Third_Edition This book is the incidental procedures, as a result of the preceding chapters is very simple, so from the beginning of Chapter VII of<lkq> 在 2025-06-18 上传 | 大小:3kb | 下载:0
[Linux/Unix编程] cygwin-1.0.tar
说明:此源码通过实例演示了makefile的书写规则和方法,看了后就能更好的了解makefile的复杂的规则-This source code examples to demonstrate writing makefile rules and methods, after reading will be able to better understand the complexity of makefile rules<huangqinbo> 在 2025-06-18 上传 | 大小:3kb | 下载:0
[Linux/Unix编程] lcd-drv
说明:lcddrv1.c 为驱动源程序 lcddrv1_user.c为应用程序代码 功能: 在ioctl中区分所写的数据是命令,还是地址加数据,flag=1是只写命令,flag=0时写地址和数据的组合, 地址号在前面,显示的字在后面-lcddrv1.c-driven source code for the application lcddrv1_user.c functions: to distinguish in the ioctl data is written in order<zhengbo> 在 2025-06-18 上传 | 大小:3kb | 下载:0
[Linux/Unix编程] image_bmp_process
说明:用纯C写的读RGB文件格式的代码,返回文件头和数据头,这样再读写数据就容易多了。支持8位,24位RGB图。Linux系统里面RGB图片数据格式存储格式为RGB,从上往下填充;而Windows系统里,RGB图片存储格式为BGR,从文件的最后一行开始填充,所以读取RGB图时得注意。-Written in C with pure RGB file format reading the code, return the first file header and data, so re-read and<gomo> 在 2025-06-18 上传 | 大小:3kb | 下载:0
[Linux/Unix编程] linux2.6keydriver
说明:linux2.6内核下的一个按键中断驱动程序示例 -linux2.6 kernel interruption of a button under the driver sample<amao> 在 2025-06-18 上传 | 大小:3kb | 下载:0
[系统编程] LongInt_DuLink
说明:1. 本演示程序中,利用双向循环链表存储结构存储长整数,每个结点含一个整型变量。任何整型变量的范围是-32767~ 32767。输入和输出形式按每四位一组,组间用逗号隔开。 2. 演示程序以用户和计算机的对话方式执行。在计算机终端上显示提示信息之后,由用户在键盘上输入演示程序中需要输入的数据,运算结果显示在其后。 -1. The demonstration program, using two-way linked list storage structure storage cycle<彭枝考> 在 2025-06-18 上传 | 大小:3kb | 下载:0