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

搜索资源列表

  1. jiaotongzixun

    0下载:
  2. 利用栈和队列构造的交通信息查询系统,可计算两个城市之间的时间花费路程-Constructed using stacks and queues of traffic information system, calculate the time spent between the two cities away
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:68288
    • 提供者:hanwenjing
  1. matlab

    0下载:
  2. matlab数据结构教程:主要内容有栈,队列,树,图等-matlab data structure tutorial: The main contents of stacks, queues, trees, graphs, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:3589019
    • 提供者:王强
  1. Hanoi

    0下载:
  2. hanoi塔问题.关于其问题解决的代码,其中用到了栈和递归知识。-hanoi tower problem. on their problem-solving code, which uses the stack and recursive knowledge.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:74137
    • 提供者:nana
  1. FlexPBlazeDSPSpring

    0下载:
  2. JBoss作为应用服务器、MySQL作为数据存储、Hibernate完成数据访问、Spring用来构建业务层、BlazeDS作为远程服务、 Flex用来构建富客户端,使用Maven及flex-compiler-mojo插件进行项目构建,打造全栈式Flex、BlazeDS和Spring 集成解决方案-JBoss as application server, MySQL as data storage, Hibernate for data access, Spring used to build
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:1119483
    • 提供者:
  1. ZLG_ip

    0下载:
  2. 嵌入式TCP/IP协议栈简要说明,希望对广大朋友有所帮助-Embedded TCP/IP protocol stack, a brief descr iption, want to help our friends
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:270818
    • 提供者:哲雪
  1. get-data-from-a-array

    0下载:
  2. 使用C++,把栈中元素逆置,要求使用额外的一个栈,外加一些非数组的变量 以及C++如何把两个数组中的元素放在另一个数组中-Use C++, the elements of the stack against the home, requires an extra stack, plus some non-array variable in C++ How to put two elements in the array to another array
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:28504
    • 提供者:
  1. The-stack-model-of-cloud

    0下载:
  2. 云计算的栈模型研究,用于云计算中数据栈的设计,很实用。-The stack model of cloud computing research for cloud computing, data stack design, very practical.
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:337935
    • 提供者:chenxuefeng
  1. FS-ZigBee

    0下载:
  2. 光盘里的东西,实验评估板说明,详细描述了对ZigBee 及其协议栈,开发环境为IAR7.3B -CD of the East, the basis of experimental evaluation board instructions, a detailed descr iption of the zigbee And its protocol stack, as well as routine development environment IAR7.3B
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:624950
    • 提供者:yang
  1. Linear-table-design

    0下载:
  2. 实验一是线性表的设计与实现程序;实验二是栈和队列的应用程序;实验三是树型结构的应用程序;-The first experiment, the linear table design and implementation of procedures experimental application of stacks and queues In Experiment 3, the tree structure of the application
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:16694
    • 提供者:JingxWang
  1. guan-fang-xieyi

    0下载:
  2. 淘宝上买的CC2530板子,店主 自己写的教程,官方协议栈,zigbee通信。-Clean out treasure CC2530 bought on board, the owner write their own course, the official protocol stack, zigbee communication.
  3. 所属分类:software engineering

    • 发布日期:2017-05-14
    • 文件大小:3673498
    • 提供者:李云
  1. shujujiegou

    0下载:
  2. 本程序用的是顺序栈,用地址连续的存储空间依次存储栈中的元素,并记录当前栈顶数据元素的位置,这样的栈称为顺序栈。-This procedure is the order of the stack, contiguous storage space in order of elements in the storage stack, and record the current stack location of the data elements so that the stack is call
  3. 所属分类:Project Design

    • 发布日期:2017-04-26
    • 文件大小:13749
    • 提供者:李文杰
  1. calc

    0下载:
  2. 四则整数计算器 含有界面 用二叉树和栈数据结构进行计算 适合数据结构和界面设计的初学者-Four integer calculator contains the interface
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:2936225
    • 提供者:孔三
  1. 5

    0下载:
  2. 栈的实现.1.Push 2.Pop 3.Top 4.isEmpty 5.isFull 6.Size 7.退出-Stack to achieve .1. The Push 2.Pop 3.Top 4.isEmpty 5.isFull 6.Size 7.exit
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:828
    • 提供者:daddy
  1. fuhaopipei

    0下载:
  2. 假设一个算术表达式中可包含如下符号:“()”、“[]”、“{}”、 “/* */”可按任务次序嵌套使用,试利用栈的运算编写判别表达式中符号是否正确配对出现的算法-Assume that an arithmetic expression can contain the following symbols: () " " [] " ," {} " ," /**/" task order can be nested test prepare
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:1009549
    • 提供者:瞿蛋蛋
  1. dui_he_zhan

    0下载:
  2. 这是讲对和栈区别的一本书,pdf格式,里面的语言易懂,是一个可以好好收藏的好东西-This is the stresses and stack difference between a book, pdf format, which language to understand, is a good collection of good things
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:78981
    • 提供者:x
  1. Zigbee-Wireless

    0下载:
  2. 详细描述了什么是zigbee协议栈,该协议栈的网络层功能,详细讲解了设备发现、路由发现等知识-A detailed descr iption of what zigbee protocol stack and the network layer of the protocol stack, explain in detail the device discovery route discovery knowledge
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:5079411
    • 提供者:王鑫
  1. migonglaoshu

    0下载:
  2. 数据结构,迷宫老鼠问题求解 迷宫是一个矩形区域,它有一个入口和一个出口。在迷宫的内部包含不能穿越的墙或障碍。迷宫的入口在左上角,出口在右下角。假定用n*m的矩阵来描述迷宫,位置(1,1)表示入口,(n,m)表示出口,n和m分别代表迷宫的行数和列数。迷宫中的每个位置都可用其行号和列号来指定。在矩阵中,当且仅当在位置(i,j)处有一个障碍时其值为1,否则其值为零。(即0表示能通过,1 表示不能通过。)现假设老鼠从左上角[1,1]进入迷宫,编写算法,寻求一条从右下角[m,n] 出去的路径。 迷
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:1726
    • 提供者:翁雪花
  1. ZigBee

    0下载:
  2. ZigBee技术详解,开发人员必备协议栈-Detailed ZigBee technology, the necessary protocol stack developers
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:2302518
    • 提供者:jyli
  1. ZigBee

    0下载:
  2. zigbee协议栈及其使用,对于学习zigbee技术的人来说,是一份比较好的文档。-Zigbee protocol stack and its use for learning zigbee technical people, is a good document.
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:11433199
    • 提供者:孙红兰
  1. lwip

    0下载:
  2. lwip协议栈说明,希望对大家有用. 学习嵌入式网络编程的好工具-lwip protocol stack the hope that useful a good tool for learning embedded network programming
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:1363736
    • 提供者:谈天
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com