虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

character

  • 基于Simulink的数据链系统仿真及性能分析

    1扩频系统原理    扩展频谱(Spread Spectrum)技术是将基带信号的频谱扩展至较宽的频带上,然后再进行传输的一种宽带信号传输方法,它将要发送的制导信息或导弹回传信息用伪随机序列扩展到一个合适的频带上,即将原始信息的能量在频带上进行扩展,从而降低了信号被发现的危险,增加了敌方干扰的难度(需要干扰的范围变大了)。

    标签: Simulink 数据链 性能分析 系统仿真

    上传时间: 2013-11-07

    上传用户:狗日的日子

  • C51 V8 专业开发工具

    Keil C51 V8 专业开发工具(PK51)   PK51是为8051系列单片机所设计的开发工具,支持所有8051系列衍生产品,,支持带扩展存储器和扩展指令集(例如Dallas390/5240/400,Philips 51MX,Analog Devices MicroConverters)的新设备,以及支持很多公司的一流的设备和IP内核,比如Analog Devices, Atmel, Cypress Semiconductor, Dallas Semiconductor, Goal, Hynix, Infineon, Intel, NXP(founded by Philips), OKI, Silicon Labs,SMSC, STMicroeleectronics,Synopsis, TDK, Temic, Texas Instruments,Winbond等。 通过PK51专业级开发工具,可以轻松地了解8051的On-chip peripherals与及其它关键特性。 The PK51专业级开发工具包括… l          μVision Ø         集成开发环境 Ø          调试器 Ø         软件模拟器   l          Keil 8051扩展编译工具 Ø         AX51宏汇编程序 Ø         ANSI C编译工具 Ø         LX51 连接器 Ø         OHX51 Object-HEX 转换器 l          Keil 8051编译工具 Ø         A51宏汇编程序 Ø         C51 ANSI C编译工具 Ø         BL51 代码库连接器 Ø         OHX51 Object-HEX 转换器 Ø         OC51 集合目标转换器   l          目标调试器 Ø         FlashMON51 目标监控器 Ø         MON51目标监控器 Ø         MON390 (Dallas 390)目标监控器 Ø         MONADI (Analog Devices 812)目标监控器 Ø         ISD51 在系统调试   l          RTX51微实时内核   你应该考虑PK51开发工具包,如果你… l          需要用8051系列单片机来开发 l          需要开发 Dallas 390 或者 Philips 51MX代码 l          需要用C编写代码 l          需要一个软件模拟器或是没有硬件仿真器 l          需要在单芯片上基于小实时内核创建复杂的应用

    标签: C51 V8 开发工具

    上传时间: 2013-10-30

    上传用户:yy_cn

  • Cadence PCB 设计与制板

    §1、安装:    SPB15.2 CD1~3,安装1、2,第3为库,不安装    License安装:         设置环境变量lm_license_file   D:\Cadence\license.dat         修改license中SERVER yyh ANY 5280为SERVER zeng ANY 5280 §2、用Design Entry CIS(Capture)设计原理图   进入Design Entry CIS Studio     设置操作环境\Options\Preferencses:       颜色:colors/Print       格子:Grid Display       杂项:Miscellaneous       .........常取默认值

    标签: Cadence PCB

    上传时间: 2013-11-13

    上传用户:wangchong

  • VB6.0动态加载ActiveX控件漫谈

    熟悉VB的朋友对使用ActiveX控件一定不会陌生,众多控件极大地方便了编程,但唯一的缺陷是不能动态加载控件,必须在设计时通过引用,将控件放置在窗体上。VB6.0已能够解决该问题,只是帮助中没有明确说明,并且没有描述到一些关键功能,由于以前的版本中可以动态创建进程外服务:如果对象是外部可创建的,可在 Set 语句中用 New 关键字、CreateObject 或 GetObject 从部件外面将对象引用赋予变量。如果对象是从属对象,则需使用高层对象的方法,在 Set 语句中指定一个对象引用:

    标签: ActiveX 6.0 VB 动态加载

    上传时间: 2014-01-26

    上传用户:taa123456

  • VC代码收集

    一、改变视图背景色:     在CView的OnDraw函数中添写如下一段程序代码:     void CFileNameView::OnDraw(CDC* pDC)     {  CFileNameDoc* pDoc = GetDocument();  ASSERT_VALID(pDoc);  CRect rectClient;  CBrush brushBkColor;  GetClientRect(rectClient);  brushBkColor.CreateSolidBrush(RGB(255,0,0)); //颜色设置  pDC->DPtoLP(rectClient);  pDC->FillRect(rectClient,&brushBkColor);  …     }

    标签: VC代码

    上传时间: 2013-10-27

    上传用户:liuqy

  • 基于(英蓓特)STM32V100的串口程序

    This example provides a description of how  to use the USART with hardware flowcontrol and communicate with the Hyperterminal.First, the USART2 sends the TxBuffer to the hyperterminal and still waiting fora string from the hyperterminal that you must enter which must end by '\r'character (keypad ENTER button). Each byte received is retransmitted to theHyperterminal. The string that you have entered is stored in the RxBuffer array. The receivebuffer have a RxBufferSize bytes as maximum. The USART2 is configured as follow:    - BaudRate = 115200 baud      - Word Length = 8 Bits    - One Stop Bit    - No parity    - Hardware flow control enabled (RTS and CTS signals)    - Receive and transmit enabled    - USART Clock disabled    - USART CPOL: Clock is active low    - USART CPHA: Data is captured on the second edge     - USART LastBit: The clock pulse of the last data bit is not output to                      the SCLK pin

    标签: V100 STM 100 32V

    上传时间: 2013-10-31

    上传用户:yy_cn

  • PROE4.0安装方法

    PRO\E4.0安装方法 第一步:修改环境变量. 我的电脑----属性---高级---环境变量---新建---变量名:lang 值:chs (注:下载好的PRO/E有CD1 CD2 CD3 crack4.0) 第二步、许可证生成 在D盘新建一个文件夹PROE,再在PROE里面新建文件夹,命名为proewildfire,将安装文件里面的CRACK4.0文件夹复制到PROE里面,用记事本打开CRACK里面的PTC-LIC-4.0文件,你就找下HOSTID:00-11-D8-BB-5B-62,将00-11-D8-BB-5B-62复制起来,然后点击CD1- sutep(如果没有反应,找到CD1-dsrc--i486-nt----obj---PTCSETUP安装),安装界面会出现你的主机ID,把记事本里面的ID全部替换为你的主机ID(方法:编辑---替换,然后按要求选择填选,全部替换),保存(记得存在哪。等等有用)。

    标签: PROE 4.0 安装方法

    上传时间: 2013-11-23

    上传用户:yjj631

  • Cadence PCB 设计与制板

    §1、安装:    SPB15.2 CD1~3,安装1、2,第3为库,不安装    License安装:         设置环境变量lm_license_file   D:\Cadence\license.dat         修改license中SERVER yyh ANY 5280为SERVER zeng ANY 5280 §2、用Design Entry CIS(Capture)设计原理图   进入Design Entry CIS Studio     设置操作环境\Options\Preferencses:       颜色:colors/Print       格子:Grid Display       杂项:Miscellaneous       .........常取默认值

    标签: Cadence PCB

    上传时间: 2014-01-25

    上传用户:wangcehnglin

  • * * Input * bin_data : binary data * bin_size : binary data length * Mode : operation mode

    * * Input * bin_data : binary data * bin_size : binary data length * Mode : operation mode * BASE64_NeedCRLF ---- Need a CRLF every 64 base64-character * BASE64_NotCRLF ---- Need not CRLF between 64 base64-character * * Output * char data * char data length * * Return * 0: success -1: error

    标签: binary data operation bin_data

    上传时间: 2015-06-04

    上传用户:ZJX5201314

  • Frequency Scale Conversion From f To f Scale frq2mel mel2frq mel The mel scale is based on the hu

    Frequency Scale Conversion From f To f Scale frq2mel mel2frq mel The mel scale is based on the human perception of sinewave pitch. frq2erb erb2frq erb The erb scale is based on the equivalent rectangular bandwidths of the human ear. frq2midi midi2frq midi The midi standard specifies a numbering of semitones with middle C being 60. They can use the normal equal tempered scale or else the pythagorean scale of just intonation. They will in addition output note names in a character format.

    标签: Scale Conversion Frequency mel

    上传时间: 2015-06-07

    上传用户: