搜索:complex+number+class
找到约 2,459 项符合「complex+number+class」的查询结果
结果 2,459
按分类筛选
- 全部
- 技术资料 (379)
- 单片机编程 (191)
- Java编程 (132)
- 书籍 (131)
- 源码 (124)
- 其他 (74)
- 数学计算 (55)
- matlab例程 (54)
- 论文 (45)
- 可编程逻辑 (37)
- 数值算法/人工智能 (36)
- 其他书籍 (36)
- 其他 (36)
- 手册 (35)
- 人工智能/神经网络 (34)
- 无线通信 (33)
- VC书籍 (32)
- 电源技术 (30)
- 教程 (28)
- 数据结构 (25)
- 软件 (24)
- 笔记 (24)
- 单片机开发 (23)
- 模拟电子 (21)
- Java书籍 (21)
- 嵌入式综合 (20)
- 文章/文档 (20)
- 应用设计 (20)
- DSP编程 (19)
- 其他文档 (19)
- C/C++语言编程 (18)
- Delphi控件源码 (18)
- Linux/Unix编程 (16)
- 习题答案 (16)
- 加密解密 (15)
- 传感与控制 (15)
- 电子书籍 (15)
- 驱动编程 (15)
- 软件设计/软件工程 (15)
- 电路图 (15)
- 技术书籍 (14)
- Internet/网络编程 (14)
- 编译器/解释器 (14)
- Applet (14)
- PCB相关 (13)
- 接口技术 (13)
- 设计相关 (13)
- 教程资料 (13)
- 通讯编程文档 (13)
- VHDL/FPGA/Verilog (13)
- 串口编程 (12)
- 文件格式 (12)
- 汇编语言 (12)
- 仿真技术 (11)
- 技术教程 (11)
- 游戏 (11)
- 经验 (10)
- Linux/uClinux/Unix编程 (9)
- 压缩解压 (9)
- 微处理器开发 (9)
- JavaScript (9)
- 通讯/手机编程 (8)
- 书籍源码 (8)
- 通信网络 (8)
- 嵌入式/单片机编程 (8)
- J2ME (8)
- PCB图/BOM单/原理图 (7)
- 计算机相关 (7)
- Matlab (7)
- USB编程 (7)
- 学术论文 (6)
- 数据库系统 (6)
- 网络 (6)
- 多国语言处理 (6)
- SQL Server (6)
- 经验分享 (5)
- 行业应用文档 (5)
- 软件工程 (5)
- 资料/手册 (5)
- 测试测量 (5)
- 开发工具 (5)
- ARM (5)
- 教育系统应用 (5)
- 其他行业 (5)
- 交通/航空行业 (5)
- 其他嵌入式/单片机内容 (5)
- 邮电通讯系统 (5)
- 开关电源 (4)
- 单片机相关 (4)
- 电工电气 (4)
- 其他数据库 (4)
- 系统设计方案 (4)
- 中间件编程 (4)
- 行业发展研究 (4)
- VIP专区 (4)
- 开发板 (4)
- VHDL/Verilog/EDA源码 (3)
- EDA相关 (3)
- 单片机 (3)
- 工控技术 (3)
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.
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 ...
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 ...
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 ...
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 ...
https://www.eeworm.com/dl/641/124760.html
数学计算
[[ Complex Matrices : Language c]]
[[ Complex Matrices : Language c]]
https://www.eeworm.com/dl/641/365254.html
数学计算
Numerical algorithm for Complex numbers
Numerical algorithm for Complex numbers