代码搜索:Control
找到约 10,000 项符合「Control」的源代码
代码结果 10,000
www.eeworm.com/read/434785/7801691
c control_file.c
#include"../include/os.h"
#define WRONG_COMMAND -1
#define WRONG_FILE_NUMBER -2
#define WRONG_FILE_STATE -3
#define WRONG_CAPABILITY -4
#define WRONG_SEMAPHORE -5
#define NO_FREE_BLOCK -6
www.eeworm.com/read/199934/7814327
vhd 87_control.vhd
--------------------------------------------------------------------------------
--
-- AMD 2910 Benchmark (Functional blocks) (Algorithmic Behaviour of Funct blocks)
--
-- Source: AMD data book
www.eeworm.com/read/299874/7827096
pcb 2407_control.pcb
www.eeworm.com/read/299874/7827108
pcbdoc 2407_control.pcbdoc
www.eeworm.com/read/399870/7829414
v control_interface.v
module control_interface(
CLK,
RESET_N,
CMD,
ADDR,
REF_ACK,
INIT_ACK,
CM_ACK,
NOP,
READA,
WRITEA,
REFRESH,
www.eeworm.com/read/299432/7859179
h comm_control.h
#if !defined (COMM_CONTROL_H_INCLUDED)
#define COMM_CONTROL_H_INCLUDED
// Only needed for versions prior to Visual C++ 6.0
#if _MSC_VER < 1200
//-----------------------------------------------
www.eeworm.com/read/299432/7859656
h comm_control.h
#if !defined (COMM_CONTROL_H_INCLUDED)
#define COMM_CONTROL_H_INCLUDED
// Only needed for versions prior to Visual C++ 6.0
#if _MSC_VER < 1200
//-----------------------------------------------
www.eeworm.com/read/434375/7869871
txt predictive control.txt
den=conv([1 1.1 36+0.55^2],[1 0.5 15.4^2+0.25^2]);
system=tf(num,den);
T=0.01;%
plant=c2d(system,T);
nump=get(plant,'num');nump=nump{:}; %获得分子项系数
denp=get(plant,'den');denp=denp{:}; %获得分母项系
www.eeworm.com/read/199277/7870853
cpp control_c.cpp
/* Copyright (C) 2006 Massachusetts Institute of Technology
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as publi