代码搜索结果
找到约 10,000 项符合
Switch 的代码
c6713.cmd
-w
-l rts6701.lib
-stack 400h
-heap 400h
MEMORY
{
IRAM : o=1000h,l=0x0002efff
}
SECTIONS
{
.text :> IRAM
.data :> IRAM
.bss :> IRAM
.cinit :> IRAM
chap8.asm
; Chapter 8 6811 assembly language programs
; Jonathan W. Valvano
; This software accompanies the book,
; Real Time Embedded Systems published by Brooks Cole
;
; Program 8.2. Switch debouncing using
display.h
#ifndef __display_H__
#define __display_H__
void display(unsigned char number,unsigned char position)
{
P0=0xff;
switch(position)
{
case 1:{P0=P0&0xf8;break;}
case 2:{P0=P0&0xf9
avdtp.c
/*
*
* Bluetooth packet analyzer - AVDTP parser
*
* Copyright (C) 2004-2005 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modify
hid2hci.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2003-2004 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
2410 core.opj
(ExpressProject "2410 core"
(ProjectVersion "19981106")
(ProjectType "PCB")
(Folder "Design Resources"
(Folder "Library"
(File ".\library1.olb"
(Type "Schematic Library")
cmtconvr.cpp
// +++Date last modified: 05-Jul-1997
/*
* CMTCONVR.CPP
* Implementation of comment converter.
*
* ver 1.0, 30 Jun 1996
*
* Public domain by:
* Jari Laaksonen
* Arkkitehdinkatu
joystick.c
/* +++Date last modified: 05-Jul-1997 */
/*
** JOYSTICK.C
**
** Joystick support functions
**
** Public domain demo by Bob Stout
*/
#include
#include "snpdosys.h"
struct joy
joystick.c
/*
** JOYSTICK.H
**
** Joystick support functions
**
** Public domain demo by Bob Stout
*/
typedef enum {ERROR = -1, FALSE, TRUE} LOGICAL;
#define BOOL(x) (!(!(x)))
#define SUCCESS 0
run_draw.m
function Run_Draw(Fig_UserData,isYnHold)
%创建一个函数对应绘图函数实现的功能
%Fig_UserData为输入参数,对应于Figure的属性'UserData'的值'
%isYnHold为hold on和hold off的判断位
if length(Fig_UserData)~=7
ErrorDlg('输入参量不符合长度要求');