-
千兆打击犯罪机制冰淇淋
Giga Crime Fighting Mecha Gelato-Bots: The Supreme Icecream-Tron Revolution 8,000,000. A top-down adventure game with three themes; mecha, anime and icecream. This project hopes to evolve with action/rpg/multiplayer elements like classic console games.-Giga Crime Fighting Mecha Gelato-Bots: The Supreme Icecream-Tron Revolution 8000000. A top-down adventure game with three themes mecha, anime and icecream. This project hopes to evolve with action/rpg/multiplayer elements like classic console games.
- 2022-07-20 22:10:03下载
- 积分:1
-
《Beginning linux programming》一书相应的源代码,大部分为c语言源码。
《Beginning linux programming》一书相应的源代码,大部分为c语言源码。-"Beginning Linux programming" a book of the corresponding source code, most of the C language source code.
- 2022-02-26 21:47:46下载
- 积分:1
-
入门程序,用于测试fifo。 仅仅几行,但可以了解fifo基本写法...
入门程序,用于测试fifo。 仅仅几行,但可以了解fifo基本写法-entry procedures for testing fifo. Only a few lines, but I can understand basic written fifo
- 2023-07-29 07:30:03下载
- 积分:1
-
ucos
uCOS-II源码,供大家学习之用!!!
uCOS-II源码,供大家学习之用-uCOS-II源码,供大家学习之用!!!
- 2022-01-25 23:56:03下载
- 积分:1
-
一个简单的linux下framebuffer编程
一个简单的linux下framebuffer编程-a simple linux framebuffer programing demo
- 2022-08-06 13:54:48下载
- 积分:1
-
PID控制仿真程序
假设一个控制系统:10kg的水,使用最大1kW的电阻丝加热,简化计算,假设焦耳和卡的转化单位为1,而不是4.2加热效率为 Watt...
PID控制仿真程序
假设一个控制系统:10kg的水,使用最大1kW的电阻丝加热,简化计算,假设焦耳和卡的转化单位为1,而不是4.2加热效率为 Watt [瓦],散热效率为5*T [瓦]设定目标温度为60度, 则100000秒内的温度变化曲线是如何的?-PID control simulation program
assumes that a control system: 10kg of water, using hot-filament maximum 1kW resistor to simplify the calculation, assuming the conversion of Joule and card unit of one, instead of 4.2 for heating efficiency Watt [W], thermal efficiency of 5* T [W] set a target temperature of 60 degrees, then the 100000 sec the temperature curve is how?
- 2022-07-01 16:47:30下载
- 积分:1
-
IEEE1394Diag是一个GUI应用程序,介绍了IEEE1394的图形视图…
IEEE1394Diag is a GUI application that presents a graphical view of an IEEE1394 network and provides the ability to perform common 1394 operations such as async reads, writes, isoc listens and talks, as well as configuration rom browsing of all nodes pres -IEEE1394Diag is a GUI application that presents a graphical view of an IEEE1394 network and provides the ability to perform common 1394 operations such as async reads, writes, isoc listens and talks, as well as configuration rom browsing of all nodes pres
- 2022-02-13 23:03:57下载
- 积分:1
-
这个远程图形编辑器和调试器源程序
this remote graphic editor and debugger source
- 2022-01-21 20:20:09下载
- 积分: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
-
many of the classic examples of embedded themselves see it
很多的经典的嵌入式例子 自己去看吧-many of the classic examples of embedded themselves see it
- 2023-02-20 14:15:04下载
- 积分:1