-
在Linux下进行编程时,很多时候我们并没有完全记住所有函数,此时本书就会帮我们快速方便的查到这些函数的具体用法。...
在Linux下进行编程时,很多时候我们并没有完全记住所有函数,此时本书就会帮我们快速方便的查到这些函数的具体用法。-In programming under Linux, many times we do not fully remember all the function, when this book will help us quickly and easily find the specific usage of these functions.
- 2022-01-25 17:04:07下载
- 积分:1
-
linux系统cs网卡的驱动程序源代码
linux系统cs网卡的驱动程序源代码-cs NIC driver source code
- 2022-06-29 12:18:39下载
- 积分:1
-
本代码采用嵌入式qt编写,主要嵌入式数据库sqlite在PXA27x芯片中应用...
本代码采用嵌入式qt编写,主要嵌入式数据库sqlite在PXA27x芯片中应用-using the code embedded qt preparation, Embedded database sqlite mainly in Intel PXA27x application chip
- 2022-03-26 09:42:17下载
- 积分:1
-
基于X86系统的Linux下的LED driver开发的example code, 并附带有相应的测试程序。...
基于X86系统的Linux下的LED driver开发的example code, 并附带有相应的测试程序。-X86-based Linux system LED driver development under the example code, with a corresponding test procedure.
- 2022-02-07 05:50:46下载
- 积分:1
-
多线程扫描匿名ftp的例程
多线程扫描匿名ftp的例程-multithreaded scanning routines anonymous ftp
- 2022-05-24 12:44:37下载
- 积分:1
-
pxa255用的并口烧写jtag口的源代码。可以修改为其他的cpu等下载工具...
pxa255用的并口烧写jtag口的源代码。可以修改为其他的cpu等下载工具-PXA255 the parallel port JTAG burning mouth of the source code. Can it be amended as other download tools such as cpu
- 2023-01-10 00:10:04下载
- 积分:1
-
linux下mp3编解码程序,有VC工程,纯C代码,移植性好,推荐!
linux下mp3编解码程序,有VC工程,纯C代码,移植性好,推荐!-mps decode program under linux, c code ,recomanded
- 2023-06-24 12:25:02下载
- 积分:1
-
applicable QT2410E (UNITAR)
适用QT2410E(训研所)-ARM或闪存复制暂停
- 2023-04-09 13:05: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
-
在linux平台下学习so文件而编写的例子。
在linux平台下学习so文件而编写的例子。-In linux platform to learn so documents prepared examples.
- 2023-05-07 22:20:02下载
- 积分:1