搜索资源列表
QueueDriver
- uc/osII平台下一个队列数据结构的源代码实现,该代码可以直接应用到用户的程序中而无需做任何改动。-uc / osII platform under a queue data structure to achieve the source code, the code can be applied directly to the user's proceedings without any changes.
UDP
- 数据类型\"socklen_t\"和int应该具有相同的长度.否则就会破坏 BSD套接字层的填充.POSIX开始的时候用的是size_t, Linus Torvalds(他希望有更多的人,但显然不是很多) 努力向他们解释使用size_t是完全错误的,因为在64位结构中 size_t和int的长度是不一样的,而这个参数(也就是accept函数的第三参数)的长度必须和int一致,因为这是BSD套接字接口标准.最终POSIX的那帮家伙找到了解决的办法,那就是创造了一个新的类型\"socklen_t\"
UCOS
- 基于ucos环境下的文件系统,实现多个功能 uc/FS基本使用方法: 1. FS_Init(),在调用uc/FS功能前需要进行初始化 2. FS_IoCtl(),对媒质进行格式化(SD卡用电脑格式化,所以未给出格式化参数) 3. _write_file, 1)FS_FOpen(),建立文件或打开已有文件,返回文件结构指针 2)FS_FWrite(),数据写入文件 3)FS_FClose(),关闭文件 4. _dump_file,1)1)FS_FOpe
Doc1
- ucos-ii中任务控制块tcb数据结构和创建 -ucos-ii in the task control block data structure and the creation of tcb
TEST
- uc/os 的测试小程序,主要包括各种堆栈,堆和进程通信量各种数据结构.-testing program of uc/os ii
UCOS-III_kernel
- UCOS最新版UCOS-III的内核源代码,可用于研究、学习、实验。对学习实时操作系统的原理、数据结构及实现方法有帮助。-UCOS the latest version of the UCOS-III kernel source code, learning, research, experiments for. Principle, data structure and implementation method of real-time operating system to help th
DataStruct
- 基本数据结构类型的测试程序,使用ADS1.2运行测试-Basic data structure types of the test program, using ADS1.2 run the tests
ThrTree
- 线索二叉树学习程序,希望对学习数据结构的伙伴有用-The example of thread binary tree