搜索资源列表
coursework3.rar
- a Java program that reads a file containing instructions written in self-defined file (TPL in this case), and executes those instructions. This program should take the name of the TPL file as a command line parameter, and write its output to the co
CmdExec
- Java处理命令行程序-Java command line handling procedures
一个小的WEB项目中的实现方法讨论
- 这是一个Command模式实现,Service是Command的接口,这个小系统具备了MVC模式基础,我认为是不错的代码。 大家一起互相学习-This is a Command Mode, Command Service is the interface of the system to possess a small MVC model basis, I think is a good source. Together we learn from each other
BasebandTranceiver03SpringOfdmProgram
- OFDM-MIMO收发系统,The simulator GUI is started with command ui_start in Matlab command window.-OFDM-MIMO transceiver system, The simulator, GUI is started with command ui_start in Matlab command window.
DrawLYD
- 画图程序,利用多种设计模式进行编写,用JCreate运行,或命令行运行-drawing program and a variety of models designed for the preparation, use JCreate operation, or command line operation
CommandPattern-FileSystem
- 用command模式写的一个简单的java 程序,实现cd和ls两个命令-use the command pattern was a simple java programs to achieve cd and ls two orders
MYFileChooserDemo
- 在一个窗体上的上面放置两个按钮“Open”和“Save”,在一个JFrame的窗体上放置一个文本区,点击“Open”按钮,弹出打开对话框,选择一个文件打开后,在文本区中显示 “Opening:新建文本文档.txt.”,若选择了“取消”,则在文本区中显示“Open command cancdlled by user.”,点击“Save”按钮,弹出保存对话框,选择“保存”后,在文本区中显示 “Saving:新建文本文档.txt”,若选择了“取消”,则在文本区中显示Save command cancd
JFtp
- JFtp是一个用 Java编写的图形化的FTP客户端程序。它支持所有基本的FTP操作,有一些改善的性能,如递归式目录上传,漂亮的swing UI,能够自动断点续传,能识别不完整的目录名。API从GUI中分离,可以用于第三方应用程序或命令行模式。-JFtp is a Java prepared by the graphic FTP client. It supports all basic FTP operation, the performance of some improvements, s
javagamestudy3
- java游戏编程导学系列三 使用说明 一个网络俄罗斯方块的游戏,玩家可以在网络的任何地方互相对战。 注意:运行这个应用程序,需要安装JRE(Java Runtime environment,java运行 环境) 本章的资源文件包括: play.bat 读者可以直接运行这个批处理文件来运行“网络俄罗斯方块”(请 注意在同一目录下是否存在matrix.jar文件) matrix.jar 打包的“网络俄罗斯方块”游戏,它把所有网络
struts+command
- 自定义架构仿struts+command循环调用版
Command
- java设计模式的例子,Command模式
Command
- GOF中的command模式之JAVA版-GOF java command
command
- 设计模式 command 模式的实现 绘制出图-设计模式 command 模式的实现 绘制出图
Java.run.command
- Java programming code designed to run the command module
java
- Factory Pattern Chain of Responsibility Command Pattern Memento Pattern-show Factory Pattern Chain of Responsibility Command Pattern Memento Pattern process
Command-Midlet-Example
- This example illustrates how to create command button in your form. Command class build to bind only the semantic information of the command it means command is not the actual action its contains only information about command. Command ac
Detailed-Nutch-command
- Nutch的命令详解,系统介绍nutch的各种命令,包括爬取,查询,索引等。-Detailed Nutch command, the system introduced nutch various commands, including crawling, query, index and so on.
Command
- 设计模式之一命令模式的java实现,生动形象-the implement od command design pattern
Command
- Command create (final String name, final String usageName, final String for Andriod.
Command
- 命令模式实现餐厅 将来自客户端的请求传入一个对象,从而使你可用不同的请求对客户进行参数化。用于“行为请求者”与“行为实现者”解耦,可实现二者之间的松耦合,以便适应变化。分离变化与不变的因素。 ①接收者Receiver:是一个类的实例,负责执行与请求相关的具体操作; ②命令接口Command:封装请求的若干个方法; ③具体命令ConcreteCommand:实现命令接口类的实例; ④请求者Invoker:是一个包含Command接口变量的类的实例。请求者负责 调用具体命令,让具体命令执