代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/287199/8709853
vb datagridcombobox.vb
Option Strict On
Option Explicit On
Imports System.Collections
Imports System.ComponentModel
Imports System.Drawing
Imports System.Windows.Forms
Imports System.Data
Public Class DataGridComb
www.eeworm.com/read/287199/8709855
vb datagridnoactivecellcolumn.vb
Public Class DataGridNoActiveCellColumn
Inherits DataGridTextBoxColumn
Private SelectedRow As Integer = -1
Protected Overloads Overrides Sub Edit( _
ByVal source As CurrencyManager
www.eeworm.com/read/431043/8711955
cls clslptio.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/386969/8715858
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Edit1: TEdit;
Edit2: TEd
www.eeworm.com/read/430871/8720735
frm octopus.frm
VERSION 5.00
Begin VB.Form Form1
BorderStyle = 0 'None
Caption = "Octopus"
ClientHeight = 2970
ClientLeft = 45
ClientTop = 330
ClientWidt
www.eeworm.com/read/430871/8720740
frm about.frm
VERSION 5.00
Begin VB.Form Form2
BorderStyle = 1 'Fixed Single
Caption = "About Game & Watch Simulator"
ClientHeight = 2700
ClientLeft = 45
ClientTop
www.eeworm.com/read/386856/8722882
m setubound.m
%Copyright 2002 The Mobile and Portable Radio Research Group
%
%This code is part of the GUI
%This code is envoked when the pusle durartion is not set ot an integer value
%The code issues a dialo
www.eeworm.com/read/430659/8734796
cls clsvendor.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "clsVendor"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribu
www.eeworm.com/read/430659/8734805
cls clsinvoice.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "clsInvoice"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attrib
www.eeworm.com/read/286954/8735060
c onedim.c
/* 使用选择法排序 */
# include
void main()
{
int i, j, min, temp;
/* 定义一个整型得一维数组 */
int array[10];
/* 输入数据 */
printf("Please input ten integer: \n");
for(i=0; i