-
迷你copiler,C++
迷你copiler,C++
- 2023-01-03 23:00:03下载
- 积分:1
-
vc实现虚拟摄像头
vc实现的虚拟摄像头成像,比较简单,仅供参考vc实现的虚拟摄像头成像,比较简单,仅供参考vc实现的虚拟摄像头成像,比较简单,仅供参考vc实现的虚拟摄像头成像,比较简单,仅供参考。
- 2023-02-15 04:25:04下载
- 积分:1
-
database management system3rd
数据库课后答案,数据库系统设计第三版,很全面,可以很好理解数据库设计-database management system3rd
- 2022-01-29 02:14:54下载
- 积分:1
-
Wince under a serial debugging tools, source code, development platform based on...
一个wince下的串口调试工具,源码,基于EVC开发平台-Wince under a serial debugging tools, source code, development platform based on the EVC
- 2023-08-06 06:45:03下载
- 积分:1
-
text output examples, good
文本输出的例子,很好-text output examples, good
- 2023-04-16 00:40:03下载
- 积分:1
-
完整的代码,与各位共享,很适合初学者参考,大家可以下载。...
完整的代码,与各位共享,很适合初学者参考,大家可以下载。
-Complete code, with you sharing, it is suitable for beginners and reference, everyone can be downloaded.
- 2022-02-06 22:45:40下载
- 积分:1
-
nrg2iso.c将nero烧录的nrg文件转换成iso
nrg2iso.c将nero烧录的nrg文件转换成iso-nrg2iso.c will burn the nrg document conversion into iso
- 2022-02-07 20:11:24下载
- 积分:1
-
vc系统托盘源代码
系统托盘的建立 无其他功能,单纯的建立一个托盘图标,为了实现拖盘程序,首先要使程序的主窗口不可见,这点实现起来十分容易,只要调用ShowWindow(SW_HIDE)就可以了
- 2022-04-28 22:23:58下载
- 积分:1
-
动态的3d网格画图
动态的3d网格画图-dynamic mesh drawing
- 2022-04-17 07:52:45下载
- 积分: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