搜索资源列表
sqlite3
- sqlite3.0数据库适合ARM-LINUX操作系统,已经编译好,可以直接使用,具体编译方法可以在网上找到。
test-sqlite3
- linux sqlite多线程读写源代码-linux sqlite rw multi-thread source code
ApressTheDefinitiveGuidetoSQLite
- 学习使用SQLite3的很好的资料,SQLite3由于其小型化,无须配置,开源的特性越来越受到嵌入式方向的青睐。-Today, there are millions and millions of copies of SQLite running unnoticed inside computers and gadgets made by hundreds of companies from around the world. You have probably used SQLite
Linux_sqlite3
- sqlite3在liunx下的移植。很好的中文资料,中间指出你在移植过程中可能出现的错误以及改正方法。-sqlite3 transplanted under the liunx. A very good Chinese data, in the middle that you may arise during migration, as well as ways to correct the error.
version0.9
- 在Linux开发环境下QT+sqlite3 学籍管理系统程序构架 运用QTable类 完成表格的动态插入 删除 功能-In the Linux development environment QT+ sqlite3 Grade Management System program to complete the form the framework of the use of QTable class of dynamic insertion delete function
Sqlite3
- 基于Linux的Sqlute3编程 C语言源码及可执行文件 包括数据库的创建,插入和删除-Linux-based C programming language source code Sqlute3 including database creation, insertion and deletion
libsqlite3.so.0.8
- sqlite3动态库(arm-linux)-sqlite3 lib for arm-linux
libsqlite3
- sqlite3静态库 arm-linux-sqlite3 lib for arm-linux
SQLite3_ARM
- 在windows、Linux、ARM上调试通过的SQLite源码。 SQLite是一个开源的嵌入式关系数据库,它在2000年由D. Richard Hipp发布,它的减少应用程序管理数据的开销,SQLite可移植性好,很容易使用,很小,高效而且可靠。 SQLite嵌入到使用它的应用程序中,它们共用相同的进程空间,而不是单独的一个进程。从外部看,它并不像一个RDBMS,但在进程内部,它却是完整的,自包含的数据库引擎。 -In the windows, Linux, ARM
sqlite-3.3.6.tar
- 只是针对嵌入式Linux的一款数据库,可移植性很高,这是在Linux下编译所需的源码-sqlite3 for linux
PhoneBook
- Linux平台C++编写,使用Sqlite3进行数据存储,运行在ARM平台上的手机电话本项目,有添加,删除,模糊查找,修改,显示联系人的功能。-phonebook
sqlite3-3.7.3
- sqlite最新版本 支持linux平台,支持C语言,便利的API-the latest version of sqlite support linux platform to support C language API to facilitate
sqlite3-useful
- sqlite3 用法总结,相信在linux下编程的人使用sqlite的很熟悉-The sqlite3 usage summary, I believe very familiar with programming under linux using sqlite
Sqlite3-transplanting
- sqlite3跨平台移植,可用于Windows、 Linux和嵌入式系统-transplanting sqlite3
sqlite-shell-linux-x86-3071300
- 安装数据库sqlite3的必要文件,安装后可把程序中的数据放在数据库中,方便对数据的操作-Files necessary to install the database sqlite3 installed the program data in the database, and to facilitate the operation of the data
install-and-use-Sqlite3-in-linux
- 这份文档关于Sqlite3的安装和使用的初步方法,对于一般的开发足够。-How to install and use Sqlite3 in linux.It is very useful to a new uesr on Sqlite3.It can be compiled successful in my Fedora10.
Sqlite3-transplanting
- sqlite3跨平台移植,可用于Windows、 Linux和嵌入式系统-transplanting sqlite3
sqlite3编程实例
- 操作linux自带数据库sqlite的编程接口,及相关测试用例(Interface of operating linux database, sqlite3 and relevant test application)
sqlite3数据库操作示例
- SQLite,是一款轻型的数据库,是遵守ACID的关系型数据库管理系统,它包含在一个相对小的C库中。它是D.RichardHipp建立的公有领域项目。它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源的世界著名数据库
sqlite3
- arm linux 下移植sqlite3库(arm linux sqlite3 API)