代码搜索:Switch
找到约 10,000 项符合「Switch」的源代码
代码结果 10,000
www.eeworm.com/read/384940/8832570
m subsasgn.m
function a = subsasgn(a,index,val)
switch index(1).type
case '.'
switch index(1).subs
case 'con'
if length(index) == 2
a.con(index(2).subs{:}) = val;
else
a.con = val;
e
www.eeworm.com/read/384940/8832668
m subsasgn.m
function a = subsasgn(a,index,val)
switch index(1).type
case '.'
switch index(1).subs
case 'con'
if length(index) == 2
a.con(index(2).subs{:}) = val;
else
a.con = val;
e
www.eeworm.com/read/384940/8832720
m subsasgn.m
function a = subsasgn(a,index,val)
switch index(1).type
case '.'
switch index(1).subs
case 'syn'
a.syn = val;
case 'gen'
a.gen = val;
case 'delta'
a.delta = val;
case 'omeg
www.eeworm.com/read/185622/9023613
txt rfc2172.txt
Network Working Group M. Maruyama
Request for Comments: 2172 K. Murakami
Category: Informational
www.eeworm.com/read/381411/9094578
c switches.c
//*****************************************************************************
//
// switches.c - Code for the push button.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reserved
www.eeworm.com/read/379525/9194218
h conf.h
/*
* Used to dissect integer device code
* into major (driver designation) and
* minor (driver parameter) parts.
*/
struct
{
char d_minor;
char d_major;
};
/*
* Declaration of block device
*
www.eeworm.com/read/182131/9215381
cmd useccs.cmd
MEMORY
{
IRAM : o=1000h,l=0x0002efff
}
SECTIONS
{
.text :> IRAM
.data :> IRAM
.bss :> IRAM
.cinit :> IRAM
.far :> IRAM
.stack :> IRAM
www.eeworm.com/read/181197/9267515
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/374259/9412838
txt abstract.txt
This example program shows how to use RTX51 Tiny in Code Banking
Applications. The system contains 4 tasks and is very similar
to the RTX51 Tiny Example EX2.
However, the system avoids Round-R
www.eeworm.com/read/373872/9430717
c webdoc.c
//-----------------------------------------------------------------------------
// Net WEBDOC.C
//
// This module contains web pages and headers
//-------------------------------------------------