资源列表
GRNN1
- 本代码利用建立广义神经网络可用来进行拟合和预测(This code applies to forecasting)
tuopu
- 读入文件的数据,根据描述的关系,画出复杂网络图(Read the data in the file and draw a complex network diagram)
sorts
- 桶排序,简单排序算法,利用Python语言实现,属于八大基本排序之一。(# coding:utf-8 def BucketSort(a): b = [0] * (max(a)+1) result = [] for num in a: b[num] += 1)
zxecf
- 最小二乘法的实现,基本的程序编写,对于初学者是一个好的参考(The implementation of the least square method, the basic program writing, for beginners is a good reference)
main
- 用栈实现的计算器 C++代码 哈哈哈哈(A calculator implemented with a stack C++ code)
KalmanFilterDemoCode
- 实现卡尔曼滤波算法,可以简单的了解卡尔蛮算法的功能(Implementation of Calman filter algorithm)
W''(4,6,9)
- 利用R语言生成windmill图,用于复杂网络仿真和分析(A windmill graph generated by R language)
FitEllip
- 输入平面坐标系的x,y坐标,求解椭圆参数(Input the X, y coordinates of the plane coordinate system to solve the ellipse parameter)
case39
- 可以方便的进行算例分析,IEEE39节点算例系统(An example system of the IEEE39 node is available)
line
- 线性相控阵的辐射特征,与阵元之间的距离的关系matlab(The relationship between the radiation characteristics of a linear phased array and the distance between the array elements matlab)
area
- 面元相控阵的辐射指向性与参数之间的关系matlab(The relationship between the radiation directivity and the parameters of the phased array of the surface element matlab)
annular
- 圆环相控阵的辐射指向性,与各个参数之间的关系(The relationship between the radiation directivity of a circular phased array and the various parameters)