资源列表
at24c02
- at24c02的linux驱动,及测试程序。S5PV210亲测可用。-at24c02 s driver for linux,and the test program。S5PV210 can use。
pspgl.tar
- Hardware accelerated OGL implementation for the PSP homebrew
IOHID.tar
- IOHID is an driver framework for supporting HID devices based upon the USB, PS2 and Bluetooth standards
VT82xxAC97Audio.tar
- VIA AC97 Audio driver
VT1712AC97Audio.tar
- VIA ICE1722 AC97 driver
VIAVT610xEthernet.tar
- VIA ethernet controller driver
alx_src_ar8171_driver
- 一个Ar8171的网卡驱动,linux下的,很多人都找不到,所以共享下看谁能用上不,按网卡的编译安装即可-A Ar8171 network card driver, Linux, are looking for a lot of people to share, so to see who can not, can be installed according to the NIC compiler!!
Memory_Manager
- KVM虚拟机内存管理资料,非常难得,欢迎下载-KVM memory manager
1
- 嵌入式触摸驱动源代码,用于嵌入式初学者,已经成功运行过-Embedded module driver source code, used for embedded beginners
IgHEthercatLinuxMaster
- EtherCAT linux master-EtherCAT Linux Master IgH 1.5.2
jinchegndechuangjian
- 编写一段源程序,使系统调用fork()创建两个子进程,当此程序运行时,在系统中有 一个父进程和两个子进程活动。让每一个进程在屏幕上显示一个字符:父进程显示字符“a” 子进程分别显示字符“b”和字符“c”。试观察纪录屏幕上的显示结果,并分析原因。-Write a program, make the system call fork () to create two sub process, when running, the system is A process and the
jinchegndeguandaotongxin
- 编写程序实现进程的管道通信。具体要求:首先使用系统调用pipe( )建立一个管道;然后分别创建2个子进程,要求2个子进程分别向管道各写一句话:“Child 1 is sending a message!” 和 “Child 2 is sending a message!” 最后,父进程从管道中读出二个来自子进程的信息并显示。-编写程序实现进程的管道通信。具体要求:首先使用系统调用pipe( )建立一个管道;然后分别创建2个子进程,要求2个子进程分别向管道各写一句话:“Child 1 is sen