代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/161095/10453769
c slarot.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* Table of constant values */
static in
www.eeworm.com/read/160840/10491004
txt input.txt
program test;
integer i;
var j;
real k;
if i>j
j=i
end;
`
www.eeworm.com/read/352500/10547309
asm example 2-18.asm
;Example 2 - 18. Fixed-Point Logarithm ASM Listing for C54x
;================================================================
; This routine is used to calculate the logarithm of an integer
; w
www.eeworm.com/read/160236/10552964
txt input.txt
program test;
integer i;
var j;
real k;
if i>j
j=i
end;
`
www.eeworm.com/read/351521/10644234
bas module1.bas
Attribute VB_Name = "Module1"
Public T_E0(128) As Byte
'public T_E1(128) as byte
Public T_OFFSET0 As Integer
'public T_OFFSET1 as integer
Public T_CMD0 As Boolean
'public T_CMD1 as boolean
www.eeworm.com/read/350989/10690748
txt ov511.txt
-------------------------------------------------------------------------------
Readme for Linux device driver for the OmniVision OV511 USB to camera bridge IC
----------------------------------------
www.eeworm.com/read/276620/10722794
c util.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/349646/10808841
m div.m
function d = div(a,b)
% DIV Integer division
% d = div(a,b)
d = floor(a / b);
www.eeworm.com/read/349646/10809888
m div.m
function d = div(a,b)
% DIV Integer division
% d = div(a,b)
d = floor(a / b);
www.eeworm.com/read/419010/10889521
asm example 2-18.asm
;Example 2 - 18. Fixed-Point Logarithm ASM Listing for C54x
;================================================================
; This routine is used to calculate the logarithm of an integer
; w