代码搜索:Switch
找到约 10,000 项符合「Switch」的源代码
代码结果 10,000
www.eeworm.com/read/355686/10249786
m ms_encoder_initialization.m
% ms_encoder_initialization ;
switch xrc
case 3
switch xframelength
case 6120
xtrellisstructure=poly2trellis(9,[753 561])';
xpaddedframele
www.eeworm.com/read/355318/10276585
java evaluate.java
public class Evaluate{
int max_x,max_y,max;
public void evaluate(int shape[][][]){
int i=0,j=0;
for(i=0;i
www.eeworm.com/read/162498/10301642
c file12.c
int ReturnHex(int Value)
{
switch (Value)
{
case 0:
Value=0x7f;
break;
case 1:
Value=0x3f;
www.eeworm.com/read/354778/10326125
m table.m
function sys=mdlOutputs(t,x,u) % u(1)为磁链开关信号 u(2)转矩开关信号 u(3)为磁链区域信号
if(u(2)==0) % 如果转矩开关信号为0,则输出电压开关信号(0, 0, 0)
sys(1)=0;
sys(2)=0;
sys(3)=0;
else
www.eeworm.com/read/280028/10362634
htm 3.4.4.php.htm
switch 循环
a {text-decoration: none;color:#6666ff;}
a:hover {color:#ff0
www.eeworm.com/read/161163/10442984
c monitorloop.c
#include "kernal.h"
#include "kernal.c"
#define MONITOR_LOOP_CMD_DATA 1
//defined in kernel.c, Information of remote users
extern REMOTE_USER_INFO online_user[MAX_REMOTE_USER];
//defined in
www.eeworm.com/read/279022/10482353
cmd flashblink_hex.cmd
FlashBlink.out
-map FlashBlinkhex.map
-o FlashBlink55.hex
-m2
-v5510:1
-boot
-emif32
ROMS
{
PAGE 0 : ROM : o=0x400000, l=0x100000
}
/*
SECTIONS
{
.vectors boot
.s
www.eeworm.com/read/352978/10486301
asm flash_bios.asm
NEWIODELAY MACRO
OUT 0EBH,AL
ENDM
.model SMALL
.data
MCH = 0 -
www.eeworm.com/read/352854/10498577
java evaluate.java
public class Evaluate{
int max_x,max_y,max;
public void evaluate(int shape[][][]){
int i=0,j=0;
for(i=0;i
www.eeworm.com/read/160108/10571361
s os_cpu_a.s
;**********************************************************************
;****************************************************
; $Workfile: os_cpu_a.S for SkyEye simulator $
; $Revision: 1.