-
okular,基于poppler的pdf阅读器,增加了标注功能
okular,基于poppler的pdf阅读器,增加了标注功能-Laura, for the poppler pdf reader, an increase of tagging function
- 2022-08-26 05:10:00下载
- 积分:1
-
An easy, yet highly
An easy, yet highly-configurable iptables-based firewall solution designed for everybody from home users to network admins. Functionality for IPv6, tunneling, IPSec, and advanced routing is planned.
- 2022-01-28 04:11:40下载
- 积分:1
-
Office of the software a touch
本软件一个处摸屏驱动软件,在ads上编译-Office of the software a touch-screen software, compiled in ads
- 2022-05-30 08:48:20下载
- 积分:1
-
LINUX下USB驱动程序的开发,适用于操作系统课程设计等。
LINUX下USB驱动程序的开发,适用于操作系统课程设计等。-LINUX under the USB driver development, applicable to the operating system, such as curriculum design.
- 2022-10-13 10:30:03下载
- 积分:1
-
s3c2410 the cpu bootcode
s3c2410的cpu的启动代码-s3c2410 the cpu bootcode
- 2022-07-08 18:57:32下载
- 积分:1
-
GPS程序,用于接收GPS通讯报文,并将收到的时间写入系统时钟。...
GPS程序,用于接收GPS通讯报文,并将收到的时间写入系统时钟。-GPS procedures, for receiving GPS communication message to be received from time to write the system clock.
- 2023-04-13 15:45:03下载
- 积分:1
-
Linux_Logo启动图标制做,是很详细的制作过程,我公司里的资料啊!...
Linux_Logo启动图标制做,是很详细的制作过程,我公司里的资料啊!-Icon to do start Linux_Logo system is very detailed production process, I company information ah!
- 2022-09-05 23:10:03下载
- 积分:1
-
基于X86系统的Linux下的LED driver开发的example code, 并附带有相应的测试程序。...
基于X86系统的Linux下的LED driver开发的example code, 并附带有相应的测试程序。-X86-based Linux system LED driver development under the example code, with a corresponding test procedure.
- 2022-02-07 05:50:46下载
- 积分:1
-
Linux下的飞鸽传书,在Gnome环境中使用,能与windows下的飞鸽互传。
Linux下的飞鸽传书,在Gnome环境中使用,能与windows下的飞鸽互传。-Linux under Chuanshu Dove, in the Gnome environment, with windows to each other under the Dove.
- 2022-05-08 10:25:09下载
- 积分: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