代码搜索:integer

找到约 10,000 项符合「integer」的源代码

代码结果 10,000
www.eeworm.com/read/263454/11362195

c swapj.c

#include void swapj(integer v[], integer i, integer j) { integer temp; temp = v[i]; v[i] = v[j]; v[j] = temp; }
www.eeworm.com/read/407093/11430072

c dlatmr.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/407093/11430106

c dlarot.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/407093/11430108

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/404153/11491061

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/261198/11659833

m div.m

function d = div(a,b) % DIV Integer division % d = div(a,b) d = floor(a / b);
www.eeworm.com/read/260892/11689468

txt readme.txt

---------------------------------- * TUniDIB 1.26 * by Vit Kovalcik * ---------------------------------- released 4 Jan 1999 TUniDIB is class for working with Device Independent B
www.eeworm.com/read/260478/11723781

bas 描述统计m2.bas

Attribute VB_Name = "modMethod" '描述统计的计算方法 Option Explicit '数组排序的希尔方法 '按升序 'Y():被排序的数组 Public Sub Sort_Shell(Y() As Double) Dim Temp As Double, Gap As Integer Dim I As Integer, K As In
www.eeworm.com/read/260388/11729662

h example1.h

#define PLUS 1 #define MINUS 2 #define DIVIDE 3 #define TIMES 4 #define INTEGER
www.eeworm.com/read/156798/11773744

txt elmhes.txt

Procedure ELMHES(var A:matrx2; N:integer); var M,J,I:integer; X,Y:real; begin If N > 2 Then begin For M:=2 To N - 1 do begin X:=0 ; I:=M;