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

搜索资源列表

  1. POS58LDLL1.1

    0下载:
  2. 利用VC6.0,非MFC,实现PC串并口,打开,关闭,读,写操作的动态库-Use VC6.0, non-MFC, the realization of PC parallel port string, open, closed, read, write, operate a dynamic library
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:90331
    • 提供者:zhaoyanming
  1. D3DDemo

    0下载:
  2. 基于win32基本工程创建的三棱锥动态模型,使用directx9 sdk。 使用WinMain为入口函数,非mfc。-Win32-based capital works to create a pyramid of three dynamic models, the use of directx9 sdk. WinMain function used for the entrance, not mfc.
  3. 所属分类:DirextX

    • 发布日期:2017-04-25
    • 文件大小:16310
    • 提供者:redyjq
  1. W32DLL

    0下载:
  2. win32下的非mfc的dll编写,很经典-win32 under the preparation of non-mfc' s dll, it is a classic
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:13358
    • 提供者:朱朋
  1. Chapter08

    0下载:
  2. 该程序为MFC初学者学习对话框的相关编程提供了一个很好的范例,他给出了模态对话框,非模态对话框,及公用对话框的相关应用-The program for beginners MFC dialog-related programming study provides a good example of give him a modal dialog, modeless dialog box, and the common dialog box related applications
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-17
    • 文件大小:97120
    • 提供者:tanghuang
  1. DLL

    0下载:
  2. 静态链接库和动态链接库的编程实例,动态链接库为非MFC链接库-Static link library and dynamic-link library programming examples for non-MFC dynamic-link library link library
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:681691
    • 提供者:方超
  1. counter

    0下载:
  2. 纯windows api 非mfc 从txt文档中读取字符 自动统计 字符出现的频率-Windows api pure non-mfc read from the txt file characters automatically character frequency statistics
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:140992
    • 提供者:陈洋
  1. dll

    0下载:
  2. 通过一个dll创建工程和一个dll使用工程来进行非MFC DLL的创建和使用方法-introduce the way to create and use a dll through the 1 project and dlltest project in the rar file
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:321158
    • 提供者:carl
  1. Dialog

    0下载:
  2. MFC对话框各个功能,包括模态非模态和密码验证等等。-MFC dialog box in all functions, including non-modal mode and password authentication and so on.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-29
    • 文件大小:12130677
    • 提供者:chenqiqi
  1. NoModalDlg_MFC

    0下载:
  2. 非模态对话框MFC示例 -Modeless dialog box modeless MFC dialog box sample MFC Example
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-07
    • 文件大小:180515
    • 提供者:SigCell2008
  1. vc347732323

    0下载:
  2. C++图书管理系统,非MFC制作版本,将代码复制粘贴到C++程序里就可以直接编译运行-Library Manage System,without MFC progress.Copy the code to C++ programme and use it.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2741
    • 提供者:huangxinran
  1. vcap

    0下载:
  2. windows GUI,人工非mfc界面,可以录制视频,要学习摄像头编程和界面编程的都来学习。-non-mfc interface, can record video.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:252811
    • 提供者:蔡理君
  1. TDL_Calendar

    0下载:
  2. 这是一个用MFC实现的日历控件,它可以实现像OutLook中日程安排(事件记录)。如果你只是希望使用这样的日程日历,你可以直接拷贝CalendarExt.dll到工程中使用,如果你希望进一步修改代码,可以直接在代码中修改。它还包括的功能:ESC键关闭日历窗口、每个日程任务有它的Tooltip,支持最大化按钮,支持非ASCII字符显示,可以自动显示或隐藏周末,支持右键选择多个任务的功能。-This is a calendar control with the MFC implementation,
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:600294
    • 提供者:郭峰
  1. MyProjects

    0下载:
  2. MFC模态与非模态对话框示例,东北大学软件学院实验课标准示例-MFC program
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3872934
    • 提供者:王二
  1. VCADO

    0下载:
  2. 在WIN32中,模式对话框的创建一般是使用DialogBox来进行创建的。而非模式对话框则是利用CreateWindow来创建的。在MFC或是WTL中,模式对话框一般是使用DoModal,而非模式对话框的创建则是使用Create。 模式对话框创建后,程序的其他窗口便不能进行操作,必须将该窗口关闭后,其他窗口才能进行操作。而非模式对话框则无需这样,它不强制要求用户立即反应,而是与其他窗口同时接受用户操作。 -very good!!
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:4407
    • 提供者:伊一
  1. Test_4

    0下载:
  2. vtk环境下,能够显示非结构化网格的程序,自己编的,与大家共享 编程环境:mfc-vtk environment, able to display unstructured mesh procedures, compiled their own, and share programming environment: mfc
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:2049628
    • 提供者:宋力
  1. ClassTrayIcon

    0下载:
  2. 系统托盘类,支持非MFC程序(封装时,没有依耐MFC),使用简短。 这是我准备写另外一个程序的开头,觉得简单,就先保存下来。-// This can help you show your tray icon in taskbar status area of windows. // It is used in application without MFC.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-07
    • 文件大小:33512
    • 提供者:Alsmile
  1. APIButton

    0下载:
  2. 本程序使用API进行扩展美化了Button,可以适合于非MFC环境使用。-This program uses the API to extend beautify the Button, you can use for non-MFC environment.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:297715
    • 提供者:于泽
  1. KDE_subtraction

    0下载:
  2. 采用非参数背景建模,MFC,对运动目标进行检测,有很高的参考价值-Using non-parametric background modeling, MFC, the moving target detection, a high reference value
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-24
    • 文件大小:53131
    • 提供者:yu zhu
  1. random

    0下载:
  2. 使非MFC窗口程序的窗口回调过程成为C++类的成员函数-The non-MFC windows program window callback procedure as C++ class member function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:34877
    • 提供者:andy
  1. echo

    0下载:
  2. 本示例为基于winsocket中AsyncSelect模型的简单的UDP回送程序。 本工程为vs2005-MFC工程,窗口用的是MFC,使用socket编写(非MFC的CSocket类)。 bin文件夹--->应用程序 src文件夹--->源代码-This example is based on winsocket AsyncSelect model in a simple UDP echo program. This works for vs2005-MFC proje
  3. 所属分类:WinSock-NDIS

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