-
Visual C++多线程应用。2个线程:发送器和接收器。多
multithreading Visual C++ application. 2 threads: sender and receiver. The multi-threaded app sends from one process to another over the network.
- 2022-03-22 19:09:06下载
- 积分:1
-
This is a very useful code viewer, you can easily find the definition of a funct...
这是一款非常好用的代码查看器,很容易找到你所定义的函数或者变量的定义、-This is a very useful code viewer, you can easily find the definition of a function or variable definition,
- 2023-08-21 04:10:05下载
- 积分:1
-
程序开始时的动画窗口,显示创作者的相关信息等,欢迎界面(源文件)....
程序开始时的动画窗口,显示创作者的相关信息等,欢迎界面(源文件).-Program at the beginning of animated window displays relevant information such as creators, welcome interface (header file).
- 2022-01-26 00:50:34下载
- 积分:1
-
计算机图形学的程序:Bresenham画线算法,Bresenham画圆铝…
计算机图形学的上机:bresenham画线算法,bresenham画圆,拾取算法,种子填充算法-computer graphics programs: bresenham drawing line algorithm,bresenham circle algorithm,etc.
- 2022-05-31 20:37:41下载
- 积分:1
-
用platformbuild平台编译调试。是关于用信号量来处理同步事件的程序!
用platformbuild平台编译调试。是关于用信号量来处理同步事件的程序!-Platformbuild compiled with debugging platform. Is about the use of semaphores to handle synchronization events program!
- 2022-01-22 16:07:32下载
- 积分:1
-
调试器和二进制/六/八进制格式
Debugger and Binary/Hex/Octal Formats
- 2023-01-05 19:10:03下载
- 积分:1
-
java手机小游戏 英语会话 86k 下载到手机 诺基亚
java手机小游戏 英语会话 86k 下载到手机 诺基亚-small English conversation 86K games downloaded to Nokia
- 2022-03-22 03:26:45下载
- 积分:1
-
128x64 lcd instructional manuals
128x64 lcd instructional manuals
- 2022-04-17 07:18:28下载
- 积分:1
-
a DLL with MFC's date library
一个用MFC DLL开发的日期函数库-a DLL with MFC"s date library
- 2022-04-26 22:20:57下载
- 积分: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