-
poj1915求移动棋子到特定位置的最少次数,BFS经典题目
poj1915求移动棋子到特定位置的最少次数,BFS经典题目-poj1915 for mobile pawn to a specific location of the minimum number, BFS Classic Title
- 2023-06-10 02:35:03下载
- 积分:1
-
C语言图像处理算法
牙齿部分为主要处理方向,C语言ML-EM法 处理连续的图像,进行去除图像噪音。
处理完的图像可以做成3D图像进行比较,处理图像为.img图像。
所用平台为VS2008,windows7 64.
- 2022-04-10 09:14:12下载
- 积分:1
-
对数回归方程logarithmregress.cs方程模型y = * LN…
对数回归方程 LogarithmRegress.cs
方程模型为 Y=a*LnX+b
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。
public override double forecast(double x)
预测函数,根据模型得到预测结果。
public override double computeR2()
计算相关系数(决定系数),系数越接近1,数据越满足该模型。
-Logarithmic regression equation LogarithmRegress.cs equation model for Y = a* LnX+ Bpublic override double [] buildFormula () get coefficient array, the storage order and model coefficients contrary, that is, the array is followed by the value of coefficient b, a. public override double forecast (double x) prediction function, according to the results of model prediction. public override double computeR2 () calculated the correlation coefficient (determination coefficient), coefficient of the closer one, the data satisfy the model more.
- 2022-08-31 23:15:03下载
- 积分:1
-
把CString格式转化为Char
void CRSLAIDoc::CString2Char(CString TempCString,char ch[])
{
int i;
char *tmpch;
int wLen=WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,NULL,0,NULL,NULL);
tmpch=new char[wLen+1];
WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,tmpch,wLen,NULL,NULL);
for(i=0;tmpch[i]!="
- 2023-04-25 23:50:03下载
- 积分:1
-
光谱的对齐方式
光谱对准算法是计算稀疏分布谱的帧质量范围。
- 2022-03-06 06:08:20下载
- 积分:1
-
This is a study on BP neural network procedures, these will certainly help begin...
这是一个关于BP神经网络的程序,对初学者有一定的帮助。-This is a study on BP neural network procedures, these will certainly help beginners.
- 2022-05-06 10:31:47下载
- 积分:1
-
8数码难题 深、广、a*
8数码难题 深、广、a*-eight deep problem, Kwong, a*
- 2022-03-13 21:12:55下载
- 积分:1
-
31个城市的TSP问题,蚁群算法程序
31个城市的TSP问题,用蚁群算法编写的程序-TSP problem for 31 cities ,ACO program
- 2023-02-23 07:15:02下载
- 积分:1
-
探究缩短循环码性能与生成多项式的选取
资源描述【摘 要】从通信系统的基本原理出发,着重分析了系统中的常用信道编码。在此基础上对应用广泛的一类缩短循环码
的校验性能从数学理论和matlab 仿真模型两方面进行研究,更直观的揭示了生成多项式与编码校验性能的内在联系,为构造
更优化的标准打下基础。
【关键词】信道编码;缩短循环码;生成多项式;矩阵实验室
- 2022-03-18 02:11:03下载
- 积分:1
-
C++作业,实现vector
C++作业,实现vector-C operations and achieve vector
- 2022-08-21 18:39:09下载
- 积分:1