CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 文件格式 搜索资源 - 栈

搜索资源列表

  1. Cprogramminglanguagevariableparameters

    0下载:
  2. C语言的参数列表是从右往左被压入堆栈的,假设现在堆栈中有关参数的情况如下: 栈顶-不可变参数1-不可变参数2-....-不可变参数n-可变参数1-可变参数2-......可变参数n-栈低 -Cprogramminglanguagevariableparameters
  3. 所属分类:File Formats

    • 发布日期:2017-04-05
    • 文件大小:4266
    • 提供者:邹氏
  1. mataqipang

    0下载:
  2. 用数据结构(C语言版)编写程序,实现一个国际象棋的马踏遍棋盘的演示程序。具体要求为:将马随机放在国际象棋的8*8棋盘的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。用堆栈编制非递归程序求出马的行走路线,并按求出的行走路线,将数字1,2,3,……,64依次填入一个8*8的方阵,输出之。 -With the data structure (C language version) to write programs to achieve a chess board
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:3660
    • 提供者:周敏从
  1. biaodashiqiuzhi

    0下载:
  2. 现在要求以字符序列的形式从终端输入语法正确的、不含变量的表达式,利用给定的算符优先关系,实现对算术四则混合运算表达式的求值,并演示在求值过程中运算栈、操作数栈、输入字符和主要操作的变化过程-Now in the form required character sequences from input terminal of the correct grammar, do not contain variables by the operator is given priority to, the
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:8084
    • 提供者:wanjingyuan
  1. beibao

    2下载:
  2. 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解:(1,4,3,2) (1,4,5) (8,2) (3,5,2)。 提示:可利用回溯法的设计思想来解决背包问题。首先将物品排成一列,然后顺序选取物品装入背包,假设已选取了前i 件物品之后背包还没有装满,则继
  3. 所属分类:File Formats

    • 发布日期:2017-04-11
    • 文件大小:640
    • 提供者:black
  1. digui

    0下载:
  2. 中小学信息学辅导PPT课件,关于递归与栈的-Primary and secondary school counseling information PPT courseware, and the stack of recursive
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:33840
    • 提供者:MISS TAO
  1. guanjianlujingwenti-

    0下载:
  2. 用拓扑排序、邻接矩阵存储 结构建图、for语句的灵活运用,栈及数组来实现最短路径问题-Topological sorting adjacency matrix storage structure building plans, the flexible use of the for statement, stacks and arrays to achieve the shortest path problem
  3. 所属分类:File Formats

    • 发布日期:2017-12-04
    • 文件大小:62872
    • 提供者:陌生,爱
  1. two-end-stack

    0下载:
  2. 数据结构 C语言数组实现双向栈 在两端可删除,可添加元素-Two-way data structure C language array stack at both ends can be deleted, you can add elements
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:1817
    • 提供者:ljy
  1. 1

    0下载:
  2. 八皇后问题是求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局(皇后可以沿着纵横和两条斜线4个方向相互捕捉)的问题。是一种比较常见的练习C语言递归或者栈使用的程序问题。-Eight queens problem is to find an nn chessboard, place of n are not mutually capture chess " queen" of all the layout (Queens and two along the
  3. 所属分类:File Formats

    • 发布日期:2017-11-30
    • 文件大小:167112
    • 提供者:
  1. change

    0下载:
  2. 利用栈的先进后出(Last-In First-Out)FIFO的性质,把转的进制先进栈存储,然后再从栈中出栈显示转换的结果。-The use of advanced after the stack (Last-In First-Out) FIFO nature of the revolution ary advanced storage stack, and then popped from the stack, displays the converted result.
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:4483
    • 提供者:TQM
  1. SimpleWiFi-uart--WiFi

    0下载:
  2. Simple WiFi无线透传模块是一款高性能、高性价比的单面邮票孔式嵌入式WiFi模块产品。SimpleWiFi最大的特点是配置简单、启动速度快,最快启动速度小于1秒。Simple WiFi是基于Uart与Spi接口的符合WiFi无线网络标准的嵌入式模块,内置无线网络协议IEEE802.11协议栈以及TCP/IP协议栈,能够实现 用户嵌入式设备数据到无线网络之间的转换。通过Simple WiFi模块,传统的嵌入式设备也能轻松接入无线WiFi网络。 - SimpleWiFi is a
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:613373
    • 提供者:张伟
  1. network-protocol-map-2013

    0下载:
  2. 网络协议栈全图新版中文版, 包括TCP/IP和ISO,Apple等等,非常齐全-The map of network protocol stack.
  3. 所属分类:File Formats

    • 发布日期:2017-05-09
    • 文件大小:1917018
    • 提供者:alpineflame
  1. Heap-and-stack

    0下载:
  2. c语言堆与栈的详细介绍,包括区别、使用方法等-Details c language heap and stack, including the difference between the use of methods
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:37931
    • 提供者:张永超
  1. duoxiangshixiangjia

    0下载:
  2. 通过栈实现多项式相加的四则运算,过程比较简单,适合初学者学习-By stack polynomial arithmetic sum of the four, the process is relatively simple, suitable for beginners to learn
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:268605
    • 提供者:刘蝉
  1. tingchechangguanli

    0下载:
  2. 数据结构课程设计,采用队列和栈的停车场管理系统.-Data structure curriculum design, the use of queues and stacks of parking management system.
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:3963
    • 提供者:莫圣
搜珍网 www.dssz.com