代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/340621/12142929
pas spskinunzip.pas
{*******************************************************************}
{ }
{ Almediadev Visual Component Library
www.eeworm.com/read/340621/12142951
pas spskinzip.pas
{*******************************************************************}
{ }
{ Almediadev Visual Component Library
www.eeworm.com/read/254267/12150944
pas bsskinzip.pas
{*******************************************************************}
{ }
{ Almediadev Visual Component Library
www.eeworm.com/read/254267/12151069
pas bsskinunzip.pas
{*******************************************************************}
{ }
{ Almediadev Visual Component Library
www.eeworm.com/read/339483/12231760
sh int-or-string.sh
#!/bin/bash
# int-or-string.sh: Integer or string?
a=2334 # Integer.
let "a += 1"
echo "a = $a " # a = 2335
echo # Integer, still.
b=${a/23/BB}
www.eeworm.com/read/339135/12255820
pas wmutil.pas
unit wmutil;
interface
uses
Windows, SysUtils, Classes, Graphics, Controls, DIB,
DXDraws, DXClass;
type
TWMImageHeader = record
Title: String[40]; //'WEMADE Entertai
www.eeworm.com/read/339132/12255946
pas grobal2.pas
unit Grobal2;
interface
uses
Math,windows;
Const
BUFFERSIZE =1024;
//客户端发送的命令
CM_SOFTCLOSE =0;
//登录有关的命令
CM_IDPASSWORD =1;
CM_QUERYUSERSTATE=2;
CM_ADDNEWUSE
www.eeworm.com/read/251351/12350367
pas idrawbase.pas
{ $HDR$}
{**********************************************************************}
{ Unit archived using Team Coherence }
{ Team Coherence is Copyright 2002 by Qual
www.eeworm.com/read/251351/12351298
pas idsnmp.pas
{ $HDR$}
{**********************************************************************}
{ Unit archived using Team Coherence }
{ Team Coherence is Copyright 2002 by Qual
www.eeworm.com/read/148707/12436809
cpp 10xii.cpp
// ReadBigInt() Read in a Big Integer of NUMDIG digits
// OUT: array b contains the NUMDIG digits
const int NUMDIG = 20, NUMDIG2 = 21;
#include
void ReadBigInt (int b[ ])
{ int n;