-
用于优化WindowsXP
用于优化WindowsXP-optimized for Windows XP
- 2022-08-09 18:53:38下载
- 积分:1
-
PMS命令生成器
PMS命令生成器,简单的命令生成工具。
PMS command generator, simple command generation tool.
- 2022-08-16 13:43:56下载
- 积分:1
-
老外写的一个操作excel的文件含源码
这个方便,并且速度比调用excel.exe快很多...
老外写的一个操作excel的文件含源码
这个方便,并且速度比调用excel.exe快很多-Written by a foreigner to operate the excel file containing the source code to facilitate and speed much faster than calling excel.exe
- 2022-09-09 10:40:04下载
- 积分:1
-
matlab代理模型工具箱
matlab代理模型工具箱
- 2022-10-05 01:55:24下载
- 积分:1
-
window graph
window graph
- 2022-05-28 10:57:21下载
- 积分: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
-
飞思卡尔杯集迷路 KL25z 演示代码
伙计们,这段代码用于你的竞争对手,并随时修改源代码。这可以很容易编程和倾倒使用 keil。Keil 官员会导致你倾倒这些文件集迷路板上。所以访问的网站和下载所需驱动元件,享受 !
- 2023-06-16 22:10:03下载
- 积分:1
-
简单好用的电话薄 容易简单好用 实际用处大 适合家庭受用
简单好用的电话薄 容易简单好用 实际用处大 适合家庭受用
-GOOD
- 2022-12-25 19:15:04下载
- 积分:1
-
约瑟夫环(Joseph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始人选一个正整数作为报数上限值m,从...
约瑟夫环(Joseph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始人选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从它在顺时针方向的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序-Joseph Central (Joseph) a description of the problem is: numbered 1,2, ..., n of n individuals according to a clockwise direction around a circle, each holding a password (positive integer). The beginning of a positive integer as a candidate at a number of upper limit of m, from the first individual to embark on the clockwise direction since the beginning of the order of 1 is reported the number of stops required to report back at a few m. Those who reported m out of his password as the new value of m, in a clockwise direction from the next person to start off again from the 1, and so on, until all that out until all. Try to design a procedure to derive the column order
- 2022-02-10 01:58:28下载
- 积分:1
-
图书管理系统 C++
图书馆管理系统模拟,支持 添加书本、删除书本、查询书本等图书管理基本功能,是初学者学习c++的好资料
- 2023-07-14 13:45:03下载
- 积分:1