搜索结果

找到约 110 项符合 integer 的查询结果

Java编程 Implement the following integer methods: a) Method celsius returns the Celsius equivalent of a Fahr

Implement the following integer methods: a) Method celsius returns the Celsius equivalent of a Fahrenheit calculation celsius = 5.0 / 9.0 * ( fahrenheit - 32 ) b) Method fahrenheit returns the Fahrenheit equivalent of a Celsius the calculation fahrenheit = 9.0 / 5.0 * celsius + 32 c) Use the metho ...
https://www.eeworm.com/dl/633/292122.html
下载: 163
查看: 1234

其他 Most quick math sin and cos(+sqrt). work in integer types.

Most quick math sin and cos(+sqrt). work in integer types.
https://www.eeworm.com/dl/534/434641.html
下载: 53
查看: 1057

数学计算 2 vectors with integer elements. The program is for their weighted average. Labview

2 vectors with integer elements. The program is for their weighted average. Labview
https://www.eeworm.com/dl/641/481829.html
下载: 86
查看: 1054

技术资料 05 Delft PhD The GNSS integer ambiguities estimation and validation.pdf

资料->【E】光盘论文->【E1】斯坦福博士论文->05 Delft PhD The GNSS integer ambiguities estimation and validation.pdf
https://www.eeworm.com/dl/956366.html
下载: 5
查看: 5031

Delphi控件源码 function MagMakeSkillFire_60(PlayObject: TBaseObject UserMagic: pTUserMagic nPower: Integer): Boolea

function MagMakeSkillFire_60(PlayObject: TBaseObject UserMagic: pTUserMagic nPower: Integer): Boolean function MagMakeSkillFire_61(PlayObject: TBaseObject UserMagic: pTUserMagic nTargetX, nTargetY: Integer var TargeTBaseObject: TBaseObject): Boolean function MagMakeSkillFire_62(PlayObject: TBase ...
https://www.eeworm.com/dl/666/262054.html
下载: 122
查看: 1030

单片机开发 This sample displays a basic integer calculator powered by the 8051 microcontroller. Although Keil

This sample displays a basic integer calculator powered by the 8051 microcontroller. Although Keil C51 has a full floating point math library the evaluation version is restricted to 2k of object code, so we have constrained this sample to integer maths in order to fit within this limit. The progra ...
https://www.eeworm.com/dl/648/338935.html
下载: 109
查看: 1090

数学计算 A thesis on developing multiple-precision integer libraries for cryptographic and other uses.

A thesis on developing multiple-precision integer libraries for cryptographic and other uses.
https://www.eeworm.com/dl/641/484589.html
下载: 199
查看: 1074

书籍源码 Did anyone ask for an integer version of sqrt? Following is an implementation I found and adapted.

Did anyone ask for an integer version of sqrt? Following is an implementation I found and adapted. Hope it is useful for somebody.
https://www.eeworm.com/dl/532/214129.html
下载: 126
查看: 1113

嵌入式/单片机编程 procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1

procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1 to 8 do begin if not fcomm comml writecommdata(sendbutter,i) then begin Commflg=false break end end end (4) 接收数据 在编写基于串口的计算机工业测控时,通常需要由下位机向PC机发送数据以使PC机了解系 ...
https://www.eeworm.com/dl/647/428551.html
下载: 64
查看: 1077

其他 BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [

BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [errmsg,Z,X,t,c,fail] = % BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...) % % BNB solves problems of the form: % Minimize F(x) subject to: xlb <= x0 <=xub % A*x <= B ...
https://www.eeworm.com/dl/534/198323.html
下载: 24
查看: 1068