代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/167630/9958399
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, Grids;
type
TForm1 = class(TForm)
Panel1: TPan
www.eeworm.com/read/167630/9958417
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, Grids;
type
TForm1 = class(TForm)
Panel1: TPan
www.eeworm.com/read/363339/9958484
bas module1.bas
Attribute VB_Name = "Module1"
Public dotname(100) As String
Public dothoch(100) As Single
Public dotdistance(100) As Single
Public deltah(99) As Single
Public gzs(100) As Single
Public dothigh(1
www.eeworm.com/read/167561/9962039
vb form1.vb
Option Strict Off
Option Explicit On
Friend Class Form1
Inherits System.Windows.Forms.Form
#Region "Windows 窗体设计器生成的代码"
Public Sub New()
MyBase.New()
If m_vb6FormDefInstance Is Nothing Th
www.eeworm.com/read/167561/9962240
vb mmedia.vb
Option Strict Off
Option Explicit On
Friend Class Mmedia
'---------类模块---------------------------------------
' Name : MMedia.cls
' Notes : A multimedia class, which when turned
www.eeworm.com/read/167561/9962368
vb module1.vb
Option Strict Off
Option Explicit On
Module Module1
Public Declare Function mciExecute Lib "winmm.dll" (ByVal lpstrCommand As String) As Integer
Public Const RIFF_ID As Integer = 1179011410
www.eeworm.com/read/167561/9962390
vb moveclose.vb
Option Strict Off
Option Explicit On
Module MoveClose
'INI文件操作相关函数
Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String,
www.eeworm.com/read/167503/9967390
aspx xu_normal.aspx
// ****************************************************
// 文件上传基本类 Xupload_class 提供的操作函数
//
www.eeworm.com/read/362949/9973471
bas modxzx.bas
Attribute VB_Name = "ModXZX"
'''''''''''''''''''''''''''''''''''''''''''''''''''''
'模块名:ModXZX 置信度0.05水平
'函数名:XZX
'功能:检验趋势面的变异的显著性
'参数:n-integer型变量,观测点数
'p-integer型变量,多项式趋势面的项数,不包括常熟项
www.eeworm.com/read/362879/9977578
f90 plot.f90
! plot.f90
!
! Copyright (C) 2007 Paul Panserrieu, < peutetre@cs.tu-berlin.de >
!
! This program is free software: you can redistribute it and/or modify
! it under the terms of the GNU Gene