-
triangle
效率极高的基于delaunay三角网格剖分程序,只是没有图形输出,可以只将生成文件直接导入matlab中。(Based on highly efficient delaunay triangular mesh generation process, but there is no graphics output, you can only generate documents in directly into matlab.)
- 2007-11-14 21:31:19下载
- 积分:1
-
MyCal
时间控制小程序,主要用于控制软件的时间管理,可一参考(time control of small procedures, mainly used to control the time management software, a reference to the masses)
- 2005-08-30 14:14:58下载
- 积分:1
-
FSK
根据2FSK调制器与解调器的组成原理,设计出整个2FSK传输系统的实现方案与电路(Based on composition theory 2FSK modulator and demodulator, the entire design implementation and circuit transmission system 2FSK)
- 2014-01-06 18:49:53下载
- 积分:1
-
sb
说明: 网上找的一个有意思的程序。共享下。参阅下子(Internet is an interesting program. Sharing the next. See erupted)
- 2011-09-28 11:03:06下载
- 积分:1
-
guidedfilter
kaiming he的guided image filtering的c++代码,利用VS2010+OPENCV2.4.4实现,效果和公布的MATLAB代码相同。(C++ code for KaiMing He s guided image filtering, the result as same as matlab code which publish in the web, project is code via VS2010+OPENCV2.4.4.)
- 2013-12-15 21:38:35下载
- 积分:1
-
Enumprocess
Enumprocess (window kernel)
- 2014-10-23 13:36:51下载
- 积分:1
-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(n)为偏差
d(n)为期望输出
y(n)为实际输出
η为学习速率
n为迭代次数
2、初始化,赋给w(0)各一个较小的随机非零值,令n=0
3、对于一组输入样本x(n)和对应的期望输出d,计算
e(n)=d(n)-X^T(n)W(n)
W(n+1)=W(n)+ηX(n)e(n)
4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1
-
442e6abc69b5d04460608d7ab3fdf616
请问下大家CC++如何实现感染可执行文件以及如何实现将一个exe文件镶嵌到另一个exe文件中
- 2010-02-12 01:34:37下载
- 积分:1
-
Philosophers
这个程序可以演示关于哲学家就餐的问题,对于理解线程的相互等待有很好的作用(This procedure can be demonstrated on the Dining Philosophers problem, each thread to wait for understanding the role of good)
- 2010-01-06 20:31:16下载
- 积分:1
-
Some-simple-optimization
一些简单最优化方法的matlab实现,及一些方法(Some simple optimization method matlab implementation)
- 2011-05-08 18:51:47下载
- 积分:1