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

资源列表

« 1 2 ... .08 .09 .10 .11 .12 2413.14 .15 .16 .17 .18 ... 2673 »
  1. chuan

    0下载:
  2. 串:基本概念,基本运算,存储结构,模式匹配,Brute-Force算法,KMP算法- 检测到:中文 » 英语 This operation, the storage structure, pattern matching, Brute Force- algorithm, KMP algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-05
    • 文件大小:136.66kb
    • 提供者:张憧
  1. xiaobo

    0下载:
  2. 小波谱分析mallat算法经典程序。真的不知道写一些什么来凑够20字-Spectral analysis mallat classical algorithm procedures. Really I do not know what to write 20 words lobbied
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.06kb
    • 提供者:李铁
  1. List-of-the-basic-operation

    0下载:
  2. 链表的基本操作(函数已封装) 交并差的实现- List of the basic operation (function has been encapsulated) Realization of Crossing and
  3. 所属分类:Data structs

    • 发布日期:2017-05-05
    • 文件大小:17.35kb
    • 提供者:王闯
  1. 进程调度

    0下载:
  2. 设计一个有 N个进程共行的进程调度程序。进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-10-30
    • 文件大小:3.16kb
    • 提供者:liuyutong66700
  1. KMP_StrIndex(Optimatic)

    0下载:
  2. 改进版KMP算法,用于一篇文档中对指定字符串进行位置检索,算法效率高,并通过实际测试检验-Improved version of the KMP algorithm for a document on the specified string location retri , algorithm efficiency is high, and through the actual test and inspection
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:40.68kb
    • 提供者:
  1. StrToInt

    0下载:
  2. 字符串转整形程序源码,代码完整,鲁棒性强,涉及对多种异常情况的处理,已经通过测试,正确无误-String to plastic program source code, code integrity, strong robustness, involving a variety of abnormal conditions of the processing, has passed the test, correct
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:12.23kb
    • 提供者:
  1. count_every_word

    0下载:
  2. 对一篇文档中的单词进行统计,并将单词出现的频率由高到低进行排列,并打印,便于对一篇文章高频词汇进行统计,非常实用,并通过测试-Statistics on the word in a document, and the frequency of the word appears to be arranged by the high to low, and print, easy to a high frequency vocabulary for statistics, very practica
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.94kb
    • 提供者:
  1. generate_data_grid

    0下载:
  2. 用于生成一个随机数表,以便于进行数据分析,程序运行时,通过人机交互,可以指定随机数表矩阵的行和列,以及随机数的取值范围,非常实用,测试可正常运行- Used to generate a random number table, to facilitate data analysis, when the program is running, through human-computer interaction, you can specify the random number tab
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2.57kb
    • 提供者:
  1. Sort-with-index

    0下载:
  2. 扩展的STL sort代码(Sort with index),使其输出sort的index-Expand STL sort with index output
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.69kb
    • 提供者:gechengwei
  1. bm

    0下载:
  2. bm搜索算法 文件形式是vs工程文件,里面是我自己编的bm搜索算法,虽然简陋,但胜在启迪,可以通过我的类来了解bm算法 vs2015-bm search algorithm vs file format is the project file, which is bm Search Algorithm my own, though simple, but wins in inspiration, by my class for bm algorithm vs2015
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:10.97kb
    • 提供者:张荣柏
  1. 单链表

    0下载:
  2. 1、设有两个无头结点的单链表,头指针分别为ha,hb,链中有数据域data,链域next,两链表的数据都按递增序存放,现要求将hb表归到ha表中,且归并后ha仍递增序,归并中ha表中已有的数据若hb中也有,则hb中的数据不归并到ha中,hb的链表在算法中不允许破坏。
  3. 所属分类:数据结构常用算法

  1. Optimization

    0下载:
  2. 模拟超市购物情况,根据输入人物特点,对其排队时间给出最优化解决。-choose the queue for minimal time
  3. 所属分类:Data structs

    • 发布日期:2017-05-05
    • 文件大小:14.39kb
    • 提供者:里昂
« 1 2 ... .08 .09 .10 .11 .12 2413.14 .15 .16 .17 .18 ... 2673 »
搜珍网 www.dssz.com