搜索资源列表
FrameC_V0_4
- 1. 这是对之前MyOOCFwV1_0(http://www.pudn.com/downloads229/sourcecode/middleware/detail1079540.html)的完善,解决了之前的bug 2. 新添源码(src目录下):CharString、链式栈、链式队列、先序二叉树 3. 新添测试代码,放在test目录下 4. 运行环境:Linux + Eclipse IDE for C/C++ Developers-1. This is the improved v
calc
- 栈的应用,在linux下用c实现简易计算器,大家可以学习下!谢谢!-The application stack in linux using c achieve simple calculator, you can learn! Thank you!
libnfc-nxp.tar
- Linux下PN544协议栈,支持对各种A型卡,B型卡的读写(PN544 protocol stack under Linux.Support for all types of A cards, B cards read and write)
Linux clang 3.7.1
- Linux clang generated code
Linux GCC 5.2.0
- Linux gcc stack protection
os_file
- 操作系统课设作业。在磁盘空间模拟一个linux文件系统,并提供基本的文件操作命令(如mk, cp, mkdir, rmdir, cd, ls, cat, chmod, chown, chgrp, chnam等)。文件系统的实现采用混合索引式文件结构,包括使用空闲节点号栈管理空闲节点和成组链接管理空闲盘块。(Simulate a Linux file system in disk space and provide basic file operation commands (such as MK