资源列表
zgv-5[1].9.tar
- 一个利用SDL语言来实现svgalib函数的示例程序,该示例提供了两中函数库的接口-an SDL use svgalib function to achieve the sample program, The two examples which provide the interface function
svgalib[1].tar
- linux 下svgalib编的一个界面程序示例,包括自己实现的动画、标签、按钮等-under linux svgalib addendum to the example of a procedure interface, including achieving his animation labels, buttons, etc.
plg-listings-08-07-2001.tar
- linux下的一些小游戏编程,用SDL库实现的,对初学SDL编程的很有帮助
OtlHandler
- 一个利用OTL编写的数据库编程访问接口类,里边封装了支持8字节长整数的操作(使用时需要选择相应的平台宏开关),为利用OTL编写跨平台跨数据库的朋友提供帮助-use of a database prepared by the QTL visit Programming Interface category, Packaging support inside the 8 byte long integer operations (need to use the selection of platfo
L1b
- 显示linux中cpu型号等的方法和显示版本信息。-cpu which shows linux models show that the method and version information.
u-boot-1.1.5.tar
- U-boot1.1.5 bootloader源代码,请在GPL开源组织协议框架下使用!下载使用该源代码的用户请首先将文件名末尾的.gz扩展名改为.bz2再进行解压缩! -U-boot1.1.5 Bootloader source code, Please GPL revenue under the framework agreement to use! Download the use of the source code to users start at the end of the fil
060526165351
- 一个很好的SDL建立应用程序界面的例子,里面用到了回调函数,编辑框的实现!-a good SDL application program interface to establish example, which uses a callback function, editors frame the realization!
sst39vf160
- sst39vf160 vxworks驱动源吗-sst39vf160 vxworks driver?
calculate_stack_linux
- 在linux/UNIX上,利用堆栈,实现一个计算器。 可以自己检查优先级。 -in Linux / UNIX, using stack to achieve a calculator. Can check their own priorities.
test4_
- 利用递归实现的计算器编译器,很诡异的思路。-the use of recursive calculators compiler, a strange way of thinking.
guandaotongxin
- 1、 了解系统调用pipe()的功能和实际原理 2、 编写一段程序,使用管道实现父子进程之间的通信 a) 使用系统调用fork()创建一个子进程 b) 子进程调用函数write()向父进程发送自己的进程ID和字符串” s sending a message to parent.\\n”。 c) 父进程调用函数read()通过管道读出子进程发来的消息,将消息输出屏幕,然后终止 -1, the understanding of the system call pipe () fu
fork_textcanjian
- 1、 了解系统调用fork()、execl()、exit()、getpid()和waitpid()的功能和实现过程 2、 编写一段程序实现以下功能: a) 使用系统调用fork()创建两个子进程 b) 父进程重复显示字符串”parent:”,并使用函数getpid()显示自己的进程ID。 c) 两个子进程分别重复显示字符串”child:”,并使用函数getpid()显示自己的进程ID 3、 编写一段程序实现以下功能: a) 使用系统调用fork()创建一个子进程 b)