代码搜索结果
找到约 10,000 项符合
Switch 的代码
a00124.html
uIP 1.0: uip/lc-switch.h File Reference
vowels.c
#include
void main()
{
char letter;
int vowel_count = 0;
for (letter = 'A'; letter
algo0912.cpp
void LeftBalance(BSTree &T) { // 算法 9.12
// 对以指针T所指结点为根的二叉树作左平衡旋转处理。
// 本算法结束时,指针T指向新的根结点
BSTree lc,rd;
lc = T->lchild; // lc指向*T的左子树根结点
switch (lc->bf) { // 检查*T的左子树的平衡度,并作相应平衡处理
2410 core.opj
(ExpressProject "2410 core"
(ProjectVersion "19981106")
(ProjectType "PCB")
(Folder "Design Resources"
(Folder "Library"
(File ".\library1.olb"
(Type "Schematic Library")
vowels.c
#include
void main(void)
{
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
aa.java
// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space
import javax.micro
externalfile4.html
Another external file
Wanna switch back to the previous file?, click here
lnk64.cmd
MEMORY
{
INTMEM: o = 00000400h l = 000FFC00h
}
SECTIONS
{
.cinit > INTMEM
.text > INTMEM
.stack > INTMEM
.bss
testdae.c
#include
#include
#include
#include
#include
#include
#include
int init_daemon(void)//守护进程初始化函数
{
switch(fork()){
case 0: