CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 数值算法/人工智能

资源列表

« 1 2 ... .01 .02 .03 .04 .05 25506.07 .08 .09 .10 .11 ... 28275 »
  1. 向量排序

    0下载:
  2. 书中共介绍了四类排序函数:插入排序、起泡排序、选择排序、快速排序。我们需要建立一个无序随机序列,分别用上述排序方法对建立的无序序列有序化,编写相应的程序计算每种算法的赋值次数、比较次数以及所用时间,以此为依据来判断各种算法的效率。-introduced a total of four ranking functions : insertion sort, bubble sort, select, in order of Quick Sort. We need to build a disorde
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6237
    • 提供者:卢孝飞
  1. KMP匹配算法

    0下载:
  2. 由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorithm to compare a character failu
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3257
    • 提供者:卢孝飞
  1. 蚁群算法的matlab源码

    0下载:
  2. 用matlab编写的用于解决tsp问题的源代码,代码本身不完善,有一点问题,上载用的是普通word文档形式。-using Matlab prepared for the settlement tsp the source code, the code itself imperfect, it is, on the use of ordinary word document form.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6825
    • 提供者:任涛
  1. 求绳长井深

    0下载:
  2. 最件单的求值问题..就是求井深和绳长的问题,,我还是个初学者-most pieces of the single-issue .. evaluates depth and is seeking a long rope, and I was a beginner, and laughter
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7510
    • 提供者:郭耀堂
  1. 实现多媒体lzw算法

    0下载:
  2. 实现多媒体文件的lzrw算法,在vc6下编译成功,算法代码没有仔细研究-multimedia documents lzrw algorithm, compiled under the vc6 successful, the algorithm code without careful study
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:74294
    • 提供者:李辉
  1. 抓贼

    0下载:
  2. 这是c++功能的又以体现,实现了用c++完成逻辑推理的任务,对于学习c++很有帮助,是个很不错的程序哦-This is another function of c embodiment achieved with c logical completion of the task, learning c helpful, is a very good procedure oh
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1017
    • 提供者:月月
  1. 复数的重载

    0下载:
  2. 这是用c++实现的一个复数重载的实例,对于学习c++中重载的问题很有帮助,来看看吧!-This is achieved with c a plural Heavy examples for learning, c Overrideable very helpful, at the end of!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2818
    • 提供者:月月
  1. 图书管理2to2

    0下载:
  2. 本系统完成了要求的所有功能,能进行图书的基本管理业务活动。包括采编入库、清除库存、借阅和归还等。利用B树对书号建立索引,提高了工作的效率。本系统支持对中文书籍的输入输出。.用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明。-the system completed all the required functions, the library will conduct basic management operations. Journalists, inc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14064
    • 提供者:妮娜
  1. BST2to2

    0下载:
  2. 完成实验要求的全部功能并运行通过,算法有一定的新意,程序代码符合书写规范,实验报告叙述清晰完整,有详尽的分析和总结-completion of the pilot all the functional requirements and run through the algorithm of a certain novelty, with code written norms, experimental report describes a distinct and comprehensive,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3213
    • 提供者:妮娜
  1. Critical_path2to2

    0下载:
  2. 本设计完成了要求的所有功能,可由系统建立一张图或者由用户自行建立一张图,并对该图进行关键路径的搜寻.用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明。-the design completed all the required functions, from the establishment of a system or plan established by the users themselves a map, and this map critica
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2963
    • 提供者:妮娜
  1. Big_int2to2

    0下载:
  2. 本设计完成了要求的所有功能,.能存储足够大的大整数并进行相应的加减法运算。用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明。-the design completed all the required functions. Can store large enough large integer and the corresponding addition and subtraction operations. User friendly interface
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3183
    • 提供者:妮娜
  1. maze4444

    0下载:
  2. 由系统随机建立一个迷宫,然后屏幕输出路径。为在完成作业的同时复习所学过的内容,完成一条路径的时候用到了递归的方法 而做全部路径的时候用非递归的方法。用户界面友好,有用户使用说明.每一步操作都有说明与提示。程序运行通过,有详细的解释说明-system by the establishment of a random maze, and then screen output path. For the complete review of operations at the same time ha
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:932
    • 提供者:妮娜
« 1 2 ... .01 .02 .03 .04 .05 25506.07 .08 .09 .10 .11 ... 28275 »
搜珍网 www.dssz.com