代码搜索:LONG

找到约 10,000 项符合「LONG」的源代码

代码结果 10,000
www.eeworm.com/read/381906/9066114

bas subclass.bas

Attribute VB_Name = "mSubClass" Option Explicit Private Const WM_NCDESTROY = &H82 Private Declare Function GetProp Lib "user32" Alias "GetPropA" (ByVal hWnd As Long, ByVal lpString As String)
www.eeworm.com/read/381906/9066139

bas spool.bas

Attribute VB_Name = "MSpool" Option Explicit ' ' Win32 API Calls ' Private Declare Function GetProfileString Lib "kernel32" Alias "GetProfileStringA" (ByVal lpAppName As String, ByVal lpKeyName A
www.eeworm.com/read/381906/9066157

frm form1.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "读出驱动器序列号" ClientHeight = 2970 ClientLeft = 60 ClientTop = 345 ClientWidth = 3915 LinkTopic
www.eeworm.com/read/381906/9066163

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx As Long, ByV
www.eeworm.com/read/381906/9066174

bas wininet.bas

Attribute VB_Name = "modWinInet" Option Explicit Declare Function GetProcessHeap Lib "kernel32" () As Long Declare Function HeapAlloc Lib "kernel32" (ByVal hHeap As Long, ByVal dwFlags As Long, B
www.eeworm.com/read/381906/9066194

bas modstart.bas

Attribute VB_Name = "modMisc" Option Explicit Declare Function SetPixel Lib "gdi32" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal crColor As Long) As Long Declare Function GetPixel
www.eeworm.com/read/381906/9066200

bas modmisc.bas

Attribute VB_Name = "modMisc" Option Explicit Declare Function SetPixel Lib "gdi32" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal crColor As Long) As Long Declare Function GetPixel
www.eeworm.com/read/381851/9068350

cpp jiefc.cpp

#include void welcome(); void jisuan(); int xiugai(); void chengk(int i, long double k); void hualie(int i); void Uhualie(int i); void print(); void printb(); void chengplus(
www.eeworm.com/read/282753/9069667

c 实例3-2.c

#include void main(void) { long long int var = 1; printf("It is not standard C code!\n"); }
www.eeworm.com/read/184795/9075075

cpp maze.cpp

#include using namespace std; class maze { public: maze(ifstream &); ~maze(); bool search(); private: struct Node { long f; long x,y; }; ofstream out; void sort(