Welcome![Sign In][Sign Up]
Location:
Search - JAVA jar m

Search list

[ICQ-IM-ChatA_simple_chat_tool

Description: 一个简单的用java编写的聊天工具,用socket类处理通信部分 1. 运行server.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 8888 打开服务器 8888也可以改为任意端口号 2. 运行client.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 打开客户端 3. 主要类说明: Server.java 等待用户连接,连接后为当前用户创建ServerListener对象 ServerListener.java 接受用户请求,并将消息移入消息队列 Sender.java 消息发送器,用循环不断检查消息队列中是否有新消息,有则发送消息,被发送的消息移出队列 Client.java 接受信息,提供与界面之间的接口函数 Chat.java 主要是用户界面 -with a simple preparation of java chat tools, with socket type handling a part of communication. server.bat or running the command line input (to the Public for directory) : java-jar Chat.jar 8888 Open Server 8888 can also read arbitrary port 2 . client.bat or running the command line input (to the working directory) : java-jar Chat.jar Open Client 3. main categories : Server.java waiting for users to connect, after connecting to the current users to create object ServerListener ServerListener . java user request, the information will be relocated Message Queue Sender.java news transmitters, cyclic Message Queue constantly check whether there are new news, then send messages the news was sent out of Queue Client.java receive information, interface provides the interface between Chat.java m
Platform: | Size: 27322 | Author: ZX | Hits:

[ICQ-IM-ChatA_simple_chat_tool

Description: 一个简单的用java编写的聊天工具,用socket类处理通信部分 1. 运行server.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 8888 打开服务器 8888也可以改为任意端口号 2. 运行client.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 打开客户端 3. 主要类说明: Server.java 等待用户连接,连接后为当前用户创建ServerListener对象 ServerListener.java 接受用户请求,并将消息移入消息队列 Sender.java 消息发送器,用循环不断检查消息队列中是否有新消息,有则发送消息,被发送的消息移出队列 Client.java 接受信息,提供与界面之间的接口函数 Chat.java 主要是用户界面 -with a simple preparation of java chat tools, with socket type handling a part of communication. server.bat or running the command line input (to the Public for directory) : java-jar Chat.jar 8888 Open Server 8888 can also read arbitrary port 2 . client.bat or running the command line input (to the working directory) : java-jar Chat.jar Open Client 3. main categories : Server.java waiting for users to connect, after connecting to the current users to create object ServerListener ServerListener . java user request, the information will be relocated Message Queue Sender.java news transmitters, cyclic Message Queue constantly check whether there are new news, then send messages the news was sent out of Queue Client.java receive information, interface provides the interface between Chat.java m
Platform: | Size: 26624 | Author: ZX | Hits:

[JSP/JavaTrayIcon

Description: Java程序最小到系统托盘源代码 Java程序最小到系统托盘只用java是达不到的,你可以用Java Native Interface结合C或者C++的有关方法来实现!利用C++生成.dll文件来供java调用! %-!!m D?   我也收集了一些源代码,这里拿出来供参考一下! .K8a-}qL 这是我搜集整理的,希望对寻找这方面信息的人有帮助![/-The smallest Java program source code to the system tray smallest Java program to system tray only java is unable to reach, you can use Java Native Interface combined with C or C++ Of the method to achieve! Use of C generation. Dll files for java call! -!! M D? I also collected some source code out here for reference! . K 8a-) qL This is my collection of finishing the hope of finding this information has helped people! [/
Platform: | Size: 46080 | Author: 林祥华 | Hits:

[JSP/Javamp3

Description: 一个简单的mp3实现,展示的是java的图形话编程,已经多线程用法-Mp3 achieve a simple, display is the java graphics programming, then, have been multi-threaded usage
Platform: | Size: 434176 | Author: | Hits:

[matlabnj22matlab

Description: Example script to read CF-compliant structured grid NetCDF data into Matlab using the NetCDF-Java libraryI m using "toolsUI.jar" which is advertised as "a nice fat jar file containing everything in a single jar"-Example script to read CF-compliant structured grid NetCDF data into Matlab using the NetCDF-Java libraryI m using "toolsUI.jar" which is advertised as "a nice fat jar file containing everything in a single jar"
Platform: | Size: 1024 | Author: meh | Hits:

[MTKtestAdcJAR

Description:
Platform: | Size: 26624 | Author: cjf | Hits:

[JSP/JavaCalculator

Description: [原创]SWT做的计算器,部分代码来自IBM DW。 可以从Eclipse导入本文件夹为Calculator项目,需要导入swt-3.5.2-win32-win32-x86.zip,Calculator.jar是打包后的程序,可以直接双击运行。 功能: 1.二进制,八进制,十进制,十六进制转换及加减乘除、求倒数、平方、开方运算(非十进制模式下只支持整数运算,且不支持求倒数、平方、开方运算); 2.可以复制运算结果到系统剪贴板,也可以从系统剪贴板取得数据作为运算数据(从剪贴板取得得数据会按照当前所在进制模式解析,如果剪贴板内的数据不能正确解析,状态栏会有错误提示) 3.双行显示,同时显示运算表达式和当前输入(或计算结果); 4.内置数据存储器M,可以记忆数据到M,也可以从M取出、清除M、将当前操作数加到M中和从M中减去当前操作数; 5.计算结果默认为double类型,如果小数部分为0,则自动略去“.”和小数部分的0。-[Original] SWT calculator to do some of the code from the IBM DW. Eclipse can import this folder Calculator project, need to import the swt-3.5.2-win32-win32-x86.zip, Calculator.jar is packaged after the procedure, you can directly double-click to run. Features: 1. Binary, octal, decimal, hexadecimal, conversion and addition and subtraction multiplication and division, seeking reciprocal, square, square root operation (non-metric mode supports only integer operations, and does not support seeking reciprocal, square, square root operation) 2. Can be copied to the system clipboard operation result can also be obtained from the system clipboard data as operation data (data were obtained from the clipboard at the current resolution where the binary mode, if the clipboard does not correctly parse the data within the status bar there will be error) 3. Two-line display, also showed an expression operations and the current input (or calculated) 4. Built-in data memory M, may be memo
Platform: | Size: 7022592 | Author: cracode | Hits:

[JSP/Java2009082502113122

Description: 手机视频播放器M Video V1.20 替换掉了斯洛文尼亚语,保留了英语。这样一进入软件就是中文界面了-M:VIDEO Program for playing videos in mobile, in formats like 3gp and mp4. It works on Sony Ericssons with Java JP7 and newer. It can: play fullscreen video play video rotated by 0°, 90°, 180° or 270° open subtitles in.srt format show video informations-size, resolution, format, fps Changelog v1.20 bookmarks you can change transparent subtitles to subtitles with background color sorting files alphabetically confirm window on deleting files displayed colors in menu when changing subtitle color saving last opened directory
Platform: | Size: 75776 | Author: ming | Hits:

CodeBus www.codebus.net