-
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
-
支持向量机
实现了svm中smo算法,适合初学者学习-svm--smo
- 2022-05-26 10:17:46下载
- 积分:1
-
BER(ASN.1) 编码解码.Net 库
BER(ASN.1) 编码解码.Net 库版本 1.0基于 ITU-T 建议 X.690
- 2023-03-24 11:35:04下载
- 积分:1
-
VB版的图书馆信息管理系统
vb版图书馆管理信息系统-vb version of Library Information Management System
- 2022-11-01 00:20:03下载
- 积分:1
-
我自己的模拟条,不需要硬件的支持
我自己的模拟条,不需要硬件的支持-my own simulation of the need to support hardware
- 2022-01-25 14:21:06下载
- 积分:1
-
Serial communications, the use of serial communication control realize.
串口通信,利用串口通信控件实现 。-Serial communications, the use of serial communication control realize.
- 2022-01-28 21:16:26下载
- 积分:1
-
一个易语言的屏幕取色例程,源码,供易初学者参考。
一个易语言的屏幕取色例程,源码,供易初学者参考。-An easy language to take color screen routines, source code, for easy to advanced users.
- 2022-02-05 22:32:27下载
- 积分:1
-
"Office2000 Internal COM programming plug
《Office2000下内部COM插件的编程实现》配套代码。-"Office2000 Internal COM programming plug-in" complementary code.
- 2022-04-21 00:58:56下载
- 积分:1
-
这是一个关于Access文件的读取和写入操作,采用VC编写,可以将基金Access数据读出,并在控件中显示,是一个实用性很强的综合例子...
这是一个关于Access文件的读取和写入操作,采用VC编写,可以将基金Access数据读出,并在控件中显示,是一个实用性很强的综合例子
-This is a file on the Access to read and write operations, using VC prepared Fund Access data can be read out, and in the control show that it is a very practical example of a comprehensive
- 2022-09-10 23:35:03下载
- 积分:1
-
vc++6.0实效编程百例的源码,非常好的一本书
vc++6.0实效编程百例的源码,非常好的一本书-vc++6.0 100 cases of the effectiveness of programming
- 2023-01-26 03:25:06下载
- 积分:1