-
通过建立双进程实现的进程保护功能,用VB实现。
通过建立双进程实现的进程保护功能,用VB实现。-VB to achieve dual-process protection
- 2022-07-07 06:14:51下载
- 积分:1
-
sendmail发送邮件程序
该delphi程序 采用最新的mail sender技术, 简洁 快速发送mail,采用delphi技术开发
- 2022-02-09 15:27:43下载
- 积分:1
-
Visual Basic preparation, to make your text display gradient colors
Visual Basic 编写,让你的文字显示渐变色-Visual Basic preparation, to make your text display gradient colors
- 2022-03-20 01:11:54下载
- 积分:1
-
实现文件夹的监控与自动备份,Folder to achieve the monitoring and automatic backup...
实现文件夹的监控与自动备份,Folder to achieve the monitoring and automatic backup-Folder to achieve the monitoring and automatic backup
- 2023-07-12 17:15:03下载
- 积分:1
-
世界程序获奖大赛,很好看,还不错,可以自己欣赏欣赏
世界程序获奖大赛,很好看,还不错,可以自己欣赏欣赏-Award-winning World Series program, good looking, quite good, you can enjoy the appreciation of their own
- 2023-07-17 12:30:04下载
- 积分:1
-
Development asp
Development asp
Development aspDevelopment asp
Developmen...
Development asp
Development asp
Development aspDevelopment asp
Development asp-Development asp
Development asp
Development asp
Development aspDevelopment asp
Development asp
- 2022-05-10 23:50:03下载
- 积分:1
-
Inventory management system in Visual Basic
Inventory management system in Visual Basic
- 2022-06-17 14:05:45下载
- 积分:1
-
c# images image processing, functional images loaded, red wedge, yellow wedge, g...
c#图像处理,功能图像加载,红楔,黄楔,绿滤膜,灰度处理,增加图像亮度
- 2022-03-02 19:14:41下载
- 积分:1
-
1 PCI
一个PCI驱动源代码,IO端口访问,驱动接口代码等-1 PCI-driven source code, IO port access, driver interface code, etc.
- 2022-02-22 06:45:35下载
- 积分: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