-
Linux下的C、C++ IDE
Linux下的C、C++ IDE-Linux C and C++ IDE
- 2022-03-19 06:21:33下载
- 积分:1
-
j2se实现聊天室linux平台
gcc1.2.2以上编译
j2se实现聊天室linux平台
gcc1.2.2以上编译-J2SE Chat realize more than gcc1.2.2 compiler linux platform
- 2022-07-23 12:07:22下载
- 积分: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
-
在beginning linux programming 书中提供的第六章的有关代码
在beginning linux programming 书中提供的第六章的有关代码-In the beginning linux programming book provided by Chapter VI of the code
- 2022-07-23 03:51:17下载
- 积分:1
-
ARM嵌入式应用开发技术白金手册,想要开发嵌入式系统必看书
ARM嵌入式应用开发技术白金手册,想要开发嵌入式系统必看书-ARM Embedded Application Development platinum technical manuals, want to develop embedded systems must read
- 2022-03-14 22:55:40下载
- 积分:1
-
Bluetooth under linux
linux下的蓝牙
- 2022-12-09 19:55:02下载
- 积分:1
-
一个例子将显示va_list,va_start用法,va_arg和va_end
通过vfprintf的使用示例展示va_list,va_start,va_arg,va_end的用法-a example of vfprintf to show the usage of va_list,va_start,va_arg and va_end
- 2022-08-03 04:02:04下载
- 积分:1
-
详细描述了I/ometer在linux下的使用说明
详细描述了I/ometer在linux下的使用说明-A detailed description of the I/ometer in use under linux
- 2022-01-30 17:11:16下载
- 积分:1
-
在命令
在linux下完成联机指令系统的设计与实现,要求实现账户管理接口,业务受理接口,业务竣工接口,余额查询接口,业务充值接口。程序要求运行稳定,在此基础上,在内存占用,运行效率上进行改进。-In the linux command-line system to complete the design and implementation requirements to achieve account management interface, the business receiving interface, the business completed interface, balance inquiries, interfaces, business Result interface. Procedural requirements for stable operation, on this basis, in the memory footprint, run efficiency improvements.
- 2022-03-20 23:09:29下载
- 积分:1
-
Nemesis 2D Soccer Simulation Team
RoboCup 2008 2D仿真组 Nemesis队 源代码-Nemesis 2D Soccer Simulation Team
- 2022-02-01 09:35:00下载
- 积分:1