一、任务 设计并制作一台出租车计价器。 二、要求 1 、基本要求 (1 )不同情况具有不同的收费标准。 l 白天 l 晚上 l 途中等待(>10min 开始收费) (2 )能进行手动修改单价 (3 )具有数据的复位功能 (4 )IO 口分配的简易要求 l 距离检测使用霍尔开关A44E l 白天/晚上收费标准的转换开关 l 数据的清零开关 l 单价的调整(最好使用 +和 -按键) (5 )数据输出(采用LCM103 ) l 单价输出2 位 l 路程输出2 位 l 总金额输出3 位 (6 )按键 l 启动计时开关 l 数据复位(清零) l 白天/晚上转换 2 、发挥部分 l 能够在掉电的情况下存储单价等数据 l 能够显示当前的系统时间 l 语音播报数据信息 三、说明 (1 )时间要求 l 8 月7 日到8 日两天。 l 完成实际电路,总结报告。
上传时间: 2014-07-02
上传用户:trepb001
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分解 Householder 豪斯霍尔德QR因子分解 ZXEC.m 最小二乘拟合 polynomial interpolant 最小二乘插值多项式 NCLU.m LU因子分解 Gaussian elimination 不选主元素的高斯消元 PALU.m LU因子分解 partial pivoting Gaussian elimination 部分选主元的高斯消元 cholesky.m 楚因子分解 Cholesky Factorization 楚列斯基因子分解 PwItrt.m 求最大特征值 Power Iteration 幂迭代 Jacobi.m 求特征值 Jacobi iteration 按标准行方式次序的雅可比算法 Anld.m 求上Hessenberg Arnoldi Iteration 阿诺尔迪迭代 zuisu.m 解线性方程组 Steepest descent 最速下降法 CG.m 解线性方程组 Gradients 共轭梯度 BCG.m 解线性方程组 Biconjugate Gradients 双共轭梯度
上传时间: 2016-05-17
上传用户:小鹏
伟福LAB2000单片机仿真系统直流电机控制:利用实验仪上的D/A变换电路,输出-8V至+8V电压,控制直流电机。改变输出电.压值,改变电机转速,用8255 的PB.0 读回脉冲计数,计算电机转速。在电压允许范围内,直流电机的转速随着电压的升高而加快,若加上的电压为负电压,则电机会反向旋转。本实验仪的D/A变换可输出-8V到+8V的电压,将电压经驱动后加在直流电机上,使其运转。通过单片机输出数据到D/A变换电路,控制电压的高低和正负,观察电机的旋转情况。 在电机转盘上安装一个小磁芯,用霍尔元件感应电机转速,用单片机控制8255读回感应脉冲,从而测算出电机的转速。
上传时间: 2016-10-11
上传用户:guanliya
• 直接PWM 输出控制马达转速 • PWM 频率可达31kHz • 三种输入型态控制转速:PWM 输入,VR 输入以及热敏电阻输入 • 操作电压:12VDC • 过电流保护 • 霍尔采集器输出控制转速反馈 • 马达转子锁定保护 • 马达转速可调
上传时间: 2013-12-13
上传用户:3到15
汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C
标签: the animation Simulate movement
上传时间: 2017-02-11
上传用户:waizhang
(1) 不同情况具有不同的收费标准。 l 白天 l 晚上 l 途中等待(>10min 开始收费) (2) 能进行手动修改单价 (3) 具有数据的复位功能 (4) IO 口分配的简易要求 l 距离检测使用霍尔开关A44E l 白天/晚上收费标准的转换开关 l 数据的清零开关 l 单价的调整(最好使用 + 和 - 按键) (5) 数据输出(采用LCM103) l 单价输出2 位 l 路程输出2 位 l 总金额输出3 位 (6) 按键 l 启动计时开关 l 数据复位(清零) l 白天/晚上转换
上传时间: 2014-01-25
上传用户:firstbyte
设计并制作一台出租车计价器,功能要求如下: (1) 不同时段具有不同的收费标准:白天、晚上、途中等待。 (2) 能进行手动修改单价 (3) 具有数据的复位功能 (4) IO 口分配的简易要求 距离检测使用霍尔开关 白天/晚上收费标准的转换开关 数据的清零开关 单价的调整 (5) 数据输出 单价输出2 位、路程输出2 位、总金额输出3 位 (6) 按键 启动计时开关、数据复位(清零)、白天/晚上转
标签: 出租车计价器
上传时间: 2017-05-21
上传用户:edisonfather
将魔王的语言抽象为人类的语言:魔王语言由以下两种规则由人的语言逐步抽象上去的:α-〉β1β2β3…βm ;θδ1δ2…-〉θδnθδn-1…θδ1 设大写字母表示魔王的语言,小写字母表示人的语言B-〉tAdA,A-〉sae,eg:B(ehnxgz)B解释为tsaedsaeezegexenehetsaedsae对应的话是:“天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一只鹅地上一只鹅”。(t-天d-地s-上a-一只e-鹅z-追g-赶x-下n-蛋h-恨)
上传时间: 2013-12-19
上传用户:aix008