CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - MFC界面

搜索资源列表

  1. MFCjiemian

    0下载:
  2. mfc的界面设计及其它个方面的应用,可以做出相当不错的界面-mfc interface design and other aspects of the application
  3. 所属分类:CSharp

    • 发布日期:2017-05-26
    • 文件大小:8726623
    • 提供者:lhy
  1. tbb41_20120718oss_win

    0下载:
  2. 图形界面示例源代码 MFC  图形界面设计-Sample source code of the graphical interface MFC graphical interface design
  3. 所属分类:CSharp

    • 发布日期:2017-11-08
    • 文件大小:22077416
    • 提供者:litiantian
  1. mfc.pdf

    0下载:
  2. mfc界面开发 程序设计的技术指导书能彻底学会操控Message Mapping及Command Routing-MFC interface development program design technology instruction can thoroughly learn to Command
  3. 所属分类:CSharp

    • 发布日期:2017-05-23
    • 文件大小:7860741
    • 提供者:张于
  1. sheji

    2下载:
  2. 用C++实现六自由度的机械手的运动学正反解问题,并用MFC做界面实现-resolve the inverse kinematics problem of the robot,and use the MFC interface to realise the input and output
  3. 所属分类:CSharp

    • 发布日期:2015-09-15
    • 文件大小:1892352
    • 提供者:jiangrukang
  1. MusicPlayer

    0下载:
  2. MFC 播放器,用MCI做的,界面一般功能基本能实现-MFC player, with MCI interface general function is basic to achieve
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3767344
    • 提供者:leo
  1. producter_and_consumer

    0下载:
  2. 生产者消费者模型模拟。有可独立运行的应用程序。MFC界面。-Producer-consumer model simulation. The application can be run independently. MFC interface.
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3625587
    • 提供者:王美
  1. CSharp

    0下载:
  2. 程序要实现的目的是通过鼠标来控制图片的缩放和移动的效果,也就是说可以鼠标在程序界面上拖动图片,通过鼠标滚轮放大和缩小图片。这种功能在图片浏览程序里面再普通不过了,一般来说,如果是在MFC或者Winform里面实现这两个功能的话,都是通过处理鼠标的移动和滚轮事件,在这两个事件处理函数里面,获取鼠标的位置和滚轮滚动的偏移量,然后针对性地更改图片的位置和高宽度来做的。-Program to achieve the purpose of the picture zoom and move the mou
  3. 所属分类:CSharp

    • 发布日期:2017-03-21
    • 文件大小:59631
    • 提供者:lqstae
  1. RSA

    0下载:
  2. RSA算法实现,MFC界面,可实现字符加密解密。-RSA algorithm, the MFC interface that can be realized character encryption and decryption.
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:1922208
    • 提供者:陈星雄
  1. chuankou

    0下载:
  2. 在VC环境下利用MFC编程的一个串口通信程序,通过串口发送数据并在界面中显示曲线-In VC MFC programming environment using a serial communication program, and send data through the serial interface display curve
  3. 所属分类:CSharp

    • 发布日期:2017-11-29
    • 文件大小:1937100
    • 提供者:wenkui
  1. login

    0下载:
  2. C#语言写的小小的登录程序,界面采用MFC-C# language to write small login program interface using MFC
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:4706860
    • 提供者:derek
  1. xiaoxueshuxueceshi

    0下载:
  2. C++课程设计小学数学测试软件。MFC可视化界面。计算机课程设计-C++ primary mathematics curriculum design testing software. MFC visualization interface.
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:4539193
    • 提供者:纪晨
  1. WPFUseInMFCWithCPP

    0下载:
  2. WPF处理界面很厉害,MFC的旧程序太多,为了升级MFC的外观,可能会考虑用WPF来替代,此时就要考虑如果在MFC中加入WPF控件,本示例是从国外转来的,有此需求的同志可以参考。-WPF processing interface is very powerful, MFC old program too much, in order to upgrade the appearance of the MFC, you may consider using WPF to replace, then
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:27880
    • 提供者:谭刚
  1. MyHanio1

    0下载:
  2. 一个用mfc实现的带界面汉诺塔源程序,可手动输入最多15层。-An interface using mfc achieved with HANOR source, you can manually enter up to 15 layers.
  3. 所属分类:CSharp

    • 发布日期:2017-06-12
    • 文件大小:20385307
    • 提供者:李海鹏
  1. Draw-lines

    0下载:
  2. 画线软件 MFC做的 进入界面 就可以画线 可以画各种图形 重点是控制好鼠标-MFC do draw the line into the interface software can draw lines can draw various graphics focus is to control the mouse
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2319119
    • 提供者:张哥
  1. DrawImage

    0下载:
  2. MFC编写的图像软件,可绘制出Bezier,B样条和Hermite曲线,界面美观,代码条理清晰,可供学习用。-MFC prepared by the image software, you can draw a Bezier, B-spline and Hermite curves, beautiful interface, code clarity, available for study.
  3. 所属分类:CSharp

    • 发布日期:2017-05-18
    • 文件大小:5291468
    • 提供者:李海鹏
  1. PA8800(04.09-15.52)

    0下载:
  2. 自己做的一个vc++ mfc的界面,包含坐标图形的画法-Own a vc++ mfc interface contains the coordinates of graphics painting
  3. 所属分类:CSharp

    • 发布日期:2017-05-22
    • 文件大小:6712446
    • 提供者:网网
  1. GMap1

    1下载:
  2. 在C#中调用GMap(一款开源的地图工具,可以从谷歌等多个地图网站获取地图),注意不是C++和MFC哦,是在C#中,用WinForm界面实现的简单的地图浏览功能,并给出了在地图上做标记的方法。VS2012的完整工程。-Call GMap in C# (an open source mapping tools, you can get from Google and other map site map), note that not C++ and MFC Oh, it is a simple
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:4462370
    • 提供者:俞毅
  1. asd

    0下载:
  2. MFC生成随机数,在VC + + 6的条件下操作,有界面操作-MFC random number generation, operating in VC++ 6.0 conditions, there are interface operation
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:2005392
    • 提供者:xiaoxiao
  1. showPoem

    0下载:
  2. mfc在界面操作,能够在窗口点击右键时候,出现一首诗。-MFC in the interface, can be in the windows right click, a poem.
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3694069
    • 提供者:xiaoxiao
  1. WordSorting

    0下载:
  2. 单词排序 体现了管道过滤器风格 使用c#语言 mfc的界面(wordSorting pipe filter, push "enter" to start a new sorting)
  3. 所属分类:C#编程

    • 发布日期:2018-01-09
    • 文件大小:235520
    • 提供者:JinnIanC
« 12 »
搜珍网 www.dssz.com