CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Complex
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Complex - List
[
Mathimatics-Numerical algorithms
]
complex
DL : 0
复数运算库,可对复数进行加减和开方运算- The complex operation storehouse, may carry on the addition and subtraction and the root to the plural number operates
Update
: 2025-02-19
Size
: 7kb
Publisher
:
站长
[
Mathimatics-Numerical algorithms
]
COMPLEX
DL : 0
一个复数运算的例子-Example of a complex computing
Update
: 2025-02-19
Size
: 60kb
Publisher
:
站长
[
Mathimatics-Numerical algorithms
]
复数(Complex Number)的四则运算
DL : 0
复数(Complex Number)的四则运算-Complex (Complex Number) 4 Operators
Update
: 2025-02-19
Size
: 8kb
Publisher
:
辛本胜
[
Database system
]
complex
DL : 0
/*目的:使一個複數可顯數出來,可做+-/*,還要可以做>>跟<<的功能 題目:定義一個複數的class叫Complex,a(實部)與b(虛部)為double的型態,i表示根號-1, 1.必須包含一個建構子有兩個參數(double型態),能被用來設定物件中的變數為任意值 2.包含一個建構子只有一個參數(double型態),呼叫參數的實部且定義為"實部+0i" 3.包含一個預建構子可把物件初始化為0+0i 4.overload以下的operator以致於可以正確的執行:+ - * / << >> */-/* Purpose: To make a plural number may be significantly out of 2B !-/*, can also can be done>> with <<the function of the subject: the definition of the class is called a plural Complex, a (real part) and b (virtual Department) for the double type, i said kan-1,1 No.. must contain a sub-construct two parameters (double type), can be used to set object variables for arbitrary value of 2. contains a sub-construct There is only one parameter (double type), call parameters and the real part is defined as the real part of+ 0i 3. contains a pre-construction sub-object can be initialized to 0+ 0i4.overload below so operator can correct the implementation of:+-*/<<>>* /
Update
: 2025-02-19
Size
: 3kb
Publisher
:
Mjuos Joun Bill
[
assembly language
]
complex
DL : 0
复合形法matlab优化程序,用于约束条件下非线性问题规划。-Complex method matlab optimization procedures, for constrained nonlinear problems under the conditions of planning.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
xie
[
Other
]
complex
DL : 0
这是个解复数方程的程序,包括二元,三元方程,还可以笛卡尔坐标和极坐标变换。里面有详细的说明。。。这个主旨是解决电路基础中所遇到的问题,因为电路里面有很多都是涉及到解复数方程的问题,为了解个方程安装个matlab不合算,所以就干脆使用这个校软件吧,包你爽!-This is a solution of complex equations of procedures, including binary, ternary equation can also be Cartesian coordinates and polar coordinates transformation. There are detailed instructions. . . The objective is to solve the circuit basis of the problems encountered because the circuit there are many of them are related to solutions of complex equations of the problem, understand the equations for the installation of matlab uneconomical, so simply use the school software you, including your Shuang !
Update
: 2025-02-19
Size
: 2.28mb
Publisher
:
杨林成
[
ActiveX/DCOM/ATL
]
complex
DL : 0
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 product of two plural 5) from the known complex isolated imaginary part 6) from the known complex isolated real part. 7) the results of operations to the corresponding real number or plural form of that.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
hengxin
[
Internet-Network
]
Communities-complex.java
DL : 0
介绍复杂网络社区划分社区特性的源代码,尤其是无标度网络-Introduced the complex network of community characteristics into the source code of the community, in particular, scale-free network
Update
: 2025-02-19
Size
: 3kb
Publisher
:
陈国章
[
GUI Develop
]
Complex
DL : 0
复数运算程序,可以实现复数的加减乘除和取模运算,c++语言编写,适用于初学者-Complex operation procedure, can achieve complex addition and subtraction multiplication and division, and modulus operator, c++ language, suitable for beginners
Update
: 2025-02-19
Size
: 882kb
Publisher
:
梦竹2008
[
Windows Develop
]
Complex
DL : 0
重载复数的加减乘除运算.用C++类的思想实现.-Overloaded complex addition and subtraction multiplication and division operations. Using C++ class ideology.
Update
: 2025-02-19
Size
: 227kb
Publisher
:
Jason
[
Other
]
.Real.and.complex.analysis
DL : 0
Real and complex analysis
Update
: 2025-02-19
Size
: 11.61mb
Publisher
:
hasan
[
Algorithm
]
complex
DL : 0
优化设计算法:用复合形法求目标函数的最优解和最优值,已经验证算法的正确性,visual C++6.0开发-Optimization Algorithm: The objective function of complex method seeking the optimal solution and optimal value, has verified the correctness of the algorithm, visual C++6.0 development
Update
: 2025-02-19
Size
: 20kb
Publisher
:
猎豹
[
Software Engineering
]
Complex-simulation-based-Desktop-Grid-System
DL : 0
桌面网格技术的复杂仿真系统研究Complex simulation-based Desktop Grid System-Complex simulation-based Desktop Grid System
Update
: 2025-02-19
Size
: 136kb
Publisher
:
free1828
[
Windows Develop
]
Complex
DL : 0
该程序是在visual studio 2008上实现的复数运算,通过这个程序可以实现任意复数运算-To achieve complex operations
Update
: 2025-02-19
Size
: 20kb
Publisher
:
juyufang
[
matlab
]
Complex-trapezoid-formula
DL : 0
非常好的用复化梯形公式和外推法求解积分方程的matlab例程,附带报告,详细讲解原理,分析程序与结果,不可多得的报告-Very good with a complex trapezoid formula and extrapolation matlab routines for solving integral equations, with the report gave a detailed theory, analysis procedures and results, the report of a rare
Update
: 2025-02-19
Size
: 252kb
Publisher
:
杨霖
[
Wavelet
]
Dual-tree-complex-wavelet-transform
DL : 0
该文章是剑桥大学nick g. kingsurf教授的关于双树复小波的资料-dual-tree complex vavelet transform matlab
Update
: 2025-02-19
Size
: 1.93mb
Publisher
:
杨光
[
Program doc
]
complex-network-papers
DL : 0
这是一些关于复杂网络和复杂系统的论文,主要是最近几年的,对体系研究有一定的价值-These are complex systems on complex networks and papers, mainly in recent years, research on the system has some value
Update
: 2025-02-19
Size
: 12.42mb
Publisher
:
揣才
[
OS program
]
complex-method
DL : 0
复合单纯形法程序,用于解决一个复杂的著名函数的优化问题,效果很好-Composite simplex method procedure for solving a complex optimization problem well-known function, with good results
Update
: 2025-02-19
Size
: 277kb
Publisher
:
刘峰
[
AI-NN-PR
]
Complex-network-of-MATLAB-
DL : 0
MATLAB生成的基本网络的复杂网络,相信对大家很有帮助-Complex network of MATLAB to generate basic network,I believe everyone very helpful
Update
: 2025-02-19
Size
: 423kb
Publisher
:
赵文文
[
Software Engineering
]
A-Complex-Adaptive-Systems-(CAS)-Approach-to
DL : 0
this paper give a great helpf in analysis of complex adaptive system-this paper give a great helpf in analysis of complex adaptive system
Update
: 2025-02-19
Size
: 206kb
Publisher
:
dudi
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.