-
周立功ARM Stellaris驱动库源程序
周立功ARM Stellaris驱动库源程序-Week Ligong ARM Stellaris driver library source code
- 2022-08-25 09:00:20下载
- 积分:1
-
Microwindows嵌入式系统字体
microwindow字体microwindows-fonts-0.90.tar.gz-microwindow fonts Microwindows- fonts- 0.90.tar.gz
- 2023-06-11 13:50:04下载
- 积分:1
-
当前不少单位在进行系统改造升级时,面临着如何将各个独立部门开发的应用所采用的数据库统一,以便适应数据大集中的需求,方便将来进行数据挖掘等更高层次的应用。在数据库...
当前不少单位在进行系统改造升级时,面临着如何将各个独立部门开发的应用所采用的数据库统一,以便适应数据大集中的需求,方便将来进行数据挖掘等更高层次的应用。在数据库统一的过程中,如何快速、高效的将已有的基于异种数据库的程序,特别是采用C/C 开发的运行于linux/unix下的程序转换到现有数据库下,成为不少单位面临的问题。当然了,基于RAD开发的程序,基本上不需要进行修改,就能达到目的。 -Many units in the current system upgrades are faced with how to integrate all the independent sector to develop applications using a unified database in order to meet the data needs of large centralized to facilitate future data mining and other higher level applications. The process of reunification in the database, how to quickly and efficiently will have been based on heterogeneous database procedures, in particular the use of C/C development running on linux/unix procedures under the switch to an existing database, became quite a number of units the problems faced. Of course, RAD-based development process, basically do not need to be modified, we can achieve the objectives.
- 2022-05-07 06:03:50下载
- 积分:1
-
优龙Intel Xscale PXA270
开发平台 LINUX源码, 包括 平台用户手册, PDF原理图, kernel, driver代码.
非常有...
优龙Intel Xscale PXA270
开发平台 LINUX源码, 包括 平台用户手册, PDF原理图, kernel, driver代码.
非常有参考价值.-Intel Xscale PXA270 gifted Liuzhou LINUX-source development platform, including the platform, user manual, PDF schematic diagram, kernel, driver code. A very valuable reference.
- 2022-04-22 22:50:54下载
- 积分:1
-
klibc精简化的c程序库,可以支持linux、unix等的小型化应用。
klibc精简化的c程序库,可以支持linux、unix等的小型化应用。-klibc streamlining procedures for the c library, to support linux, unix and other small applications.
- 2022-02-03 09:06:11下载
- 积分: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
-
2.6.12内核版本的嵌入式linux摄像头驱动源代码程序
2.6.12内核版本的嵌入式linux摄像头驱动源代码程序-kernel version 2.6.12 Embedded Linux camera driver source code procedures
- 2023-08-28 03:45:03下载
- 积分:1
-
linux下MPEG播放器,支持各种格式,有vc工程,纯C代码
linux下MPEG播放器,支持各种格式,有vc工程,纯C代码-MPEG play used under linux, support many style, C code
- 2023-07-19 21:35:03下载
- 积分:1
-
移动机器人路径规划的E*算法实现 由SUNFLOWER开发 在LINUX平台下实现...
移动机器人路径规划的E*算法实现 由SUNFLOWER开发 在LINUX平台下实现-A algorithm called E* for mobile robot ,which is developed by sunflower company.
- 2022-02-24 23:40:44下载
- 积分:1
-
自己用GTK写的一个linux下的扫雷游戏,基本功能已实现,菜单只有简单的新游戏,设置和退出,其他无用。临时版本,尚待更新。...
自己用GTK写的一个linux下的扫雷游戏,基本功能已实现,菜单只有简单的新游戏,设置和退出,其他无用。临时版本,尚待更新。-A simple mine game develop with GTK on linux.
- 2022-02-07 13:44:49下载
- 积分:1