搜索资源列表
uc-tokens10
- Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard i/o is too clumsy. C programmers fall back on strtok(), but this can be tricky to use properly. Besides, you are still responsible for keeping
fushu
- 复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const Complex & c2 ) friend Com
20091104_20a12d7cc867ec1780cfVh5X85JmmAzR
- 耗费一个暑假写的计算器,里面有源代码,是用纯汇编语言书写的,可以进行连续复杂运算。(课设拿了95分),特发到这里,本来也发在其他网站,看下载量巨大,特此分享。-To spend a summer vacation to write a calculator, which source code is written in pure assembly language, can be a continuous complex calculations. (Class set took 95 min
Thepreparationofcomplex
- 编写复数类scomplex,用友元函数重载,实现浮点数和复数的加法。-The preparation of complex class scomplex, UF element function overloading to achieve floating-point numbers and complex numbers addition.
Complex
- Realization of Complex Numbers class, with tests and calculations. Really useful.
cPP
- c++ programs using friend class & friend function, constructor, destructor, complex numbers.
5090309275_1
- 创建一个名为Complex的类,进行复数的运算。Complex需要具有的功能:提供一个构造函数,它使这个类的对象在声明时得以初始化; 提供一个拷贝构造函数用来创建对象; 两个Complex的加法;实部相加,虚部相加; 两个Complex值相减:实部相减,虚部相减 两个Complex值相乘 以(a + b * i)的形式打印Complex的值,其中a为实部,b为虚部。-Create a class called Complex to carry out complex calc
class-study
- delphi中类的封装演示,从简单到复杂,包括简单类的使用,到方法重载,属性的使用,构造和析构函数等等。介绍类的封装,源码中还有详细说明,请仔细阅读。-delphi package in the class presentation, from simple to complex, including the use of a simple class to method overloading, the use of property, construction and destructor
CPP
- 指针总结 要了解指针,多多少少会出现一些比较复杂的类型,所以我先介绍 一下如何完全理解一个复杂类型,要理解复杂类型其实很简单,一 个类型里会出现很多运算符,他们也像普通的表达式一样,有优先 级,其优先级和运算优先级一样,所以我总结了一下其原则: 从变量名处起,根据运算符优先级结合,一步一步分析. 下面让我们先从简单的类型开始慢慢分析吧:-pointer summary To understand pointers, more or less there will be
Complex_numbers
- Complex number cla-Complex number class
Objective-C-basic-tutorial
- Objective-C 是创建 Mac OS X 应用和 iPhone 应用的主要语言,优雅的面向对象编程环境与快速而普及的 C 语言珠联璧合,造就了它的不俗表现。翻开本书你就能感到它的魅力扑面而来。 本书全面而系统地讲述 Objective-C 语言的基础知识和面向对象编程的重要概念,结合实例介绍了 Cocoa 工具包的优秀特性和其中的框架,以及继承、复合、源文件组织、内存管理、对象初始化和类别创建等众多重要的面向对象编程技术。书中还阐述了如何利用 Cocoa 进行数据的保存、检索和操
delphiexcel
- delphi实现EXCEL复杂导入导出功能的类-delphi realization of the complexity of import and export functions of EXCEL cla-delphi achieve EXCEL complex import and export functions of class-Delphi realization of the complexity of import and Export functions of of EXCEL
One-on-one-chat
- 一对一的聊天工具,这是老师上课所讲,不是很复杂-One-on-one chat, this is the teacher in the class say, not very complex
Array-Complex
- 复数类的C++实现-Complex array 头文件及源代码-The complex class C++-Complex array header files and source code
Cryptic-Complex
- 隐藏复数类的内部实现--C++编程,头文件及代码-Hide complex class the internal- C++ programming header file and code
complex
- 大学C++教程 第七版 课后习题标准答案 complex 类 仅供参考 -University seventh edition, C++ tutorial, after-school exercises standard answer complex class
complex
- 建立類別設定兩個複數 並使他們做相加與相減運算-Create a class setting and enable them to make adding two complex and subtraction
complex
- C++复数类函数,能够进行简单的复数类操作和计算-complex class
lingdianqifeixue_cPP
- 《零点起飞学c++》结合大量示例和实战案例,由浅入深、循序渐进地介绍c++语言的相关知识,尤其对面向过程的程序设计到面向对象的程序设计做了重点介绍和必要辨析,《零点起飞学c++》共分4篇,第1篇面向过程的c++编程,包括走进c++、数据类型、变量和常量、运算符、表达式和语句、指针的操作、复合数据类型、函数、输入/输出,以及面向过程的编程案例。第2篇介绍面向对象的c++编程,包括封装、命名空间和作用域、继承和派生、多态、模板,以及面向对象的编程案例。第3篇介绍c++的高级开发技术,包括string
