搜索资源列表
WINCE的unicode的CppSQLite包
- Based on beautiful wrapper written by Rob Groves Very good wrapper, support unicode.
vh2sc
- 将VHDL转换为C的软件 将VHDL转换为C的软件-VH2SC is a free basic VHDL to SystemC converter. The converter handles a small subset of Synthesisable VHDL 87/93 language constructs. The current version translates all VHDL IEEE types to sc_int/sc_uint/integers and boole
main
- 采用64ORACLE连接库,将数据同步到当前的SQLITE3的内存表中. 环境为AIX5.3 ORCALE10 SQLITE# 编译命令为 proc code=cpp lines=yes userid=brjlkk/brjlkk@brjlkk SQLCHECK=full include=/usr/vacpp/include include=../../header include=../../header/commonhandle iname=main.pc oname=main.c
devcppsqlite
- Dev cpp. A plugin that is ok. sorry , i just want to download a sqlite
ProviderSQLite
- Visual C++ 访问SQLite的一个封装类的使用实例。-Visual C++ Query Data(Insert/Select) With SQLite Database
CppSqliteTest
- 使用SQLite的C++封装类,访问带加密功能的SQLITE3.3.6的一个测试实例-Use SQLite' s C++ wrapper classes to access with encryption SQLITE3.3.6
Sqlite3_CPP_Wrapper
- 一个C++类实现SQLite接口的项目: SQLiteWrapper.h:类声明文件 SQLiteWrapper.cpp:类具体实现文件 Create_DB_Table.cpp:创建一个数据库对象 Insert_Data.cpp:向创建的数据库插入数据 Print_Data.cpp:输出数据库中的数据 SQLiteWrapper.db:创建的数据库对象 -C++ class SQLite project: SQLiteWrapper.h: class declarat
CPP-sqlite
- c++实现了基于sqlite数据库的基本操作,包括:数据库建立,链接,读写等基本操作。-c++ implention sqlite database.
SQLLiteWrapper.cpp
- SQLite Wrapper for C-This is a simple SQLite wrapper written in c++. SQLite is an embedded SQL database engine,fully tested. SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files. The descr iption a
SQLiteTool
- 本模块的任务是实现SQLITE工具类,类名是CMpSqliteDb,类所在文件名是MpSqliteDb.h和MpSqliteDb.cpp。这个类实现了操作SQLITE数据库的基本操作,包括创建数据库、关闭数据库、打开数据库连接、关闭数据库连接、预编译SQL语句、执行预编译SQL语句、创建表格、修改表格名称、清空表格、删除表格、添加字段、修改字段、删除字段、添加记录等。 -Task of this module is to achieve SQLITE tools, class name is C
cpp-send-sms.v1.0
- 通过cpp发送短信。该源码用于短信猫的开发,是一份完整的代码,供有需要的同学参考。-This is the src code of Sqlite, which is one of DB. The files includes all the code of Sqlite, and are the set of the whole source.
SQLLiteWrapper.cpp
- SQLite Wrapper for C-This is a simple SQLite wrapper written in c++. SQLite is an embedded SQL engine,fully tested. SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files.The descr iption about SQLite
wx-sqlite
- wx-sqlite.cpp wxwidget 使用 sqlite-wx-sqlite.cpp wxwidget use sqlite
SQLiteWithCPPDemo
- sqlite database accesse program