-
Linux prototype, is the founder of Linux announced the initial code. Now, all ki...
Linux的雏形,也就是Linux的创始人公布的最初代码。 现在各种分析Linux的书太多了,但对于初学者来说都过于复杂,难以理解,这个最初版本相对来说要简单多了,但一样可以让我们了解Linux的基本实现过程,大小只有70多K-Linux prototype, is the founder of Linux announced the initial code. Now, all kinds of analysis of the Linux too many books, but for a newcomer are too complicated to understand, the initial version to be relatively more simple, but you can help us understand the basic realization of Linux process, the size of only 70 K
- 2022-12-04 11:45:03下载
- 积分:1
-
实现了一个多线程工作组应用程序,此程序中使用了互斥对象,条件变量进行线程的控制。通过研究此程序,可以深刻理解线程的工作机理。...
实现了一个多线程工作组应用程序,此程序中使用了互斥对象,条件变量进行线程的控制。通过研究此程序,可以深刻理解线程的工作机理。-achieve a working group multithreaded applications, the use of this procedure the mutex object, variable conditions thread control. Research through this procedure, a profound understanding of the working mechanism of thread.
- 2022-02-25 06:42:49下载
- 积分:1
-
在Linux使用systemV测试消息
在Linux使用systemV测试消息-use of the Linux news systemV test
- 2022-02-21 00:48:37下载
- 积分: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
-
An easy, yet highly
An easy, yet highly-configurable iptables-based firewall solution designed for everybody from home users to network admins. Functionality for IPv6, tunneling, IPSec, and advanced routing is planned.
- 2022-01-28 04:11:40下载
- 积分:1
-
exampleschapter
如果其他会员下载一次您上传的源码,您的可用下载数就会增加1次-exampleschapter-27warn_msg.rar
- 2023-03-04 14:55:03下载
- 积分:1
-
收集到的一本关于linux0.11版内核主解的书,对学习操作系统的朋友会有借鉴意义...
收集到的一本关于linux0.11版内核主解的书,对学习操作系统的朋友会有借鉴意义-Collected a version of the kernel on the primary solution linux0.11 book, to learn the operating system will learn the meaning of a friend
- 2022-03-11 16:19:39下载
- 积分:1
-
手的掌握
高手写的手写代码!欢迎大家下载,共同交流,如果有问题,请联系我!谢谢!-A master of hand-written code to write! Welcome everyone to download, share, if there are problems, please contact me! Thank you!
- 2023-04-01 20:20:03下载
- 积分:1
-
usb 子设备程序 支持sd卡 mouse keyboard 的最单单的驱动程序 gcc编译 支持...
usb 子设备程序 支持sd卡 mouse keyboard 的最单单的驱动程序 gcc编译 支持-usb device supports sub-sd card only the mouse keyboard driver support for gcc compiler
- 2022-02-13 07:09:31下载
- 积分:1
-
井字游戏的c++实现,在linux terminal下运行
井字游戏的c++实现,在linux terminal下运行-Tic-tac-toe game in c++ to achieve, in the running linux terminal
- 2022-01-26 08:17:46下载
- 积分:1