-
图像浏览器1.1是一个示例应用程序显示图片GTK
Image Viewer 1.1 is a Gtk sample application for show pictures
- 2023-08-08 06:00:03下载
- 积分:1
-
耀文提供视频捕获设备统一接入。现在你可以行动。
unicap provides an uniform access to video capture devices. Currently you can access v4l, v4l2, IIDC 1394 ( DCAM ) cameras and video to firewire converters with a single API. New devices can be added via a plugin system-unicap provides an uniform access to video capture devices. Currently you can access v4l. v4l2. IIDC 1394 (DCAM) cameras and video to Firewire c onverters with a single API. New devices can be a dded via a plugin system
- 2023-07-14 21:15:03下载
- 积分:1
-
Achieved in a multi
实现了在多处理器上可运行的矩阵相乘的程序-Achieved in a multi-processor run of the matrix multiplication program
- 2022-03-11 10:20:41下载
- 积分:1
-
国际标准协议的,用户认证及计费系统,在SUN 小型机上编译通过。...
国际标准协议的,用户认证及计费系统,在SUN 小型机上编译通过。-international standard protocols, user authentication and billing systems, the Sun compiled by Minicom.
- 2022-09-02 05:20:03下载
- 积分:1
-
S3C2410 under linux the I2C bus driver
linux下S3C2410的I2C总线的驱动-S3C2410 under linux the I2C bus driver
- 2023-05-29 05:10:03下载
- 积分:1
-
linux环境下udp协议的客户端代码,向服务器端发送请求,显示服务器回应请求的时间...
linux环境下udp协议的客户端代码,向服务器端发送请求,显示服务器回应请求的时间-udp protocol under linux client code to send the request to the server-side, showing the server time to respond to the request
- 2022-04-18 05:23:32下载
- 积分:1
-
linux环境下,用IPC和多进程的实现的一个聊天室
linux环境下,用IPC和多进程的实现的一个聊天室-linux environment, multi-process with the IPC and the realization of a chat room
- 2022-10-06 22:10:02下载
- 积分:1
-
qt4下做的程序启动画面,功能是在程序启动之前显示一个图片用以对缓慢的启动过程进行掩饰...
qt4下做的程序启动画面,功能是在程序启动之前显示一个图片用以对缓慢的启动过程进行掩饰-qt4 proceedings under the picture to do, features in the proceedings before the show a picture of a slow start to the process to cover up
- 2022-06-21 03:52:10下载
- 积分:1
-
Linux下视频开发.包括bttv,cx88,saa7134,红外等接口和驱动
Linux下视频开发.包括bttv,cx88,saa7134,红外等接口和驱动-Linux video development. Including bttv, cx88, saa7134, infrared interfaces and drivers
- 2022-03-30 13:23:41下载
- 积分: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