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

搜索资源列表

  1. IsmyDIP

    0下载:
  2. 本程序用MFC编写,运用了书本上的灰度拉伸和中值滤波的知识对图像进行处理。 实现功能如下: 灰度拉伸的变亮和变暗(对8位24位图有效): 运用了幂次变换。分别是s = r2 和s = r1/2 . 反色(对8位24位图有效): s = 1 - r 中值滤波(对8位图有效): 对3×3网格进行滤波处理,边沿的1圈像素没有处理。 复原(对8位24位图有效): 将图像还原成未处理前的数据。-the procedures used to prep
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:46651
    • 提供者:redbird
  1. LiteGrid

    0下载:
  2. 简易网格控件.\\SOURCE\\ - contains LiteGrid control source files .\\VCTEST\\ - contains an example of LiteGrid usage from a MFC application. .\\VBTEST\\ - contains an example of LiteGrid usage from a VB project.-simple grid control. \\ SOURCE \\-
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:112700
    • 提供者:macui
  1. GridCtrlDemo

    0下载:
  2. 本例详细的说明和介绍了MFC里的一个控件GRID32.ocx的详细应用。MFC自带的grid控件是无法编辑表格内容的,这个程序实现了可以编辑内容。
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:1262071
    • 提供者:
  1. MFC_OpenGL

    1下载:
  2. VC下实现Opengl绘制网格,利用MFC为模板,可做为MFC+Opengl的程序框架。值得学习。-VC achieve Opengl rendering the grid, using MFC as a template, can be used as a procedural framework for MFC+ Opengl. Worth learning.
  3. 所属分类:OpenGL program

    • 发布日期:2016-09-20
    • 文件大小:2051146
    • 提供者:和尚
  1. 20080116153752_jgg

    0下载:
  2. 九宫方格图,通过此程序用户可以很好的掌握回溯算法,并能够对mfc德变成有一定了解-Nine-palace grid map, through this process the user can grasp a good retrospective algorithm, and able to mfc Germany into a certain understanding of
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-06
    • 文件大小:710046
    • 提供者:张戈
  1. ExMenu

    1下载:
  2. 一个基于MFC菜单、工具栏和状态栏的应用程序,包括两个菜单的切换、右键弹出式菜单、工具栏的切换、状态栏信息格的添加等功能。-MFC-based menus, toolbars, and status bar of the application, including the two menus to switch, right pop-up menus, tool bar switch, the status bar to add features such as the information
  3. 所属分类:Menu control

    • 发布日期:2016-06-19
    • 文件大小:654340
    • 提供者:艾萌
  1. PropertyListDlg

    0下载:
  2. 这个代码实现了一个类似VS2005的属性框的控件。-This code implements a similar property VS2005 control box.
  3. 所属分类:PropertySheet

    • 发布日期:2017-03-29
    • 文件大小:57178
    • 提供者:liu qi
  1. FPoint

    0下载:
  2. 1.生成mfc基于对话框的模块。 2.绘制表格,获取对话框的宽度和高度后画线等分。在onpaint函数内操作的,画棋子也是在其中操作的。 3.根据表格的交界和数组对应,就相当于一个点看作一个元素。同时每个点对应的坐标值是可以算出来的,就是等分原理。比如总长100,坐标就是10,20,。。 4.事件映射数组,有一个双击事件,用来获取鼠标的光标值,这个值和网格点的哪个值最接近就算是哪个点被点击了。 5被点击后数组用1,2标志。onpaint里话棋子,如果为1,2就画两种不同的子。
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4722520
    • 提供者:李龙
  1. DrawGrid

    0下载:
  2. mfc的简单对话框示例,通过改变行数列数和颜色实现网格的可变-simple mfc dialog example, by changing the number of columns and rows of the grid variable color
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-10
    • 文件大小:1943053
    • 提供者:刀刀
  1. OpenGL_Line

    0下载:
  2. 基于MFC单文本对话框的opengl画线程序,里面画线程序只完善了网格线的,其余留着可自行添加-Opengl drawing a line program dialog based MFC single text, which draw lines program only perfect grid lines, the rest keep their own Add
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-18
    • 文件大小:5006541
    • 提供者:孙俊
  1. 1282632_1293600868tm7L

    0下载:
  2. VC环境下使用C调用MFC库开发的图形界面的俄罗斯方块 程序,可以左右下移动变形,满格消除积分功能-VC environment using the C calling Tetris programs for development of the graphical interface of the MFC library, can be moved around under the deformation, the full grid to eliminate the integral
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-04
    • 文件大小:1485510
    • 提供者:许龙军
  1. DEM

    0下载:
  2. 在MFC平台下用opengl显示DEM,主要实现漫游操作,读取格网数据作为数据源。-MFC platform with opengl display DEM roaming operation, read the grid data as the data source.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3948077
    • 提供者:wanghaiyang
  1. moveBubble--ok

    0下载:
  2. mbubble移动网格显示泡泡,用MFC写的小程序,适用于VC6.0.没有密码。-display bubble, mbubble moving grid with MFC write procedures applicable to VC6.0. has no password.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-29
    • 文件大小:13064431
    • 提供者:fblbla
  1. Doc

    0下载:
  2. 一个MFC界面上各种操作的展示,网格线绘制,滚动字符,渐变字符的显示等功能的实现。-A MFC interface display of various operations, grid lines drawn on the realization of the rolling character, gradient-character display.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-14
    • 文件大小:3722514
    • 提供者:李名
  1. GridDemo

    0下载:
  2. Visual C++ 6下,基于MFC的自制Grid网格控件,以及相关使用示例-Grid Control
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-18
    • 文件大小:44373
    • 提供者:lr
  1. PictureLine

    0下载:
  2. 在图像上绘制网格,MFC窗口编程,栅格线-Drawing on the image grid, MFC windows programming, grid lines
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-12
    • 文件大小:2821168
    • 提供者:李新乐
  1. MFC_Diploma

    0下载:
  2. A diplom project that illustrate how to work whith Grid, DAO Objects, Recordsets, Mask Edit and Rich Text Format in MFC.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-02
    • 文件大小:518136
    • 提供者:Dmitry
  1. vis1

    0下载:
  2. 在Visual C++中采用网格序列法实现等值线生成,为MFC 可执行文件;-In VC sequences using a grid method to achieve contour generation
  3. 所属分类:OpenGL program

    • 发布日期:2017-02-19
    • 文件大小:2330624
    • 提供者:奉雨娟
  1. ed01

    0下载:
  2. VC++基于MFC的窗口网格绘制,带有线型和颜色的变换-VC++ MFC-based window grid draw, and color transformation with linear
  3. 所属分类:Graph Drawing

    • 发布日期:2017-06-17
    • 文件大小:26037855
    • 提供者:name
  1. gridpoint

    0下载:
  2. 利用mfc实现在网格中寻找最近吸附点、画线-Use mfc achieve adsorption find the nearest grid point
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4492847
    • 提供者:李银波
« 1 2 34 »
搜珍网 www.dssz.com