The xapp851.zip archive includes the following subdirectories. The specific contents of each subdirectory below: \rtl - HDL design files \sim - simulation files \synth - Synthesis related files \par - Place/Route related files
标签: subdirectories The following includes
上传时间: 2014-01-25
上传用户:lepoke
企业短信群发系统,业务范围广泛的公司中,当公司有了新的通知要告诉在外地的员工,通常使用拨打电话的方式,这样虽然能把事情说清楚,但是当在外的员工比较多时,工作量很大,为了解决这个问题,可以开发一个企业短信群发管理系统。企业短信群发管理系统主要利用硬件短信猫发送短信,并且可以查看SIM卡中收到的短信。本系统应具有以下功能: 电话簿管理。 常用语管理。 短信息发送。 短信息接收。 短信猫设置。
上传时间: 2013-12-23
上传用户:youmo81
利用通讯模块进行数据通信,就是将数据体作为短消息的内容,从发送方的通讯模块发送出去,通过短消息中心进行转发,接收方通讯模块收到此短消息后即存储在SIM卡上,模块外接的控制器(如单片机、计算机等)从模块中读取短消息后,根据需要将无用的信息去除,取出有效信息,然后将SIM卡中的短消息删除,这样就完成一次单向数据的传输。利用通讯模块的短消息方式实现数据的发送和接收具有通信成本低、系统容量大、抗干扰能力强等优点,而且短消息经过服务中心再到达目的地的特点使通讯模块无需24小时开机,降低了系统功耗,特别适合遥控、遥测、远程信息处理和通信等领域。
上传时间: 2017-06-16
上传用户:ynwbosss
This file is used for the comparison of of groups within livejournal groups and finding how many similar people exist within two specified groups.
标签: groups livejournal comparison finding
上传时间: 2014-01-11
上传用户:ainimao
The MINI2440 is an effecient ARM9 development board with a comprehensive price, it characterizes simple method and high performance-price ratio. Based on the Samsung S3C2440 microprocessor, it embodies professional stable CPU core power source chip and reset chip to ensure the stability of the system operation. The PCB on the MINI2440 board is designed to be 4-layers board, adopting the ENIG technology and professional equal-length wiring to ensure the completeness of the signals of the key signal wires and manufactured and released under stringent quality control plans. With the help of this detailed manual, users are supposed to become proficient in the development process of embedded Linux and WinCE operating system, they are supposed to get the foundation, so long as they have obtained the basic and necessary knowledge about the C language, in two weeks.
标签: comprehensive characterizes development effecient
上传时间: 2013-12-18
上传用户:csgcd001
企业短信群发管理系统主要利用硬件短信猫发送短信,并且可以查看SIM卡中收到的短信。
上传时间: 2017-07-29
上传用户:yuchunhai1990
Introduction to the RTX51, a multitasking real-time operating system for the 8051 family. RTX51 simplifies system and software design of complex and time-critical projects.
标签: Introduction multitasking the RTX
上传时间: 2017-08-01
上传用户:liansi
本文首先说明了本次课程设计的目的和软硬件环境,然后介绍了J-Sim的编译与配置;接下来,在第四章说明了无线传感器网络各结点的内部结构图,第五章和第六章是我们对J-Sim中无线网络包和传感器网络包所做的总体分析,在阅读第五章和第六章之前,需要先阅读第四章,理解各结点的内部结构图。最后,我们对一个简单的无线传感器网络进行了仿真
上传时间: 2017-09-24
上传用户:黄华强
% 生成训练样本集 clear all; clc; P=[110 0.807 240 0.2 15 1 18 2 1.5; 110 2.865 240 0.1 15 2 12 1 2; 110 2.59 240 0.1 12 4 24 1 1.5; 220 0.6 240 0.3 12 3 18 2 1; 220 3 240 0.3 25 3 21 1 1.5; 110 1.562 240 0.3 15 3 18 1 1.5; 110 0.547 240 0.3 15 1 9 2 1.5]; 0 1.318 300 0.1 15 2 18 1 2]; T=[54248 162787 168380 314797; 28614 63958 69637 82898; 86002 402710 644415 328084; 230802 445102 362823 335913; 60257 127892 76753 73541; 34615 93532 80762 110049; 56783 172907 164548 144040]; @907 117437 120368 130179]; m=max(max(P)); n=max(max(T)); P=P'/m; T=T'/n; %-------------------------------------------------------------------------% pr(1:9,1)=0; %输入矢量的取值范围矩阵 pr(1:9,2)=1; bpnet=newff(pr,[12 4],{'logsig', 'logsig'}, 'traingdx', 'learngdm'); %建立BP神经网络, 12个隐层神经元,4个输出神经元 %tranferFcn属性 'logsig' 隐层采用Sigmoid传输函数 %tranferFcn属性 'logsig' 输出层采用Sigmoid传输函数 %trainFcn属性 'traingdx' 自适应调整学习速率附加动量因子梯度下降反向传播算法训练函数 %learn属性 'learngdm' 附加动量因子的梯度下降学习函数 net.trainParam.epochs=1000;%允许最大训练步数2000步 net.trainParam.goal=0.001; %训练目标最小误差0.001 net.trainParam.show=10; %每间隔100步显示一次训练结果 net.trainParam.lr=0.05; %学习速率0.05 bpnet=train(bpnet,P,T); %------------------------------------------------------------------------- p=[110 1.318 300 0.1 15 2 18 1 2]; p=p'/m; r=sim(bpnet,p); R=r'*n; display(R);
上传时间: 2016-05-28
上传用户:shanqiu
目前在测量和监控等领域, 利用GSM 网络进行数据传输已经较为常见, 专用通信终端的设计是方案实现的 重点。本文将结合实际开发中使用Wavecom 公司Q2406B 模块的经验, 分别从外围硬件电路设计和控制软件设计 上, 介绍模块应用设计中的重点和难点。在硬件设计中, 着重介绍了电源电路的设计, 并分析了模块的SIM 卡接口、 控制器接口。
标签: Wavecom Q2406B 通信模块 外围电路 控制 软件设计
上传时间: 2016-06-16
上传用户:adad887