-
Sequencing method using the maximum number of sort will be a string of numbers a...
排序方法采用最大数排序,将一串数字按大小排列!每次一个数字比下一个最大的发布到前面都是做循环后出现的结果
- 2022-12-14 11:45:03下载
- 积分:1
-
Jacobi to solve linear equations, possison equations, welcome you to give valuab...
Jacobi求解线性方程组、possison方程,欢迎大家提出宝贵意见。-Jacobi to solve linear equations, possison equations, welcome you to give valuable advice.
- 2022-03-13 21:27:05下载
- 积分:1
-
为使网格的代数方法
algebric method to make mesh
- 2023-07-11 08:15:02下载
- 积分:1
-
迭代加深八数码
#include
#include
using namespace std;//变量声明
class EiNum;
#define MAX 20//MAX为最大的迭代深度
int depth;//当前树的最大深度
EiNum * root[MAX + 1];//重复当前的路径
//交换两个数
void Swap(int &a,int &b) {
int temp;
temp = a;
a = b;
b
- 2022-08-10 21:09:51下载
- 积分:1
-
sha-1 算法
/*
100%免费公共域算法实现的长沙-1
由赖歇尔 Dominik < dominik.reichl@t-online.de >
Web: http://www.dominik-reichl.de/
版本 1.8-2008年-03-16
-转换为 Visual Studio 2008 格式的项目文件。
-添加 Unicode 支持 HashFile 实用程序方法。
-添加对哈希文件使用 HashFile 方法的支持,是
大于 2 GB。
-HashFile 现在返回一个错误代码,而不是复制错误
到输出缓冲区中的消息。
-GetHash 现在返回一个错误代码,并通过验证的输入的参数。
-添加 ReportHashStl STL 实用程序方法。
- 2022-01-26 07:50:53下载
- 积分:1
-
antcolony 蚁群觅食模拟
antcolony 蚁群觅食模拟-antcolony ant foraging simulation
- 2022-04-13 04:16:35下载
- 积分:1
-
code which produces plots of grid, velocity vectors, profiles of velocity compon...
code which produces plots of grid, velocity vectors, profiles of velocity components or temperature, contours of pressure, temperature or streamlines, and colour filled contours for
pressure, temperature or streamfunction.
- 2022-06-20 02:11:40下载
- 积分:1
-
本题的算法中涉及的三个函数:
double bbp(int n,int k,int l) 其中n为十六进制位第n位,k取值范围为0到n+7,用来计算16nS...
本题的算法中涉及的三个函数:
double bbp(int n,int k,int l) 其中n为十六进制位第n位,k取值范围为0到n+7,用来计算16nS1,16nS2,16nS3,16nS4小数部分的每一项。返回每一项的小数部分。
void pi(int m,int n,int p[]) 计算从n位开始的连续m位的十六进制数字。其中p为存储十六进制数字的数组。
void div(int p[])
void add(int a[],int b[]) 这两个函数都是为最后把十六进制数字转换为十进制数字服务的。
最后把1000个数字分别存储在整型数组r[]中,输出就是按顺序输出该数组。
- 2022-01-30 11:44:24下载
- 积分:1
-
图像分割方法
img——待分割的源图像,必须是8位3通道(CV_8UC3)图像,在处理的过程中不会被修改; mask——掩码图像,如果使用掩码进行初始化,那么mask保存初始化掩码信息;在执行分割的时候,也可以将用户交互所设定的前景与背景保存到mask中,然后再传入grabCut函数;在处理结束之后,mask中会保存结果。mask只能取以下四种值: GCD_BGD(=0),背景; GCD_FGD(=1),前景; GCD_PR_BGD(=2),可能的背景; &nb
- 2022-04-19 05:51:18下载
- 积分:1
-
最小二乘拟和算法
最小二乘拟和算法-least squares fitting algorithm
- 2022-01-24 09:11:29下载
- 积分:1