代码搜索:SW
找到约 10,000 项符合「SW」的源代码
代码结果 10,000
www.eeworm.com/read/430866/8720835
h msvd.h
#ifndef _MSVD_H_
#define _MSVD_H_
#ifdef _MSVD_C_
#define _MSVDDEC_
#else
#define _MSVDDEC_ extern
#endif
_MSVDDEC_ XDATA BYTE g_ucNoiseDebounce;
_MSVDDEC_ bit bNoisy_Det;
_MSVDDEC_
www.eeworm.com/read/380728/9131855
h sead.h
/************************************************************************
*
* sead.h
*
* The 'SEAD' module defines the SEAD board specific
* address-MAP, registers, etc.
*
www.eeworm.com/read/350210/10758916
h msvd.h
#ifndef _MSVD_H_
#define _MSVD_H_
#ifdef _MSVD_C_
#define _MSVDDEC_
#else
#define _MSVDDEC_ extern
#endif
_MSVDDEC_ XDATA BYTE g_ucNoiseDebounce;
_MSVDDEC_ bit bNoisy_Det;
_MSVDDEC_
www.eeworm.com/read/322194/13385846
h msvd.h
#ifndef _MSVD_H_
#define _MSVD_H_
#ifdef _MSVD_C_
#define _MSVDDEC_
#else
#define _MSVDDEC_ extern
#endif
_MSVDDEC_ XDATA BYTE g_ucNoiseDebounce;
_MSVDDEC_ bit bNoisy_Det;
_MSVDDEC_
www.eeworm.com/read/142911/5761761
h sead.h
/************************************************************************
*
* sead.h
*
* The 'SEAD' module defines the SEAD board specific
* address-MAP, registers, etc.
*
*
*
www.eeworm.com/read/192685/8366420
txt 能否在程序中直接调用资源管理器的一些功能.txt
大 多 数 功 能 可 以 使 用 API的 ShellExecute、 ShellExecuteEx函 数 来 实 现 。 比 如 打 开 文 件 、 打 印 文 件 。 如 打 开 文 件 :
ShellExecute 0, "Open", "c:\win95\readme.txt", "", "", SW_SHOW
另 外 , ShellExecuteEx函 数 可
www.eeworm.com/read/292151/8374530
pas about.pas
{******************************************************************************}
{Copyright(C) 2007,Pefine Security Lab }
{All rights reserved.
www.eeworm.com/read/191619/8425723
cpp uabout.cpp
//---------------------------------------------------------------------------
// 关于对话框 - About Form v0.2
// by ccrun(老妖) - info@ccrun.com
// Last modify: 2005.3.28
//------------------------------
www.eeworm.com/read/190618/8439754
s clrbss.s
/*************************************************************
* File: lib/clrbss.s
* Purpose: Part of C runtime library
* Author: Phil Bunce (pjb@carmel.com)
* Revision History:
* 970304 Start o
www.eeworm.com/read/190618/8439896
s k64388.s
/*************************************************************
* File: k64388.s
* Author: Phil Bunce (pjb@carmel.com) Curtis Dahl (cdahl@lsil.com)
*
* Revision History:
* 970129 Initial release
* 9703