代码搜索结果
找到约 10,000 项符合
Control System 的代码
control.def
; Control.def : Declares the module parameters for the DLL.
LIBRARY "Control"
DESCRIPTION 'Control Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
control.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
control.plg
Build Log
--------------------Configuration: Control - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ssd\L
control.dsp
# Microsoft Developer Studio Project File - Name="Control" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) D
control.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
control.v
//控制模块
/*信号定义:
clk: 输入时钟;
clear: 为整个频率计的异步复位信号;
reset: 用来在量程转换开始时复位计数器;
std_f_sel: 用来选择标准时基;
cntover: 代表超量程;
cntlow: 代表欠量程;
lock: 向锁存器发出的锁存信号。
状态A,B,C,D,E,F 采用一位热码编码 */
module <mark>Control</mark>(std_f ...