搜索资源列表
C++面向对象程序设计教程
- 不错的书,大家都来-good book for everyone to Kankan
C++与Java比较
- “作为一名C++程序员,我们早已掌握了面向对象程序设计的基本概念,而且Java的语法无疑是非常熟悉的。事实上,Java本来就是从C++衍生出来的。”-"as a C programmers, we have already mastered the design of object-oriented programming to the basic concept, but Java syntax is very familiar with it. In fact, Java was
VC_BOOK_CODE8
- 面向对象与可视化程序设计的八章的例子,已调试通过.-Object-Oriented Programming with Visual design of the eight chapters example, through debugging.
面向对象VC例子91
- 面向对象与可视化程序设计的第九章的例子,已调试通过.-Object-Oriented Programming with Visual Design of the ninth chapter example, through debugging.
VC_BOOK16
- 面向对象与可视化程序设计的第十六章例子,已调试通过-Object-Oriented Programming with Visual Design of the 16th Chapter example, has adopted Debugging
WAV_PLAYER
- C++不仅仅是支持面向对象的程序设计语言 学习编程最好的方法之一就是阅读源代码 在任...不要停留在集成开发环境的摇篮上,要学会控制集成开发环境,还要学会用命令行方式处理程序-C is not only to support the object-oriented programming language programming One of the best ways is to read the source code in office ... should not remain in t
java11111
- 问题描述:编写一个JAVA程序,用面向对象设计的方法编写一个电话卡的类。包括卡号、密码、余额、拨入号码等 b)基本要求:类的属性有卡号、密码、余额、拨入号码,电话卡的常用操作可以用连接电话方法、返回余额方法与通电话方法来实现。 c)方法功能描述: 构造方法(PhoneCard(卡号,密码,余额,拨入号码))可以完成属性值初始化赋值,并判断余额,余额为负就退出系统,请在构造方法中将初始时的连接置为false即表示没有连接。 卡号long cardNumber 密码priva
C++Assignments
- 华东师范大学(面向对象程序设计基于C++)课程全部作业(12次)代码,包含一个大整数类。(包含作业内容) 1 How to use VC++ & IBM Visual Age (XL) C++ 2 Pointers, Arrays and Structures 3 Operators & Statements 4 Functions 5 Use of classes in STL 6 Define concrete classes 7 Data abstract
MyDate
- 面向对象程序设计中很常用的类的一个例子,功能简单
about
- 关于visual prolog三篇论文 1.VisualProlog智能集成开发环境评述 2.基于VisualProlog的面向对象知识表示 3.浅谈智能程序设计语言VISUALPROLOG的编程
EXAMPLE
- 面向对象程序设计,课本中部分例题,c++环境下运行
chapter10
- 动物猜测程序(模板),数据结构于面向对象程序设计c++第3板-Guess animal program (template), data structures object-oriented programming in c++ the first 3 board
KML
- 一个KML应用程序,程序要能从CSV文件(逗号分隔符文本文件)中读取数据,生成kml格式文件。能用该文件向Google Earth用户界面中添加地图项。是我们的面向对象程序设计的课程设计。-A KML application, the program should be from the CSV file (comma delimited text file) to read data, generate kml format. The file can be used to add a Goo
SerisePortVCPP
- 用于图形界面的开发(基于PC机串口),利用VC++,实现面向对象程序设计,简单、实用!初学者身容易掌握.-For graphical interface development (based on the PC serial port), using VC++, object-oriented programming, simple and practical! Beginners body is easy to grasp.
Gridview
- 面向对象程序设计中数据控件gridview的应用-Object oriented programming data control gridview application
VC_study
- vc学习教程,第2章 C++面向对象程序设计第3章 MFC基本应用程序的建立第4章 对话框和常用控件第5章 菜单、工具栏和状态栏-vc tutorials, Chapter 2 C++ object-oriented programming in Chapter 3 MFC application to establish Chapter 4 dialog boxes, and Chapter 5 of the commonly used controls menu, toolbar and s
orme-module
- vc++课程设计及面向对象程序设计,不错的源码-Vc++ program design and object-oriented programming, good source
omehzhq
- vc++课程设计及面向对象程序设计,不错的源码()
广州大学面向对象程序设计课程设计
- 广州大学面向对象程序设计课程设计的报告,源码以及实验要求都在里面了。