-
Linux下简单文件系统的操作 具体可以实现目录得建立删除等等功能...
Linux下简单文件系统的操作 具体可以实现目录得建立删除等等功能-simple document Linux operating system can achieve specific directory may establish delete functions, etc.
- 2022-01-30 11:30:35下载
- 积分: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
-
linux上的telnet源码,实现很全面,源码用C语言实现,很容易移植到嵌入式系统中。...
linux上的telnet源码,实现很全面,源码用C语言实现,很容易移植到嵌入式系统中。-telnet on the linux source code to achieve a very comprehensive source using C language implementation, it is easily ported to an embedded system.
- 2022-03-20 16:08:15下载
- 积分:1
-
This is an entry
这是一本Linux入门级的教程,对于新手来说此教程再合适不过了。它会让你畅游在Linux的世界中。-This is an entry-level Linux tutorials, this tutorial is for novice could not have been better. It will let you enjoy in the Linux world.
- 2023-06-12 03:20:09下载
- 积分:1
-
提供几种常见的文件操作,如对文件进行读或写,显示目录,创建目录等等。...
提供几种常见的文件操作,如对文件进行读或写,显示目录,创建目录等等。-provide several common file operations, such as the document read or write, show directory, create directories and so on.
- 2022-04-22 02:10:31下载
- 积分:1
-
Tomcat5.0.18+Apache2.0.50+Linux9整合过程(完全版)之安装篇
Tomcat5.0.18+Apache2.0.50+Linux9整合过程(完全版)之安装篇 -Tomcat5.0.18+ Apache2.0.50+ Linux9 integration process (full version) Part of the installation
- 2022-07-03 20:33:20下载
- 积分:1
-
讲述Linux内核模块的实现机制,对想理解linux内核模块的实现机制的学者具有一定的使用价值...
讲述Linux内核模块的实现机制,对想理解linux内核模块的实现机制的学者具有一定的使用价值-on Linux kernel modules to achieve a mechanism to want to understand Linux kernel module mechanism for the realization of the scholars have certain value
- 2022-03-25 20:44:49下载
- 积分:1
-
网络蜘蛛,可批量下载网页,要写配置文件,注明代理服务器等...
网络蜘蛛,可批量下载网页,要写配置文件,注明代理服务器等-network spider can download page volume, write configuration files, specifying proxy server
- 2023-06-17 20:25:03下载
- 积分:1
-
是关于linux2.5.1的完全源码
是关于linux2.5.1的完全源码- Is about the linux2.5.1 complete source code
- 2023-06-15 06:08:27下载
- 积分:1
-
数据扫描程序,对数据库中的数据按照分类进行处理
数据扫描程序,对数据库中的数据按照分类进行处理-data scanning procedures, the data in the database for processing in accordance with the classification
- 2022-03-03 06:35:24下载
- 积分:1