代码搜索结果
找到约 10,000 项符合
Switch 的代码
switch.c
#include /* 电机当前速度值 */
#include
#define uchar unsigned char
#define uint unsigned int
sbit en1=P2^4; /* L298的Enable A */
sbit en2=P2^5; /* L298的Enable B */
sbit
switch.lst
C51 COMPILER V6.12 SWITCH 06/08/2007 12:52:27 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE SWITCH
OBJECT MODULE PLACED IN
switch.c
# include
void main()
{
int num;
/* 下面定义的各变量,分别代表个位,十位,百位,千位,万位,十万位以及位数 */
int indiv, ten, hundred, thousand;
int ten_thousand, hundred_thousand, place;
printf("请输入一个整数(0~99
switch.h
#define NU_SEM_EN 1
#define NU_QUEUE_EN 1
#define NU_MAILBOX_EN 1
#define NU_PIPE_EN 1
#define NU_EVENT_GROUP_EN 1
#define NU
switch.h
#define NU_SEM_EN 1
#define NU_QUEUE_EN 1
#define NU_MAILBOX_EN 1
#define NU_PIPE_EN 1
#define NU_EVENT_GROUP_EN 1
#define NU
switch.s
/*
* switch.S
*
* Copyright (C) 2006 Insigme Co., Ltd
*
* Authors:
* - Limin Jin
*
* This software has been developed while working on the Linux Unified Kernel
* project (http://linux.insigm
switch.cpp
// switch box routing
#include
#include "stack.h"
bool CheckBox(int net[], int n)
{// Determine whether the switch box is routable.
Stack *s = new Stack (n);
/
switch.out
Type number of pins in switch box
Type net numbers for pins 1 through 8
Switch box is routable
switch.dat
8
1 2 2 1 3 3 4 4