-
vb坐标正反算
适用于坐标转换,利用高斯投影正算反算坐标在北京54西安80以及cgcs2000下的坐标系,可以实现坐标系的换带等。对于测绘和地理信息上图幅纠正等,是最基础的条件。
- 2022-10-30 08:55:02下载
- 积分:1
-
IPMonitor监视IP
监视IP流量与IP数据包统计数据,列出IP流量的详细信息比如原IP地址与目的IP地址、协议类型、传入或传出IP数据包统计数据
- 2022-07-03 10:00:27下载
- 积分:1
-
oh. Very cattle, most people do not give him
线形的哦。很牛的,一般人不给他-oh. Very cattle, most people do not give him
- 2023-07-24 00:15:02下载
- 积分:1
-
//=== === === === === ==== === === === === === === =// letter Description// func...
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合的多项式的相关系数
//使用方法:int M------ 拟合多项式的阶数(已知条件)
// double *b--- 拟合曲线的系数,排列顺序为由高阶到低阶(已知条件)
// double *x--- 结点x轴数据(已知条件)
// double *y--- 结点y轴数据(已知条件)
// double *Yg-- 结点估计值,个数为m(过程变量)
// int m------ 结点个数(已知条件)
//注意事项:多项式阶数最高为10,多项式的形式为 y = a0 + a1x +a2x2
-//=== === === === === ==== === === === === === === =// letter Description// function name : Correlation// Function functions : Calculation least squares polynomial fitting of the correlation coefficient// Use : int M------ polynomial fitting stage (known condition)//* b--- double fitting song The coefficient, Higher-order the order on grounds of low order (known condition)//* double-node x x axis data (known to be pieces)// double* y--- node y-axis data (known condition)//* double FSL-- Nodes estimates, Number m (process variables)// int m------ node number (known condition)// Note : polynomial order of a maximum of 10. polynomials in the
- 2022-04-29 13:08:12下载
- 积分:1
-
基于matlab的视频对象的纹理分割
该算法用matlab编程实现视频对象的纹理分割,经验证该算法的分割效果很好,希望对大家有帮助。尤其希望对做视频编码的新手有帮助。
- 2022-02-25 14:47:55下载
- 积分:1
-
KNN分类算法
用KNN算法实现数据分类,算法简单易懂,适合初学者!简单来说,K-NN可以看成:有那么一堆你已经知道分类的数据,然后当一个新数据进入的时候,就开始跟训练数据里的每个点求距离,然后挑离这个训练数据最近的K个点看看这几个点属于什么类型,然后用少数服从多数的原则,给新数据归类。
- 2022-09-30 19:55:03下载
- 积分:1
-
MOGWO(灰狼算法)
MOGWO是外国教授写的,不是国内的狼群算法,本文的灰狼算法采用矩阵形式来更新灰狼算法,结果非常不错,建议大家下载看看,非常好,可以用于各种网络的优化及预测。MOGWO是外国教授写的,不是国内的狼群算法,本文的灰狼算法采用矩阵形式来更新灰狼算法,结果非常不错,建议大家下载看看,非常好,可以用于各种网络的优化及预测。MOGWO是外国教授写的,不是国内的狼群算法,本文的灰狼算法采用矩阵形式来更新灰狼算法,结果非常不错,建议大家下载看看,非常好,可以用于各种网络的优化及预测。
- 2022-08-16 05:21:57下载
- 积分:1
-
数值分析列主元高斯消去法
数值分析列主元高斯消去法-out numerical analysis of the main yuan Gaussian Elimination
- 2022-09-02 05:10:03下载
- 积分:1
-
各种算法的c语言程序,包括huffman、线性表、栈、队列等
各种算法的c语言程序,包括huffman、线性表、栈、队列等--All kinds of algorithm program in C language, including huffman, lineartable, stack, queue etc.
- 2022-04-19 07:42:59下载
- 积分:1
-
有很多的算法,让您来处理信息存储…
There are numerous algorithms that allow you to manipulate the information stored in an array. Consider this function which allows you to determine the maximum value in an array of integers (could be easily adapted to find minimum value)-There are numerous algorithms that allow you to manipulate the information stored in an array. Consider this function which allows you to determine the maximum value in an array of integers (could be easily adapted to find minimum value)
- 2022-03-03 22:58:15下载
- 积分:1