代码搜索结果

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

main.c

/*------------------------------------------------------------------*- Main.C (v1.00) ------------------------------------------------------------------ A 'goat counting' program for

makefile.win

# Project: Project1 # Makefile created by Dev-C++ 4.9.9.2 CPP = g++.exe CC = gcc.exe WINDRES = windres.exe RES = OBJ = main.o $(RES) LINKOBJ = main.o $(RES) LIBS = -L"C:/Dev-Cpp/lib"

4x4矩阵式键盘识别.txt

#include //数码管上显示的0-9的显示代码 unsigned char code LEDCODE[]= { //0 1 2 3 4 0x3f,0x06,0x5b,0x4f,0x66, //5 6 7 8 9 0x6d,0x7d,0x07,0x7f,0x6f, //A b

lnk.cmd

MEMORY { vecs: o = 00000000h l = 200h IRAM: o = 00000200h l = 0000ffe0h CE0: o = 80000000h l = 01000000h }

jsautokw.h

/* * Generating switch for the list of 61 entries: * break * case * continue * default * delete * do * else * export * false * for

tstswitc.m

function [ret,x0,str,ts,xts]=tstswitc(t,x,u,flag); %TSTSWITC is the M-file description of the SIMULINK system named TSTSWITC. % The block-diagram can be displayed by typing: TSTSWITC. % % SYS=TSTS

w32-win.el

;;; w32-win.el --- parse switches controlling interface with W32 window system ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. ;; Author: Kevin Gallo ;; Keywords: terminals ;; This file

hellotask.c

#include "HelloTask.H" //HelloTask任务执行体。在main()主循环中被调用。 //============================================ void HelloTask(void) { switch(Menu1) { case 1://显示Hello DisplayBuffer[0] = 0;//

common.c

#include "MyLib.h" #include extern void ENABLE_DCACHE(void); extern void IIC_init(void); void Switch_init(void); void Sys_init(void) // Copy 256KB HZK to SDRAM { PageTable_in