-
These code and text file are written in euc
These code and text file are written in euc-jp-unix-These code and text file are written in euc-jp-unix.
- 2023-08-12 11:50:03下载
- 积分:1
-
本书主要介绍嵌入式LINUX的各种资源以及性能,比较系统的阐述了LINUX的文件结构和内存管理,资源释放等...
本书主要介绍嵌入式LINUX的各种资源以及性能,比较系统的阐述了LINUX的文件结构和内存管理,资源释放等-This book introduces a variety of resources embedded LINUX, as well as performance, a more systematic exposition of the LINUX file structure and memory management, resource release, etc.
- 2023-05-10 02:50:03下载
- 积分:1
-
linux command Daquan (modified version) chm format, full control of linux system...
linux命令大全(修改版) chm格式,完全掌握linux系统命令的参考手册。-linux command Daquan (modified version) chm format, full control of linux system commands reference manual.
- 2022-02-04 21:41:16下载
- 积分:1
-
linux 双机热备之 心跳程序源码
linux 双机热备之 心跳程序源码-linux Hot Standby source of heart procedures
- 2022-04-09 09:41:21下载
- 积分:1
-
linux下mp3编解码程序,有VC工程,纯C代码,移植性好,推荐!
linux下mp3编解码程序,有VC工程,纯C代码,移植性好,推荐!-mps decode program under linux, c code ,recomanded
- 2023-06-24 12:25:02下载
- 积分:1
-
A common C language data structure, in the under linux.
一个通用的C语言实现的数据结构,在linux下实现。-A common C language data structure, in the under linux.
- 2023-04-09 11:45:04下载
- 积分:1
-
Red Hat Linux 5.1安装指南
Red Hat Linux 5.1安装指南 -Red Hat Linux 5.1 Installation Guide
- 2023-03-05 16:55:03下载
- 积分: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
-
Driver for flash
驱动,用于闪寸的处理,主要是为了能够更好的处理这些内存-Driver for flash-inch handle, mainly in order to be able to better deal with these memory
- 2022-07-05 13:04:38下载
- 积分:1
-
a good, I can use the model of the c, and we need as soon as possible under the.
一个不错,可以再利用的c++模型库,需要的赶快下了-a good, I can use the model of the c, and we need as soon as possible under the.
- 2022-08-14 00:47:03下载
- 积分:1