-
serial port
这个解释有点复杂和晦涩。我们的
- 2023-07-22 03:20:03下载
- 积分: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
-
不同的神经网络
在这工作不同类型的神经网络实现的 matlab 代码。
- 2022-04-12 23:39:04下载
- 积分:1
-
汉密尔顿回路的C语言实现代码,是国外的人写的,和好很强大...
汉密尔顿回路的C语言实现代码,是国外的人写的,和好很强大-code for Hamilton circuit C language implementation
- 2022-11-27 20:30:03下载
- 积分:1
-
用双点弦截法计算f(x)=0
用双点弦截法计算f(x)=0-Two-point cut-off method string f (x) = 0
- 2022-03-26 14:23:10下载
- 积分:1
-
% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist )
%...
% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist )
% Find the indices of the nearest neighbours of the given desriptors in the近邻点寻找算法,在非线性时间序列中很有用,是常用的算法- [Nearest_neighbours] = find_nearest_neighbours (database, desc, max_dist) Find the indices of the nearest neighbours of the given desriptors in the neighbor-point search algorithm, the nonlinear time series of very useful, is a commonly used algorithm
- 2022-05-24 09:30:26下载
- 积分:1
-
拉格朗日函数的源程序代码,可实现多个数的插值运算,最多可达二十个之多...
拉格朗日函数的源程序代码,可实现多个数的插值运算,最多可达二十个之多-Lagrange function of source code, can realize more than a few of the interpolation operator, up to as many as 20
- 2022-03-04 17:07:36下载
- 积分:1
-
Teclado matricial e 液晶 com Ações
埃斯特角方案 descreve funções 做 ccs 的科摩 usar、 段 teclado matricial 3 x 4 junto com um 液晶屏,沼气方案 o usuario 普德 interagir com o teclado e executar ações de 控制、 que 圣 mostradas 传授显示液晶屏。
- 2022-01-31 15:17:22下载
- 积分:1
-
A*星算法Lua版
A星寻路算法Lua版
算法原理描述,百度一下一大堆,参考http://blog.sina.com.cn/s/blog_6612d09b0100ve1z.html
其实很简单,
1. 我们无法直接知道怎么到达目的地,但是我们能够知道怎么样从起始点到达相邻的格子,还能从相邻的格子再到相邻格子的相邻的格子。
2.我们不停的找相邻的格子,相邻格子的相邻格子....总有一天,我们会发现其中一个相邻的格子就是我们的目的地,于是我们找到了这条路。
3.在此基础上,我们加入 预估值来提高寻找的效率,我们总是优先寻找预估值低的那些相邻的格子。
其中 f= g+h
g 是实际耗费的值
h 是预估值,从当前位置到达目标位置所耗费的移动值,预估有几种算法,这边用的是 对角线估价法
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
- 2022-08-22 01:25:50下载
- 积分:1
-
stm32 MPU6050例子
资源描述stm32 MPU6050例子 陀螺仪进行姿态解算,涉及到信号采集,姿态解算。卡尔曼滤波等多种算法,,,
- 2022-03-25 06:10:47下载
- 积分:1