搜索资源列表
java_serial
- 用java程序从串口读数据 在这个通讯程序中使用了一个简单的协议,既不同的消息之间用星号 * 作为分隔。这个 程序中的问题是ReadSerial进程和WriteSerial进程不能够同时启动,出错信息是不能够 打开串口,因为同样一个串口不能够同时被打开两次(在ReadSerial中声明了FileReader 和在WriteSerial中声明了FileWriter)。这样是不能够实现全双工通讯的。不知道有没有 做过的大侠能够讲讲处理的办法。 -with readi
java聊天室有头像源代码
- 该项目由Eclipse所写 包说明: gui:图形包,客户端界面 Images:表情包 net:网路包,提供网络连接和服务交互数据的方法 net.Message:消息包,表示在网络相互传输数据时候封装的消息 Snake:待扩展的游戏包 test:备用测试包 files:配置文件 该项目是简单聊天室的实现 编写工具:Eclipse3.2(图形界面:NetBeans 6.5) 主要功能: 用户登陆(用户名不能重复,密码随便) 载入用户列表(可动态载入,删除) 发送群聊信息,发送私聊信息(可发送给指定
java的简单绘图程序
- 使用java编写的简单绘图程序
TImage
- android 简单的图片传输程序 包括服务端和客户端 客户端使用java nio-android simple picture transmission program includes server and client using java nio client
TCP_server_client
- MyEclipse,实现tcp socket连接的客户端和服务器端,能够传输文本或图片,服务器端有多线程和单线程两个,多线程的可以实现同时让多个用户连接,rar包内word文档中有简单的流程图和程序说明,代码较简单,适合初学者。-MyEclipse,tcp socket server and client,there are single thread server and multi thread server,you can get file through the tcp
readerj2me
- 多格式文本阅读器是一个简单的j2me手机应用程序,它支持普通文本、Unicode、UTF-8等多种文本读取,适合j2me编程的初学者学习参考使用。-Multi-format text reader is a simple j2me mobile applications, it supports plain text, Unicode, UTF-8 and other texts to read, suitable for beginners to learn j2me programming
WapExplorer
- j2me开发的1个简单的wap浏览器.程序框架还是不错的.包括对低级事件的处理.通信框架,标签的解析-j2me developed a simple wap browser. procedural framework is good. including the handling of low-level events. communications framework, labeling Analytical
phone
- 手机通讯录说明: 手机通讯录程序实现了简单的手机通讯录功能,主要功能有:中文姓名和电话号码输、存储、显示、删除。其主要目的不是为了演示手机通讯录功能,而是为了说明J2ME中如何利用MIDP1.0实现使用记录存储系统(RMS)存储并读取中文信息的方法。该程序完全支持MIDP1.0的手机,适合于J2ME初学者研究学习使用。-failed to translate
reader
- 多格式文本阅读器是一个简单的j2me手机应用程序,它支持普通文本、Unicode、UTF-8等多种文本读取,适合j2me编程的初学者学习参考使用。-Text of multi-format reader is a simple cell phone j2me application, it supports plain text, Unicode, UTF-8 text to read, etc., suitable for beginners to learn j2me programming
Encrypt
- J2ME 环境下的简单加密程序,包括DES,light AES,blowfish-DES,light AES,blowfish
playservice
- google android音乐播放器,程序比较简单,但实现了音乐播放的功能。-google android music player, the program is relatively simple, but achieving a music player functions.
hello
- 简单的手机软件编程例子-hello,在简单的程序中学会手机软件的开发-Simple example of mobile phone software programming-hello, a simple procedure in mobile software development Institute
wuziqi
- 一个简单的java ME程序,是一个五子棋的程序。希望对初学Me的人有用。-A simple java ME program is a backgammon program. Me beginners who want to be useful.
Five
- J2ME版的五子棋程序,实现了简单的AI算法,但还不是很聪明,附带源码。-J2ME version of the backgammon program, implement a simple AI algorithm, but is not very smart, with source code.
MobileCodeInfoDemo
- 通过 WebService 查询手机号码归属地,自己写的很简单。但完全体现出android 利用WebService 撰写程序的全过程。只调用带有一个参数(手机号码)的WebService方法,返回一个字符串(归属地信息)-Check WebService phone number by attribution, their writing is very simple. But fully reflect the android using WebService written procedu
phone
- J2ME课程,在NetBeans软件下用Java语言实现的手机通讯录程序,可以实现增加、删除、修改等简单功能。非RMS方法实现的。-J2ME programs in the NetBeans software under the Java language using the mobile phone address book program, can add, delete, modify, and other simple functions. Non-RMS method implemen
javaCOM
- java串口通信,简单的程序,一端运行发送程序,一端运行接收程序。两端写入数据,发送接收。-java serial communication
lt.1
- 简单的java聊天程序,利用DES加密的TCP多人聊天程序
MyNote1
- 安卓简单记事本 使用JAVA程序编写 适合初学者学习-Andrews simple notepad using JAVA programming for beginners to learn
java 画板
- java实现的简易画板,可选择颜色,线段出息,保存和打开文件,有各种图形可以绘制,java简单画板程序。