代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/286234/8781068
bas module1.bas
Attribute VB_Name = "Module1"
Public Type dimension '定义存储尺寸用变量类型
l As Double '长度
h As Double '截面高
b As Double '截面宽
End Type
Public Type load_p '定义存储集中载荷用变量
p As Double '大小
xp As Doub
www.eeworm.com/read/286171/8784801
bas mdlmain.bas
Attribute VB_Name = "mdlMain"
Option Explicit
Option Base 1
Public s(1 To 360) As Double
Public tmpS() As Double
Public h As Double '最大推程
Public base As Double '基圆大小
www.eeworm.com/read/286166/8785258
cpp nbtheory.cpp
// nbtheory.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "nbtheory.h"
#include "modarith.h"
#include
#include
NAMESPACE_BEGIN(Crypto
www.eeworm.com/read/385775/8789151
bas m.bas
Attribute VB_Name = "M"
Public FileName As String
Public BooksCallByTitle As Boolean
Public TotalIssueBook As Integer
Public RenewalCounter As Integer
Public MaxFineBal As Integer
Public Members
www.eeworm.com/read/429764/8790836
pas main.pas
unit Main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, Haulm, Buttons, ExtDlgs, JPEG, CheckLst;
type
TMainf
www.eeworm.com/read/429720/8792844
vb inventoryitem.vb
Imports dfs.ITracker.Data
Public Class InventoryItem
Protected _id As Integer
Protected _desc As String
Protected _partNum As String
Protected _mfgNum As String
Protected
www.eeworm.com/read/429720/8793037
vb inventorydataservice.vb
Imports System.Data.SqlClient
Imports System.Configuration
Imports System.Text
Public Class InventoryDataService
Public Shared Function Save(ByVal ID As Integer, ByVal Description As Strin
www.eeworm.com/read/429623/8797994
bas modulenametoip.bas
Attribute VB_Name = "ModuleNameToIP"
Option Explicit
Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (hpvDest As Any, ByVal hpvSource As Long, ByVal cbCopy As Long)
Public Const S
www.eeworm.com/read/429611/8799287
c format.c
/* Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details */
/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
#include
#include
#include
www.eeworm.com/read/285930/8800737
frm snakex地图编辑器.frm
VERSION 5.00
Begin VB.Form Form1
BackColor = &H00FFFFFF&
BorderStyle = 4 'Fixed ToolWindow
Caption = "SnakeX地图编辑器(简版)"
ClientHeight = 5025
ClientLef