代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/251957/4413573
c rtsp_command.c
/*
* GPAC - Multimedia Framework C SDK
*
* Copyright (c) Jean Le Feuvre 2000-2005
* All rights reserved
*
* This file is part of GPAC / IETF RTP/RTSP/SDP sub-project
*
* GPAC is free
www.eeworm.com/read/251957/4413720
c odf_command.c
/*
* GPAC - Multimedia Framework C SDK
*
* Copyright (c) Jean Le Feuvre 2000-2005
* All rights reserved
*
* This file is part of GPAC / MPEG-4 ObjectDescriptor sub-project
*
* GPAC i
www.eeworm.com/read/251805/4416953
c rtsp_command.c
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/250243/4438527
c dot_command.c
/*
* IBM ASM Service Processor Device Driver
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the
www.eeworm.com/read/250243/4438535
h dot_command.h
/*
* IBM ASM Service Processor Device Driver
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the
www.eeworm.com/read/249964/4444065
po command_scheduler.po
command_scheduler.o command_scheduler.o: command_scheduler.cc ../config.h \
/opt/crosstool/arm-linux/gcc-3.4.4-glibc-2.3.5/arm-linux/include/c++/3.4.4/algorithm \
/opt/crosstool/arm-linux/gcc-3.4.
www.eeworm.com/read/249104/4457577
java~11~ command.java~11~
package testcommand;
//选择定义Command接口,具有执行的方法是本模式的特征:
public interface Command {
public abstract void execute();
}
www.eeworm.com/read/249104/4457585
java~9~ command.java~9~
package testcommand;
public interface Command {
public abstract void execute();
}
www.eeworm.com/read/249104/4457588
java~10~ command.java~10~
package testcommand;
//选择定义Command接口,具有execute的方法是本模式的特征。
public interface Command {
public abstract void execute();
}
www.eeworm.com/read/245918/4500679
h mass_command.h
#ifndef _MASS_COMMAND_H
#define _MASS_COMMAND_H
// UFI指令代码定义
#define UFI_READ10 0x28
#define UFI_WRITE10 0x2A
#define UFI_INQUIRY 0x12
#define UFI_READCAPACITY 0x25
#define UF