-
AnalizorLexicalCSharp
lexical analizer using C# classes . . . Regex and HashTable
- 2011-01-24 15:16:08下载
- 积分:1
-
多目标
多目标粒子群算法是模拟动物群体的社会行为,找到一个最优设计点的过程比作这些生物觅食活动。换句话说,这些例子在设计空间中寻找最好的位置,一个例子的最佳位置和沿着当前速度和惯性方向的相邻元素被用来决定下一个粒子的位置。
- 2022-01-31 17:16:24下载
- 积分:1
-
sftp文件上传
sftp文件上传:选择目录,程序将自动查询目录下的文件,通过sftp的方式上传到服务器;
配置文件中需要配置:sftp的ip,登录id 和密码,上传路径
- 2023-04-05 20:55:04下载
- 积分:1
-
贪吃蛇代码
#include
/*输出天数周几*/
int scanfweek(int m,int n) {
printf("********************************************************
");
printf(" Sun Mon Tue Wed Thu Fri Sat
");
int date[6][7]={0};
int Row,Col;
Row=0;Col=m;
for(int k=1;k
- 2023-09-01 13:40:03下载
- 积分:1
-
基于TCP的Socket编程
基于TCP的socket编程源码,能够实现客户端服务器之间通信,基于VC.0的MFC类库的编程,图形化界面
- 2023-08-31 13:00:03下载
- 积分:1
-
CSharp.E-Kitap.Memik_Yanik
Turkish programming book. C # Beginners book. Author Memik Yanı k.
- 2012-08-23 14:59:48下载
- 积分:1
-
蓝牙cc2540
蓝牙4.0开发手册,详细介绍了蓝牙cc2540开发板的详细情况,学习低功耗蓝牙的可用看看
蓝牙4.0开发手册,详细介绍了蓝牙cc2540开发板的详细情况,学习低功耗蓝牙的可用看看
- 2022-06-28 09:13:17下载
- 积分:1
-
library for statistical computing
一个轻量级的统计学计算库,实现了很多统计学方法:线性回归、分位数回归、最小二乘的非线性求解,不依赖于任何其他第三方库
- 2023-06-09 14:15:04下载
- 积分:1
-
c# winform 分页 用户控件 实例源码下载
c# winform 分页 用户控件 实例源码下载
- 2014-11-26下载
- 积分:1
-
模拟退火算法解决TSP问题,用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制...
模拟退火算法解决TSP问题,用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对当前解重复“产生新解→计算目标函数差→接受或舍弃”的迭代,并逐步衰减t值,算法终止时的当前解即为所得近似最优解-Simulated annealing algorithm to solve the TSP problem, combined with solid-annealing simulation optimization problems, the internal energy E is modeled as the objective function value f, temperature T evolved into control parameter t, that is to be solutions of combinatorial optimization problems simulated annealing algorithm: from the initial solution i and control the parameters of the initial value t begin to repeat the current solution, " to generate new solutions of differential → → calculation of the objective function to accept or give up," iteration, and gradually decay t values, the algorithm is terminated shall be derived from the current approximate solution of the optimal solution
- 2022-02-20 05:04:22下载
- 积分:1