-
算法大师Donald E.Knuth的经典著作《Concrete Mathematics具体数学》,算法学习的基础...
算法大师Donald E.Knuth的经典著作《Concrete Mathematics具体数学》,算法学习的基础-algorithm master Donald E. Knuth classics "Concrete Mathe Matics specific math. "the foundation of learning algorithm
- 2022-05-07 23:54:03下载
- 积分:1
-
gps经纬度坐标转换为地心坐标的源代码!
gps经纬度坐标转换为地心坐标的源代码!-gps latitude and longitude coordinates converted to geocentric coordinates of the source code!
- 2023-07-25 02:50:04下载
- 积分:1
-
温度PID控制
温度控制PID调节,大家可以参考参考,用的是增量式PID调节方法,温控精度可以达到0.1摄氏度,具体我也不多说,Ki=KpT/Ti=0.8,微分系数Kd=KpTd/T=0.8,Td=0.0002,根据实验调得的结果确定这些参数
- 2023-03-13 01:00:04下载
- 积分:1
-
基于后序遍历的实现
基于后序遍历的实现-based on the realization preorder
- 2023-07-13 17:20:03下载
- 积分:1
-
渐近预测方法(APM)
资源描述一个简单而快速的APM(渐近预测法)实时LTI SISO控制算法(线性时不变的单输入单输出)系统已被提出。在每个采样周期最优控制信号是用平凡的计数器控制序列而不是要求QP计算(Quadratic Programming)的数值方法。用MATLAB仿真,APM控制已经比较苛刻的标准MPC(模型预测控制)对一些典型的高阶动力系统或无输出约束算法。仿真结果表明,与未成年人的软件和硬件要求APM算法的竞争力。 ; ; ; ;
- 2023-06-10 11:30:03下载
- 积分:1
-
固定分区模拟,按"回车"可以随机加入进程,对未获资源的进程自动排序,等待调度...
固定分区模拟,按"回车"可以随机加入进程,对未获资源的进程自动排序,等待调度-Fixed partition simulation, press the Enter can be random to join the process has not been the resources of the process of automatic sorting, awaiting scheduling
- 2022-12-08 07:15:03下载
- 积分:1
-
免疫算法与遗传算法类似,主要用于求解最优化问题。
免疫算法与遗传算法类似,主要用于求解最优化问题。-Immune algorithm and genetic algorithm is similar, mainly for solving optimization problems.
- 2022-05-24 12:54:53下载
- 积分:1
-
GEP(函数发现等)
基于遗传算法的基因编程表达式,在函数发现这方面具有较好的表现。用C#实现,在做参数优化的时候用上GEP会取得更好的效果。
不同于GA,不会出现过早收敛
- 2022-01-31 12:28:25下载
- 积分:1
-
MATLAB functions: LLL.m, Brun.m, Seysen.m. These functions implement different lattice reduction al
The supplementary material consists of three MATLAB functions:
LLL.m
Seysen.m
Brun.m
These functions implement different lattice reduction algorithms in MATLAB.
The functions are well-documented, explaining their functionality as well
as how to run them. The software is provided for free and without warranty.
- 2023-07-10 23:10:03下载
- 积分:1
-
数字识别程序
识别0~9阿拉伯数字,输入为yuv格式图片。Demo共分为两个程序,create_number和number_identification。create_number程序随机生成一个10位数,并建立YUV文件,生成的文件存放位置为../test_data/random_number.yuv。yuv为像素域的色彩空间,也就是图片解压后的结果,是常用的数字图像处理的色彩空间。number_identification程序对random_number.yuv文件里的数字进行识别,打印输出结果。
- 2022-05-27 01:56:38下载
- 积分:1