代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/192685/8365365
txt 在文本框中输入数字后自动调整格式.txt
关 于 类 似 200向 200.00的 转 换 可 用 如 下 程 序 实 现 :
Private Sub Text1_KeyUp(KeyCode As Integer, Shift As Integer)
If KeyCode = vbKeyReturn Then
Text1.Text = re(Text1.Text)
End If
www.eeworm.com/read/192613/8372636
bas modold.bas
Attribute VB_Name = "ModOld"
'计年龄
Public Old '年龄
Public Function ExactAge(BirthDate As Variant) As String
Dim yer As Integer, mon As Integer, d As Integer
Dim dt As Date
Dim sAns As String
www.eeworm.com/read/292143/8375253
bas comp_lzwpredefined.bas
Attribute VB_Name = "Comp_LZW_Predefined"
'Option Compare Database
Option Explicit
'This is a 2 run method
Private MaxChars As Long
Private TempStream() As Byte
Private OutStream() As By
www.eeworm.com/read/292143/8375263
bas comp_stripper.bas
Attribute VB_Name = "Comp_Stripper"
Option Explicit
'This compressor makes use of values >127 and
www.eeworm.com/read/292143/8375277
bas comp_paring64.bas
Attribute VB_Name = "Comp_Paring64"
Option Explicit
'This algorithm collect character pairs in a dictionary with the
'most repeated pair in front of the dictionary
'Al characters which are n
www.eeworm.com/read/292143/8375313
bas cod_differ.bas
Attribute VB_Name = "Cod_Differ"
Option Explicit
'This coder calculates the difference between two codes
'if the first code = 20 and the second code = 15 then then difference
'between those
www.eeworm.com/read/391768/8378684
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3615
ClientLeft = 60
ClientTop = 450
ClientWidth = 5055
LinkTopic
www.eeworm.com/read/192439/8381476
java pku1001_exponentiation.java
/**
* Exponentiation
Time Limit:500MS Memory Limit:10000K
Total Submit:16443 Accepted:3695
Description
Problems involving the computation of exact values of very large magnitude and precisi
www.eeworm.com/read/391726/8386103
txt simplx.txt
Procedure SIMPLX(var A:matrx2; M, N, MP, NP, M1, M2, M3:integer;
var ICASE:integer;var IZROV, IPOSV:array of integer);
Label 1,2,3,4;
const
EPS =0.000001;
var
L1,L
www.eeworm.com/read/391726/8387010
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,unit1, Controls, Forms, Dialogs;
Procedure SIMPLX(var A:matrx2; M, N, MP, NP, M1, M2, M3:integer;