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

搜索资源列表

  1. WindowsAPI

    0下载:
  2. 作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。 本书是从事Windows应用程序开发的软件工程师的必备参考手册。 -Microsoft 32 API
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:150802
    • 提供者:code32
  1. NewWINDOWSAPI

    0下载:
  2. 新编WINDOWSAPI大全.CHM 详细地讲解了API的功能 有助于WINDOWSAPI初学者深刻理解windows系统-WINDOWSAPI new Guinness. CHM explain in detail the functions of the API will help beginners WINDOWSAPI a deep understanding of windows system
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:678408
    • 提供者:xiangzi007
  1. use_linux_to_design_plc

    0下载:
  2. 在数控机床中, 通常用可编程控制器( PLC) 对机床开关量信号进行控制。PLC可靠性高, 使用方便。但在大多数数控机床, 特别是经济型数控机床中, 要求的输入输出点数并不多, 通常在60点以下,因此, 为了降低数控机床成本, 在基于工业PC机的数控系统中, 可以采用开关量I/O板加外接继电器,配合主机的软件对机床开关进行控制。但如果PC机采用单任务操作系统(如DOS) , 数控系统的所有任务运行都置于一个总体的消息循环中, 软件的模块化和可维护性较差, 系统故障的风险相对集中, 而且不能充分利
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:88662
    • 提供者:重工业
  1. Introductionphoneofcomputer

    0下载:
  2. 电脑实现电话语音视频,通话。借助软件将数据通过传输口惊醒信息的交换,使用方便-Microsoft TAPI (Telephony API) in Windows provides telephony functionality for the application, it is a bit confusing for programmers. I have many friends asking me the same question how to connect and communica
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:44897
    • 提供者:李天海
  1. 115157712win32

    0下载:
  2. windows32位api编程,对学习vc的MFC和深入理解windows程序设计原理很有用-windows32-bit api programming, learning vc of the MFC and in-depth understanding of design principles useful for windows programs
  3. 所属分类:software engineering

    • 发布日期:2017-05-20
    • 文件大小:5741526
    • 提供者:sir111
  1. windowsmobile

    0下载:
  2. 一些关于windows mobile6的一些基本语法与一些基本的api函数,希望对大家有用-this doc is something about windows mobile6 grammar,is very good to you
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:11241
    • 提供者:zeng622peng
  1. 5222

    0下载:
  2. Visual C++是开发运行于Windows 95和Windows NT环境下的Win32应 用程序的可视化编程工具中最重要的成员之一,它为软件开发人员提 供了完整的编辑、编译和调试工具和建立于Win32 API(Application Programming Interface)基础上的MFC类库(Microsoft Foundation Class Library),从而有效的缩短了Windows应用程序的开发周期。-C++ examples tutorial
  3. 所属分类:Document

    • 发布日期:2017-12-07
    • 文件大小:43638704
    • 提供者:田鹏
  1. WindowsCeAPIv2.0

    0下载:
  2. 罗列了Windows CE下的API函数,十分方便,可快速查询和学习-listed all the API functions in wince, and it s very convenient for using
  3. 所属分类:Document

    • 发布日期:2017-05-07
    • 文件大小:1198793
    • 提供者:Jasonn
  1. WIN32API

    0下载:
  2. 作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。 本书是从事Windows应用程序开发的软件工程师的必备参考手册。 -作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:678216
    • 提供者:
  1. VCPPSummary-of-network-programming

    0下载:
  2. 1.套接字编程原理;2.基本的Windows Sockets API编程;3.MFC下的Socket编程的类;4.套接字的托管实现。四个部分介绍。-1. Socket programming principle 2. Basic Windows Sockets API programming 3. MFC Socket programming under the class 4. Managed implementation of the socket. Four-part introdu
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:166332
    • 提供者:借方鋆
  1. direct3Dprogram

    0下载:
  2. 微软公司于1996年为PC开发的API,与Windows 95 、Windows NT和Power Mac操作系统兼容性好,可绕过图形显示接口(GDI)直接进行支持该API的各种硬件的底层操作,大大提高了游戏的运行速度,而且目前基本上是免费使用的。由于要考虑与各方面的兼容性,DirectX用起来比较麻烦、在执行效率上也未见得最优,在实际3DS MAX的运用中效果一般,还会发生显示错误,不过总比用软件加速快-Microsoft in 1996 for the PC development API,
  3. 所属分类:Development Research

    • 发布日期:2017-04-24
    • 文件大小:474816
    • 提供者:chang
  1. Teridian-73S12xxF-Docs

    0下载:
  2. All documentation for Teridian (Maxim) 73S12xxF series inculding: - Software API descr iption for Smart Card, USB, LCD, PIN pad - Chips Descr iptions - Evalution board - Linux/Windows drivers and etc.
  3. 所属分类:software engineering

    • 发布日期:2017-05-22
    • 文件大小:7151738
    • 提供者:Eugen
  1. windows_chengxusheji

    0下载:
  2. 这是windows程序设计,很有用的一本讲API的书籍,而且是美化电子chm版的-This is a windows program design, a useful API books speakers, but also beautify the electronic chm version
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:3903706
    • 提供者:x
  1. rfid-entrance-guard-system-design

    2下载:
  2. 基于RFID门禁管理系统的设计,本系统基于Windows XP 操作系统Microsoft Visual C++平台,模拟门禁控制器。硬件采用深圳先施公司提拱的Sense ISO18000-6C I系列读写器,以及串口通迅API软件开发包。通过RFID技术,验证电子钥匙(RFID标签)的合法性,控制电子门锁的开启,同时系统可以对RFID标签信息进行修改删除管理-rfid-based entrance guard system design
  3. 所属分类:Project Design

    • 发布日期:2015-02-21
    • 文件大小:2008064
    • 提供者:fisher
  1. cApi

    0下载:
  2. c++API,程序api查询文档,windows函数,非常全面-THIS IS C++,very good
  3. 所属分类:Project Manage

    • 发布日期:2017-11-21
    • 文件大小:330237
    • 提供者:zhongzz
  1. CReadOnlyEdit_demo

    0下载:
  2. 引用Windows系統API來創造一個可以輸入背景的輸入方塊。-Reference to the Windows system API to create a background can enter input box.
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:7762387
    • 提供者:覺團隊
  1. How-To-Use-Kinect-Face-Tracking-SDK

    0下载:
  2. 本文演示了如何使用适用于Windows SDK的Kinect的人脸跟踪,人脸跟踪。它提供了代码示例,以及如何调用它的API来获取,人脸追踪引擎最有用的小技巧-This article demonstrates how to use the Face Tracking SDK in Kinect for Windows to track human faces. It provides code samples as well as useful tips on how to call its A
  3. 所属分类:Project Design

    • 发布日期:2017-11-04
    • 文件大小:101659
    • 提供者:Lee
  1. DirectDraw

    0下载:
  2. DirectDraw中文手册 DirectDraw 是 DirectX 应用程序编程接口(API)的一个部件.它使得你可以直接地对显存操作,硬件位图映射(hardware blitter).支持硬件覆盖及换页技术(flipping surface). DirectDraw 提供这些功能的同时保证了对现有基于 Microsoft Windows 的应用程序及设备驱动程序的兼容. -DirectDraw Chinese manual DirectDraw DirectX application
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:276675
    • 提供者:myname
  1. Winsock

    0下载:
  2. Windows Sockets API (WSA), which was later shortened to Winsock, is a technical specification that defines how Windows network software should access network services, especially TCP/IP. It defines a standard interface between a Windows TCP/IP client
  3. 所属分类:Communication

    • 发布日期:2017-11-13
    • 文件大小:260041
    • 提供者:Jimmy
  1. VCMW

    0下载:
  2. USB摄像头录像 ,采用windows自带API ,简单实用 共享一下小经验-USB camera video, using windows own API, simple and practical sharing what little experience
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:1657155
    • 提供者:黄兴业
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com