7通道AD转换程序,实现多通道数据采集系统方案
上传时间: 2015-12-11
上传用户:yan2267246
作为最近几年崛起的新产品,网络视频服务器已经成为第三代全数字化视频监控系统的核心产品并日益被工程商和用户所熟知。但是,在基于宽带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
声明:上次传上来的V1.6版中的exe文件不能正常使用,这次重传一个可用的“多功能图书管理系统Multi_BooksManagerV1.6工程包+发行包”软件包的压缩包。 软件名称: 多功能图书管理系统Multi_BooksManager V1.6 2.本程序系用java(jbuilder9,jdk1.4,手工jdk1.5)所开发,目前为v1.6版,因学习繁忙仅实现了图书管理、运行环境的系统信息、用户手册、 加密解密、收发email电子邮件等功能,其他有待补充。 3.本次版本对以前版本(V1.4)已有功能进行了改进,并增添了java邮件的smtp发送及pop3/imap接收功能。 4.文件夹“Multi_BooksManager V1.6”是一个独立的发行包,运行其中的exe文件即可启动程序。 5.本目录下的.des文件为工程包源文件---keyongV1.6jiemi。 6.传播时请保持原软件包的完整性,本程序仅供学习参考之用,未经允许,勿为商用。 7.欢迎指出bug或提出改进意见,email:wudazhg@163.com Author:zhg zhg工作室 2008.4 E-mail:wudazhg@163.com 版权所有,侵权必究 All Rights Reserved,
上传时间: 2016-05-11
上传用户:1427796291
本书介绍了AMD64架构下应用程序可以使用的资源和功能,包括存储器,寄存器,指令,操作数,输入输出以及应用程序的控制转移(包括中断和异常)和性能优化。主要内容有: AMD64架构概览 存储器模型 通用编程 128位(多)媒体与科学应用编程 64位(多)媒体编程
上传时间: 2014-01-04
上传用户:bjgaofei