-
pxa270下利用mmap函数实现LED控制的函数,直接在用户层操作具体的IO口来控制LED,推荐!...
pxa270下利用mmap函数实现LED控制的函数,直接在用户层操作具体的IO口来控制LED,推荐!-pxa270 next LED control function implementation using mmap functions operate directly on the user level of specific IO port to control the LED, recommended!
- 2022-02-13 18:45:06下载
- 积分:1
-
ftp file download (qt4 platform, C language), and use the ftp download xp or les...
ftp的文件下载(qt4平台C语言编写),与xp下使用的ftp下载差不多,界面没xp下好看,基本实现了文件的下载和上传-ftp file download (qt4 platform, C language), and use the ftp download xp or less the same under the good-looking interface, not xp, basically download and upload documents
- 2022-01-25 14:33:33下载
- 积分:1
-
linux下针对IIS音频驱动分析资料,可用于IIS驱动的编写参考!
linux下针对IIS音频驱动分析资料,可用于IIS驱动的编写参考!-IIS audio driver for linux under analysis can be used for the preparation of reference IIS drive!
- 2022-03-26 03:08:04下载
- 积分:1
-
linux 与unix shell编程指南
linux 与unix shell编程指南-with unix shell programming guide
- 2022-04-01 22:28:06下载
- 积分:1
-
unix环境高级编程
unix环境高级编程--书中完整的示例代码。-advanced programming unix environment
- 2022-06-01 10:19:42下载
- 积分:1
-
linux下运用QT进行编程的示例,对于学习QT编程的人员具有借鉴意义。...
linux下运用QT进行编程的示例,对于学习QT编程的人员具有借鉴意义。-use QT under linux sample program, for staff to learn QT programming be learned.
- 2022-03-12 04:49:22下载
- 积分:1
-
带中文注释的 linux 0.11 源代码0.11,很好的,如果能再看看那个博士写的linux0.11源代码分析就更好了...
带中文注释的 linux 0.11 源代码0.11,很好的,如果能再看看那个博士写的linux0.11源代码分析就更好了-with Chinese Linux source code .11 .11, well, if could see that written by Dr linux0.11 source code analysis on the better
- 2022-10-01 11:35:03下载
- 积分: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精华所在。各种功能用途-Main Profile linux essence. Use various functions
- 2022-03-31 18:20:10下载
- 积分:1
-
在linux环境下,开发的对波形音频的录制与播放,简单清晰,适合初学者...
在linux环境下,开发的对波形音频的录制与播放,简单清晰,适合初学者-at linux env, develop wave record and play, easy learning
- 2022-04-08 10:58:50下载
- 积分:1