-
Linux变成一直是个头痛的问题,因为没有好的IDE环境,这本书介绍了Linux的经典编辑器VIM的使用以及如何改装它,很不错的书籍。...
Linux变成一直是个头痛的问题,因为没有好的IDE环境,这本书介绍了Linux的经典编辑器VIM的使用以及如何改装它,很不错的书籍。-Linux has always been a headache into a problem because there is no good IDE environment, this book introduces the classic Linux use VIM editor and how to modify it, very good books.
- 2022-06-27 01:40:37下载
- 积分:1
-
of garbage collection
linux下的垃圾收集-of garbage collection
- 2022-02-12 12:44:50下载
- 积分:1
-
关于IP协议方面的, 比较难
关于IP协议方面的, 比较难-On IP agreements, and more difficult
- 2022-10-13 02:45:03下载
- 积分:1
-
gcc_as_opcode explanation
gcc_as_opcode explanation
- 2022-02-14 11:11:16下载
- 积分:1
-
很好的一个程序,可以下哦 大家支持我
很好的一个程序,可以下哦 大家支持我-a good procedure, under Oh, we can support my
- 2022-08-02 11:08:07下载
- 积分:1
-
基于liunx的蓝牙协议栈源代码版本为2.13,EA可以…
基于liunx的蓝牙协议栈源代码为2.13版本,可以轻松下载和移植!
- 2022-12-28 02:55:04下载
- 积分:1
-
S3C2440开发板ADS下的一个测试程序,这是一个发展…
S3C2440 开发板ADS下的一个测试程序,这个本是开发板公司的,放到这大家方便下载了,-S3C2440 development board under the ADS of a test procedure, this is a development board of the company, put it convenient to download the U.S.,
- 2022-02-20 23:42:32下载
- 积分:1
-
一个UNIX间
一个UNIX进程间通讯的程序,使用了信号量来解决操作系统的消费者与生产者问题,使用了fork,wait,nanosleep,sempo等unix函数。-a UNIX inter-process communication, the use of the signal operating system to solve the volume of consumers and producers, the use of the fork, wait, nanosleep, sempo other unix function.
- 2022-07-25 01:27:44下载
- 积分:1
-
arm
arm-linux平台的视频监控程序,usb摄像头采集视频,opencv图像处理,gsm dtu无线数据发送-arm-linux platform, video monitor, usb camera capture video, opencv image processing, gsm dtu wireless data transmission
- 2022-07-12 10:08:02下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立菜单项
for(i=0 i
- 2022-04-02 11:01:45下载
- 积分:1