代码搜索结果
找到约 10,000 项符合
Control System 的代码
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
control.h
MAINWINDOW MainWindowStruct[5]={
{
NULL,
WC_TREEVIEW,
WS_EX_CLIENTEDGE,
WS_VISIBLE| TVS_LINESATROOT | WS_CHILD | WS_BORDER | TVS_HASLINES |TVS_HASBUTTONS,
0,
0,
158,
200,
control.lst
ARM COMPILER V2.53, Control 16/12/06 08:05:01 PAGE 1
ARM COMPILER V2.53, COMPILATION OF MODULE Control
OBJECT MODULE PLACED I