-
Performance
these are the important ieee papers of bidirectional dc dc converter for reneweble energy storage systems
- 2010-11-10 03:05:24下载
- 积分:1
-
bakerMap
implementation of bakermap method for image kryptography in matlab programming language
- 2011-05-09 10:58:33下载
- 积分:1
-
NSGA-II
algorithm of NSGA-II
- 2012-04-14 10:04:50下载
- 积分:1
-
matlab框脸
用于ycbcr空间检测人脸肤色,需要自己添加试验级。用photoshop软件将人脸涂白,其余的地方全部涂黑。(For YCbCr space to detect facial complexion, you need to add test level yourself. Photoshop software is used to whitewash the faces and the rest are blackened.)
- 2018-05-01 14:26:55下载
- 积分:1
-
CC
说明: his file contains a summary of what you will find in each of the files that
make up your CC application.
- 2008-03-27 22:21:53下载
- 积分:1
-
chap2
MATLAB实现基于趋近律的滑模控制 (MATLAB Reaching Law based Sliding Mode Control)
- 2008-06-12 18:48:18下载
- 积分:1
-
NeuralNetwork_BP_Classification
用matlab实现了人工神经网络的Bp网络算法,有利于图形图像的提取和识别(Matlab achieved using artificial neural network algorithm Bp network is conducive to graphical image extraction and recognition)
- 2008-07-21 16:13:59下载
- 积分:1
-
fangzhen1_tls
说明: ARMA谱估计-AR参数估计的总体最小二乘法(ARMA spectral estimation-AR parameter estimation of the overall least square method)
- 2008-11-02 15:04:16下载
- 积分:1
-
GrahamFindConvexHull
寻找很多个点的最大包围线。通过扫描法,分成4个代码文件实现。最后附图给出前后结果。(Looking for maximum points surrounded by a lot of lines. By scanning method, divided into four code files to achieve. The results are given before and after the final drawings.)
- 2015-01-15 15:18:35下载
- 积分:1
-
Calculate-Time-Interval
main executing reference usage: usage_timeDifference.m
Sample output:
The time interval between earierTime [09-Sep-1900 09:09:18] and laterTime [31-Oct-2010 23:33:08] is
110 years, 79 days, 14 hours, 23 mins, 50.17 secs.
The objective is to compute the time interval taking into account the leap days that are subsumed within the time interval.
Note:
The logic subsumes the time interval by
yearEnd, monthEnd, dayEnd - timeEarlier (within that year)
+ time interval (excluding that 2 years)
+ timeLater - yearEnd, monthEnd, dayEnd (within that year)
It differentiates the earlier time and later time, ie. timeDifference (earlierTime, laterTime) gives the same result as timeDifference (laterTime, earlierTime).
leapDayHasPassed.m illustrates a possible approach to determine if a certain day of concern is already over at a given time.
Caveat: does not include leap secs
- 2011-01-20 07:05:01下载
- 积分:1