搜索资源列表
CreateDatabase
- 在window mobile上输入创建数据表,运行的环境必须在window mobile下,又pocket pc模拟器安装-the window on the importation of mobile data table creation, the environment must run in the next window mobile, pocket pc installation Simulator
RS232ToPs2
- 一个将扫描枪RS232输出格式自动转换为PS/2键盘格式输入的小程式,对有需要用到PS/2格式扫描枪需求,且手头又只有PS/2格式扫描枪的用户很有用,里面有创建系统托盘及注册表操作应用示例。-A scanning gun RS232 output format will automatically switch to PS/2 keyboard input format of small programs, there is required to use PS/2 format scannin
T15_db
- android对sqlite数据的操作,包括创建数据库,对表的增删改查等操作-About IO operations input and output stream flow the detailed introduction, it gives more than ten examples could practice, strengthen the IO knowledge
winceredit
- windows ce下的一个访问注册表的代码实例,开发环境是 EVC,里面包好了创建,编辑条目的功能-windows ce registry under an access code examples, the development environment is the EVC, which wrapped to create, edit entries in the function
USB
- 读取用户系统分注册表中某一项目的创建时间,系统要求WinXP-Read user' s system registry in a sub-project was created, WinXP System Requirements
Imeasy
- 高通平台编写控件的实例(创建实例,函数虚表等)-brew platform
MobileCalendar
- Java手机日历程序源代码,重载抽象类MIDlet的抽象方法startApp(),指定时区为东八区,创建包含日期字段和时间字段的DateField对象dateAndTime,设置初始日期和时间添加dateAndTime到表单form,添加退出命令到表单form,为表单form设置命令监听者,最后实现接口CommandListener的方法销毁程序。-Java mobile phone calendar program source code, abstract methods overloade
myAndroid-used-to-learn-SQL
- 安卓开发里调用数据库,创建数据表,增删改查数据库的一个例子。实现的功能是注册一个用户,然后登陆,创建多个角色名,对角色进行增删改查。-Android developers to call database, create data tables, database CRUD an example. The function is to register a user, and then landing, create multiple role name, for roles CRUD.
smsmanager
- 短信智能管理器(应用源码级开发): 功能描述:1 会话列表 2 文件夹视图 3 群组 4 新建信息 5 提供了短息搜索机制 1 会话列表 : 通过异步查询获取会话数据,不会导致anr异常,对于会话可以进行单条和多条的删除,查看会话详情,我们在对listView进行了优化 2 文件夹视图: 对信息进行了分类管理:收件箱 发件箱 已发送 草稿箱这四类,并且我们对信息进行了日期分隔显示。 3 群组: 创建了群组数据库,里面有两张表:groups和thread_grou
SQLiteProject
- 本程序直接继承了SQLiteOpenHelper类,并且复写里面的oncreate()和onupgrade()方法,oncreat()方法负责表的创建;而onupgrade()负责表的删除。-The program directly inherited SQLiteOpenHelper class and replicate inside oncreate () and onupgrade () method to create oncreat () method is responsible
sqlite
- 简单的安卓sqlite ,实现数据库,表的创建,数据的添加,查询-sqlite adfdsfgasdgasdgs
android
- Android的持久层开发,对数据库进行操作。通过SQLiteDatabase实现数据库的创建和打开、创建表、插入数据、删除数据、查询数据等操作。-Persistence layer development of Android, the operations. SQLiteDatabase realized by creating and opening the , create tables, insert data, delete data, query data and other o
SMS-Smart-Manager
- 黑马培训机构的一个安卓练习项目。 功能描述: 会话列表 通过异步查询获取会话数据,不会导致ANR(Application Not Response)异常,对于会话可以进行单条和多条的删除,查看会话详情,我们在对ListView进行了优化。 文件夹视图 对信息进行了分类管理:收件箱 发件箱 已发送 草稿箱这四类,并且我们对信息进行了日期分隔显示。 群组 创建了群组数据库,里面有两张表:groups和thread_group,groups是用来存放群组的。