代码搜索结果
找到约 10,000 项符合
Control System 的代码
control.c
#include "cgj.h"
#include "control.h"
#include "math.h"
/************************************************************************************************************************
* 函数名称: SendReal
control.h
#define SEND_PART 3 // 有三个检测数据要送出
#define TASK_DELAY_TIME 2 // 任务延迟时间
#define SEND_DELAY_TIME 3
control.rmh
/* Symbol Table */
// ASCII_byte_to_hex = LABEL: 507
// ASCII_letter = LABEL: 530
// ASCII_to_hex = LABEL: 520
// DS2432_menu = LABEL: 32
// DS2432_prompt = LABEL: 34
// DS_init_regular_mode = LABEL:
control.psm
; KCPSM3 Program - Communication with DS2432 secure memory on the Spartan-3E Starter Kit.
;
; Ken Chapman - Xilinx Ltd
control.c
#include
#include
#include
#include
#include
#define MYC_STATIC "MYSTATIC1"
#define IDC_STATIC1 1000
HW
control.h
#ifndef __CONTROL_H__
#define __CONTROL_H__
#include "..\ucos-ii\includes.h" /* uC/OS interface */
#include "..\inc\drv\figure.h"
#include "..\ucos-ii\add\list.h"
#define OSCtrlMemSize
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