搜索结果
找到约 459 项符合
COUPLED-MODE 的查询结果
Linux/Unix编程 //颜色初始化 if(!has_colors() || start_color() == ERR){ endwin() printf("Terminal does not su
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
printf("Terminal does not support color.\n")
exit(1)
}
init_pair(1, COLOR_GREEN, COLOR_BLACK)
init_pair(2, COLOR_RED, COLOR_BLACK)
init_pair(3, COLOR_CYAN, COLOR_BLACK)
init_pair(4, COLOR_WHITE, COLOR_BLACK) ...
嵌入式/单片机编程 The objective is to set up SPI communication between VTI Technologies digital pressure sensor comp
The objective is to set up SPI communication between VTI Technologies digital pressure sensor
component and an MCU of an application device ATMEGA16L. In this code example:
?The MCU is configured
?SCP1000-D01 is initialized and configured
?The high resolution measurement mode is activated
?Temperat ...
加密解密 DES工作的基本原理是
DES工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式。当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密。实际运用中,密钥只用到了64位中的56位,这样才具有高的安全性。 ...
其他 Enter the Matrix MS-DOS screensaver. Sample of using bios functions (by int 10h) for text data out
Enter the Matrix MS-DOS screensaver.
Sample of using bios functions (by int 10h) for text data output (monitor in the text mode) and keyboard input. Requires: Borland C++ 3.1 for DOS.
VHDL/FPGA/Verilog This document gives the code for programming a CC2500 transceiver using Altera Stratix FPGA. The FPG
This document gives the code for programming a CC2500 transceiver using Altera Stratix FPGA. The FPGA and CC2500 are connected through SPI mode with the FPGA as the master and CC2500 as the slave.
DSP编程 This program requires the DSP2833x header files. // // This program requires an external I2C RT
This program requires the DSP2833x header files.
//
// This program requires an external I2C RTC connected to
// the I2C bus at address 0x6f.
//
// As supplied, this project is configured for "boot to SARAM"
// operation. The 2833x Boot Mode table is shown below.
// For information o ...
DSP编程 This program requires the DSP2833x header files. // // As supplied, this project is configured
This program requires the DSP2833x header files.
//
// As supplied, this project is configured for "boot to SARAM"
// operation. The 2833x Boot Mode table is shown below.
// For information on configuring the boot mode of an eZdsp,
// please refer to the documentation included with the ...
单片机开发 This software is developed to provide ease with controller design. For PID control, options are give
This software is developed to provide ease with controller design. For PID control, options are given
to design and analyse the compensated and uncompensated system. You are free to choice among Proportional
PI, PD and PID mode of control. Both frequency and time domain characteristics can be ob ...
DSP编程 hese are the zip files that are associated with application note ADSP-BF533 Blackfin Booting Pro
hese are the zip files that are associated with application note
ADSP-BF533 Blackfin Booting Process (EE-240)
example.zip:
Used throughout the EE-note to explain in detail the various booting modes.
BF533 Ez Kit Multiple DXE Boot.zip:
Multi-DXE Boot Example used with the ADSP-BF533 Ez-Kit Lit ...
认证考试资料 Complete coverage of all four CCNP exams: ? EIGRP, OSPF, IS-IS, and BGP ? Optimizing routing ? IP
Complete coverage of all four CCNP exams:
? EIGRP, OSPF, IS-IS, and BGP
? Optimizing routing
? IP multicast
? IPv6
? VLAN implementation
? Spanning Tree
? InterVLAN routing
? Layer 3 redundancy
? Wireless LANs
? VoIP in campus networks
? Campus network security
? Frame-mode MPLS
? IPsec
? Cisco devi ...