代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/165248/5485233
bas main.bas
Attribute VB_Name = "Module1"
'config.dat的文件号为21 是系统的全局设定的保存
'jiao.dat as 22 是教师名及教师密码的保存文件
'userid.dat as 23 是本次或说是当前可以参加考试的考生姓名及考号的保存文件
'考生的文件号为30+sock号
'filename 是用保存当前考试的科目及文件名
'sockip(30,3)
www.eeworm.com/read/164520/5489419
bas x2分布m.bas
Attribute VB_Name = "modMethod"
Option Explicit
'计算卡方分布函数和概率密度
'n:自由度
'x2:卡方值
'F:下侧概率
'd:概率密度
Public Sub CX2(n As Integer, X2 As Double, F As Double, d As Double)
Dim PIS As Double, x As D
www.eeworm.com/read/164520/5489545
bas 曲面_网状立体图m2.bas
Attribute VB_Name = "modCalculate"
'线性插值
Option Explicit
'从给定的N个数据点中选取最靠近插值点的两个数据点按比例插值
'N:数据点个数
'X:数组,存放数据点的横坐标
'Y:数组,存放数据点的纵坐标
'M:插值点个数
'T:数组,存放插值点的横坐标
'F:数组,存放插值的结果
Public Sub LIP(N As In
www.eeworm.com/read/164520/5489692
bas 滑动平均m2.bas
Attribute VB_Name = "modMethod"
'滑动平均
Option Explicit
'一次三点滑动平均
'P:原始数据,二维
'R:滑动平均结果,二维
'E:残差,二维
Public Sub Smooth_1_3(P() As Double, R() As Double, E() As Double)
Dim I As Integer, J As
www.eeworm.com/read/163987/5500787
pas about.pas
{******************************************************************
JEDI-VCL Demo
Copyright (C) 2002 Project JEDI
Original author:
Contributor(s):
You may ret
www.eeworm.com/read/163987/5501701
pas sample - case statement.pas
var
C: Integer;
begin
Result := 0;
C := 2;
case C of
1:
begin
Result := 1;
end;
1 + 1:
Result := 2;
else
Result := 9;
end;
Result
www.eeworm.com/read/162634/5515211
sql plsql.sql
/*
* $Id: plsql.sql,v 1.3 2005/05/02 15:09:11 unsaved Exp $
*
* This example is copied from the "Simple Programs in PL/SQL"
* example by Yu-May Chang, Jeff Ullman, Prof. Jennifer Widom at
* the S
www.eeworm.com/read/162614/5516436
def mmix-modes.def
/* Definitions of target machine for GNU compiler, for MMIX.
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
Contributed by Hans-Peter Nilsson (hp@bitrange.com)
This file is part of GCC
www.eeworm.com/read/162614/5523381
f90 fnresvar.f90
! Explicit function rsult variables
function fnresvar() result (r)
integer r
r = 0
end function
www.eeworm.com/read/162614/5523395
ada c85017a.ada
-- C85017A.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,