基本信息
源码名称:MFCIE实例 HTTP浏览器的实现
源码大小:44.60M
文件格式:.zip
开发语言:C/C++
更新时间:2021-12-01
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

MFC Internet编程之HTML浏览器编程

.
└── MFCIE(参考)
    ├── ClassDiagram1.cd
    ├── Debug
    │   ├── CL.read.1.tlog
    │   ├── CL.write.1.tlog
    │   ├── MainFrm.obj
    │   ├── StdAfx.obj
    │   ├── cl.command.1.tlog
    │   ├── link-cvtres.read.1.tlog
    │   ├── link-cvtres.write.1.tlog
    │   ├── link.command.1.tlog
    │   ├── link.read.1.tlog
    │   ├── link.write.1.tlog
    │   ├── mfcie.exe
    │   ├── mfcie.exe.embed.manifest
    │   ├── mfcie.exe.embed.manifest.res
    │   ├── mfcie.exe.intermediate.manifest
    │   ├── mfcie.ilk
    │   ├── mfcie.lastbuildstate
    │   ├── mfcie.log
    │   ├── mfcie.obj
    │   ├── mfcie.pch
    │   ├── mfcie.pdb
    │   ├── mfcie.res
    │   ├── mfcie.vcxprojResolveAssemblyReference.cache
    │   ├── mfcie.write.1.tlog
    │   ├── mfcieDoc.obj
    │   ├── mfcieVw.obj
    │   ├── mfcie_manifest.rc
    │   ├── mt.command.1.tlog
    │   ├── mt.read.1.tlog
    │   ├── mt.write.1.tlog
    │   ├── rc.command.1.tlog
    │   ├── rc.read.1.tlog
    │   ├── rc.write.1.tlog
    │   └── vc100.pdb
    ├── MAKEFILE
    ├── MainFrm.cpp
    ├── MainFrm.h
    ├── StdAfx.cpp
    ├── StdAfx.h
    ├── ipch
    │   └── mfcie-c25d70e
    │       └── mfcie-485b205a.ipch
    ├── mfcie.aps
    ├── mfcie.cpp
    ├── mfcie.h
    ├── mfcie.mak
    ├── mfcie.rc
    ├── mfcie.sdf
    ├── mfcie.sln
    ├── mfcie.suo
    ├── mfcie.vcxproj
    ├── mfcie.vcxproj.filters
    ├── mfcie.vcxproj.user
    ├── mfcieDoc.cpp
    ├── mfcieDoc.h
    ├── mfcieVw.cpp
    ├── mfcieVw.h
    ├── res
    │   ├── MFC2.AVI
    │   ├── bitmap1.bmp
    │   ├── coldtool.bmp
    │   ├── hottoolb.bmp
    │   ├── mfcie.ico
    │   ├── mfcie.rc2
    │   └── mfcieDoc.ico
    └── resource.h

5 directories, 63 files