代码搜索:integer

找到约 10,000 项符合「integer」的源代码

代码结果 10,000
www.eeworm.com/read/188956/8499337

bas icmp.bas

Attribute VB_Name = "ICMP" Option Explicit Global closecount #If Win16 Then Declare Sub SetWindowPos Lib "User" (ByVal hWnd As Integer, ByVal hWndInsertAfter As Integer, ByVal X As Integer, By
www.eeworm.com/read/389638/8509714

bas tpt_blt.bas

Attribute VB_Name = "TransparentGDI" Private Declare Function CreateCompatibleBitmap Lib "gdi32" (ByVal hdc As Long, ByVal nWidth As Long, ByVal nHeight As Long) As Long Private Declare Function Cre
www.eeworm.com/read/188824/8513580

bas mod2.bas

Attribute VB_Name = "Module1" Option Explicit '---------------------------------------------------------- 'Note: ' The HiWord & LoWord functions are from ' the book Hardcore Visual Basic by
www.eeworm.com/read/188750/8517073

ctl usercontrol1.ctl

VERSION 5.00 Begin VB.UserControl UserControl1 BackStyle = 0 '透明 ClientHeight = 1290 ClientLeft = 0 ClientTop = 0 ClientWidth = 1980 ScaleH
www.eeworm.com/read/389482/8517401

vb datagridprinter.vb

Imports System.Drawing.Printing Imports System.Drawing Imports System.Security.Principal Imports System.Reflection #Region "DataGridPrinter" '\\ --[DataGridPrinter]-----------------------------
www.eeworm.com/read/188732/8517772

pas unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, Menus, ScktComp, StdCtrls, WinSock, comctrls, JPEG, ImgList, Com
www.eeworm.com/read/289891/8519551

vb querydepreciationform.vb

'文件名:QueryDepreciationForm.vb Imports Microsoft.Office.Interop.Excel Imports System.Reflection Imports Microsoft.Office.Core Public Class QueryDepreciationForm Public MyCompany As String
www.eeworm.com/read/289890/8519864

vb queryallcheckform.vb

'文件名:QueryAllCheckForm.vb Imports System.Data.SqlClient Imports Microsoft.Office.Interop.Excel Imports System.Reflection Imports Microsoft.Office.Core Public Class QueryAllCheckForm Public
www.eeworm.com/read/289890/8519892

vb payform.vb

'文件名:PayForm.vb Imports System.Data.SqlClient Imports Microsoft.Office.Interop.Excel Imports System.Reflection Imports Microsoft.Office.Core Public Class PayForm Public MyCompany As String
www.eeworm.com/read/289862/8521125

c analyze.c

/****************************************************/ /* File: analyze.c */ /* Semantic analyzer implementation */ /* for the C_Minus compiler */ /*****