-
嵌入式系统,设计基础编程,的的点点滴滴的
嵌入式系统,设计基础编程,的的点点滴滴的-qianru
- 2022-03-17 00:20:37下载
- 积分:1
-
linux环境下,用IPC和多进程的实现的一个聊天室
linux环境下,用IPC和多进程的实现的一个聊天室-linux environment, multi-process with the IPC and the realization of a chat room
- 2022-10-06 22:10:02下载
- 积分:1
-
unix下解释类c++语言的封装类,可以深入理解编译原理
unix下解释类c++语言的封装类,可以深入理解编译原理-unix interpret the language category c Packaging category, in-depth understanding of compiler theory
- 2022-11-22 16:50:04下载
- 积分:1
-
理财小工具,wxwindow的gui
理财小工具,wxwindow的gui-fiscal small tools, the gui wxwindow
- 2023-04-01 01:25:04下载
- 积分:1
-
QT做的关机助手 用qt写成 实现定时关机的功能
QT做的关机助手 用qt写成 实现定时关机的功能-QT assistant to do with qt written off from time to time off to achieve the function
- 2022-03-19 12:54:50下载
- 积分: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
-
可在嵌入式uclinux操作系统下的ARM7板子上跑的网络摄像机程序....
可在嵌入式uclinux操作系统下的ARM7板子上跑的网络摄像机程序.-Can be embedded uClinux operating system running on the ARM7 board process of network cameras.
- 2022-12-14 22:25:03下载
- 积分:1
-
Trolltech公司发布的图形界面操作系统。可在qt
Trolltech公司发布的图形界面操作系统。可在qt-embedded-2.3.10平台上编译为嵌入式图形界面操作系统。-A GUI OS developed by Trolltech. It can be combined to embedded GUI OS on Platform qt-embedded-2.3.10
- 2022-12-21 07:10:05下载
- 积分:1
-
3G模块的Linux系统的后台程序测试源代码,采用的D
linux系统下3G模块守护进程测试源代码,采用的D-bus通讯-3G module linux system daemon test source code, used by D-bus communication
- 2022-03-23 10:21:27下载
- 积分:1
-
将怎么优化程序性能的,讲得比较深入了,适合有一定经验的程序员看...
将怎么优化程序性能的,讲得比较深入了,适合有一定经验的程序员看-How to optimize the performance of, put it more in-depth, and suitable for experienced programmers have a certain look
- 2022-01-28 21:57:55下载
- 积分:1