代码搜索结果
找到约 10,000 项符合
Control System 的代码
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.cpp
#include "control.h"
////////////////////////// 提供提示和帮助信息 /////////////////////////////
void Control::welcome(HWND hwnd)
{
//创建一个对话框显示提示信息
MessageBox(hwnd, "点击鼠标左键设置点位置点\n 点击鼠标右键清空所有点\n点菜单开始
control.h
#pragma once
#include "head.h"
#include "map.h"
#include "defaultmap.h"
#include "roundmap.h"
#include "connectline.h"
#include "ga.h"
#include "resource.h"
class Control
{
public:
Contr
control.h
#include
typedef struct data_control {
pthread_mutex_t mutex;
pthread_cond_t cond;
int active;
} data_control;
control.c
/* control.c
** Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc.
** Author: Daniel Robbins
** Date: 16 Jun 2000
**
** These routines provide an easy way to make any type of
** data-structure t
control.v
`include "params.v"
module CONTROL (Reset, CLOCK, Clock1, Clock2, ACSPage, ACSSegment, Active,
CompareStart, Hold, Init, TB_EN);
input Reset, CLOCK, Active;
output [`WD_FSM-1:0] ACSSe