-
GUI developing circumstance by Trolltech. It can support many APIs and be a good...
Trolltech公司发布的基于C++图形开发环境,支持大量的API,是Linux下的图形界面开发利器。这个版本可以和qt-embedded-2.3.7配合使用。-GUI developing circumstance by Trolltech. It can support many APIs and be a good tool for GUI developing on Linux. This version can be use with qt-embedded-2.3.7.
- 2022-02-15 11:24:04下载
- 积分:1
-
设备驱动程序开发,一个清晰版的第三版,很理想…
linux设备驱动开发,清晰版本第三版,非常适合LINUX开发驱动使用-linux device driver development, a clear version of the third edition, is ideal for the development of drivers to use LINUX
- 2022-04-30 17:19:22下载
- 积分:1
-
操作系统中的动态分区算法
操作系统中的动态分区算法-operating system as a dynamic partitioning algorithm
- 2022-05-31 19:25:50下载
- 积分:1
-
Linux rtl8139 NIC driver source code
Linux下rtl8139网卡的驱动程序源代码-Linux rtl8139 NIC driver source code
- 2022-07-10 21:42:37下载
- 积分:1
-
编译好的linux系统QT开发环境,直接设置环境变量即可使用。
编译好的linux系统QT开发环境,直接设置环境变量即可使用。-QT compiled linux system, development environment, set the environment variable can be used directly.
- 2022-02-03 15:26:47下载
- 积分:1
-
魔兽2linux版本包含源代码,离子电池
魔兽2Linux版,包含源代码,自己看吧-Warcraft 2Linux version contains source code, ion battery
- 2022-06-16 18:22:55下载
- 积分:1
-
监控程序的生成的工作文件来检测程序跑的正确性。
监控程序的生成的工作文件来检测程序跑的正确性。-monitoring program for the working paper generation to run the testing program correctness.
- 2022-03-24 12:28:42下载
- 积分: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
-
- 2022-02-22 06:06:03下载
- 积分:1
-
蛴螬
grub-0.93.part1源码,可以学习编写自己的操作系统-grub-0.93.part1 source, can learn to write your own operating system
- 2022-06-15 00:39:57下载
- 积分:1