-
这是一个代理服务器程序它使用多线程
这是一个代理服务器程序它使用多线程-This is a proxy server procedures it uses multithreading
- 2022-11-20 19:10:03下载
- 积分:1
-
A relatively simple game code.
一个比较简单得游戏代码,-A relatively simple game code.
- 2022-02-16 04:55:00下载
- 积分:1
-
C 01。
01.C-#语法篇(上).rar
01.C-#语法篇(上).rar-C# language
- 2023-03-26 06:25:05下载
- 积分:1
-
OPC Delopment Tools
OPC Delopment Tools
- 2022-02-22 11:43:06下载
- 积分: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
-
一个万能算法函数,能够对任意的两种数据类型
一个万能算法函数,能够对任意的两种数据类型-A universal algorithm function, capable of two arbitrary data type
- 2022-08-06 13:32:06下载
- 积分:1
-
这个是我用mfc写的文件操作的程序,可以对两个文件进行操作...
这个是我用mfc写的文件操作的程序,可以对两个文件进行操作-This is what I used to write documents mfc operating procedures, can operate on the two documents
- 2022-03-03 16:31:17下载
- 积分:1
-
用C#下的Raw Socket编程实现网络封包监视.
用C#下的Raw Socket编程实现网络封包监视.-C# under the Raw Socket Programming surveillance network packets.
- 2022-02-26 11:50:21下载
- 积分:1
-
A (Simple) OpenGL Framework Library. I will show an example usage of the GLFW: I...
A (Simple) OpenGL Framework Library. I will show an example usage of the GLFW: I will show you how to setup and run an OpenGL application using my library. The output generated will be a simple RGB-filled triangle in a black window however, even if it is not really sophisticated, it will perfectly fit our requirement. The operation consists of various steps that we will analyze individually.-A (Simple) OpenGL Framework Library. I will show an example usage of the GLFW: I will show you how to setup and run an OpenGL application using my library. The output generated will be a simple RGB-filled triangle in a black window however, even if it is not really sophisticated, it will perfectly fit our requirement. The operation consists of various steps that we will analyze individually.
- 2023-08-19 04:05:04下载
- 积分:1
-
进程通信
c++ 进程通信demo,包括客户端,服务器vc6.0编写,包括共享内存,通道等直接编译exe 可直接运行
c++ 进程通信demo,包括客户端,服务器vc6.0编写,包括共享内存,通道等直接编译exe 可直接运行
- 2022-05-05 21:48:21下载
- 积分:1