代码搜索结果

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

adc0809test.c

/*======================================= ADC0809检测程序 文件名:ADC0809Test.c 作者:方畅 时间:2007-12-20 =========================================*/ #include "Hardwareinterface.h" #i

adc0809.h

/*================================== ADC0809接口函数文件 文件名:ADC0809.h 作者:方畅 时间:2007-12-20 ====================================*/ extern void InitADC(void); extern unsigned c

result_output.cpp

#include "stdio.h" #include "stdlib.h" void output(int x,int y) { char outcome; switch(x) { case(0): { switch (y) { case(4): printf("1"); break; case(5): pri

2600 hertz single tone generator schematic.txt

2600 Hertz Single Tone Generator Schematic ------------------------------------------- Parts: 555 timer I.C. 8 ohm speaker | 9 volt battery & connector

os_cpu_c.ls

1 ; C Compiler for MC68HC12 [COSMIC Software] 2 ; Version V4.2f - 17 Sep 1998 1275 ; 59 void *OSTaskStkInit (void (*task)(void *pd),

nswitch.m

function nswitch(n); %-------------------------------------------------------------------------- % NSWITCH is a routine to generate an n-switch block for graphical Simulink % systems. This is a swi

t.cmd

MEMORY { PAGE 0: PROG: origin = 2a00h, length = 1600h PAGE 1: DATA: origin = 0200h, length = 2800h } SECTIONS { .text > PROG PAGE 0 .cinit > PROG PAGE 0

basic_type.h

/******************************************************************************* * COPYRIGHT DaTang Mobile Communications Equipment CO.,LTD * ************************************************

algo0912.cpp

void LeftBalance(BSTree &T) { // 算法 9.12 // 对以指针T所指结点为根的二叉树作左平衡旋转处理。 // 本算法结束时,指针T指向新的根结点 BSTree lc,rd; lc = T->lchild; // lc指向*T的左子树根结点 switch (lc->bf) { // 检查*T的左子树的平衡度,并作相应平衡处理

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