资源列表
超限学习机理论讲解及编程实现
- 该方法随机给定神经元权值中的输入权值和阈值,然后通过正则化原则计算输出权值,神经网络依然能逼近任意连续系统。(The method gives the input weights and thresholds of neuron weights randomly, and then calculates the output weights by regularization principle. The neural network can still approximate any cont
DET_results-test-challenge
- The results of some data trained for object detection by VisDrone2019
BSTree2
- 该程序为二叉树节点编辑系统,由四部分组成:插入节点,寻找节点,删除结点和恢复到默认设置。-This is a BSTree2 edit program, mainly contains four parts: insert a node, find a node, delete a node and restore default settings.
EA
- 清华大学电机系演化算法课件,详细讲述了遗传算法的实现-resource about evolutionary algrithm
sobel_test
- sobel demo matlab codegen original c code,test under vs2010
Gauss
- Gauss积分的迭代算法,可以计算复杂的积分表达式-Gauss points of the iterative algorithm, we can calculate the complex integral expression of
Polynomial
- 多项式的加法、减法、乘法、加赋值、减赋值、乘赋值计算。-Create a class call it Polynomial. Each polynomial contains an array of terms. Each term contains a coefficient and an exponent. For example for term 5x^2. The coefficient is 5 and the exponent is 2. For constant 9, the co
Introduction_to_antennas_complet
- Introduction to antennas- Free space electromagnetic wave-EM wave in free space -Wave in lossy medium-Power flow-Polarisation of EM wave-Reflection, refraction-Guided electromagnetic wave -Rectangular waveguide
codes
- 分数阶系统的计算工具,解决一般解及动力学行为的问题-tools for solving fractional-order systems
ASK_Pro
- ASK通信系统的设计与仿真c++代码实现-ASK communication system design and Simulation of c++ code to achieve
偏微分方程数值计算
- 偏微分方程数值计算.rar
matrix
- 迷宫求解问题,输入一个M行N列0-1矩阵,0代表通过,1代表不能通过,判断是否能走出所给迷宫-matrix