-
ATK-Framworker
Achievo ATK 是一个以提升开发速度为其核心目标的业务框架。该框架的所有部分都以减少应用程序代码为目标。它没有提供大量工具类以实现广泛的功能,而是提供了一个通用 框架来减少代码。所有新增特性都经过慎重考虑 — 只有它们在某些地方能够降低开发时间才添加。
Achievo ATK 新特性的添加在某种程度上来说是一种演进式开发。没有专门负责开发新特性的团队;而是基于使用该框架的应用程序的要求来对其进行扩展。
(Achievo ATK is an upgrade to speed the development of the core objectives of the operational framework. The framework All parts are to reduce application code as a target. It did not provide a large number of tools to achieve the broad category of the function, but to provide a general framework to reduce code. All these new properties are the result of careful consideration- they are only in certain areas to reduce the development time to add. Achievo ATK new properties added to a certain extent, this is an evolutionary development. Not specifically responsible for the development of new properties team; It is based on the use of the framework of the application's requirements for its expansion.)
- 2007-01-12 15:41:02下载
- 积分:1
-
Levinson(1)
利用matlab实现现代法中的levinson算法,没有利用matlab中的函数库调用,对需要做课程实验报告的人应该有帮助。(The matlab levinson algorithm in modern France, should help those who need to do the course lab report.)
- 2012-06-15 10:44:12下载
- 积分:1
-
Photonic_crystal_resonant_cavities(TE-TM)
Photonic crystal square resonant cavities TE-TM mode
- 2009-01-02 23:44:37下载
- 积分:1
-
source_d
ofdm 解调simulink模块,调试版(OFDM demodulation simulink module, debug version)
- 2008-01-24 22:22:59下载
- 积分:1
-
script_bayesian_dist
the baysian distance metric learning code
- 2010-10-20 16:01:26下载
- 积分:1
-
matlab3
在matlab中使用牛顿插值完成对多项式插值的拟合(Using Newton' s interpolation in matlab to complete the fitting of polynomial interpolation)
- 2010-11-03 19:52:49下载
- 积分:1
-
matlabAnimation
matlab动画教程,有关于图形化窗口的创建以及制作(matlab animation tutorials, graphical window on the creation and production)
- 2010-05-16 10:07:04下载
- 积分:1
-
1
bp_innerloop.m
Inner loop of the backpropagtion learning algorithm.
One hidden layer. Uses tanh as the transfer function.
Uses the following global variables for input and/or output:
Inputs1 - input patterns
Desired - desired output patterns
LearnRate - learning rate parameter
Momentum - momentum parameter
DerivIncr - increment to the derivative of the transfer function
(Fahlman s trick typical value 0.2)
Weights1 - first weight layer (updated by this routine)
Weights2 - second weight layer (updated by this routine)
deltaW1 - initialize to 0 before first call
deltaW2 - initialize to 0 before first call
TSS - total sum-squared error (set by this routine)
Recurrent state
- 2013-05-18 03:38:49下载
- 积分:1
-
fm_gui_v2
matlab GUI编程示例,是Fourier-Mellin变换算法的图像匹配程序,非常实用。(Matlab GUI programming paradigm is the Fourier- Transform algorithm Mellin image matching procedures, very practical.)
- 2005-07-23 11:17:51下载
- 积分:1
-
vqsplit
This function is for training a codebook for vector quantization. The data set is split to two clusters, first, and the mean of each cluster is found (centroids). The disttance of each vector from these centroids is found and each vector is associated with a cluster. The mean of vectors of each cluster replaces the centroid first. If the total distance is not improved substantially, The centroids are each split to two. This goes on untill the required number of clusters is reached and the improvement is not substantial.
- 2011-02-03 23:01:09下载
- 积分:1