-
用来在Linux下遍历目录,相当于find命令,是练习嵌套和回调函数的好例子。...
用来在Linux下遍历目录,相当于find命令,是练习嵌套和回调函数的好例子。-It can be used to look through directory ,equal to find .It is a good example to pratice embed function and call faunction.
- 2022-07-17 02:32:21下载
- 积分:1
-
rxvt经典的linux下的终端.小巧实用
rxvt经典的linux下的终端.小巧实用-rxvt classic linux under the terminal. Compact practical
- 2022-01-26 17:37:59下载
- 积分:1
-
Linux0.01存储管理代码
最精简的linux存储管理代码
适合初学者...
Linux0.01存储管理代码
最精简的linux存储管理代码
适合初学者-Linux0.01 storage management code linux most streamlined storage management code for beginners
- 2022-01-26 07:54:56下载
- 积分:1
-
linux下ax88180 的网络驱动程序
linux下ax88180 的网络驱动程序-ax88180 net driver program
- 2022-07-28 10:13:42下载
- 积分:1
-
linux环境下的快速因式分解算法
linux环境下的快速因式分解算法-linux environment of rapid factorization algorithm
- 2022-06-28 23:40:17下载
- 积分:1
-
Linux 2.6 内核的精彩世界
Linux 2.6 内核的精彩世界-the exciting world
- 2023-03-23 07:30:04下载
- 积分:1
-
TCL
demo by N. Sidiropoulos and R. Bro
clear all
F=5 % users
I...
TCL
demo by N. Sidiropoulos and R. Bro
clear all
F=5 % users
I=4 % antennas-TCLdemo by N. Sidiropoulos and R. Broclear all F = 5 usersI = 4 antennas
- 2022-03-18 01:39:21下载
- 积分:1
-
elinks下lynx是最重要的二个文本浏览器, 在linux下非常实用, lynx比elinks早的多, 目前好像停止开发, 这是lynx源代码...
elinks下lynx是最重要的二个文本浏览器, 在linux下非常实用, lynx比elinks早的多, 目前好像停止开发, 这是lynx源代码-elinks under lynx is the most important two text browsers, linux in under very practical, lynx than elinks early, it seems now to stop development, This is the source code lynx
- 2022-01-24 14:37:16下载
- 积分:1
-
linux下模拟进程互斥的一个小程序。
linux下模拟进程互斥的一个小程序。-modeling process under an exclusive small programs.
- 2022-03-01 04:20:41下载
- 积分: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