-
串口调试工具,在开发板和pc链接后,可以直接测试串口的传送。...
串口调试工具,在开发板和pc链接后,可以直接测试串口的传送。-Serial debugging tools, development boards and pc link, serial transmission can be directly tested.
- 2022-03-28 11:00:44下载
- 积分:1
-
这些代码和文本文件写在EUC
These code and text file are written in euc-jp-unix
- 2022-07-08 14:46:40下载
- 积分:1
-
Unix 第 6 版的 sh 手册和源码,感兴趣请参考`The UNIX Time
Unix 第 6 版的 sh 手册和源码,感兴趣请参考`The UNIX Time-Sharing System , CACM, July, 1974,它给出 Shell 操作的理论。 chdir (I), login (I), wait (I), shift (I) -Unix version 6 of sh manuals and source code, please refer interested The Unix Time-Sharing System, CACM, July, 1974, it is Shell operation theory. Chdir (I), login (I), the wait (I), shift (I)
- 2022-06-26 23:46:46下载
- 积分:1
-
基于uclinux和ucos2的fs(文件系统)驱动原理及代码汇总
基于uclinux和ucos2的fs(文件系统)驱动原理及代码汇总-Uclinux and ucos2 based on the fs (file system) and code-driven aggregation principle
- 2022-08-24 03:08:38下载
- 积分:1
-
<Linux c编程实战>童永清。上的代码,BT下载软件的开发,Linux下开发的,供大家参考...
童永清。上的代码,BT下载软件的开发,Linux下开发的,供大家参考-童永清. The code, BT download software development, Linux, under development, for your information
- 2022-04-07 11:58:27下载
- 积分:1
-
很好的QT基础实验程序,是linux下做图形界面很好的入门资料。...
很好的QT基础实验程序,是linux下做图形界面很好的入门资料。
- 2022-02-25 22:25:09下载
- 积分:1
-
函数参考(中文)
Linux C 函数参考(中文)-Linux C Function Reference (Chinese)
- 2023-01-07 14:00:03下载
- 积分:1
-
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
print...
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
printf("Terminal does not support color.
")
exit(1)
}
init_pair(1, COLOR_GREEN, COLOR_BLACK)
init_pair(2, COLOR_RED, COLOR_BLACK)
init_pair(3, COLOR_CYAN, COLOR_BLACK)
init_pair(4, COLOR_WHITE, COLOR_BLACK)
init_pair(5, COLOR_MAGENTA, COLOR_BLACK)
init_pair(6, COLOR_BLUE, COLOR_BLACK)
init_pair(7, COLOR_YELLOW, COLOR_BLACK)
//写字符串
for(i = 1 i
- 2023-04-17 02:35:03下载
- 积分:1
-
Linux Wireless LAN Project 的目标是开发一个完整的,基于标准的无线 LAN系统,这个系统用的是GNU/Linux 操作系统。把这个项目...
Linux Wireless LAN Project 的目标是开发一个完整的,基于标准的无线 LAN系统,这个系统用的是GNU/Linux 操作系统。把这个项目同Linux 无线扩展和其它 Linux无线项目区分开的是,它完全基于 IEEE 802.11标准。-Linux Wireless LAN Project"s goal is to develop a comprehensive, standards-based wireless LAN system, the system is using GNU/Linux operating system. The item with Linux wireless expansion and other wireless Linux projects are separate, it is fully based on the IEEE 802.11 standards.
- 2022-11-25 00:10:03下载
- 积分:1
-
c++写的一个脚本解释器,可以嵌入到程序里由用户动态配置自己的程序。...
c++写的一个脚本解释器,可以嵌入到程序里由用户动态配置自己的程序。-c write a script interpreter, which can be embedded into the program dynamic configuration by the user"s own procedures.
- 2023-05-30 04:05:03下载
- 积分:1