CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - complex class

搜索资源列表

  1. uc-tokens10

    0下载:
  2. 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
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:16.17kb
    • 提供者:lee
  1. fushu

    0下载:
  2. 复数运算#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
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:810byte
    • 提供者:伍国
  1. 20091104_20a12d7cc867ec1780cfVh5X85JmmAzR

    0下载:
  2. 耗费一个暑假写的计算器,里面有源代码,是用纯汇编语言书写的,可以进行连续复杂运算。(课设拿了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
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:15.25kb
    • 提供者:boss liu
  1. Thepreparationofcomplex

    0下载:
  2. 编写复数类scomplex,用友元函数重载,实现浮点数和复数的加法。-The preparation of complex class scomplex, UF element function overloading to achieve floating-point numbers and complex numbers addition.
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:6.78kb
    • 提供者:刘志伟
  1. Complex

    0下载:
  2. Realization of Complex Numbers class, with tests and calculations. Really useful.
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:765byte
    • 提供者:dr
  1. cPP

    0下载:
  2. c++ programs using friend class & friend function, constructor, destructor, complex numbers.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:6.55kb
    • 提供者:ammu
  1. 5090309275_1

    0下载:
  2. 创建一个名为Complex的类,进行复数的运算。Complex需要具有的功能:提供一个构造函数,它使这个类的对象在声明时得以初始化; 提供一个拷贝构造函数用来创建对象; 两个Complex的加法;实部相加,虚部相加; 两个Complex值相减:实部相减,虚部相减 两个Complex值相乘 以(a + b * i)的形式打印Complex的值,其中a为实部,b为虚部。-Create a class called Complex to carry out complex calc
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:906.97kb
    • 提供者:summer
  1. class-study

    0下载:
  2. 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
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:177.98kb
    • 提供者:潘宣乐
  1. CPP

    0下载:
  2. 指针总结 要了解指针,多多少少会出现一些比较复杂的类型,所以我先介绍 一下如何完全理解一个复杂类型,要理解复杂类型其实很简单,一 个类型里会出现很多运算符,他们也像普通的表达式一样,有优先 级,其优先级和运算优先级一样,所以我总结了一下其原则: 从变量名处起,根据运算符优先级结合,一步一步分析. 下面让我们先从简单的类型开始慢慢分析吧:-pointer summary To understand pointers, more or less there will be
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:508.47kb
    • 提供者:wangwei
  1. Complex_numbers

    0下载:
  2. Complex number cla-Complex number class
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1.15kb
    • 提供者:Kofan
  1. Objective-C-basic-tutorial

    0下载:
  2. Objective-C 是创建 Mac OS X 应用和 iPhone 应用的主要语言,优雅的面向对象编程环境与快速而普及的 C 语言珠联璧合,造就了它的不俗表现。翻开本书你就能感到它的魅力扑面而来。   本书全面而系统地讲述 Objective-C 语言的基础知识和面向对象编程的重要概念,结合实例介绍了 Cocoa 工具包的优秀特性和其中的框架,以及继承、复合、源文件组织、内存管理、对象初始化和类别创建等众多重要的面向对象编程技术。书中还阐述了如何利用 Cocoa 进行数据的保存、检索和操
  3. 所属分类:MacOS develop

    • 发布日期:2017-06-20
    • 文件大小:29.63mb
    • 提供者:liuqing
  1. delphiexcel

    0下载:
  2. 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
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:2.35kb
    • 提供者:kosun
  1. One-on-one-chat

    0下载:
  2. 一对一的聊天工具,这是老师上课所讲,不是很复杂-One-on-one chat, this is the teacher in the class say, not very complex
  3. 所属分类:assembly language

    • 发布日期:2017-11-10
    • 文件大小:133.37kb
    • 提供者:
  1. Array-Complex

    0下载:
  2. 复数类的C++实现-Complex array 头文件及源代码-The complex class C++-Complex array header files and source code
  3. 所属分类:source in ebook

    • 发布日期:2017-12-03
    • 文件大小:2.53kb
    • 提供者:于练
  1. Cryptic-Complex

    0下载:
  2. 隐藏复数类的内部实现--C++编程,头文件及代码-Hide complex class the internal- C++ programming header file and code
  3. 所属分类:source in ebook

    • 发布日期:2017-12-01
    • 文件大小:25.66kb
    • 提供者:于练
  1. complex

    0下载:
  2. 大学C++教程 第七版 课后习题标准答案 complex 类 仅供参考 -University seventh edition, C++ tutorial, after-school exercises standard answer complex class
  3. 所属分类:source in ebook

    • 发布日期:2016-01-25
    • 文件大小:5kb
    • 提供者:张国
  1. complex

    0下载:
  2. 建立類別設定兩個複數 並使他們做相加與相減運算-Create a class setting and enable them to make adding two complex and subtraction
  3. 所属分类:Compiler program

    • 发布日期:2017-11-17
    • 文件大小:109.13kb
    • 提供者:黃真餘
  1. complex

    0下载:
  2. C++复数类函数,能够进行简单的复数类操作和计算-complex class
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:524byte
    • 提供者:edo
  1. lingdianqifeixue_cPP

    0下载:
  2. 《零点起飞学c++》结合大量示例和实战案例,由浅入深、循序渐进地介绍c++语言的相关知识,尤其对面向过程的程序设计到面向对象的程序设计做了重点介绍和必要辨析,《零点起飞学c++》共分4篇,第1篇面向过程的c++编程,包括走进c++、数据类型、变量和常量、运算符、表达式和语句、指针的操作、复合数据类型、函数、输入/输出,以及面向过程的编程案例。第2篇介绍面向对象的c++编程,包括封装、命名空间和作用域、继承和派生、多态、模板,以及面向对象的编程案例。第3篇介绍c++的高级开发技术,包括string
  3. 所属分类:source in ebook

    • 发布日期:2017-05-01
    • 文件大小:130.36kb
    • 提供者:zzz
搜珍网 www.dssz.com