-
经典的linux 编程入门书籍!Linux程序设计(第4版)
评价:
又名: Beginning Linux Programming...
经典的linux 编程入门书籍!Linux程序设计(第4版)
评价:
又名: Beginning Linux Programming
译者: 陈健
作者: (英)斯通斯 / (英)马修-Classic books linux programming entry! Linux Program Design (4th edition) Evaluation: also known as: Beginning Linux Programming Translator: Chen Jian, the author: (British) Stones/(English) Matthew
- 2022-03-03 07:40:13下载
- 积分:1
-
LCD驱动测试程序,可以实现4张图片的切换!里面还有很多FS2410的测试源码!...
LCD驱动测试程序,可以实现4张图片的切换!里面还有很多FS2410的测试源码!-LCD test!
- 2022-02-25 22:45:27下载
- 积分:1
-
magic2200开发试验箱上面得dm9000网卡芯片驱动,包含如下得文件:config.h,dm9000.h,dm9000.c,MAKFILE,ju可以参见z...
magic2200开发试验箱上面得dm9000网卡芯片驱动,包含如下得文件:config.h,dm9000.h,dm9000.c,MAKFILE,ju可以参见zlg得那本驱动得书,对此代码有详细得分析-magic2200 development chamber above a dm9000 network card driver chip that contains a file is as follows: config.h, dm9000.h, dm9000.c, MAKFILE, ju ZLG can see that the driver may have to book, this code must have a detailed analysis of
- 2022-03-12 13:39:34下载
- 积分:1
-
为linux构建KDE主题
详细可参考文档,是英文的,慢慢看
为linux构建KDE主题
详细可参考文档,是英文的,慢慢看-Table of Contents
If you re viewing this document online, you can click any of the topics below to link directly to that section.
1. Tutorial tips
2. Getting started
3. KDE theme basics
4. Advanced KDE themes
5. KDE2-- themes and beyond
6. Resources and feedback
- 2022-07-13 14:49:06下载
- 积分:1
-
一个在linux+MiniGui的彩票销售终端程序,基于framebuffer的程序.
一个在linux+MiniGui的彩票销售终端程序,基于framebuffer的程序.-MiniGui sales of lottery terminal program, based on the framebuffer procedures.
- 2022-07-13 14:06:07下载
- 积分:1
-
使用在嵌入式linux平台或pc机上的wave文件录制和播放软件,利用的音频接口为OSS。...
使用在嵌入式linux平台或pc机上的wave文件录制和播放软件,利用的音频接口为OSS。
- 2023-07-27 06:45:03下载
- 积分:1
-
Red Hat Linux user base, This book is the designated official Red Hat Academy c...
《Red Hat Linux 用户基础》,这本书是红帽学院官方指定教程,但是没有附答案。这个就是那本书的答案(官方的,绝对权威),希望能对学习linux的同学有帮助。- Red Hat Linux user base, This book is the designated official Red Hat Academy curriculum, but not attached to the answer. This is the answer to that book (official, absolute authority), hoping to learn linux to help students.
- 2022-12-15 04:10:03下载
- 积分:1
-
ALTERA source code procedures
altera串口源代码程序-ALTERA source code procedures
- 2022-01-26 04:44:09下载
- 积分:1
-
GNUWget 网页下载源码 设置网址 深度和广度优先
GNUWget 网页下载源码 设置网址 深度和广度优先-GNUWget downloaded source code to set the depth and breadth of the first web site
- 2022-04-12 22:08:27下载
- 积分: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