代码搜索:explicit

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

代码结果 10,000
www.eeworm.com/read/435646/7788390

asm expimp.asm

; ; Test of explicitly and implicitly sized operands ; add esi,2 ; Implicit add esi,123456h ; Implicit add esi,byte 2 ; Explicit add esi,dword 2 ; Explicit add esi,dword 123456h ;
www.eeworm.com/read/168182/7813105

h stdafx.h

// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma once #define WIN32_LEAN
www.eeworm.com/read/168182/7813243

h stdafx.h

// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma once #define WIN32_LEAN
www.eeworm.com/read/399811/7833225

config makefile.config

# OS independent make configuration file for GAMIT/GLOBK installation. # Used by shell script unimake (see, in /com) and in conjunction with generic # Makefiles in each module directory (documented i
www.eeworm.com/read/199516/7846855

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit Declare Function GetTickCount Lib "kernel32" () As Long Sub TimeDelay(t As Long) '时间延迟子程序,单位是毫秒(ms) Dim tt& tt = GetTickCount() Do DoEvents
www.eeworm.com/read/434589/7856461

bas mdlstandard.bas

Attribute VB_Name = "mdlStandard" Option Explicit Sub main() ''实例化一个About窗口类 Dim frm As New frmAbout ''调用About窗口对象的ShowDialog方法显示窗体 frm.ShowDialog 1, "这是标题!", "这是程序描述!", "版本:2.1.5"
www.eeworm.com/read/399140/7886717

do func_sim.do

# 8b/10b Functional Simulation ModelSim DO file # Create work library vlib work # Compile package files vcom -just e -93 -explicit -work work pkg_convert.vhd vcom -skip e -93 -explicit -wor
www.eeworm.com/read/399139/7886838

do func_sim.do

# 8b/10b Functional Simulation ModelSim DO file # Create work library vlib work # Compile package files vcom -just e -93 -explicit -work work pkg_convert.vhd vcom -skip e -93 -explicit -wor
www.eeworm.com/read/398908/7911314

bas mdlstandard.bas

Attribute VB_Name = "mdlStandard" Option Explicit Sub main() ''实例化一个About窗口类 Dim frm As New frmAbout ''调用About窗口对象的ShowDialog方法显示窗体 frm.ShowDialog 1, "这是标题!", "这是程序描述!", "版本:2.1.5"
www.eeworm.com/read/198436/7934945

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit Public findstring As String