-
整理分享:常用的数学运算程序源代码
包括常用的几种数学运算程序的C++代码,例如矩阵运算...
整理分享:常用的数学运算程序源代码
包括常用的几种数学运算程序的C++代码,例如矩阵运算-collate share : common mathematical procedures used in the source code of several mathematical programs in C code, for example, matrix operations, etc.
- 2023-06-02 04:45:03下载
- 积分:1
-
VRP与遗传
一个基本的简单库,用遗传算法求解车辆路径问题和货郎担问题,Java 编程语言编写的。
- 2022-06-21 16:14:53下载
- 积分:1
-
从.txt文件中读取数据,并对数据进行哈尔小波变换和压缩操作。...
从.txt文件中读取数据,并对数据进行哈尔小波变换和压缩操作。-From. Txt file to read data, and data Haar wavelet transform and compression operations.
- 2022-08-25 09:02:02下载
- 积分:1
-
好玩的游戏,经典的游戏终于成功了
应用背景你玩儿过扫雷游戏吧?Windows操作系统中带了这个小游戏,那个系统叫什么来着?在游戏中要想过关,就必须要在一个 NxM 的区域上找出所有的地雷。游戏过程中,计算机会在地图上显示一些数字从而帮助你确定哪里有地雷。关键技术Have you ever played the game? Windows operating system with this little game, the system called what? In the game to pass, it is necessary to find out all the mines in a NxM area. In the process of the game, the computer will show some numbers on the map to help you identify where you are.
- 2022-03-26 14:34:01下载
- 积分:1
-
哲学家就餐问题的C#实现
哲学家就餐问题的C#实现 -dining philosophers problem of C#
- 2022-06-17 16:27:44下载
- 积分:1
-
基于遗传算法_支持向量机的分类算法
GAsvm_fangzhen.m为spike仿真信号基于遗传算法一支持向量机分类的程序,工具箱gatbx[Sheffield]为sheffield大学的MATLAB遗传算法工具箱。
- 2022-08-13 04:58:51下载
- 积分:1
-
Kernelized Correlation Filters(KCF)算法
资源描述目前在online visual tracking这个领域,已经涌现出很多的跟踪算法,比较知名如TLD,Struck,OAB,CT 等等。但是能做到非常快速而且效果还不错的相对就较少了,好多算法都是刚刚能实时,而且还是在图像分辨率不是很大的情况下。之前在博客里提到一篇该领
- 2022-07-14 05:51:15下载
- 积分:1
-
bresenham直线生成算法
bresenham直线生成算法-Algorithm
- 2023-04-14 07:50:04下载
- 积分:1
-
一个正二十面体通过迭代产生(star)星形的漂亮的工程,需要glut
一个正二十面体通过迭代产生(star)星形的漂亮的工程,需要glut-is an icosahedral through iterative (star) star beautiful project that requires glut
- 2022-01-25 16:59:24下载
- 积分:1
-
poj_3134 IDA*
#include
#include
#include
#include
#include
#include
using namespace std;
int deep,n;
int v[1005]={1};
int h(int top)
{
int k=deep-top;
int x=v[top];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-09-14 00:25:02下载
- 积分:1