代码搜索结果
找到约 10,000 项符合
Switch 的代码
capprocess.c
//*************************************************************************************************
//* *
//* ******************************大写字母处理函数**********************
2410 core.opj
(ExpressProject "2410 core"
(ProjectVersion "19981106")
(ProjectType "PCB")
(Folder "Design Resources"
(Folder "Library"
(File ".\library1.olb"
(Type "Schematic Library")
2410 core.opj
(ExpressProject "2410 core"
(ProjectVersion "19981106")
(ProjectType "PCB")
(Folder "Design Resources"
(Folder "Library"
(File ".\library1.olb"
(Type "Schematic Library")
nswitch.m
function nswitch(n);
%--------------------------------------------------------------------------
% NSWITCH is a routine to generate an n-switch block for graphical Simulink
% systems. This is a swi
get.m
function val = get(d,prop_name)
switch prop_name
case 'x'
val = d.x;
case 'y'
val = d.y;
otherwise
error([prop_name ,'is not a valid list property'])
end
vowels.c
#include
void main()
{
char letter;
int vowel_count = 0;
for (letter = 'A'; letter
smallprocess.c
//*************************************************************************************************
//* *
//* ******************************小写字母处理函数**********************
capprocess.c
//*************************************************************************************************
//* *
//* ******************************大写字母处理函数**********************
vowels.c
#include
void main()
{
char letter;
int vowel_count = 0;
for (letter = 'A'; letter
trival_c.cpp
//---------------------------------------------------------------------------
//-------- TriVal_C.cpp -----------------------------------------------------
//----------------------------------------