搜索资源列表
mini_brower
- 一个用VC++做的浏览器,很简单,很简洁。是自己做的一个学生科研项目,拿出来和大家一起研究。-a VC do with the browser, is very simple and very concise. Their own students to do a research project, and to show everyone together.
mini.brower
- 自己做的一个学生科研项目,用MFC开发的一个浏览器,很简单,占资源内存极少-their students to do a research project with the development of an MFC browser, very simple, for very little memory resources
IEBrowser
- 自己用VC做网络浏览器,不是抄的,经过检验过的,肯定能用
prober
- 这是模拟做一个浏览器,运行的时候会弹出自己制作的浏览器.
Internet
- 通过它你可以自己学会如何自已做一个网络浏览器,可以学会制作浏览器的过程和思想.
web
- 自己做的一个多页面浏览器,还不完善,要做多页面浏览器的可以参考。
LanExplorer.V1.52
- 一个以前写的东东,使用DELPHI控件做一个自己的浏览器,源代码分享-before writing a saucepan, use a Delphi controls do their browser source code sharing
SimpleBrowse 图片浏览器源代码 1.0
- SimpleBrowse是一款简洁易用,源码公开的图片浏览器。普通用户可以直接使用SimpleBrowse来浏览大量的精美图片,它短小精悍,浏览快速,生成的缩图精美漂亮,能浏览常见的多种图像格式。软件开发者则还可以参考其公开的源代码,使用其附带的thl.dll,自己动手制作一款类似的图片浏览器,或者在自己开发的软件中加入图片浏览的功能,而且,所需步骤非常简单,做起来非常容易。容易到什么程度?5条函数调用而已-SimpleBrowse is a simple to use, the open-so
简易IE浏览器vc++6.0
- 自己做的简易IE浏览器,用vc++做的,可以上网,但功能不是很健全
Source
- 看了杨老师的《COM 组件设计与应用(一)》,自己做了一个简单的复合文件浏览器。Visual Studio 6.0中有一个,全路径位置为$\Microsoft Visual Studio\Common\Tools\ DFVIEW.EXE,但不知为何Visual Studio 6.0之后的VS都没了这个工具。VS 6.0的DFVIEW.EXE有一个严重弊端,就是不能打开中文路径下的复合文件。自己做的这个能支持中文路径。-Yang looked at the " COM component
4
- 自己做的一个可以全屏的浏览器,可以不弹出窗口。-Do a full screen browser, you can not pop-up window.
webbrowser1.0
- 自己做的精简浏览器,实现了所有基本功能。-The streamlining of its own browser, to achieve all the basic features.
Easytodobrowser
- 使用VB简单的做自己的浏览器!请看动画教程! -The easy to use VB to do their own browser! See animated tutorial!
03
- 利用CWEBBROWSER2控件浏览网页~~~ 就是自己做的网页浏览器-Browse the Web using CWEBBROWSER2 control myself ~ ~ ~ is the web browser
liulanqiandyouxi
- 自己做了一个浏览器又载入了一个小游戏 在大一的时候做的有时间在改进改进 在上传上来-Own a browser and load a game in the freshman year do have time to improve in the post it here to improve
ImgViewer
- 源代码是一个简单的图像浏览器例子,演示如何用 IImgCtx 接口解码、显示图像,及如何实现简单的翻页。其中翻页部分的源代码直接来自ComicsViewer,不过做了简化,如果各位有兴趣,可以试试看在此基础上,能不能做出自己的功能更丰富的图像浏览器。 -The source code is a simple image browser example, demonstrates how to use IImgCtx interface decoding, display images, and
MyBrower
- 订做自己的浏览器,简单的浏览器源码,输入网址,单击浏览即可在视图中显示。-Build their own browser, a simple browser source code, enter the URL, click Browse to the view.
Browser
- 浏览器,跟普通的浏览器功能差不多,但是是自己做的 ,所以大家可以-Browser, with almost normal browser functionality, but it is their own, so we can try
Browser
- 一个自己做的浏览器,进度条功能还没实现,不过还挺好用哦,外加各种皮肤,很炫,VC6.0开发-A own browser, the progress bar feature not yet implemented, but quite easy to use Oh, plus a variety of skin, shining, VC6.0 development
TrainTicketLogindb
- Web的原理就是,浏览器发送一个Request给Web服务器,Web服务器处理完这个请求之后发送一 个HTTP Response给浏览器。 如果我们用自己写的程序来发送Request给Web服务器,然后再捕获Web服务器发回来的 Response. 检查它与期望值值是否一致。 这不就是Web自动化测试吗? 这样的自动化测试叫做 请求响应测试, 别小看这样的自动化测试。 什么开心农场助手,自动投票机。 网络爬虫都是 用这个做的-The principle of the Web