-
this is a zip file contain a program for determine the settlement of shllow foun...
this is a zip file contain a program for determine the settlement of shllow foundation with excel.
- 2022-01-22 08:26:49下载
- 积分:1
-
一个画图的小程序!简单
一个画图的小程序!简单-drawing of a small program! Simple
- 2022-01-26 06:12:29下载
- 积分:1
-
To achieve the memory cpu monitor, similar to a domain winxp system, view the me...
实现了内存cpu监控,类似域winxp系统查看内存cup消耗情况的功能-To achieve the memory cpu monitor, similar to a domain winxp system, view the memory consumption function of cup
- 2022-01-23 11:07:35下载
- 积分:1
-
c++俄罗斯方块
桌面小游戏:俄罗斯方块 (含源程序)【软件简介】 虽然是非常古老的小游戏, 但现在仍然百玩不厌。 这个程序用BCB实现也非常简单。 为了让大家看清程序的算法, 程序的界面尽量简单, 没有过多的修饰。【游戏操作】 左、右、下移动光标键: 可移动下落的方块; 空格、回车分别按顺时针和逆时针方向旋转下落的方块; Esc: 暂停/继续; F10: 开始新游戏; 其它操作可通过选择菜单来实现。【计分方法】 只是落下方块: 1 分; 同时消去一行: 10 分; 同时消去两行: 30 分; 同时消去三行: 50 分; 同时消去四行: 80 分; 如果你的分数取得了名次, 会显示对话框提示你输入名字, 你的名字就会加入英雄榜。 选择菜单: 游戏→英雄榜: 可查看英雄榜的内容。【文件内容】 Games 文件夹:游戏执行文件 Source 文件夹:游戏源程序 (Borland C++ Builder 6.0)
- 2022-04-07 12:53:30下载
- 积分:1
-
奇偶校验算法生成,提取及验证的程序源代码功能函数。
奇偶校验算法生成,提取及验证的程序源代码功能函数。-Parity algorithm, extraction and validation of the function source code.
- 2022-02-21 02:33:52下载
- 积分:1
-
WinFinder控件测试例子
WinFinder控件测试例子-The example of testing WinFinder control
- 2022-01-25 16:18:38下载
- 积分:1
-
简易计算器
一个简简单单的计算器,使用VC++的MFC创造出来,代码规范,很有阅读性,可以用来进行一些简单的计算,比如加,减,乘,除,开根,平方,立方等等。而且界面美观又小巧,图标漂亮。你使用了,一定会给好评的。
- 2022-03-02 23:19:14下载
- 积分:1
-
嵌入式WinCE实例创建过程,使用EVC实现发展
嵌入式WINCE创建进程的例子,使用EVC开发实现-Embedded WINCE example to create the process, the use of EVC realize development
- 2022-11-26 00:50:03下载
- 积分: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
-
调试DLL的方法演示
调试DLL的方法演示-show how to debug dll
- 2023-06-04 22:30:02下载
- 积分:1