搜索资源列表
structureandoo
- 给出了一个分别用结构化方法和OO方法进行全过程软件开发的应用实例,并进行简单的分析比较-were presented with a structured methodology and OO methods throughout the process of development of software application examples, and a simple comparative analysis
chengfa
- 敬阅非线性规划的实例与定义,无约束问题,考虑一维极小化问题
递归算法的非递归化实现
- 由递归算法直接转换成相应的非递归算法能有效地提高程序的执行效率.本文列出了几类递归算法的非递归 化实现方法.分别说明了这几类递归算法的特点及算法实例,并给出了相应的非递归算法
vc
- Visual C++ 面向对象与可视化程序设计习题解析与编程实例 p83页 3题答案-vc++ answer for book p83
AllEngineOMDs
- 1. 该类支持哪些接口;2. 完成任务需要哪些对象;3. 如何使用该类的对象;4. 是否可以直接实例化类;5. 接口有哪些方法和属性;6. 是否有其它类也支持该接口;7. 对象间的关系-1. What kind of interface 2. What are the targets of the completion of tasks 3. How to use this kind of object 4. Whether the category can be directly ins
Long4_20081206235848
- 这是一份详尽的网站设计文档实例,有可视化目录文件清单、内容和功能清单、网站层次结构图、网站功能分析说明书、网站目标设计说明书等。-This is a comprehensive website design document instance, there are visual list of directories and files, content and functionality of a list of web site hierarchy diagram, functional a
HuWeiBianchengGuifanPeixunYulianxi
- 华为软件编程规范培训实例与练习 一、逻辑类代码问题 1、变量/指针在使用前就必须初始化 2、防止指针/数组操作越界... -Huawei software programming examples and exercises a standardized training, the logic class code problem 1, the variable/pointer must be initialized before use 2, to prevent the
qt-3.0.5-doc-zh_CN
- 详细介绍了QT软件,包括QT的发展,QT的安装步骤,使用教程,QT的移植,汉化,以及实例教程。并且介绍相关的API参考,各模块使用-Details of the QT software, including the QT development, QT installation steps, the use of tutorials, QT transplantation, localization, as well as examples of tutorials. And introduce
why_factory_pattern
- 工厂模式属于类的创建模式,工厂模式专门负责将大量有共同接口的类实例化。工厂模式可以动态决定将哪一个类实例化,而不必事先知道每次要实例化哪一个类。此工程是对java工厂模式的实现-Java factory pattern is a realization of
431
- 工作流系统模型的性能等价分析 讨论了基于随机Petri网的工作流系统的顺序、并行、选择、循环4种基本模型,并详细推导了这4种基本模型的性能等价公式.最后通过现实中的一个工作流实例来说明如何建立相应的随机Petri网模型,以及如何利用这些性能等价公式来计算工作流的性能参数.给出了定量分析工作流系统性能的通用方法,通过用这些等价公式不仅可以对复杂的系统进行性能等价化简,而且还可以得到性能参数的乘积解.-Workflow Performance Equivalent point
compute_sipf
- 根据《大话设计模式》用C++编写的计算器控制台程序,采用简单工厂设计模式。创建加减乘除运算类,继承于基本运算类operate,简单工厂类用于实例化运算符号对象。-According to " lying Design Patterns" written with C++ console calculator program, a simple factory design pattern. Create addition and subtraction multiplicati
SystemView-communications-system
- :分析了“通信原理” 实验教学中存在的问题,阐述了引入可进行系统设计、分析和仿真的可视化SystemView软件的必要性,设计了基于SystemView的“通信原理”课程实验,并通过实例对其进行了详细说明。-: Analysis of the " Communication Theory" Experiment problems, can be explained by the introduction of system design, analysis and simula
Semi-Structured-Example
- 半结构化的基于实例的机器翻译。作者:王海峰,刘占一,吴华。-Semi-Structured Example Based Machine Translation
sourcecode
- 软件浏试作为软件工程的重要组成部分对提高软件质量和可靠性起到了不可忽视的作用软 件白盒浏试自动化工具湘。中时标准程序进行了可视化的插装和监视, 收集程序动态运行信息,并进行可靠的测试分析本丈介绍了在工具”助中使用的代码分析和插装测试技术, 并给出括装浏试方法的一些实例应用和分析-Software visit test as an important part of software engineering to improve software quality and reliability
slist
- 模板类 测试模板类的实例化方法,并且实现模板的实例化-Test instance of the template class template class template instantiation
95
- 编程思路:本练习因为要实现华容道游戏中人物的构造,所以首先要生成表示人物的矩形块,这是通过语句Rectangle rect=null实例化Rectangle类,然后在People类的构造函数里通过语句rect=new Rectangle(x,y,w,h)实现有戏中人物的构造。然后因为要实现人机交互的效果,所以要响应当前光标的焦点事件,通过public void focusGained(FocusEvent e)函数得到焦点,通过public void focusLost(FocusEvent e
FactoryMethod
- 定义一个用于创建对象的接口,让子类决定实例化哪一个类。Factory Method 使一个类的实例化延迟到其子类。-Analysis and implementation of common design patterns (C++)
IEC61850-mms
- IEC61850建模资料,GOOSE配置,ICD文件集成并进行实例化,IED配置等详细说明-IEC61850 MMS GUIDE
WinForm窗体及其控件的自适应
- WinForm窗体及其控件的自适应在需要自适应的Form中实例化全局变量 AutoSizeFormClass.cs源码在下方 2.Form_Load事件中 3.Page_SizeChanged事件中(Adaptation of WinForm forms and their controls)
verilog分享--verilog快速掌握之模块例化
- 快速掌握verilog实例化分享程序,对于使用verilog编写的固件,需要功能划分,体现实例化的用处,便于归档提取,以备再次使用(Quickly grasp the Verilog instantiation sharing program, for the use of Verilog firmware, the need for functional division, to reflect the usefulness of instantiation, easy to archive