-
这是飞信程序在linux上的插件。它的宿主程序是pidgin。
这是飞信程序在linux上的插件。它的宿主程序是pidgin。-This is a process in linux Fetion on plug-ins. Its host program is a pidgin.
- 2023-08-13 00:05:03下载
- 积分:1
-
MPlayer
MPlayer-mingw32-1.0rc2.zip
经典播放器源码,支持几乎所有的格式
支持*.264-MPlayer-mingw32-1.0rc2.zip classic player source code, support for almost all the format support*. 264
- 2022-03-21 12:05:25下载
- 积分:1
-
This is a linux under the Shell. An order history and the command prompt to make...
这是一个linux下的Shell.有命令历史和命令提示,补全功能。现在还不能编程。我会在12月底完成简单的编程功能。-This is a linux under the Shell. An order history and the command prompt to make up fully functional. It was not programmed. I will be completed by the end of December in a simple programming function.
- 2022-03-10 06:34:35下载
- 积分:1
-
linux2.6 与linux2.4内核区别的总结,为驱动移植提供指导
linux2.6 与linux2.4内核区别的总结,为驱动移植提供指导-linux2.6 distinction between the kernel and linux2.4 summary, in order to drive migration guide
- 2022-09-20 02:10:03下载
- 积分:1
-
介绍Linux内核的手册,包括硬件,内存,进程等概念和管理。
介绍Linux内核的手册,包括硬件,内存,进程等概念和管理。-Introduction handbook Linux kernel, including hardware, memory, processes, concepts and management.
- 2022-01-22 15:29:57下载
- 积分:1
-
Doxygen的词根来源于Document(文档)和Oxygen(氧气),它是一个功能强大、使用方便且支持各种操作系统和编程语言的代码文档生成系统。Doxyge...
Doxygen的词根来源于Document(文档)和Oxygen(氧气),它是一个功能强大、使用方便且支持各种操作系统和编程语言的代码文档生成系统。Doxygen由荷兰人Dimitri van Heesch.开发,并且在GNU公共许可证(GPL)下发布,目前已经成为各主要的Linux发行版的附带组件。众多重量级的软件项目(如KDE,Qt、ACE库等)都选用Doxygen作为其编档工具生成项目文档。
Doxygen最初在Linux下开发,但已经被移植到多个操作系统平台下,包括Unix的各发行版本、MS Windows和Mac OS。Doxygen目前最新的版本是1.3.6,支持的编程语言包括 C++,C,Java,IDL(CORBA和MS风格),对Objective-C, PHP, C#和D语言也有部分支持。
- 2022-01-25 14:08:27下载
- 积分:1
-
PThreads Primerlinux 线程讲得很透彻
PThreads Primerlinux 线程讲得很透彻-Thread PThreads Primerlinux very thorough
- 2022-03-12 19:39:52下载
- 积分:1
-
清华大学-电子信息工程系-实验用ARM
清华大学-电子信息工程系-实验用ARM-linux-源代码-LEDS_TEST篇-Tsinghua University- Electronic Information Engineering- experiment with ARM-linux-source code-LEDS_TEST articles
- 2022-06-26 14:55:52下载
- 积分: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
-
PHP写的图片查看器
PHP写的图片查看器-PHP wrote Photo Viewer
- 2023-08-13 18:45:02下载
- 积分:1