代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/175600/9540273
bas modmemory.bas
Attribute VB_Name = "modTicker"
' 我为人人,人人为我!
' 枕善居收集汉化整理
' http://www.mndsoft.com/blog/
' e-mail:mnd@mndsoft.com
Option Explicit
'====================================================
www.eeworm.com/read/175502/9543930
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
'以下两行为Office助手变量
Public OFFCAT As IAgentCtlCharacter
Public OFFCATRequest As IAgentCtlRequest
Global Const PurviewCount = 13 '全局常量权限总数
'声明全
www.eeworm.com/read/175498/9544607
pas pathfind.pas
unit PathFind;
interface
uses
Windows, Classes;
type
TPath = array of TPoint; //
TPathMapCell = record //
Distance: Integer; //
Direction: Integer;
end;
TPathMap
www.eeworm.com/read/175451/9548670
pas buffer.pas
unit Buffer;
interface
uses
SPPO10, SMGP13, cmpp20, SGIP12, Windows, Classes, SysUtils;
type
TMtBuffer = packed record
Mt: TSPPO_MT; //消息中心到网关的下行数据包
preprced: byte; //是否已预处理
www.eeworm.com/read/175451/9548739
pas global.pas
unit Global;
interface
uses
Buffer;
type
//网关连接配置
TGATECONFIG = packed record
RemoteIp: string; //网关IP
RemotePort: integer; //省网关端口
ClientID: string; //登录账号
ClientS
www.eeworm.com/read/175368/9550825
pas unit_msg.pas
unit Unit_Msg;
interface
uses Windows,SysUtils,ScktComp;
Const
BUFFERSIZE =1024;
DEFBLOCKSIZE =6;
CM_AddNewId:Word=1001;//增加新用户
CM_FindQuiz:Word=1002;//查找密码提示问题
Cm_FindPass:word
www.eeworm.com/read/175368/9550838
pas unit_mypro.pas
unit Unit_MyPro;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,Variants,
StdCtrls, ExtCtrls, ComCtrls,DB, DBTables,ShellAPI, ShlObj,Registry,TlHelp3
www.eeworm.com/read/175231/9554827
bas module1.bas
Attribute VB_Name = "min_dis"
'Public Declare Sub ShowDlg Lib "xds.dll" (ByRef a As Long)
'求最短路径
Public Function min_dis(ByRef Adjoin As Variant, ByVal start As Integer _
, ByVal endd As I
www.eeworm.com/read/175135/9558695
cpp bigstep.cpp
// bigstep.cpp -- count as directed
#include
int main()
{
using namespace std;
cout > by;
cout
www.eeworm.com/read/175133/9559063
pas gifimage.pas
unit GIFImage;
////////////////////////////////////////////////////////////////////////////////
// //
// Project: GIF Grap