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

资源列表

« 1 2 ... .23 .24 .25 .26 .27 2328.29 .30 .31 .32 .33 ... 2673 »
  1. Gray

    0下载:
  2. 输入格雷码长度,计算出格雷码及对应的二进制数-Input Gray code length is calculated and the corresponding binary Gray code number
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2.29mb
    • 提供者:liuqing
  1. Parentheses-matching-algorithm

    0下载:
  2. 这是一个利用栈与队列来进行括号匹配的算法,相信会有利于初学者对数据结构的理解-This is a stack and queue to brace matching algorithm, I believe there will help beginners understand the data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1.1kb
    • 提供者:陈新
  1. Linear-table-to-insert-a-number

    0下载:
  2. 这是一个数据结构的线性表插入一个元素的算法,该程序由课本伪代码改编而成,非常方便于初学者学习数据结构线性表的知识以及提高自信心-This is a linear list data structure to insert an element of the algorithm, the program adapted from the textbook pseudo-code is made very easy for beginners to learn the linear form of
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:917byte
    • 提供者:陈新
  1. Binary-tree-shortest-path-summation

    0下载:
  2. 这是一个数据结构中二叉树的最短路径求解的问题的源代码打包,代码简明易懂,方便初学者的学习-This is a binary tree data structure for solving the shortest path problem' s source code package, code easy to understand, easy for beginners to learn
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.51kb
    • 提供者:陈新
  1. depth-first-traversal

    0下载:
  2. 这是一个数据结构中二叉树的邻接链表的建立以及广度优先遍历和深度优先遍历的算法,对于初学者来说,这样的算法简单易懂,非常容易上手-This is to establish and breadth of a binary tree data structure adjacency list first traversal and depth-first traversal algorithm, for starters, this algorithm is simple to understand
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:2.31kb
    • 提供者:陈新
  1. management-system-

    0下载:
  2. 这是一个基于C语言以及数据结构的商品管理系统的源代码,界面优雅美观,麻雀虽小,五脏俱全,十分有利于初学者学习-This is a C-based language and data structures merchandise management system source code, elegant and beautiful interface, small but perfectly formed, very beneficial for beginners to learn
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7.06kb
    • 提供者:陈新
  1. Maze

    0下载:
  2. 分别利用堆栈、回溯法实现了迷宫问题,希望大家学习,也期望大家提出意见-Using the stack, backtracking to achieve a maze
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1.09mb
    • 提供者:王晓青
  1. sample4

    0下载:
  2. 工神经网络(Artificial Neural Network)又称连接机模型,是在现代神经学、生物学、心理学等学科研究的基础上产生的,它反映了生物神经系统处理外界事物的基本过程,是在模拟人脑神经组织的基础上发展起来的计算系统,是由大量处理单元通过广泛互联而构成的网络体系,它具有生物神经系统的基本特征,在一定程度上反映了人脑功能的若干反映,是对生物系统的某种模拟,具有大规模并行、分布式处理、自组织、自学习等优点,被广泛应用于语音分析、图像识别、数字水印、计算机视觉等很多领域,取得了许多突出的成果
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:98.25kb
    • 提供者:沈阳阳
  1. LCS

    0下载:
  2. 该程序用于求两个序列的最长子段,通过动态规划算法,记录子问题的结果,进而求出最终的最长子段。-The procedure used to find the longest sequence of two sub-sections, through dynamic programming algorithm to record the results of sub-problems, and then find the longest sub-section final.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.1kb
    • 提供者:朱江
  1. 0203

    0下载:
  2. 利用赫夫曼树的编码思想,构造一个完整的赫夫曼编码系统。 要求如下: ①从键盘读入字符集大小n,以及n个字符和n个权值,建立赫夫曼树,然后对赫夫曼树进行编码,输出结果。 ②使用上述字符集创建一个任意的明文,对该明文进行编码,输出该明文的电文序列。 ③利用上述创建的编码集合,输入任意的电文序列,输出该电文的明文。-Use Huffman coding tree thinking, construct a complete Huffman coding syst
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.64kb
    • 提供者:Lr
  1. binaryTree

    0下载:
  2. 用代码动态实现任意一棵不超过四层的二叉树的先序遍历过程-With code dynamically to achieve no more than four of any one binary tree preorder process
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:35.08kb
    • 提供者:魏丹银
  1. record

    0下载:
  2. 采用顺序存储结构,实现学生成绩处理的相关问题,包括:学生信息的录入、查询、修改、排序、确定名次以及信息的输出。其中学生信息包括:学号、姓名、四门课、总分、及排名; 排序方法包括:希尔排序、快速排序、选择排序。 -Sequential storage structure, to achieve student performance related issues, including: input student information, query, modify, sort, and
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2.81kb
    • 提供者:vermouthi
« 1 2 ... .23 .24 .25 .26 .27 2328.29 .30 .31 .32 .33 ... 2673 »
搜珍网 www.dssz.com