-
linux系统cs网卡的驱动程序源代码
linux系统cs网卡的驱动程序源代码-cs NIC driver source code
- 2022-06-29 12:18:39下载
- 积分:1
-
Linux操作系统的命令格式和功能介绍的chm帮助文档
Linux操作系统的命令格式和功能介绍的chm帮助文档-Linux operating system commands and features introduced in chm format for help documentation
- 2023-05-27 19:20:03下载
- 积分:1
-
非常好用的网络socket编程代码(服务器端多线程)
非常好用的网络socket编程代码(服务器端多线程)- Extremely easy to use network socket programming code (server
end multithreading)
- 2022-02-03 05:33:00下载
- 积分:1
-
SCO使用FTP功能传文件,接收文件
sco unix下使用ftp函数传文件、接收文件-sco use ftp function Chuan documents, receiving documents
- 2022-03-13 17:08:08下载
- 积分:1
-
宽度= gdk_pixbuf_animation_get_width(ANI)
width = gdk_pixbuf_animation_get_width(ani)
height = gdk_pixbuf_animation_get_height(ani)
current_frame_list = gdk_pixbuf_animation_get_frames(ani)
pixmap = gdk_pixmap_new(w->window, width, height, -1)
clean_pixmap = gdk_pixmap_new(w->window, width, height, -1)
if (w->style->bg_pixmap[GTK_STATE_NORMAL]) {
GdkPixmap *bg = w->style->bg_pixmap[GTK_STATE_NORMAL]
GdkGC *gc
GdkGCValues values
values.tile = bg
values.fill = GDK_TILED
gc = gdk_gc_new_with_values(w->window, &values,
GDK_GC_FILL|GDK_GC_TILE)
gdk_gc_set_ts_origin(gc,
(w->allocation.width - width)/2,
(w->allocation.height-height)/2)
gdk_draw_rectangle(clean_pixmap,gc, TRUE,
0, 0, width, height)
gdk_gc_destroy(gc)
} else {
gdk_draw_rectangle(clean_pixmap,
w->style->bg_gc[GTK_STATE_NORMAL],
TRUE, 0, 0, width, height)
}- width = gdk_pixbuf_animation_get_width(ani)
- 2022-05-17 15:10:31下载
- 积分:1
-
UART 44B0
uart 44b0
rs232 send receive
- 2022-09-18 19:20:03下载
- 积分:1
-
在Linux环境下,使用共享外部变量的方式,实现哲学家进餐问题...
在Linux环境下,使用共享外部变量的方式,实现哲学家进餐问题-the Linux environment, the use of shared external variables, to achieve the Dining Philosophers Problem
- 2022-10-14 14:15:03下载
- 积分:1
-
Vidcat procedure is in accordance with the law, can only grasp PPM plans. Makefi...
程序是根据vidcat改的,只能抓PPM的图.
makefile的内容如下,请注意打小写:
cc=gcc
#cflags=-i/firendly-arm/kernel/include -i/usr/local/arm/2.95.3/arm-linux/include -wall -dhave_libjpeg #-dvideo_dev="/dev/v4l/video0" -dversion="0.7.2"
cflags=-wall -dvideo_dev="/dev/video0" -dversion="0.7.2"
camsnap: camsnap.c
用法如下:
camsnap -v -s 420x420 -o my.ppm
这儿请注意:s 的大小必需是8能整除的倍数.
这个程序我是在rh9下作的,需要交叉编译的朋友就把注释去掉,再给下面的注释就可以了.-Vidcat procedure is in accordance with the law, can only grasp PPM plans. Makefile reads as follows, please note that playing lowercase: cc = gcc# Cflags =- i/firendly-arm/kernel/include-i/usr/local/arm/2.95 .3/arm-linux/include-wall-dhave_libjpeg#-dvideo_dev =
- 2023-04-15 21:40:03下载
- 积分:1
-
This book is the famous "linux device drivers," the third edition. It...
这本书是著名的《linux设备驱动程序》的第三版。它函盖了linux2.6内核的驱动程序编程。是linux下驱动开发者的必备宝书。-This book is the famous "linux device drivers," the third edition. It will cover the core linux2.6 driven programming. Linux is developed under the driver must treasured book.
- 2022-08-04 10:03:07下载
- 积分:1
-
xml开源解析代码.版本为libxml2
xml开源解析代码.版本为libxml2-2.6.29,可支持GB3212.网络消息发送XML时很有用.-xml open-source code analysis. version libxml2-2.6.29, supports GB3212. network message when XML is useful.
- 2022-10-06 03:15:03下载
- 积分:1