-
LINUX启动时,第一个运行的进程是INIT进程。
本文主要对INIT进程作了详细分析。...
LINUX启动时,第一个运行的进程是INIT进程。
本文主要对INIT进程作了详细分析。-LINUX started, the first running process is the INIT process. In this paper, INIT process of detailed analysis.
- 2022-03-01 15:40:30下载
- 积分:1
-
map的简单使用方法程序,可以学习使用简单的map操作
map的简单使用方法程序,可以学习使用简单的map操作-map a simple procedure to use, you can learn to operate using a simple map
- 2022-07-24 05:32:04下载
- 积分:1
-
applicable QT2410E (UNITAR)
适用QT2410E(训研所)-ARM或闪存复制暂停
- 2023-04-09 13:05:03下载
- 积分:1
-
1)Firstly, open wvfb
2)Sencondly, run fhas_win32.exe, and then see the effect...
1)Firstly, open wvfb
2)Sencondly, run fhas_win32.exe, and then see the effect on wvfb, click on the button by mouse. -1) Firstly, open wvfb2) Sencondly, run fhas_win32.exe, and then see the effect on wvfb, click on the button by mouse.
- 2022-05-17 10:11:50下载
- 积分: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
-
For the design of a simple two LINUX File System
为LINUX 设计一个简单的二级文件系统-For the design of a simple two LINUX File System
- 2022-01-31 21:35:50下载
- 积分:1
-
NAND型快闪记忆体分页机制储存装置之设计与实作.pdf
台湾省的一篇硕士论文...
NAND型快闪记忆体分页机制储存装置之设计与实作.pdf
台湾省的一篇硕士论文-NAND-type flash memory paging mechanism for storage devices Design and Implementation. Pdf Taiwan Province of a master
- 2022-07-21 05:23:17下载
- 积分:1
-
用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
-
sco unix下,串口通讯
sco unix下,串口通讯-sco unix, the serial communication
- 2023-02-11 22:00:03下载
- 积分:1
-
linux聊天程序试试看毕业设计
没什么写的了
linux聊天程序试试看毕业设计
没什么写的了-Try linux chat program not written by graduate design of the
- 2022-11-24 01:55:03下载
- 积分:1