-
用C实现的AES文件
document of Implementation AES with c-document of Implementation AES with c++
- 2022-02-02 17:16:08下载
- 积分:1
-
在去噪算法的旅行商问题的大文章
Great articles on noising method algorithm for travelling salesman problem-Great articles on noising method algorithm for travelling salesman problem
- 2023-05-10 03:45:03下载
- 积分:1
-
ZIP解压源程序 VC++编写 Borland C++buider 环境下通过
ZIP解压源程序 VC++编写 Borland C++buider 环境下通过-source VC extracting ZIP prepared Borland C environment through buider
- 2022-01-31 04:10:24下载
- 积分:1
-
use GA to deal with the problem fuzzy expectations model example
use GA to deal with 模糊期望值模型问题例题-use GA to deal with the problem fuzzy expectations model example
- 2022-04-21 03:08:10下载
- 积分:1
-
bark码产生程序!!!!!!!!很有用
bark码产生程序!!!!!!!!很有用-bark code generator procedures !!!!!!!! useful
- 2023-08-21 08:05:03下载
- 积分:1
-
人脸表情识别实现
采用图片库,在检测阶段,首先对图片进行灰度化处理,光照补偿,然后进行去噪,进行图片边缘化处理,在进行归一化,使得图片一致,在特征提取过程中用PCA主成分分析法,对图片特征进行提取,然后投影在向量空间中,最后对测试图片进行最近距离的计算,从而选定最符合的表情模型。
- 2023-06-22 10:20:05下载
- 积分:1
-
这是硕士生计算机软件专业组合数学的一个序数算法演示,仅供参考。...
这是硕士生计算机软件专业组合数学的一个序数算法演示,仅供参考。-This is the master computer software professional combination of a mathematical algorithm sequence demonstration purposes only.
- 2022-02-27 03:43:04下载
- 积分:1
-
PID控制VB程序
简单实用的PID算法程序,有图形界面,简单实用~
Visual Basic是一种由微软公司开发的包含协助开发环境 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-14 02:21:20下载
- 积分:1
-
mcmc程序经典
经典马尔科夫蒙特卡罗采样工具箱,包含详细的子函数,可以用与点目标跟踪和多目标跟踪的很多应用场合。添加到matlab工具箱中可以直接运行。
- 2022-05-09 12:41:52下载
- 积分:1
-
旅行商问题
某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅...
旅行商问题
某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。
例如:给定4个城市{1,2,3,4}及其各城市之间的路程
最优路线是1,3,2,4,1,
其最短路程是25-a salesman, traveling salesman problem, a number of cities to sell commodities, the known distance between the city (or travel). He selected from a resident, after each city again, the last resident to return to the line, making the total distance (or travel) is the smallest. For example : given four cities (1,2,3,4) and the distance between the city optimal route is 1,3,2,4, 1, the shortest distance is 25
- 2022-03-31 13:34:20下载
- 积分:1