代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/484785/6575075
def gpscplud.def
LIBRARY GPS103UD
DESCRIPTION 'GPS Control Panel Applet'
EXPORTS
; Explicit exports can go here
CPlApplet @1
www.eeworm.com/read/484785/6575081
def gpscplu.def
LIBRARY GPS103U
DESCRIPTION 'GPS Control Panel Applet'
EXPORTS
; Explicit exports can go here
CPlApplet @1
www.eeworm.com/read/484785/6575082
def gpscpld.def
LIBRARY GPS103D
DESCRIPTION 'GPSLIB Control Panel Applet'
EXPORTS
; Explicit exports can go here
CPlApplet @1
www.eeworm.com/read/484785/6575086
def gpscpl.def
LIBRARY GPS103
DESCRIPTION 'GPSLIB Control Panel Applet'
EXPORTS
; Explicit exports can go here
CPlApplet @1
www.eeworm.com/read/481033/6656038
asn cryptlib.asn
-/ This specification makes one slight deviation from standard ASN.1 syntax
to overcome an annoyance in ASN.1 which requires a separate -- at the
start of each and every line of comment. Inst
www.eeworm.com/read/481129/6659448
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
'*********************************************************
'* VoIP Chat GLOBAL VARS *
'****************************
www.eeworm.com/read/480701/6660028
ccc
#This script expects to be located in a subdirectory of a subdirectory of the base lpsolve files
cc -DEXPLICIT -I../.. -O3 demo.c explicit.c -lm -ldl -o demoe ../../lpsolve55/liblpsolve55.so
opts='-O3
www.eeworm.com/read/480701/6660033
bat cgcc.bat
gcc -DWIN32 -DEXPLICIT -O3 -I..\.. demo.c explicit.c -o demoe
gcc -DWIN32 -O3 -I..\.. demo.c implicit.c lpsolve55.dll -o demoi
www.eeworm.com/read/477557/6738643
fdo picunit3_tbw.fdo
## NOTE: Do not edit this file.
## Autogenerated by ProjNav (creatfdo.tcl) on Tue Mar 10 3:02:44 PM China Standard Time 2009
##
vlib work
vcom -93 -explicit PICunit.vhd
vcom -93 -explicit PICu
www.eeworm.com/read/263812/11340333
bas scope.bas
Attribute VB_Name = "modScope"
Option Explicit
' Declare x as a global
' variable; g has not
' been prefixed for this
' example
Public x As Integer
Sub four()
frmScope.Print "global x i