-
这是有关于使用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
-
另一个中断程序linux下的
另一个中断程序linux下的 -Another interruption of the procedure under linux
- 2022-03-01 22:45:33下载
- 积分:1
-
unix下c语言实现tcp连接函数库
unix下c语言实现tcp连接函数库-unix under tcp connections c language library
- 2022-08-08 10:40:43下载
- 积分:1
-
C++ GUI Programming with Qt 4 Chinese version and its source code, specifically...
C++ GUI Programming with Qt 4 中文版及其源代码,特意上传给朋友们分享-C++ GUI Programming with Qt 4 Chinese version and its source code, specifically to share uploaded to a Friend
- 2022-02-04 12:23:35下载
- 积分:1
-
碧轩居
碧轩居-Linux命令大全,CHM格式,方便检索,包含x-windows,备份,文件管理,网络等常用命令-Bi Xuan Habitat-Linux command Guinness, CHM format, easy retrieval, including x-windows, backup, document management, network and other commonly used commands
- 2022-03-26 16:07:37下载
- 积分:1
-
ralinktech rt61无线驱动
ralinktech rt61 wireless driver
- 2023-02-16 01:40:04下载
- 积分:1
-
msmtp source to achieve an embedded message is sent, and mutt shell binding ene...
msmtp源程序实现了嵌入式消息的发送,并结合mutt壳能量实现了电子邮件的发送和接收
- 2023-08-09 22:35:04下载
- 积分:1
-
基于Linux的USB芯片SL811主机驱动程序,由芯片厂家提供.
基于Linux的USB芯片SL811主机驱动程序,由芯片厂家提供.-err
- 2023-07-07 06:40:04下载
- 积分:1
-
一个简单的美容院商品和顾客资料管理程序,用Qt写的。数据库使用的MySQL。...
一个简单的美容院商品和顾客资料管理程序,用Qt写的。数据库使用的MySQL。-A simple beauty salon products and customer data management procedures, written with Qt. Database used by MySQL.
- 2022-05-28 07:02:06下载
- 积分: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