• A-large-practice.in

    A-large-practice.in

    0
    119
    74KB
    2013-09-10
    10
  • 循序渐进实现仿QQ界面(四)

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

    0
    71
    2.22MB
    2012-11-02
    10
  • 在ListCtrl列表控件中添加edit和combo

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

    5
    686
    64KB
    2012-10-16
    46
  • VC++6.0中实现矢量图电子地图

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

    5
    225
    309KB
    2010-09-11
    10
  • 由浅入深——Java 2自学教程 配书光盘.rar

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

    5
    105
    2.15MB
    2010-05-24
    9
  • 仙四模型提取工具PAL4_3D_view(包含PAL4_Role PAL4_Scene)

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

    5
    416
    645KB
    2010-04-27
    47
  • 《数据结构.算法与应用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. /////////////////////////////////////////////////////////////////////////////

    5
    53
    849KB
    2010-04-14
    0
  • 《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: disc_exchange@prenhall.com. Contact the author at www.fengyuan.com for updates, comments, suggestions, and technical support, regarding the contents of both the book and the CD.

    5
    64
    14.33MB
    2010-04-14
    6
  • 《数据结构(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: ywm-dcs@tsinghua.edu.cn shenb@mail.tup.tsinghua.edu.cn

    5
    0
    7.84MB
    2010-04-14
    12
  • 漂亮的MFC界面类ClassXP

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

    5
    80
    397KB
    2010-04-11
    11
关注 私信
上传资源赚积分or赚钱