-
《Unix网络编程》的源代码的bcast部分
《Unix网络编程》的源代码的bcast部分-"Unix Network Programming," the source part of the Bcast
- 2022-05-30 08:17:33下载
- 积分:1
-
sip代理服务器实现,linux下编程,基于osip2的代理服务器实现
sip代理服务器实现,linux下编程,基于osip2的代理服务器实现-sip proxy server achieved under linux programming, based on the proxy server osip2 achieve
- 2022-05-24 01:54:08下载
- 积分:1
-
试着描述如何使服务器和客户端之间的连接的SSL,创造…
Try to describe how to make a ssl connection between a server and client, create the ssl certificates, have code with examples and a zip with material. All this with C programming language.
www.koitoer.com
- 2022-03-16 09:31:55下载
- 积分:1
-
Very good information to learn vi editor Oh, very helpful for beginners linux ah...
很不错的学习vi编辑器的资料哦,对linux初学者很有帮助啊!-Very good information to learn vi editor Oh, very helpful for beginners linux ah!
- 2023-08-07 00:00:04下载
- 积分:1
-
netkit
netkit-base-0.17.tar.gz linux嵌入式开发使用!-netkit-base-0.17.tar.gz Embedded linux development using!
- 2023-08-16 03:15:04下载
- 积分:1
-
linux内存管理源代码 版本号2.0.40阅读可以为linux爱好者有一个很好的提高....
linux内存管理源代码 版本号2.0.40阅读可以为linux爱好者有一个很好的提高.-source code version 2.0.40 linux reading for lovers of a good raise.
- 2022-08-06 09:31:23下载
- 积分:1
-
下载自互联网上自己编写的一个简单的操作系统。
从网上下载的一个自己编写的简单的操作系统源代码,对底层了解很有好处的-downloaded from the Internet on their own to prepare a simple operating system source code, the underlying understanding of the very good
- 2023-05-10 10:40:03下载
- 积分:1
-
Linux device drivers third edition of the source and e
Linux设备驱动第三版源码和电子书。里面包含了设备驱动的源代码,还有电子书-Linux device drivers third edition of the source and e-books. Which contains the device driver source code, as well as e-books
- 2023-02-27 00:40:03下载
- 积分:1
-
Robocode机器人源代码
robocode robots source code
- 2022-04-23 06:20:45下载
- 积分: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