自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

hankcs的专栏

无门无派,何以飘零去

  • 博客(4)
  • 资源 (12)
  • 收藏
  • 关注

原创 终于搭起了自己的小站【码农场】了

码农场分享编程心得,外语学习,教材笔记。

2013-03-09 15:19:43 453

转载 MFC对话框在启动时隐藏自己

转自http://www.codeproject.com/Articles/1724/Some-handy-dialog-box-tricks-tips-and-workarounds You often hear people complain that despite putting a ShowWindow(SW_HIDE) in their OnInitDialog their

2012-12-07 10:46:27 1132

转载 HTTP中POST方法的实现

文章中所讨论的技术应用范围其实还是比较广的,除了投票这种比较阴的应用,还可以完成比如自动填写表单、邮箱自动申请、网站注册等功能。      这里提供的方法有两种:          方法1: 通过IE控件提供的COM接口实现。这种方法是通过IHTMLDocument2接口编辑网页表单(有时得修改网页代码),然后触发一个事件提交网页。 这种方法由于使用了IE控件,打开网页时会下载很多与应用无关的

2012-09-21 20:06:42 1825

原创 VC6的sp6补丁打不上的原因以及支持VC6汉化版的最后一版VisualAssist10.6.1850

首先微软从来没有发不过中文的vc6 你的简体中文企业版肯定是汉化的 为什么网上又有中文版的sp6补丁呢? 那是因为这个补丁是针对vs6,注意是vs中的部分组件,不是vc 所以打中文版sp6补丁打不上,只有打英文补丁,打完之后汉化的vc6就被替换成标准的英文版sp6了 支持VC6汉化版的最后一版VisualAssist10.6.1850 http://download.csdn.net/

2012-09-21 18:47:10 1098

A-large-practice.in

A-large-practice.in

2013-09-10

循序渐进实现仿QQ界面(四)

自己花时间整理的,什么都不少,VC6编译通过

2012-11-02

在ListCtrl列表控件中添加edit和combo

在listctrl中添加edit控件和combo box控件 vc6编译通过,封装成类便于复用

2012-10-16

VC++6.0中实现矢量图电子地图

" 本程序旨在与大家探讨如何在\n\ VisualC++下实现:\n\ 1.无闪烁地图、图形、位图的绘制,\n\ 2.鼠标抓拖地图背景的程序实现原理,\n\ 3.地图分层的实现,\n\ 4.视图打印的实现,\n\ 5.几个好用的MFC类的使用方法,\n\ 等一些本人工作中总结的一点经验,\n\ 希望能与大家共享其中的乐趣,同\n\ 时也欢迎大家提出宝贵的批评意见。\n\ 如想与我联系,告诉你我的E-mail: \n\ [email protected]\n\n\ 注:本程序所用地图数据只是为了\n\ 就说明程序实现方法而取的逻辑坐标\n\ 点,并非通过实际测量所得数据,也\n\ 没有任何地理意义,读者如果需要绘\n\ 出实际有用的地图,则需要通过专用\n\ 设备获取准确测量的数据并经过相应\n\ 的坐标转换处理(这是一个较复杂的\n\ 过程),然后使用转换后的数据进行\n\ 程序作图。如果您执意要使用作者程\n\ 序中使用的地图文件作图,由此引起\n\ 的一切不良后果本人概不负责");

2010-09-11

由浅入深——Java 2自学教程 配书光盘.rar

由浅入深——Java 2自学教程 配书光盘.rar 包含所有工程素材和源码

2010-05-24

仙四模型提取工具PAL4_3D_view(包含PAL4_Role PAL4_Scene)

包含里面有PAL4_Role还有PAL4_Scene 可以提取全部动态模型以及场景模型 使用教程参见http://hi.baidu.com/hankcs/blog/item/509917fa5569ec2e4f4aea8b.html

2010-04-27

《数据结构.算法与应用C++描述》第二版 配书光盘

《数据结构.算法与应用C++描述》第二版 配书代码 ======================================================================== CONSOLE APPLICATION : codes Project Overview ======================================================================== AppWizard has created this codes application for you. This file contains a summary of what you will find in each of the files that make up your codes application. codes.vcproj This is the main project file for VC++ projects generated using an Application Wizard. It contains information about the version of Visual C++ that generated the file, and information about the platforms, configurations, and project features selected with the Application Wizard. codes.cpp This is the main application source file. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named codes.pch and a precompiled types file named StdAfx.obj. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" comments to indicate parts of the source code you should add to or customize. /////////////////////////////////////////////////////////////////////////////

2010-04-14

《Windows图形编程》配书源码

