-
Linux编程的源代码,包括各种系统调用的用法。
学习Linux编程的源代码。包括各种系统调用如何使用等。-source code of linux progamming, includes various system calls and the usages.
- 2022-07-21 21:06:59下载
- 积分:1
-
睡眠功能测试是否其他进程阻塞
在Linux测试sleep函数是否对其它进程阻塞-Linux sleep function tests whether the other process obstruction
- 2022-02-24 13:24:20下载
- 积分:1
-
Linux设备驱动程序第三版,非常经典,Linux设备驱动编程必看
Linux设备驱动程序第三版,非常经典,Linux设备驱动编程必看-Linux device driver ver3
- 2022-12-09 19:20:03下载
- 积分:1
-
Demo for Free type 2.2.1
Demo for Free type 2.2.1
- 2022-04-11 14:03:44下载
- 积分:1
-
linux下的FTP命令。包含登陆,退出,如下载和上传…
linux下的FTP命令。包含登陆,退出,下载和上传等命令。-FTP command under linux. Contains the landing, exit, such as download and upload command.
- 2023-06-19 09:15:04下载
- 积分: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下面gadget设备驱动,支持gadget USB Storage和USB ether,适合做嵌入系统...
linux下面gadget设备驱动,支持gadget USB Storage和USB ether,适合做嵌入系统-linux device driver the following gadget to support the gadget USB Storage and USB ether, suitable for embedded systems to do
- 2023-05-08 12:45:03下载
- 积分:1
-
这个程序可以是一个主要的C++语言程序的括号和检查的…
本程序主要可以对一个c语言程序中的括号和注释情况进行检查,可以快速地发现原程序 * 中隐含的语法匹配性错误,可以根据检查结果,对不匹配的括号进行修改,最快速度地将 * 程序修改正确。同时本程序也可以象wc程序一样对一个程序进行计数统计,得到一个文件 * 的行、单词、字节的统计结果。-this procedure can be a major c language program brackets and the inspection of the Notes can be found quickly to the original* implied matching syntax errors, according to test results that do not match the brackets revised to be the fastest speed* revising the procedures correctly. While this procedure may also wc procedure as a process of counting statistics, to be a document* lines, words, byte of the data.
- 2022-02-19 23:34:55下载
- 积分:1
-
s1240 74字节话单二进制格式转换程序,程序结构可用语其他交换机话单格式转换...
s1240 74字节话单二进制格式转换程序,程序结构可用语其他交换机话单格式转换-s1240 74 single-byte words binary format conversion procedures, program structure can then switch language other single format conversion
- 2022-08-20 08:27:55下载
- 积分:1
-
VC++ 程 序 中 用 对 话 框 的 形 式 显 示HTML 文 件
VC++ 程 序 中 用 对 话 框 的 形 式 显 示HTML 文 件-VC procedures used in the form of dialog display HTML documents
- 2022-01-25 17:12:01下载
- 积分:1