CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 面向对象技术

搜索资源列表

  1. OOAD

    0下载:
  2. OOAD(Object Orient Analysis & Design,面向对象的分析和设计,面向对象分析与设计)是现代软件企业广为采用的一项有效技术。OOAD方法要求在设计中要映射现实世界中指定问题域中的对象和实体,例如:顾客、汽车和销售人员等。这就需要设计要尽可能地接近现实世界,即以最自然的方式表述实体。所以面向对象技术的优点即为能够构建与现实世界相对应的问题模型,并保持他们的结构、关系和行为为模式-OOAD(Object Orient Analysis & Design
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:439328
    • 提供者:宋逸斐
  1. chenzhenBMPa

    0下载:
  2. 图像处理已经成为计算机图形学的一个重要方面,VC++是最适合用来做图像处理工具了,因为使用C语言能很方便的封装各种复杂的图像处理算法,并以类的形式表达出来,充分利用面向对象技术;而且,在VC中还可以很方便地使用Windows GUI 的API,并利用内建OpenGL SDK 以及 DirectX SDK 来充分支持动画设计,当然也可以使用第三方的图形处理库来简化编程-Image processing has become an important aspect of computer graph
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:808273
    • 提供者:Cherlas
  1. InheritanceDemo

    0下载:
  2. 第1章 Visual C++与面向对象技术概述\InheritanceDemo\InheritanceDemo.rar,很不错的vc源码,希望能对大家有所帮助-Chapter 1, Visual C++ object-oriented technology overview \ InheritanceDemo \ InheritanceDemo.rar, very good vc source code, I hope you can help
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6058
    • 提供者:
  1. OperatorDemo

    0下载:
  2. 第1章 Visual C++与面向对象技术概述\OperatorDemo\OperatorDemo.rar,很不错的vc源码,希望能对大家有所帮助-Chapter 1, Visual C++ object-oriented technology overview \ OperatorDemo \ OperatorDemo.rar, very good vc source code, I hope you can help
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6904
    • 提供者:何秋玲
  1. TemplateClass

    0下载:
  2. 第1章 Visual C++与面向对象技术概述\TemplateClass\TemplateClass.rar,很不错的vc源码,希望能对大家有所帮助-Chapter 1, Visual C++ object-oriented technology overview \ TemplateClass \ TemplateClass.rar, very good vc source code, I hope you can help
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:7735
    • 提供者:何秋玲
  1. TemplateFunc

    0下载:
  2. 第1章 Visual C++与面向对象技术概述\TemplateFunc\TemplateFunc.rar,很不错的vc源码,希望能对大家有所帮助-Chapter 1, Visual C++ object-oriented technology overview \ TemplateFunc \ TemplateFunc.rar, very good vc source code, I hope you can help
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:7887
    • 提供者:何秋玲
  1. VirtualFunDemo

    0下载:
  2. 第1章 Visual C++与面向对象技术概述\VirtualFunDemo\VirtualFunDemo.rar,很不错的vc源码,希望能对大家有所帮助-Chapter 1, Visual C++ object-oriented technology overview \ VirtualFunDemo \ VirtualFunDemo.rar, very good vc source code, I hope you can help
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:7884
    • 提供者:何秋玲
  1. Object-Orient-Analysis-a-Design

    1下载:
  2. 本书详细介绍了面向对象的分析与设计,全面探讨了面向对象概念、软件开发过程、UML和多层技术。 本书使用最常见的技术和方法,通过一个贯穿全书的案例分析,对面向对象的软件开发过程和使用面向对象技术的编程过程进行了透彻的讨论。首先阐述了面向对象软件项目的基本概念,然后基于广泛使用的方法,介绍了使用进行以测试为驱动的开发过程,最后研究了现实世界中的开发问题。 -This book introduces object-oriented analysis and design, full explo
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-17
    • 文件大小:27169874
    • 提供者:
  1. JavaBMP

    0下载:
  2. 采用面向对象技术封装BMP对象,使用swing和数据流显示BMP图片-Object-oriented technology package BMP object to display BMP pictures using swing and data flow
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:75403
    • 提供者:
  1. score-manage

    0下载:
  2. · 功能:设计一个菜单驱动的学生成绩管理程序,实现以下管理功能。 输入、修改、删除和显示n个学生的m门考试科目的成绩,计算总分和平均分; 分别按总分和学号进行排序; 输入学生的学号,显示该学生的姓名、各门功课的成绩; 将输入的学生成绩数据保存到文件中; 从文件中读出学生成绩数据,查询学生成绩。 · 具体要求 使用面向对象技术实现; 程序能够进行异常处理,检查用户输入数据的有效性,在用户输入数据有错误(如类型错误)或无效时,不会中断程序的执行,程序具有一定的健壮性;
  3. 所属分类:Education soft system

    • 发布日期:2017-03-29
    • 文件大小:306000
    • 提供者:萧瑟
  1. UML1

    0下载:
  2. 这是uml课件教程,包括:面向对象技术概述,uml概述,用例图,顺序图和协作图,有详细讲解。-This is the the uml courseware tutorials, including: object-oriented technology, an overview of the Case of an overview of use case diagrams, sequence diagrams and collaboration diagrams, explain in deta
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-25
    • 文件大小:8613310
    • 提供者:徐彩华
  1. psupperChatRRr

    0下载:
  2. java开发的聊天室,使用最新的面向对象技术开发,类类似QQ的聊天室源程序源码 可直接使用。 已通过测试。 -java development of chat rooms, using the latest object-oriented technology development, the source code of class similar to the QQ chat room can be used directly. Has been tested.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-04
    • 文件大小:110244
    • 提供者:
  1. fq

    0下载:
  2. 本软件应用在局域网中,是局域网中节点间信息及文件传输的平台。在局域网中能实现不同节点间的信息传输,相互间聊天,传输文件,接受文件等简单功能。软件使用技术有MFC编程技术,SOCKET编程技术等技术,使用面向对象技术设计并构建软件,软件的操作简单,界面一目了然,使用人员能快速上手,并且软件的实际占用空间较小,有利于用户计算机的空间合理利用。-Software applications in the LAN is a platform of information and file transfer
  3. 所属分类:GPS develop

    • 发布日期:2017-05-15
    • 文件大小:3816567
    • 提供者:刘娇
  1. windows_pinbao_code

    0下载:
  2. 该程序模仿的 Windows 经典屏幕保护程序“变幻线”,并使用了面向对象技术编写,初学面向对象时可以作为参考。-The program to imitate the Windows Classic screen saver " Mystify" and written in object-oriented technology, and can be used as a reference beginner object-oriented.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-22
    • 文件大小:8513
    • 提供者:佚名
  1. Oracle_Database_10g_Practical_training_course

    0下载:
  2. 《Oracle Database 10g实用培训教程》为Oracle Database 10g的入门教程。全书共分16章,内容包括:安全管理、设计创建数据库与表、完整性管理、操纵表中数据、SQL*Plus、PL/SQL、XML、面向对象技术、大对象技术,以及性能调整与优化技术等。这些内容涵盖了Oracle Database 10g的主要知识点。 -" Oracle Database 10g and practical training course" Introductio
  3. 所属分类:Oracle

    • 发布日期:2017-11-28
    • 文件大小:47349760
    • 提供者:陈文捷
  1. CHAPTER3

    0下载:
  2. 书中实例,统一数据库管理系统,附有源码和最终运行程序,此代码有助于学习如何用OLE DB/ADO连接数据库,在界面设计中,系统运用了面向对象技术,对数据库对象动作进行了抽象和封装。-Example in the book, the unified database management system, with a source and end-run the program, this code will help to learn how to use OLE DB/ADO to conne
  3. 所属分类:SQL Server

    • 发布日期:2017-11-27
    • 文件大小:16160469
    • 提供者:杨梅
  1. WeatherForecast

    0下载:
  2. 在软件构建过程中,我们需要为某些对象建立一种“通知依赖关系” -- 一个对象(目标对象)的状态发生改变,所有的依赖对象(观察者对象)都将得到通知。如果这样的依赖关系过于紧密,将使软件不能很好地抵御变化。 使用面向对象技术,可以将这种依赖关系弱化,并形成一种稳定的依赖关系。从而实现软件体系结构的松耦合。-In the software build process, we need to be established for certain object a " notification
  3. 所属分类:Console

    • 发布日期:2017-12-09
    • 文件大小:8877307
    • 提供者:wangwenhua
  1. vc--pianchengzhinan

    0下载:
  2. 主要讲解windows编程和面向对象技术,有图有程序,更有助于学习。-Explain the windows programming and object-oriented technology, there are pictures and procedures, and more conducive to learning.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-30
    • 文件大小:1229445
    • 提供者:micheal
  1. BankAccount

    0下载:
  2. 这个应用程序演示了如何使用一些基本的面向对象技术。它展示了如何使用一个类来创建和操纵的对象,以及如何封装数据。-This application demonstrates how to use some basic object-oriented technology. It shows how to use a class to create and manipulate objects, and how to encapsulate data.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-02
    • 文件大小:40536
    • 提供者:明星
  1. MyTexture

    0下载:
  2. 纹理编程原码,提供BMP\TGA\PCX文件的操作代码,采用面向对象技术-Texture original programming code, to provide documents BMPTGAPCX operation code, using object-oriented technology
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:7568
    • 提供者:heydono
« 1 2 34 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com