-
VB推箱子游戏源码
VB推箱子游戏源码-VB source viewing game
- 2022-07-17 16:05:10下载
- 积分:1
-
ApiHook相关代码(vc版代码大礼包),内有几个apihook的经典例子,不要错过哟!^_^...
ApiHook相关代码(vc版代码大礼包),内有几个apihook的经典例子,不要错过哟!^_^ -ApiHook code (vc Bundles code version), there are several classic examples apihook not to miss yo! ^ _ ^
- 2022-07-21 14:19:12下载
- 积分:1
-
MFC电子时钟
VC6.0下写的MFC时钟,最简单的MFC程序。关键在于加入计时器,销毁计时器。
MFC数字时钟关键在于创建一个计时器,将时间信息传递给static控件,在空间上显示时间信息。在程序退出时要记得销毁计时器。
- 2022-04-13 04:09:39下载
- 积分:1
-
Windows窗体中实现绘图等功能
代码实现windows界面的基础绘图功能,其中包括对文档的操作和绘制多种曲线。
- 2022-08-03 13:57:40下载
- 积分:1
-
Windows 进程并发实验
Windows 进程并发实验-Windows experiment with the process
- 2022-08-06 10:45:23下载
- 积分:1
-
实现Windows95/98的I/O端口读写
实现Windows95/98的I/O端口读写-achieve Windows 95/98 I/O ports literacy
- 2023-04-29 21:45:03下载
- 积分:1
-
c++简单实现tail命令功能,显示所选文件的末尾
c++简单实现tail命令功能,显示所选文件的末尾-Implement tial command using c++
- 2022-02-01 01:54:34下载
- 积分:1
-
二进制数据转变为C语言源代码, 可以将二进制数据转变为C语言....
二进制数据转变为C语言源代码, 可以将二进制数据转变为C语言.-Binary data into a C language source code, binary data can be transformed into C language.
- 2022-02-21 03:24: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
-
应用在工业相机环境中,解决对同时看两个物体时上灯和下灯相互干扰的问题...
应用在工业相机环境中,解决对同时看两个物体时上灯和下灯相互干扰的问题-Cameras used in industrial environments, addressing the two objects at the same time to see the lights and the next issue of mutual interference light
- 2022-08-14 14:10:05下载
- 积分:1