-
linux prepared a serial debugging procedures, can achieve serial data transmissi...
linux下编写的一个串口调试程序,可以实现串口数据的发送于接收-linux prepared a serial debugging procedures, can achieve serial data transmission at the reception
- 2022-02-24 15:59:15下载
- 积分:1
-
一本关于LINUX内核手册的书籍,书中详细的介绍了如何在LINUX内核下裁减!...
一本关于LINUX内核手册的书籍,书中详细的介绍了如何在LINUX内核下裁减!-It is a linux core book!
- 2022-03-13 16:05:01下载
- 积分: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
-
Overview: longitudinal data collection, designed to collect time eDonkey network...
概述:数据的纵向收集,目的是收集时光网和电驴网的影视资料信息,存成二进制文件,整理以后导入mysql数据库使用-Overview: longitudinal data collection, designed to collect time eDonkey network and information network for film and television information, stored as a binary file, import later organize the use of mysql database
- 2022-01-26 01:04:41下载
- 积分:1
-
To achieve under linux codec mpeg4, you can migrate to the top arm
实现在linux下的mpeg4编解码,可以移植到arm上面-To achieve under linux codec mpeg4, you can migrate to the top arm
- 2022-03-24 10:43:28下载
- 积分:1
-
英特尔IPP规划
PROGRAMMING WITH INTEL IPP
(INTEGRATED PERFORMANCE PRIMITIVES)
AND INTEL OPENCV
(OPEN COMPUTER VISION)
UNDER GNU LINUX
- 2022-08-02 21:17:21下载
- 积分:1
-
md4/md5 algorithm includes a set of useful tools, there are many algorithms, for...
包含md4/md5算法的一套好用工具,里面有好多算法,对于搞安全的人来说非常有用-md4/md5 algorithm includes a set of useful tools, there are many algorithms, for those who engage in security is very useful
- 2022-11-05 04:30:03下载
- 积分:1
-
应用平台 UNIX含源程序和SCO OpenServer 5下运行的目标文件。
应用平台 UNIX含源程序和SCO OpenServer 5下运行的目标文件。-application platform UNIX source code containing SCO OpenServer 5 and running under the target file.
- 2023-03-09 11:25:03下载
- 积分:1
-
LFS.This is a kind of file system.
LFS.This is a kind of file system.
- 2022-03-23 06:52:49下载
- 积分:1
-
giga网卡完整的驱动代码,系统是linux,可以了解整个网卡驱动在linux系统的结构,并且包含了giga模式的特有接口的实现....
giga网卡完整的驱动代码,系统是linux,可以了解整个网卡驱动在linux系统的结构,并且包含了giga模式的特有接口的实现.-integrity of the driver code, the system is linux, can understand the whole LAN Driver in linux system structure, and contains a unique pattern of giga interface is achieved.
- 2022-05-06 03:34:17下载
- 积分:1