-
linux的相关知识的介绍,非常适合初学者。
简单介绍了linux的方方面面。...
linux的相关知识的介绍,非常适合初学者。
简单介绍了linux的方方面面。-linux introduction of relevant knowledge, very suitable for beginners. Simple introduction of all aspects of linux.
- 2022-03-11 06:46:22下载
- 积分:1
-
linux under a basic timer, accurate to ms. Access interface similar to the windo...
linux下的一个基本定时器,精确到ms。访问接口类似于windows下的setTimer接口。-linux under a basic timer, accurate to ms. Access interface similar to the windows under the setTimer interface.
- 2022-01-31 10:59:57下载
- 积分:1
-
GNU Make user datasheet
GNU Make 使用手册,详细讲述了makefile文件的编写规则-GNU Make user datasheet
- 2022-03-01 12:13:06下载
- 积分:1
-
全英文版本,详细讲解linux的内核的体系结构,各种常用的命令等知识。...
全英文版本,详细讲解linux的内核的体系结构,各种常用的命令等知识。-The entire English version of linux elaborate on the core architecture, a variety of commonly used commands, such as knowledge.
- 2022-07-20 18:49:37下载
- 积分:1
-
QT插件源码,QT插件源码,QT插件源。
QT widget source, QT widget source.-QT widget source,QT widget source,QT widget source.
- 2022-08-20 10:47:16下载
- 积分:1
-
BeginningLinuxProgramming example7
BeginningLinuxProgramming example7
- 2023-06-26 23:45:03下载
- 积分:1
-
linux学习教材,初学者适宜,感兴趣可以
linux学习教材,初学者适宜,感兴趣可以-linux study material suitable for beginners
- 2022-02-21 06:45:11下载
- 积分:1
-
Unix操作系统实验,包括UNIX 操作系统的使用及SHELL 编程以及进程的创建和管理(使用fork()函数)...
Unix操作系统实验,包括UNIX 操作系统的使用及SHELL 编程以及进程的创建和管理(使用fork()函数)
-Unix operating system, including the use of the UNIX operating system and programming SHELL process and the creation and management (using the fork () function)
- 2023-01-13 08:15:04下载
- 积分: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
-
井字游戏的c++实现,在linux terminal下运行
井字游戏的c++实现,在linux terminal下运行-Tic-tac-toe game in c++ to achieve, in the running linux terminal
- 2022-01-26 08:17:46下载
- 积分:1