搜索资源列表
cs8900_uboot
- U—boot中使用的cs8900网卡芯片驱动程序。结构完整,适合学习。-U-boot cs8900 used in the chip card driver. Structural integrity, suitable for learning.
resturant
- qt的一个基于网络的无线点菜系统的终端部分 界面非常漂亮,结构设计也很好-qt, a network-based wireless order system, the terminal part of the interface is very beautiful, and structural design is also very good
BootLoader
- 本文详细地介绍了基于嵌入式系统中的OS启动加载程序Boot Loader 的概念、软件设计的主要任务以及结构框架等内容-This article described in detail based on the embedded system OS boot loader Boot Loader concept, the main task of software design and structural framework, etc.
UUU
- UNIX 结构分析核心代码的结构与算法主编胡希明-UNIX structural analysis and algorithm structure of the core code editor Hu Ximing
ARM7-LPC213X-214X.pdf
- arm在linux下开发,arm的结构介绍-in linux development arm, arm' s structural descr iption
Wiippv6pinga
- linux下 ipv6协议 ping程序源码最多运行50线程 2.每个线程发送4个ICMP6包后开始接收 3.试验程序源码,多线程结构安排不一定合理,待试验验后进一步修改 4.在终端./pingipv6 IP11 1P2......即可运行程序源码 5.为单源文件,没写make,编译命令为: gcc 可直接使用。 -ping program source code under linux ipv6 protocol up to run 50 threads each thread send
symmetry
- 在FDTD中,用来构建对称结构的程序。主要用于结构翻转或者是对称。-In FDTD, the procedures used to construct symmetric structure. Mainly for structural flip or symmetry.
sys
- 这是我自己在linux下写的c程序,在linux下可用gcc可编译运行。程序功能是学生信息管理,有三种用户,管理员,教师,学生。管理员可对教师学生进行添加和删除,教师可对学生进行删除和添加。学生只能查看教师信息和添加学生信息。使用数据结构的循环双链表进行数据管理。数据存储于文件一边下次访问。访问许要密码和用户名登陆。开始时可用管理员aaa密码aaa登陆。有三个数据存储文件,请不要删除,不然会报错找不到文件的。程序属于初学练手之作,有很多缺点,望包涵。但是c语言初学者还是值得看看的。里面还是有一些