代码搜索结果
找到约 10,000 项符合
Switch 的代码
makefile.in
############################################################################
## ISO MPEG Audio Subgroup Software Simulation Group (1996)
## ISO 13818-3 MPEG-2 Audio Decoder - Lower Sampling Frequenc
usbkeyboard.lst
C51 COMPILER V7.00 USBKEYBOARD 07/16/2007 15:27:57 PAGE 1
C51 COMPILER V7.00, COMPILATION OF MODULE USBKEYBOARD
OBJECT MODULE PLACE
usbkeyboard.c
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
我的邮箱:computer-lov@tom.com
欢迎访问我的blog: http://computer00.21ic.org
USBKeyBoard.C
fe_print.c
/*
* =============================================================================
* ALADDIN Version 1.0 :
* fe_print.c : Print FE Mesh and Solution
*
fe_profile.c
/*
* =============================================================================
* ALADDIN Version 1.0 :
* fe_profile.c : Major fuctions for FE Profiler
*
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
i2c.c
#include
#include
#include
#include
#include "type.h"
#define TW_WRITE 0
#define TW_READ 1
#define max 3
void TWI_init( void )
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
testbench.v
`timescale 10ns/1ns
module testbench;
reg RESET, ALARM,CLK,HRS,MINS,SET_TIME,TOGGLE_SWITCH;
wire [9:0] OUTBUS;
wire AM_PM_SHOW,SPEAKER_OUT;
TOP top(CLK,ALARM,HRS,MINS,SET_TIME,RESET,TOGGLE_SWIT