代码搜索:Control
找到约 10,000 项符合「Control」的源代码
代码结果 10,000
www.eeworm.com/read/436812/7762286
cpp control_acs.cpp
#include "Control_acs.h"
Control_acs::Control_acs( int argc, char** argv ) : Control( argc, argv) {
// check for COLONYSIZE parameter
if( parameterExists( "-colonysize" ) ) {
COLONYSIZE
www.eeworm.com/read/436805/7762354
h control_fr.h
#ifndef _CONTROL_FR_H
#define _CONTROL_FR_H
/*
This is VRPSD's control class for acs.
*/
#include "Control.h"
class Control_fr: public Control {
private:
int num_iter; // Number of iteratio
www.eeworm.com/read/436805/7762359
cpp control_fr.cpp
#include "Control_fr.h"
#include
Control_fr::Control_fr( int argc, char** argv ) : Control( argc, argv){
if( parameterExists( "-I") ) {
num_iter = getIntParameter( "-I" );
}
e
www.eeworm.com/read/436805/7762374
h control_fr.h
#ifndef _CONTROL_FR_H
#define _CONTROL_FR_H
/*
This is VRPSD's control class for acs.
*/
#include "Control.h"
class Control_fr: public Control {
private:
int num_iter; // Number of iteratio
www.eeworm.com/read/436805/7762379
cpp control_fr.cpp
#include "Control_fr.h"
#include
Control_fr::Control_fr( int argc, char** argv ) : Control( argc, argv){
if( parameterExists( "-I") ) {
num_iter = getIntParameter( "-I" );
}
e
www.eeworm.com/read/436472/7769534
vhd control_mem.vhd
-------------------------------------------------------------------------------
library IEEE;
library work;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use work.mc8051_p.all;
www.eeworm.com/read/436472/7769537
vhd control_fsm.vhd
-------------------------------------------------------------------------------
library IEEE;
library work;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use work.mc8051_p.all;
www.eeworm.com/read/436012/7779160
in libipkg-dev-control.in
Package: libipkg-dev
Version: @VERSION@
Section: base
Priority: optional
Essential: yes
Architecture: @host_cpu@
Maintainer: Jamey Hicks
Source: http://www.handhelds.org/packages
www.eeworm.com/read/435760/7785423