-
bank's intermediate business procedures
银行中间业务处理程序-bank"s intermediate business procedures
- 2022-01-31 09:59:43下载
- 积分:1
-
libxml,Unix / Linux的一个非常重要的基础XML相关应用提供条件…
libxml,在UNIX/LINUX下非常重要的一个库,为XML相关应用提供方便.目前上载的是最新版本,若要取得最新版本,请参考里面的readme.-libxml, UNIX/Linux a very important base of XML related applications provide convenient. Currently available on the latest version, in order to achieve the latest version, please refer to the readme inside.
- 2022-08-17 07:51:59下载
- 积分: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
-
This is a 56K MODEM Driver, is a practical Driver
这是一个56K MODEM的驱动程序,是一个实用的驱动程序-This is a 56K MODEM Driver, is a practical Driver
- 2022-07-18 18:08:38下载
- 积分:1
-
mms message builder (part)
mms message builder (part)
- 2022-01-30 10:09:07下载
- 积分:1
-
Linux下的飞鸽传书,在Gnome环境中使用,能与windows下的飞鸽互传。
Linux下的飞鸽传书,在Gnome环境中使用,能与windows下的飞鸽互传。-Linux under Chuanshu Dove, in the Gnome environment, with windows to each other under the Dove.
- 2022-05-08 10:25:09下载
- 积分:1
-
linux
linux-shell-C语言实现 至于shell就不多说了,希望对你有用-linux-shell-C
- 2023-07-23 20:35:03下载
- 积分:1
-
A basic kernel module (helloworld) the preparation, loading, unloading. Contains...
一个最基本的内核模块(helloworld)编写、加载、卸载。包含源码,建议在redhat9下编译运行。-A basic kernel module (helloworld) the preparation, loading, unloading. Contains the source code, it is recommended redhat9 compiled to run.
- 2022-05-29 13:18:24下载
- 积分:1
-
C案例集.rar
C案例集.rar-case. Rar
- 2022-05-16 14:35:40下载
- 积分:1
-
uclinux os on GBA
GBA上的uclinux系统
GBA 编程
GBA 系统-uclinux os on GBA
- 2022-12-17 20:40:02下载
- 积分:1