-
linux下socket的server和client端的实例
linux下socket的server和client端的实例-linux under the socket of the server and client-side examples
- 2023-05-03 02:40:03下载
- 积分:1
-
摩托罗拉A1200内核源码
Moto A1200 kernel SRC
- 2022-02-09 15:38:42下载
- 积分:1
-
Dove Chuanshu graphical interface for linux X under the source
飞鸽传书for linux X图形界面下源码-Dove Chuanshu graphical interface for linux X under the source
- 2022-03-18 09:00:26下载
- 积分:1
-
QT下访问cell的源码,可以实现QT下对话框的,可以在虚拟机或QT嵌入式版本下面跑...
QT下访问cell的源码,可以实现QT下对话框的,可以在虚拟机或QT嵌入式版本下面跑-QT visit the source cell can be achieved under the QT dialog box, you can in a virtual machine or running the following versions of QT Embedded
- 2022-09-22 22:50:03下载
- 积分:1
-
Pocket PC hx4700 bootloader
pocket pc hx4700 bootloader
- 2022-05-12 10:14:07下载
- 积分:1
-
英文的关于驱动的书籍,我觉得这本书比ldd好,虽然是英文,但是在讲解时引用了很多程序,容易理解...
英文的关于驱动的书籍,我觉得这本书比ldd好,虽然是英文,但是在讲解时引用了很多程序,容易理解-English books on the drive, I think this book ldd than good, although it is in English, but invoked to explain a lot of procedures, easy to understand
- 2022-03-06 06:48:00下载
- 积分:1
-
linux环境下 消息队列的简单使用,可以学习消息队列的一般方法...
linux环境下 消息队列的简单使用,可以学习消息队列的一般方法-linux environment using a simple message queue, message queue can learn the general approach
- 2022-04-11 08:15:26下载
- 积分:1
-
linux 下面的虚拟块设备,就是将内存的一个部分虚拟为块设备,提高输入输出的效率...
linux 下面的虚拟块设备,就是将内存的一个部分虚拟为块设备,提高输入输出的效率-linux following the virtual block device, that is, a part of virtual memory for the block device, improve the efficiency of input-output
- 2023-08-04 03:15:03下载
- 积分:1
-
unix进程间通讯一书的源码
unix进程间通讯一书的源码-unix process of communication among the book s source code
- 2022-06-30 00:21:55下载
- 积分: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