代码搜索结果
找到约 10,000 项符合
Control System 的代码
control.v
module control(din, clk, rst, arload, pcload, pcinc, drload, acload, acinc, irload, alusel, membus, pcbus, drbus, read);
input [1:0] din;
input clk, rst;
output arload, pcload, pcinc, drload, acloa
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.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
ENTITY control IS
PORT(clk,p1,p2,judge,who,sel,reset: IN STD_LOGIC;--低频时钟,发球/击球,裁判,当前
control.c
/*
电机保护方式时该函数用于停车状态时的界面显示
测控方式时的默认界面显示
保护方式断开时的界面显示
双电源方式下的断开界面显示
所有工作方式均适用,界面包含接线状态、起动和工作方式、操作权限、转换方式等系统状态信息
*/
void stop_show(/*0*/) //停车界面显示
{
if(union_state.state_buf[0]&0x01) //停 ...
control.java
package bluetoochgame;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2005
* Company:
* @author not attributable
* @version 1.0
*/
public cla
control.java
//package games;
package BomeGame;
import java.io.IOException;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class control extends MIDlet {
private gameCanvas ga
control.modules
Source: ndiswrapper
Section: misc
Priority: optional
Maintainer: #MAINT#
Build-Depends: debhelper (>> 4.0.0)
Standards-Version: 3.6.0
Package: ndiswrapper-modules-#KVERS#
Architecture: i386
Provides:
control.utils
Source: ndiswrapper
Section: misc
Priority: optional
Maintainer: #MAINT#
Build-Depends: debhelper (>> 4.0.0)
Standards-Version: 3.6.0
Package: ndiswrapper-utils
Provides: ndiswrapper-utils-#NDISVERS#
control.source
Source: ndiswrapper
Section: misc
Priority: optional
Maintainer: #MAINT#
Build-Depends: debhelper (>> 4.0.0)
Standards-Version: 3.6.0
Package: ndiswrapper-source
Provides: ndiswrapper-source-#NDISVER