搜索资源列表
saliency.经典论文的代码
- 一篇经典论文的代码,“Saliency,Scale,image descr iption”,用于寻找视觉显著性的区域,matlab代码,A classic papers of the code, " Saliency, Scale, image descr iption" , for the visual search of the area significantly, matlab code
matlabshixian.rar
- 用MATLAB实现模糊控制算法,对如何进行模糊控制仿真很有帮助!!!,Using MATLAB implementation of fuzzy control algorithm, fuzzy control on how to carry out simulation helpful! ! !
Cpp
- VRP问题蚁群算法的c++源码,很具有代表性-VRP problem of the ant colony algorithm c++ source code, it is a representative
FDTD
- FDTD code in Free Space with no absorbing boundary conditions.
Soft_Source_FDTD_dielectric
- ABC_FDTD_Die(T) Implements simulation of a Gaussian Pulse over T time steps. ABC are for free space. If boundaries are in the Dielectric medium then the ABC fail. Dielectric medium begin and end can be specified with the code-ABC_FDTD_Die (T
robot3
- A robotic s subject work from the university. An example of Denavit-Hartemberg application over a concrete robot. The code is writen for Matlab with the use of the free tool Hemero. The documentation of the work is in Spanish.
CellAuto
- 元胞自动机的虚拟程序 开发工具:Microsoft Visual Basic 6.0 运行平台:Windows OS (VB编译,代码未优化,运行速度较慢) 词语解释: CA,cellular automata,元胞自动机,或称细胞自动机。 模式(Pattern),多个细胞构成的一个状态组合。 模型: 维度,二维四方网格 细胞,两种状态(活、死);一个方格代表一个细胞。 邻居,Moore型(上、下、左、右、左上、右上、左下、
Free_Space
- Matlab Code for large scale Free Space model-Matlab Code for large scale Free Space model
Free_SpaceVsTwoRay
- Matlab Code for large scale Free Space model vs Two Ray-Matlab Code for large scale Free Space model vs Two Ray
Patch
- 3-D FDTD code of patch antenna in free space with Mur s boundary condition
pls
- 所谓偏最小二乘法,就是指在做基于最小二乘法的线性回归分析之前,对数据集进行主成分分析降维,下面的源码是没有删减的,GreenSim团队免费提供您使用,转载请注明GreenSim团队(http://blog.sina.com.cn/greensim)。 -The so-called partial least squares method, this means doing the least square method based on linear regression analysis pr
code
- turbo码编解码,可用于3G LTE链路仿真,我用在2010年中兴程序设计大赛的,绝对可用-turbo encoding and decoding, can be used for 3G LTE link simulation, I use ZTE 2010 Programming Contest, absolutely free
Wireless_Designer
- Computer application with implemented Okumura-Hata propagation prediction model and free space propagation loss model. Prediction code is used to predict outdoor propagation effect in any outdoor environment: urban, suburban, and rural. Application i
PCA
- 主成分分析方法通过建立两个主成分的二位图,对数值特异点的剔除,减少数据处理中无关项的干扰,-Free Source Code for Image segmentation and Extraction malic: A Realtime Face Recognition System Source Code Face Detection C++ Library with Skin and Motion Analysis Face Recognition
mixingstab
- A matlab code for modeling transition modeling from laminar to turbulent.
Noise-free-program
- 自己写的用matlab实现的无噪声程序,包含随机产生信号,然后增加伪随机代码,最后修正信号的过程。-Using matlab to achieve their own written procedures for noise-free, contains randomly generated signals, and then increase the pseudo-random code, last amended signals.
weighted-scale-free-network
- 该代码是生成加权无标度网络边权演化模型的matlab源代码。-This code is to generate weighted scale-free network evolution model of matlab code.
Teminal-Velocity-Of-Free-Falling-Body
- Matlab code to find terminal velocity of a free falling body in space-Matlab code to find terminal velocity of a free falling body in space...
MatLab Apriori
- Fortunately, a pseudo code for this algorithm is available in Chapter 6 (sample chapter available for free download) of Introduction to Data Mining. Let's start with loading the example dataset used in the PDF and creating a binary matrix representat
欧拉法
- 常微分方程数值解法:欧拉法,并将其应用于自由落体问题(here is the matlab code for solving the ordinary differential equation by using the Eular method. besides, the author also gave an example for testing.)