资源列表
robottt
- 实现了机器人的路径规划,时间很快,值得参考。-Achieve the robot path planning, the time will soon be used as reference.
二叉排序树_17281183_刘梦婷
- 1.构造一棵二叉排序树并对其进行中序遍历输出; 2.在二叉排序树中查找某一关键字,若存在,显示查找成功;若不存在,将其插入到二叉排序树中,再中序遍历输出。(1. Construct a binary sort tree and output it through middle order traversal; 2. Find a keyword in the binary sort tree. If it exists, the search is successful. If it doe
预测电流型三相逆变器的SVPWM控制仿真分析_周朝霞
- 提出一种预测电流型三相逆变器的SVPWM控制策略,利用Matlab/Simulink搭建了预测电流型三相逆变器的SVPWM控制的仿真模型(This paper proposes a SVPWM control strategy for predictive current three-phase inverter, and uses Matlab / Simulink to build a simulation model of predictive current three-phase in
7
- 日本数学家角夫提出了如下的猜想: 任意一个自然数,比如奇数,将其乘以3再加1;如果是偶数将其除以2;反复运算。请大家编写程序,看会出现什么结果? 编写程序功能要求能够不停的输入自然数,遇到输入自然数0时,程序结束。 -Japanese mathematician angle Mufti following conjecture: any natural number, such as an odd number, multiplied by 3 plus 1 if it is an e
Calculator
- 简易计算器,可进行简单的加、减、乘、除功能,能弹出软键盘,也可设置定时。-Simple calculator, can be a simple addition, subtraction, multiplication, division function, can pop up the soft keyboard can also set the timer.
adaptivethreshold
- matlab code for adaptive threshold
产生拟随机数的MATLAB代码
- 本代码包括Halton,Faure,Sobol,Neiderreit,Korobov,Fibonacci等6个拟随机数序列的产生代码以及所需要的原始数据。
notes
- These notes contain explanations about complex envelope, digital filter design, error counting estimator,mqam semi-analytical ber estimation and power amplifiers.
DisseminationTree
- 基于数据一致性的分发树的实现,根据不同的网络状况构建不同的树-Based on the distribution of data consistency to achieve the tree, depending on network conditions different tree construction
UKF滤波
- 该程序能够完成单通道和多通道测量数据的滤波,削弱噪声对测量数据的影响(Completing the filtering of data)
hxsfPzdpp
- 核心算法和最大匹配,对于数据结构的学习较有帮助-Core algorithm and the maximum matching, for the data structure of the study more
最小二乘法支持向量机
- 有关lssvm相关教程,其解释和程序,并带有使用指南。b本人已调试过次程序并且用在分类效果很好。