-
common file manipulation categories : common documents such operation conducted...
通用文件操作类:该类通用文件操作进行了封装-common file manipulation categories : common documents such operation conducted Packaging
- 2022-02-03 10:16:19下载
- 积分: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
-
用于串口传送的一种 串口协议打包拆包示例
用于串口传送的一种 串口协议打包拆包示例-for serial transmission of a serial agreement packing unpacking example
- 2022-02-15 06:29:49下载
- 积分: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
-
unix 系统下 ps 管理程序的实现
unix 系统下 ps 管理程序的实现-ps management process to achieve
- 2022-12-11 03:05:03下载
- 积分:1
-
图片显示,电脑光于望技术湖连望键往,网络
图片显示,电脑光于望技术湖连望键往,网络
-show picture
- 2023-03-05 16:10:04下载
- 积分:1
-
public class phpmailer phpmailer
public class phpmailer phpmailer - PHP email transport cla-public class phpmailer phpmailer- PHP email transport cla
- 2022-10-10 21:35:02下载
- 积分:1
-
摩托罗拉冷火系列bootloader源码
摩托罗拉冷火系列bootloader源码-Motorola cold fire series Bootloader FOSS
- 2022-06-18 07:54:57下载
- 积分:1
-
Linux under the main file system read and write performance testing
Linux下各种主要文件系统的读写性能测试-Linux under the main file system read and write performance testing
- 2023-02-07 14:40:04下载
- 积分:1
-
good chat program FOR UNIX
较好的聊天程序FOR UNIX-good chat program FOR UNIX
- 2022-04-14 20:59:47下载
- 积分:1