登录
首页 » C# » 遗传算法

遗传算法

于 2020-04-17 发布
0 177
下载积分: 1 下载次数: 3

代码说明:

说明:  C#组卷遗传算法完整源代码,有VS环境的可编译源程序(Complete source code of C # test paper genetic algorithm, with compileable source program in VS environment)

文件列表:

遗传算法\ConsoleApplication1\ConsoleApplication1\ConsoleApplication1.csproj, 2540 , 2020-04-02
遗传算法\ConsoleApplication1\ConsoleApplication1\DB.cs, 2314 , 2020-04-02
遗传算法\ConsoleApplication1\ConsoleApplication1\Paper.cs, 762 , 2020-04-02
遗传算法\ConsoleApplication1\ConsoleApplication1\Problem.cs, 1348 , 2020-04-02
遗传算法\ConsoleApplication1\ConsoleApplication1\ProblemComparer.cs, 704 , 2020-04-02
遗传算法\ConsoleApplication1\ConsoleApplication1\Program.cs, 16490 , 2020-04-02
遗传算法\ConsoleApplication1\ConsoleApplication1\Properties\AssemblyInfo.cs, 1370 , 2020-04-02
遗传算法\ConsoleApplication1\ConsoleApplication1\Unit.cs, 1875 , 2020-04-02
遗传算法\ConsoleApplication1\ConsoleApplication1.sln, 899 , 2020-04-02
遗传算法\ConsoleApplication1\ConsoleApplication1.suo, 20480 , 2020-04-02
遗传算法\ConsoleApplication1\ConsoleApplication1\Properties, 0 , 2020-04-02
遗传算法\ConsoleApplication1\ConsoleApplication1, 0 , 2020-04-02
遗传算法\ConsoleApplication1, 0 , 2020-04-02
遗传算法, 0 , 2020-04-02

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

发表评论

0 个回复

  • Filecombine
    说明:  这是个人写的简单的文件合并工具,有如下特性: 1. 支持二进制和文本文件合并; 2. 可以自定义填充字节(默认为0); 3. 可以选择源文件的任意地址和任意数据长度(在源文件的数据范围之内); 4. 可以任意修改源文件数据在目标文件(合并或拆分)文件的地址范围; 5. 支持拆分源文件,但单次操作只支持一个源文件和一个目标文件; 6. 可以保存/加载文件拆分合并的配置数据,并于重复使用;(This is a simple file combine tool with the following characteristics: 1. Support binary and text file combine; 2. You can customize the padding byte (default is 0); 3. You can select any address of the source file and any data length (within the data range of the source file); 4. The source file data can be arbitrarily modified in the address range of the target file (combine or split) file; 5. Support split source files, but only one source file and one target file are supported in a single operation; 6. You can save/load the file to combine, split configuration data and reuse it;)
    2019-10-26 14:27:33下载
    积分:1
  • client-server
    多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。 客户端: 1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。 (Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate. First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission. The key step program implementation: In TCP protocol as an example Service-Terminal: 1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response. Clients: 1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli)
    2016-07-11 10:19:07下载
    积分:1
  • myDataGrid
    自己写的griddata控件,包含winform开发office所需要的大部分功能。(Write your own griddata controls, contains most of the functionality needed for winform development office.)
    2013-12-27 18:15:02下载
    积分:1
  • GPSSERV
    使用NMEA0183的gps服务程序原码(use of a GPS NMEA0183 service program source)
    2004-09-04 18:35:18下载
    积分:1
  • DrawBezier
    说明:  采用C++编写的实现了贝塞尔曲线图形化,使用软件vs2017(Graphization of Bessel Curve Written in C++ Language,Using software vs2017)
    2019-01-07 21:38:05下载
    积分:1
  • 基于NI-VISA的仪器
    说明:  基于NI-VISA的仪器编程,支持RS232、USB、GPIB及LAN 必须安装VISA运行时,下载链接如下(请下载最新版本1700)(The Virtual Instrument Software Architecture (VISA) is a standard for configuring, programming, and troubleshooting instrumentation systems comprising GPIB, VXI, PXI, Serial, Ethernet, and/or USB interfaces. VISA provides the programming interface between the hardware and development environments such as LabVIEW, LabWindows/CVI, and Measurement Studio for Microsoft Visual Studio.)
    2019-05-20 23:33:36下载
    积分:1
  • OutlAddin
    outlook的插件, 可以供初学者进行参考学习。(outlook s plugin)
    2011-09-14 17:17:47下载
    积分:1
  • Mac
    中国科学院力学研究所,李新亮,计算流体力学,第四次作业,激波管计算程序(Mechanics Institute, Li Xinliang, computational fluid dynamics, the fourth operation, shock tube calculation program)
    2020-07-03 04:00:01下载
    积分:1
  • svm_dense_dalal
    说明:  svm的VC代码,内容较多,不依赖libsvm,也不依赖opencv,可以自行修改程序(The VC code, SVM more, do not rely on libsvm content, does not depend on opencv, can modify the program itself)
    2011-03-28 14:33:12下载
    积分:1
  • Daila(guanlixitong)
    企业电话客户服务。包括源代码和readme文件。(Enterprise telephone service to customers )
    2012-01-07 18:30:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载