搜索资源列表
jicheng
- 这个因为是我们老师让做的阶乘的代码,还算不错,希望给朋友门一点启发
C-jicheng
- 利用此文件可以容易的学习如何用C编程继承的算法
SNAMP1.0
- 无线传感器网络后台可视化软件,可以检测我网络的拓扑结构,对传感器的数据进行显示,并可以模拟实际节点分布。-SNAMP_sensor network Analysis and management platform ,wireless sensor networks visible software from ningbo zhongke jicheng dianlu zhongxin.s s s s
jicheng
- 一个关于继承的实例,你可以很好的学习派生类与继承类-A succession of examples, you can learn a good type of derived classes with inheritance
jicheng
- 定义点Point类作为基类,在此基础上派生出直线Line类和圆Circle类,在Circle类的基础上以不同的属性派生出圆柱Cylinder类和球Spheroid。并要求基类和各派生类具有以下特点: (1) Line类含有计算直线长度和斜率的成员函数。 (2) Circle类含有计算圆面积的成员函数。 (3) Cylinder类含有计算圆柱表面积和体积的成员函数。 (4) Spheroid类含有计算球体的表面积和体积的成员函数。 -Point definition of po
jicheng
- 本程序用C-Free编写,完成面向对象的继承功能,为C++语言-This procedure used to prepare C-Free complete succession of object-oriented features, for C++ Language
jicheng
- 在WINDOWS操作系统下,当我们无法结束或者不知道怎样结束一个程序的时候,或者是懒得去找“退出”按钮的时候,通常会按“CTRL+ALT+DEL”呼出任务管理器,找到想结束的程序,点一下“结束任务”就了事了,呵呵,虽然有点粗鲁,但大多数情况下都很有效,不是吗? -In the WINDOWS operating system, when we can not or do not know how the end of the end of a procedure, or are too la
jicheng
- 集成电路的详细描述应用书籍,可以作为你的参考书目,大家好好看看,多多收获-A detailed descr iption of the application of integrated circuits books, can be used as your reference, we well see more gains
jicheng
- 针对输电线路巡检过程数据进行管理的输电线路数据库管理系统。用户名sa-Transmission line inspection process for the management of data transmission line database management system. User sa
jicheng
- 继承小程序(java)软件开发 信息系统-Inherited a small program (java) software development information system
jicheng
- 掌握类的继承与派生; 学会类的虚拟继承避免多重派生的歧义性; 掌握通过虚函数实现多态性的方法; 掌握动态绑定的技术。 -Master class, inheritance and derived Institute of class to avoid multiple virtual inheritance derived ambiguity control through virtual functions to achieve polymorphism method m
jicheng
- 自己写的实验报告,很有价值的东西,希望大家下载-wwgfw
55timer
- 555定时器是一种模拟电路和数字电路相结合的中规模集成器件,它性能优良,适用范围很广,外部加接少量的阻容元件可以很方便地组成单稳态触发器和多谐振荡器,以及不需外接元件就可组成施密特触发器。因此集成555定时被广泛应用于脉冲波形的产生与变换、测量与控制等方面。-555 timer is a kind of analog circuits and digital circuits combined with the medium-scale Jicheng device, its excellent
jicheng
- 关于类的继承和派生,从几何图形派生出圆,矩形,多边形和椭圆,计算面积,然后输出-On the inheritance and derived classes, derived from the geometric circle, rectangle, polygon and ellipse, calculating area, and then output
jicheng
- 类的继承 类成员的访问控制 单继承与多继承 派生类的构造、析构函数 类成员的标识与访问 -Class inherits class members of the access control single inheritance and multiple inheritance the derived class constructor, destructor class member identity and access
jicheng
- (1)实现单重继承并借助接口实现多重继承。 (2)实现方法的继承与覆盖。 (3)实现方法(包括构造方法)的重载。 (4)在程序中利用包进行类的逻辑组织。 (5)编写基于图形界面的程序。 -(1) for single re-use of interface inheritance and multiple inheritance. (2) Implementation of the inheritance and coverage. (3) implementation m
jicheng--xujilei
- 多重继承与虚基类 由汽车类派生出轿车类和卡车类,再由轿车类和卡车类多重派生出皮卡类。所谓皮卡指的是轿车的后备箱改为卡车似的后厢,可以兼运少量货物。汽车类可以说明为虚基类,以避免在皮卡类中出现两组汽车类的数据,与未说明为虚基类的情况对比。-Multiple inheritance and virtual base classes derived from the auto class cars and trucks category, then by car and truck classes
jicheng
- 继承是面向对象程序设计的基本特征之一,是从已有的类基础上建立新类。继承性是面向对象程序设计支持代码重用的重要机制。-Inheritance is the basic object-oriented programming features, one is from an existing class based on the new class. Inheritance is object-oriented programming support an important mechanism f
jicheng
- 利用继承和多态来实现有抽象几何图形到平面图形再到立体图形的一系列功能。-Use of inheritance and polymorphism to achieve a plane figure to the abstract geometry to a series of three-dimensional graphics capabilities.
jicheng
- 继承的测试例子,对刚学JAVA的应该有助理解-jicheng test source,It s good for the leaner at first time