代码搜索:LONG
找到约 10,000 项符合「LONG」的源代码
代码结果 10,000
www.eeworm.com/read/379368/9199516
log
SS7_MTP2.cpp: In member function `int SS7_MTP2::RC(int, long unsigned int)':
SS7_MTP2.cpp:1764: warning: int format, long unsigned int arg (arg 2)
SS7_MTP2.cpp:1852: `FSNF' undeclared (first use this
www.eeworm.com/read/379348/9200054
h integer.h
/*-------------------------------------------*/
/* Integer type definitions for FatFs module */
/*-------------------------------------------*/
#ifndef _INTEGER
/* These types must be 16-bit,
www.eeworm.com/read/379305/9201008
cpp c1-6.cpp
#include
using namespace std;
int max(int a,int b,int c) //求3个整数中的最大者
{ if (b>a) a=b;
if (c>a) a=c;
return a;
}
float max(float a,float b, float c) //求3个实数中的最大者
{if (b>
www.eeworm.com/read/182496/9201218
bas modutil.bas
Attribute VB_Name = "modUtil"
Option Explicit
'Most of these file system routines are based on Randy Birch's stuff
'http://vbnet.mvps.org/
Private Const DRIVE_REMOVABLE = 2
Private Const DRIV
www.eeworm.com/read/379233/9203828
frm frmabout.frm
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "About KEPServerEX_OPC_Example"
ClientHeight = 3450
ClientLeft = 45
Clien
www.eeworm.com/read/379196/9204895
txt 例4.5.txt
例4.5 求3个数中最大的数(分别考虑整数、双精度数、长整数的情况)。
#include
using namespace std;
int main( )
{int max(int a,int b,int c); //函数声明
double max(double a,double b,double c); //函数声明
long
www.eeworm.com/read/182296/9207996
frm 用户登录.frm
VERSION 5.00
Begin VB.Form 用户登录
BorderStyle = 0 'None
Caption = "用户登录"
ClientHeight = 585
ClientLeft = 3075
ClientTop = 4830
ClientWidth
www.eeworm.com/read/182296/9207997
frm 启动.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form 启动
Caption = "启动"
ClientHeight = 8400
ClientLeft = 60
Client
www.eeworm.com/read/182293/9208096
frm 启动.frm
VERSION 5.00
Begin VB.Form 启动
AutoRedraw = -1 'True
BorderStyle = 3 'Fixed Dialog
Caption = "启动"
ClientHeight = 8655
ClientLeft = 45
Clie
www.eeworm.com/read/182293/9208181
bas 测试模块.bas
Attribute VB_Name = "Module1"
Option Explicit
Dim I As Integer
Public Const IP_STATUS_BASE = 11000
Public Const IP_SUCCESS = 0
Public Const IP_BUF_TOO_SMALL = (11000 + 1)
Public Const IP_DEST_NE