代码搜索:Control
找到约 10,000 项符合「Control」的源代码
代码结果 10,000
www.eeworm.com/read/236278/14023635
h control.h
#ifndef CONTROL_H
#define CONTROL_H
/*
This is the Control class for timetabling. All metaheuristics
implementations should use it for their command line options and
output.
*/
#include
www.eeworm.com/read/236278/14023644
cpp control.cpp
#include "Control.h"
Control::Control( int argc, char** argv ) {
// parse the command line options to set all vars
if( ( argc % 2 == 0 ) || ( argc == 1 ) ) {
cerr
www.eeworm.com/read/132793/14072749
v 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
www.eeworm.com/read/132667/14079735
devel control.devel
Source: kannel-devel
Section: net
Priority: optional
Maintainer: Bruno Rodrigues
Build-Depends: debhelper (>> 4.0.0), libxml2-dev, libssl-dev, openssl, libmysqlclient10-dev
www.eeworm.com/read/132667/14079782
stable control.stable
Source: kannel
Section: net
Priority: optional
Maintainer: Bruno Rodrigues
Build-Depends: debhelper (>> 4.0.0), libxml2-dev, libssl-dev, openssl, libmysqlclient10-dev, libp
www.eeworm.com/read/235020/14088745
pcb control.pcb
PCB FILE 6 VERSION 2.80
38 2045 199 41 498 0 51 0 230 104
COMP
c5
0 0 45360000 52680000 0 0 0 0 0 0 0 180.000 1 1 1
CS
0 0 45472000 52510000 60000 180.000 0 1 17 0 0 0 0 10000 1 0 0
C7
CS
0 0
www.eeworm.com/read/205217/15323463
control testsqlite.control
Files: bin/hello apps/Applications/hello.desktop pics/example/Example.png help/html/example.html
Priority: optional
Section: qpe/applications
Maintainer: Your Name
Architecture:
www.eeworm.com/read/204538/15337290
h control.h
#ifndef Control_H
#define Control_H
//------------------ C API for Control routine ---------------------
typedef struct {
short qVelRef; // Reference velocity
short qVdRef;
www.eeworm.com/read/204538/15337296
inc control.inc
;;------------------ ASM30 API for Control routines ---------------------
; CtrlParm stucture:
;
.equ Ctrl_qVelRef,0 ; Reference velocity
.equ Ctrl_qVdRef ,2