登录
首页 » C# » 这是旅行商问题的C #代码的解决方案,该方法的精度。

这是旅行商问题的C #代码的解决方案,该方法的精度。

于 2022-03-12 发布 文件大小:2.41 kB
0 98
下载积分: 2 下载次数: 1

代码说明:

这是解决旅行商问题的c#程序代码,编写的方法是普通遗传算法-This is the solution of traveling salesman problem c# code, the method is the preparation of general genetic algorithm

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • lzlbgzdw
    说明:  一种基于粒子滤波的测向定位跟踪算法,一种基于粒子滤波的测向定位跟踪算法。(A particle filter based on the finding and location tracking algorithm, a particle filter based on the finding and location tracking algorithm.)
    2008-09-29 18:20:59下载
    积分:1
  • DTW-VCPP
    基于vc++开发,dtw语音识别,MFCC参数(DTW recognice based on vc++)
    2012-03-25 19:12:20下载
    积分:1
  • CIFAFENXI
    通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法(failed to translate)
    2013-05-08 10:16:10下载
    积分:1
  • Mexaamleea
    Matcom是mathTools公司推出的一个能将M文件转化成相同功能C++代码的工具。相比Matlab自带的编译器Compiler,用Matcom转化代码要简单易懂懂与方便的多。本文将结合作者编程与开发经验,以以Visual C6.0与Matcom为例,详细介绍怎样运用Matcom进行Visual C与Matlab的联合编程与开发。 (Matcom is one can mathTools company launched M-file into a tool of same function C++ code. Compared to Matlab comes with the compiler, Compiler, with Matcom conversion code should be simple to understand and easy to understand and convenient. This article will be combination of programming and development experience in Visual C6.0 and Matcom, for example, details how to use Matcom Visual C and Matlab programming and development.)
    2012-08-20 07:18:23下载
    积分:1
  • 入门经典第5版中文高清版
    C#入门经典,非常好的学习C#的入门教材(C# Introduction classics, very good learning C# introductory textbooks)
    2020-06-21 14:40:01下载
    积分:1
  • MyNewDataBase
    在VC下访问和创建Access数据库的例子,很清楚的程序(in VC visited and the creation of the Access database examples, it is clear that the procedures)
    2007-04-04 17:20:33下载
    积分:1
  • 包含工程文件和说明文件。 程序使用面向对象技术,利用按钮、图片框、定时器等控件制作这款小游戏。 另外还用到了使用虚拟的控件数组技术来操作大量功能类似的控...
    包含工程文件和说明文件。 程序使用面向对象技术,利用按钮、图片框、定时器等控件制作这款小游戏。 另外还用到了使用虚拟的控件数组技术来操作大量功能类似的控件。 游戏规则:通过点击翻转图片,连续翻转出相同的图片则图片固定,否则图片仍翻回来。 在规定时间内翻开所有的图片则游戏胜利。 -Contains project files and documentation. Procedures for the use of object-oriented technology, the use of buttons, picture frames, timer controls, such as the production of this game. Also used a control array using virtual technology to operate a large number of features similar to controls. The rules of the game: flip picture by clicking on a row picture turned out the same picture is fixed, otherwise the picture still turned back. Opened in the specified time, all of the picture while the game victory.
    2022-02-12 13:02:32下载
    积分:1
  • c51control
    说明:  适用51单片机的程序,可以进行气压测量进行自动控制继电器(51 MCU application procedures, pressure measurements can control relays)
    2021-04-22 15:38:49下载
    积分:1
  • C# 使用Binding对象读取图像字段
    C# 数据库操作实例,使用Binding对象从数据库中读取图像字段,同时还演示了从SQL Server数据库读取图像,向SQL Server数据库添加图像。   向SQL Server数据库添加图像主要是在SQL Server Northwind数据库中创建图像数据表,添加图像数据参数值,从SQL Server数据库读取图像的代码如下:   private void button2_Click(object sender, EventArgs e)   {//从SQL Server数据库读取图像    var MySQL = "Select * From MyImageTable ";    var MyConnection = new System.Data.SqlClient.SqlConnection("Data Source=.SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True");    var MySet = new DataSet();    var MyAdapter = new System.Data.SqlClient.SqlDataAdapter(MySQL, MyConnection);    MyAdapter.Fill(MySet);    byte[] MyBytes = (byte[])MySet.Tables[0].Rows[0]["ImageData"];    var MyStream = new System.IO.MemoryStream(MyBytes);    this.pictureBox1.Image = Image.FromStream(MyStream);   }
    2022-01-25 16:04:56下载
    积分:1
  • 凸壳拟合实例
    凸壳拟合
    2022-06-02 12:05:28下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载