虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

3<b>2</b>9

  • 一、 实验目的: (1) 熟练掌握链栈的基本操作及应用。 (2) 利用链表作为栈的存储结构

    一、 实验目的: (1) 熟练掌握链栈的基本操作及应用。 (2) 利用链表作为栈的存储结构,设计实现一个求解迷宫的非递归程序。 二、实验内容: 【问题描述】 以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 【基本要求】 首先实现一个链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。如:对于下列数据的迷宫,输出的一条通路为:(1,1,1),(1,2,2),(2,2,2),(3,2,3),(3,1,2),……。

    标签: 实验 基本操作 存储结构

    上传时间: 2013-12-16

    上传用户:aix008

  • 计算器程序

    计算器程序,c++语言实现,利用栈,可执行复杂的4则运算如8-1+(2-1)*9/3,vc++6编译通过

    标签: 计算器 程序

    上传时间: 2014-01-17

    上传用户:叶山豪

  • [biyesheji_huibian.rar] - 基于MCS-51单片机的数字钟设计 [摘要] III [ABSTRACT] IV 引言 1 1绪论 2 1.1 集成电路 2 1.2 主要技术的背景

    [biyesheji_huibian.rar] - 基于MCS-51单片机的数字钟设计 [摘要] III [ABSTRACT] IV 引言 1 1绪论 2 1.1 集成电路 2 1.2 主要技术的背景 2 1.2.1 发展历史 2 1.2.2 现状 3 1.2.3 发展趋势 3 2器件简介 4 2.1 LED显示器 4 2.1

    标签: biyesheji_huibian ABSTRACT MCS 1.1

    上传时间: 2013-12-09

    上传用户:PresidentHuang

  • Want to try a copy of Linux 2.6.29-rc5 in progess with Angstom and Opie? Opie probably isn t good fo

    Want to try a copy of Linux 2.6.29-rc5 in progess with Angstom and Opie? Opie probably isn t good for much but testing but it is kind of fun. This has a very slow boot, which is much improved since this NAND image was made. NAND image of Linux 2.6.9-rc5 with Angstrom and Opie for test. Download file. Set to NOR and power on. Install using the vivi command "Restore NAND Flash from HOST thru USB" Turn off, set to NAND, turn on. Enjoy.

    标签: Opie probably Angstom progess

    上传时间: 2013-12-17

    上传用户:gaojiao1999

  • 可算sudoku的语法 规则很简单, 9*9 的格子中

    可算sudoku的语法 规则很简单, 9*9 的格子中,每列,每行数字不可重复。 每个 "3*3" 的 "Box" (共9个) 内的数字也不可重复。 附件是 eclipse java project, 请将你的算法写在 SolvePuzzle() 内

    标签: sudoku

    上传时间: 2013-12-18

    上传用户:wsf950131

  • 手机网络纸牌游戏

    手机网络纸牌游戏,用户名:mr 密码:mrsoft。牌的大小按下列顺序排列:A、K、Q、J、10、9、8、7、6、5、4、3、2。 1.出牌 (1)每轮只允许出一张牌。 (2)第一局游戏由得到梅花2的一方首先出牌,并且必须出梅花2。 (3)必须先出与首家相同花色的牌,无相同花色时方可用其它花色代替。 (4)最大方得到该轮的所有分牌,并获得本轮先出牌的资格。 2.分值计算 红桃:红桃为分牌。

    标签: 手机网络

    上传时间: 2014-01-19

    上传用户:笨小孩

  • 距离分辨率 thrt0=1*pi/6 斜视角 angb=0.6*lamda/res_a 合成波束宽度 Rr=5000

    距离分辨率 thrt0=1*pi/6 斜视角 angb=0.6*lamda/res_a 合成波束宽度 Rr=5000 目标中心到航迹垂直距离 V=100 飞机的航速 Tp=1e-6 脉冲宽度 T=10e-3 脉冲周期 B=0.5*c/res_r 脉冲频宽 Kr=B/Tp 频率调制率 fc=c/lamda 载波频率 Rx=Rr*tan(thrt0) 目标区中心横坐标 R0=Rr*sec(thrt0) 目标区中x心距离 Lc0=1.0*angb*R0 正视有效积累长度 Lc=Lc0*sec(thrt0) 斜视有效积累长度 Tc=Lc/V 相干积累时间 wx=100 场景长度

    标签: lamda res_a thrt angb

    上传时间: 2017-06-22

    上传用户:haohaoxuexi

  • 采用单神经元结构对两类样本进行分类

    采用单神经元结构对两类样本进行分类,其中X为输入样本,T为目标向量。X=[-0.5,-0.5,0.3,0.1,-0.1,0.8,0.2,0.3 0.3,-0.2,-0.6,0.1,-0.5,1.0,0.3,0.9] T=[0,0,0,1,0,1,1,1]

    标签: 单神经元 分类 样本

    上传时间: 2013-12-18

    上传用户:xc216

  • Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c

    Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The nodes are numbered from 1 to n. The node 1 and node n should be in different sets. There are no more than 30 arcs and 15 nodes. The arc weights vary between 1 and 1 000 000. Output: The output is a single line for each case, with the corresponding minimum size cut. Example: Input: 7 11 1 2 3 1 4 3 2 3 4 3 1 3 3 4 1 3 5 2 4 6 6 4 5 2 5 2 1 5 7 1 6 7 9 Output: 5

    标签: Implementation calculates algorithm Edmonds

    上传时间: 2014-01-04

    上传用户:kiklkook

  • 基于AX5043的模块-RON1305

    1.RON1307系列模组简介 ………………………………………………………………………………3   1.1.模组说明 …………………………………………………………………………………………3   1.2.性能性能 …………………………………………………………………………………………3   1.3.应用市场 …………………………………………………………………………………………3  1.4.产品图片 …………………………………………………………………………………………3  2.RON1307系列模组电器参数 …………………………………………………………………………4  2.1.模组接线图及引脚描述 …………………………………………………………………………4  2.2.模组电器参数 ……………………………………………………………………………………4  3.RON1307系列模组使用说明……………………………………………………………………………7  3.1.RON1307系列无线模组工作模式设置……………………………………………………………7  3.2.RON1307系列无线模组调制类型设置……………………………………………………………7  3.3.RON1307系列无线模组传输数据模式设置………………………………………………………7  3.4.RON1307系列无线模组功率设置…………………………………………………………………8  4.RON1307系列模组参考软件……………………………………………………………………………9  5.RON1307无线模组常见问题……………………………………………………………………………11 

    标签: 基于AX5043的模块-RON1305

    上传时间: 2015-06-11

    上传用户:10th