-
autoThreshodseg
automatic threshold segmention
- 2010-01-02 17:26:47下载
- 积分:1
-
levelfms
此应用程序不仅表明了基本的使用Microsoft基础类,而且也是一个起点书面申请。(This application not only demonstrates the basic use of Microsoft Foundation Classes, but also a starting point for an application in writing.)
- 2009-05-07 08:02:01下载
- 积分:1
-
pca
这篇文章是盲信号处理,因为是英文文章,所以大家看内容就好了。(Principal component analysis (PCA) is a mainstay of modern data analysis- a black box that
is widely used but poorly understood. The goal of this paper is to dispel the magic behind this
black box. This tutorial focuses on building a solid intuition for how and why principal component
analysis works furthermore, it crystallizes this knowledge by deriving from simple intuitions, the
mathematics behind PCA . This tutorial does not shy away from explaining the ideas informally,
nor does it shy away from the mathematics. The hope is that by addressing both aspects, readers
of all levels will be able to gain a better understanding of PCA as well as the when, the how and
the why of applying this technique.)
- 2011-10-17 09:07:08下载
- 积分:1
-
mex
Demonstrates the advantage of compiling a m-file to a MEX file using MATCOM.
- 2014-12-19 08:54:42下载
- 积分:1
-
matlab
matlab 的各种图像处理与视频处理算法 (very good c++ algorism very good matlab algorism )
- 2015-04-01 07:09:41下载
- 积分:1
-
FUSHUDAO
关于地震复数道的程序,对于学习地球物理的同学有帮助。(Application of seismic complex trace for learning geophysical classmates help.
)
- 2015-05-13 09:56:28下载
- 积分:1
-
unlinercontrol
非线性系统鲁棒无模型学习自适应控制论文,内容见附件(Nonlinear systems model-free learning adaptive control study, the content of Annex)
- 2010-11-11 01:14:27下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1
-
Harriscornerdetector
说明: harris 角点检测 MATLAB 代码(Harris corner detection MATLAB code)
- 2010-05-05 10:03:54下载
- 积分:1
-
Lot_Volume
函数可以自动计算标准手份额并显示剩余空间百分比或者使用固定标准手数( х без знака )
在程序 #include <Lot_Volume.mqh> 中添加函数,同时在需要的位置调用 OrderSend(货币对, 定单类型, Lot_Volume(), 价格, 0, 停止, 赢利) 如果显示为 10 , 那说明标准手数为10 。如果只是 10 ,那说明为10个标准手。
当然它现在并不完美,等待评论。(Function can automatically calculate and display the remaining share lots of space using a fixed percentage or standard lots ( х без знака )
Add a function in the program#include <Lot_Volume.mqh> while in the desired location to call OrderSend (currency pair, order type, Lot_Volume (), price, 0, stop, profit)
If the display is 10 , it shows the standard number is 10 percent hands. If only 10 , it means the 10 standard lots.
Of course it s not perfect now, waiting for comment.)
- 2015-11-20 11:14:44下载
- 积分:1