-
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
-
以Windows内计算器为模板模仿其简单计算器功能,除了M的记忆功能....
以Windows内计算器为模板模仿其简单计算器功能,除了M的记忆功能.-Within a Windows calculator as a template to imitate its simple calculator function, apart from the memory function M.
- 2023-05-07 00:30:02下载
- 积分:1
-
The VB6
这是一套完整的企业人事管理系统完美版软件源代码,主要功能包括系统设置、员工档案、考勤管理、工作评价、员工调动、工资管理等几大模块,程序使用了vsFlex8.ocx、VsNetMenu.ocx、WinXPCEngine.ocx三个第三方的界面控件,其中VsNetMenu.ocx 5.0要求注册
-The VB6-to-VB.NET conversion tool by Francesco Balena
- 2022-12-16 11:50:03下载
- 积分:1
-
用TC写的游戏,很有意思
用TC写的游戏,很有意思-a game writen in tc, very interesting
- 2022-05-28 14:22:51下载
- 积分:1
-
这是一个曲线显示控件,将一些数据曲线化显示,以观察数据的变化趋势。里面有源玛...
这是一个曲线显示控件,将一些数据曲线化显示,以观察数据的变化趋势。里面有源玛-This is a curve shows that the control will display some data curve in order to observe changes in the trend data. Inside Active Ma
- 2022-04-12 02:13:10下载
- 积分:1
-
Proficient in Windows Vista " proficient in Windows Vista" system intro...
精通Windows Vista《精通Windows Vista》系统地介绍了Microsoft公司推出的最新操作系统――Windows Vista,该系统具有全新的界面、高度集成的功能和更快捷的操作性能,被认为是Windows系列操作系统的一次飞跃。《-Proficient in Windows Vista " proficient in Windows Vista" system introduced has introduced the latest Microsoft operating system- Windows Vista, the system interface with the new, highly integrated functionality and more efficient performance, be considered Windows family of operating systems a leap. "
- 2022-04-12 15:10:56下载
- 积分:1
-
孙鑫教程源码
孙鑫视频 教程第一课源码
孙鑫教程源码
孙鑫视频 教程第一课源码-failed to translate
- 2022-03-17 23:05:37下载
- 积分:1
-
脸脸脸
哪个面
- 2022-05-16 21:03:18下载
- 积分:1
-
Windows下的录音及声音分析,展示Windows下录音设备及声音文件的读写操作...
Windows下的录音及声音分析,展示Windows下录音设备及声音文件的读写操作-Windows recording and voice analysis, display of Windows and sound recording equipment and write documents
- 2023-08-18 22:45:03下载
- 积分:1
-
一个ADPCM编码的例子
一个ADPCM编码的例子-An example of ADPCM encoding
- 2022-07-15 19:15:34下载
- 积分:1