-
java p2p 很好找到
ackage ex1_tp2 ;
导入 java.rmi.* ;
导入 java.rmi.server.* ;
导入 java.rmi.registry.* ;
公共类 Serveur 扩展 UnicastRemoteObject 实现 ex_ser {
公共 Serveur() 引发 RemoteException {}
公共字符串 reponce (字符串 mot) 引发 RemoteException {
返回"Bonjour tous";
}
公共静态 void main (字符串 [] args) {
请尝试 {
LocateRegistry.createRegistry(1099) ;
System.out.println ("端口 1099年") ;
} catch (RemoteException e1) {
System.err.println ("pas de 端口") ;
System.exit(1) ;
}
请尝试 {
Serveur objet = 新 Serveur() ;
Naming.rebind("mounir",objet) ;
System.out.println ("Serveur prêt") ;
}
catch (异常 e) {
System.err.println ("最好派个:"+ e.getMessage()) ;
}
}
}
- 2022-10-20 00:50:04下载
- 积分:1
-
通讯录管理程序
通讯录管理程序-Address books management program
- 2022-01-26 00:17:02下载
- 积分:1
-
件说明:
BHO开发的一个小例子,文档对象事件响应,例如响应IHtmlDocument 的Onclick事件等,帮助新手入门。...
件说明:
BHO开发的一个小例子,文档对象事件响应,例如响应IHtmlDocument 的Onclick事件等,帮助新手入门。
-Pieces of note: BHO to develop a small example, in response to DOM events, such as incident response Onclick the IHtmlDocument to help beginners.
- 2022-02-13 03:35:33下载
- 积分:1
-
a)需求分析:
任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码;
要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现;...
a)需求分析:
任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码;
要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现;
b)概要设计:
本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。
-a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffman coding; Requirements : Every character in the output of the number and the code for which the minimum requirement of the right to use Heap; B) Summary of design : the procedures used by the data nodes the tree structure and linear form, the algorithm used by the main sculpture, in order Huffman algorithm.
- 2022-03-06 12:21:16下载
- 积分:1
-
window串口调用(api方式)
window下的串口动态库,主要包括打开,发送接收,关闭串口等操作,是直接调用windowapi函数开发的。
- 2022-07-02 05:47:52下载
- 积分:1
-
学习 ~!好好看~!这都是可以运行的
学习 ~!好好看~!这都是可以运行的-learn from ~! Good to see! This can be run
- 2022-02-12 20:10:18下载
- 积分:1
-
Tank坦克游戏代码
Tank坦克游戏代码-Tank tanks game code
- 2022-05-17 23:33:34下载
- 积分:1
-
website template 2002925151619.zip
网站模版2002925151619.zip-website template 2002925151619.zip
- 2022-03-10 13:37:24下载
- 积分:1
-
一个关于扫雷的原代码
一个关于扫雷的原代码-a mine on the original code
- 2022-05-20 02:41:42下载
- 积分:1
-
DX This is the most primitive of the basic procedures for the design of the fram...
这是DX程序最原始的基本设计框架,希望对初学者能有帮助,让他们更好的入门-DX This is the most primitive of the basic procedures for the design of the framework, in the hope that can help beginners to enable them to better entry
- 2022-02-07 18:21:23下载
- 积分:1