代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/168845/5435171
cpp t_6_001.cpp
/*=============================================================================
Boost.Wave: A Standard compliant C++ preprocessor library
http://www.boost.org/
Copyright (c) 2001-2005
www.eeworm.com/read/168433/5446946
c,v vparms.c,v
head 1.1;
access;
symbols;
locks; strict;
comment @ * @;
1.1
date 96.08.19.22.30.04; author jaf; state Exp;
branches;
next ;
desc
@@
1.1
log
@Initial revision
@
text
@/*
$Log$
*/
#ifdef P_R_O
www.eeworm.com/read/168433/5446960
c,v analys.c,v
head 1.2;
access;
symbols;
locks; strict;
comment @ * @;
1.2
date 96.08.20.20.16.01; author jaf; state Exp;
branches;
next 1.1;
1.1
date 96.08.19.22.29.08; author jaf; state Exp;
branches;
next ;
www.eeworm.com/read/168433/5446963
c,v bsynz.c,v
head 1.2;
access;
symbols;
locks; strict;
comment @ * @;
1.2
date 96.08.20.20.18.55; author jaf; state Exp;
branches;
next 1.1;
1.1
date 96.08.19.22.32.58; author jaf; state Exp;
branches;
next ;
www.eeworm.com/read/168433/5446983
c dyptrk.c
/*
$Log: dyptrk.c,v $
* Revision 1.2 1996/08/20 20:25:29 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_encoder_state that is pass
www.eeworm.com/read/168433/5446998
c localtest.c
/* localtest.f -- translated by f2c (version 19951025).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* Table of constant values */
www.eeworm.com/read/168081/5449365
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;
www.eeworm.com/read/168081/5449680
pas unit2.pas
unit Unit2;
interface
uses
unit1;
Procedure BALANC(var A:matrx2; N:integer);
Procedure ELMHES(var A:matrx2; N:integer);
implementation
Procedure BALANC(var A:matrx2; N:integer);
Label 1,
www.eeworm.com/read/167422/5460353
txt input.txt
program test;
integer i;
var j;
real k;
if i>j
j=i
end;
`
www.eeworm.com/read/164520/5489236
bas 逐步回归m2.bas
Attribute VB_Name = "modMethod"
'逐步回归
Option Explicit
'xy(1 To n, 1 To m+1):观测数据,已知,n是观测次数,m是自变量个数
'F1:指定的F临界值,用于引入,已知
'F2:指定的F临界值,用于剔出,已知
' 要求F1>=F2。如果F1=F2=0,则引入除线性相关外的全部变量
'F:F检验值,计算结果
'