-
MFC实现贪食蛇
用MFC简单对话框下编写的贪食蛇,使用最简单的技术办法制作,附带源码,主要是为了学习绘图等相关办法而制作.
- 2022-12-14 06:55:03下载
- 积分:1
-
文件归档器 1.0
文件归档是结合了大量的文件汇集成一个归档文件,或一系列档案文件,为了便于运输和储存的计算机程序。
文件归档器可以使用在他们的档案格式无损数据压缩,以减少档案的大小。
- 2022-06-15 15:35:12下载
- 积分: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
-
图像半透明合成演示
图像半透明合成演示-translucent image synthesis demonstration
- 2022-08-23 20:47:54下载
- 积分:1
-
This book provides students and professional programmers with a concise yet comp...
This book provides students and professional programmers with a concise yet comprehensive view of the role that memory plays in all aspects of programming and program behavior. Assuming only a basic familiarity with C or C++, the author describes the techniques, methods, and tools available to deal with the problems related to memory and its effective use.-This book provides students and professional programmers with a concise yet comprehensive view of the role that memory plays in all aspects of programming and program behavior. Assuming only a basic familiarity with C or C++, the author describes the techniques, methods, and tools available to deal with the problems related to memory and its effective use.
- 2022-12-08 09:20:03下载
- 积分:1
-
Number of EWB circuit schematic diagram and procedures in the hope to everyone h...
一些EWB的电路原理图和程序,希望对大家有帮助。-Number of EWB circuit schematic diagram and procedures in the hope to everyone helpful.
- 2023-04-11 08:45:03下载
- 积分:1
-
炸金花
单机游戏炸金花,比牌大小算法,c#实现winform程序,vs2012运行。
- 2022-01-28 13:12:22下载
- 积分:1
-
华为内部培训资料,C++中级培训资料,对C++进阶知识讲解
华为内部培训资料,C++中级培训资料,对C++进阶知识讲解-Huawei
- 2022-04-01 14:36:34下载
- 积分:1
-
详细介绍了 WInce 平台上UI定制方法, 以及UI开发的思路.
详细介绍了 WInce 平台上UI定制方法, 以及UI开发的思路.-Described in detail WInce platform UI customization methods, as well as UI development way of thinking.
- 2022-03-13 17:02:50下载
- 积分:1
-
IAX客户端库源
IAX Client Library Source
- 2022-01-22 02:30:36下载
- 积分:1