-
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
-
AfterStep
AfterStep-2.00.beta4b,漂亮的窗口管理器-AfterStep- 2.00.beta4b beautiful window manager
- 2022-01-30 22:23:39下载
- 积分:1
-
linux下各种patch的管理工具,可以帮助你管理好自己的补丁,在开源项目比较有用。...
linux下各种patch的管理工具,可以帮助你管理好自己的补丁,在开源项目比较有用。-linux under a variety of patch management tools, can help you manage their own patches, more useful in the open-source projects.
- 2022-07-17 04:45:42下载
- 积分: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
-
md4/md5 algorithm includes a set of useful tools, there are many algorithms, for...
包含md4/md5算法的一套好用工具,里面有好多算法,对于搞安全的人来说非常有用-md4/md5 algorithm includes a set of useful tools, there are many algorithms, for those who engage in security is very useful
- 2022-11-05 04:30:03下载
- 积分:1
-
Linux device driver source code examples to introduce the simple driver guide th...
Linux设备驱动例子源代码,介绍简单的驱动程序的编写入门指导-Linux device driver source code examples to introduce the simple driver guide the preparation of entry
- 2022-02-21 05:53:24下载
- 积分:1
-
自己写的gps信息解码的程序,linux平台下的,主要是gga,rmc等的解析。...
自己写的gps信息解码的程序,linux平台下的,主要是gga,rmc等的解析。-Wrote it myself gps information decoding procedure, linux platform, mainly gga, rmc etc. Analysis.
- 2022-02-05 05:32:39下载
- 积分:1
-
linux下的ipv6防火墙过滤函数源代码
linux下的ipv6防火墙过滤函数源代码-the ipv6 firewall filtering function source code
- 2022-02-27 01:04:58下载
- 积分:1
-
一种网络视频平台的网络摄像头程序。的功能是采集、传输…
linux平台上的开放源代码的网络摄像机程序.实现视频捕捉,传输以及云台控制等.非常具有参考价值.-A kind of webcam program on linux platform. The function is grabbing, transmitting, control and etc. It has great value.
- 2022-02-01 17:11:48下载
- 积分:1
-
linux下的文件操作,使用linux文件相关命令,可与C语言的文件操作形成对比!...
linux下的文件操作,使用linux文件相关命令,可与C语言的文件操作形成对比!-linux file under the operation, use linux file-related commands, with C language file operations in contrast!
- 2022-12-27 00:35:03下载
- 积分:1