搜索:INTEGER
找到约 110 项符合「INTEGER」的查询结果
结果 110
按分类筛选
- 全部
- 技术资料 (9)
- Java编程 (9)
- 数学计算 (8)
- 数据结构 (7)
- Delphi控件源码 (7)
- 其他 (6)
- 源码 (4)
- 单片机编程 (4)
- 其他书籍 (4)
- 压缩解压 (4)
- 单片机开发 (4)
- matlab例程 (4)
- 数值算法/人工智能 (3)
- DSP编程 (2)
- 加密解密 (2)
- 书籍源码 (2)
- 模拟电子 (2)
- 教程资料 (2)
- 可编程逻辑 (2)
- Internet/网络编程 (2)
- 编译器/解释器 (2)
- Applet (2)
- 人工智能/神经网络 (2)
- Delphi/CppBuilder (2)
- 软件工程 (1)
- 电子书籍 (1)
- Mentor (1)
- 语音压缩 (1)
- 其他数据库 (1)
- 嵌入式/单片机编程 (1)
- 微处理器开发 (1)
- VHDL/FPGA/Verilog (1)
- 系统设计方案 (1)
- Oracle数据库 (1)
- 软件设计/软件工程 (1)
- JavaScript (1)
- SQL Server (1)
- 并行计算 (1)
- VIP专区 (1)
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 + ...
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.
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
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
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_ ...
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 ...
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.
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.
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机发 ...
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 <= ...