-
一个标准的粒子滤波程序,有助于对粒子滤波算法的理解
一个标准的粒子滤波程序,有助于对粒子滤波算法的理解-A standard particle filter process, contribute to the understanding of particle filter
- 2023-07-18 06:10:03下载
- 积分:1
-
排序的方法
工作显示的排序方法: 选择排序、 插入排序、 冒泡排序、 Shell 排序、 快速排序和合并排序。
该文件将数据写入到文件中,有文档和 excel 中的一个表。
- 2022-02-05 00:07:44下载
- 积分:1
-
一个菲波拉契数列的DEMO程序
一个菲波拉契数列的DEMO程序-a Fibonacci series of procedures DEMO
- 2023-07-27 09:45:04下载
- 积分:1
-
DS18B20在CC2530上的应用程序
应用背景最近写的一个DS18B20进行温度测试程序,应用在Zigbee模块CC2530上。DS18B20采用单总线传输方式,应用中能够最小化利用片上那个资源。关键技术CC2530 是用于2.4-GHz IEEE 802.15.4、ZigBee 和RF4CE 应用的一个真正的片上系统(SoC)解决方案。它能够以非常低的总的材料成本建立强大的网络节点。DS18B20是常用的温度传感器,具有体积小,硬件开销低,抗干扰能力强,精度高的特点。
- 2022-02-26 09:21:55下载
- 积分:1
-
词频统计C++
给定一篇英文文本,要求提取其中所有的单词并计算其一元词频(某个单词出现的次数)和二元词频(两个连续单词出现的次数)
举例:I have an apple . And you have an apple , too .
输出: i--1,have--2,an--2,apple--2,and--2,you--1,too--1
an apple--2
- 2023-04-02 15:30:05下载
- 积分:1
-
分段算法的程序,很好的。绝对简练
分段算法的程序,很好的。绝对简练-Segmentations procedures very well. Absolutely concise
- 2022-03-04 01:54:59下载
- 积分:1
-
陀螺仪与磁传感器数据融合完整代码
资源描述
一套完整的陀螺仪和磁传感器姿态解算和数据融合代码,带有MDK完整工程,可直接编译使用。
绝对不忽悠人,供大家研究学习。让我们都做一个有开源精神的人。
- 2022-05-11 01:15:43下载
- 积分:1
-
keccak实现的sha3
资源描述这是用C语言实现的hash算法,sha3。这是用C语言实现的hash算法,sha3。这是用C语言实现的hash算法,sha3。这是用C语言实现的hash算法,sha3
- 2022-03-23 17:02:24下载
- 积分:1
-
Displays a rotatable and scaleable wire frame of any
3D mathematical function....
Displays a rotatable and scaleable wire frame of any
3D mathematical function. This can be made up from the
normal VB maths plus inverse and hyperbolic functions.
Functions can be created and saved as wanted. Image vertices
can also be saved for use elsewhere.
The MS ScriptControl Eval function simplifies calculations
enormously and its use is demonstrated. Also shown are
MoveToEx, LineTo which are much faster than the VB
equivalents and very easy to use. Included are a set of string
handling subroutines such as count characters, squeeze out
spaces, replace sub-strings etc. Commented throughout
including the 3D maths and perspective methods. All the
files are visible and the program is written for an 800x600
screen.
- 2022-02-02 12:09:47下载
- 积分:1
-
四元数的运算
该代码实现了四元数在FPGA上的加法运算,并且包含了串口传输程序,包括串口入和串口出程序,可移植性强。针对CycloneIII240的FPGA可直接使用,只需下载一个串口精灵便可调试,当然了,使用波形仿真也是可以验证的。
- 2022-01-29 02:05:27下载
- 积分:1