-
一个功能全面的电子邮件客户端,支持SMTP,POP3,全面之后次IMAP,LDAP,一个全局地址薄(匿名和认证),不限私人地址薄,人物列表,个人日历,拼写检查...
一个功能全面的电子邮件客户端,支持SMTP,POP3,全面之后次IMAP,LDAP,一个全局地址薄(匿名和认证),不限私人地址薄,人物列表,个人日历,拼写检查-a full-featured e-mail client, support for SMTP, POP3, after full time IMAP, LDAP, a global address book (anonymous and certification), the Open-private address book, list of figures, personal calendars, spell-check
- 2022-06-16 22:44:22下载
- 积分:1
-
这是一个linux下查看proccess的好源码,通过/proc目录来获得进程信息...
这是一个linux下查看proccess的好源码,通过/proc目录来获得进程信息-This is a linux to view proccess a good source, through the/proc directory to get the process information
- 2023-01-08 19:50:03下载
- 积分:1
-
比较全面的GUI编程,基本例程
比较全面的GUI编程,基本例程-more comprehensive GUI programming, the basic routines
- 2023-04-17 05:00:04下载
- 积分:1
-
oracle引用库
oracle引用库-oracle reference library
- 2022-02-20 15:27:30下载
- 积分:1
-
这是一个学习Linux网络编程的好资料。
这是一个学习Linux网络编程的好资料。-A good information for learning Linux network programming.
- 2022-01-25 18:08:33下载
- 积分: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
-
收集到的一本关于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
-
一个自行开发的内存数据管理的包,实现了部分内存数据库的功能。
一个自行开发的内存数据管理的包,实现了部分内存数据库的功能。-Memory of a self-developed data management package, to achieve some of the functions of memory database.
- 2022-03-19 00:04:09下载
- 积分:1
-
第一个应用程序hello world(基于AT91SAM9260开发板里…
第一个应用程序hello world
(基于AT91SAM9260开发板linux2.6.22)-The first application hello world (based on the AT91SAM9260 Development Board linux2.6.22)
- 2022-03-05 05:06:12下载
- 积分:1
-
一个在LINUX下的实现的AD驱动程序,希望对大家有帮助,从这个程序中能学习到LINUX下驱动的写法...
一个在LINUX下的实现的AD驱动程序,希望对大家有帮助,从这个程序中能学习到LINUX下驱动的写法-Under a LINUX driver for the realization of the AD, in the hope we have help from this program can learn to drive under the wording of LINUX
- 2022-07-17 00:21:15下载
- 积分:1