代码搜索:INTEGER
找到约 10,000 项符合「INTEGER」的源代码
代码结果 10,000
www.eeworm.com/read/422757/10612530
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/351746/10613238
frm frmmanapp.frm
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "msflxgrd.ocx"
Begin VB.Form frmManApp
Caption = "员工评价列表"
ClientHeight = 4425
ClientLeft = 60
www.eeworm.com/read/351740/10614111
f90 smvv.f90
module isodefs
implicit none
CHARACTER(255), PARAMETER :: smvvid='$Id: smvv.f90 567 2007-09-11 20:48:44Z drjfloyd $'
CHARACTER(255), PARAMETER :: smvvrev='$Revision: 567 $'
CHARACTER(255), PARAMETER
www.eeworm.com/read/351732/10614693
m wcdmatxantenna.m
% Check parameters of WCDMA Initial Settings Mask
% Check Slot Format Parameter
if(~isscalar(slotFormat) | ~isreal(slotFormat) | floor(slotFormat) ~= slotFormat | slotFormat >16 | slotFormat
www.eeworm.com/read/277618/10615477
pas publicfunction.pas
unit PublicFunction;
interface
uses
Windows, SysUtils, StrUtils, Classes, WinSvc, Controls, ShellAPI, IniFiles, DB, mySQLDbTables,
IdBaseComponent, IdComponent, IdUDPBase, IdUDPClient,IdTCP
www.eeworm.com/read/277618/10615500
~pas publicfunction.~pas
unit PublicFunction;
interface
uses
Windows, SysUtils, StrUtils, Classes, WinSvc, Controls, ShellAPI, IniFiles, DB, mySQLDbTables,
IdBaseComponent, IdComponent, IdUDPBase, IdUDPClient,IdTCP
www.eeworm.com/read/159796/10616236
bas module1.bas
Attribute VB_Name = "Module1"
Public gUserName As String '保存用户名称
Public flag As Integer '添加和修改的标志
Public gSQL As String
www.eeworm.com/read/159796/10616264
frm frmresult.frm
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmResult
Caption = "员工基本信息列表"
ClientHeight = 8685
ClientLeft =
www.eeworm.com/read/159691/10622156
bas module1.bas
Attribute VB_Name = "Module1"
Public fMainForm As frmMain
Public flagRTedit As Boolean
Public gintRTmode As Integer
Public flagRedit As Boolean
Public gintRmode As Integer
Public flagBTedit As B
www.eeworm.com/read/422591/10626941
r binning.r
########################################################################
## Linear binning
## Courtesy of M Wand 2005
## Extended by T Duong to 3- and 4-dim 2006
######################################