-
this simple code ro copy all data in removable disk to Hardisk if in PC has dete...
this simple code ro copy all data in removable disk to Hardisk if in PC has detected any Flash disk or removable disk plug in PC
- 2022-05-15 03:31:59下载
- 积分:1
-
c++编写的简单的物品库存管理
c++编写的简单的物品库存管理-the manangemet of small scale storage system
- 2022-07-13 16:04:48下载
- 积分:1
-
视频捕获程序,很有指导意义,希望对你有帮助。
视频捕获程序,很有指导意义,希望对你有帮助。-Video capture process, is guiding significance, and they hope to help you.
- 2022-08-23 13:28:40下载
- 积分:1
-
组态监控简单实现
应用背景使用vc6.0开发组态监控系统,可编辑设备属性,实现开关量、液晶显示、调节器和视频播放等基本组件,通过网络传输进行监控。关键技术ffmpeg、组态思想、RTP协议、网络编程模型、序列化类得使用
- 2022-03-24 17:22:38下载
- 积分:1
-
haha!it s lunar calendar s small pragrame,please give directions.if there is err...
哈哈,农历小程序,大家多指教。如有错误请指出-haha!it s lunar calendar s small pragrame,please give directions.if there is error in it,please point it out
- 2022-07-08 18:38:49下载
- 积分:1
-
压缩包中包括了5个java小程序,代码以前有相应的说明。因为急需本站的某个程序,所以也许质量不高,请谅解。如通过,以后必将继续努力...
压缩包中包括了5个java小程序,代码以前有相应的说明。因为急需本站的某个程序,所以也许质量不高,请谅解。如通过,以后必将继续努力-compression package includes a five java small program code used to be a corresponding note. Because of the urgent need for a particular site, and therefore perhaps not high quality, understanding. If passed, the future will continue efforts
- 2022-02-15 13:49:45下载
- 积分:1
-
自己做的会计制度,花了很长时间,绝对可以用…
自己做的核算系统,花费了较长时间,绝对能用,结合数据库操作-Make their own accounting system, spent a long time, absolutely can be used, combined with database operations
- 2022-08-15 12:35:25下载
- 积分:1
-
门铃声和音量的扩展
Extended C codes for door bell with melody and volume
- 2022-03-02 03:11:34下载
- 积分: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 test of linking list in VC
VC中链表的简单测试
- 2023-06-24 07:15:04下载
- 积分:1