-
回调对象接口库
一个对象回调接口库-a callback object interface library
- 2022-04-19 05:06:32下载
- 积分: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音频编程指南,通过代码详细介绍了Linux环境下的音频编程。...
Linux音频编程指南,通过代码详细介绍了Linux环境下的音频编程。-Linux Audio Programming Guide, by the code described in detail under the Linux audio programming environment.
- 2022-09-10 04:25:02下载
- 积分:1
-
根据用户输入的命令行选项的不同,来实现三种功能:argc为2时,命令格式为
myfind <pathname>
它要统计出,在常规文件中,...
根据用户输入的命令行选项的不同,来实现三种功能:argc为2时,命令格式为
myfind
它要统计出,在常规文件中,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。不允许打印出任何路径名。
argc为4且argv[2] == “-comp”时,命令格式为
myfind -comp
输出在目录子树之下,所有与文件内容一致的文件的绝对路径名。不允许输出任何其它的路径名,包括不可访问的路径名。当参数pathname不是绝对路径时,调用getcwd()等函数来取得文件的绝对路径名。
argc 大于等于4且argv[2] == “-name”时,命令格式为myfind -name ……是一个以空格分隔的文件名序列(不带目录)。命令输出目录子树之下,所有与…序列中文件名相同的文件的绝对路径名。不允许输出不可访问的或无关的路径名。
- 2023-03-19 18:55: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
-
TCP连接
基于TCP connect原理的TCP端口扫描器。linux环境下的。-TCP connect-based TCP port scanner principle. linux environment.
- 2022-03-12 01:24:27下载
- 积分:1
-
unix下模仿ping功能,测试网络环境下网络主机连接情况
unix下模仿ping功能,测试网络环境下网络主机连接情况-err
- 2022-03-31 23:17:30下载
- 积分:1
-
Beginning.Linux.Programming4th_EN,linux编程第四版
Beginning.Linux.Programming4th_EN,linux编程第四版-Beginning.Linux.Programming4th_EN, linux programming fourth edition
- 2022-07-20 12:14:40下载
- 积分:1
-
SDL库写C ";太空大战";,图像的游戏框架。
一个用sdl库和c++写的“太空大战”的游戏,游戏的图象都来自金山打字通2003中的“太空大战”, -没办法,因为自己的美工技术差。 -游戏适合小孩子玩,你是打字高高手就算了吧,:-)。 -游戏支持Linux/Win32平台,其实都是sdl的功劳,可移植行太好了。在windows下写, -拿到linux编译,就能运行了-sdl with a library and write c "space war", games of the images are from the 2,003- Jinshan typing the "space war"- no way, because the artists themselves technological gap.- Suitable for children to play games, you are typing even if the top high bar, :-).- Game Linux/Win32 platform, in fact sdl credit for transplantation can be wonderful. Under the windows write-get Linux compiler, we can run
- 2022-09-14 20:30:03下载
- 积分:1
-
链路层协议模拟的例子
链路层协议模拟的例子-link layer protocol simulation examples
- 2022-03-20 20:11:14下载
- 积分:1