搜索资源列表
嵌入式xml parser
- 嵌入式xml的封装和解析的源代码,可以放在BREW等嵌入式平台应用,很小。-embedded xml packaging and parsing source code can be put on the BREW platform, such as embedded applications, very small.
SplitJoin
- 开发工具:Java 提供者:伊力特 CreateXML.rar 2005-11-30 136KB 0 ·基于jdom实现xml文件的创建等..... 开发工具:Java 提供者:甘杉 FileOperator.rar 2005-11-29 47KB 5 ·这是一个用java编写类似于notepad文件编辑器.. 开发工具:Java 提供者:郭永 J2ME慢慢学教程.zip 2005-11-29 395KB 3
SMSViaGateway
- ◆◆◆ 《网通网关短信收发、群发》◆◆◆ 利用网通的网关平台收发手机短信,群发手机短信。主要技术:POST HTTP 请求,MD5加密算法,XML文档解析,手机短信发送、 接收,短信群发等。源代码已经封装好,并提供详细的测试代码,该程序也可以直接当作手机短信收发的小工具。 ◆◆◆ 作者 ◆◆◆ 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn ◆◆◆ 日期 ◆◆◆ 2007-05-02 16:59:54
symbianeaxp_EAXP_201020060
- symbian 下的解析xml文件的源代码 个人感觉这个比较简单-symbian the analytic xml document the source code of personal feeling that this relatively simple
wmlscriptexamples
- 这是一个wmlscr ipt的源代码程序,可以对初学的xml的朋友有很大的帮助。-wmlscr ipt This is a source code procedures Beginners can right the xml friends will be very helpful.
duanxinwangguan
- 利用网通的网关平台收(群)发手机短信,群发手机短信。 主要技术:POST HTTP 请求,MD5加密算法,XML文档解析,手机短信发送、接收,短信群发等。源代码已经封装好,并提供详细的测试代码,该程序也可以直接当作手机短信收发的小工具。
SyExpat-11111
- 这是symbian下的实现XML解析的源代码。里面包括解析器和解析例子代码。-This is the realization of the next symbian parsed XML source code. Includes parser and parsing code examples.
layout
- android各种布局文件的源代码,包含了基本的布局格式和巧妙的运行方法-android source code for a variety of layout files, containing the basic layout of the format and method clever run
SMSViaGateway
- 利用网通的网关平台收(群)发手机短信,群发手机短信。主要技术:POST HTTP 请求,MD5加密算法,XML文档解析,手机短信发送、接收,短信群发等。源代码已经封装好,并提供详细的测试代码,该程序也可以直接当作手机短信收发的小工具。-Netcom' s gateway platform to use income (group), made a cell phone text messaging, mass text messaging. Main: POST HTTP request,
myxmlparser
- xml解析方面的比较经典的源代码分析,对初学者很有帮助,谢谢指出不足之处-xml parsing comparison of the classical source code analysis, useful for beginners, thank you to identify shortcomings! ! ! !
WIFI
- 解析Xml文件的小例子,初学者来说,很有帮助的,完全的源代码-A small example of the Xml file parsing, beginners, useful, complete source code
TravelMap_Android
- android 源代码 是一个旅行地图的源码 学习用-android source code is a travel map source for learning
17
- DataSet :ADO DataSet数据设定的范例源代码 ReadWriteXML :XML读写的范例源代码 CreateDatabase: ADO创建数据库的范例源代码 DataReader: 使用ADO DataReader读取数据的范例源代码 DataReader_SQLServer :使用ADO DataReader:读取SQLServer数据的范例源代码 SQLCode :SQL Server数据库脚本源代码 DataSet_SQLServer :设定S
365MobileSecretary
- android 365手机秘书源代码应用到的知识还算挺多的,网络编程,xml解析,通知,广播,联系人,服务等,希望对新手有帮助-Knowledge android 365 phone secretary source code is fairly applied to a lot of network programming, xml parsing, notification, radio, contacts, services, and hope to help novice
164JAVAsouce
- 164个JAVA小程序源代码,包括了applet小程序,classes类库实例,graphics图形操作,print打印输出,security安全处理,servlet,sql,thread线程,xml操作,gui等小程序源码,相信这些对学习Java是十分有用的-164 JAVA applet source code, including a small applet procedures, classes library examples, graphics graphics operation
Face-detection-API
- 本资源为人脸识别应用,包含完整的源代码、XML文件、drawable文件,对android学习者有很大帮助。-The resources for face recognition applications, including full source code, XML files, drawable files for android learner great help.
GestureProject
- 手机输入法手势识别源代码输入法手势识别 注意: android.gesture这个类在api-4(SDK1.6)才开始支持的! 提醒:默认存到SD卡中,所以别忘记在AndroidMainfest.xml加上SD卡读写权限! 关于两种方式创建模拟器的SDcard在【Android2D游戏开发之十】有详解 if (Environment.getExternalStorageState() != null) {// 这个方法在试探终端是否有sdcard! if (!file.exi
Android_gwwz
- 在线商城系统源码包括Android客户端源码+jsp服务端源码+MySQL数据库。初级作品,没有使用分层架构,项目不大,注释得当。比较适合做毕业设计,安卓客户端里面默认的调用地址已经失效了,需要自己搭建服务端,把服务器端源代码目录下的shop.sql文件以utf8编码导入MySQL后,在AndroidWeb\src\hibernate.cfg.xml这个文件中更改数据库连接,安卓客户端在ConnectWeb.java中更改网站调用地址,全部配置好以后启动网站再打开安卓客户端就可以看到演示了,服务