-
Desktop
说明: 涡激振动udf,单向振动,应用于fluent涡激振动等动网格计算(Vortex induced vibration UDF)
- 2020-12-20 20:30:50下载
- 积分:1
-
CDVine_1.1-11.tar
Vine copula for C vine和 D vine的估计等。(Vine copula for C vine and D vine.)
- 2014-11-24 20:12:14下载
- 积分:1
-
FME Object
FME Object基于C#二次开发,详细介绍了使用C#语句对FME进行二次开发,分享一下,希望有用
- 2022-06-15 16:56:16下载
- 积分:1
-
VCcallACM
讲述vc调用vcm的实现音频播放的程序。(About the realization of vc call vcm audio playback programs.)
- 2009-12-23 15:13:45下载
- 积分:1
-
brace
虚拟仪器 声卡采集 信号一些低通滤波处理(Some Low-pass filter processing of signal collected by Virtual instrument Sound Card)
- 2018-09-27 09:11:35下载
- 积分:1
-
TSP遗传算法求解
利用AForge中的遗传算法求解TSP
int iter = 1;
int iterations = 5000;
while (iter < iterations)
{
population.RunEpoch();
iter++;
}
Console.WriteLine("遍历路径是:{0}",((PermutationChromosome)population.BestChromosome).ToString());
Console.WriteLine("总路程是:{0}",fitnessFunction.PathLength(population.BestChromosome));
Console.ReadLine();
}
}
}
- 2022-05-28 04:43:44下载
- 积分:1
-
卡尔曼滤波
该代码编写了卡尔曼滤波的计算过程,以及参数的调节(This code compiles the calculation process of Kalman filter and the adjustment of parameters.)
- 2020-06-22 06:40:01下载
- 积分:1
-
炉石_超级商人_训练
说明: 魔兽世界335 eluna插件。多功能炉石。(World of Warcraft 335 eluna plug-in.)
- 2020-06-17 15:42:36下载
- 积分:1
-
C#邮件收发客户端代码
给予c#写的邮件收发客户端测试demo,邮件发送基于smtp协议,使用net自带的System.net.Mail,接收使用第三方控件库
- 2022-02-20 12:45:08下载
- 积分:1
-
1w
说明: 这是一个用C++编写的简单的图书管理,程序设计较为简单,对于初学者是个不错的例子。
(This is a C++ Prepared a simple library management, program design relatively simple, for beginners is a good example.)
- 2009-01-02 22:43:21下载
- 积分:1