代码搜索:SWITCH
找到约 10,000 项符合「SWITCH」的源代码
代码结果 10,000
www.eeworm.com/read/397558/8038362
h switch.h
#define NU_SEM_EN 1
#define NU_QUEUE_EN 1
#define NU_MAILBOX_EN 1
#define NU_PIPE_EN 1
#define NU_EVENT_GROUP_EN 1
#define NU
www.eeworm.com/read/397197/8062956
dni switch.dni
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
TypeVolition=1
UnspecRange=1
ActionState=1
[Log file]
LoggingEnabled=_ 0
LogFile=_ ""
Category=_
www.eeworm.com/read/146299/12660343
csp switch.csp
package switch_test;
function main() {
var i = -1,a;
var j;
for(j = 0;j < 10000;j++)
{
switch(j % 4)
{
case 0: a = "zero"; break;
case 1: a = "one"; break;
c
www.eeworm.com/read/333254/12693212
cpp switch.cpp
// switch.cpp -- use the switch statement
#include
using namespace std;
void showmenu(); // function prototypes
void report();
void comfort();
int main()
{
showmenu();
in
www.eeworm.com/read/244984/12827578