代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/378183/9244182
dat vb_fun71.dat
Minute 函数
返回一个 Variant (Integer),其值为 0 到 59 之间的整数,表示一小时中的某分钟。
www.eeworm.com/read/378183/9244334
dat vb_fun24.dat
EOF 函数
返回一个 Integer,它包含 Boolean 值 True,表明已经到达为 Random 或顺序 Input 打开的文件的结尾。
www.eeworm.com/read/377191/9291158
txt write.txt
const a=2,b=3,c=7.5;
var x,y,z:integer;
begin
x:=a;
y:=b;
z:=c;
write("x=",x);
write("y=",y);
write("z=",z);
end
.
www.eeworm.com/read/376037/9335912
f90 ex0405.f90
program ex0405
integer a
a=2+2*4-3
write(*,*) "2+2*4-3=",a
stop
end
www.eeworm.com/read/376037/9335924
f90 ex0404.f90
program ex0404
integer a
a=3
write(*,*) "a=",a
stop
end
www.eeworm.com/read/375693/9353519
frm frmcapture.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form frmCapture
Caption = "电子警察拍照系统"
ClientHeight = 6600
ClientLeft =
www.eeworm.com/read/178375/9405836
h dec_lag3.h
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/178072/9419207
bas 原始数据输入输出.bas
Attribute VB_Name = "Module1"
Option Explicit
Public 基本设计资料(1 To 16) As String
Public 存盘标记 As Boolean
Public BTable(1 To 36, 1 To 36) As String '梁截面数据表 Beam Table
Public CTable(1 To 36, 1 To 3
www.eeworm.com/read/178072/9419244
bas 梁配筋.bas
Attribute VB_Name = "Module7"
Option Explicit
DefInt I-N
DefSng X-Y
Public 是否加3列 As Integer
Public 抗震等级 As String
Public ρmax As Single '最大配筋率
Public 是否排序过 As Integer
Public 配筋组合(1000) As Str
www.eeworm.com/read/178072/9419247
bas 柱配筋.bas
Attribute VB_Name = "Module12"
Option Explicit
Public 主筋面积(1000) As Integer
Public 柱端ρ(1000) As Single
Sub 柱恒_活14(gg As Single) 'gg 恒载系数
Dim ii, i As Integer
Dim M1 As Single, M2 As Sin