代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/427158/8971290
java item.java
public class Item {
private Integer kode;
private String nama;
private Integer jumlah;
private Integer harga;
public Item() {
}
public Item(Integer kode, String nama, Integer
www.eeworm.com/read/383095/8973838
bas mjacobieigenvmainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim i As Integer, j As Integer
Dim n As Integer, nIt As Integer
Dim eps As Double
n = 3
nIt = 60
eps = 0.000001
www.eeworm.com/read/383095/8973861
bas mhbergmainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim mtxA(5, 5) As Double
Dim mtxB(5, 5) As Double
Dim i As Integer, j As Integer
' 原矩阵
mtxA(1, 1) = 1: mtxA(1, 2) = 6:
www.eeworm.com/read/383095/8973892
bas mjacobieigenv2mainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim i As Integer, j As Integer
Dim n As Integer, nIt As Integer
Dim eps As Double
n = 5
nIt = 60
eps = 0.000001
www.eeworm.com/read/283889/8981089
frm frmodbclogon.frm
VERSION 5.00
Object = "{0BA686C6-F7D3-101A-993E-0000C0EF6F5E}#1.0#0"; "THREED32.OCX"
Begin VB.Form frmODBCLogon
BorderStyle = 3 'Fixed Dialog
Caption = "数据连接信息"
ClientH
www.eeworm.com/read/383016/8981432
pas 3.pas
type
TRLEData = packed record
rdLen : byte;
rdVal : byte;
end;
TRLEPacker = class
private
FRLEData : array[0..7] of TRLEData;
FRLEInx : integer;
FBuffer
www.eeworm.com/read/383008/8981717
pas unit1.pas
// GB and BIG5 code translation
// designed by http://delphi.ktop.com.tw
// you can modified this program , but DO NOT remove delphi.ktop.com.tw mark,Thanks.
// when you have the new program,please
www.eeworm.com/read/383003/8981944
pas gifimage.pas
unit GIFImage;
////////////////////////////////////////////////////////////////////////////////
// //
// Project: GIF Grap
www.eeworm.com/read/283790/8988313
ctl colorpal.ctl
VERSION 5.00
Begin VB.UserControl ColorPal
AutoRedraw = -1 'True
BorderStyle = 1 'Fixed Single
ClientHeight = 4215
ClientLeft = 0
ClientTop = 0
www.eeworm.com/read/382934/8989899
bas module-menu.bas
Attribute VB_Name = "Module1"
Option Explicit
Public WPath As String
Public WImage() As Integer '图象象素点的数组
Public WDString As String '显示目的图象的名字
Public WSaveFileFlag As Boolean