-
天然气管道连接问题原程序,一百个用户,其中有四个无效用户,将其它96个有效用户连接成一个树形网络,用kruskal算法实现...
天然气管道连接问题原程序,一百个用户,其中有四个无效用户,将其它96个有效用户连接成一个树形网络,用kruskal算法实现-Natural gas pipeline to connect the issue of the original procedure, 100 users, which has four invalid users, will the other 96 valid user to connect into a tree network, using Kruskal Algorithm
- 2023-05-07 08:15:03下载
- 积分:1
-
用C语言编写的八数码问题算法
用C语言编写的八数码问题算法-C language prepared by the eight digital Problem
- 2022-01-25 21:09:19下载
- 积分:1
-
MK-V0.41无刷无感电调
资源描述MK-V0.41无刷无感电调源码,德国的源程序写得也很好,把M8发挥到了极致
- 2022-02-20 12:07:32下载
- 积分:1
-
ASCII数据块显示
ASCII数据块显示-ASCII data block shows
- 2022-08-08 09:39:28下载
- 积分:1
-
本文从理论上推导出CRC 算法实现原理,给出三种分别适应不同计算机或微控
制器硬件环境的C 语言程序。读者更能根据本算法原理,用不同的语言编写出独特风格...
本文从理论上推导出CRC 算法实现原理,给出三种分别适应不同计算机或微控
制器硬件环境的C 语言程序。读者更能根据本算法原理,用不同的语言编写出独特风格
更加实用的CRC 计算程序。-This paper theoretically deduced from the principles of CRC algorithm is given three separate computers or micro-controller to adapt to different hardware environment of the C language program. According to this algorithm the reader a better theory, in different languages a unique style of the CRC calculation program more practical.
- 2022-02-15 19:33:59下载
- 积分:1
-
优化天线方向图的GA
用于优化天线的方向图的 遗传算法 还可以修改 优化超大优化参数的优化 读者可以根据 需求 修改 用于 不同的目的 如果读者 有需要 也可以改变成其他的语言
- 2022-01-28 17:54:52下载
- 积分:1
-
这是一个迭代法实现的C代码。本算法采用的是SOR迭代法。
这是一个迭代法实现的C代码。本算法采用的是SOR迭代法。-This is an iterative method to achieve the C code. This algorithm is used SOR iteration.
- 2022-05-10 22:57:04下载
- 积分:1
-
compressive sencing
该源码主要关于压缩感知算法的实现,是在matlab软件平台上运行的,对初学者具有较好的引导作用,对压缩感知算法的理解更能进一步
- 2022-06-19 04:09:04下载
- 积分:1
-
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合...
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合的多项式的相关系数
//使用方法:int M------拟合多项式的项数(已知条件)
// double *b---拟合曲线的系数,按升次排列(已知条件)
// double *x---结点x轴数据(已知条件)
// double *y---结点y轴数据(已知条件)
// double *Yg--结点估计值,与*y相对应,个数为m(过程变量)
// int m------结点个数(已知条件)
//注意事项:多项式阶数最高为10,多项式的形式为 y = b0 + b1*(x-Xavr)...
-//=== === === === === === === === === === === =====// Function that// function name: Correlation// Function: Calculation of the polynomial least squares fitting correlation coefficient// Usage: int M------ polynomial fitting the number of (known conditions)// double* b-- Fitting curve coefficient, or times by arrangement (known conditions)// double* x--- node x-axis data (known conditions)// double* y--- node y-axis data (already known conditions)// double* Yg- the estimated value of node, and* y correspond to the number for m (process variables)// int m------ node number (known conditions)// Note: polynomial order up to 10, the polynomial
- 2023-05-06 14:40:03下载
- 积分:1
-
计算方法中的三弯矩方法,用matlab编写,其中包括几种不同的实现方法。...
计算方法中的三弯矩方法,用matlab编写,其中包括几种不同的实现方法。-calculation of three-moment method, the preparation of Matlab, including several different methods to achieve.
- 2022-02-02 23:58:14下载
- 积分:1