-
Email_Free
自动发送邮件,使用该程序可以实现邮件自动发送(Send mail automatically)
- 2020-06-22 19:20:01下载
- 积分:1
-
moving--boundry-UDF-of-Fluent
Fluent中处理“动边界”问题的 UDF函数 (The Fluent deal with moving boundary problem UDF function)
- 2013-05-16 18:16:25下载
- 积分:1
-
数据结构
说明: 详细讲解数据结构及算法程序,为编写大型程序铺垫(Explain the data structure and algorithm program in detail to prepare large programs)
- 2020-06-16 21:20:02下载
- 积分:1
-
myobdcagame
说明: 经典小游戏,希望能给大家带来点好处,并多多下载哈(classic small game, could bring benefits, and many download Kazakhstan)
- 2006-03-31 16:21:32下载
- 积分:1
-
hexadecimal-conversion
可将输入的任意十进制数转换为你想要任意进制数。(Any input can be converted to decimal you want any decimal.)
- 2011-11-01 10:13:03下载
- 积分:1
-
physicjlsource
每次只能将与空格相邻的一个数字平移到空格中,试编程问题的求解码()
- 2018-04-10 10:20:50下载
- 积分:1
-
IDM v6.33.1
说明: IDM v6.33.1.zip 破解版(IDM v6.33.1.zipCracked version)
- 2019-06-02 21:00:20下载
- 积分:1
-
alglib-3.14.0.csharp.gpl
ALGLIB提供以下功能:
线性代数(直接算法、求解器、EVD/SVD)
快速傅里叶变换
数值积分
内插
线性和非线性最小二乘拟合
优化
常微分方程
特殊功能
统计 (描述性统计, 假设检验)
数据分析(分类/回归,包括神经网络)
的多个精确版本线性代数, 内插和优化算法(使用MPFR浮点计算)(ALGLIB provides functions for:
Linear algebra (direct algorithms, solvers, EVD/SVD)
Fast Fourier transforms
Numerical integration
Interpolation
Linear and nonlinear least-squares fitting
Optimization
Ordinary differential equations
Special functions
Statistics (descriptive statistics, hypothesis testing)
Data analysis (classification/regression, including neural networks)
Multiple precision versions of linear algebra, interpolation and optimization algorithms (using MPFR for floating point computations))
- 2018-08-14 14:53:16下载
- 积分:1
-
leetcode-cpp
说明: 本书的目标读者是准备去北美找工作的码农,也适合于在国内找工作的码农,以及刚接触acm算法竞赛的新手。(The target readers of this book are those who are ready to go to North America to find jobs. They are also suitable for those who are looking for jobs in China, as well as those who are new to ACM algorithm competition.)
- 2019-01-23 14:50:45下载
- 积分: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