-
类似于FTP的远程文件拷贝程序。
类似于FTP的远程文件拷贝程序。-similar to the remote FTP file copy process.
- 2023-06-14 20:45:03下载
- 积分:1
-
详细介绍了CDMA在LINUX系统中上网的步骤
详细介绍了CDMA在LINUX系统中上网的步骤-Described in detail in the CDMA system LINUX Internet steps
- 2023-03-29 06:20: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
-
DCAM1394 camera under Linux driver source code, very convenient, 1394 can be dri...
DCAM1394相机Linux下的驱动源码,非常好用,可以给1394驱动开发者参考。-DCAM1394 camera under Linux driver source code, very convenient, 1394 can be driven to the development of reference materials.
- 2022-12-28 10:40:04下载
- 积分:1
-
tcp/ip协议详解
tcp/ip协议详解-tcp/ip protocol detailed
- 2023-08-08 18:50:05下载
- 积分:1
-
scc2410 under linux the CF card driver
linux下的scc2410的CF卡驱动-scc2410 under linux the CF card driver
- 2022-05-09 04:18:58下载
- 积分:1
-
互联网翻译源程序,将html转化为wml!
互联网翻译源程序,将html转化为wml!-Internet translation source to html into wml!
- 2022-02-15 22:13:40下载
- 积分: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
-
触摸屏资料4,结合具体的板子来讲解,希望对大家有帮助!
触摸屏资料4,结合具体的板子来讲解,希望对大家有帮助!-Infomation of touch screen ,explain based on target bord.
- 2022-04-26 20:36:28下载
- 积分:1
-
AirFart监听 802.11流量,并实时报告它所监听到的所有无线设备的串行信号的强度,这些信息在一个基于GTK的GUI中显示。AirFart需要安装linu...
AirFart监听 802.11流量,并实时报告它所监听到的所有无线设备的串行信号的强度,这些信息在一个基于GTK的GUI中显示。AirFart需要安装linux-wlan-ng项目。-AirFart eavesdropping 802.11 flow, and real-time reporting it to monitor all wireless devices serial signal strength, the information in a GUI based on the GTK displayed. AirFart need to install linux-wlan-ng project.
- 2023-06-26 17:10:03下载
- 积分:1