代码搜索:SWITCH

找到约 10,000 项符合「SWITCH」的源代码

代码结果 10,000
www.eeworm.com/read/101153/6237845

c switch.c

/* * PPC-specific RTLinux switch support * * Copyright (C) 1999 Cort Dougan */ #include #include #include #include
www.eeworm.com/read/100603/6265855

c switch.c

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not u
www.eeworm.com/read/100603/6266190

cpp switch.cpp

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not u
www.eeworm.com/read/100127/6274044

py switch.py

# Show how to do switchable panels. from Tkinter import * class App: def __init__(self, top=None, master=None): if top is None: if master is None: top = Tk()
www.eeworm.com/read/145285/6350493

c switch.c

# include void main() { int num; /* 下面定义的各变量,分别代表个位,十位,百位,千位,万位,十万位以及位数 */ int indiv, ten, hundred, thousand; int ten_thousand, hundred_thousand, place; printf("请输入一个整数(0~99
www.eeworm.com/read/493401/6402253

h switch.h

/* switch.h * Definitions needed for implementing context switching. * * Context switching is inherently machine dependent, since * the registers to be saved, how to set up an initial * call fram
www.eeworm.com/read/493401/6402269

c switch.c

/* switch.s * Machine dependent context switch routines. DO NOT MODIFY THESE! * * Context switching is inherently machine dependent, since * the registers to be saved, how to set up an initi
www.eeworm.com/read/493401/6402289

o switch.o

www.eeworm.com/read/493401/6402394

o switch.o

www.eeworm.com/read/492517/6415137

h switch_if.h

/*$Id: switch_if.h,v 1.3 2007/01/19 07:08:14 leoncao Exp $*/ /******************************************************************