-
-
bhrawprint.zip
RawPrint Delphi Component, for direct print from your delphi application
-
Archive.rar
实现一个三维点(x,y,z)的Point类。包含一个构造函数,一个复制构造函数,一个把这个点变成负的函数negate( ),一个返回到(0,0,0)点的距离的函数norm( )和一个print( )函数。
(1)为类Point实现一个重载的赋值运算符。
(2)为类Point实现重载的流插入运算符。
(3)为类Point实现重载的比较关系运算符==和!=。
(4)为类Point实现重载的加法+和减法运算符-。
(5)实现一个重载的乘法运算符*来返回两个Point类对象的点积。
-
WinMenu.rar
简单的打印功能测试程序。
开发环境:Dev-c++,需要在工程属性-参数-连接器里添加Dev-c++安装目录/lib/libwinspool.a。
使用时点击file-print菜单测试
-
zeng.rar
... 每个车轮的承载重量(车重除以车轮数)的公有函数wheel_load,一个公有的打印函数print,它将输出vehicle的车轮数和重量。
小车类car是它的私有派生类,包含 ... 的公有函数efficiency(计算方法为载重量/(载重量+卡车本身的重量),一个公有的打印函数print,它将输出卡车的车轮数、重量、载客量和卡车载重效率)。
在car ... 。
主函数中定义小车类对象car1(4,1000,5),卡车类对象tru1(10,5000,3,34000),然后调用car1和tru1的print函数。
-
Name.rar
enter a string and print it in output
-
-
-
-
3a.zip
An Inventory System, you can add, edit, sort, find, delete, print, change your password and create a backup of your database, I used MS Access database and some SQL commands.
-
-