CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - VC 动态链接库

搜索资源列表

  1. h264dll

    0下载:
  2. h264编码包,可以生成一个编码H264的动态链接库的vc工程程序,可以自定义H264的内容,学习H264编码的工具-h264 encoded packets, encoding H264 can generate a dynamic link library vc engineering program, you can customize the contents of H264, H264 encoded learning tool
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-12
    • 文件大小:2671860
    • 提供者:张天行
  1. VCPPcall-DLL-generated-from-Matlab

    1下载:
  2. 将Matlab中现成的数学函数编译为动态链接库,供VC调用,可以省去工程应用中要编写各种C++数学算法的烦恼。这几个工程是我总结的几个案例,分别是VC6.0和VS2008下调用Matlab r2010a生成的dll的例子,还包括2个我自己做的矩阵求逆和数值积分的例子。-Will be ready in Matlab mathematical functions compiled to a dynamic link library for VC call, eliminating the need
  3. 所属分类:matlab

    • 发布日期:2014-05-18
    • 文件大小:6045696
    • 提供者:蔡浩宇
  1. play

    0下载:
  2. 一个简单的媒体播放软件,嵌套插件,动态链接库-can play video you can use but must have vc++
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-12
    • 文件大小:2591661
    • 提供者:namepeople
  1. DTWDLL

    0下载:
  2. 基于MD5算法实现的动态口令动态链接库,开发语言vc-MD5 algorithm based on dynamic password DLL, development vc++ language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2240857
    • 提供者:huyine
  1. VCtest

    0下载:
  2. VC实现串行通信的动态链接库,非常适用初学者-VC in the dynamic link library for serial communication, ideal for beginners
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:9636
    • 提供者:陈立
  1. dll

    0下载:
  2. 此文档是DLL动态链接库编程的入门级资料。使用工具VC++,MFC 开发!-This document is the entry-level information of the DLL dynamic link library programming. Use the tools of VC, MFC development!
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-06
    • 文件大小:1406498
    • 提供者:王志勇
  1. VC3

    0下载:
  2. 基于PC机与单片机的串口通信,用到了一个动态链接库和一个自定义消息. 掌握VC下串口编程式的方法,掌握动态库的静态调用及自定义消息. -PC and microcontroller-based serial communication, use of a dynamic link library and a custom message. To master VC and serial programming method, the static call to grasp the
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1779726
    • 提供者:陈杰
  1. com

    0下载:
  2. VC开发的一个串口通信的动态链接库程序源码-Dynamic link library program source code of a serial communication in the development of the VC
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:463531
    • 提供者:gaoxinhao
  1. CPP-to-dll

    0下载:
  2. 文章讲述了如何将VC的类提取出来作为动态链接库形式来实现相应的功能-The article tells the VC class is extracted as a form of dynamic link libraries to implement the corresponding function
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:730804
    • 提供者:张照康
  1. VCPP-DLLS-simply-programming

    0下载:
  2. 利用VC++实现动态链接库(DLL)编程,深入浅出,通俗易懂,本文详细介绍了DLL编程的方方面面,努力学习完本书对DLL有较全面的掌握,并能编写出大多数DLL程序。-Vc++ to realize DLLS programming, easily understood, easy to understand, this paper introduces the DLL all aspects of programming, study hard finishing a book to have
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:553103
    • 提供者:威纳
  1. DllTest

    0下载:
  2. 本代码用于界面开发,应用软件开发环境是VC,其相关的动态链接库程序,希望对大家有帮助!-This code is used to interface development , application software development environment is VC , dynamic link library program , we want to help !
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-08
    • 文件大小:173659
    • 提供者:赵丽
  1. vcPandPfortran

    0下载:
  2. VC和FORTRAN之间用动态链接库连接的例子-The example of the connection between VC and FROTRAN using DLL
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-15
    • 文件大小:3887104
    • 提供者:程伟
  1. segrefine

    0下载:
  2. 经典的grabcut算法,基于matlab与VC混合编程,vc已经编译为动态链接库,matlab可以直接调用,matlab可以直接运行的-The classic grabcut algorithm matlab and VC mixed programming, vc already compiled dynamic link library, Matlab can be called directly, Matlab can be run directly
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:710168
    • 提供者:李前
  1. vccsky

    0下载:
  2. VC++如何初始化COM库的源代码,可能对于初学者来说,这个再简单不过的问题似乎也成了问题,在VC++数据库操作中,引入ADO动态链接库恐怕是进行数据库操作的第一步了,因此简单但必不可少,所以通过这个VC++小实例,你会搞明白如何初始化COM动态链接库。 -VC++ how to initialize the COM library source code, probably for beginners, this is a relatively simple problem seems t
  3. 所属分类:Other Databases

    • 发布日期:2017-04-17
    • 文件大小:29312
    • 提供者:李元驰
  1. 199056234OCR_

    1下载:
  2. 此OCR代码收集自网上,可以调用微软OFFICE内置的OCR识别功能,使用前必须先安装OFFICE2003以上版本! 使用OCR识别模块源自一个失败的项目,本源码使用VC++6.0SP3编译,编译后生成一个 DLL 动态链接库文件。 RELEASE内有编译后的DLL文件及易语言的实例代码(此实例项目源于一个流产的项目,现公开源码)!-This OCR code to collect information from the Internet, can call Microsoft OFF
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2303324
    • 提供者:
  1. DeviceFind

    0下载:
  2. 用VC++写的一个动态链接库,实现对接入电脑上的硬件设备的发现。开发环境VS2008-A dynamic link library written in VC++, the discovery of the access on the computer hardware. The development of environment VS2008
  3. 所属分类:.net

    • 发布日期:2017-05-12
    • 文件大小:2944081
    • 提供者:sofy
  1. MSADO15

    0下载:
  2. vc连接数据库通过ADO访问OLE DB的访问驱动,即动态链接库-datebase driver
  3. 所属分类:SQL Server

    • 发布日期:2017-04-04
    • 文件大小:133451
    • 提供者:马冲
  1. multi-thread-asynchronous-

    0下载:
  2. 详细讨论了基于VC开发环境的异步串行通信动态链接库的开发、设计过程-Discussed in detail the dynamic link library of asynchronous serial communication based on VC development environment, development, design process
  3. 所属分类:Project Design

    • 发布日期:2017-04-05
    • 文件大小:131785
    • 提供者:泞瀞
  1. DlgPreprint

    0下载:
  2. VC++在对话框中使用打印预览功能的实例源代码,主要演示如何在对话框中使用只有在文档-视图模型中才能使用的打印预览功能,其实本程序也使用了一个没有文档类的文档-视图结构来间接完成打印预工作的,但我们在使用时基本感觉不到它的存在。   在实际使用中可将文档-视图部分编制成扩展动态链接库,我就是这样做的,编制打印程序时使用起来非常方便-VC++ use the print preview function in the dialog source code examples, main dem
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:29282
    • 提供者:seivin
  1. DLL

    0下载:
  2. VC++深入详解中MFC的动态链接库代码。关于动态链接库的生成产生、调用以及相关调试。是完整的工程可以直接运行。-VC++ depth detailed in the MFC dynamic-link library code. The generation of a dynamic link library calls and debugging. The complete project can be run directly.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:162532
    • 提供者:林一
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 »
搜珍网 www.dssz.com