代码搜索:Windows Mobile
找到约 10,000 项符合「Windows Mobile」的源代码
代码结果 10,000
www.eeworm.com/read/221548/14738330
gif mobile.gif
www.eeworm.com/read/219532/14876571
idl mobile.idl
//
// Mobile.idl
//
import "oaidl.idl";
import "ocidl.idl";
[
uuid(8F121977-5566-7788-9900-112233445566), // LIBID_MobileTypeLib
version(1.0),
helpstring("Mobile 1.0 Type Library")
]
www.eeworm.com/read/219532/14876584
cpp mobile.cpp
//
// Mobile.cpp
//
// --------------------------------------------------------
// A Practical Guide to Script-Driven Software Development
// Author: Qiming Lu Date: 6/1/20
www.eeworm.com/read/219532/14876593
h mobile.h
//
// Mobile.h
//
// --------------------------------------------------------
// A Practical Guide to Script-Driven Software Development
// Author: Qiming Lu Date: 6/1/2006
www.eeworm.com/read/117393/14927221
gif mobile.gif
www.eeworm.com/read/216991/14983134
rar mobile.rar
www.eeworm.com/read/211874/15172192
gif mobile.gif
www.eeworm.com/read/206451/15294644
mdb mobile.mdb
www.eeworm.com/read/472016/1419609
sql mobile.sql
set names gbk;/*从控制台输入则需要设置字符集*/
create database unicom;/*建立数据库mobile*/
use unicom;/*选择数据库*/
/*建立TOperator表*/
create table TOperator
(
id int(5) AUTO_INCREMENT primary key ,/*操作员id*/
www.eeworm.com/read/472016/1419644
java mobile.java
package unicom.bean;
/**
* @author xiaogang
* 日期:Apr 16, 2008
* 功能:实体TMobile类,与数据库中的tmobile相关联,用于保存具体的手机号码资源
* 优点:...
* 缺点:...
* 建议:isAvailable字段设置为boolean类型
* 将类的名字TMobile