搜索结果

找到约 466 项符合 Switched-Mode 的查询结果

其他书籍 The main MIPS processor of SMP8630 comes with a JTAG interface, allowing:  access to caches and da

The main MIPS processor of SMP8630 comes with a JTAG interface, allowing:  access to caches and data bus (DRAM) with a bandwidth of about 200kbit/s  examining the processor state whatever the execution mode (monice)  connecting to monice using mdi-server and using a gdb client on the processor to st ...
https://www.eeworm.com/dl/542/426247.html
下载: 37
查看: 1155

游戏 DragonRaja Client source version 1.4+ this source allow players join in (Hades Warfield or Monsters

DragonRaja Client source version 1.4+ this source allow players join in (Hades Warfield or Monsters warfield). When you compile in debug mode, it is GMtool. else compile in release mode, it is Normal player.
https://www.eeworm.com/dl/625/430342.html
下载: 31
查看: 1085

Windows CE 1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smd

1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smdk2443\smdk2443.bat file set BSP_EVT1=1 -> set BSP_EVT1= In smdk2443\src\inc\bsp_cfg.h file #define EVT1 -> #define EVT0 2. Default system tick mode is changed. The value is fixed ...
https://www.eeworm.com/dl/674/430739.html
下载: 49
查看: 1071

单片机开发 This file is distributed in the hope that it will be useful, but WITHOUT WARRANTY OF ANY KIND.

This file is distributed in the hope that it will be useful, but WITHOUT WARRANTY OF ANY KIND. Author(s): Ole Saether DESCRIPTION: This example should be used together with ex2a-tx433.asm. One nRF9E5 evaluation board (receiver) should be programmed with the hex-file generated ...
https://www.eeworm.com/dl/648/441184.html
下载: 65
查看: 1091

加密解密 用维吉尼亚算法加密 /** * 维吉尼亚密码算法(BigDecimal)

用维吉尼亚算法加密 /** * 维吉尼亚密码算法(BigDecimal),加/解密处理后仍为BigDecimal类型,正负号和小数点不进行处理 * * @param str * 源BigDecimal * @param key * 密钥,应为数字字符组成的字符串 * @param mode * ...
https://www.eeworm.com/dl/519/444675.html
下载: 47
查看: 1111

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) ...
https://www.eeworm.com/dl/619/451809.html
下载: 145
查看: 1042

嵌入式/单片机编程 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 ...
https://www.eeworm.com/dl/647/454108.html
下载: 126
查看: 1074

加密解密 DES工作的基本原理是

DES工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式。当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密。实际运用中,密钥只用到了64位中的56位,这样才具有高的安全性。 ...
https://www.eeworm.com/dl/519/454541.html
下载: 141
查看: 1054

其他 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.
https://www.eeworm.com/dl/534/458485.html
下载: 30
查看: 1043

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.
https://www.eeworm.com/dl/663/459496.html
下载: 47
查看: 1066