ARM处理器44B0CAN总线通信实例,CAN总线控制芯片为MCP2510。
上传时间: 2015-05-14
上传用户:lz4v4
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda
基于菲利普的LPC2100的集成CAN控制器的应用程序,希望对从事CAN总线开发工作的朋友一点借鉴
上传时间: 2015-08-22
上传用户:wanghui2438
关于can配置软件的总结说明,对开发can总线系统有一定的帮助。
上传时间: 2015-11-17
上传用户:我们的船长
提出应采取合理设置光电隔离电路、隔离光电耦合器两侧的电源、设置必需的上拉电阻、总线阻抗匹配、增加抗干扰等措施,提高了CAN 总线接口电路的可靠性与安全性。
上传时间: 2015-12-27
上传用户:baitouyu
本方案是采用世界先进技术CAN2.0总线技术来实现局域网联接的,CAN总线遵从ISO/OSI模型,采用了其中的物理层、数据链路层与应用层 CAN支持多主工作方式,网络上任一站点均可在任何时候主动向其它站点发送信息,支持点对点、一点对多点和全局广播方式接收/发送数据,从而避免了总线冲突可远距离传输 实现数据的快速、安全可靠的传输 本方案中采用一台计算机和多个高亮数码显示(LED)屏站点组成一个目视化的生产线管理系统,一个显示屏为一个CAN网络站点 LED显示屏用来分别记录、显示一条生产线或车间的生产状况及各种资料 全部显示屏均接入CAN网络总线,实现统一由计算机管理 采用这种看板式管理方式,只用一台计算机可以管理所有生产线的生产状况了,可再通知路由器将本地数据接入以太网,实现真正的远程监控,实现生产车间的远程网络管理化,这是一套实用、高效的生产线管理方案.
上传时间: 2016-01-20
上传用户:金宜
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
DSP28335Can总线通信程序,通过Can总线进行多机通信
上传时间: 2013-12-17
上传用户:笨小孩
这是用IAR开发的AT91SAM7X256的CAN测试代码,可以参考开发CAN总线应用
上传时间: 2016-07-19
上传用户:dengzb84
本文介绍了一种能够进行程序下载的CAN通讯调试器的设计。它既能对支持CAN下载或UART下载的T89C51CC0X芯片进行在线编程,又能对CAN总线上的节点进行通讯功能的调试。主要介绍下载器的工作原理、硬件电路设计和CAN总线的调试界面设计。
上传时间: 2016-07-23
上传用户:gut1234567