代码搜索结果
找到约 10,000 项符合
Switch 的代码
l_test.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
l_test_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
filter.cpp
/*
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a license agreement or
// nondisclosure agreement with Intel Corporation and may
chap7_15m.m
function [u]=pid_aw1f1(u1,u2,u3,u4)
e=u2;
un=u3;
us=u4;
M=2;
switch M
case 1 %PID
u=e;
case 2 %Anti-windup PID
umin=0;
umax=10;
ua=(umin+umax)/2;
if
chap7_15m.m
function [u]=pid_aw1f1(u1,u2,u3,u4)
e=u2;
un=u3;
us=u4;
M=2;
switch M
case 1 %PID
u=e;
case 2 %Anti-windup PID
umin=0;
umax=10;
ua=(umin+umax)/2;
if
epsetup.lst
C51 COMPILER V7.20 EPSETUP 09/11/2008 22:15:07 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE EPSETUP
OBJECT MODULE PLACED IN
epsetup.c
#include"mytype.h"
#include "d12_command.h"
#include"d12_value.h"
#include"port.h"
#include"epmain.h"
#include"uar.h"
extern USB_FLAGS usb_flags;
extern INT_REG Interrupt_Register;
extern LAST
main.c
/***********************************************
***********************************************/
#include
#include
#include
#include
pagecomsettings.cpp
#include "StdAfx.h"
#include "SerialTestMFC.h"
#include "PageComSettings.h"
#include "Serial.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endi