代码搜索结果
找到约 10,000 项符合
Switch 的代码
vowels.c
#include
void main()
{
char letter;
int vowel_count = 0;
for (letter = 'A'; letter
showend2.c
void ShowResult2(int Result)
{
switch(Result)
{
case NUM :printf("\t Int16 \t" ); break;
case ID :printf("\t identifier \t" ); break;
case
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
test2.cmd
MEMORY
{
PAGE 0: PROG: origin = 1a00h, length = 2600h
PAGE 1: DATA: origin = 0200h, length = 1800h
}
SECTIONS
{
.text > PROG PAGE 0
.cinit > PROG PAGE 0
.switc
joystick.c
/*
** JOYSTICK.C
**
** Joystick support functions
**
** Public domain demo by Bob Stout
*/
#include
#include "snpdosys.h"
struct joystick JoyStick;
/*
** read_joystick()
**
** returns
cmtconvr.cpp
/*
* CMTCONVR.CPP
* Implementation of comment converter.
*
* ver 1.0, 30 Jun 1996
*
* Public domain by:
* Jari Laaksonen
* Arkkitehdinkatu 30 A 2
* FIN-33720 Tampere
* FINLAND
*
*
vowels.c
#include
void main()
{
char letter;
int vowel_count = 0;
for (letter = 'A'; letter
guicallback.m
vda = get(da,'Value');
vdm = get(dm,'Value');
vmm = get(mm,'Value');
switch vda
case 1
cda = 'C';
case 2
cda = 'F';
case 3
cda = 'S';
case 4
cda = 'FS';
otherwise
error('Unknown actua
a00124.html
uIP 1.0: uip/lc-switch.h File Reference
gasvm_mutation.m
function newVa=GASVM_mutation(Va)
global swMutation
switch(swMutation)
case 1, newVa=randExMut(Va);
%' randExMut'
case 2, newVa=ShiftMut(Va);
%,'ShiftMut'
end