代码搜索:Http
找到约 10,000 项符合「Http」的源代码
代码结果 10,000
www.eeworm.com/read/113169/15468579
cpp http.cpp
// http.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "http.h"
#include "httpDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/113169/15468580
dsw http.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/113169/15468582
opt http.opt
www.eeworm.com/read/113169/15468585
clw http.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CHttpDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "http.h"
www.eeworm.com/read/113169/15468586
h http.h
// http.h : main header file for the HTTP application
//
#if !defined(AFX_HTTP_H__29259BE4_79D2_11D3_8097_5254AB266D7A__INCLUDED_)
#define AFX_HTTP_H__29259BE4_79D2_11D3_8097_5254AB266D7A__INCLUD
www.eeworm.com/read/113169/15468587
aps http.aps
www.eeworm.com/read/109281/15560487
asm http.asm
.386
.model flat,stdcall
include wsock32.inc
include comctl32.inc
include kernel32.inc
include user32.inc
include comdlg32.inc
includelib user32.lib
includelib comctl32.lib
includelib kernel3
www.eeworm.com/read/109281/15560489
exe http.exe
www.eeworm.com/read/109281/15560490
rc http.rc
#define IDM_CONNECT 1003
#define IDM_EXIT 1002
#define IDM_ABOUT 1004
#define IDC_CONNECT 1000
#define IDC_EXIT
www.eeworm.com/read/109281/15560492