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

搜索资源列表

  1. sufexpresssrc

    0下载:
  2. 本程序是一个完整的后缀表达式计算,主要用栈的操作实现,本程序封装了CStack类实现栈的操作,本程序最大的特色在于运用动态监视表达式的算法对表达式进行数据校验,对一切合法的表达式进行计算,检验出所有任何非法表达式并提示。-this procedure is a complete expression suffix, the main stack to achieve the operation, Packaging of this program to achieve Stack CStack
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:21.57kb
    • 提供者:魏洪平
  1. 哈希表二次探测再散列法

    0下载:
  2. vc开发的二次探测在散列算法,学习数据结构的学习者看看吧!! -vc developed to detect the secondary hash algorithm, the data structure learners see! !
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.43kb
    • 提供者:夫雷
  1. IntegerSort

    0下载:
  2. 设计一个由自动测试排序算法性能(比较次数compare_count、交换次数exchange_count、探测次数probe_count)的测试类和排序类构成的类体系。 注:用一个类来描述一个排序算法,类中的sort方法通过调用比较、交换方法来实现数组排序。排序类放入一个特定的包MySort中。-Design a sorting algorithm by automatic test performance (compare the number of compare_count, the
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:7.99kb
    • 提供者:jay
  1. Hash

    0下载:
  2. 1. 本程序是针对“人名”设计的哈希表。 2. 程序中人名为汉语拼音形式,共30个人名,取平均查找长度的上限为2.哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 3. 本程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入程序中规定的运算命令;相应的输入数据(滤去输入中的非法字符)和运算结果显示在其后。4.本程序是清华严蔚敏配套哈希表程序-1. This program is for " names" design of the
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:7.11kb
    • 提供者:lt
  1. shujv

    0下载:
  2. 符号匹配 数据结构 结构体 括号匹配问题是编译程序时经常遇到的问题,用以检测语法是否有错。-Symbolic structures matching the data structure compiler parentheses matching problem is frequently encountered problems, to detect whether the wrong syntax.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7.16kb
    • 提供者:张飞飞
  1. 123

    1下载:
  2. (1) 假定每个记录有下列数据项:电话号码、用户名、地址。 (2) 一是从数据文件old.txt(自己现行建好)中读入各项记录,二是由系统随机产生各记录,并且把记录保存到new.txt文件中以及显示到屏幕上,记录条数不要少于30,然后分别以电话号码和用户名为关键字建立哈希表。 (3) 分别采用伪随机探测再散列法和再哈希法解决冲突。 (4) 查找并显示给定电话号码的记录;查找并显示给定用户名的记录。 (5) 将没有查找的结果保存到结果文件Out.txt中,显
  3. 所属分类:Data structs

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

    0下载:
  2. 实现链表功能,检测一篇英文文章中的各字母总数-Implement a linked list function to detect an English article in the total number of letters
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1.78kb
    • 提供者:kimi
  1. huiwen

    0下载:
  2. 利用栈和队列的原理设计一个程序,对输入的字符串进行检测,以判断该字符串是否是回文数据,并输出判断结果。如:“abcxcba”或“abccba”都是回文数据。-Stack and queue principle to design a program to detect the input string to determine whether the string is a palindrome data, and outputs the judgment result. Such as: "a
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:10.21kb
    • 提供者:6218346
  1. bank_algo

    0下载:
  2. 编制银行家算法通用程序,并检测思考题中所给状态的安全性-Given the state of security in the preparation of the banker s algorithm common procedures, and to detect think the question
  3. 所属分类:Data structs

    • 发布日期:2017-05-29
    • 文件大小:10.76mb
    • 提供者:胡俊杰
  1. GL

    0下载:
  2. 在广义表文本框中按要求输入一个广义表,此时按DrawPic键会将绘制的表显示在右边的视图中,在处理字符文本框中输入一个字符,如果按Delete键将直接删除与之对应的广义表的结点,在替换字符文本框中输入一个字符,按Replace将替换广义表的结点数据,按ReInput键则重新输入-Required in the broad table in the text box to enter a broad table, the table will be drawn DrawPic key in the
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:428.72kb
    • 提供者:burgud
  1. stack_out_is_in

    0下载:
  2. 检测一个序列是否为一个合理的出栈顺序 leetcode题目-Detect whether a sequence to a reasonable stack order leetcode topics
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:142.39kb
    • 提供者:dingc
  1. primenumber

    0下载:
  2. 输入一个数字,按回车,然后输出能被这个数整除的所有数。也可以变换下程序用以检测输入的数字是否是质数(或素数)。-Enter a number, press Enter, and then output this number can be divisible by all the numbers. Transformation program can also detect whether the input to digital is a prime number (or prime).
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:159.27kb
    • 提供者:鸣寒
  1. balancedtree

    0下载:
  2. 这是一个可以检测二叉树是否为平衡二叉树的算法,简单易懂,感兴趣的可以-This is a binary tree can detect whether a balanced binary tree algorithm, easy to understand, are interested can look at
  3. 所属分类:Data structs

    • 发布日期:2017-05-21
    • 文件大小:5.56mb
    • 提供者:曹本
  1. dwqectgood

    0下载:
  2. 数学形态学用于技术分析ECG心律的探测,很不错的,不错的很好-Mathematical morphology can be used to detect the technical analysis ECG rhythm of the heart, good, good is very good
  3. 所属分类:Data structs

    • 发布日期:2017-12-15
    • 文件大小:3kb
    • 提供者:ERCgow_07749
搜珍网 www.dssz.com