代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/376607/9312151
java test5.java
procedure test;
var a,b,c,i:integer;
begin
b:=1;
if a>b then
c:=a+b
else
c:=a-b;
for i:=0 to 3 do
begin
www.eeworm.com/read/180238/9314819
frm frm数据系统验证.frm
VERSION 5.00
Begin VB.Form frm数据系统验证
BorderStyle = 0 'None
Caption = "Form2"
ClientHeight = 11520
ClientLeft = 0
ClientTop = 0
ClientWidt
www.eeworm.com/read/180238/9314850
cls clssystemdata.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/180237/9314879
frm frm数据系统验证.frm
VERSION 5.00
Begin VB.Form frm数据系统验证
BorderStyle = 0 'None
Caption = "Form2"
ClientHeight = 11520
ClientLeft = 0
ClientTop = 0
ClientWidt
www.eeworm.com/read/180237/9314905
cls clssystemdata.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/376531/9315211
r randomforest.default.r
## mylevels() returns levels if given a factor, otherwise 0.
mylevels
www.eeworm.com/read/180159/9317596
bas fun.bas
Attribute VB_Name = "fun"
Declare Function auto_init Lib "mwic_32.dll" (ByVal port%, ByVal baud&) As Long
Declare Function ic_init Lib "mwic_32.dll" (ByVal port%, ByVal baud&) As Long
Declare Funct
www.eeworm.com/read/376409/9318279
bas modmain.bas
Attribute VB_Name = "ModMain"
Option Explicit
Public gbytFchn As Byte
Public glngMaxCount As Long
Public gintPlot() As Integer
Public gintDummy() As Integer
Public gbytSource() As Byte
Public g
www.eeworm.com/read/376409/9318291
bas modfft.bas
Attribute VB_Name = "ModFFT"
Option Explicit
Dim blnArcFlg As Boolean
Dim lngColor As Long
Dim Plot1() As Integer
Dim CurX As Integer
Dim CurY As Integer
Dim BpixX() As Integer
Dim BpixY() As
www.eeworm.com/read/376383/9318707
pas unit1.pas
{ 该软件用于夏新E8手机ROM的修改
著作权所有(c) 2007 HAM
ham127@163.com
本程序为自由软件;
您可依据自由软件基金会所发表的GNU通用公共授权条款规定,就本程序再为散布与/或修改;
无论您依据的是本授权的第二版(GNU GPL v2)或(您自行选择的)任一日后发行的版本。
本程序系基于使用目的而加以散布,然而不 ...