代码搜索:declares
找到约 4,094 项符合「declares」的源代码
代码结果 4,094
www.eeworm.com/read/360399/10097995
bas declares.bas
Attribute VB_Name = "Declares"
Option Explicit
Public Declare Function BitBlt Lib "gdi32" (ByVal destdc As Long, ByVal X As Long, ByVal y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVa
www.eeworm.com/read/156690/11784862
bas declares.bas
Attribute VB_Name = "Declares"
Option Explicit
Public Declare Function BitBlt Lib "gdi32" (ByVal destdc As Long, ByVal X As Long, ByVal y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVa
www.eeworm.com/read/231019/14261273
bas declares.bas
Attribute VB_Name = "Declares"
Option Explicit
' 功能模块的定义
'-----------------仓库管理模块--------------------
Public Const WAREHOUSE_LIST = 44 ' 仓库列表管理
Public Const WAREHOUSE_SINGLE = 43
www.eeworm.com/read/231019/14261288
obj declares.obj
www.eeworm.com/read/116058/14990695
bas declares.bas
Attribute VB_Name = "Declares"
Public Declare Function SleepEx Lib "kernel32" (ByVal dwMilliseconds As Long, ByVal bAlertable As Long) As Long
Private Declare Function sndPlaySound Lib "winmm.dll" A
www.eeworm.com/read/115498/15012802
bas declares.bas
Attribute VB_Name = "Declares"
Option Explicit
Public Const GWL_STYLE = (-16)
Public Const LVM_FIRST = &H1000
Public Const HDS_BUTTONS = &H2
Const SWP_DRAWFRAME = &H20
Const SWP_NOMOVE = &H2
Co
www.eeworm.com/read/108949/15569434
obj declares.obj
www.eeworm.com/read/108949/15569441
bas declares.bas
Attribute VB_Name = "Declares"
Public Declare Function SendMessage Lib "User32" Alias _
"SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, _
ByVal wParam As Long, lParam As Long) A
www.eeworm.com/read/316280/13526388
c macedon-declares.c
//Copyright (c) 2004, Charles Killian, Adolfo Rodriguez, Dejan Kostic, Sooraj Bhat, and Amin Vahdat
//All rights reserved.
//
//Redistribution and use in source and binary forms, with or without
//mod
www.eeworm.com/read/187283/8835381
c masm386.c
/* Subroutines for insn-output.c for Intel 80386 for masm assembler syntax.
Copyright (C) 1988 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistr