-
C写的TELNET
C写的TELNET-C wrote TELNET
- 2022-02-05 08:51:51下载
- 积分:1
-
《Unix网络编程》的源代码的bcast部分
《Unix网络编程》的源代码的bcast部分-"Unix Network Programming," the source part of the Bcast
- 2022-05-30 08:17:33下载
- 积分:1
-
by decoding JPEG images from document images, suitable for embedded graphics pro...
由MJPEG影像文件提取JPEG图象,适合于嵌入式开发中图形处理-by decoding JPEG images from document images, suitable for embedded graphics processing development
- 2022-03-06 17:06:52下载
- 积分:1
-
jffs2源代码基于2。6内核
jffs2源代码基于2。6内核-jffs2 source code on two. 6 kernel
- 2023-06-18 16:55:03下载
- 积分:1
-
LCD驱动测试程序,可以实现4张图片的切换!里面还有很多FS2410的测试源码!...
LCD驱动测试程序,可以实现4张图片的切换!里面还有很多FS2410的测试源码!-LCD test!
- 2022-02-25 22:45:27下载
- 积分:1
-
perl programming language, and a variety of functions within the implementation...
perl编程语言的内部实现以及各种函数库等的代码实现-perl programming language, and a variety of functions within the implementation of code libraries, etc. to achieve
- 2022-02-05 04:51:05下载
- 积分:1
-
source, standards c force
源码,标准c++用力-source, standards c force
- 2022-08-08 01:09:06下载
- 积分:1
-
简单的LINUX入门介绍,关于驱动LINUX的介绍,文档版本,内含代码。...
简单的LINUX入门介绍,关于驱动LINUX的介绍,文档版本,内含代码。-LINUX entry describes a simple, on the driver LINUX introduction, document version, containing the code.
- 2022-02-05 21:11:38下载
- 积分:1
-
进程间调度,共享内存,进程通信,子进程创建
进程间调度,共享内存,进程通信,子进程创建-inter-process scheduling, shared memory and process communications, process-creation
- 2022-10-03 11:15:04下载
- 积分: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