搜索资源列表

  1. 用栈设置密码

    0下载:
  2. 这个算法,是用来设置密码的,有数据结构中的栈来实现的。-The algorithm is used to set up passwords, and data structure of the stack to achieve.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1.69kb
    • 提供者:纵横驰骋
  1. 用栈和递归求解两顶点的所有简单路径

    0下载:
  2. 用栈和递归求解两顶点的所有简单路径-using recursive solution stack and the two vertices all simple path
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:1.13kb
    • 提供者:
  1. 用栈实现10进制转8进制

    0下载:
  2. 用栈实现10进制转8进制-stack with a 10-band to band 8
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1016byte
    • 提供者:火影
  1. 简单的链的倒置(c++)

    0下载:
  2. 给定一条单向链,设计程序把链倒过来,并输出结果。要求直接在这条链上完成倒置操作,只可增设有限的几个辅助变量。 用栈的方法。
  3. 所属分类:C#编程

  1. C++用栈解决八皇后问题

    0下载:
  2. 用站解决八皇后问题
  3. 所属分类:源码下载

  1. 停车场

    0下载:
  2. 我的数据结构的实验题,停车场,用栈和队列 模拟停车场,实现进车和出车-my data structure experiment, a car park, with Stack and Queue simulated car parks, to achieve progress and out of cars
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-02-17
    • 文件大小:249kb
    • 提供者:胡小勇
  1. 用栈和递归求解两顶点的所有简单路径

    0下载:
  2. 用栈和递归求解两顶点的所有简单路径-using recursive solution stack and the two vertices all simple path
  3. 所属分类:WEB源码

    • 发布日期:2025-02-17
    • 文件大小:1kb
    • 提供者:
  1. 用栈实现10进制转8进制

    0下载:
  2. 用栈实现10进制转8进制-stack with a 10-band to band 8
  3. 所属分类:文档资料

    • 发布日期:2025-02-17
    • 文件大小:1kb
    • 提供者:火影
  1. 顺序栈的基本操作

    0下载:
  2. 顺序栈的基本操作,一共9个,与吴伟民数据结构课本完全一致,用C实现-order stack the basic operation, a total of nine, and Xiulan WU Weimin textbooks data structure is fully consistent with achieving C
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-02-17
    • 文件大小:1kb
    • 提供者:李雷
  1. 用C++描述的各种数据结构算法

    0下载:
  2. 包含几十个有关数据结构算法的源代码 包括栈 队列 树图等 是初学者的最佳选择-contains dozens of the data structure of the algorithm source code stacks include Queue tree map is the best choice for beginners
  3. 所属分类:其他小程序

    • 发布日期:2025-02-17
    • 文件大小:67kb
    • 提供者:往往
  1. 链栈的建立及出入栈

    0下载:
  2. 用链表结构完成堆栈的任务,使用时更加灵活方便-structure with the mandate to complete stack, use more flexible and convenient
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-02-17
    • 文件大小:147kb
    • 提供者:楚天
  1. 用栈设置密码

    0下载:
  2. 这个算法,是用来设置密码的,有数据结构中的栈来实现的。-The algorithm is used to set up passwords, and data structure of the stack to achieve.
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-02-17
    • 文件大小:1kb
    • 提供者:纵横驰骋
  1. BROAD

    0下载:
  2. 马踏棋盘 采用栈和链 使用回溯发实现踏棋盘的路 实现8*8-Horse riding chessboard chain using stack and the use of back-fat way to achieve the realization of the chessboard Tap 8* 8
  3. 所属分类:Windows编程

    • 发布日期:2025-02-17
    • 文件大小:2kb
    • 提供者:吴群
  1. 112233445566

    0下载:
  2. 停车场管理,用栈的方式进行的。记录进入、停车、出栈的情况。-Car park management, with stack manner. Records access, parking, a stack situation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-02-17
    • 文件大小:20kb
    • 提供者:刘显明
  1. huiw.dsp

    0下载:
  2. 本程序是由vc编写的一个简单的回文代码,运用栈和队列存储表示-This procedure is vc prepared by a simple palindrome code, the use of stack and queue storage express
  3. 所属分类:DSP编程

    • 发布日期:2025-02-17
    • 文件大小:1kb
    • 提供者:张天伟
  1. migong

    0下载:
  2. 本程序主要是用栈来实现迷宫问题。所用算法是非递归算法,输入为迷宫的行数和列数,然后在对应位置上输入其值(0表示该位置通,1表示该位置不通)。输出则是以三元组(i,j,d)的形式,其中(i,j)表示迷宫中的一个坐标,d表示走到下一坐标的方向,-This procedure is mainly used to achieve the maze problem stack. Algorithm used in a non-recursive
  3. 所属分类:Windows编程

    • 发布日期:2025-02-17
    • 文件大小:19kb
    • 提供者:尹素芳
  1. Car_parking

    0下载:
  2. 主要用栈和队列,实现一个模拟停车场的程序-Stacks and queues is mainly used to achieve a simulated car park program
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-02-17
    • 文件大小:106kb
    • 提供者:陈意鹏
  1. maze

    0下载:
  2. 一个用栈写的走迷宫小程序,开发环境C++,有用的朋友可以拿去参考-Written by Maze with a stack of small procedures, development environment, C++, a useful reference to a friend is unspeakable. .
  3. 所属分类:其他小程序

    • 发布日期:2025-02-17
    • 文件大小:1kb
    • 提供者:Hyker
  1. zhan

    0下载:
  2. 计算器的实现,可以进行加减乘除,利用栈编写,前后缀-Calculator to achieve, can be Math, prepared using the stack, the former suffix
  3. 所属分类:其他小程序

    • 发布日期:2025-02-17
    • 文件大小:1.82mb
    • 提供者:刘军
  1. 栈和队列的链接

    0下载:
  2. 数据结构实验 栈和队列的连接实验 ①编写程序实现循环队列的初始化、入队和出队操作 ②编写程序实现将一个任意的十进制数转换成对应的二进制数 要求: ①用栈的基本操作来实现(具体栈的存储结构可用顺序栈也可用链栈) 十进制数由键盘输入,输出对应的二进制数。 ②在初始化队列后,利用入队操作构建具有n个元素的队列并依次输出队列中的元素。在构建的具有n个元素的队列中,执行出队操作,输出出队后队列中的剩余元素(Data structu
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-02-17
    • 文件大小:1kb
    • 提供者:蚊子酱
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org