代码搜索:Switch
找到约 10,000 项符合「Switch」的源代码
代码结果 10,000
www.eeworm.com/read/149932/12330359
c 24e1.c
/*=====================================================================
*
* nRF24E1-Quick-Dev快速开发系统源代码
* 2003.7.1
* 功能:
* 1.nRF24E1的初始化控制
* 2.nRF24E1的数据发射与数据接收
* 3.串口通信
* 4.由 Keil C5
www.eeworm.com/read/149931/12330374
txt 电子电路英文缩写一览2.0.txt
电子类常用缩写(有英文翻译)
AC(alternating current) 交流(电)
A/D(analog to digital) 模拟/数字转换
ADC(analog to digital convertor) 模拟/数字转换器
ADM(adaptive delta modulation) 自适应增量调制
ADPCM(adaptive differential pulse
www.eeworm.com/read/251182/12359644
cpp algo3-3.cpp
// algo3-3.cpp 括号匹配的检验,(限于()、[])
typedef char SElemType;
#include"c1.h"
#include"c3-1.h"
#include"bo3-1.cpp"
void check()
{ // 对于输入的任意一个字符串,检验括号是否配对
SqStack s;
SElemType ch[80],
www.eeworm.com/read/251182/12359684
cpp algo3-7.cpp
// algo3-7.cpp 表达式求值(范围为int类型,输入负数要用(0-正数)表示)
typedef int SElemType; // 栈元素类型为整型,改进算法3.4
#include"c1.h"
#include"c3-1.h"
#include"bo3-1.cpp"
SElemType Precede(SElemType t1,SElemType t2) /
www.eeworm.com/read/251182/12359724
cpp algo3-6.cpp
// algo3-6.cpp 表达式求值(输入、输出和中间结果均只能是0~9)
typedef char SElemType;
#include"c1.h"
#include"c3-1.h"
#include"bo3-1.cpp"
SElemType Precede(SElemType t1,SElemType t2)
{ // 根据教科书表3.1,判断两符号的优先关
www.eeworm.com/read/337458/12367556
cpp daima.cpp
#include "daima.h"
void CDaima::Gen(enum fct x,int y,int z)
{
if (cx
www.eeworm.com/read/250846/12381908
txt 舵机控制.txt
/*************************************************
实验任务
**************************1. C语言源程序(中断法) ********************************/
#include "REG51.H"
sbit P14=P1^4;
sbit P11=P1^1;
s
www.eeworm.com/read/250846/12381918
txt 舵机测试.txt
/*************************************************
实验任务
**************************1. C语言源程序(中断法) ********************************/
#include "REG51.H"
sbit P14=P1^4;
sbit P11=P1^1;
s
www.eeworm.com/read/149400/12382984
txt 键盘扫描和键值检测.txt
C51编程:斑竹老大帮帮忙呀!!! [chenchenxxx] [55次] 01-6-7 下午 07:58:31
各位朋友你们好,我最近刚刚接触C51语言,并且要用它来编辑一个键盘扫描和键值检测程
序,我觉得很难,因为我刚刚接触这个语言,请各位C51语言的编程高手帮帮我吧,谢谢
了!这个键盘是通过138译码器(A,B,C三端分别接89C52单片机的P1-0,P1-1,P1-2)
和89C5 ...
www.eeworm.com/read/149400/12383226
txt 编矩阵式键盘的方法.txt
C51编程:斑竹老大帮帮忙呀!!! [chenchenxxx] [55次] 01-6-7 下午 07:58:31
各位朋友你们好,我最近刚刚接触C51语言,并且要用它来编辑一个键盘扫描和键值检测程
序,我觉得很难,因为我刚刚接触这个语言,请各位C51语言的编程高手帮帮我吧,谢谢
了!这个键盘是通过138译码器(A,B,C三端分别接89C52单片机的P1-0,P1-1,P1-2)
和89C5 ...