代码搜索:LONG
找到约 10,000 项符合「LONG」的源代码
代码结果 10,000
www.eeworm.com/read/282353/9099916
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/282353/9099944
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "读出驱动器序列号"
ClientHeight = 2970
ClientLeft = 60
ClientTop = 345
ClientWidth = 3915
LinkTopic
www.eeworm.com/read/381266/9099946
c mh.c
#include "stdlib.h"
int increase(int num,int a[])/*num为超递增的个数,数组a为存放生成的结果,且数组中只有0,num-1是有用数*/
{int i,sum;
randomize();/*随机函数的初始化,为库函数*/
a[0]=1+random(num);
sum=a[0];
for(i=1;i
www.eeworm.com/read/282353/9099954
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/282353/9099965
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/282353/9099988
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/282353/9099991
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