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

资源列表

« 1 2 ... .32 .33 .34 .35 .36 437.38 .39 .40 .41 .42 ... 2673 »
  1. Hotname

    0下载:
  2. 数据结构采用的是独立链法。用一个maxtimes和maxname实时跟新最大次数及对应的名字。使用了一个 hash函数: hash = hash * 131 + (int)name[j] int serial = hash 10007 (先要卷乘131,然后将得到的结果模一个和10000相近的素数,采用10007)(网络上的现成的算法)。然后生成一个链表,链表由节点组成,节点里面装入姓名和出现的次数;如果出现次数为0,则新建节点,否则在原节点操作(出现冲突时要下拉节点)。-The data st
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1051
    • 提供者:周嘉莉
  1. FIVE

    0下载:
  2. 自己写的五子棋代码,可以直接执行,效率很高-Write your own backgammon code that can be executed directly, high efficiency
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4233
    • 提供者:周嘉莉
  1. BMP---01--20130916

    0下载:
  2. 用C++编写的对话框,能够实现目标的动态运动,目标的自动添加撤除,文本文件的读取和保存。我的QQ是870666742.此程序较复杂,不懂的地方可以问我。-Prepared with C++ dialog, to achieve the target of dynamic movement, removal of the target automatically add a text file to read and save. My QQ is 870666742 This procedure
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:11447059
    • 提供者:李冬冬
  1. Expressions-Conversion

    0下载:
  2. 表达式转换,取栈顶元素,判断为操作数或运算符,运算符优先级比较,将表达式转换为后缀表达式-Expression conversion, check the top element is determined that an operand or operator, operator precedence compared to convert an expression to postfix expression
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1420
    • 提供者:
  1. The-application-stack

    0下载:
  2. 栈的运用,构建空顺序栈,取栈顶元素,入栈,出栈,栈顶元素与当前运算符优先级比较,判断是否为运算符-The use of the stack, in order to build an empty stack, take the top element, stack, stack, stack element with the current operator precedence compared to determine whether the operator
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1247
    • 提供者:
  1. Linear-list

    0下载:
  2. 线性链表相关功能,创建链表,显示链表,插入元素,逆置链表,删除区间元素-Linear list related functions, create lists, display lists, inserting elements, reverse set list, delete interval element
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:200481
    • 提供者:
  1. shizilianbiao

    0下载:
  2. 稀疏矩阵计算的十字链表法,转置,加法,乘法-Cross Chain sparse matrix computation method, transpose, addition, multiplication
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1473
    • 提供者:戈锋
  1. structure-array-code

    0下载:
  2. 根据队列搜索算法的基本思想,现设计了一个简单的结构体数组如下定义代码所示。此结构体数组具备控制结点搜索和存储结点信息和路径的功能,可以较好的实现TDN的最小时间路径搜索。-Search algorithm based on the basic idea of ​ ​ the queue is now designed a simple structure array as defined code. This structure array with the control
  3. 所属分类:Data structs

    • 发布日期:2017-05-21
    • 文件大小:6147050
    • 提供者:qctbag
  1. Heapsort

    0下载:
  2. 实现堆排序的算法 用c语言实现 利用数组的特点快速定位指定索引的元素。 -Implement heap sort algorithm using c language
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:3339
    • 提供者:qqq
  1. the-roots-of-quadratic-equations

    0下载:
  2. search for the roots of quadratic equations
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1752
    • 提供者:Wiwit
  1. myccodes

    0下载:
  2. 100个典型的C语言基本程序,在学习C语言时是个好的样例。-100 typical C language basic program, learning C language is a good example.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:154538
    • 提供者:xuming
  1. dlinklist

    0下载:
  2. 双链表源程序,实现双链表插入、删除等功能-Doubly linked list
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1027
    • 提供者:tcc
« 1 2 ... .32 .33 .34 .35 .36 437.38 .39 .40 .41 .42 ... 2673 »
搜珍网 www.dssz.com