代码搜索结果
找到约 10,000 项符合
Switch 的代码
根本的frame-relay中文笔记.txt
================================================================================================
这是我的frame-relay部份的中文笔记,因为看的是英文书,而我的英文又不大好,所以有些地方写得可能不大好,还请看的网友见谅,不过基础上的意思还是能看出来。
I am known as a p
tb_alarm.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use WORK.conv_pack_top.all;
entity E is
end E;
Architecture A of E is
signal SET_TIME : std_logic;
signal ALARM : s
sdsbmcdlg.cpp
// sdsbmcdlg.cpp : implementation file
//
#include "stdafx.h"
#include "xxgl.h"
#include "sdsbmcdlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE
sdghdwdlg.cpp
// sdghdwdlg.cpp : implementation file
//
#include "stdafx.h"
#include "xxgl.h"
#include "sdghdwdlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE
sdghdw.cpp
// sdghdw.cpp : implementation file
//
#include "stdafx.h"
#include "xxgl.h"
#include "sdghdw.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#
pid_cc_tune.m
function [Kp,Ti,Td,key,lb]=pid_cc_tune(key1,key2,vars)
key=0; Kp=[]; Ti=[]; Td=[]; lb=[];
K=vars(1); L=vars(2); T=vars(3);
switch key1
case 1
switch key2
case 1
pid_zn_tune.m
function [Kp,Ti,Td,key,lb]=pid_zn_tune(key1,key2,vars)
key=0; Kp=[]; Ti=[]; Td=[]; lb=[];
K=vars(1); L=vars(2); T=vars(3);
switch key1
case 1
switch key2
case 1
pid_lee_tune.m
function [Kp,Ti,Td,key,lb]=pid_lee_tune(key1,key2,vars)
key=0; Kp=[]; Ti=[]; Td=[]; lb=[];
K=vars(1); L=vars(2); T=vars(3);id=vars(4);
switch key1
case 1
switch key2
cas
pid_mcm_tune.m
function [Kp,Ti,Td,key,lb]=pid_mcm_tune(key1,key2,vars)
key=0; Kp=[]; Ti=[]; Td=[]; lb=[];
K=vars(1); L=vars(2); T=vars(3);
switch key1
case 1
switch key2
case 1
pid_han_tune.m
function [Kp,Ti,Td,key,lb]=pid_han_tune(key1,key2,vars)
key=0; Kp=[]; Ti=[]; Td=[]; lb=[];
K=vars(1); L=vars(2); T=vars(3); id=vars(4);
switch key1
case 1
switch key2