登录
首页 » C# » 蚁群算法实例,使用C#开发

蚁群算法实例,使用C#开发

于 2023-04-08 发布 文件大小:106.43 kB
0 44
下载积分: 2 下载次数: 1

代码说明:

蚁群算法实例,使用C#开发-C# CAO NI MAANtAAAAAADDDDDDDDDDDDDDDDDDD

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

发表评论

0 个回复

  • 667-exe
    darkeden 6.67 ver exe file!!
    2014-01-15 15:20:52下载
    积分:1
  • Design有背景2.完成版
    可在数据库收录信息,单片机上显示,软硬结合(Can be included in the database information, single-chip display, the combination of hardware and software)
    2018-09-17 23:41:56下载
    积分:1
  • Example109
    vc 用DAO在程序中动态创建数据库的程序源码,很不错的demo(vc dynamic in the program using DAO to create a database of program source code, very good demo)
    2011-06-23 22:15:54下载
    积分:1
  • MFCchuankou
    串口通信,也可实现虚拟串口通信。采用VS2015编程 MFC(Serial communication. It can also realize virtual serial communication.)
    2021-04-10 11:08:59下载
    积分:1
  • FireTest(5.18)
    风场作用下的粒子火焰模拟,采用vc++和opengl技术(wind particles under simulated flame using vc technology and opengl)
    2020-06-29 16:40:02下载
    积分:1
  • PIC-@@-PID
    基于PIC单片机的PID算法在温度控制器中的设计,含有Matlab程序(Based on the design of the PIC microcontroller PID algorithm temperature controller, containing Matlab program)
    2013-04-11 20:33:17下载
    积分:1
  • Histogram-method
    利用直方图双峰法选取适当阈值对图像进行二值化处理。此法只适用于直方图为双峰状图像。(Using the Shuangfeng method to the appropriate threshold histogram of image processing two values. This method is only applicable to the histogram of image of Shuangfeng.)
    2015-04-14 15:56:07下载
    积分:1
  • SnatchVoiceDeviceName
    C#获取你电脑上的声音设备类型并显示声音设备的PNPDeviceID,比如我电脑上的声卡设置为:Realtek AC‘97 Audio。程序将声明一个用于检索设备管理信息的对象,循环遍历WMI实例中的每一个对象,最终获取到声卡设备名称和PNPDeviceID(C# Gets the sound on your computer, device type and displays sound device PNPDeviceID, such as my computer' s sound card is set to: Realtek AC' 97 Audio. Program will declare a device management information for retrieving objects, loop through each instance of a WMI object, and ultimately get to the sound device name and PNPDeviceID)
    2013-06-05 10:43:56下载
    积分:1
  • AVR-Mega16学习板原理图
    AVR-Mega16学习板原理图 电路图(AVR-Mega16 Schematic diagram)
    2020-06-16 09:40:02下载
    积分:1
  • C# 修复Access数据库的一个范例程序
    C# 修复Access数据库的一个范例程序,不过不知道到底能不能修复吧,这个修复过程的编写,可参考以下代码:   //声明临时数据库的名称   string temp = DateTime.Now.Year.ToString();   temp += DateTime.Now.Month.ToString();   temp += DateTime.Now.Day.ToString();   temp += DateTime.Now.Hour.ToString();   temp += DateTime.Now.Minute.ToString();   temp += DateTime.Now.Second.ToString() + ".bak";   temp = strPathMdb.Substring(0, strPathMdb.LastIndexOf("") + 1) + temp;   //定义临时数据库的连接字符串   string temp2 = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + temp;   //定义目标数据库的连接字符串   string strPathMdb2 = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + strPathMdb;   JRO.JetEngineClass jt = new JRO.JetEngineClass();//创建一个JetEngineClass对象   //使用JetEngineClass对象的CompactDatabase方法压缩修复数据库   jt.CompactDatabase(strPathMdb2, temp2);      File.Copy(temp, strPathMdb, true);//拷贝临时数据库到目标数据库(覆盖)   File.Delete(temp);//删除临时数据库   MessageBox.Show("修复完成");   这个程序中使用了三个类库:Interop.ADODB.dll、Interop.ADOX.dll、Interop.JRO.dll。
    2022-01-26 03:31:51下载
    积分:1
  • 696518资源总数
  • 105562会员总数
  • 1今日下载