搜索资源列表
cSharpPatten
- 本书主要介绍如何用最常见的设计模式编写C#程序.全书分为四个部分,首先介绍了C#语言和面向对象程序设计的一般原则,可作为C#程序设计的快速入门教程 然后分别讲述了创建型模式,结构型模式和行为型模式.每一类设计模式又包括若干种具体模式,共有23种.在介绍每种模式时,给出了一个或多个应用该模式的示例,以便于理解,且这些示例都是能完全运行的程序,包含在随书附带的光盘中.此外,每一章还提供了UML图,用以说明类之间的关系. 本书适用于计算机及相关专业的本科生和研究生,对于软件开发人员也是一本很好的参考书
CSharpDesignMode
- 全书分为四个部分,首先介绍了CSharp语言和面向对象程序设计的一般原则,然后分别讲述了创建型模式、结构型模式和行为型模式。-Book is divided into four parts, first of all introduced the CSharp object-oriented programming language and the general principles of design, and then describes the creation of the respe
opp-function-ppt-and
- 面向对象程序设计第五章函数及代码,给初学者有用。-Object-Oriented Programming (oop),function PPT and code
CSharp_Calculator
- 面向对象程序设计 C#程序设计 计算器设计-Object-oriented programming C# programming calculator design
The-fourth-chapter
- C++面向对象程序设计,第四章课后习题答案编程-C++ object-oriented programming, Chapter Homework answer programming
The-Fibonacci-Numbers
- 面向对象程序设计课后习题编程代码斐波那契数字-Object-oriented program design school exercise programming code Fibonacci numbers
Insertion-sort
- C++面向对象程序设计课后习题插入排序代码-C++ object-oriented program design Homework insertion sort code
Performance-rating-program
- C++面向对象程序设计课后习题成绩评分程序代码-C++ object-oriented program design Homework GRADE code
A-dress-size
- C++面向对象程序设计课后习题服装尺寸代码-C++ object-oriented program design school exercise clothing size code
1
- 一个包含类(class)和对象(object)的C++程序,目的是使读者初步了解C++是怎样体现面向对象程序设计方法的-One contains the class (class) and object (object) of C++ program is intended to enable the reader to understand C++ is how to realize the initial object-oriented programming method
C#面向对象程序设计_郑宇军
- C#面向对象程序设计_郑宇军,代码很详细,有助于学习C#语言和面向对象程序设计
12
- H:\面向对象程序设计(C++)\面向对象程序设计\面向对象程序设计(C++)-2013综合实验\-H: \ object-oriented programming (C++) \ object-oriented programming \ object-oriented programming (C++)-2013 comprehensive experimental \
CPP-classical--primeral3
- C++这个词在中国大陆的程序员圈子中通常被读做“C加加”,而西方的程序员通常读做“C plus plus”,“CPP”。 它是一种使用非常广泛的计算机编程语言。C++是一种静态数据类型检查的、支持多重编程范式的通用程序设计语言。它支持过程化程序设计、数据抽象、面向对象程序设计、泛型程序设计等多种程序设计风格。-C++ programmers to circle the word in the Chinese mainland usually be read as "C Gaga," while
CPP-classical-perimer4
- C++这个词在中国大陆的程序员圈子中通常被读做“C加加”,而西方的程序员通常读做“C plus plus”,“CPP”。 它是一种使用非常广泛的计算机编程语言。C++是一种静态数据类型检查的、支持多重编程范式的通用程序设计语言。它支持过程化程序设计、数据抽象、面向对象程序设计、泛型程序设计等多种程序设计风格。-C++ programmers to circle the word in the Chinese mainland usually be read as "C Gaga," while
LibraryMIS
- 本系统所采用的开发环境主要是基于数据库系统的SQL Server 2000 和基于面向对象程序设计的C#。利用SQL Server 2000创建图书馆管理各信息表——用户信息表、图书信息表。利用C#和数据库建立连接之后,利用C#中的控件按钮以及一些程序代码实现一些特定的功能,例如用户图书信息查询、书库借出查询、密码修改、查找图书、个人信息查询、添加用户等,极大地提高了图书馆管理的效率。-This system adopted by the development environment is m
CPP
- C++语言是一种使用非常广泛的计算机编程语言。C++是一种静态数据类型检查的、支持多重编程范式的通用程序设计语言。它支持过程化程序设计、数据抽象、面向对象程序设计、泛型程序设计等多种程序设计风格。-C++ language is a very widely used computer programming language. C++ is a static data type checking, support for multiple programming paradigms of uni
CPP-(2)
- C++语言是一种使用非常广泛的计算机编程语言。C++是一种静态数据类型检查的、支持多重编程范式的通用程序设计语言。它支持过程化程序设计、数据抽象、面向对象程序设计、泛型程序设计等多种程序设计风格。-C++ language is a very widely used computer programming language. C++ is a static data type checking, support for multiple programming paradigms of uni
CPP
- C++语言是一种使用非常广泛的计算机编程语言。C++是一种静态数据类型检查的、支持多重编程范式的通用程序设计语言。它支持过程化程序设计、数据抽象、面向对象程序设计、泛型程序设计等多种程序设计风格。-C++ language is a very widely used computer programming language. C++ is a static data type checking, support for multiple programming paradigms of uni
CPP-(2)
- C++语言是一种使用非常广泛的计算机编程语言。C++是一种静态数据类型检查的、支持多重编程范式的通用程序设计语言。它支持过程化程序设计、数据抽象、面向对象程序设计、泛型程序设计等多种程序设计风格。-C++ language is a very widely used computer programming language. C++ is a static data type checking, support for multiple programming paradigms of uni
class-design
- 面向对象程序设计课程设计是集中实践性环节之一,是 学习完《 面向对象程序设计》 课程后进行的一次全面的综合练习。要 求学生达到熟练掌握C++语言的基本知识和技能; 基本掌握面向对象程序设计的思想和方法;能够利用所学的基本知识和技能,解决简单 的面向对象程序设计问题,从而提高动手编程解决实际问题的能力。尤其重视创新思维 培养。-Object-oriented programming course is designed to focus one of the practical a