代码搜索结果
找到约 10,000 项符合
Control System 的代码
control.lst
C51 COMPILER V8.02 CONTROL 04/10/2008 10:43:47 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE CONTROL
OBJECT MODULE PLACED IN
control.c
#include"reg51.h"
extern void Readtodisp_hanzi(unsigned char *hzstr);
extern void write_eight_byte(unsigned char *p,unsigned char ADDRH);
extern unsigned char read_eight_byte(unsigned char *p,unsig
control.html
AT91SAM7X Embedded WEB Server using uIP and FreeRTOS
control.v
module control(std_f_sel,reset,clk,clear,cntover,cntlow);
output[1:0] std_f_sel;
output reset;
input clk,clear,cntover,cntlow;
reg[1:0] std_f_sel;
reg reset;
reg[5:0] present,next;
parameter st
control.ini
[ignore]
[op]
[voice]
[protect]
control.vhd
Library IEEE ;
USE IEEE.STD_LOGIC_1164.all;
USE IEEE.STD_LOGIC_ARITH.all;
ENTITY control IS
PORT(clk : IN STD_LOGIC;
sign : IN STD_LOGIC;
class : IN INTEGER RANGE 0 TO 7; --量程编号
clk_out
control.v
module control(std_f_sel,reset,clk,clear,cntover,cntlow);
output[1:0] std_f_sel;
output reset;
input clk,clear,cntover,cntlow;
reg[1:0] std_f_sel;
reg reset;
reg[5:0] present,next;
parameter st
control.h
#ifndef __CONTROL_H__
#define __CONTROL_H__
#include "../ucos-ii/includes.h" /* uC/OS interface */
#include "../src/GUI/gui.h"
#include "../ucos-ii/add/list.h"
#if USE_MINIGUI==
control.h
/* A simple rate-monotonic scheduler */
/* Header file */
#define EXEC 1
#define SUSP 2
#define DEBUG_FIFO 5
#define RTIME long long
typedef struct {
int state;
int id;
RT