凌阳单片机实验, 四种数据类型DW、DD、FLOAT和DOUBLE的用法和区别.
上传时间: 2016-06-29
上传用户:wanghui2438
凌阳单片机实验, 四种数据类型DW、DD、FLOAT和DOUBLE的用法和区别.
上传时间: 2013-12-23
上传用户:pkkkkp
复数运算#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 Complex & c2 ) friend Complex operator- ( const Complex & c ) private: double Real, Image }
标签: Complex double iostream include
上传时间: 2016-06-30
上传用户:wang5829
a complete model of the double star induction motor by matlab/simulink 7.1
标签: induction complete simulink double
上传时间: 2014-07-27
上传用户:sclyutian
-- DESCRIPTION : Shift register -- Type : univ -- Width : 4 -- Shift direction: right/left (right active high) -- -- CLK active : high -- CLR active : high -- CLR type : synchronous -- SET active : high -- SET type : synchronous -- LOAD active : high -- CE active : high -- SERIAL input : SI
标签: Shift right DESCRIPTION direction
上传时间: 2013-12-02
上传用户:gxrui1991
Application of particle swarm optimization (PSO) to single-snapshot direction of arrival (DOA) estimation
标签: single-snapshot optimization Application direction
上传时间: 2013-12-20
上传用户:youlongjian0
(3)编写一个简单的猜数游戏程序: 利用Math.random()方法生成0-1之间的double型数dNum,将dNum转换为0-100之间的整数iNum。 利用KeyInput.readInt()方法接收键盘输入的整数inNum。如果inNum小于iNum,在屏幕上显示“输入的值小,请输入更大的数.”;如果inNum大于iNum,在屏幕上显示“输入的值大,请输入更小的数.”;如果inNum等于iNum,在屏幕上显示“猜对了.”,并结束运行。 猜测错误的时候,重新输入inNum,直到猜对为止。如果猜测10次后仍未猜对,显示“猜测次数已达10次,猜数失败.”,并结束程序的运行。
上传时间: 2016-08-19
上传用户:sxdtlqqjl
经行direction of arrival(DOA)估计的MUSIC算法。
标签: direction arrival MUSIC DOA
上传时间: 2016-08-21
上传用户:gengxiaochao
实现的是对经纬度的分秒转换为double类型的坐标
上传时间: 2016-10-19
上传用户:shinesyh
无线通信的各种运动模型。适用于移动通信、无线传感器网络等领域。 包括:Random walk、random waypoint、random direction、boundless simulation area、 gauss-markov等运动模型 - probabilistic random walk
标签: random simulation direction boundless
上传时间: 2014-11-12
上传用户:libinxny