代码搜索:INTEGER
找到约 10,000 项符合「INTEGER」的源代码
代码结果 10,000
www.eeworm.com/read/279572/10418602
pas treechildmanagers.pas
{**********************************************}
{ TTree Component Library }
{ Several "Child Align Manager" components. }
{ Copyright (c) 2001-2002 by David Berneda }
www.eeworm.com/read/279548/10421662
pas proxy.pas
unit Proxy;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls,TypInfo, Buttons, DsgnIntf,ExtCtrls, Menus;
type
TGrabPosition = (gpBott
www.eeworm.com/read/279547/10421863
pas sugiyamalayout.pas
{
ESS-Model
Copyright (C) 2002 Eldean AB, Peter S鰀erman, Ville Krumlinde
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Publi
www.eeworm.com/read/161331/10424197
bas module1.bas
Attribute VB_Name = "modPublic"
Option Explicit
'***********************************************
'声明
'***********************************************
'指定下述一个或多个标志 (用OR运算符合并到一起)
'强迫中止没有响应的进程
Pub
www.eeworm.com/read/161328/10424527
bas mducapture.bas
Attribute VB_Name = "mduCapture"
Option Explicit
Public Type RECT
left As Long
Top As Long
Right As Long
Bottom As Long
End Type
Public Const HWND_DESKTOP =
www.eeworm.com/read/353707/10428723
bas module1.bas
Attribute VB_Name = "Module1"
Public adoCon As New ADODB.Connection
Public adors As New ADODB.Recordset
Public Sub main()
Set adoCon = New ADODB.Connection
adoCon.Open "Provider=Microsoft
www.eeworm.com/read/161263/10431152
bas main.bas
Attribute VB_Name = "main"
'**********************************
' 基本设置
'**********************************
Public intPort As Integer '串行口号
Public strSet As String '协议设置
Public i
www.eeworm.com/read/161235/10435441
java histogram.java
import java.awt.*;
import java.applet.*;
import java.io.*;
import java.util.*;
/**
* This is one example of the drawing object inheriting
* java.awt.Panel which can be added to the dr
www.eeworm.com/read/353578/10438873
pas perlregex.pas
{**************************************************************************************************}
{
www.eeworm.com/read/279379/10442859
f md.f
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! This program implements a simple molecular dynamics simulation,
! using the velocity Verlet time integration scheme. The par