Welcome![Sign In][Sign Up]
Location:
Search - sqlite arm-linux

Search list

[Other resourcesqlite-3.3.7-arm-linux.tar

Description: 嵌入式数据库SQLITE,含移植到ARM_LINUX的说明-SQLITE embedded database containing transplanted to the note ARM_LINUX
Platform: | Size: 4975407 | Author: zhj | Hits:

[Develop ToolsSQLiteWeb

Description: :介绍了基于ARM 的嵌入式Web 服务器的系统组成与工作原理,SQLite 系统的特点和体系结构。在arm-linux 平台上成功移植了SQLite,。结合表单和CGI 技术,并利用SQLite提供的C 语言API,成功地实现了客户与SQLite 嵌入式数据库系统的动态交互。此方案可以广泛应用在工业设备远程控制、远程家庭医疗设备、信息家电控制中心等应用领域。-: Based on the ARM Embedded Web server and the system components working principle, SQLite system features and architecture. The arm - linux platform for a successful transplant SQLite,. Combining form and CGI technology and the use of SQLite for the C language API. successfully achieved a client and the SQLite embedded database system for the dynamic interaction. This program can be widely used in industrial equipment remote control, remote family medical equipment, Information appliance control center and other areas of application.
Platform: | Size: 33078 | Author: 黄勇 | Hits:

[WEB CodeSqlite_nona2410_arm_linux

Description: Sqlite在nona2410开发板上的移植.doc Sqlite在Nano2410开发板上的移植以及开发(for arm-linux)-Sqlite nona2410 development board in the transplant. Doc Sqlite in Nan o2410 Development Board and the development of the transplant (for arm - linux)
Platform: | Size: 79418 | Author: parryqian | Hits:

[Other resourcearm_linux_sqlite

Description: Compile SQLite using the cross-compiler such as arm-linux-gcc first, get sqlite-3.3.6.tar.gz from www.sqlite.org unzip it, #tar -zxvf sqlite-3.3.6.tar.gz change into the sqlite-3.3.6 directory cd sqlite-3.3.6
Platform: | Size: 4798 | Author: 龙晓波 | Hits:

[Communicationmy_www.tar

Description: 嵌入式linux的web服务器,可以运行于arm、x86平台,用c语言来写的,调用了libcgi库来实现,主要功能就是实现一个学生成绩管理系统,可以注册、登录、录入成绩、删除成绩,查询成绩、退出等功能,数据都是存放在一个linux下的嵌入式数据库sqlite中的。
Platform: | Size: 18080 | Author: 胡永福 | Hits:

[Embeded Linuxsqlite-3.3.7-arm-linux.tar

Description: 嵌入式数据库SQLITE,含移植到ARM_LINUX的说明-SQLITE embedded database containing transplanted to the note ARM_LINUX
Platform: | Size: 4975616 | Author: zhj | Hits:

[Linux-Unixtestsqlite

Description: Qtopia链接Sqlite3数据库 Qtopia 2.2.0 Sqlite3-Qtopia link Sqlite3 database Qtopia 2.2.0 Sqlite3
Platform: | Size: 480256 | Author: 郭青山 | Hits:

[BooksSQLiteWeb

Description: :介绍了基于ARM 的嵌入式Web 服务器的系统组成与工作原理,SQLite 系统的特点和体系结构。在arm-linux 平台上成功移植了SQLite,。结合表单和CGI 技术,并利用SQLite提供的C 语言API,成功地实现了客户与SQLite 嵌入式数据库系统的动态交互。此方案可以广泛应用在工业设备远程控制、远程家庭医疗设备、信息家电控制中心等应用领域。-: Based on the ARM Embedded Web server and the system components working principle, SQLite system features and architecture. The arm- linux platform for a successful transplant SQLite,. Combining form and CGI technology and the use of SQLite for the C language API. successfully achieved a client and the SQLite embedded database system for the dynamic interaction. This program can be widely used in industrial equipment remote control, remote family medical equipment, Information appliance control center and other areas of application.
Platform: | Size: 32768 | Author: 黄勇 | Hits:

[DocumentsSqlite_nona2410_arm_linux

Description: Sqlite在nona2410开发板上的移植.doc Sqlite在Nano2410开发板上的移植以及开发(for arm-linux)-Sqlite nona2410 development board in the transplant. Doc Sqlite in Nan o2410 Development Board and the development of the transplant (for arm- linux)
Platform: | Size: 78848 | Author: par | Hits:

[Other Databasessqlite3_analyzer-3.3.13.bin

Description: sqlite 数据库分析器,用来分析sqlite数据库。-sqlite database analyzer to analyze sqlite database.
Platform: | Size: 1481728 | Author: wumao | Hits:

[Embeded Linuxsqlite3

Description: sqlite3.0数据库适合ARM-LINUX操作系统,已经编译好,可以直接使用,具体编译方法可以在网上找到。-sqlite3.0 database for ARM-LINUX operating system, has been compiled, and can be directly used to compile the specific method can be found online.
Platform: | Size: 135168 | Author: 龙晓波 | Hits:

[Embeded Linuxarm_linux_sqlite

Description: Compile SQLite using the cross-compiler such as arm-linux-gcc first, get sqlite-3.3.6.tar.gz from www.sqlite.org unzip it, #tar -zxvf sqlite-3.3.6.tar.gz change into the sqlite-3.3.6 directory cd sqlite-3.3.6 -Compile SQLite using the cross-compiler such as arm-linux-gccfirst, get sqlite-3.3.6.tar.gz from www.sqlite.org unzip it,# Tar-zxvf sqlite-3.3.6.tar.gzchange into the sqlite-3.3.6 directorycd sqlite-3.3.6
Platform: | Size: 4096 | Author: 龙晓波 | Hits:

[Other Databasessqlite

Description: sqlite在uc上的移植,编译器为arm-elf,可直接使用的-uc on sqlite in transplantation, the compiler for arm-elf, can be directly used
Platform: | Size: 2627584 | Author: 陈瑶 | Hits:

[Other DatabasesSQLite3_ARM

Description: 在windows、Linux、ARM上调试通过的SQLite源码。 SQLite是一个开源的嵌入式关系数据库,它在2000年由D. Richard Hipp发布,它的减少应用程序管理数据的开销,SQLite可移植性好,很容易使用,很小,高效而且可靠。   SQLite嵌入到使用它的应用程序中,它们共用相同的进程空间,而不是单独的一个进程。从外部看,它并不像一个RDBMS,但在进程内部,它却是完整的,自包含的数据库引擎。 -In the windows, Linux, ARM debug through the SQLite source code. SQLite is an open source embedded relational database, which in 2000 released by D. Richard Hipp, and its application management to reduce the overhead of data, SQLite good portability, it is easy to use, small, efficient and reliable. SQLite embedded into applications that use it, they share the same process space, rather than a separate process. Externally, it is not like a RDBMS, but in the process itself, it is a complete, self-contained database engine.
Platform: | Size: 594944 | Author: hegang | Hits:

[Embeded Linuxsqlite-autoconf-3070800-arm.tar

Description: 嵌入式sqlite for arm版,在LINUX下已经交叉编译完成。可以直接使用。-embedded linux SQLITE FOR arm edition
Platform: | Size: 14991360 | Author: duan | Hits:

[Internet-Networkarm-sqlite-3.5.4.tar

Description: 已经编译好的 arm sqlite 省去自己编译配环境的麻烦 嵌入式 linux 平台下-Has been compiled arm sqlite save yourself the trouble of compiling environment with embedded linux platform
Platform: | Size: 1971200 | Author: lidongliang | Hits:

[Embeded Linuxsqlite_arm

Description: Arm Linux平台下,sqlite数据库的全部文件,包括源代码、库文件。可直接在arm+linux中使用-Sqlite database for arm linux
Platform: | Size: 1680384 | Author: chen | Hits:

[Linux driversqlite3

Description: c语言linux使用sqlite例程,可以用于arm linux环境-linux c language routine use sqlite
Platform: | Size: 3555328 | Author: xdj | Hits:

[Database systemsqlite-autoconf-3210000.tar

Description: sqlite一款轻型的数据库系统,多用于arm-linux系统中(SQLite a lightweight database system for ARM-Linux systems)
Platform: | Size: 2568192 | Author: zhaoxiao2777 | Hits:

[Linux-Unixsqlite-

Description: 将SQLite3.3.8(或者SQLite-3.3.12)移植到ARM2410开发板上,实现数据的增、删、改、查等功能。首先建立交叉编译环境,安装cross-2.95.3.tar.bz2交叉编译工具到/usr/arm-linux目录下,修改/home/sqlite-3.3.8目录下的configure文件的部分内容,将Makefile文件中的部分内容,设置交叉编译环境,再编译并安装,就生成了库文件,然后把sqlite3和lib下的库文件移植到ARM上(Will SQLite3.3.8 (or SQLite- 3.3.12) transplanted into the ARM2410 development board, the realization of data add, delete, change, check, etc.Cross-compilation environment, established by the installation of cross- 2.95.3. Tar. The.bz2 cross compile tools to/usr/arm- Linux directory, modify/home/sqlite- 3.3.8 directory of part of the configure file, the parts of the Makefile, set up the cross compiling environment, compile and install again, generates the library files, and then transplant sqlite3 and library files under the lib to admiral arm SQLite3.3.8 (or sqlite- 3.3.12) transplanted into the ARM2410 development board, realize data add, delete, change, check, etc.Cross-compilation environment, established by the installation of cross- 2.95.3. Tar. The.bz2 cross compile tools to/usr/arm- Linux directory, modify/home/sqlite- 3.3.8 directory of part of the configure file, the parts of the Makefile, set up the cross compiling environment, compile and install again, generates the librar)
Platform: | Size: 4096 | Author: joy | Hits:
« 12 »

CodeBus www.codebus.net