代码搜索结果
找到约 10,000 项符合
Control 的代码
control.c
/*
| control.c
|
| $Header: /home/hugh/sources/aee/RCS/control.c,v 1.43 1999/02/01 01:10:02 hugh Exp $
*/
/*
| Copyright (c) 1986 - 1988, 1991 - 1999 Hugh Mahon.
*/
#include "aee.h"
static ch
control.lst
C51 COMPILER V8.02 CONTROL 08/03/2008 10:54:15 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE CONTROL
OBJECT MODULE PLACED IN
control.h
void CutOff_1(unsigned char Channel);
void CutOff_2(unsigned char Channel);
void CutOff_3(unsigned char Channel);
void Reconnect_1(unsigned char Channel);
void Reconnect_2(unsigned char Ch
control.c
#include
#include "define.h"
void CutOff_1(unsigned char Channel) // 电压通道1-8切断
{
switch(Channel)
{
case 1:
CTRL_A2 = 1;
CTRL_A1 = 0;
CTRL_A0 = 0;
break;
c
control.v
module cntrol(
reset,rst,clk16x,tsre,tbre,din,dout,rdn,wrn,led,data_ready
);
input reset;
input clk16x;
input tsre;
input tbre;
input data_ready;
output rst;
control.v
module control(clk,
reset,
secdata,
mindata,
houdata,
freq1hz,
infmsec,
infmmin,
control.c
/*
** Copyright (C) 1991, 1997 Free Software Foundation, Inc.
**
** This file is part of TACK.
**
** TACK is free software; you can redistribute it and/or modify
** it under the terms of the GNU Gen