-
area
定义一个基类MyGraph,要求有一个纯虚函数double Area()=0。从基类派生一个圆类Circle和矩形类Rectangle,再由Rectangle类派生出Square类,分别给出Area()实现。
重载“>>”,实现对图形信息的输入。在主函数中计算三种形状的面积,并显示输出。 (Define a base class MyGraph, requires a pure virtual function double Area () = 0. Derive a circle and a rectangle class Rectangle Circle class from the base class, and then by Square Rectangle class derived class, are given Area () implementation. Reload " > > " to achieve the input of graphical information. Calculate the shape of the three main functions in the area, and display output.)
- 2014-02-07 23:13:19下载
- 积分:1
-
yizhu
该源码实现电子医嘱管理系统,可以查询、增加、修改、删除病人信息,科室信息,就诊记录信息等。(The source code for electronic prescription management system that can query, add, modify, delete patient information, department information, medical records and other information.)
- 2015-04-22 20:24:26下载
- 积分:1
-
CreateDll
创建c++动态链接库,注意模块文件的应用,怎么调用动态链接库(Create c++ dynamic link library module files the application note, how to call a dynamic link library)
- 2015-05-05 14:04:52下载
- 积分:1
-
IP
说明: IP 流量包抓包分析 能实现简单的监控IP 流量的功能(IP traffic packet capture analysis to achieve a simple monitoring IP traffic)
- 2012-05-17 10:06:43下载
- 积分:1
-
i2c
说明: I2C测试程序,实现控制板与存储器之间的读写操作,有利于初学者对I2C的了解与学习(I2C test program, to achieve read and write operations between control board and memory, is conducive to beginners' understanding and learning of I2C.)
- 2018-04-20 13:45:12下载
- 积分:1
-
b03
本软件为ZX831,版本为B03.适用以正先ZX831大方蓝。可用作升级软件,也可用作主程序,用烧录器写。解压密码为shijkll(The software for the ZX831, version B03. To apply a generous ZX831 was the first blue. Can be used to upgrade the software, but also can be used as the main program, with the burner to write. Extract password shijkll)
- 2009-12-03 09:43:51下载
- 积分:1
-
RollDiceOnline
说明: 程序实现了一个简单的网络版的掷骰子,一个服务器端,另一个客户端。(Program implements a simple network version of the dice, a server-side, another client.)
- 2011-03-02 17:14:29下载
- 积分:1
-
Microsoft_ADO_Programer_Refer
说明: Visual C++中ADO程序员的参考指南文件,包括ADO入门和高级进阶部分,另外还有ADOX等相关内容(ADO in Visual C++ programmer' s reference guide documents, including entry-level and high-level advanced part of the ADO, in addition to other related content such as ADOX, ADO MD .)
- 2010-03-17 15:15:17下载
- 积分:1
-
Process_Manager_Beta_1_Src
To get latest version of Process manager and stay updated
about latest patches, bug fix ,and new releases.
- 2009-03-10 10:09:34下载
- 积分:1
-
FibonacciHeap
斐波那契堆基于二项式堆,在支持以O(1)时间实现插入、合并和以O(log n)实现删除最小元素的基础上,进一步实现了以O(1)实现指定节点值减少和用O(log n)时间完成删除任意节点操作(Fibonacci heap-based binomial heaps of support to the O (1) time to achieve insertion, Merger and O (log n) to achieve the smallest element deleted on the basis of further to the O (1) to achieve specified nodes and reduce the value of O (log n) time to complete the deletion of arbitrary nodes parade for)
- 2007-01-04 22:36:07下载
- 积分:1