-
The essence of Newton method is used constantly to approximate tangent curve, th...
Newton法的本质就是不断用切线来近似曲线,因此,Newton法也称为切线方法。本程序用Newton法求解n元正定函数的最小值,例子在程序中。-The essence of Newton method is used constantly to approximate tangent curve, therefore, Newton method, also known as tangent method. This procedure using Newton method to solve n-positive definite function of the minimum value, for example, in the proceedings.
- 2022-05-08 02:16:18下载
- 积分:1
-
ADT 数据结构的一个简单实现
包含结构体的应用 以及相关文件的配合使用
当然还会用一些算法方面的知识
基于VC 6.0 的开发
想要学习数据结构这方面的知识你会发现这个源码会是一个很好的初步学习 领你入门的
- 2022-03-11 11:40:48下载
- 积分:1
-
C语言作的四色验证1.需求分析问题描述:证明了可以用不多于4种颜色对n个区域着色,而满足相邻的区域具有不同的颜色输入形式 : 暂定最多50个区域,如需证明更多区...
C语言作的四色验证1.需求分析问题描述:证明了可以用不多于4种颜色对n个区域着色,而满足相邻的区域具有不同的颜色输入形式 : 暂定最多50个区域,如需证明更多区域,修改#define S 50 即可;以整形形式输入(取值范围1-32767)用户需要证明的区域数目,相联的一对矩阵; 输出形式:以0和1输出关联矩阵,和以blue yellow orange pink形式输出每个区域相对应证明出的颜色;-C language does four colors confirm 1. demands analyses
question description: Had proven may use not to be many to 4 kind of
colors to n region coloration, but satisfies the neighboring region to
have the different color input form: Establishes provisionally more
than 50 regions, if must prove more regions, revise#define S 50 then;
Region number (value scope 1-32767) the user needs to prove which by
the reshaping form input, unites a pair of matrix; Output form: By 0
and 1 output incidence matrixs, with form outputs the color by blue
yellow orange the pink which each region corresponds proves;
- 2022-10-20 02:35:04下载
- 积分:1
-
pasical改写的循环队列
自己改写的循环队列,用顺序表实现。通过预定义数据结构体及缓存的差长度,实现了元素的
1.单个入队、出队操作;
2.批量入队、出对操作;
3.可以自定义是否覆盖未出队元素,用于实时控制并允许少量数据丢失的场合;
4.直接引用,非常方便
- 2022-04-11 23:03:28下载
- 积分:1
-
直流电机的 PID 控制
pid 控制直流电机转速和旋转编程与 CCS 编译器 (C 代码),用 protus 模拟
- 2022-03-09 19:29:15下载
- 积分:1
-
PSA 实验室的短路分析
开发一个程序来进行模拟一个给定电力系统的对称三相短路。
- 2022-02-01 23:25:48下载
- 积分:1
-
图像去模糊
使用大量的图像处理功能的 c # 的描述。这里有一些基本的功能,用于作为一种小的锻炼。
- 2022-03-21 04:46:36下载
- 积分:1
-
用一观测器从t=1秒开始对一个运动目标的距离进行连续地跟踪测量,假设观测的间隔为一秒钟,雷达到运动目标之间的距离为S(t)(1) 统计特性的初值为
(2)...
用一观测器从t=1秒开始对一个运动目标的距离进行连续地跟踪测量,假设观测的间隔为一秒钟,雷达到运动目标之间的距离为S(t)(1) 统计特性的初值为
(2)观测误差是与和均不相关的白噪声序列,并且有
(3)观测数据存放在附加的文件中(单位:m)。
要求:分析上述对象,建立系统模型,构造卡尔曼滤波器,编程计算,求:
(1) 距离S(t)的最佳估计及估计误差,
(2) 距离S(t-5)的最佳平滑及估计误差,
(3) 距离S(t+5)的最佳预测及估计误差,
(4) 对结果进行分析讨论。
-By one observer from the t = 1 PST on a moving target tracking for distance measurement, assuming that the observation interval is one second, the radar that the distance between the moving target for the S (t) (1) the statistical characteristics of the initial condition (2) observational error is not associated with white noise sequence, and (3) observational data stored in the attached document (unit: m). Requirements: Analysis of the above-mentioned object, the establishment of the system model, constructed Kalman filter, programming terms, seeking: (1) distance from S (t) the best estimate and the estimation error, (2) distance from S (t-5) the most good smoothing and estimation error, (3) distance from S (t+ 5) t
- 2022-03-11 21:07:50下载
- 积分:1
-
STC12系列单片机示波器
应用背景
STC12单片机示波器
用内部ADC对电压采集
适合新手学习单片机之用
关键技术STC12系列单片机示波器,通过内部ADC对信号的采集,然后转换成电压,在LCD12864上打点显示,可以选择档位显示波形,代码简单易学,适合新手学习单片机之用
- 2022-01-27 09:13:17下载
- 积分:1
-
Apriori c + + 实现
快速和优化 Apriori 算法 c + + 中为数据挖掘中的频繁项集挖掘。
实施是快速和高效的内存。
- 2022-01-26 18:24:02下载
- 积分:1