搜索资源列表
ANP2.1
- 网络分析法(ANP)的一个实现,主要针对王莲芬老师的内部依存的递阶层次结构的4维超矩阵进行处理,详细内容见内部说明。-network analysis (ANP) of a realization, WANG Lian-mainly aimed at teachers interdependence within the hierarchical structure of the four-dimensional matrix, See details of internal note.
ultrawideband
- 详细介绍超宽带无线电的各个模块和MATLAB实现
chaohundunfenchak
- 超混沌系统的分岔图求解,内容详细易懂,可读性好-Hyperchaotic system to solve the bifurcation diagram, detailed easy to understand and readable
Complete-OFDM-simulation-Program
- 完整的OFDM的matlab仿真程序!超值,非常完整的OFDM仿真平台,有详细的注释-Complete OFDM-matlab simulation program! Value, very complete OFDM simulation platform, contains a detailed comment
Blob
- blob代码分析,真正的代码分析,超好的资料超详细,欢迎下载,-blob code analysis, the real code analysis, super good super-detailed information, please download,
Source
- 八树码问题代码。超多源代码,详细内容请自己下载下来看。-Eight tree code problem code. Super Multi-source code, more information, please look under your download.
MATLABjiaoan
- matlab超经典的使用教程,内附详细图解,让你快速掌握常用算法-matlab Tutorial ultra classic, containing detailed illustrations, so you quickly master the commonly used algorithm
Matlab
- 有关MATLAB软件的超详细介绍 适合初学者-For details of MATLAB software for beginners super
matlab_ebook
- 有关MATLAB软件的超详细介绍 适合初学者-For details of MATLAB software for beginners super
high-precision-power
- 浮点数的高精度幂,用数组实现,支持小数,注释超详细-high precision power of a float number
Horizon-radar-system-simulation
- 天波超视距雷达系统仿真(多波束形成),代码在paper中,而且给出了详细的说明,能够更好理解田博超市距雷达的工作原理-Horizon radar system simulation (multi-beam forming), the code in the paper, but also gives a detailed descr iption, to better understand the field Bo supermarket works from the radar
model_recognize_zhy
- 模式识别,单超平面法实现分类(两类),内附详细的说明文档,实现平台 Matlab2009-Pattern recognition, DanChao plane method (two) realize classification, enclosed detailed documentation, realize in Matlab2009 platform
Sor_use
- 超松弛迭代法求解线性方程组,有相应的例题以及详细的解说该代码的使用。-Successive over-relaxation method to solve linear equations code with specific explain and example.
Overrelaxation-solving-equations
- 超松弛法求解线性方程组的C语言程序,程序运行效率高,注释很详细,是求解线性方程组的利器。可高速运行在单片机里面。-Overrelaxation method for solving linear equations C language program, the program is running high efficiency, very detailed notes, is a tool for solving linear equations. High-speed running on
two-point-problem
- 打靶法求解两点边值问题 实例测试通过,可直接运行,并带有详细代码注释 采用全局收敛的牛顿-拉普森迭代算法求解编制问题 绝对物超所值!-Two-point boundary value problem shooting method
CFD_Code
- 超详细的CFD数值计算程序,对于CFD实战有极大的帮助。- Ultra-detailed CFD numerical procedure for CFD real great help.
Feature engineering in Machine Learning
- 机器学习中,特征工程总结,思维导图,超详细。(In machine learning, feature engineering summarization and mind mapping, super detail.)
超效率DEA
- 超效率DEA,可直接运行,但要注意输入量和输出量矩阵的形式,详细见内部说明文档(Super efficiency DEA)
46202004
- 浙大ACM编程竞赛的摸板(内部质料),吐血奉献!!!!里面内容超多,把ACM题目分成了好几类,没一个类型都有详细的代码()
psoSVM
- 粒子群算法入门必备,超详细。 在全局版的标准粒子群算法中,每个粒子的速度的更新是根据两个因素来变化的,这两个因素是:1. 粒子自己历史最优值pi。2. 粒子群体的全局最优值pg。如果改变粒子速度更新公式,让每个粒子的速度的更新根据以下两个因素更新,A. 粒子自己历史最优值pi。B. 粒子邻域内粒子的最优值pnk。其余保持跟全局版的标准粒子群算法一样,这个算法就变为局部版的粒子群算法。(The introduction of particle swarm algorithm is essent