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

Search list

[Other resourcesqlite3x-050616

Description: A minimalistic wrapper for SQLite 3.x, inspired by the ADO.NET interfaces.
Platform: | Size: 14250 | Author: beersoccer | Hits:

[Embeded-SCM Developsqlite3-3.4.2.bin

Description: sqlite是嵌入式中常用的数据,这里给出sqlite3.4.2的元代码,本人已经移植成功
Platform: | Size: 159751 | Author: 耿仲 | Hits:

[Delphi VCLDISQLite3_1.3.4

Description: 用DISQLite控件连接SQLite Sqlite Delphi 的封装
Platform: | Size: 1537116 | Author: dorry | Hits:

[Other Databasessqlite-3.6.11 linux下安装包

Description: sqlite-3.6.11.tar.gz 嵌入式数据库sqlite的linux安装包.嵌入式数据库是指运行在本机上、不用启动服务端的轻型数据库,它与应用程序紧密集成,被应用程序所启动,并伴随应用程序的退出而终止。 SQLite的特点如下: 1、无需安装配置,应用程序只需携带一个动态链接库。 2、非常小巧,For Windows 3.3.8版本的DLL文件才374KB。 3、ACID事务支持,ACID即原子性、一致性、隔离性、和持久性(Atomic、Consistent、Isolated、和 Durable)。 4、数据库文件可以在不同字节顺序的机器间自由的共享,比如可以直接从Windows移植到Linux或MAC。 5、支持数据库大小至2TB。
Platform: | Size: 2804714 | Author: bong_chu | Hits:

[BooksAndroid基础教程

Description: 第一部分 Android简介 第1章 快速入门.............. 3 1.1 安装工具...... 3 1.1.1 Java 5.0+.... 3 1.1.2 Eclipse.......... 4 1.1.3 Android....... 4 1.1.4 Eclipse插件..................... 5 1.2 创建第一个程序.... 7 1.3 在模拟器上运行程序............... 8 1.4 在手机上运行程序..................... 9 1.5 快速阅读指南.......... 9 第2章 基本概念........... 11 2.1 Android的系统架构................ 11 2.1.1 Linux内核..................... 11 2.1.2 本机库...... 12 2.1.3 Android运行时......... 13 2.1.4 应用程序框架........... 14 2.1.5 应用程序 15 2.2 它还活着... 15 2.2.1 进程不等于应用程序......... 16 2.2.2 应用程序生命周期............... 17 2.3 构建块......... 19 2.3.1 活动............ 19 2.3.2 意图............ 19 2.3.3 服务............ 19 2.3.4 内容提供者................. 19 2.4 使用资源... 20 2.5 安全性......... 20 2.6 快速阅读指南....... 21 第二部分 Android基础知识 第3章 设计用户界面..................... 25 3.1 数独游戏简介....... 25 3.2 声明性设计............. 26 3.3 创建启动界面....... 27 3.4 使用替代资源....... 34 3.5 实现About对话框..................... 37 3.6 应用主题... 41 3.7 添加菜单... 43 3.8 添加设置... 45 3.9 开始新游戏............. 47 3.10 利用日志消息调试程序... 48 3.11 利用调试器调试程序......... 50 3.12 退出游戏 50 3.13 快速阅读指南.... 50 第4章 绘制2D图形...................... 53 4.1 Android图形基础...................... 53 4.1.1 Color类... 53 4.1.2 Paint类... 54 4.1.3 Canvas类 55 4.1.4 Path类...... 55 4.1.5 Drawable类................. 56 4.2 在Sudoku程序中添加图形............... 58 4.2.1 开始游戏 58 4.2.2 定义Game类................. 58 4.2.3 定义PuzzleView类............... 60 4.2.4 绘制游戏盘面........... 61 4.2.5 绘制数字 63 4.3 处理输入... 65 4.3.1 定义和更新选定区域......... 66 4.3.2 输入数字 68 4.3.3 增加提示 69 4.3.4 抖动屏幕 70 4.4 其他问题... 71 4.4.1 创建软键盘................. 71 4.4.2 实现游戏逻辑........... 76 4.4.3 其他功能 78 4.5 更多改进... 80 4.6 快速阅读指南....... 81 第5章 多媒体. 83 5.1 播放音频... 83 5.2 播放视频... 88 5.3 为数独游戏配上音乐............ 92 5.4 快速阅读指南....... 94 第6章 存储本地数据..................... 95 6.1 为数独游戏添加选项............ 95 6.2 继续玩前一个游戏.................. 97 6.3 记住当前位置....... 99 6.4 访问内部文件系统............... 100 6.5 访问SD卡.............. 101 6.6 快速阅读指南.... 103 第三部分 高级主题 第7章 互联的世界. 107 7.1 通过意图实现浏览............... 108 7.2 利用视图打开网页............... 111 7.3 JavaScript与Java通信.......... 115 7.4 使用Web服务..... 121 7.5 快速阅读指南.... 131 第8章 定位与环境感知........... 133 8.1 位置,位置,位置............... 133 8.1.1 我在哪里.................... 135 8.1.2 更新位置.................... 137 8.1.3 模拟说明.................... 138 8.2 充分利用传感器..................... 139 8.2.1 了解传感器.............. 139 8.2.2 解析传感器的读数............ 140 8.2.3 模拟说明.................... 140 8.3 地图功能 141 8.3.1 嵌入MapView........... 142 8.3.2 准备就绪.................... 145 8.3.3 模拟说明.................... 146 8.4 快速阅读指南.... 147 第9章 SQL实战...... 149 9.1 SQLite简介........... 149 9.2 SQL基础 150 9.2.1 DDL语句.................... 151 9.2.2 修改语句.................... 151 9.2.3 查询语句.................... 151 9.3 你好,数据库.... 152 9.3.1 使用SQliteOpenHelper 153 9.3.2 定义主程序.............. 155 9.3.3 添加一行.................... 156 9.3.4 运行一个查询........ 157 9.3.5 显示查询结果........ 158 9.4 数据绑定 159 9.5 使用ContentProvider...... 162 9.5.1 更改主程序.............. 164 9.5.2 添加一行.................... 164 9.5.3 运行一个查询........ 165 9.6 实现ContentProvider...... 165 9.7 快速阅读指南.... 166 第10章 利用OpenGL实现3D图形.............. 169 10.1 理解3D图形..... 169 10.2 OpenGL简介.... 170 10.3 构建一个OpenGL程序... 171 10.4 管理线程............. 173 10.5 构建一个模型. 178 10.6 光线、相机…….................. 181 10.7 动作......... 183 10.8 应用纹理............. 184 10.9 透明效果............. 187 10.10 快速阅读指南..................... 189 第四部分 附录 附录A Java与Android语言及其API.......... 193 附录B 参考书目........ 197
Platform: | Size: 13578541 | Author: pumaxy | Hits:

[Other Embeded programEmbeddedDatabase_sqlite-3.4.0

Description: 试用于嵌入式系统的嵌入式数据库,体积小,访问速度快
Platform: | Size: 2213888 | Author: 陶雄飞 | Hits:

[Embeded-SCM Developsqlite

Description: 译本嵌入式数据库sqlite的电子书,值得大家参考.-Sqlite embedded database version of the e-book, it is worth your consideration.
Platform: | Size: 5978112 | Author: 唐笑笑 | Hits:

[ADO-ODBCsqlite-3.5.9.tar

Description: 嵌入式数据库sqlite 3.5.9的源代码,很有参考价值-Embedded database sqlite 3.5.9 source code, useful reference
Platform: | Size: 2200576 | Author: henry | Hits:

[Other Databasessqlite-3.5.4.0.tar

Description: 很小的一个文件数据库,非常适合嵌入式系统使用-a very good database
Platform: | Size: 2092032 | Author: 黄维光 | Hits:

[Linux-Unixsqlite-3.4.1.tar

Description: sqlite-3.4.1,嵌入式数据库.是一个功能强大的开源数据库,给学习和研发以及小型公司的发展带来了全所未有的好处.-sqlite-3.4.1, embedded database. is a powerful open-source database, to study and research and development, as well as the development of small companies have brought unprecedented benefits.
Platform: | Size: 2237440 | Author: daivis | Hits:

[OtheriPhoneCool

Description: iPhone Cool Projects 2009 CHAPTER 1 Designing a Simple, Frenzic-Style Puzzle Game CHAPTER 2 Mike Ash’s Deep Dive Into Peer-to-Peer Networking CHAPTER 3 Doing Several Things at Once: Performance Enhancements with Threading CHAPTER 4 All Fingers and Thumbs: Multitouch Interface Design and Implementation CHAPTER 5 Physics, Sprites, and Animation with the cocos2d-iPhone Framework CHAPTER 6 Serious Streaming Audio the Pandora Radio Way CHAPTER 7 Going the Routesy Way with Core Location, XML, and SQLite
Platform: | Size: 3175424 | Author: vhpham80 | Hits:

[androidSQLTest

Description: android 数据库 SQLite 学习 增删改查功能-SQLite for android
Platform: | Size: 65536 | Author: yangdu | Hits:

[Embeded-SCM Developsqlite3-configure

Description: 嵌入式数据库SQLite的编译、安装和使用-Embedded database SQLite, compile, install and use
Platform: | Size: 29696 | Author: qkw | Hits:

[Other DatabasesSQLiteCodeFactory

Description: SQLite Code Factory,涵盖了SQLite 数据库操作的各个重要方面。-SQLite Code Factory, SQLite database, covering all important aspects of the operation.
Platform: | Size: 2531328 | Author: dan | 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:

[WEB Codeakcms_v3.9.3-CP.tar

Description: AKCMS是轻量级CMS 兼容性好,对主机要求低 各种操作系统(Linux、Windows)AKCMS全部工作正常 各种服务器(Apache、nginx)AKCMS全部工作正常 PHP各种版本(4.0*-5.*)AKCMS全部工作正常 各种数据库:MySQL(3.*、4.*、5.*)、SQLite(2.*、3.*)、Pdo数据接口,支持任意一种均可,AKCMS全部工作正常。 无需特殊服务器设置,市面上的虚拟主机(包括几乎全部免费主机)都可以正常运行AKCMS。-AKCMS is lightweight CMS Good compatibility, low demand on the host Various operating systems (Linux, Windows) AKCMS all working properly A variety of servers (Apache, nginx) AKCMS all working properly Various versions of PHP (4.0*- 5 .*) AKCMS all working properly A variety of databases: MySQL (3 .*, 4 .*, 5 .*), SQLite (2 .*, 3 .*), Pdo data interface, can support either, AKCMS all working properly. No special server settings, virtual host market (including almost all free hosting) can run AKCMS.
Platform: | Size: 285696 | Author: zcadqewxs | Hits:

[Delphi VCLUniDAC4.1.3

Description: 通用数据存取组件。提供了delphi下最好的访问各种数据库的组件(Oracle, Microsoft SQL Server, MySQL, Interbase, Firebird,DB2,PostgreSQL,NexusDB,SQLite及ODBC)-Universal Data Access Components (UniDAC) is a library of components that provides direct access to most popular database servers from Delphi, Delphi for .NET and, C++Builder. UniDAC can work with such servers as Oracle, Microsoft SQL Server, MySQL, Interbase, Firebird. The UniDAC library is designed to help programmers develop faster and cleaner cross-database applications. UniDAC is a complete replacement for such standard universal technology as dbExpress. UniDAC is a handy in use and efficient data access solution bringing into play many features specific to each server.
Platform: | Size: 7199744 | Author: bjydfq | Hits:

[androidDatabase

Description: 简易通讯录,要求: 1.有增、删、改,以及简单的搜索功能。 2.通讯录需要有如下表单:姓名、手机、电话、邮箱、地址(或更多)。 3. 所有数据都存储在SQLite数据库中。 4. 在项目中要用到Activity,Intent(至少要有一个页面跳转),SQLiteDatabase或SQLiteOpenHelper。查看内容要以列表的形式体现,添加5个(或更多)联系人。 5.简洁大方的UI,并且具备基本的错误判断(如对用户操作的简单提醒,对用户错误操作的警示等)。 6.使用Service为通讯录添加背景音乐,有播放,暂停播放,停止播放功能。 -Easy Address Book, requirements: An add, delete, change, and a simple search function. 2 contacts need to have the following form: name, phone, telephone, mail, address (or more). All data is stored in an SQLite database. (4) in the project to use to the Activity, the Intent (or at least have a page jumps), the SQLiteDatabase or SQLiteOpenHelper. View the content embodied in the form of the list, add five (or more) contacts. 5 simple elegant UI, and have a basic error of judgment (for example, the user operation simple reminders, user error Alerts, etc.). Use the Service to add background music to the address book, play, pause, stop playback function.
Platform: | Size: 20002816 | Author: | Hits:

[androidSQLite-SQL

Description: sqlite android 语法详解, 语法详解-sqlite grammer details details
Platform: | Size: 80896 | Author: jiang | Hits:

[androidSQLite

Description: 代码介绍: SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。SQLite第一个Alpha版本诞生于2000年5月. 至今已经有10个年头,SQLite也迎来了一个版本 SQLite 3已经发布。 还有一件事,大家下载的时候,不要加数据库连接驱动包。本项目是不用的。-Code description: SQLite, a lightweight database, comply with the ACID-compliant relational database management system, its design goals is embedded, and has been used in many embedded products it, it takes up resources is very low in the embedded devices may only need a few hundred K of memory is enough. It can support Windows/Linux/Unix mainstream operating system, combining with many programming languages ​ ​ such as Tcl, C#, PHP, Java and other ODBC interface, the same compared to the Mysql, PostgreSQL Both open source world-renowned database management system in terms of its processing speed faster than they are. SQLite first Alpha version was born in May 2000 has been 10 years, SQLite also ushered in a version of SQLite 3 has been released. One more thing, when you download, do not add the database connection drive package. This project is not.
Platform: | Size: 56320 | Author: li | Hits:
« 12 3 4 »

CodeBus www.codebus.net