-
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(...
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
(3) 重载运算符“+”、“-”、“*”和“/”
2. 设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
友元重载运算符“+”、“-”、“*”和“/”
3. 分别使用以上两个类,完成有理数的加、减、乘、除运算;验证其加运算、乘运算的交换律。
-Rational Design category rational_number
- 2023-03-17 02:25:04下载
- 积分:1
-
用VC++编写得数控代码仿真器得小软件,感兴趣得可以
用VC++编写得数控代码仿真器得小软件,感兴趣得可以-Using VC++ to prepare a code of NC software emulator is too low, interested enough to look at the
- 2022-04-29 13:23:34下载
- 积分:1
-
autolisp
CAD中数字文本自动求和小程序
自动过滤出数字文本并求和...
autolisp
CAD中数字文本自动求和小程序
自动过滤出数字文本并求和-Digital autolispCAD Automatic Text Sum applet automatically filter out the digital text and summation
- 2022-07-10 13:49:59下载
- 积分:1
-
这是一个简单的将波形读入LABVIEW和从LABVIEW中读出波形
这是一个简单的将波形读入LABVIEW和从LABVIEW中读出波形-This is a simple program which can finish read a wave from the LabView and write into.
- 2022-04-20 16:20:11下载
- 积分:1
-
(1) 熟悉连续信号经理想采样前后的频谱变化关系,加深对时域采样定理的理解.
(2) 熟悉时域离散系统的时域特性
(3) 利用卷积方法观察分析系统的时域...
(1) 熟悉连续信号经理想采样前后的频谱变化关系,加深对时域采样定理的理解.
(2) 熟悉时域离散系统的时域特性
(3) 利用卷积方法观察分析系统的时域特性.
(4) 掌握序列傅立叶变换的计算机实现方法,利用序列的傅立叶变换对连续信号,离散信号及系统响应进行频域分析.
-(1) familiar with the continuous signal to the manager before and after the sampling of the spectrum changes relations and deepen the time-domain sampling theorem understanding. (2) familiar with the time-domain system discrete time-domain (3) using deconvolution method of analysis in time domain characteristics. (4) master sequence Fourier Transform computer, using the Fourier transform sequence of continuous signals, Discrete signal system response and frequency domain analysis.
- 2022-03-19 23:10:38下载
- 积分:1
-
数字滤波器源代码 Transmit signal through an AWGN channel
数字滤波器源代码 Transmit signal through an AWGN channel-Digital Filter source code Transmit signal through an AWGN channel
- 2022-02-14 22:22:25下载
- 积分:1
-
用C实现的银行家算法,虽然和我上次上传得实现的功能是一样的,但实现方法是完全不同的,相信对不同的人因该有不同的应用...
用C实现的银行家算法,虽然和我上次上传得实现的功能是一样的,但实现方法是完全不同的,相信对不同的人因该有不同的应用-C algorithm to achieve the bankers, and the last time I uploaded in the functions is the same. but this method is completely different, I think different people have different because of the Application
- 2022-02-03 09:36:43下载
- 积分:1
-
经典扫雷程序,Visua C++ 6.0 环境下实现对于设置用户的青睐类对话框的配置...
经典扫雷程序,Visua C++ 6.0 环境下实现对于设置用户的青睐类对话框的配置
-Copyright (c) 2004-2005 Micro-soft
Module Name:
DlgCustom.cpp
Abstract:
the class of Dialog for setting user s favor-config
Author:
Microsoft s Engineer- Unknown Name
improved by Weijian Luo (Arthur Luo) 15-Jun-2005
E-mail: skybluehacker@yahoo.com.cn
Revision History: 1.0
- 2022-08-10 06:53:49下载
- 积分:1
-
先序扩展序列建立二叉树
先序扩展序列建立二叉树-first sequence extended sequence established Binary Tree
- 2023-05-13 04:50:03下载
- 积分:1
-
VC++适时换肤,切换窗口风格一例
VC++适时换肤,切换窗口风格一例,可将窗口改变成Windows XP的风格,只需点击一下切换按钮,即可在两种窗口皮肤之间切换,把本技巧用在你的软件中,肯定会增色不少。
- 2022-08-23 19:39:19下载
- 积分:1