-
minigui 串口输入驱动输入引擎
数据通过串口打包发送而来
直接向平台发送消息...
minigui 串口输入驱动输入引擎
数据通过串口打包发送而来
直接向平台发送消息-MiniGUI serial input-driven engines imported through the serial data from a package sent directly to the messaging platform
- 2023-08-15 14:00:03下载
- 积分:1
-
这是基于linux平台下关于多进程进度条控制的程序,用GTK完成,体现了linux的多进程控制特性...
这是基于linux平台下关于多进程进度条控制的程序,用GTK完成,体现了linux的多进程控制特性-This is based on the Linux platform on the progress of the multi-process control procedures, complete with GTK, linux embodies the characteristics of multi-process control
- 2022-04-24 18:36:58下载
- 积分:1
-
the source PBX (SIP)
linux下的PBX源码(SIP)-the source PBX (SIP)
- 2022-05-13 19:26:00下载
- 积分:1
-
健康法反对法萨菲大方的飞对方答复艾丝凡安抚啊安抚
健康法反对法萨菲大方的飞对方答复艾丝凡安抚啊安抚-so good
- 2022-08-20 04:41:54下载
- 积分:1
-
The latest version of 7zip source code, to appropriate friends, I am looking for...
最新版7zip源代码,给适合的朋友们,本人正在寻找zip压缩算法,纯C语言,希望得到大家的帮忙,谢谢!-The latest version of 7zip source code, to appropriate friends, I am looking for zip compression algorithm, a pure C language, want to get everyone" s help, thank you!
- 2022-03-21 21:58:08下载
- 积分:1
-
全英文版本,详细讲解linux的内核的体系结构,各种常用的命令等知识。...
全英文版本,详细讲解linux的内核的体系结构,各种常用的命令等知识。-The entire English version of linux elaborate on the core architecture, a variety of commonly used commands, such as knowledge.
- 2022-07-20 18:49:37下载
- 积分:1
-
在Linux环境下,使用共享外部变量的方式,实现哲学家进餐问题...
在Linux环境下,使用共享外部变量的方式,实现哲学家进餐问题-the Linux environment, the use of shared external variables, to achieve the Dining Philosophers Problem
- 2022-10-14 14:15:03下载
- 积分:1
-
这是有关于使用linux下的定时器的实验,通过下载到实验板上,可以观察到linux下统计进程执行时间。...
这是有关于使用linux下的定时器的实验,通过下载到实验板上,可以观察到linux下统计进程执行时间。-This is under linux timer on the use of experiments to test the board by downloading, can be observed under linux statistical process execution time.
- 2022-02-03 04:34:32下载
- 积分:1
-
这本书是为网络管理我提供一个单一的参考。
This book was written to provide a single reference for network administration in a Linux environment.
Beginners and experienced users alike should find the information they need to cover nearly all important
administration activities required to manage a Linux network configuration.
- 2023-07-25 07:20: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