搜索资源列表
黄维通 Visual C++面向对象与可视化程序设计(第2版)源代码
- 黄维通 Visual C++面向对象与可视化程序设计(第2版)源代码
library-management-system
- 设计图书管理系统的设计,利用Visual C++ 掌握使用一种面向对象程序设计语言如Borland C++或Visual C++等-Design library management system, using Visual C++ master the use of an object-oriented programming languages such as Borland C++ or Visual C++, etc.
CPP-object-oriented-programming
- C语言是一种结构化程序设计语言,它是面向过程的,在处理较小规模的程序时一般比较容易实现,而当程序规模较大时,C语言就显示出了它的不足。在这种情况下C++应运而生,C++语言是从C语言演变而来的,它保留了C语言的所有优点,同时也增加了面向对象的功能。现在C++已成为程序设计中应用最广泛的一种语言。 -C language is a structured programming language, it is a process oriented, in dealing with a small
2016
- 面向对象课程设计是通信工程专业非常重要的实践性环节之一,是学完面向对象程序设计课程后的一次全面的综合练习。-Object-oriented design is the communication engineering course one very important practical aspect is the completion of object-oriented programming a full and comprehensive training programs after
Object_doc
- C++编程的面向对象程序设计的笔记整理。-C++ programming object-oriented programming notes finishing.
CSharp-study-book
- 第一章 概述 第二章 程序设计基础(数据类型、流程控制等) 第三章 面向对象 第四章 深入了解 第五章 附录 -The first chapter Chapter Two program design (data types, flow control, etc.) Chapter III Chapter IV Object-oriented insight 5 Appendix
as3.0
- Actionscr ipt 3.0 是一种强大的面向对象编程语言,它标志着 Flash Player Runtime 演化过程中的一个重要阶段。设计 Actionscr ipt 3.0 的意图是创建一种适合快速地构建效果丰富的互联网应用程序的语言,这种应用程序已经成为 Web 体验的重要部分。
什么是Python?
- Python是一种面向对象的、交互式的、解释型编程语言。Python 支持面向对象的程序设计,源程序不需要编译即可在 Python 运行环境中互动式地运行。
CLIPS与高级语言交互的研究与实现
- :CL IPS( C Language Integrated Production System) 是一种专家系统开发语言 ,它支持 3 种程序设计方式 :基于规则 的、面向对象的和过程性的。 文中介绍了 CLIPS 与其他高级语言间的交互。