-
实现软盘引导的编码,并在电脑屏幕上显示自己喜欢的消息
实现软盘引导的编码,并在电脑屏幕上显示自己喜欢的消息-achieve floppy guide coding, and on the computer screen to show their favorite news
- 2022-03-14 13:39:01下载
- 积分:1
-
linuxc函数库参考手册,介绍了所有的Linux平台下的函数说明,并给出了事例程序...
linuxc函数库参考手册,介绍了所有的Linux平台下的函数说明,并给出了事例程序-linuxc library reference manual on all the Linux platform under the Note function, and gives examples of procedures
- 2023-06-28 03:20:05下载
- 积分:1
-
uClinux environment keys to the driver and the corresponding development of the...
uClinux 环境下按键的驱动程序及相应的用户开发的简单实例。还有Makefile文件,直接在CygWin环境下编译可直接运行。-uClinux environment keys to the driver and the corresponding development of the user simple examples. There Makefile, CygWin directly in the environment can be compiled to run.
- 2023-04-12 19:30:04下载
- 积分:1
-
Remote Connection Manager是一个Gnome2 应用程序,它提供了一个易用的方式来简化到远程主机的连接。它的主要目的是提供一个GUI来运行
Remote Connection Manager是一个Gnome2 应用程序,它提供了一个易用的方式来简化到远程主机的连接。它的主要目的是提供一个GUI来运行ssh, telnet and rdesktop的应用程序,同时它也是高度可配置的。-Remote Connection Manager is a Gnome2 application procedure, it
provided a Yi Yong way to simplify to the long-distance main engine
connection. Its main goal provides GUI to move ssh, the telnet and
rdesktop application procedure, simultaneously it also is highly may
dispose.
- 2022-02-25 04:40:27下载
- 积分:1
-
《linux设备驱动程序》第二版英文pdf版
《linux设备驱动程序》第二版英文pdf版- Linux device driver, the second edition of the English pdf version
- 2022-07-19 19:06:02下载
- 积分: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
-
Enlightenment Tool Bar
Enlightenment Tool Bar
- 2022-07-13 09:18:00下载
- 积分:1
-
在Linux测试共享共享内存消息
在Linux测试共享共享内存消息-testing Linux in shared memory sharing information
- 2022-06-22 05:12:26下载
- 积分:1
-
Linux下编程实现服务器与客户端的连接
Linux下编程实现服务器与客户端的连接-Programming Linux server and client connections
- 2022-02-04 06:55:47下载
- 积分:1
-
linux下的串口编程例程,包括一些简单的说明
linux下的串口编程例程,包括一些简单的说明-under linux Serial Programming routines, including some simple explanation
- 2022-03-13 20:21:50下载
- 积分:1