-
创建、管理线程池的源代码,跟传统的有些不同
创建、管理线程池的源代码,跟传统的有些不同
- 2022-01-25 20:27:56下载
- 积分:1
-
windows main class function 实例3
windows main class function 实例3-windows main class function Example 3
- 2022-09-07 12:25:02下载
- 积分:1
-
福州大学软院算法与数据结构部分上机实验解答,包含ppt题目说明和源码。...
福州大学软院算法与数据结构部分上机实验解答,包含ppt题目说明和源码。-Fuzhou University Hospital algorithms and data structures of soft-on experiments to answer some, including the ppt subject instructions and source code.
- 2022-05-20 11:30: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 simple address book to complete some of the basic features to increase the delete query, etc.
- 2022-12-10 02:45:03下载
- 积分:1
-
・这是一个播放音乐的系统,只要你打开所要播放的歌曲就可以播放了,不信试试看.....
・这是一个播放音乐的系统,只要你打开所要播放的歌曲就可以播放了,不信试试看.. -This is a music-playing system.To play music ,just open the music files useing this system.Just try and enjoy it!
- 2023-01-10 17:35:03下载
- 积分:1
-
c# images image processing, functional images loaded, red wedge, yellow wedge, g...
c#图像处理,功能图像加载,红楔,黄楔,绿滤膜,灰度处理,增加图像亮度
- 2022-03-02 19:14:41下载
- 积分:1
-
指纹代码 matlab
这是代码中使用 matlab 将匹配指纹。P 码受保护的代码示例。您可以将转换为 c 代码的代码 matlab。
- 2022-03-20 21:46:54下载
- 积分:1
-
This is a procedural maze, the labyrinth is based on the size you the array size...
这是一个迷宫程序,迷宫大小是根据你定的数组大小来决定的,enjoy it。-This is a procedural maze, the labyrinth is based on the size you the array size to decide, enjoy it.
- 2023-05-04 10:55:03下载
- 积分:1
-
java projec
这是一个仅用于登录目的的java项目。这将得到一个项目登录的想法,这是为了简单
- 2022-07-24 05:20:10下载
- 积分:1