// Command.cpp : Implementation of CCommand #include "stdafx.h" #include "ExcelExport.h" #include "Command.h" #include ".\Command.h" ////////////////////////////////////////////////////////////
http://www.codebf.com/read/256823/11970503
unit Command; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, Grids, DBGridEh, SynEdit, SynMemo, SynEditHighlighte
http://www.codebf.com/read/153096/12060713
--############################################################################# -- -- LOGIC CORE: Command module -- MODULE NAME: command() -- COMPANY: Altera Cor
http://www.codebf.com/read/255474/12079118
/******************************************************************** created: 2006/08/04 filename: Command.h author: 李创 http://www.cppblog.com/converse/ purpose: Command模
http://www.codebf.com/read/255382/12084286
/******************************************************************** created: 2006/08/04 filename: Command.cpp author: 李创 http://www.cppblog.com/converse/ purpose: Comman
http://www.codebf.com/read/255382/12084291
package com.javapatterns.command.lightandfan; public interface Command { public abstract void execute ( ); }
http://www.codebf.com/read/341217/12100730
/* Generated by Together */ package com.javapatterns.command.document; public interface Command { void execute(); }
http://www.codebf.com/read/341217/12100763
package com.javapatterns.command.itsukyu; import java.awt.*; abstract public class Command extends Button { public Command(String caption) { super(caption); } pub
http://www.codebf.com/read/341217/12100780
package com.javapatterns.command.audioplayer2; /** * This class plays the role of Abstract Command */ public interface Command { public abstract void execute ( ); }
http://www.codebf.com/read/341217/12100810
/* Generated by Together */ package com.javapatterns.command.undoconcept; public interface Command { void execute(); void unexecute(); void reexecute(); }
http://www.codebf.com/read/341217/12100826
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机