-
一个模仿windows98界面的源代码,可以作为框架,运行多个exe
一个模仿windows98界面的源代码,可以作为框架,运行多个exe-Access to the code of computer hardware information, including access to CPU, network card and hard disk physical information
- 2023-02-20 05:05:03下载
- 积分:1
-
程序调试信息发送与接收
程序调试信息发送与接收-program debugging information send and receive
- 2022-01-23 11:26:49下载
- 积分:1
-
java程序设计
java程序设计-java programming
- 2022-08-05 09:27:43下载
- 积分:1
-
masm集成开发环境...提供可视化的操作界面
masm集成开发环境...提供可视化的操作界面-Integrated Development Environment ... masm Visualized provide interface ..
- 2022-03-18 11:04:48下载
- 积分:1
-
本程序是为获得计算机硬件方面信息,主要学会怎么使用C++builder的一些控件,以及一些关于硬件编程方面的函数...
本程序是为获得计算机硬件方面信息,主要学会怎么使用C++builder的一些控件,以及一些关于硬件编程方面的函数-this procedure is to obtain information on computer hardware, mainly learn how to use C builder of some controls, as well as some of the hardware programming function
- 2022-06-30 05:54:58下载
- 积分:1
-
分享给他人的样本
a sample to share to others
- 2022-06-26 15:23:22下载
- 积分:1
-
This is the third part of the game is the use of a transparent manner the backgr...
这是游戏的第三部分,是利用透明背景的方式去掉人物外面的白框-This is the third part of the game is the use of a transparent manner the background to remove the white figure outside the box
- 2023-04-25 03:50:02下载
- 积分: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
-
VISTA风格控件!全力打造 绝对经典 VISTA风格控件!全力打造 绝对经典...
VISTA风格控件!全力打造 绝对经典 VISTA风格控件!全力打造 绝对经典-VISTA style control! To create VISTA style controls the absolute classic! To create an absolute classic
- 2022-01-26 04:43:45下载
- 积分:1
-
使用WMI提取管理信息
Using WMI to Extract Management Information
- 2022-03-09 12:18:08下载
- 积分:1