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

搜索资源列表

  1. dll-loading-and-unloading

    0下载:
  2. dll加载以及卸载,vc++源码,希望大家能用得着。-dll loading and unloading, vc++ source.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:282466
    • 提供者:hhh
  1. lpk-1.0-vc

    0下载:
  2. 带网上开源的lpk.dll .cpp 主要功能:自定义劫持加用户 邮箱发信 传回用户名 dll劫持、。同目录运行exe自动加载我们生成的lpk.dll 成功执行我们的自定义劫持的代码 (加用户)-With open-source online lpk.dll. Cpp main function: letter returns the user name dll hijack hijacked add custom user mailboxes. The same directory
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:209788
    • 提供者:小花匠
  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. DLL

    0下载:
  2. 在UNION_RSA.cpp中,以下函数是公钥运算函数 // A,输入参数:签名数据,输出参数:签名 // E,输入参数,模数 // N,公钥/私钥 // dwLen,签名数据的长度 int UNION_RSA(unsigned char * A,const char * E,const char * N,unsigned int dwLen).-RSA- VC
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:268074
    • 提供者:符先生
  1. postal_rs

    0下载:
  2. Doubly Lengthened Reed-Solomon Encoder Decoder Library for Japanese Postal ID Barcode. Codes are written for Windows DLL (VC++ 2010 Express). However, you can change easily for another target.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:31344
    • 提供者:makoto
  1. How-to-make-a-dll-with-VCPP

    0下载:
  2. 文章详细介绍了如何使用VC++编写一个DLL程序,包括普通DLL、MFC DLL和扩展DLL 三种类型;-The article describes in detail how to use VC++ to write a DLL procedure, including ordinary DLL, MFC DLL and extension DLL three types
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:153641
    • 提供者:
  1. Resource-Only-DLL

    0下载:
  2. vc++,dll,纯资源的DLL就是只包含资源的DLL,例如:图标,位图,字符串,声音,视频,对话框等。使用纯资源DLL可以节约可执行文件的大小,可以被所有的应用程序 所共享,从而提高系统性能。纯资源DLL的编写比普通的DLL要简单的多,-vc++, dll, pure resource DLL that contains only resource DLL, such as: icons, bitmaps, strings, voice, video, dialog boxes, and
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-24
    • 文件大小:259639
    • 提供者:John Spring
  1. myEditor

    0下载:
  2. 使用scitilla控件(sciLexer.dll)的vc对话框程序源码-Use scitilla control (sciLexer.dll) of the dialog program source code (vc)
  3. 所属分类:RichEdit

    • 发布日期:2017-04-09
    • 文件大小:1329669
    • 提供者:rui_biao
  1. MFC-DLL

    0下载:
  2. 对于vc的动态链接库的实例。可以帮助读者进一步了解他-it is about vc DLL
  3. 所属分类:ELanguage

    • 发布日期:2017-11-11
    • 文件大小:5222504
    • 提供者:jumoran
  1. VC-DLL-Demo

    0下载:
  2. VC动态链接库实例,演示如何使用动态链接库-VC dynamic link library instance, demonstrates how to use the dynamic link library
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:4881
    • 提供者:wuya
  1. How-to-write-with-a-VC-DLL

    0下载:
  2. vc 生成Dll,用动态链接库实现一个add函数,-vc 用动态链接库实现一个add函数
  3. 所属分类:software engineering

    • 发布日期:2017-11-08
    • 文件大小:95819
    • 提供者:lili
  1. the-DLL-Trojans-(simple-articles)

    0下载:
  2. VC++动态链接库编程之DLL木马(简单篇) DLL在程序编制中可作出巨大贡献,它提供了具共性代码的复用能力。但是,正如一门高深的武学,若被掌握在正义之侠的手上,便可助其仗义江湖;但若被掌握在邪恶之徒的手上,则必然在江湖上掀起腥风血雨。-A dynamic link library programming of the VC++ the DLL Trojans (simple articles) DLL programming make a significant contribution,
  3. 所属分类:File Formats

    • 发布日期:2017-11-20
    • 文件大小:3576
    • 提供者:张浩杰
  1. VC-dll

    0下载:
  2. 利用VC++6.0制作DLL,实现跨语言的函数调用,DLL显然是很重要的内容。-By VC++6.0 production DLL, cross-language function calls, DLL is obviously very important.
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-14
    • 文件大小:204281
    • 提供者:zhtwei
  1. MFC-Call-dll

    0下载:
  2. 关于VC++调用DLL文件的程序代码,VC++6.0的对话框中调用DLL中的函数。-VC++ code to call the DLL file, VC++ 6.0 dialog box, call a DLL function.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-11
    • 文件大小:2112998
    • 提供者:zhtwei
  1. VC--Dynamic-Link-Library

    0下载:
  2. 动态链接库DLL的开发与运用,开发IE插件必备-Dynamic Link Library
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-11-07
    • 文件大小:73125
    • 提供者:wahaha
  1. VC

    0下载:
  2. MakeBar.dll二维条码生成动态连接库,用以生成PDF417二维条码,适用于windows环境开发工具。-This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-15
    • 文件大小:135041
    • 提供者:阿飞
  1. itemhistory

    0下载:
  2. VC/C++源码,界面编程,记忆菜单,历史记录,mfc70.dll   VC++在子菜单中添加打开文件的历史记录文件,菜单为自动记忆你打开过的文件,方便下次快速打开,示例程序仅以打开TXT格式的文本文件为例,演示如何记录打开的TXT文件记录。-VC/C++ source code, programming interface, memory menu, history, mfc70.dll VC++ added in the sub-menu to open the file histo
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-07
    • 文件大小:429745
    • 提供者:肖敬帅
  1. dll-injection

    0下载:
  2. dll注入,还能通过进程名获取进程id,用VC能打开-dll injection, but also by the process name to get the process id
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1922524
    • 提供者:kasen
  1. VCPPdongtailianjieku(DLL)

    0下载:
  2. 关于vc++动态链接库(DLL)编程的相关知识和说明,本文详细介绍了dll编程的方方面面,努力学完本文可以对dll有较全面的掌握,并能编写大多数dll程序-About vc++ dynamic link library (DLL) programming knowledge and instructions, this article details all aspects of the dll programming efforts to the end of this article a m
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:618715
    • 提供者:潘晓明
  1. VCPP-DLL-Program

    0下载:
  2. VC++动态链接库编程,讲述各种动态链接库的制作方法及调用模式-VC++ dynamic link library programming, about a variety of dynamic link library production methods and call mode
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-16
    • 文件大小:397221
    • 提供者:wozero
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com