搜索结果

找到约 192 项符合 Double 的查询结果

数据库系统 /*目的:使一個複數可顯數出來

/*目的:使一個複數可顯數出來,可做+-/*,還要可以做>>跟<<的功能 題目:定義一個複數的class叫Complex,a(實部)與b(虛部)為double的型態,i表示根號-1, 1.必須包含一個建構子有兩個參數(double型態),能被用來設定物件中的變數為任意值 2.包含一個建構子只有一個參數(double型態),呼叫參數的實部且定義為"實部+0i" 3.包 ...
https://www.eeworm.com/dl/523/274624.html
下载: 105
查看: 1048

数学计算 函数模板T max(T a, T b, T c),使之实现对任何类型数

函数模板T max(T a, T b, T c),使之实现对任何类型数,能从三个数中求出最大数返回。设计各种类型数据(char,short,long,float,double)调用此函数模板。
https://www.eeworm.com/dl/641/172543.html
下载: 218
查看: 1123

数学计算 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as

多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by ...
https://www.eeworm.com/dl/641/279819.html
下载: 135
查看: 1165

其他 将一个数进行阶乘结果会是一个很大的数

将一个数进行阶乘结果会是一个很大的数,在c语言里double型也最大只能存一个两位数的整数的阶乘。本算法是对大数进行阶乘计算。
https://www.eeworm.com/dl/534/463988.html
下载: 65
查看: 1060

Linux/Unix编程 The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called M

The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called Memcheck) which can detect many common memory errors such as: * touching memory you shouldn t (eg. overrunning heap block boundaries) * using values before they have been initialized * inco ...
https://www.eeworm.com/dl/619/177351.html
下载: 167
查看: 1085

行业应用文档 世界超级电容器发展动态

超级电容器又称超大容量电容器、金电容、黄金电容、储能电容、法拉电容、电化学电容器或双电层电容器(英文名称为EDLC,即Electric Double Layer Capacitors),是靠极化电解液
https://www.eeworm.com/dl/509/9883.html
下载: 22
查看: 1128

多媒体处理 双音多频(DTMF)信号发生器的使用源程序

·详细说明:双音多频(DTMF)信号发生器的使用源程序,vc 编写,与《双音多频(DTMF)接收器的使用源程序》联合用- The double sound multi- frequencies (DTMF) the signal generating device use source program, the vc compilation, (DTMF) Receiver Use Source p
https://www.eeworm.com/dl/521/14798.html
下载: 31
查看: 1213

技术资料 双音多频(DTMF)信号发生器的使用源程序

·详细说明:双音多频(DTMF)信号发生器的使用源程序,vc 编写,与《双音多频(DTMF)接收器的使用源程序》联合用- The double sound multi- frequencies (DTMF) the signal generating device use source program, the vc compilation, (DTMF) Receiver Use Source p
https://www.eeworm.com/dl/882033.html
下载: 3
查看: 8305

技术资料 世界超级电容器发展动态

超级电容器又称超大容量电容器、金电容、黄金电容、储能电容、法拉电容、电化学电容器或双电层电容器(英文名称为EDLC,即Electric Double Layer Capacitors),是靠极化电解液
https://www.eeworm.com/dl/887158.html
下载: 10
查看: 5199

数学计算 这是一个支持多位数运算(可以达到几百位的长整数)的数类

这是一个支持多位数运算(可以达到几百位的长整数)的数类,名字叫Long,它是从long类发展过来的,但比原来的long类功能多。Long类可以和原有的double,long等等数据类型混合运算
https://www.eeworm.com/dl/641/129429.html
下载: 51
查看: 1083