搜索:INTEGER

找到约 110 项符合「INTEGER」的查询结果

结果 110
https://www.eeworm.com/dl/633/292122.html 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 + ...
下载 163
·
查看 1234
https://www.eeworm.com/dl/534/434641.html 其他

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

Most quick math sin and cos(+sqrt). work in integer types.
下载 53
·
查看 1057
https://www.eeworm.com/dl/641/481829.html 数学计算

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
下载 86
·
查看 1054
https://www.eeworm.com/dl/956366.html 技术资料

05 Delft PhD The GNSS integer ambiguities estimation and validation.pdf

资料->【E】光盘论文->【E1】斯坦福博士论文->05 Delft PhD The GNSS integer ambiguities estimation and validation.pdf
下载 5
·
查看 5031
https://www.eeworm.com/dl/666/262054.html 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_ ...
下载 122
·
查看 1030
https://www.eeworm.com/dl/648/338935.html 单片机开发

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 thi ...
下载 109
·
查看 1090
https://www.eeworm.com/dl/641/484589.html 数学计算

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.
下载 199
·
查看 1074
https://www.eeworm.com/dl/532/214129.html 书籍源码

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.
下载 126
·
查看 1113
https://www.eeworm.com/dl/647/428551.html 嵌入式/单片机编程

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机发 ...
下载 64
·
查看 1077
https://www.eeworm.com/dl/534/198323.html 其他

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 <= ...
下载 24
·
查看 1068