Welcome![Sign In][Sign Up]
Location:
Search - canonical

Search list

[OtherDBObjCode

Description: You can use CRL to author a number of database objects. Follow a canonical example that explains the main steps involved in using and creating a CLR object inside SQL Server 2005.
Platform: | Size: 16392 | Author: walkee | Hits:

[Crypt_Decrypt algrithmsHuffman 算法的不同实现

Description: ---- Huffman 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内仍有左子树、右子树、双亲等指针。 * huffman_c 使用Canonical Huffman编码,同时对huffman_b的存储结构进行改造,将二叉树存放在连续空间tree里,空间的每个结点类型都和结点权值的数据类型相同,空间大小为2*num,tree[0]未用,tree[1..num]是每个元素的权值,生成Huffman后,tree[1..2*num-1]中是双亲结点索引。 * huffman_d 在huffman_c的基础上,增加预先排序的功能先用QuickSort算法对所有元素的权值从小到大排序,这样,排序后最前面的两个元素就是最小的一对元素了。我们可以直接将它们挑出来,组合成一个子树。然后再子树的权值用折半插入法插到已排序的元素表中, 保证所有结点有序。为了保证初始元素的顺序不变,我们另外使用了一个索引数组,所有排序中的交换操作都是在索引数组中进行的----- Huffman algorithm to achieve Catalog under different procedures used eight different ways to achieve a Huffman coding algorithm, eight models were used huffman_a * Chain Structure Generation Huffman tree algorithm, This is the most basic method, the minimum efficiency. * Huffman_b use of "data structure" (Yan Wei Min, Xiulan WU Weimin, 1997, C language version) is the algorithm stored in a binary tree will be continuous space (static List), the space within each node still left subtree, right subtrees, parents and other indicators. * Canonical huffman_c use Huffman coding, while huffman_b storage structure transformation, will be stored in a binary tree continuous space tree, space each node type and the right node value of the same data type, size space for two * num, tree
Platform: | Size: 32702 | Author: ray | Hits:

[Other resourceTensor_MIMO

Description: 这是CISS会议上发表的著名论文“Tensor Canonical decomposition based method for blind identification of MIMO system with 3-input 2-output case”的源程序,主要是讲基于张量规范分解的多天线系统的忙识别问题,里边包含了相应的文章,可以一起对照着看。-conference on the famous treatise "Tensor Canonical deco mposition based method for blind identificati on of MIMO system with 3-input 2-output case, "the source procedures, primarily based on stress tensor decomposition of standardized multiple antenna system to identify problems in the 1980s, contained inside a corresponding article, can work together to look to see.
Platform: | Size: 177162 | Author: 到达 | Hits:

[Post-TeleCom sofeware systemsTensor_MIMO

Description: 这是CISS会议上发表的著名论文“Tensor Canonical decomposition based method for blind identification of MIMO system with 3-input 2-output case”的源程序,主要是讲基于张量规范分解的多天线系统的忙识别问题,里边包含了相应的文章,可以一起对照着看。-conference on the famous treatise "Tensor Canonical deco mposition based method for blind identificati on of MIMO system with 3-input 2-output case, "the source procedures, primarily based on stress tensor decomposition of standardized multiple antenna system to identify problems in the 1980s, contained inside a corresponding article, can work together to look to see.
Platform: | Size: 177152 | Author: 到达 | Hits:

[AlgorithmGCMC

Description: 巨正则系综蒙特卡罗算法的源程序;可以用来进行吸附等分子模拟;最大的好处在于可以插入或删除原子-Grand canonical ensemble Monte Carlo algorithm source can be used for adsorption, molecular simulation biggest advantage is that you can insert or delete atom
Platform: | Size: 102400 | Author: lei ao | Hits:

[hospital software systemRAFisher2cda

Description: Canonical Discriminant Analysis Created by A. Trujillo-Ortiz, R. Hernandez-Walls and S. Perez-Osuna Facultad de Ciencias Marinas Universidad Autonoma de Baja California Apdo. Postal 453 Ensenada, Baja California Mexico. atrujo@uabc.mx Copyright (C) April 15, 2004. To cite this file, this would be an appropriate format: Trujillo-Ortiz, A., R. Hernandez-Walls and S. Perez-Osuna. (2004). RAFisher2cda:Canonical Discriminant Analysis. A MATLAB file. [WWW document]. URL http://www.mathworks.com/matlabcentral/fileexchange/ loadFile.do?objectId=4836&objectType=FILE
Platform: | Size: 210944 | Author: zhu jian yong | Hits:

[Special Effectscca

Description: 这是典型相关分析的算法,在特征描述方面非常的重要.-This is the algorithm for canonical correlation analysis, in the characterization is very important.
Platform: | Size: 5120 | Author: lily | Hits:

[SCMCanonical_Signed_Digit_Study_(CSD)

Description: Canonical Signed Digit Study (CSD) NASA October 2006
Platform: | Size: 1201152 | Author: Oleg | Hits:

[VHDL-FPGA-VerilogFPGArealiztionofdigitalsignalprocessing

Description: 数字信号处理FPGA实现 实用程序和文件,有sine.exe ---输入宽度。输出对应的正弦波表 mif文件 csd.exe --- 寻找整数和分数的标准有符号数字量(canonical signed digit ,CSD)表达式程序 fpinv.exe --- 倒数计算浮点数表的程序 dagen.exe ---分布式算法文件生成HDL" onclick="tagshow(event)" class="t_tag">VHDL代码的程序 cic.exe ---CIC滤波器计算参数的程序 -Digital Signal Processing FPGA realization of practical procedures and documents, there are sine.exe--- input width. Sine wave output of the corresponding csd.exe--- Table mif file to find the integer and fractional number of the volume of standard symbols (canonical signed digit, CSD) Expression Programming fpinv.exe--- countdown procedures for calculation of floating-point form dagen.exe--- documents distributed algorithm to generate HDL " onclick =" tagshow (event) " class =" t_tag " > VHDL program code cic.exe--- CIC filter process parameters
Platform: | Size: 260096 | Author: kevin | Hits:

[SCMCoalitionalGameTheoryforCommunication

Description: 一篇tutorial,介绍了在通信网络中coalitional game theory 的应用,将其分为以下三类,分别介绍并指出在通信网中的研究方向: Canonical coalitional games, coalition formation games, coalitional graph games. -coalitional game theory in communication networks
Platform: | Size: 398336 | Author: emma | Hits:

[SCMcancorr

Description: CCA的代码,将两张图片做典型相关分析,输入参数分别为:输入图像1,输入图像2,行,列,通道1,通道2,输出矩阵。-CCA' s code, two pictures to do canonical correlation analysis, input parameters are as follows: the input image 1, the input image 2, row, column, channel 1, channel 2, the output matrix.
Platform: | Size: 2048 | Author: annie | Hits:

[Bio-RecognizeCCA_fMRI_2_01

Description: The CCA-fMRI Toolbox implements the use of canonical correlation analysis (CCA) for detecting brain activity patterns recorded by functional magnetic resonance imaging (fMRI).
Platform: | Size: 1220608 | Author: 王垒 | Hits:

[matlabPls_tool-tem

Description: pls算法工具箱。偏最小二乘回归≈多元线性回归分析+典型相关分析+主成分分析 -pls algorithm toolbox. Partial least-squares regression ≈ multiple linear regression analysis, canonical correlation analysis++ Principal component analysis
Platform: | Size: 428032 | Author: zhangguanru | Hits:

[Graph RecognizeCCA_zq

Description: 用于特征降维,特征融合,相关分析等多元数据分析的典型相关分析Matlab代码实现。-For feature reduction, feature fusion, correlation analysis, multivariate data analysis, canonical correlation analysis of Matlab code implementation.
Platform: | Size: 1024 | Author: moxibingdao | Hits:

[Graph programjiyutezhengronghehemohuhepanbian

Description: 提出了基于特征融合和模糊核判别分析(FKDA)的面部表情识别方法。首先,从每幅人脸图像中手工定 位34个基准点,作为面部表情图像的几何特征,同时采用Gabor小波变换方法对每幅表情图像进行变换,并提取基 准点处的Gabor小波系数值作为表情图像的Gabor特征;其次,利用典型相关分析技术对几何特征和Gabor特征进 行特征融合,作为表情识别的输人特征;然后,利用模糊核判别分析方法进一步提取表情的鉴别特征;最后,采用最 近邻分类器完成表情的分类识别。通过在JAFFE国际表情数据库和Ekman“面部表情图片”数据库上的实验,证实 了所提方法的有效性。-Proposed based on feature fusion and fuzzy kernel discriminant analysis (FKDA) facial expression recognition. First, face images of each piece of hand-set Bit 34 basis points, as the geometric features of facial expression images, while using Gabor wavelet transform method to transform the images of each piece of expression, and extraction-based Quasi-point of the Gabor wavelet coefficients, as Gabor features of facial expression image second, using canonical correlation analysis on the geometric features and Gabor features into Line feature fusion, as expression recognition of input features then, using fuzzy kernel discriminant analysis method to extract and further identification features of expression Finally, the most Neighbor classifier to complete expression of the classification. International expression by JAFFE database and Ekman "facial image" database on the experiment, confirmed The proposed method.
Platform: | Size: 375808 | Author: MJ | Hits:

[Othermy_ga

Description: Rudolph G. Convergence analysis of canonical genetic algorithms. IEEE Trans. On Neural Networks, 1994,5:96~101 [36] Rudolph G. Asymptotic convergence rates of simple evolutionary algorithms with Cauchy mutations. IEEE Transactions on Evolutionary Computation, 1998,1(4):249~258 [37] Srinivas M, Patnaik L M. Adaptive Probabilities of Crossover and Mutations in Gas. I-Rudolph G. Convergence analysis of canonical genetic algorithms. IEEE Trans. On Neural Networks, 1994,5:96~101 [36] Rudolph G. Asymptotic convergence rates of simple evolutionary algorithms with Cauchy mutations. IEEE Transactions on Evolutionary Computation, 1998,1(4):249~258 [37] Srinivas M, Patnaik L M. Adaptive Probabilities of Crossover and Mutations in Gas. IEEE
Platform: | Size: 5120 | Author: lfq | Hits:

[Linux-UnixBased-on-Canonical-Correlation-Analysis-and-low-pa

Description: 基于典型相关分析与低通滤波的肌电伪迹去除Based on Canonical Correlation Analysis and low-pass filter to remove EMG artifacts-Based on Canonical Correlation Analysis and low-pass filter to remove EMG artifacts
Platform: | Size: 76800 | Author: meme10303 | Hits:

[matlabcca

Description: Canonical Correlation Analysis
Platform: | Size: 5120 | Author: Karthikeyan | Hits:

[Mathimatics-Numerical algorithmscanonical-correlation-analysis

Description: 这是机器学习的一个典型的算法-典型相关性分析-This is a typical machine learning algorithms- canonical correlation analysis
Platform: | Size: 658432 | Author: ffhh | Hits:

[Browser ClientCanonical-

Description: 帮助网站管理员们,解决网站内容存在多个版本时,指定规范链接,帮助解决内容重复收录问题。-Help webmasters solve when there are multiple versions of the site content, specify the canonical link, to help solve problems included duplicate content.
Platform: | Size: 1024 | Author: aj | Hits:
« 12 3 4 5 6 7 8 9 10 ... 30 »

CodeBus www.codebus.net