搜索资源列表
complex
- /*目的:使一個複數可顯數出來,可做+-/*,還要可以做>>跟<<的功能 題目:定義一個複數的class叫Complex,a(實部)與b(虛部)為double的型態,i表示根號-1, 1.必須包含一個建構子有兩個參數(double型態),能被用來設定物件中的變數為任意值 2.包含一個建構子只有一個參數(double型態),呼叫參數的實部且定義為\"實部+0i\" 3.包含一個預建構子可把物件初始化為0+0i 4.overload以下的operator以
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
Wordnet.zip
- 复杂网络仿真软件pajek关于引文网的仿真程序。,Complex network simulation software on the citation network pajek simulation program.
Complex
- 关于复数类的源程序,主辐角、共轭实现,加减乘除运算符的重载,友元实现输入输出-With regard to a plurality of source categories, the main argument, conjugated to achieve, Math
Complex
- 设计一个复数类,能够完成复数之间的基本运算,重写方法toString(),使其能输出此复数(形式为: 实部 + 虚部i)。 要求设计的复数类必须有三个构造函数,分别为无参数、1个参数和2个参数的构造函数,完成的基本运算包括两个复数的加、减、乘、除法和变换了共轭复数。 -The design of a complex type, able to complete the basic operations between plural, rewrite the method toString
Complex
- c++简单复数类的运算,包括加法,减法,乘法,除法运算(没用到重载)-c++ simple and complex class operations, including addition, subtraction, multiplication, division operations (useless to overload)
complex_networks
- 一篇很好的有关复杂网络演化模型的论文,有模型的理论推导和模拟仿真。-A very good evolution of the complex network model of papers, there are models of theoretical derivation and simulation.
MatrixCalculator
- 一个能够实现复杂矩阵计算的类以及调用实现-A complex matrix calculation can be achieved, as well as the type of call to achieve
Complex
- 这是我自己编写的一个程序 计算复数的加减乘除,希望对打架有所帮助-This is what I have written a procedure for calculating the complex addition and subtraction, multiplication and division, and they hope to help fight
Complex
- 用c#实现复数计算,操作复数的类Complex-With c# The realization of the plural, the plural of the type of operation Complex
Matrix
- 个人总结的一些科学运算时所经常用到的一些算法。有复数的各种运算,矩阵和向量的各种预算,还有一些matlab函数转化成C++后的代码。-Personal summary of some of the scientific computing when a number of frequently used algorithms. There are a variety of complex computing, matrix and vector of a variety of budgets,
SCE_TOOL_BOX
- SCE(shuffled complex evolution )是一种相对较新的连续性问题的元启发搜索算法。这个工具箱是Duan Q Y 在优化水文参数中用到的-SCE (shuffled complex evolution) is a relatively new meta-continuity heuristic search algorithm. This toolbox is optimized Duan QY hydrological parameters used in
Exploring_complex_networks_in_Nature_01
- 此书为复杂网络的标志性文章,对即将了解和学习复杂网络的人有重要帮助-The book for the complex network of landmark articles on the upcoming understanding and learning the complex network of people who are important to help
complex
- 这是一个以复合类为例子的C++面向对象的程序,里面的有些知识还是值得大家学习一下的-This is a complex type as an example of the C++ Object-oriented programming, which some knowledge is still worthwhile for them to learn about the
complex
- 1)由输入的实部和虚部生成一个复数 2)两个复数求和; 3)两个复数之差; 4)两个复数之积; 5)从已知复数中分离出虚部 6)从已知复中分离出实部。 7)运算结果以相应的复数或实数的表示形式显示。 -1) by the input of real and imaginary parts generate a plural 2) sum of the two plural 3) the difference between the two plural 4) the pr
Complex
- 复数运算程序,可以实现复数的加减乘除和取模运算,c++语言编写,适用于初学者-Complex operation procedure, can achieve complex addition and subtraction multiplication and division, and modulus operator, c++ language, suitable for beginners
Complex
- 重载复数的加减乘除运算.用C++类的思想实现.-Overloaded complex addition and subtraction multiplication and division operations. Using C++ class ideology.
Complex
- 该程序是在visual studio 2008上实现的复数运算,通过这个程序可以实现任意复数运算-To achieve complex operations
complex
- 该类中含有复数运算及矩阵运算的多个方法,这些方法都是通过参考书籍所实现的,能够很好的运用到复数运算中,经过检验运算误差非常小,甚至比matlab的精度还高(C# complex matrix)
Complex
- C#中编写复数类的文件,应在其他程序中进行调用(C# in the preparation of the complex class of documents, should be invoked in other programs)