-
HDFaceRecognitionSystemMatlabsourcecode
Advances in data collection and storage capabilities during the past decades have led to an information overload in most sciences. Researchers working in domains as diverse as engineering, astronomy, biology, remote sensing, economics, and consumer transactions, face larger and larger observations and simulations on a daily basis. Such datasets, in contrast with smaller, more traditional datasets that have been studied extensively in the past, present new challenges in data analysis. Traditional statistical methods break down partly because of the increase in the number of observations, but mostly because of the increase in the number of variables associated with each observation. The dimension of the data is the number of variables that are measured on each observation.
- 2009-07-11 13:58:55下载
- 积分:1
-
TSPga
说明: 标准遗传算法求解TSP。算法采用交叉、变异、赌转轮选择(Genetic Algorithm for TSP)
- 2010-04-27 08:32:05下载
- 积分:1
-
interior
Interior penalty function
- 2011-07-13 10:29:51下载
- 积分:1
-
clc
A cyclic redundancy check (CRC) is an error-detecting code designed to detect accidental changes to raw computer data, and is commonly used in digital networks and storage devices such as hard disk drives. Blocks of data entering these systems get a short check value attached, derived from the remainder of a polynomial division of their contents on retrieval the calculation is repeated, and corrective action can be taken against presumed data corruption if the check values do not match.
- 2011-08-03 16:31:53下载
- 积分:1
-
matl
介绍matlab中主要数学函数,非常实用,学习的好帮手(Introduction MATLAB in the main mathematical function, very practical, learning a good helper)
- 2012-04-24 21:38:47下载
- 积分:1
-
DEEC
This is the code of DEEC protocol of wireless sensor network. It is a matlab code
- 2013-10-08 19:48:11下载
- 积分:1
-
matbal
基于matlab和C++解多平衡节点+普通PQ分解潮流计算问题(Based on matlab and C++ Solution more balanced node+ Ordinary PQ decomposition of power flow calculation problem)
- 2007-10-27 16:17:53下载
- 积分:1
-
LDPC_EG
文件给出了EG-LDPC码的三种H矩阵,可直接调用,分别为(1023,781)、(255,175)、(15,7)EG-LDPC码(File EG-LDPC codes given three H matrix, can be directly called, respectively, (1023,781), (255,175), (15,7) EG-LDPC code)
- 2021-03-29 20:39:10下载
- 积分:1
-
matlab
分别对正弦波,三角波,方波,一周期内取为整数的64个点(A=4095);写锯齿波和方波的谐波构成(只写了3、4个)。(Of sine wave, triangle wave, square wave, A week off for integer in the period of 64 points (A = 4095) Write a sawtooth wave and square wave of harmonic (only wrote 3, 4).)
- 2013-08-10 21:49:09下载
- 积分:1
-
h.264-cuda-master
This project seeks to implement H.264 (the standard x264 is based on) to run on CUDA. Specifically we attempt to write the motion estimation module in CUDA.
Motion estimation is currently the most computationally intensive portion of the H.264 encoding process. Previous attempts to parallelize this algorithm in CUDA showed sizeable speedups but sacrificed quality by ignoring the motion vector prediction (MVp). We demonstrate the viability of a hierarchical (pyramid) motion estimation algorithm in CUDA. This solution addresses the MVp problem while still taking advantage of the CUDA framework.
- 2014-10-15 07:32:32下载
- 积分:1