CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MFC VS2005

搜索资源列表

  1. CustomWindow_demo

    0下载:
  2. VS2005编写,一个自绘很时尚简约的用于的窗口框架。-This article came as a result of trying to create a custom border for the MFC application. The simplest way to customize the window of an application is to bind it to a specific theme that gives it the look and feel we wan
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-26
    • 文件大小:86470
    • 提供者:larry
  1. VS2005QQ

    0下载:
  2. VS2005下MFC采用贴图模仿QQ界面-MFC using VS2005 under the mapping interface to imitate QQ
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:405606
    • 提供者:liang
  1. Cmaptry1

    0下载:
  2. 用于VS2005编译环境,使用CClientDC划线存储代码,使用MFC实现。-VS2005 compiler for the environment, the use of storage CClientDC line code, the use of MFC to achieve.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3173892
    • 提供者:朱熙
  1. Threadcontrol

    0下载:
  2. MFC线程例子,VS2005,线程启动,挂起,恢复-MFC-threaded example, VS2005, thread start, suspend and resume
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2089
    • 提供者:robin
  1. MyDes

    0下载:
  2. 用vs2005 MFC框架,c++语言实现的DES对称加密算法,该算法实现简洁,效率高-the implementation of DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-25
    • 文件大小:8335225
    • 提供者:yu
  1. Example

    0下载:
  2. VS2005 采用MFC开发MDI程序,支持多种格式文件以及一个文档对应多个视图-VS2005 using MFC development MDI program, supports multiple formats, as well as a document file corresponds to multiple views
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-25
    • 文件大小:61434
    • 提供者:manawin
  1. VS2005MFCtutorial

    0下载:
  2. 高校老师精心编制的一个vs2005 MFC开发演练小程序,以多继承类Cone为例,内含一些技巧,详细实用-how to develope a program based on visual studio 2005 including detail developing steps and some tips
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:713422
    • 提供者:herbert
  1. Calculator

    0下载:
  2. vs2005,在ce模拟器上用mfc做的计算器-vs2005, the ce emulator to do with mfc Calculator
  3. 所属分类:Windows CE

    • 发布日期:2017-05-22
    • 文件大小:6215228
    • 提供者:bjq
  1. Draw

    0下载:
  2. vs2005用MFC编写的画图例程,入门级别,大家参考下-an code-example under vs2005 with MFC
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-23
    • 文件大小:7431219
    • 提供者:castle
  1. mfc_test

    0下载:
  2. 在MFC下搭建的Opengl框架,VS2005环境-Under the MFC framework erected Opengl, VS2005 environment
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-27
    • 文件大小:10064473
    • 提供者:恬恬
  1. RulerDemo

    1下载:
  2. 竖状刻度尺,可以任意修改刻度、颜色,添加了箭头的定位功能,是一个继承CStatic的好例子,运行平台为vs2005 MFC-Graduated scale vertical form, can be modified scale, color, add the arrow positioning function, is a good example of inherited CStatic, operating system platform for vs2005 MFC
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-05
    • 文件大小:1006206
    • 提供者:liujing
  1. vcontimer

    0下载:
  2. vc制作一个简单的时钟程序 环境VS2005 MFC 主要是熟悉OnTimer()-vc制作一个简单的时钟程序
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:45567
    • 提供者:李昊
  1. ie8mfc

    0下载:
  2. 在vs2005开发环境下ie8中mfc不能运行-Ie8 in vs2005 development environment can not be run in mfc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:33947
    • 提供者:王佩佩
  1. ImageProcessPixel

    0下载:
  2. 图像处理过程中能应用的例程,VS2005的程序,有助于深入理解MFC控件的基本原理,一副bmp格式的位图,在程序运行过程中,实现对位图各点像素数据的理解界面友好,简单,方便。-Image processing routines can be applied, VS2005 procedures, help us to understand the basic principles of MFC control, a bitmap bmp format, the program is runnin
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-08
    • 文件大小:119622
    • 提供者:王刚
  1. StockSystem

    0下载:
  2. 系统是在VS2005下开发的. MFC做的界面,主要是对初学者有指导作用,利用函数对庞大数据的处理,并用图形显示出来!-System is developed under VS2005. MFC to do the interface is mainly a guide for beginners, using a large data processing functions, and graphical display!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-09
    • 文件大小:16492832
    • 提供者:
  1. WCF_SERVER_CLIENT_EXAMPLE

    0下载:
  2. 1.server为VS2005的C#写成,暴露出一个方法AddStr() 2.client为vs2005的c++写成,MFC,加入了托管代码,调用WCF暴露出的方法-1.server written for the VS2005, C#, exposing a method AddStr () 2.client for the vs2005' s written in c++, MFC, joined the managed code, call methods exposed by
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:167304
    • 提供者:张晓楠
  1. Doc_view

    0下载:
  2. Doc_view MFC运行完整程序 用vs2005编写-Doc_view MFC run a complete program written by vs2005
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6392387
    • 提供者:chh
  1. MenuTest

    0下载:
  2. MenuTest MFC运行完整程序 用vs2005编写-MenuTest MFC run a complete program written by vs2005
  3. 所属分类:.net

    • 发布日期:2017-05-13
    • 文件大小:3418946
    • 提供者:chh
  1. EricMeidaPlayer

    0下载:
  2. Windows Mobile 播放器示例 开发环境: VS2005 + MFC + SDK6.0 -Sample Player Windows Mobile development environment: VS2005+ MFC+ SDK6.0
  3. 所属分类:Windows Mobile

    • 发布日期:2017-04-06
    • 文件大小:44741
    • 提供者:郭靖
  1. EricMeidaPlayer

    0下载:
  2. Windows Mobile 播放器示例 开发环境: VS2005 + MFC + SDK6.0-Sample Player Windows Mobile development environment: VS2005+ MFC+ SDK6.0
  3. 所属分类:Windows Mobile

    • 发布日期:2017-05-10
    • 文件大小:2149573
    • 提供者:jiangyukun
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com