-
Oak是 一 种 用 于 网 络 的 精 巧 而 安 全 的 语 言,学习指南...
Oak是 一 种 用 于 网 络 的 精 巧 而 安 全 的 语 言,学习指南-Oak is a sophisticated network for security and the language, learning guide
- 2022-06-17 17:02:17下载
- 积分:1
-
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
-
自己做的一个文件流读取文件,本人初学只能做到这样,以后还请多多指教。...
自己做的一个文件流读取文件,本人初学只能做到这样,以后还请多多指教。-Their own to do a file stream to read the file, I am beginner can do so later also invited exhibitions.
- 2023-02-06 07:40:03下载
- 积分:1
-
将labview中的数据格式转换为mat格式,然后可在matlab中直接调用,压缩包中有一个例程,以帮助你快速掌握,此包经本人实际项目测试通过。使用时注意转换的...
将labview中的数据格式转换为mat格式,然后可在matlab中直接调用,压缩包中有一个例程,以帮助你快速掌握,此包经本人实际项目测试通过。使用时注意转换的数据格式。-Labview in the data format will be converted to mat format, and then directly calls in matlab compressed package there is a routine to help you quickly grasp the actual item in this package after I test. Note that when used to convert data format.
- 2022-09-15 04:05:03下载
- 积分:1
-
详细解析了C++的原理,并且深入机理结合应用,很值得看一看...
详细解析了C++的原理,并且深入机理结合应用,很值得看一看-good,sorry,my english is poor!
- 2023-02-07 23:25:03下载
- 积分:1
-
基于WinCE操作系统、SMDK2410硬件开发平台下的显示驱动
基于WinCE操作系统、SMDK2410硬件开发平台下的显示驱动-Based on the WinCE operating system, SMDK2410 hardware development platform for the display driver under the
- 2022-02-01 18:58:36下载
- 积分:1
-
用VB编的一个小巧的模拟电视机,不防一试.
用VB编的一个小巧的模拟电视机,不防一试.-VB series with a small analog TV sets, not against a test.
- 2022-02-03 16:17:05下载
- 积分:1
-
加载windows驱动程序
这是一个加载windows驱动的程序,用c语言写的,贴上代码只是便于大家学习,。有更好的加载驱动的程序希望分享下,共同学习,不慎感谢。。。!!!!!!!!!!!!!!!!!
- 2022-02-04 17:12:15下载
- 积分:1
-
mfc获取系统目录,自定义文件浏览框,各种系统自带文件浏览框
代码是mfc的,里面有获取系统文件夹的代码,有自定义获取文件下所有文件的代码,自定义选择文件的对话框等等
- 2022-04-19 05:20:11下载
- 积分:1
-
内嵌汇编
64位下实现内嵌汇编,不是采用OBJ方式,那太麻烦,直接嵌入机器代码,函数调用符合64下FASTCALL 约定
- 2022-02-05 00:45:10下载
- 积分:1