搜索:complex+number+class

找到约 2,459 项符合「complex+number+class」的查询结果

结果 2,459
按分类筛选
显示更多分类
https://www.eeworm.com/dl/658/426052.html STL

This is an matrix class which has been adapted for complex number computations. It ll be of help for

This is an matrix class which has been adapted for complex number computations. It ll be of help for digital signal processing simulations.
下载 147
·
查看 1111
https://www.eeworm.com/dl/518/111314.html 数值算法/人工智能

复数(Complex Number)的四则运算

复数(Complex Number)的四则运算
下载 23
·
查看 1099
https://www.eeworm.com/dl/532/314582.html 书籍源码

复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) C

复数运算#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 Complex operator- ( const Complex & c1, const Com ...
下载 94
·
查看 1073
https://www.eeworm.com/dl/516/481911.html DSP编程

Hardware random number generators attempt to extract randomness directly from complex physical syst

Hardware random number generators attempt to extract randomness directly from complex physical systems. In this way they create random outputs without requiring any seed inputs. In this paper we describe how to use Physical Random Functions (or Physical Unclonable Functions, PUFs ...
下载 30
·
查看 1067
https://www.eeworm.com/dl/534/209070.html 其他

输入学生的name,number,class等内容

输入学生的name,number,class等内容
下载 153
·
查看 1073
https://www.eeworm.com/dl/628/235246.html 编译器/解释器

Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard

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 strtok() fed with new input, and I don ...
下载 165
·
查看 1077
https://www.eeworm.com/dl/654/267011.html 数据结构

Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class li

Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo cal ...
下载 80
·
查看 1151
https://www.eeworm.com/dl/534/440969.html 其他

Complex Wave Synthesizer

Complex Wave Synthesizer
下载 115
·
查看 1041
https://www.eeworm.com/dl/641/124760.html 数学计算

[[ Complex Matrices : Language c]]

[[ Complex Matrices : Language c]]
下载 127
·
查看 1041
https://www.eeworm.com/dl/641/365254.html 数学计算

Numerical algorithm for Complex numbers

Numerical algorithm for Complex numbers
下载 62
·
查看 1055