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

搜索资源列表

  1. ADOACCESS

    2下载:
  2. 这是一款用MFC ADO编写的数据库软件,它可以实现对ACCESS数据库的打开,添加,修改,保存,排序得一系列的功能。它利用ListCtl进行显示-This is a MFC ADO with the preparation of the database software, it can be open to the ACCESS database, add, modify, save, sort a series of functions. It uses ListCtl display
  3. 所属分类:Other Databases

    • 发布日期:2017-05-17
    • 文件大小:4379958
    • 提供者:wu
  1. showBMP

    0下载:
  2. 使用MFC ,用来打开BMP格式的照片。也可以使用opencv,联系起来使用-The use of MFC, used to open the BMP format pictures. You can also use opencv, linked to the use of ... ...
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2200285
    • 提供者:xlh
  1. ImageViewer

    0下载:
  2. Visual c++ mfc应用,具有打开图片,放大缩小图片的功能,给图象处理爱好者参考.-Visual c++ mfc application has to open pictures, picture zoom function, a reference to the image processing enthusiasts.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:291809
    • 提供者:陆广军
  1. MyPlayer

    0下载:
  2. 文件——》新建——》项目,选择MFC应用程序——》名称为player——》确定。 点击应用程序类型——》基于对话框——》完成。 在DIALOG中右击——》插入ACTIVEX控件——》选Windows Media Player ,添加了Windows Media Player 控件ID为IDC_OCX1。 对Windows Media Player控件右击——》添加变量——》变量名为m_wmplayer——》完成。 拉二个按钮到DIALOG中“打开”和“暂停”,双击“打开”
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:159524
    • 提供者:陈冉
  1. ZDib

    0下载:
  2. MFC 编程实现打开对话框,bmp 图形的显示-MFC Programming Open dialog box, bmp graphics display
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:100673
    • 提供者:zhang
  1. VC

    4下载:
  2. Visual C++6.0的MFC提供了对数据库的强大支持。对于数据库的访问,MFC提供了两组类,ODBC(open database connectivity)和DAO(database access object)。利用这两个功能强大的类,用户可以方便地开发基于ODBC或DAO的数据库应用程序。 开发一个成绩管理系统,可以实现成绩的管理,只要对数据库进行配置,就可以使用。并提供新学生成绩登记,现有学生成绩查询功能,对记录的删除修改等工作。学生信息管理系统的主要目的就是利用软件实现学生有关
  3. 所属分类:ADO-ODBC

    • 发布日期:2016-06-21
    • 文件大小:444530
    • 提供者:sss
  1. CFileDemo

    0下载:
  2. 在MFC中如何打开和创建文件夹,并用ARchive打开和创建文件夹-In MFC how to open and create a folder, and open and ARchive create a folder
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3590742
    • 提供者:tree
  1. compute

    0下载:
  2. (MFC)此代码实现了一个计算器,用对话框的形式打开应用,很具有参考价值.-This code implements a calculator with a dialog box to open the application form, it is valueable for learners.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1949395
    • 提供者:Miller
  1. Phone

    0下载:
  2. 网络多媒体通信 1、编制一个网络多媒通信软件,实现: 在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。 2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。 本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:66315
    • 提供者:zym
  1. cross

    0下载:
  2. 一个最简单的mfc图像处理软件,打开,保存,直方图,部分另存,求面积等-One of the most simple mfc image processing software, open, save, Histogram, some saved, seeking an area of such
  3. 所属分类:Graph program

    • 发布日期:2017-05-16
    • 文件大小:4352228
    • 提供者:阿超
  1. BignumCal

    0下载:
  2. MFC编写的大数计算器,位数不限,可以实现基本四则运算、倒数、对数、开方、三角函数、阶乘、乘方等功能-MFC written in large numbers calculators, digits open, you can achieve the basic four operations, reciprocal, logarithmic, square root, trigonometric functions, factorial, involution and other functi
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:54447
    • 提供者:hack10002
  1. camtest_auto

    0下载:
  2. 一个应用MFC实现摄像机自动标定的实例程序。-An application of open-cv example of realization of the camera auto-calibration procedure.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:60777
    • 提供者:lijing
  1. MFC_OPENCV

    0下载:
  2. 在MFC中应用OpenCv。可以打开保存图片的基本程序框架。(想正确运行,请确保已装OpenCv并且已经和VC6正确连接)-In the MFC Application OpenCv. You can save the image to open a basic procedural framework. (Think correctly, make sure that has been installed and has OpenCv and VC6 properly connected)
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1975298
    • 提供者:patrick
  1. BmpBrowser

    0下载:
  2. MFC 程序打开本地的位图图片的C++源代码 ,可以直接用c++6.0打开编译运行-MFC program to open bitmap images of local C++ source code, you can directly open the compiled c++6.0 run
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:30081
    • 提供者:罗云
  1. BOOK_TEST

    0下载:
  2. openCV实现打开图片,同时采用哈里检测得到人脸部分,实现了图像的识别。-Open the image openCV achieved while using some of Harry' s face detection to be achieved image recognition.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2844625
    • 提供者:boss liu
  1. AvideoplayerbasedonVisualCMFCandOpenCV

    0下载:
  2. 基于MFC对话框的OpenCV视频播放 主要功能:读取AVI视频文件、播放视频文件、可进行播放、暂停、停止操作-A video player based on Visual C++ MFC and OpenCV. Functions: Open .avi files play, pause, stop the video
  3. 所属分类:Video Capture

    • 发布日期:2017-03-30
    • 文件大小:34755
    • 提供者:李波
  1. showImage

    0下载:
  2. 利用MFC的类库,使用MFC图形界面打开并显示一幅图像-open and show a Image
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-30
    • 文件大小:48904
    • 提供者:ll
  1. opencvPic

    0下载:
  2. OpenCV的全称是Open Source Computer Vision Library 基于vc MFC的一个简单程序,实现opencv读取图片-OpenCV stands for Open Source Computer Vision Library is a simple vc MFC-based program, achieving opencv read the picture
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:688179
    • 提供者:zsy
  1. ShowBitmap

    0下载:
  2. MFC 打开图片-MFC Open the picture .................
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-01
    • 文件大小:36611
    • 提供者:王飞
  1. BmpTest

    0下载:
  2. 运用MFC多文档,可以打开256位真彩图片并能显示出来。-Using MFC multi-document, you can open a 256-bit true color image and can be displayed.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:41272
    • 提供者:yue
« 1 2 34 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com