代码搜索结果
找到约 10,000 项符合
Switch 的代码
dsp.cmd
MEMORY
{
PAGE 0: VECS: origin = 0x8000, length 0x040
PAGE 0: PROG: origin = 0x8860, length 0x6000
PAGE 1: B0 : origin = 0x200, length 0x100
PAGE 1: B1 : origin =
dsp.cmd
MEMORY
{
PAGE 0: VECS: origin = 0x8000, length 0x040
PAGE 0: PROG: origin = 0x8860, length 0x6000
PAGE 1: B0 : origin = 0x200, length 0x100
PAGE 1: B1 : orig
process.c
#include "define.h"
#include "variable.h"
#include "I2C.h"
#include "osddisplay.h"
#include "key.h"
#include "IEBus.h"
#include "memory.h"
#include "video.h"
extern void Send_Char(uchar c);
dsp.cmd
-stack 160
-o ex.out
-m ex.map
/*Main.obj Define.obj */
-l rts2xx.lib
MEMORY
{
PAGE 0: VECS: origin = 0x8000, length 0x040
PAGE 0: PROG: origin = 0x8860, length 0x6000
osd903keycover.c
#define __OSD903KEYCOVER___
#include "Header\Include.h"
#if(_OSD_TYPE == _OSD903)
//------------------------------------------------------------
void KeyMsgToOsdMsg(void)
{
switch
mapping.m
function output_mapping= mapping(index)
switch index
case 1,
output_mapping=[-1 1];
case 2,
output_mapping=(1/sqrt(2))*[-1+i -1-i 1+i 1-i];
case 3,
output_mapping=(1/sqr
6.3.html
switch语句的用法
var answer;
answer = prompt("空闲时间您最喜欢做什么?\nA.听音乐 B.看电影 C.玩游戏 D.做运动 E.其他","E");
switch(answer)
{
case "a":
case "
6.4.html
switch语句的用法
var answer;
answer = prompt("空闲时间您最喜欢做什么?\nA.听音乐 B.看电影 C.玩游戏 D.做运动 E.其他","E");
switch(answer)
{
case "a":
case "
dsp.cmd
MEMORY
{
PAGE 0: VECS: origin = 0x8000, length 0x040
PAGE 0: PROG: origin = 0x8860, length 0x6000
PAGE 1: B0 : origin = 0x200, length 0x100
PAGE 1: B1 : origin =
io.c
//****************************************************************************
// @Module GPIO
// @Filename IO.C
// @Project keiltest.DAV
//--------------------------------------