搜索资源列表
ems_ui
- 这是一个用java和xml编写的流媒体服务器管理软件,它可以管理多个前端下位机和后端上位机,可以配置网络上的任意两台机器互连互通,进行视频对话。有多个用户级别,有技术管理员的管理项目,也有系统管理员与普通用户的可管理的项目,级别和管理项目配合很好,是我几个月的工作成果啊!-This is a java and xml with the preparation of the streaming media server management software, It can manage mult
FCKeditor-2.3
- JAVA在线编辑的,开源代码。站长要是连这个都认为不珍贵的话,无话说恶劣-JAVA Online Editor, PC code. Even if the station is not considered precious, no bad words
sjava
- 在pc上调试後运行这段代码,可监听到局域网内的信息流量和一些具体内容,短小精悍-debugging on the pc after running this code, can monitor LAN to the flow of information and specific content, short and pithy
JXTA-JavaP2P
- JXTA——Java P2P网络编程技术,最近,P2P(Peer-to-Peer)又成为了因特网上的一个热点。P2P是因特网的一种应用模式,其意思是指网络上的任何设备(包括大型机、PC机、PDA、手机、机顶盒等等)都可以平等地直接进行连接并进行协作。想比当前因特网上主流的应用模式Client/Server或者Client/Service而言,P2P具有自己鲜明的特点和优势。(这也是我对它着迷的地方。-JXTA -- Java P2P network programming technology,
2007
- MIDlet通过蓝牙与电脑通信的案例,This resource demonstrates how to create Java™ applications that use Bluetooth communication between a PC and a mobile device. The document focuses, from Java programming point of view, on how to configure and use two alternat
pc Java扫雷程序
- pc Java扫雷程序-pc Java clearance procedures
jred
- JRed is a 100% Java implementation of the IrDA infrared communications protocols. JRed lets you beam objects from a PalmOS or Windows CE device to your Windows 95/98/NT or Linux PC.
JavaSMSTransceiverV11
- SMSTransceiver (short message service transmitter and receiver [transceiver]) is a tool for sending and receiving SMS via a serial or infrared connection between PC and a mobile phone.
ReadComm
- 用JAVA语言编写的串口通信程序,实现两台PC机之间的通信
bluecove_tw
- pc端的j2se GUI界面包装j2me 端蓝牙搜索功能,可搜索设备和服务-pc side of the j2se GUI interface for packaging j2me client bluetooth search function, you can search facilities and services
BlueSender
- this is a code to connect pc to mobile via bluetooth
SearchBluetooth
- PC using java coding to search for existing bluetooth devices
43680511java-pc-pos0.01
- 值得学习的java pos机 源代码,采用纯java编写-Worth of learning java pos machine source code, written in pure java
BLIND-2-PC
- this v good project for the blind to interact with the pc with usng text to speech conversion-this is v good project for the blind to interact with the pc with usng text to speech conversion
BluetoothServiceDiscovery
- Discover Bluetooth services on cell phone from PC
Chat-Mobile-PC
- A chat between a mobile phone and a PC using socket in Java
Socket连接PC和Android通讯
- Socket连接PC和Android通讯(Socket connects PC and Android communications)
pcToandroidAdbDemo
- 用eclipse实现的基于ADB协议的socket通信,能够用手机给PC发送控制命令(The socket communication based on ADB protocol is realized by eclipse, and the control commands can be sent to PC by mobile phone)
PC连接Android
- PC连接Android,在PC端输入命令和android进行通讯(PC connects Android, communicates commands at PC and communicates with Android)
PC
- CPU类要求getSpeed()返回speed的值,要求setSpeed(int m)方法将参数m的值赋值给speed。HardDisk类要求getAmount()返回amount的值,要求setAmount(int m)方法将参数m的值赋值给amount。PC类要求setCPU(CPU c)将参数c的值赋值给cpu,要求setHardDisk(HardDisk h)方法将参数h的值赋值给HD,要求show()方法能显示cpu的速度和硬盘的容量。(The UML diagrams associa