-
用c写的ftp客户端源代码,可以在UNIX,Windows下编译通过,学习的好代码!...
用c写的ftp客户端源代码,可以在UNIX,Windows下编译通过,学习的好代码!-used to write the ftp client source code, in UNIX, Windows compile and study the good code!
- 2022-08-23 18:47:31下载
- 积分: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
-
嵌入式LINUX9应用程序开发详解中第三章编程实例
嵌入式LINUX9应用程序开发详解中第三章编程实例-Embedded application development LINUX9 Detailed programming examples in Chapter III
- 2023-01-27 14:10:04下载
- 积分:1
-
压缩包下的大部分文章,在C++下编程,和编程…
压缩包里的文章大部分是有关linux下c的编程问题,以及c编程一些问题-compression bag most of the articles under linux c programming, and programming issues c
- 2022-01-30 18:00:41下载
- 积分:1
-
NS2的用户很有用
very useful for NS2 users
- 2022-02-25 15:35:48下载
- 积分:1
-
Linux系统管理白皮书
Linux系统管理白皮书-Linux System Management White Paper
- 2022-09-13 21:30:03下载
- 积分:1
-
ARM编程的基本知识,BOOT代码流程和功能分析,OS中断程序的编写举例
和BOOT代码的流程图,希望这些内容能为初学ARM的朋友拨开迷雾,以...
ARM编程的基本知识,BOOT代码流程和功能分析,OS中断程序的编写举例
和BOOT代码的流程图,希望这些内容能为初学ARM的朋友拨开迷雾,以最快的速度和最短的时间走进嵌入世界的大们
-ARM basic knowledge of programming, BOOT code flow and functional analysis, OS interrupted, for example the preparation of procedures and flow chart BOOT code, I hope the content of the ARM for the beginner Friend fog cleared, the fastest and the shortest period of time away embedded into the big world have
- 2022-01-25 18:23:49下载
- 积分:1
-
typical transmission category udp
典型的udp传输类-typical transmission category udp
- 2022-10-30 03:10:06下载
- 积分: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
-
为使Linux自启动
for making the linux autoboot
- 2023-02-18 00:00:04下载
- 积分:1