代码搜索结果
找到约 129,825 项符合
Control 的代码
microsoft barcode control 9.0 控件 概述.txt
概述
Microsoft Barcode Control 9.0 是可以在 Microsoft Office Access 窗体和报表中显示条码符号的 ActiveX 控件。Barcode Control 9.0 支持常用的 11 个条码符号(UPC-A、UPC-E、EAN-13、EAN-8、Casecode、NW-7、Code-39、Code-128、US Postnet、US Postal
control.cpp
#include "Control.h"
Control::Control( void ) {
}
Control::Control( int argc, char** argv ) {
// parse the command line options to set all vars
if( ( argc % 2 == 0 ) || ( argc == 1 ) )
control.cpp
#include "Control.h"
Control::Control( void ) {
}
Control::Control( int argc, char** argv ) {
// parse the command line options to set all vars
if( ( argc % 2 == 0 ) || ( argc == 1 ) )
control.cpp
#include "Control.h"
Control::Control( void ) {
}
Control::Control( int argc, char** argv ) {
// parse the command line options to set all vars
if( ( argc % 2 == 0 ) || ( argc == 1 ) )
control.cpp
#include "Control.h"
Control::Control( void ) {
}
Control::Control( int argc, char** argv ) {
// parse the command line options to set all vars
if( ( argc % 2 == 0 ) || ( argc == 1 ) )
control.cpp
#include "Control.h"
Control::Control( void ) {
}
Control::Control( int argc, char** argv ) {
// parse the command line options to set all vars
if( ( argc % 2 == 0 ) || ( argc == 1 ) )
control.cpp
#include "Control.h"
Control::Control( void ) {
}
Control::Control( int argc, char** argv ) {
// parse the command line options to set all vars
if( ( argc % 2 == 0 ) || ( argc == 1 ) )
control.xg
TitleText: Control bits Ratio Vs Velocity
YUnitText: Control bits Ratio
XUnitText: Velocity (m/sec)
"MAODV"
1 0.2
5 0.29
10 0.44
15 0.57
20 0.66
"AODV"
1 0.2
5 0.31
10 0.45
15 0.60
20 0.72
control.java
package com.javapatterns.command.television;
public class Control
{
/**
* @directed
*/
private Command onCommand, offCommand, changeChannel;
public Control(Command o
control.java
package javazoom.jl.decoder;
/**
* Work in progress.
*/
public interface Control
{
/**
* Starts playback of the media presented by this control.
*/
public void start();
/*