代码搜索:enable
找到约 10,000 项符合「enable」的源代码
代码结果 10,000
www.eeworm.com/read/148696/12441457
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/128628/14286959
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/128628/14286961
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/128628/14286963
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/128628/14286964
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/224913/14563328
vhd controla_enable.vhd
library IEEE;
use IEEE.std_logic_1164.all;
USE IEEE.std_logic_arith.all;
USE IEEE.std_logic_unsigned.all;
entity controla_enable is
port (
enable: in STD_LOGIC;
clk: in ST
www.eeworm.com/read/224913/14563372
jpg controla_enable.jpg
www.eeworm.com/read/224913/14563386
bmp controla_enable.bmp
www.eeworm.com/read/119982/14815185
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/119982/14815186
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() <