-
C / C++ util包下一些Unix,如原木、纸、时间、异常,等等。
一些unix下的c/c++的util包,例如日志、文件、时间、异常等-Some unix under c/c++ The util package, such as logs, paper, time, unusual, etc.
- 2022-04-16 04:20:37下载
- 积分:1
-
daemon process dameon.c an example to explain in more detail, have a high refere...
dameon.c 守护进程程序的一个例子,解释比较详细,有较高的参考价值。-daemon process dameon.c an example to explain in more detail, have a high reference value.
- 2022-07-24 13:20:36下载
- 积分:1
-
Linux操作系统的内核编译,并发编程及驱动编程,详细介绍了开发流程等的ppt...
Linux操作系统的内核编译,并发编程及驱动编程,详细介绍了开发流程等的ppt-Linux operating system kernel compile, concurrent programming and programming-driven, detailed development process ppt, etc.
- 2022-03-20 05:07:12下载
- 积分:1
-
对AVR调试和并行端口复制器驱动的C代码运行
对AVR进行调试,烧录操作的 并口驱动C代码-right AVR debugging and operation of the parallel port replicators drive C code
- 2022-02-03 01:38:56下载
- 积分:1
-
linux 上http email 协议分析程序
主要能够处理大数据量的主干网的应用...
linux 上http email 协议分析程序
主要能够处理大数据量的主干网的应用
-email protocol analysis procedures will be able to handle the large volume of data backbone network applications
- 2022-03-11 07:15:45下载
- 积分:1
-
模拟Shell的执行过程
模拟Shell的执行过程-simulation of the implementation process
- 2022-07-14 03:45:57下载
- 积分:1
-
qt帮助文档,chm格式。包含所有的qt的类和用法。是学习linux窗口编程的好助手...
qt帮助文档,chm格式。包含所有的qt的类和用法。是学习linux窗口编程的好助手-qt help documentation, chm format. Contains all of the category and usage qt. Linux window to learn good programming assistant
- 2022-09-01 12:00:04下载
- 积分:1
-
Huffman program design courses
哈夫曼程序设计课程-Huffman program design courses
- 2022-07-22 18:15:20下载
- 积分:1
-
Linux is a pile of beginner and instructions to use some grammar! Beginners comp...
Linux是一堆初学者和一些语法使用说明!初学者必修课!
- 2022-02-03 13:44:12下载
- 积分: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