搜索资源列表
MSZnew
- 字符串处理,鼠标开发,复数处理C++类库 -string handling, mouse development, plural handling Class C
C++matrix
- C++语言的复数与矩阵运算库,编写工程类软件必备。包括矩阵乘、加、数乘、逆等-C language in the plural and matrix operations for the preparation of engineering software required. Including matrix multiplication, Canada, multiply, the inverse
zengqiang
- 用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(
complex
- 一个用来测试我写的一个复数类的简单程序,是用C++编写的。
复数类演示
- 使用C++编写的一个复数类,可以进行加减乘除的运算。
C++程序设计语言实验二
- 实验二:C++编程入门 一、实验内容 1. 使用构造函数、析构函数。 2. 使用对象数组。 3. 学习动态创建对象。 4. 学习全局对象、静态对象、局部对象。 5. 运算符重载。 二、实验题目 1,定义一个学生类,要求存储学号,姓名, 年龄,性别,班号等信息,从键盘输入10个学生信息,存储在一个对象数组中,并将所有学生信息打印出来。 要求:1,学号按照1,2,3....排列,并通过对象构造函数输入。 2,学生类提供一个打印函数,负责打印学生信息
complex_C++.rar
- C++实现的复数类,包含了复数的加、减、乘法运算,和3*3的复数矩阵乘法,C++ Realized plural category, the plural includes the addition, subtraction, multiplication, and 3* 3 complex matrix multiplication
datebase.rar
- 这是我的c++语言课程设计,共包括5个程序,1.一个简陋的数据库系统设计(可参考FoxBase),2.设计一个字符串类,要求具有计算字符串长度、两个字符串大小比较、两个字符串连接等功能。3.设计复数类Complex,具有复数设置及其输入输出、两个复数的加法和乘法功能。4.设计一个一维向量(数组)模板类Vector 5.设计一个列表(链表)模板类List。其中数据库系统我做了两个版本,其中还包括课程报告,希望大家批评指正,谢谢。,This is my c++ language curriculum
Complex
- c++简单复数类的运算,包括加法,减法,乘法,除法运算(没用到重载)-c++ simple and complex class operations, including addition, subtraction, multiplication, division operations (useless to overload)
fushuchongzai
- 2、 实现复数类的运算重载 编写C++程序完成以下功能: (1) 实现复数类的运算重载:+,-,*,/,^(乘方)。 -2, the realization of the plural types of heavy-duty computing to prepare C++ Procedures to accomplish the following functions: (1) the realization of the plural types of heavy-duty c
lab7_1
- 设计一个小型的复数类(C++标准库complex提供复数类),这里为了说明重载运算功能而设计,在小型复数类MiniComplex中,数据成员:实部与虚部。函数远远主要是重载进行复数运算的各种操作符。由于各种运算符功能的限制,将输入与输出运算符重载为友元函数,使得复数的输入与输出更加方便快捷,成员函数重载+,—,*,和/运算符来进行复数的加法、减法、乘法、和除法运算,重载逻辑运算符= =进行复数的相等比较。-Design of a small category of plural (C++ Sta
snowbase
- 这个压缩包里包括5个程序,一个报告,是我c语言课程设计,其中那个数据库系统设计的比较好,用c语言完成,代码5000行,这里好包括课程报告,1.设计一个字符串类,要求具有计算字符串长度、两个字符串大小比较、两个字符串连接等功能。 2.设计复数类Complex,具有复数设置及其输入输出、两个复数的加法和乘法功能。 3.设计一个一维向量(数组)模板类Vector 4.设计一个列表(链表)模板类List 5.一个简陋的数据库系统设计(可参考FoxBase)。-Including the
FFT
- C语言的FFT(快速傅里叶变换),其中碟形结的复数运算用一个“类”来实现,使得程序简单易懂,可移植性高-C-FFT (fast Fourier transform), in which the plural disc-end computing to a new " category" to achieve, making the procedure easy-to-read, high portability
pake
- 共9个文件:C直接读取dbf文件,RS-232-C端口实时监控软件的设计实现,复数计算(复数类),矩阵计算(矩阵类),捆绑exe文件,收发电子邮件,数值积分,数值微分,用C编程获取WPS的文件密码-A total of 9 files: C Direct Reading dbf files, RS-232-C port real-time monitoring software design implementation, complex computing (complex type), ma
chongzai
- c++复数类乘除法运算重载——成员函数形式-c++ operator overloading complex multiplication and division classes- the form of member functions
c
- 1.自己编写一个简单的C++类程序 2.类的要求:(1)一个C++的复数类,类名为complex,类中有两个私有成员变量i.j.还有一个成员函数Show用于显示数据。(2)编写一个add函数,实现两个复数相加。 -A. I have written a simple program of C++ class. Class requirements: (1) a C++ plural class, the class name is complex, two private member
Complex_819009778
- 复数类 C++环境下的复数类,包括复数的四则运算-The plural under complex class C++ environment class four operations, including complex
c++
- 分别用成员和友元方法实现两个复数类相减;定义三个数之间较小者的函数模板;从屏幕上输入若干行数据,把它自动保存在文件中,输入“exit”结束屏幕保存。(Two complex classes are reduced by member and friend method respectively.Defines the function template of the smaller of the three Numbers;Enter a few lines of data from the s
两个整数、实数、复数的相加
- 实现小数、整数、复数相加的c++简单算法,使用类以及函数重载(C++ algorithm for adding decimal, integer and complex numbers)
复数类
- 复数类的c++实现,包括加减乘除等。。。。。(C + + implementation of a number of categories, including addition, subtraction, multiplication and division)