代码搜索结果

找到约 10,000 项符合 Switch 的代码

vowels.c

#include void main() { char letter; int vowel_count = 0; for (letter = 'A'; letter

lcd.cmd

-w -stack 500h -heap 500h -l rts55x.lib MEMORY { PAGE 0: VECT : o=80h,l=80h PRAM : o=100h,l=1f00h PAGE 1: DRAM : o=2000h,l=1000h } SECTIONS { .text : {}> P

localename.c

/* Determine the current selected locale. Copyright (C) 1995-1999, 2000-2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the

exp03.cmd

MEMORY { PAGE 0: PROG: origin = 1a00h, length = 2580h PAGE 1: DATA: origin = 0200h, length = 1800h } SECTIONS { .text > PROG PAGE 0 .cinit > PROG PAGE 0 .swi

exp02.cmd

MEMORY { PAGE 0: PROG: origin = 1a00h, length = 2580h PAGE 1: DATA: origin = 0200h, length = 1800h } SECTIONS { .text > PROG PAGE 0 .cinit > PROG PAGE 0 .swi

exp01.cmd

MEMORY { PAGE 0: PROG: origin = 1a00h, length = 2580h PAGE 1: DATA: origin = 0200h, length = 1800h } SECTIONS { .text > PROG PAGE 0 .cinit > PROG PAGE 0 .swi

gill.h

/* * include/platform/gill.h * * This file contains the hardware specific definitions for Gill * * Author: Chan Gyun Jeong * $Id: gill.h,v 1.1.1.1 2004/02/04 06:22:25 laputa E

modla.m

function [y,y_com]=modla(code_num,sample_rate,carrier_frequency,symbol_rate,shape,mode) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %

simplelpcgui.m

function varargout = simplelpcgui(varargin) % SIMPLELPCGUI M-file for simplelpcgui.fig % SIMPLELPCGUI, by itself, creates a new SIMPLELPCGUI or raises the existing % singleton*. % %

priority.h

//算符优先级类Priority的声明 class Priority { public: char PriOPTR(char a1, char a2); }; //算符优先级类Priority的内部函数定义 char Priority::PriOPTR(char a1, char a2) { int b1,b2; char priority[7][7]={