CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - create object
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - create object - List
[
Software Engineering
]
umljianmo
DL : 0
使用UML对系统进行建模 面向对象的软件工程,同传统的面向过程的软件工程相比,在需求的获取、系统分析、设计和实现方面都有着很大的区别。UML是OOA和OOD的常用工具。使用UML来构建软件的面向对象的软件工程的过程,就是一个对系统进行不断精化的建模的过程。这些模型包括用例模型、分析模型、设计模型,然后,我们需要使用具体的计算机语言来建立系统的实现模型。 -The use of UML for system modeling object-oriented software engineering, with the traditional process-oriented software engineering compared to demand access to, systems analysis, design and implementation of aspects of great distinction. UML is commonly used OOA and OOD tools. Use UML to build a software object-oriented software engineering process, the system is a continuous refinement of the modeling process. These models include the use case model, analysis model, design model, and then, we need to use specific computer language to create a system model.
Date
: 2026-01-09
Size
: 263kb
User
:
陈军
[
Software Engineering
]
light
DL : 0
DirectX Lighting vs. Real World Lighting (DX光照 对 真实世界光照) 在DX中,我们能创建不同类型的光,使场景看起来更真实。但要记住,DX中的光只是在近似地模拟自然界的光。在自然界中,光由光源(如灯泡)发出,然后延直线传播,直到消耗完毕或传入眼睛;光在遇到物体时会发生反射,每次反射都会有能量的消耗;实际上,光可以在物体间反射千百万次,而且光滑表面会比不光滑的表面反射更多的光。这一切如果全算进来的话,计算量是巨大的,所以,DX只是在近似地模仿。 -DirectX Lighting vs. Real World Lighting (DX light illumination of the real world) in the DX, we can create different types of light, to make scenes look more realistic. Bear in mind, however, DX in the light only in the approximation to simulate natural light. In nature, light from light source (such as light bulbs) to issue, and then the extension of a straight line, until the consumption of finished or imported into the eyes-ray object in the face of reflection will occur, each reflection will have energy consumption in fact, light can be inter-reflection in the object of millions of times, and the smooth surface than the non-smooth surface reflects more light. All full-count in. If so, computation is enormous, so, DX only approximate to imitate.
Date
: 2026-01-09
Size
: 63kb
User
:
linlin
[
Software Engineering
]
design
DL : 0
概述 设备指你跟踪维修的任一对象或有形资产,除了对其基本信息进行管理,本系统还提供以下功能: 为所有的资产创建一个详细的概述 指明一件设备是否不能使用,报废管理 列出每个设备的一个或多个仪表 查阅一个设备的工单历史 采用拖放式操作创建设备之间的相互关系 登记设备缺陷,并由该缺陷自动生成工单 -An overview of equipment means you track the maintenance of any one object or tangible assets, apart from its basic information for management, the system also provides the following functions: for all the assets to create a detailed overview of whether the specified piece of equipment should not use, end-of-life management of listed each device to one or more instruments of the workers access to a device using a single drag-and-drop operation in history to create the relationship between equipment registered equipment defects, defects automatically generated by the workers alone
Date
: 2026-01-09
Size
: 34kb
User
:
yzp
[
Software Engineering
]
CoreJava2-ClassAndObject
DL : 0
A class--the basic building block of an object-oriented language such as Java--is a template that describes the data and behavior associated with instances of that class. When you instantiate a class you create an object that looks and feels like other instances of the same class. The data associated with a class or object is stored in variables the behavior associated with a class or object is implemented with methods. Methods are similar to the functions or procedures in procedural languages such as C.-A class--the basic building block of an object-oriented language such as Java--is a template that describes the data and behavior associated with instances of that class. When you instantiate a class you create an object that looks and feels like other instances of the same class. The data associated with a class or object is stored in variables the behavior associated with a class or object is implemented with methods. Methods are similar to the functions or procedures in procedural languages such as C.
Date
: 2026-01-09
Size
: 13kb
User
:
chenshoufang
[
Software Engineering
]
UML
DL : 0
实时监控应用软件Software(CTS)开发过去采用是结构化思路方法采用编程语言也是汇编语言、 FortranAda等结构化编程语言也曾有过分析和设计阶段采用结构化思路方法编程实现采用面向对象语言尝试 采用面向对象思路方法(UML)完整实现监控实时应用软件Software是首次尝试收到了较好成效 UML(统建模语言)是美国Rational公司创造面向对象开发中种通用、统图形化模型语言-Real-time monitoring applications Software (CTS) is the structure of the development of the past methods of thinking is the use of assembly language programming language, FortranAda such as structured programming languages have had to adopt the analysis and design phase of the structure of thinking Ways of implementation-oriented programming programming language using object-oriented thinking to try Method (UML) achieve a complete real-time application monitoring software Software is the first time the effectiveness of attempts to receive a better UML (EC Modeling Language) is a United States company to create object-oriented Rational development of generic, EC graphics Model language
Date
: 2026-01-09
Size
: 174kb
User
:
luohui
[
Software Engineering
]
ROSE_trainning
DL : 0
面向对象的可视化建模培训教程 [UML和Rational Rose/C++ Ver 4.x] 简介 ROSE提供的不同视图 配置用户界面 问题描述 问题需求描述 Use Cases 建立Actors ,Use Case 和Use Case 图 建立序列图 建立协同图 包和类 建立类、包和模版 重新分配类和包 建立类图 -Object-oriented visual modeling training course [UML and Rational Rose/C++ Ver 4.x] About ROSE configured to provide different view of the issue of user interface description of the problem description of Use Cases to establish the demand for Actors, Use Case and Use Case diagram to establish sequence plans to create synergies and the type of map-building package type, package and template re-establishment of the distribution of classes and package class diagram
Date
: 2026-01-09
Size
: 756kb
User
:
诸葛三皮
[
Software Engineering
]
JdonFramework
DL : 0
搞过数据库系统的人都知道, 数据库系统中大量的基本功能无非是数据表的CRUD 增删改查和批量分页查询,Jdon框架结合对象设计和J2EE/JEE 设计理念将这个看似简 单功能开发过程抽象出来,放在框架中,并且随着应用程序一起运行,提供优化性能提 升等。 日常企业信息化过程中,经常会一些表单数据输入数据库,使用 Jdon 框架可以在 一两个小时内完成这样的应用,当你只需要快速建立一个软件应用系统,Jdon 框架正 好适合你,而且拥有灵活的拓展性和方便的维护性。 如果你希望马上手一个 Hello World的案例,可直接到“开发一个简单Jdon应用系 统”章节。 -Been engaged in a database system knows that the database system, the basic functions of a large number of data tables is nothing more than CRUD Additions and deletions to search and batch query page, Jdon object framework combining design and design concept J2EE/JEE this seemingly simple Single-function development process from the abstract, on the framework, and together with the applications running, to provide optimal performance Upgraded. Day-to-day process of enterprise information, often some form of data entered into the database, using the framework can Jdon 12 hours to complete such an application, when you only need to quickly create a software application systems, Jdon framework is Good for you, and have a flexible and easy to expand the maintenance. If you wish to immediately hand the case of a Hello World directly to "develop a simple application of the Department of Jdon EC "section.
Date
: 2026-01-09
Size
: 1.83mb
User
:
东东
[
Software Engineering
]
CsharpDesignPatten
DL : 0
这本书主要是讲C#的Windows编程相关技术知识,全书分为四个部分来介绍C#应用程序设计的模式。首先介绍了C#的面向对象编程,然后详细介绍了创建型模式、结构型模式以及行为型模式。四部分的每一章节都提供有UML图,以帮助阅读者加深理解,这本书对C#开发人员是一本很好的参考书,如果你对C#编程有一些了解,这本书将更适合你阅读。-This book is mainly talk about C#, Windows programming-related technical knowledge, the book is divided into four sections to introduce the C# application design patterns. First introduced the C# object-oriented programming, and then create the schema described in detail, structure-based model and the behavioral patterns. The four parts of each chapter which provides a UML diagram, to help readers deepen their understanding, this book pairs of C# developers is a good reference book, if you have some understanding of C# programming, this book will be more suitable for you read.
Date
: 2026-01-09
Size
: 5.02mb
User
:
raymond
[
Software Engineering
]
designpatternsand
DL : 0
C#设计模式 面向对象程序设计的一般原则 创建对象的方式 如何组织类和对象 和各种设计模式-C# design patterns object-oriented programming to create an object the way the general principles of how to organize classes and objects, and a variety of design patterns
Date
: 2026-01-09
Size
: 6.42mb
User
:
yisaka
[
Software Engineering
]
src
DL : 0
面向对象编程基础编写一个交通工具的父类(Transport): (1) 属性包括速度、载重量: (2) 方法包括构造方法和显示属性的方法。 (3) 定义Transport的子类Vehicle,Vehicle有自己新增的属性:车轮数、车牌号;定义对新增的属性进行显示的方法。 (4) 定义Transport的子类Airplane,Airplane有自己新增的属性:发动机类型、座位数;定义对新增的属性进行显示的方法。 (5) 在测试类的main()方法中分别创建Vehicle和Airplane的对象,调用显示属性的方法。 -Based on object-oriented programming to write a parent class of transport (Transport): (1) property, including speed, load capacity: (2) method and display properties include the constructor method. (3) defines a subclass of Transport Vehicle, Vehicle has its own new properties: the number of wheels, license plate number defined attributes of the new display method. (4) defines a subclass of Transport Airplane, Airplane has its own new properties: the engine type, number of seats defined attributes of the new display method. (5) in the test class main () method to create Vehicle and Airplane were the object, call the display properties.
Date
: 2026-01-09
Size
: 1kb
User
:
孙佳佳
[
Software Engineering
]
liuqianni
DL : 0
1.理解String与StringBuffer的区别,掌握String对象的常用创建方式 2.理解String常量采用对象池保存的方式 3.熟练掌握String的各种常用方法 4.掌握StringBuffer在做字符串连接时的优势 -1. Understanding the difference between String and StringBuffer, String object used to create master mode 2. Understand the String object pool kept constant by the way 3. String master a variety of commonly used method 4. Master StringBuffer connection string in the advantages of doing
Date
: 2026-01-09
Size
: 1kb
User
:
孙佳佳
[
Software Engineering
]
Skyline
DL : 0
路线转移功能,可以通过鼠标画一个转移的路线,双击鼠标结束画线。创建好路线之后, 再创建一个动态对象,动态对象以之前创建好的路线作为运动的轨迹-Line transfer function, you can transfer the mouse to draw a line, double-click the mouse to draw a line end. Created routes, Then create a dynamic object, dynamic objects to create a good line as the previous trajectory
Date
: 2026-01-09
Size
: 143kb
User
:
kangjian
[
Software Engineering
]
UML2.0(Trufun).pdf
DL : 0
UML2.0 实战教程 第一章理解面向对象 第二章UML入门 第三章从需求开始 第四章建立用例模型 第五章创建类图 第六章定义类之间的关系 第七章对象交互 第八章对象行为 第九章系统实现 第十章TUP(Trufun统一过程)简 介-UML2.0 real understanding of object-oriented tutorial Chapter II Chapter III Chapter Introduction to UML needs starting from the establishment of a use case model IV Chapter V Chapter VI to create class diagram defines the relationship between class objects interact Chapter VII Chapter VIII system to achieve the object behavior Chapter Chapter TUP (Trufun Unified Process) Introduction
Date
: 2026-01-09
Size
: 2.08mb
User
:
wangenfang
[
Software Engineering
]
Computer-Graphics
DL : 0
研究生计算机图形学的读书报告!计算机图形学在追求真实感方向的研究发展已进入一个发展的平台期,基本上各种真实感特效在不计较计算代价的前提下均能较好得以重现。然而,人们创造和生成图片的终极目的不仅仅是展现真实的世界,更重要的是表达所需要传达的信息。例如,在一个所需要描绘的场景中每个对象和元素都有其相关需要传达的信息,可根据重要度不同可采用不同的绘制策略来进行分层渲染再加以融合,最终合成具有一定表意性的图像。为此,研究者已经开始研究如何与图像处理、人工智能、心理认知等领域相结合,探索合适表意性图形生成方法。而这一技术趋势的兴起,实际上延续了已有的非真实感绘制研究中的若干进展,必将在未来有更多的发展。-Computer graphics in the pursuit of realistic direction of research and development has entered a development platform, basically a variety of realistic special effects in the don t care about the computational cost under the premise can be reproduce. However, people create and generate the ultimate goal is not only to show the real world, more important is the need to convey the information expression. For example, in a scene depicting the need of each object and its associated elements are needed to convey information, according to the different importance can adopt different rendering strategies to layered rendering further fusion, the final synthesis has a certain representation of image. Therefore, researchers have begun to study how and image processing, artificial intelligence, cognitive domains are combined, to explore the appropriate expressional pattern generating method. The technical trend of the rise, in fact lasted for non-photorealistic rendering research progress, will
Date
: 2026-01-09
Size
: 35kb
User
:
dd
[
Software Engineering
]
09
DL : 0
Java面向对象课程的,异常处理,创建异常,异常和异常类以及异常处理。定义自已的异常构造方法-Java object-oriented courses, exception handling, and to create an exception, and the exception class and exception handling. Define your own exception constructor
Date
: 2026-01-09
Size
: 30kb
User
:
gery
[
Software Engineering
]
Componet
DL : 0
所谓COM(Componet Object Model,组件对象模型) ,是一种说明如何建立可动态互变-COM (Componet Object Model Component Object Model) is a description of how to create a dynamic tautomeric
Date
: 2026-01-09
Size
: 222kb
User
:
zhuhuafeng
[
Software Engineering
]
XProgrammer1
DL : 0
访谈Dassault Aviation 为业务的成功实施面向对象技术和 UML方法用 Use Cases 捕获需求《分析模式》的前言和介绍过程参与变革创建成功的工程更好地领导一个项目的诀窍-The preface and introduction process involved interviews with Dassault Aviation for the successful implementation of the business object-oriented technology and UML Use Cases capture needs " analysis mode" change to create a successful engineering know-how to lead a project to better
Date
: 2026-01-09
Size
: 558kb
User
:
ding
[
Software Engineering
]
Box
DL : 0
A box class used to create box object in java-A box class used to create box object in java...
Date
: 2026-01-09
Size
: 2kb
User
:
Sarat
[
Software Engineering
]
Create-an-audiorecorder-object-for-CD
DL : 0
Create an audiorecorder object for CD
Date
: 2026-01-09
Size
: 18kb
User
:
Kamal
[
Software Engineering
]
Object-based-video-synopsis
DL : 0
本文以邻里监控视频和室内监控视频为研究对象,研究了基于对象的视频概要技术,即使最初发生在不同时间,也可以通过同时显示对象,在短时间内呈现所有必要的活动。 结果表明,我们可以创建一个具有最大活动的概要,同时尽可能避免对象之间的冲突。-This paper has researched object based video synopsis technology with the surveillance video of a neighborhood and an indoor surveillance video as research target, presenting all necessary activities in a short time by displaying objects concurrently, even if they originally occurred at different time. The result shows that we can create a synopsis with maximum activity while avoiding conflicts between objects as much as possible.
Date
: 2026-01-09
Size
: 1.74mb
User
:
杨大个
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.