-
Popular educational software operating system source code
流行的操作系统教学软件源码,非常经典,欢迎下载-Popular educational software operating system source code
- 2022-02-15 09:50:36下载
- 积分:1
-
最新的busybox版本。嵌入式编程必备工具。
busybox最新版本. 嵌入式编程必不可少之工具.-busybox latest version. Embedded programming indispensable tool.
- 2022-04-16 11:09:22下载
- 积分:1
-
a procedure ,can help us see the video in broswer
实现客户机服务器中嵌入式LINUX系统的移植,给出完整过程-a procedure ,can help us see the video in broswer
- 2022-02-04 03:34:50下载
- 积分:1
-
UCOS2 tutorial, the best is the most detailed book, this information is the word...
UCOS2 的教程,是国内最详细的最好一本书,本资料是这本书的word版本-UCOS2 tutorial, the best is the most detailed book, this information is the word version of this book
- 2022-02-21 15:03:31下载
- 积分:1
-
自动侦测插入的存贮设备(U盘/移动硬盘等),把指定的文件拷贝到指定的目录。
程序结构很简单,两个进程:一个判断U盘的状态,通过MSG把U盘的状态送...
自动侦测插入的存贮设备(U盘/移动硬盘等),把指定的文件拷贝到指定的目录。
程序结构很简单,两个进程:一个判断U盘的状态,通过MSG把U盘的状态送给主进程,主进程处理所有事务 一个线程处理发声.
-Automatically detects the insertion of the storage device (U disc/mobile hard disk, etc.), the specified files are copied to the specified directory. Program structure is very simple, two processes: one to determine the status of U disk, U disk through the MSG to the state to the main process, the main deal with all matters of a process thread handle audible.
- 2022-10-12 03:55:03下载
- 积分:1
-
linux program code complete source code. there is lots of good example, useful t...
< linux_c程序设计代码大全〉〉源码,书中例子很好,LINUX编程不可多得的好东西-linux program code complete source code. there is lots of good example, useful to linux programmer.
- 2022-01-31 00:58:13下载
- 积分:1
-
here is the xpl that attacks the some of openssl vulnerabilities
here is the xpl that attacks the some of openssl vulnerabilities
- 2022-04-19 17:17:59下载
- 积分:1
-
linux入门教程,linux的使用,linux的介绍,linux的编程
linux入门教程,linux的使用,linux的介绍,linux的编程-linux Tutorial, linux use, linux introduction, linux programming
- 2022-03-13 19:20:14下载
- 积分: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
-
Image Viewer 1.7 is a Gtk sample application for show pictures
Image Viewer 1.7 is a Gtk sample application for show pictures
- 2023-05-10 02:10:03下载
- 积分:1