搜索资源列表
commandPat
- java 命令模式,能够实现OCp原则,实现代码重构,包括例子。-java command mode to achieve OCp principles, code remodeling, including examples.
expression
- 在cmd命令模式下利用中缀表达式的方法计算表达式的值
ttsdll
- 基于微软TTS开发库封装的DLL,简化程序对语音识别的调用。接口支持命令模式和模糊识别自动切换.-Developed based on the Microsoft TTS library package DLL, simplification of procedures for speech recognition in the call. Interface to support command mode and fuzzy recognition automatic switching.
TheadQueue.zip
- 使用命令模式和责任链模式以及STL优先级队列实现线程池,可以直接加入现在的任何程序,Responsibility for the use of chain of command model and STL model and the realization of priority queue thread pool, you can direct any proceedings to join now
mc35i_testsoft
- 用于通过计算机控制mc35i发送和接收短信,以及命令模式下配置mc35i-For the adoption of computer-controlled mc35i to send and receive text messages, as well as the configuration command mode mc35i
StoreInfo
- 命令行模式,通过读写文件,实现一个大众点评网的点评系统 -Command-line mode, through reading and writing papers, the realization of a network of public comments Comments System
Command
- 设计模式,命令模式,好莱坞法则,学习设计模式-design pattern, command pattern
Command
- 命令模式实现协议解析器,使用了boost库-agdg
READX3102
- 金钟表头X3102测试程序源程序,支持连续模式及命令模式-Gold watch the first test program source code X3102
likkk1950
- 利用C++语言的模板、继承、授权、多态等面向对象特性,借鉴命令模式,实现了对象在关系数据中的存储,降低应用系统与数据库之间的耦合,提高开发效率。 -The use of C++ language templates, inheritance, authorization, polymorphism and other object-oriented features, drawing command mode to achieve the object relational data sto
mlms
- 一个面向对象的实例代码 姜命令模式于迭代器模式相结合 对面向对象的编程思想有一个新的了解-Instance of an object-oriented code Jiang command mode on the mode of combining iterator object-oriented programming on a new understanding of thinking
Grid
- grid的命令模式设计,包括多个命令,常用啊-grid command pattern design
Csharp_3-0_esign_Patterns_StateAndCommand
- cSharp 3.0设计模式之状态模式和命令模式的应用。解压后直接可以运行,输入数字选择不同模式的入口。-cSharp 3.0 design model state mode and command mode of application. Extract can be run directly, enter the number to select a different mode of entry.
201011914421748
- 网络监控简易本地安装版本是一个独立的.NET开发的服务程序,安装在您的服务器或者电脑上,能实时监控网络,出故障自动发邮件报警。 1、网络监控简易版源码使用Microsoft Visual Studio 2008开发 2、无需要数据库,使用XML保留配置文件。 3、程序使用多线程同时监控:把监控对象生成队列,多线程逐一读取队列,用命令模式调用执行。 4、全面向对象开发。-Locally installed version of Network Monitor is a simple
command
- 设计模式 命令模式实现快捷键可以实现高内聚低耦合-Design patterns command mode shortcuts can achieve high cohesion low coupling
Command
- 《大话设计模式》(程杰 著)之命令模式C++源码-" Westward Design Patterns" (Cheng Jie book) of the command mode C++ source code
Command
- Command模式又称为行动(Action)模式或交易(Transaction)模式。命令模式把一个请求或者操作封装到一个对象中-Command pattern is also known as action (Action) mode or transaction (Transaction) mode. Command mode to encapsulate a request or operation of an object
DesignPatternCPP
- C++设计模式的实现:命令模式、代理模式、单件模式等;-the implementation of C++ Design Pattern:Command ,fork,Proxy Singleton
《模式识别与智能计算》全书实例的源程序
- 为了方便读者学习本书的内容,特地将本书中各章节自编函数(见“《模式识别与智能计算》部分函数的源程序”文件夹)及书中较多行的命令(见“《模式识别与智能计算》全书实例的源程序”文件夹),都摘录于各章节中。使用时请将其转换成M文件格式,并且注意M文件中是英文状态,所以要特别注意word格式中的标点符号及提示符前面的空格是否是英文状态(在M文件中,如果字符不是英文状态,会出现波红色浪线的提示)。 如果文件中是函数,则根据matlab形式要求,将其写成函数形式,并保存在相应的路径上。(In order
sjms
- 3-1 职责链模式实例之在线文档帮助系统:某公司欲开发一个软件系统的在线文档帮助系统,用户可以在任何一个查询环境中输入查询关键字,。3-2 命令模式实例之公告板系统:某软件公司欲开发一个基于Windows平台的公告板系统。系统提供一个主菜单(Menu),在主菜单中包含了一些菜单项(MenuItem),可以通过Menu类的addMenuItem()方法增加菜单项。菜单项的主要方法是click(),每一个菜单项包含一个抽象命令类,具体命令类包括OpenCommand(打开命令)、CreateComm