-
信息论哈夫曼编码
信息论哈夫曼编码-Information Huffman
- 2023-07-26 20:20:03下载
- 积分:1
-
This program generates interpolation function for input data in three methods:...
This program generates interpolation function for input data in three methods:
1-Newton forward method
2-Newton backward method
3-lagrange method
- 2022-07-07 06:09:44下载
- 积分:1
-
利用相关法计算物体的移动
利用相关法计算物体的移动-correlation method of mobile objects
- 2022-08-13 17:37:32下载
- 积分:1
-
Binary Search Tree
Binary Search Tree - with additional recursion functions (smallest, parent & successor) etc-Binary Search Tree- with additional recursion functions (smallest, parent & successor) etc
- 2022-01-28 01:15:26下载
- 积分:1
-
改进的leach协议算法
LEACH算法是一种无线传感器网络路由协议,leach协议算法基本思想是:以循环的方式随机选择簇头节点,将整个网络的能量负载平均分配到每个传感器节点中,从而达到降低网络能源消耗、提高网络整体生存时间的目的。仿真表明,与一般的平面多跳路由协议和静态分层算法相比,LEACH分簇协议可以将网络生命周期延长15%。
- 2022-01-25 17:31:49下载
- 积分:1
-
遗传算法
本文详细介绍了采用遗传的计算机程序的执行
在寻求最佳讲座时间表发电机的算法 (气)。遗传算法理论是
覆盖着重点是雇用非遗传算子少完全编码系统。
此外探讨了领域的自动化的时间表。时间表被解释作为,
从根本上讲,日程安排放在它的约束。该程序,在 C 中写入
采用了更快地演化的修复战略。在简化的大学时间表
它一贯演变违反约束的问题免费的时间表。影响
改变的突变率和人口规模进行了测试。它是见过可能是遗传算法
通过修复策略,进一步将纳入改进和随时可扩展到
完整的时间表问题。附录包括整个源代码,该代码。
- 2022-10-30 12:55:03下载
- 积分:1
-
最短路径算法,采用Dijkstra算法实现两点之间的最短路径算法。...
最短路径算法,采用Dijkstra算法实现两点之间的最短路径算法。-shortest path algorithm Dijkstra algorithm used between two points is the shortest path algorithm.
- 2023-04-04 13:25:03下载
- 积分:1
-
latest Fuzzy Logic Toolbox
最新模糊逻辑工具箱-latest Fuzzy Logic Toolbox
- 2022-02-06 07:28:58下载
- 积分: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
-
简单的循环链表算法
简单的循环链表算法-simple algorithm cycle Chain
- 2022-11-14 00:40:03下载
- 积分:1