-
使用Qt4编写的星际译王(stardict)
使用Qt4编写的星际译王(stardict)-Prepared to use Qt 4 Star translation Wang (stardict)
- 2022-10-02 09:10:03下载
- 积分:1
-
介绍linux下文件和设备编程
介绍linux下文件和设备编程-introduced documents and device programming
- 2022-03-25 10:00:50下载
- 积分:1
-
linux下面的一个矢量绘图开发软件源代码
linux下面的一个矢量绘图开发软件源代码-linux following a vector drawing software source code
- 2023-03-28 06:05:04下载
- 积分:1
-
ubuntu user manual, including the use of linux commands and basic use of ubuntu.
ubuntu使用手册,包括linux命令的使用及ubuntu的基本使用.-ubuntu user manual, including the use of linux commands and basic use of ubuntu.
- 2022-03-11 23:13: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
-
改编自ATmega88单片机+ENC28J60程序,不做什么优化,看起来..
程序改写来自atmega88+enc28J60,没有做什么优化,看起来
有点乱.供大家参考参考~
可以通过网页访问192.168.1.1/123456 来控制LPC2103模块上的led-Procedures adapted from atmega88+ Enc28J60, what not to do optimization, looks a bit chaotic. For your information through the website to visit ~ 192.168.1.1/123456 to control the led module LPC2103
- 2022-06-12 03:13:34下载
- 积分:1
-
带图片的时钟 从qtdemo演变而来
带图片的时钟 从qtdemo演变而来-The clock with pictures which evolved from the qtdemo
- 2022-09-16 11:00:03下载
- 积分:1
-
Coda分布式文件系统源代码。它的特点可以支持…
Coda分布式文件系统源代码。其特色在于可以支持离线文件操作以及在线后的自动更新-Coda Distributed File System source code. Its characteristics can support the document offline and online operation of automatic update
- 2022-01-25 14:17:23下载
- 积分:1
-
内存垃圾收集程序,整理内存碎片,提高内存利用率
内存垃圾收集程序,整理内存碎片,提高内存利用率- The memory trash collection procedure, reorganizes the memory
fragment, raises the memory use factor
- 2022-01-26 00:50:44下载
- 积分:1
-
一个把VB原代码转换为VC原代码的软件代码。
一个把VB原代码转换为VC原代码的软件代码。-put a VB code conversion of the original VC-source software code.
- 2023-07-24 12:15:03下载
- 积分:1