搜索资源列表
ICS.ftpsrv.modified
- ICS.ftpsrv.modified,增加RelativePath属性
lkdemo
- Demo of modified Lucas-Kanade optical flow algorithm.
bessel
- Individual files are available in the following links: Bessjy -- Bessel functions Jn and Yn for real argument and integer or real order. Bessik -- Modified Bessel function In and Kn for real argument and integer
pso
- 这是一个很基本的pso算法的matlab的源码。比较的简单,但是可以再这个基础上修改的-This is a very basic PSO algorithm matlab source code. Comparison of the simple, but can be modified based on this
80211ofdm-modified
- 基于802.11ofdm仿真,主要针对信道同步,包括各种同步方法-802.11ofdm based on simulation, the main channel for synchronization, including synchronization method
ChnlGen
- 一个产生MIMO-OFDM信道的程序,可以稍加修改摄应空时MIMO信道-Generate a MIMO-OFDM channel procedure can be slightly modified perturbation should be space-time MIMO channel
Modified-gpc
- 开源多边形计算GPC的修改版,可以添加到VC工程中直接调用。该库功能:计算多边形面积,顶点查找,边查找,计算多边形之间的交、并、或、补等各种操作,对于数值、图形图像处理非常有用。-Open-source computing GPC polygon modified version, can be added to the VC works directly call. The library features: calculating
46
- 指纹图像增强的文章A modified Gabor filter design method for fingerprint image enhancement-Fingerprint image enhancement of the article A modified Gabor filter design method for fingerprintimage enhancement
Low_power_Modified_Booth_Multiplier
- 主題 : Low power Modified Booth Multiplier 介紹 : 為了節省乘法器面積、加快速度等等,許多文獻根據乘法器中架構提出改進的方式,而其中在1951年,A. D. Booth教授提出了一種名為radix-2 Booth演算法,演算法原理是在LSB前一個位元補上“0”,再由LSB至MSB以每兩個位元為一個Group,而下一個Group的LSB會與上一個Group的MSB重疊(overlap),G
elm
- 神经网络的ELM算法,比传统的BP和SVM都快,而且效果也很精确。运行平台是matlab,本人已经对原始ELM做了修改,可以适应多种函数,而且在数据处理方面自动产生分类矩阵。-ELM neural network algorithm, than the traditional BP and SVM faster, but the effect is also very accurate. Platform is running matl
218249291220077595839260455
- 基于改进Hough变换的圆形物体检测:圆的Hough变换,椭圆的Hough变换,改进型Hough变换-Hough transform based on improved detection of circular objects: a circle Hough transform, elliptical Hough transform, modified Hough transform
radix4_multiplier
- 54x54-bit Radix-4 Multiplier based on Modified Booth Algorithm
ICS.ftpsrv.modified
- ICS.ftpsrv.modified,增加RelativePath属性-ICS.ftpsrv.modified, attributes the increase RelativePath
fcm1
- function [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by Richard J. % Hathaway on June 21, 1994.) The fuzzification constant % m = 2, and the stopping criterion for
CAASymbol
- 改程序基于改进节点法(Modified Nodal Approach)与全矩阵技术在Matlab中实现线性电阻电路的符号分析。可以在GUI中描述待分析的电路结构、启动分析并直观的观察分析结果。在实现分析功能的同时,提供完整的编辑、输入保护以及数据保存功能。详细说明请见压缩包内文档。-Changed procedures to improve the node-based method (Modified Nodal Approach)
ACmod
- This code implements the arithmetic coding algorithm used for text compression. At present it takes an input of fixed length but that can be modified in the code as required.
FAQ-Modified
- FAQ-Modified for Rainbow
PatchesDSR
- patches for dsr modified version
modified_PSO
- this modified PSO algorithm can solve for constrained optimization problem
Detection-of-ellipses-by-a-modified-Hough-transfor
- 这是一篇关于椭圆检测的文章:对于做人脸识别,模式识别的同行应该会有所帮助.找了好久,才下到,上传来共享下.-abstract:The Hough transformation can detect straight lines in an edge-enhanced picture, however its extension torecover ellipses requires too long a computing time