C51系列,485串行通信的源码,构成的总线型多点数据采集系统
标签: C51
上传时间: 2015-12-06
上传用户:6546544
7通道AD转换程序,实现多通道数据采集系统方案
上传时间: 2015-12-11
上传用户:yan2267246
ldpc码在在twoto矩阵,即时间控制,频率两个参数变量的系统内仿真,matlab7.0编译通过。
上传时间: 2013-12-18
上传用户:皇族传媒
作为最近几年崛起的新产品,网络视频服务器已经成为第三代全数字化视频监控系统的核心产品并日益被工程商和用户所熟知。但是,在基于宽带ADSL网络的应用中,如何低成本地实现在动态IP地址环境下监控中心对监控前端的实时访问,仍是困扰诸多工程商和系统集成商的难题之一。本文将就此问题提出完整的解决方案
标签:
上传时间: 2013-12-30
上传用户:zsjinju
最近移植在s3c44b0x上的最新的ucos v2.85版本,并建立了简单的多任务,靠系统时钟中断切换,绝对的好东东奉献给大家!
上传时间: 2016-01-16
上传用户:sdq_123
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
利用SPCE061A,RS485 多路数据采集系统 本系统采用双CPU控制,主机与从机的CPU都是使用SPCE061A单片机。从CPU负责采集七路数据,同时应答主CPU发送的命令。主CPU进行数据处理,数据显示,键盘输入,系统报警,语音播报通道的电压值。在主CPU与从CPU的通讯中,采用国际标准的RS485差分方式接口,使通讯的速率和传输距离均大于RS232的标准接口方式,并且用线最少(只要两根)。本系统实现了一种具有语音播报、语音提示的高性能、高智能的实用型远距离多路数据采集系统。
上传时间: 2013-12-27
上传用户:xcy122677
介绍DS18B20的基本特性,和基于DS18B20设计的多点测温系统。给出了系统硬件连线及软件流程。
上传时间: 2014-11-17
上传用户:chongcongying
库存管理子系统帮助企业的仓库管理人员对库存物品的入库,出库,移动,盘点,补充订货和生产补料等操作进行全面的控制和管理,以达到降低库存,减少资金占用,避免物料积压或短缺现象,保证生产经营活动顺利进行的目的。库存管理子系统是一个多层次的管理系统,可以通过灵活的设置实现不同层次的管理。采用Java+SQL Server开发的,为C/S架构系统,本文主要介绍本系统的设计和开发过程。
上传时间: 2016-04-25
上传用户:asdfasdfd