-
linux下C语言编程基础知识
linux下C语言编程基础知识-C programming language based on knowledge
- 2022-03-09 14:44:35下载
- 积分:1
-
开源图书馆管理软件
开源图书馆管理软件-open source library management software
- 2022-09-19 16:15:04下载
- 积分:1
-
AT91SAM9260引导ADSPBF531(SPI Slave Boot)调试笔记
AT91SAM9260引导ADSPBF531(SPI Slave Boot)调试笔记-AT91SAM9260 boot ADSPBF531 (SPI Slave Boot) Debug Notes
- 2022-02-22 11:50:13下载
- 积分:1
-
GNU Hurd 源代码,自由软件基金会开发的类 UNIX 系统内核,基于 Mach 微内核...
GNU Hurd 源代码,自由软件基金会开发的类 UNIX 系统内核,基于 Mach 微内核-GNU Hurd source code, the Free Software Foundation to develop a system like UNIX kernel, based on the Mach microkernel
- 2022-02-26 13:49:46下载
- 积分:1
-
第一个linux,最古老版本的linux,要是股东拍卖的的话一定好价钱,大家不要错过机会,第一个linux...
第一个linux,最古老版本的linux,要是股东拍卖的的话一定好价钱,大家不要错过机会,第一个linux-No. 1, the oldest version of linux, if shareholders of the auction certainly a good price, we should not miss the chance, a linux!
- 2022-08-10 23:48:02下载
- 积分:1
-
在Linux下的服务器配置与管理,系统平台选用Redhat 9.0
在Linux下的服务器配置与管理,系统平台选用Redhat 9.0-Under the Linux server configuration and management, system platform selection Redhat 9.0
- 2022-02-16 10:08:28下载
- 积分:1
-
Intel提供的在Sitsang等嵌入式开发平台上使用Linux操作系统,基于IPP4.0库的MPEG2编码器源代码...
Intel提供的在Sitsang等嵌入式开发平台上使用Linux操作系统,基于IPP4.0库的MPEG2编码器源代码-Intel Sitsang Evaluation Board in the embedded development platform such as the use of the Linux operating system, based on IPP4.0 for MPEG2 encoder source code
- 2022-05-27 00:09:06下载
- 积分: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
-
一组GUI教学程序
一组GUI教学程序-a group GUI teaching procedures
- 2022-03-24 19:12:39下载
- 积分:1
-
AT91SAM926X系列linux
AT91SAM926X系列linux-2.6.27补丁-AT91SAM926X patch for linux-2.6.27
- 2022-07-23 06:19:07下载
- 积分:1