代码搜索结果

找到约 10,000 项符合 Switch 的代码

ifx_gpio.h

#ifndef _IFX_GPIO_H_ #define _IFX_GPIO_H_ // define the base address for the switch controller embedded in ADM5120 and for reference only #define SWI_CTRL_BASE 0x12000000 // must be mo

key.lst

C51 COMPILER V7.20 KEY 01/31/2007 10:20:45 PAGE 1 C51 COMPILER V7.20, COMPILATION OF MODULE KEY OBJECT MODULE PLACED IN Key

usbkeyboard.c

/****************************************************************** 本程序只供学习使用,未经作者许可,不得用于其它任何用途 我的邮箱:computer-lov@tom.com 欢迎访问我的blog: http://computer00.21ic.org USBKeyBoard.C

usbmouse.c

/****************************************************************** 本程序只供学习使用,未经作者许可,不得用于其它任何用途 我的邮箱:computer-lov@tom.com 欢迎访问我的blog: http://computer00.21ic.org USBMouse.C fil

ber.m

function [y]=ber(snr,modulation_type,fading_type); %根据调制方式和衰落方式计算单链路ber switch fading_type case 'Rayleigh' switch modulation_type case 'BPSK' y=(1-sqrt(

ber.m

function [y] = ber(snr, modulation_type, fading_type); % Calculates the BER(SNR) depending on the modulation-type and % the fading-type switch fading_type case 'Rayleigh' switch modulation_type

main.cpp

#include #include #include"use.h" #include"aGrade.h" #include"bGrade.h" #include"XueJi.h" #include"DangAn.h" #include "clearscream.h" #include"teachter.h" void DispGu

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

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

lnk.cmd

MEMORY { VECS: org = 400h , len = 400h IRAM: org = 800h , len = 0F800h } SECTIONS { .vec :> VECS .data :> IRAM