本人把这次课程设计作为培养实践能力的初次练兵,以数字通信中的编码器、译码器及锁存器为核心设计了八路抢答器。
标签: 实践
上传时间: 2015-10-27
上传用户:leehom61
该C程序基于MSP430,在图形液晶上显示年月日星期和时间 程序功能:该程序是用F449来控制对128X64点阵的片选CS1,CS2,数据线D0-D7,读写信号等的操作? // 来对点阵的操作,具体内容如“利尔达,TEL:0571 -88800000。具体详浏览程序描述 // 硬件连接:必须连接F449边上的p3.0-P3.7,P4.0,P4.1,P2.6,P2.7口上的短接器。另外,可以通过3296电位器R20来调节LCD灰度。
上传时间: 2013-12-19
上传用户:璇珠官人
深入了解C++,本教学视频是Flash格式,可直接打开目录中的网页观看;也可通过Flash的播放器打开Flash文件观看,如果你的机器上没有Flash播放器,可在Google(www.google.com)上搜索“Flash播放器下载”。本视频在1024*768的分辨率下全屏播放,将获得最佳的播放效果
上传时间: 2013-12-21
上传用户:skhlm
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
一个“虚拟串口驱动程序”的介绍,负责管理软件和现场总线之间的信息转换工作,在作用上非常 类似于硬件意义上的桥接器。
上传时间: 2016-03-17
上传用户:66666
在捷联式惯性导航系统中,惯性敏感器直接固联在载体上,惯性敏感器的工作条件和环境与单独测试惯性敏感器时有较大的差别。并且当惯性敏感器安装到惯性组件上以后,还存在各种安装误差,因此对惯性敏感器单独测试的结果并不能反映惯性敏感器在系统中实际的 性能品质。为了保证系统的技术性能,现代捷联惯性导航系统均采取了较为全面的误差补偿 措施。捷联惯性导航系统误差补偿的前提则是对惯性组件进行精确的误差标定。
上传时间: 2014-01-18
上传用户:saharawalker
用VHDL语言写的程序包含如下功能:1.键盘扫描2.控制AD转换3.产生PWM信号与51系列CPU接口,接在51地址数据总线上,单片机通过访问地址总线上的数据寄存器来控制CPLD
上传时间: 2013-12-27
上传用户:咔乐坞
用汇编语言实现的可以播放歌曲的是程序,在51单片机上配合蜂鸣器可以播放梁祝的歌曲。
上传时间: 2016-10-15
上传用户:z754970244
汉诺塔!!! 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