-
一个简单的shell,实现4个功能:
(1)cd
(2)pwd
(3)pid
(4)logout
一个简单的shell,实现4个功能:
(1)cd
(2)pwd
(3)pid
(4)logout-a simple shell, achieving four functions : (a) cd (2) pwd (3) pid (4) logout
- 2023-01-20 06:30:03下载
- 积分:1
-
本文档主要分析WINDOW和LINUX两种操作系统下创建动态库的区别。...
本文档主要分析WINDOW和LINUX两种操作系统下创建动态库的区别。-This document discript the diffrence from windows and linux.
- 2022-03-22 10:39:46下载
- 积分:1
-
功能:Source_Insight使用教程..为了方便的学习Linux源程序,我们不妨回到我们熟悉的window环境下,也算是“师以长夷以制夷”吧。但是在Win...
功能:Source_Insight使用教程..为了方便的学习Linux源程序,我们不妨回到我们熟悉的window环境下,也算是“师以长夷以制夷”吧。但是在Window平台上,使用一些常见的集成开发环境,效果也不是很理想,比如难以将所有的文件加进去,查找速度缓慢,对于非Windows平台的函数不能彩色显示。于是笔者通过在互联网上搜索,终于找到了一个强大的源代码编辑器,它的卓越性能使得学习Linux内核源代码的难度大大降低,-Function: Source_Insight .. in order to facilitate the use of tutorials to learn Linux source code, we may wish to return to our familiar window environment, also be regarded as
- 2022-01-26 08:36:04下载
- 积分:1
-
fget是一个小型的HTTP/FTP工具,支持IPv4 和IPv6。它被设计为具有一些额外的功能,可以适用于启动和救援盘。...
fget是一个小型的HTTP/FTP工具,支持IPv4 和IPv6。它被设计为具有一些额外的功能,可以适用于启动和救援盘。-fget is a small HTTP/FTP tools, support IPv4 and IPv6. It was designed to have a number of additional functions can be applied to launch and rescue disk.
- 2022-02-13 19:11:14下载
- 积分:1
-
GPS程序,用于接收GPS通讯报文,并将收到的时间写入系统时钟。...
GPS程序,用于接收GPS通讯报文,并将收到的时间写入系统时钟。-GPS procedures, for receiving GPS communication message to be received from time to write the system clock.
- 2023-04-13 15:45:03下载
- 积分:1
-
bash_Cookbook_examples_2009
Linux Shell program example:
bash_Cookbook_examples_2009-05-23-A.tar-bash_Cookbook_examples_2009-05-23-A.tar
- 2022-07-01 11:57:25下载
- 积分:1
-
Linux操作系统的著名硬件加速绘图API软件。可以利用网卡提供的硬件加速功能完成绘图,速度比传统的framebuffer要快。
Linux操作系统的著名硬件加速绘图API软件。可以利用网卡提供的硬件加速功能完成绘图,速度比传统的framebuffer要快。-Well-known Linux operating system software, hardware-accelerated graphics API. Can use the card provided by the completion of graphics hardware acceleration, faster than the traditional framebuffer to be fast.
- 2022-01-26 00:27:23下载
- 积分: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
-
QT4.5实现的图片浏览器源码, 实现放大缩小图片,图片切换等功能,可以在LINUX平台和wingdows平台移植....
QT4.5实现的图片浏览器源码, 实现放大缩小图片,图片切换等功能,可以在LINUX平台和wingdows平台移植.-Pictures of the implementation QT4.5 browser source code, implementation zoom picture, pictures, switching and other functions, LINUX platform and can be transplanted wingdows platform.
- 2023-05-20 11:35:04下载
- 积分:1
-
Moto A1200 kernel SRC
Moto A1200 kernel SRC
- 2022-01-26 05:21:13下载
- 积分:1