-
STM32F1摄像头定位算法(融合测试) 定位算法
STM32F1摄像头定位算法(融合测试) 定位算法
- 2022-02-28 09:18:24下载
- 积分:1
-
数值分析中的分段线性插值问题,程序中含插入点个数输入界面。...
数值分析中的分段线性插值问题,程序中含插入点个数输入界面。-Numerical Analysis of piecewise linear interpolation, the program containing the insertion point in the number of input interfaces.
- 2023-08-25 20:45:02下载
- 积分:1
-
Discrete Mathematics in order to achieve the set of C++. C++, Discrete Mathemati...
离散数学中求集合的C++实现。用C++实现离散数学中的求集合这一公式,原理及代码都很简单的问题。-Discrete Mathematics in order to achieve the set of C++. C++, Discrete Mathematics in order to achieve the collection of this formula, principles and code are very simple questions.
- 2022-04-29 00:34:25下载
- 积分:1
-
Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart poi...
Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart pointer的灵活实现,强烈推荐!--The program library which has been realized in the book >, it embodies the flexibility of Policy Based Programming, and provides the realisation of various design models of the smart pointer, it`s recommended strongly!
- 2022-01-26 00:25:01下载
- 积分:1
-
Example program for adjacent_difference
Example program for adjacent_difference
- 2022-04-29 18:29:53下载
- 积分:1
-
自由始端和终端的动态规划,求指标函数最小值的逆序算法递归。...
自由始端和终端的动态规划,求指标函数最小值的逆序算法递归。-The free end of the beginning and end dynamic programming, the minimum value of the reverse index function request recursive algorithm.
- 2022-08-26 08:23:31下载
- 积分:1
-
字符的快速排序算法。拉链
字符的快速排序算法.zip-characters quicksort algorithm. Zip
- 2022-07-23 19:30:10下载
- 积分:1
-
四元数的运算
该代码实现了四元数在FPGA上的加法运算,并且包含了串口传输程序,包括串口入和串口出程序,可移植性强。针对CycloneIII240的FPGA可直接使用,只需下载一个串口精灵便可调试,当然了,使用波形仿真也是可以验证的。
- 2022-01-29 02:05:27下载
- 积分:1
-
gene recombination value calculation
基因重组值的计算-gene recombination value calculation
- 2022-07-02 08:09:54下载
- 积分:1
-
c++ 模拟退火算法
应用背景
智能算法是一类解决优化问题的算法,是为了解决NP 难题而兴起的一类算法。主要用于优化调度,路径选择等。算法不太成熟,仅供参考学习,如有不妥之处,请大家联系我,一起学习进步,改进。
关键技术模拟退火是模拟大自然中的火渐渐降温以至熄灭的过程,降温过程是整个代码的核心,同时,业界降温的方法也是各不相同的。降温的快慢直接决定结果的准确度。模拟退火算法不是确定性算法,接触的结果不是精确解而是近似解。
- 2022-03-06 12:22:08下载
- 积分:1