-
实现对LSP等钩子程序的管理。对于SOCKET编程有兴趣的人可以参考。...
实现对LSP等钩子程序的管理。对于SOCKET编程有兴趣的人可以参考。-install and uninstall LSP
- 2023-03-01 18:35:04下载
- 积分:1
-
Contains a lot VC8 under C++ programming routines source code, please download!
含有很多VC8下C++编程的例程源码,欢迎下载!-Contains a lot VC8 under C++ programming routines source code, please download!
- 2022-06-25 23:03:42下载
- 积分:1
-
EMAIL服务器源代码
EMAIL服务器源代码-email server source code
- 2022-05-07 05:41:30下载
- 积分:1
-
用VC控制台程序写的一个计算任意空间点到某一个三角形的最短距离程序,可能对某些搞计算机图形学的人有帮助...
用VC控制台程序写的一个计算任意空间点到某一个三角形的最短距离程序,可能对某些搞计算机图形学的人有帮助-VC console procedures written in a calculated arbitrary space to a certain point of a triangle shortest distance procedures, some may engage in the computer graphics help
- 2022-02-26 18:21:34下载
- 积分:1
-
多普达710是SP系统的手机,此程序主要演示在710中操作捕获摄像头数据。这里用到了winbile上的CamSDK,效果不错。感谢作者。若加入视频压缩及网络传送...
多普达710是SP系统的手机,此程序主要演示在710中操作捕获摄像头数据。这里用到了winbile上的CamSDK,效果不错。感谢作者。若加入视频压缩及网络传送功能则更好。-Dopod 710 is the SP system of mobile phones, the main demonstration of this procedure to operate in the 710 camera to capture the data. Here used the winbile on CamSDK, good results. Thank the authors. If the video compression and network transmission function better.
- 2022-12-12 06:35:03下载
- 积分:1
-
很好的代码请使用
很好的代码请使用-good use of the codes, please
- 2022-09-08 02:40: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
-
-
- 2022-06-16 19:48:09下载
- 积分:1
-
wince操作系统,sc2440的iic驱动程序。
wince操作系统,sc2440的iic驱动程序。-wince operating system, sc2440 driver of the IIC.
- 2022-05-13 22:05:44下载
- 积分:1
-
在C++的内存泄漏检测器
Memory leak detector in c-Memory leak detector in c++
- 2022-03-13 05:24:35下载
- 积分:1