-
writing mathematical function call library, LU decomposition, high Shisaideer it...
自编数学函数调用库,有LU分解法,高斯塞德尔迭代法,追赶法解线性方程组,还有一维和二维的高斯积分公式-writing mathematical function call library, LU decomposition, high Shisaideer iterative method, catching up with the method for solving linear equations, one-and two-dimensional Gaussian integral formula
- 2023-08-06 04:30:03下载
- 积分:1
-
Variable gain PID algorithm c++ to achieve, the current is more PID algorithm co...
变增益PID算法的c++实现,目前PID算法较多的是c代码写的,这里上传一个C++的-Variable gain PID algorithm c++ to achieve, the current is more PID algorithm code written in c, where a C++ From the
- 2022-01-25 17:51:20下载
- 积分: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
-
leach算法
算法基本思想是:以循环的方式随机选择簇头节点,将整个网络的能量负载平均分配到每个传感器节点中,从而达到降低网络能源消耗、提高网络整体生存时间的目的。仿真表明,与一般的平面多跳路由协议和静态分层算法相比,LEACH分簇协议可以将网络生命周期延长15%。
- 2022-11-08 15:20:03下载
- 积分:1
-
这个算法可以很好的实现实现一元多项式的计算,包括其相加和相减,是用C语言编写的。...
这个算法可以很好的实现实现一元多项式的计算,包括其相加和相减,是用C语言编写的。-this algorithm can achieve very good achievement of one yuan polynomial, including its sum and subtract. using the C language.
- 2023-03-25 02:40:03下载
- 积分:1
-
队列实现,杨辉三角
利用visiual studio c++平台,实现杨辉三角,并建立起队列,包括它的一些基本操作,如新建,插入,删除等操作
- 2022-02-05 01:04:38下载
- 积分:1
-
C algorithms, including most of the matrix operation, simple and effective
C++常用算法,包含了大部分矩阵运算,简单有效-C algorithms, including most of the matrix operation, simple and effective
- 2022-03-11 15:22:20下载
- 积分:1
-
维吉尼亚算法
维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法维吉尼亚算法
- 2022-09-13 14:50:03下载
- 积分:1
-
特征值和特征向量的计算,每种算法都用c++以函数形式实现
特征值和特征向量的计算,每种算法都用c++以函数形式实现- The characteristic value and the characteristic vector
computation, each algorithm all uses c to realize by the function form
- 2022-03-06 11:29:25下载
- 积分:1
-
中值滤波源码
代码中采用matlab实现中值滤波,通过对三个输入数据进行中值滤波,并对滤波前后数据通过matlab进行成图显示,从而认证输入输出前后的效果,通过对比认证了相关算法的有效性和实用性。
- 2022-06-13 00:55:13下载
- 积分:1