资源列表
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本人已调试过次程序并且用在分类效果很好。
SourceCode
- 《数据结构与算法分析C++语言描述(第2版)》,Larry Nyhoff著一书源代码-《ADTs,Data Structures and Problem Solving with C++》,2nd Edition by Larry Nyhoff source code
matlab
- 一本关于matlab的书籍,涵盖了基本知识点的介绍,程序源码,相信会给初学者一个全面的学习资料。-A book on matlab, covering the basic knowledge of point presentation, program source code, I believe will give beginners a comprehensive learning materials.
泰森多边形
- 在c++下,根据点数据画出泰森多边形,并且根据高程填色(In c++, according to the data to draw the Tyson polygon, and according to the elevation of coloring)