搜索资源列表
ccomplex
- 用于求解复数的加减乘除和求模运算,是用VC做的
complex
- 本程序可以对两个复数进行输入和操作,包括复数的相加、相减、输出实部、输出虚部、重新赋值等。同时构建了较为人性化的界面,给使用者已足够的提示,能实现复数类型数据的基本处理。-This program can be two complex inputs and operations, including adding complex numbers, subtraction, the output real part, imaginary part of the output, re-assignm
datebase.rar
- 这是我的c++语言课程设计,共包括5个程序,1.一个简陋的数据库系统设计(可参考FoxBase),2.设计一个字符串类,要求具有计算字符串长度、两个字符串大小比较、两个字符串连接等功能。3.设计复数类Complex,具有复数设置及其输入输出、两个复数的加法和乘法功能。4.设计一个一维向量(数组)模板类Vector 5.设计一个列表(链表)模板类List。其中数据库系统我做了两个版本,其中还包括课程报告,希望大家批评指正,谢谢。,This is my c++ language curriculum
DataBase
- 介绍复数的数据结构应用,用c++实现,有效地实现了学习的目标-Introduced the application of complex data structure, using c++ Achieve and effectively to achieve the learning objectives
snowbase
- 这个压缩包里包括5个程序,一个报告,是我c语言课程设计,其中那个数据库系统设计的比较好,用c语言完成,代码5000行,这里好包括课程报告,1.设计一个字符串类,要求具有计算字符串长度、两个字符串大小比较、两个字符串连接等功能。 2.设计复数类Complex,具有复数设置及其输入输出、两个复数的加法和乘法功能。 3.设计一个一维向量(数组)模板类Vector 4.设计一个列表(链表)模板类List 5.一个简陋的数据库系统设计(可参考FoxBase)。-Including the
chongzai100
- c++复数类乘除法运算重载——成员函数形式-c++ operator overloading complex multiplication and division classes- the form of member functions
Complex
- 自己写的C++复数计算源码,用到许多C++知识,Vc2010通过-C++ complex number calculations Source
TemplateClass100
- 运算符重载实现复数的加法运算的实例源码,很不错的vc源码,推荐!-Operator overloading to achieve complex examples of the addition operation code, source code vc very good, recommended!
