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

搜索资源列表

  1. WINDOWS-API

    1下载:
  2. 内容简介 本书是关于MicrosoftWin32.API函数的完整参考手册。本书详细介绍 了每一个Win32 API函数的使用方法,其中着重介绍其原型表示、函数说明 、参数说明、注意事项、相应头文件(.H)、链接库(.LIB或.DLl)和典型 示例。对于每个函数本书给出了相应的示例,这样读者在阅读相应的Win32 API函数时就能很快地了解它的具体功能和使用方法,便于更快地掌握该接 口函数。 本书是从事Microsoft Wi
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-22
    • 文件大小:42215511
    • 提供者:andy14
  1. ZyComHookSample

    1下载:
  2. IFileOperation COM HOOK代码实例 WIN7系统在explorer.exe中操作文件都是调用IFileOperation COM接口,因此通用方法HOOK Win32 API 如DeleteFile就失去了作用 该实例成功HOOK到了NewItem、RenameItem、RenameItems、MoveItem、MoveItems、CopyItem、CopyItems、DeleteItem、DeleteItems等接口 备注: google您可以找到有关com
  3. 所属分类:Hook api

    • 发布日期:2016-01-21
    • 文件大小:74752
    • 提供者:海盗医生
  1. win32filefind

    0下载:
  2. 这个文件主要实现使用Win32 API 查找某个目录下的所有文件(包括子目录)-This file is mainly achieved using the Win32 API to find all files in a directory (including subdirectories)
  3. 所属分类:TreeView

    • 发布日期:2017-04-02
    • 文件大小:41759
    • 提供者:张意见
  1. perl_open

    1下载:
  2. perl使用win32 api来打开文件的操作。会跳出对话框。包括主程序实例和模块-perl use to open the file in win32 api operation. Dialog box will pop up. Including the main program examples and modules
  3. 所属分类:ToolBar

    • 发布日期:2017-11-06
    • 文件大小:1003
    • 提供者:yiqiume
  1. vcPP-APP_CODE_12

    1下载:
  2. 独立打包,保证可解压,内含大量源码,网上搜集而来。一共10几包,每个包几十兆。 本包内容: Win32多线程程序设计.rar XFileDialog_demo.zip XML文件读取及管理工具VC++源码 .rar 播放器 MM.zip 超清晰播放器源代码.zip 超旋的音乐播放器.rar 穿还原的下载者 C++源码.rar 从dll中动态装载类的源程序.rar VC满屏开满玫瑰花.zip-Independent package, extract, con
  3. 所属分类:Windows Develop

    • 发布日期:2016-09-25
    • 文件大小:56520704
    • 提供者:李东波
  1. dllzhuru

    0下载:
  2. DLL的远程注入技术 - DLL的远程注入技术是目前Win32病毒广泛使用的一种技术。使用这种技术的病毒体通常位于一个DLL中,在系统启动的时候,一个EXE程序会将这个DLL加载至某些系统进程(如Explorer.exe)中运行。这样一来,普通的进程管理器就很难发现这种病毒了,而且即使发现了也很难清除,因为只要病毒寄生的进程不终止运行,那么这个DLL就不会在内存中卸载,用户也就无法在资源管理器中删除这个DLL文件,真可谓一箭双雕哉。 -The remote DLL injection tec
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-18
    • 文件大小:45098
    • 提供者:刘洋
  1. IronSoft1_4_0_52

    0下载:
  2. IronSoft ASP系列组件里面包含着三个组件:文件上传组件,图片处理组件,Flash抓图组件。原生的Win32组件,让它们运行起来特别有效率。 -IronSoft ASP series of components which contains three components: file upload component, image processing components, Flash capture components. The native Win32 components
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-11-20
    • 文件大小:991405
    • 提供者:kycamy
  1. OllyDBG_1.10

    0下载:
  2. OllyDbg是运行在Windows 95、Windows 98、Windows ME、Windows NT 和 Windows 2000系统下的一个单进程、多线程的分析代码级调试工具。它可以调试PE格式的执行文件及动态链接库,并可以对其打补丁。“代码级”意味着您可以直接与比特、字节或处理器指令打交道。OllyDbg 仅使用已公开的 Win32 API 函数,因此它可以在所有 Windows 操作系统及后继版本中使用。但是由于我没有对 XP 系统进行彻底测试,因此不能保证 OllyDbg 功能的
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:5216341
    • 提供者:德润
  1. WindowsPE-Inside

    0下载:
  2. 深入剖析Win32可移植可执行文件格式的资料,反病毒研究必备-Depth analysis of the Win32 Portable Executable File Format, anti-virus research essential
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:426891
    • 提供者:ansnap
  1. Debug

    0下载:
  2. libsamplerate-0.1.8 Win32 的dll和lib文件,在VS2010下编译出来的,有需要用的下载可以直接用.-libsamplerate-0.1.8 Win32 dll and lib files compiled in VS2010 under, the need to download directly.
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:466697
    • 提供者:christine
  1. miniMFC

    0下载:
  2. 根据自己对mfc的学习,试图对win32 api进行封装,MFC太过于庞大,开始学习它的机制非常困难,或许这个对你有所帮助。文件仅对消息处理作了封装。-According to the yourself mfc learning, attempts to win32 api encapsulates the MFC is too large, and very difficult to start learning mechanism, perhaps this can be helpful f
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:3168
    • 提供者:wang
  1. SuperNote

    0下载:
  2. 使用win32 api编写的字处理程序,能实现文字的编辑,文件保存,插入时间,选择字体,供windows程序设计学习者参考。-Writing win32 api word processing program, text editor, save the file, insert time, choose a font for the windows program design learners reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-21
    • 文件大小:1272984
    • 提供者:zhangchen
  1. zip_utils_src.zip

    0下载:
  2. 这类文件用于简单的方式实现win32 以及wince上压缩与解压缩处理。并且压缩与解压缩代码是相互独立的。,These files are a simple way to add zip/unzip functionality to your windows programs, both win32 and windows-ce.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:176082
    • 提供者:CheungJiao
  1. Following-camera.rar

    0下载:
  2. WIN32 应用程序 : MySql数据库访问 项目概况 应用程序向导已为您创建了这个 MySql数据库访问 应用程序。 此文件包含组成 MySql数据库访问 应用程序 的每个文件的内容摘要。,WIN32 application: MySql Database Access Project Overview Application Wizard has created for you this MySql database access applications. This file co
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:5131456
    • 提供者:xiaoxiao
  1. Jpg_decoder.zip

    0下载:
  2. win32下的与linux下的jpg解码的程序,测试通过,读取jpg图片文件,并保存为bmp文件,bmp +40偏移为rgb流,under win32 under linux jpg decoding procedures, test
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:14413
    • 提供者:jackshen
  1. Win32Console

    0下载:
  2. Win32工程使用Console代码,只需在Win32工程中包含此头文件,就可以用cout、printf进行控制带输出。方便带界面的windows程序打印调试信息。-Win32 project using the Console code, simply include this header file in the Win32 project, you can use the cout, printf control with output. Convenient with interface
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-12
    • 文件大小:1570
    • 提供者:noname
  1. Win32VfwOpenAvi

    0下载:
  2. win32工程,使用Vfw播放avi文件-win32 project, use the the Vfw play avi file
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-11-10
    • 文件大小:3399293
    • 提供者:
  1. recv_file

    0下载:
  2. win32 简单的文件传输工程,让你理解文件传输的原理,接收端-the win32 file transfer engineering, you understand the principle of the file transfer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-07
    • 文件大小:815
    • 提供者:JackHu
  1. send

    0下载:
  2. win32 简单文件传输原理,理解文件出书思路,发送端-win32 simple file transfer principle, understand file idea of ​ ​ a book, the sender
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-10
    • 文件大小:701
    • 提供者:JackHu
  1. File

    0下载:
  2. 本程序主要实现了C方式、C++方式、Win32 API方式以及MFC方式对文件进行操作,对于初学者学习文件的操作有一定帮助。-This program to achieve the C C++ way, Win32 API as well as MFC way to manipulate files, help for beginners to learn the operation of the file.
  3. 所属分类:File Operate

    • 发布日期:2017-11-09
    • 文件大小:1944910
    • 提供者:李恩会
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 »
搜珍网 www.dssz.com