-
NEWTON_ 插值
若要获取划分差异系数的插值
多项式 P (N + 1) 在不同的数字 X(0),X(1),......,X(N)
为函数 F:
输入的号码 X(0),X(1),...,X(N) ;值 F(X(0)),F(X(1)),......,
F(X(N)) 作为 Q 的第一列 Q(0,0),Q(1,0),...,Q(N,0)。
输出数字 Q(0,0),Q(1,1),...,Q(N,N) 哪里
P(X) = Q(0,0)+Q(1,1)*(X-X(0))+Q(2,2)*(X-X(0))*(X-X(1)) +
...+ Q(N,N)*(X-X(0))*(X-X(1))*...*(X-X(N-1))。
- 2022-01-26 18:02:24下载
- 积分:1
-
leach协议带讲解!
有关于LEACH的讲解~帮助新人更好的理解LEACH算法的原理~LEACH协议,全程是“低功耗自适应集簇分层型协议”是一种无线传感器网络路由协议。算法基本思想:以循环的方式随机选择簇头节点,将整个网络的能量负载平均分配到每个传感器节点,从而达到降低网络能源消耗/提高网络整体生存时间的目的。仿真表明,与一般的平面多条路由协议和静态分层算法相比,LEACH分簇协议可以将网络生命周期延长15%。
- 2022-03-16 16:19:40下载
- 积分:1
-
哈夫曼编码
哈夫曼编码是一种数据压缩技术,采用了二叉树和优先级队列两种数据结构。它的基本原理是,对数据重新编码,每个字符的编码的长度和它的出现频率呈反比,也就是出现次数多的字符它的编码要短。从而达到压缩数据的目的。
- 2022-07-06 23:48:43下载
- 积分:1
-
语音传输的实验程序
语音传输的实验程序:不同编码方式图形比较画出线性A律CVSD在相同随机错误与突发错误参数下得译码后波形并加以比较。以下实验若未注明均采用该参数设置:幅度:6V 频率:1K 编码位数:不同不同编码方式下 不同的误码率以及相应的传输速率
- 2022-03-17 10:01:36下载
- 积分:1
-
C语言函数库大全电子书,内容丰富、全面,极具参考价值。
C语言函数库大全电子书,内容丰富、全面,极具参考价值。-C language library Daquan electronic book, rich in content, comprehensive and very useful.
- 2022-02-05 23:50:04下载
- 积分:1
-
视频镜头分割
资源描述csdn &nbs
- 2022-09-02 09:25:04下载
- 积分:1
-
算法的一些源代码
1.KMP
2.找K大的数
3.字典排序
4.简单的社交关系映射
5.最大子段和问题
6.最优二叉检索树
7.最长子序列
8.数塔问题
- 2022-06-30 18:18:14下载
- 积分:1
-
Example to calculate, with basic operations, polinomial til 10 degrees, just the...
Example to calculate, with basic operations, polinomial til 10 degrees, just the first step for
solution of polinomial problems, can be implemented according to your wish-Example to calculate, with basic operations, polinomial til 10 degrees, just the first step for
solution of polinomial problems, can be implemented according to your wish
- 2023-07-30 06:10:03下载
- 积分:1
-
simhash算法实现
应用背景
利用ansj simhash进行分词和去重
关键技术ansj分词使用非常方便,只需要下载相应的jar包就可以,simhash能够快速去重。
- 2022-03-12 13:58:05下载
- 积分:1
-
anti aliasing c+ code
Line drawing with Anti-aliasingWuLines.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally.WuLines.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-22 10:46:50下载
- 积分:1