《Windows图形编程》配书源码.rar 做图形应该看看这本书 //-----------------------------------------------------------------------------------// // Windows Graphics Programming: Win32 GDI and DirectDraw // // ISBN 0-13-086985-6 // // // // Written by Yuan, Feng www.fengyuan.com // // Copyright (c) 2000 by Hewlett-Packard Company www.hp.com // // Published by Prentice Hall PTR, Prentice-Hall, Inc. www.phptr.com // // // // Version : 1.00.008, Oct 18, 2000 // //-----------------------------------------------------------------------------------// About the CD ============ This CD-ROM contains all sample code developed for the book, together with Microsoft Visual C++ 6.0 workspace files and pre-compiled binary files in both debug and release mode. Installation ============ There is an installation program on the CD, which will install the contents of the CD automatically once it is put into a computer. The installation program will create the following subfolders: 1) Samples: includes workspace files for sample programs from Chapter 1 to Chapter 18. 2) Links : web links to important web sites for documents, tools, and support, such as the Microsoft pages for downloading SDK, DDK, debug symbols, and service packs. 3) Images : sample images to be used with bitmap/image/printing related chapters. 4) Debug : pre-compiled debug mode binaries. 5) Release: pre-compiled release mode binaries. Running Sample Code =================== The sample programs are targeted at Windows 2000, although most programs should run on Windows 95, 98, or NT 4.0. To run all the programs, the following is needed: 1) Windows 2000 operating system. 2) DirectX 7 hardware support, used by the DirectDraw/Direct3D IM sample programs. 3) Windows 2000 debug symbol files, used by several tools. 4) WinDebug GDI debugger extension, used by tools in Chapter 3. 5) Pentium-compatible CPU, needed by some performance measuring code. Compiling Sample Code ===================== The sample code contained in the book is targeted at Windows 2000. To compile all the sample programs, the following is needed: 1) Install Visual C++ 6.0, for the compiler. 2) Install Visual Studio 6.0, service pack 3, msdn.microsoft.com/vstudio/sp/vs6sp3, for a compiler update. 3) Install MSDN, for on-line documentation. 4) Install Platform SDK, www.microsoft.com/downloads/sdks/platform/platform.asp, for the latest header files, library files, and tools. Make sure your VC 6.0 include and library directories are updated to use Platform SDK. 5) Install debug symbol files, www.microsoft.com/windows2000/downloads/otherdownloads/symbols. This is used by several tools, and it is good for debugging. 6) Install Windows 2000 DDK, www.microsoft.com/ddk. 1. Add ddk inc directory to the VC include directories. 2. Add ddk libfre\i386 directory to the VC library file directories DDK is needed for kernel mode device drivers. 7) Install WinDebug, www.microsoft.com/ddk/debugging. This is also part of DDK, and it is needed by tools in Chapter 3. Technical Support ================= Prentice Hall does not offer technical support for this software. However, if there is a problem with the media, you may obtain a replacement copy by e-mailing us with your problem at: [email protected]. Contact the author at www.fengyuan.com for updates, comments, suggestions, and technical support, regarding the contents of both the book and the CD.

2010-04-14

《数据结构(C语言版)》(清华大学出版社)配书光盘

《数据结构(C语言版)》 配书光盘 版权所有(C) 清华大学出版社 2002年6月 ____________________________________________________________________________ 本光盘是《数据结构(C语言版)》一书的配书光盘,作为数据结构课程的 辅助学习工具。 1. 光盘运行环境 硬件:Pentium 100以上多媒体PC机。 软件:Windows 95/98/Me/2000/XP 操作系统。 2. 盘中内容 \DSDemoW 数据结构算法演示系统(Windows版)β测试版 \DSDemoC 数据结构算法演示系统(C语言描述)V3.1C中文版 Readme.txt 光盘使用说明 3. 使用光盘 (1) 进入光盘中的\DSDemoW 目录,运行DSdemoW.EXE,可以进入 数据结构算法演示系统(Windows版)β测试版的主界面。该版本的演示系统提供了 Pascal 和 C 两种程序设计语言的演示和算法源程序。欢迎各位读者对该软件提出 改进意见。 关于演示软件的数据结构算法演示系统(Windows版)用法,可以参考\DSDemoW 目录下的Manual.doc文件,可以用Microsoft Word 97及以上版本打开该文件。 (2) 进入光盘中的“\DSDemoC”目录,运行DSDemo.EXE,可以进入 数据结构算法演示系统(C语言描述)V3.1C中文版。该软件是在原DOS版程序 基础上改进而成,具体操作请按照界面上的提示进行。 4. 技术支持 本光盘的内容在正常操作情况下,可以顺利运行。如果您遇到什么问题,可以通过 以下方式与我们联系: 通信地址:北京市清华大学学研大厦A座601 清华大学出版社 电子音像终审室 邮政编码:100084 联系电话:010-86251055-4010 Email: [email protected] [email protected]

2010-04-14

漂亮的MFC界面类ClassXP

漂亮的MFC界面类ClassXP,在工程中添加这个类库后界面立即变得漂亮起来

2010-04-11

《数据结构(C++语言描述)》朱战立编著 配书源码及习题答案

《数据结构(C++语言描述)》朱战立编著 源码及习题答案 全部是配套的

2010-04-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除