代码搜索:多位Handshake
找到约 1,802 项符合「多位Handshake」的源代码
代码结果 1,802
www.eeworm.com/read/249415/12507071
cpp handshake.cpp
/******************************************************************************
Module: Handshake.cpp
Notices: Copyright (c) 2000 Jeffrey Richter
**************************************************
www.eeworm.com/read/133808/14022480
rc handshake.rc
// 语言
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
// 常量
#define IDD_HANDSHAKE 101
#define IDI_HANDSHAKE 102
#define IDC_REQUEST 1000
#define IDC_RESULT 1001
#define
www.eeworm.com/read/133808/14022482
exe handshake.exe
www.eeworm.com/read/133808/14022483
res handshake.res
www.eeworm.com/read/133808/14022484
dpr handshake.dpr
program Handshake;
{$R 'Handshake.res' 'Handshake.rc'}
uses
Windows, Messages;
const
IDD_HANDSHAKE = 101; // 模板资源ID
IDI_HANDSHAKE = 102; // 图标资源ID
IDC_REQUEST = 1000; // 子控件ID..
www.eeworm.com/read/133808/14022485
ico handshake.ico
www.eeworm.com/read/133807/14022546
rc handshake.rc
// 语言
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
// 常量
#define IDD_HANDSHAKE 101
#define IDI_HANDSHAKE 102
#define IDC_REQUEST 1000
#define IDC_RESULT 1001
#define
www.eeworm.com/read/133807/14022548
exe handshake.exe
www.eeworm.com/read/133807/14022550
res handshake.res
www.eeworm.com/read/133807/14022552
dpr handshake.dpr
program Handshake;
{$R 'Handshake.res' 'Handshake.rc'}
uses
Windows, Messages;
const
IDD_HANDSHAKE = 101; // 模板资源ID
IDI_HANDSHAKE = 102; // 图标资源ID
IDC_REQUEST = 1000; // 子控件ID..