亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Switch-mode

  • 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 tick. Fixed tick means that tick interrupt is occurred every 1ms. Variable tick means that timer interrupt period is changed when power mode is in idle. For changing to variable tick In smdk2443\src\inc\bsp_cfg.h file #define FIXEDTICK -> #define VARTICK In smdk2443\src\Common\Timer\Sources file SOURCES= timer_fixedtick.c watchdog.c -> SOURCES= timer_vartick.c watchdog.c

    標(biāo)簽: EVT0 followings BSP support

    上傳時間: 2014-01-27

    上傳用戶:fnhhs

  • 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: * * Hello World program. Please note that this program runs the internal 8051 * on the default power up frequency of 4MHz. See ex3c.c for an example on how * to switch to 16MHz. * * The functionality is the same as in ex1a.asm. * * COMPILER: * * This program has been tested with Keil V7.07a. * * $Revision: 3 $ *

    標(biāo)簽: distributed WARRANTY WITHOUT useful

    上傳時間: 2017-05-17

    上傳用戶:515414293

  • 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: nRF9E5 Hello World program. Please note that this program runs the internal 8051 on the default power up frequency of 4MHz. See ex3a.asm for an example on how to switch to 16MHz. The functionality is the same as in ex1c.c. ASSEMBLER: You need as31.exe to assemble this program. It can be downloaded from this web page: http://www.pjrc.com/tech/8051/ $Revision: 4 $

    標(biāo)簽: distributed WARRANTY WITHOUT useful

    上傳時間: 2017-05-17

    上傳用戶:wuyuying

  • public class month1{ public static void main(String [] args){ int month = 10 int days = 0 s

    public class month1{ public static void main(String [] args){ int month = 10 int days = 0 switch(month){ case 1: days = 31 case 2: days = 28 case 3: days = 31

    標(biāo)簽: public int String month1

    上傳時間: 2014-08-26

    上傳用戶:chenbhdt

  • 用維吉尼亞算法加密 /** * 維吉尼亞密碼算法(BigDecimal)

    用維吉尼亞算法加密 /** * 維吉尼亞密碼算法(BigDecimal),加/解密處理后仍為BigDecimal類型,正負(fù)號和小數(shù)點不進(jìn)行處理 * * @param str * 源BigDecimal * @param key * 密鑰,應(yīng)為數(shù)字字符組成的字符串 * @param mode * 模式(加密or解密) * @return 加/解密后的BigDecimal

    標(biāo)簽: BigDecimal 算法 加密 密碼算法

    上傳時間: 2013-12-23

    上傳用戶:yyyyyyyyyy

  • Abstract七段顯示器在DE2可當(dāng)成Verilog的console

    Abstract七段顯示器在DE2可當(dāng)成Verilog的console,做為16進(jìn)位的輸出結(jié)果。Introduction使用環(huán)境:Quartus II 7.2 SP1 + DE2(Cyclone II EP2C35F627C6)簡單的使用switch當(dāng)成2進(jìn)位輸入,并用8位數(shù)的七段顯示器顯示16進(jìn)位的結(jié)果。

    標(biāo)簽: Abstract Verilog console DE2

    上傳時間: 2017-06-03

    上傳用戶:zhangyigenius

  • //顏色初始化 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) init_pair(5, COLOR_MAGENTA, COLOR_BLACK) init_pair(6, COLOR_BLUE, COLOR_BLACK) init_pair(7, COLOR_YELLOW, COLOR_BLACK) //寫字符串 for(i = 1 i <= 7 i++) { attron(COLOR_PAIR(i)) printw("color pair d in normal mode\n", i) } for(i = 1 i <= 7 i++) { attron(COLOR_PAIR(i) | A_BLINK | A_UNDERLINE) printw("color pair d in normal mode\n", i) }

    標(biāo)簽: start_color has_colors Terminal endwin

    上傳時間: 2014-01-14

    上傳用戶:vodssv

  • 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 ?Temperature and pressure information is read always when the DRDY pin is in high state Please refer to the document "SCP1000 Product Family Specification 8260800" for further information on SCP1000 register addressing and SPI communication. This document applies to the SCP1000-D01.

    標(biāo)簽: communication Technologies objective pressure

    上傳時間: 2017-06-17

    上傳用戶:youmo81

  • DES工作的基本原理是

    DES工作的基本原理是,其入口參數(shù)有三個:key、data、mode。 key為加密解密使用的密鑰,data為加密解密的數(shù)據(jù),mode為其工作模式。當(dāng)模式為加密模式時,明文按照64位進(jìn)行分組,形成明文組,key用于對數(shù)據(jù)加密,當(dāng)模式為解密模式時,key用于對數(shù)據(jù)解密。實際運用中,密鑰只用到了64位中的56位,這樣才具有高的安全性。

    標(biāo)簽: DES

    上傳時間: 2014-11-22

    上傳用戶:zukfu

  • 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.

    標(biāo)簽: screensaver functions Matrix MS-DOS

    上傳時間: 2013-11-29

    上傳用戶:hopy

主站蜘蛛池模板: 安国市| 防城港市| 玉溪市| 广南县| 建昌县| 清远市| 绥德县| 新绛县| 荣昌县| 甘谷县| 区。| 苏尼特右旗| 武邑县| 建德市| 厦门市| 平原县| 井陉县| 调兵山市| 斗六市| 东乌珠穆沁旗| 康马县| 新邵县| 齐齐哈尔市| 盖州市| 理塘县| 乌兰浩特市| 噶尔县| 灵石县| 禹城市| 凤冈县| 漾濞| 香港 | 汉阴县| 舞阳县| 吐鲁番市| 通河县| 桑植县| 巫溪县| 习水县| 盐津县| 罗田县|