登录
首页 » 数据结构 » Experimental Algorithm Design sophomore source, including choice of linear time,...

Experimental Algorithm Design sophomore source, including choice of linear time,...

于 2023-03-07 发布 文件大小:3.72 kB
0 116
下载积分: 2 下载次数: 1

代码说明:

大二算法设计实验源码,内容包括线性时间选择,01背包,骑士巡游,最小生成树-Experimental Algorithm Design sophomore source, including choice of linear time, 01 backpacks, Cavalier Parade, minimum spanning tree

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

发表评论


0 个回复

  • Visual C#库开发中 简单论坛的开发sql2000
    Visual C#数据库开发中 简单论坛的开发sql2000数据库-Visual C# Database development in a simple forum for the development of SQL2000 database
    2022-04-11 21:55:11下载
    积分:1
  • 首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Act...
    首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microsoft Access数据库train.mdb,并将数据源名设定为train即可实现数据库和应用程序的正常连接,程序才能正常实现数据库的访问。另外,如果用户自己编写了.chm的帮助文档只要和可执行文件放在同一个目录下就可以了。 用户要修改程序源码可以选择相应的.h和.cpp文件,本实例使用的命名规则基本是:DIALOG_***** 为管理对话框资源, *****Info为数据输入窗口资源, *****Set为结果集对应的类 -first confirmed your machine has been installed on VC6.0 versions, to build generating executable files, Suffix required to open the document called DSW, the system will default VC opened, then select Build menu under Set Active Configuration options Project Configuration options for Win32 Release. then compile the project, to be executable. Connecting to the database please refer to Chapter 2, the ODBC data source adds Microsoft Access database train.mdb. from the data source can be set to train database, and application of the normal connections, normal procedures can achieve database. In
    2022-04-24 04:21:15下载
    积分:1
  • Delphi 2007 Remobjects分布式ERP模型
    Delphi 2007 Remobjects分布式ERP模型-Delphi 2007 Remobjects Distributed ERP model
    2023-03-30 21:40:03下载
    积分:1
  • image存取到SQL
    image存取到SQL,图片格式文件直接存储到SQL数据库中,支持JPEG,BMP等格式
    2022-08-11 11:53:00下载
    积分:1
  • pb 源码 进度条程序
    pb 源码 进度条程序-progress of the process
    2023-05-04 19:50:03下载
    积分:1
  • 最小生成树
    1 2 0.0403 1 3 0.4747 1 4 0.7015 1 5 0.7936 1 6 0.2973 1 7 0.6139 1 8 0.4494 1 9 0.3155 1 10 0.8558 1 11 0.272 1 12 0.1045 1 13 0.6548 1 14 0.9271 1 15 0.3229 2 1 0.2182 2 3 0.9329 2 4 0.9521 2 5 0.8128 2 6 0.4044 2 7 0.6619 2 8 0.6596 2 9 0.3007 2 10 0.7244 2 11 0.2316 2 12 0.01 2 13 0.915 2 14 0.0878 2 15 0.0984 3 1 0.967 3 2 0.8945 3 4 0.749 3 5 0.9038 3 6 0.3022 3 7 0.2 3 8 0.7532 3 9 0.042 3 10 0.1991 3 11 0.8995 3 12 0.0592 3 13 0.4332 3 14 0.3324 3 15 0.17 4 1 0.434 4 2 0.3857 4 3 0.5991 4 5 0.5404 4 6 0.7573 4 7 0.96 4 8 0.8047 4 9 0.5279 4 10 0.1573 4 11 0.9087 4 12 0.3227 4 13 0.2898 4 14 0.5262
    2022-12-31 18:30:14下载
    积分:1
  • 一个的课程设计
    一个数据结构的课程设计-a data structure of the curriculum design
    2022-01-28 13:44:47下载
    积分:1
  • dhb manager wbsdhb manager wbsdhb manager wbsdhb manager wbsdhb manager wbsdhb m...
    dhb manager wbs dhb manager wbs dhb manager wbs dhb manager wbs dhb manager wbs dhb manager wbs dhb manager wbs dhb manager wbs dhb manager wbs dhb manager wbs dhb manager wbs-dhb manager wbsdhb manager wbsdhb manager wbsdhb manager wbsdhb manager wbsdhb manager wbsdhb manager wbsdhb manager wbsdhb manager wbsdhb manager wbsdhb manager wbsdhb manager wbsdhb manager wbsdhb manager wbsdhb manager wbsdhb manager wbsdhb manager wbsdhb manager wbsdhb manager wbsdhb manager wbsdhb manager wbs
    2022-01-26 14:51:25下载
    积分:1
  • 由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高...
    由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorithm to compare a character failure, a simple model put forward position Series mobile location of a character, would be lost in front of characters matching the information inefficiently. There is a need for a non-backtracking algorithms to improve efficiency, the use of KMP here (Knuth-Morris-Pratt) algorithm. Model Series in front of a row clips part said "prefix model," prefix string pattern in the pattern of recurring back can be used to avoid duplication of inspection has been done, KMP algorithm is an important concept.
    2022-03-19 13:35:27下载
    积分:1
  • VC做的药库管理系统,源程序和库都有。包括登陆框,连接库,操作库。...
    VC做的药库管理系统,源程序和数据库都有。包括登陆框,连接数据库,操作数据库。-VC do Drug Storehouse management systems, source code and databases are. Including landing box, connect to the database, the database.
    2023-04-30 13:00:02下载
    积分:1
  • 696518资源总数
  • 105267会员总数
  • 12今日下载