搜索结果
找到约 636 项符合
switch-Mode 的查询结果
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 ...
其他嵌入式/单片机内容 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 exampl ...
单片机开发 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 examp ...
Jsp/Servlet 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
加密解密 用维吉尼亚算法加密 /** * 维吉尼亚密码算法(BigDecimal)
用维吉尼亚算法加密
/**
* 维吉尼亚密码算法(BigDecimal),加/解密处理后仍为BigDecimal类型,正负号和小数点不进行处理
*
* @param str
* 源BigDecimal
* @param key
* 密钥,应为数字字符组成的字符串
* @param mode
* ...
单片机开发 Abstract七段显示器在DE2可当成Verilog的console
Abstract七段显示器在DE2可当成Verilog的console,做为16进位的输出结果。Introduction使用环境:Quartus II 7.2 SP1 + DE2(Cyclone II EP2C35F627C6)简单的使用switch当成2进位输入,并用8位数的七段显示器显示16进位的结果。
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.