搜索资源列表
wangshangguowu
- java实现的网上购物系统,使电子商务的重要设计内容。可以很方便的实现对用户、商铺、商品、公司等信息的检索和更新。-achieve the online shopping system that allows the design of e-commerce content. It is very convenient to its customers, shops, goods, such as information retrieval and updating.
JAVA彩信发送源码,MM7协议
- 公司用的彩信发送源程序,需要定义好彩信平台IP地址及端口. 适用于华为网关,采用MM7协议编程,MM7的开发包网上可以直接找到,上传时未加入. 主要包括:DomXml.java,MMSend.java,TMMSSender.java,WriteMMS.java,XmlBean.java
MMSCenter.mms 联通的彩信网关参考
- mms 联通的彩信网关参考,移动的为mm7,api网上都可以下载的,做网关的可以来看看,mms MMS gateway reference Unicom, move for mm7, api can be downloaded online, and to do that can take a look at the gateway
socket-between-android
- 正在学习关于socket的内容,发现网上很少有客户端和服务端都是android的例子,就自己写了一个-Learning about the contents of the socket and founding that There is very few example whose both client and server are the android, I write it myself
socket
- j2me使用soket协议做的一对多聊天的例子。网上多是一对一的-soket agreement to use j2me to do one-to-many chat example. Are one-on-one online
comm
- 以C语言和Java语言、嵌入式开发、算法实现为主,,互联网上其他地方是找不到的-c++并口通信程序,以C语言和Java语言、嵌入式开发、算法实现为主,,互联网上其他地方是找不到的
IIwar1945
- 一款很不错的基于J2me的Java游戏源代码,1945飞行射击,飞机作战,这是第二版,比第一版更好玩,源代码完整,资源图片都在压缩包内,编译时候要导入支持库,网上有下载,祝你好运。-a mobile game- 1945II
brew-book
- BREW教程,网上高人所写。 有兴趣的同志可随意下载。-BREW tutorials, online Gao Ren wrote. The comrades who are interested are free to download.
5555555555555
- 一款很不错的基于J2me的Java游戏源代码,1945飞行射击,飞机作战,这是第二版,比第一版更好玩,源代码完整,资源图片都在压缩包内,编译时候要导入支持库,网上有下载,祝你好运。 -A very good game based J2me of Java source code, 1945 flight shooting, aircraft operations, this is the second version is more fun than the first edition, s
RSSHandler1
- RSS阅读器,为用户在网上订阅感兴趣的内容。-RSS reader for users interested in the contents of the online subscr iption.
JNI_android-daquan
- 多部经典java JNI教程,含中文教程,网上最全的JNI资料大合集!android开发必备的资料,全面教您掌握JNI,让你在android下用C语言也可轻松开发。好不容易搜集来的资料!-More than the classic java JNI tutorial, including Chinese language tutorials, JNI most complete information on the Internet Big Collection! android develop
Particly
- 这是一款另类的手机游戏,是用Java语言在Eclipse平台上开发的一款愤怒的小鸟,但和网上的那些不同的风格,全新的故事和主角-This is a different type of mobile phone game, Angry Birds a development on the Eclipse platform using the Java language, but those different styles and online, the new story and protago
MyControlComputer(java)
- 通过Android手机去关闭电脑,适用windows系统。之前发了一个电脑端用java写的,在网上自学后用C语言写了这个电脑服务器端。注意,这个app对应这个客户端,之前发的不能通用。 在学习的过程中发现,关于C语言与java通过socket通信这方面比较少入门级的简单易懂的例子,在C的cpp里面写了一下一些学到的东西,不足之处望指导。java实现socket比较简单,就不写了。 -Android phone to turn off the computer, for windows sys
a
- 网上选课系统,源代码,是java的。 具体内容请详见内部文档-Online course selection system, the source code, is Java. Details please see the internal document
wangshangxuanke
- android平台上的网上选课系统,其中包括客户端和开发端的源码,是用来学习java和android的好的入门程序-Online Course System android platform, including client and develop client source code, is to learn java and android good entry procedures
StudentBookSystem_a5
- 直连mysql的图书馆管理系统源码是一个Android直连mysql的图书管理系统,遗憾的是,目前只有Android客户端,作者没有把数据库导出来跟客户端放在一起,有兴趣和mysql基础的朋友可以根据DBUtil.java类里面的表名和字段名新建一个mysql数据库,关于Android上是否可以直连mysql数据库网上一直有争议,甚至某大神放话“想Android直连mysql的都是猴子请来的逗逼”,的却即使Android可以直连mysql也是存在很多安全隐患的,因为密码需要写死在程序里面,别人反
QQ
- 系统主要采用Java语言实现服务器,客户端程序。本系统是基于TCP协议的编程,实现了网上聊天。系统采用C/S架构,由服务服务器端和客户端组成。 服务器端必须具有以下功能: (1) 启动服务器,建立侦听,接受客户端连接。 (2) 接收、分析、转发聊天信息。 (3) 向客户端发送系统消息。 (4) 关闭服务,并向客户端发送服务器关闭消息。 聊天客户端必须具有如下功能: (1) 连接服务器,发送用户登录请求。 (2) 向服务器发送聊天信息。 (3)