代码搜索:enable
找到约 10,000 项符合「enable」的源代码
代码结果 10,000
www.eeworm.com/read/161438/5553569
cpp enable_disable.cpp
#include
#include "Enable_Disable.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() <
www.eeworm.com/read/161438/5553570
mak enable_disable.mak
# Nmake macros for building Windows 32-Bit apps
all: Enable~1.exe
# Update the resource if necessary
Enable~1.res: Enable~1.rc Enable~1.h
rc -r -fo Enable~1.res Enable~1.rc
# Update t
www.eeworm.com/read/161438/5553571
h enable_disable.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/161040/5563942
txt disable_enable.txt
INSERT INTO plsql101_product VALUES (
'Red Snaphoo', 1.95, 10, '30-12月-01')
;
ALTER TABLE plsql101_product DISABLE CONSTRAINT reasonable_stock_date;
INSERT INTO plsql101_product VALUES (
www.eeworm.com/read/474799/6807374
v enable_generate.v
/***********************************************************************************
/模块功能:产生输出使能信号enable,enable为高电平时,P1~P9输出有效值,
/ enable为低电平时,P1~P9输出高阻态
/时序描述:
/
www.eeworm.com/read/193048/8256303
mdl enable1.mdl
Model {
Name "enable1"
Version 4.00
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTypes off
RecordCoverage
www.eeworm.com/read/172007/9727028
m f_enable.m
function tag=f_enable(i,j,input,b,no)%可行性测试函数
if input(i,j)==1
tag=1;
else
tag=0;
end
if j>1&no>0
for k=1:i-1
if input(i,j)==1&j==b(no,k) %i:量测号,input(i,j):i量测与j目标关联指示(1:关联
www.eeworm.com/read/171829/9734962
rc enable_disable.rc
#include "windows.h"
#include "Enable_Disable.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit
www.eeworm.com/read/171829/9734964
cpp enable_disable.cpp
#include
#include "Enable_Disable.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() <
www.eeworm.com/read/171829/9734966
mak enable_disable.mak
# Nmake macros for building Windows 32-Bit apps
all: Enable~1.exe
# Update the resource if necessary
Enable~1.res: Enable~1.rc Enable~1.h
rc -r -fo Enable~1.res Enable~1.rc
# Update t