资源列表
Ref_BackDef_Demo1
- 用于基于linux视觉服务器的上位机中顶层策略(strategy for Robocup)
详解嵌入式linux启动信息
- 详细介绍linux的启动相关的过程,帮助初学者掌握启动过程(introduce the boot flow of linux)
serial_example.c
- 此串口是读陀螺数据 ,并解析数据,读者要读取其它串口数据直接修改数据解析部分即可。(read IMU data from serial dev.)
cmd.tar
- 自己在shell实现命令, 以及getopt的用法。。。。。。。。。。。。。(Implement command in the shell, and the use of the getopt...)
tcp.tar
- 使用tcp/ip协议实现聊天功能,程序有client和server两部分。(Using tcp/ip protocol to achieve chat function, the program has two parts client and server.)
uCos2-20130514
- 实现实时操作系统的移植和使用,在Linux平台上实现多任务。(Real time operating system transplantation and use.)
recovery UI编程
- 修改手机recovery的图片,动态图。以及recovery的架构介绍(Modify the phone recovery picture, dynamic map. As well as the introduction of recovery architecture)
udp
- udp通信实现。在linux环境下。简单的字符串手法(UDP server & client)
Visual C++实践与提高 —— 串口通信与工程应用篇
- 一些串口代码主要是C++,希望对大家有帮助。(Some serial code of GPS antenna)
linux二级文件系统及报告
- 设计一个简单的LINUX二级文件系统,包括文件的创建删除修改等,C语言实现(Design a simple LINUX two level file system, including file creation, deletion, modification, etc., C language implementation)
cse120-nachos.tar
- Nachos教学用操作系统 作为教学用操作系统,需要实现简单并且尽量缩小与实际操作系统之间的差距,所以我们采 用Nachos作为操作系统课程的教学实践平台。Nachos是美国加州大学伯克莱分校在操作系 统课程中已多次使用的操作系统课程设计平台,在美国很多大学中得到了应用(Nachos is an instructional operating system for undergraduate OS classes. It is a challenging system to learn,
thread_pool.tar
- boost库线程池,linux环境下开发,可用于linux下多线程开发(Boost library thread pool, Linux implementation)