-
Using Visual c++ 5.0 sample CD
使用visualc++5.0附带的CD-ROM示例本书
- 2022-05-10 23:15:53下载
- 积分:1
-
肺部疾病诊断
下面的程序是针对肺部疾病的医疗诊断
java
- 2022-12-22 01:10:04下载
- 积分:1
-
可以获得机器的CPU和内存使用情况。获取整台机器的CPU使用情况。...
可以获得机器的CPU和内存使用情况。获取整台机器的CPU使用情况。-machines available CPU and memory use. Access to the entire machinery of the CPU utilization.
- 2022-06-01 14:18:55下载
- 积分:1
-
快速关机。只要一运行程序立刻断电关机,没有正在关机和保存设置的过程
快速关机。只要一运行程序立刻断电关机,没有正在关机和保存设置的过程-Fast shutdown. First run the program immediately as long as power shutdown, no shutdown and preservation is the process of setting
- 2022-02-10 08:24:53下载
- 积分:1
-
Multiscale second generation wavelet transform of the bandelet. Need all the pro...
多尺度第二代小波中的bandelet的变换。需要全部程序上网站。 http://lcd.siva.free.fr/where_is_the_starlet.html 里面有关于小波变换、Bandelet、Curvelet、等等,所有关于“let"的都有了。而且给出了所有有关信息的链接,可节省相当的检索资料的时间。 -Multiscale second generation wavelet transform of the bandelet. Need all the procedures on the web site. Http :// lcd.siva.free.fr/where_is_the_starlet. html inside on the wavelet transform, Bandelet, Curvelet, etc., all on the "let" can have everything. But given all relevant information links can save considerable time retrieval of information.
- 2022-03-21 16:10:05下载
- 积分:1
-
此为监控系统的设备协议,用于电信系统基站监控,此为商业版本。具体与开发者联系...
此为监控系统的设备协议,用于电信系统基站监控,此为商业版本。具体与开发者联系-This is used in telecommunications systematic base station monitoring for the equipment agreement of supervisory system, this is commercial edition. Specific and development connects
- 2022-01-28 13:43:03下载
- 积分:1
-
C++开发测试程序
C++开发测试程序-erwrddddddddddddddddddddddddddddddddddddddddddddddddddd
- 2022-07-27 20:39:39下载
- 积分:1
-
只用简单的代码的和最基本的控件,实现对图片批量预览图片,修改图片和对图片进行转移...
只用简单的代码的和最基本的控件,实现对图片批量预览图片,修改图片和对图片进行转移-using only simple code and the most basic controls and achieve volume preview of pictures pictures, photo and picture transfer
- 2023-09-07 18:45:04下载
- 积分:1
-
上传个小程序,VC++写的,可以实现图像的百叶窗效果
上传个小程序,VC++写的,可以实现图像的百叶窗效果-From a small program, VC++ written in the image of the shutter effect can be achieved
- 2022-11-13 23:30:03下载
- 积分:1
-
采用遗传算法的 tsp 问题
旅行商问题 (TSP) 是一个基准和计算机科学和行动研究中的老问题。它可以表示为:
N 的网络节点 (或城市),与 " 节点 1" 作为 "总部" 和旅行成本 (或距离或旅行时间等) 矩阵 C = [cij] 的顺序给出了 n 与序的节点对 (i,j) 相关联。问题是要找到一个最不成本哈密顿周期。
根据成本矩阵的结构,Tsp 被分为两个群体 — — 对称和非对称。TSP 是对称如果 cij = cji,∀ i、 j 和非对称否则为。N 市非对称的 tsp 问题,有)! 1 (−n 可能的解决方案,一个或多个的给出了最小的成本。
对于 n 市对称 tsp 问题,有 2)! 1 (−n 可能的解决办法以及它们具有相同的总费用的反向循环排列。在任一情况下解的个数成为极大甚至中等大 n 因此穷举搜索是不切实际的。主要原因有三个为什么 tsp 问题已引起了很多研究者的关注和仍然是一个活跃的研究领域。第一,大量的现实世界的问题可以被建模为 TSP。第二,它被证明是 NP-完全问题 [1]。第三,NP-完全问题的意义上,没有人能找到任何真正有效的方式解决他们的大难治性
- 2023-08-16 14:05:03下载
- 积分:1