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

搜索资源列表

  1. WTLStartFunGraphicalInterface

    0下载:
  2. WTL起步-玩转图形界面 WTL是2000年1月随Windows的平台SDK始发的。起初是ATL项目组写的一个基于ATL的,封装了相关win32窗口API的例程。自 ATL2.0开始,ATL就已经有一些简单的相关窗口函数的封装类,例如:CWindow,CWindowImpl和CDialogImpl。然而,当我们比较MFC的界面相关部分的功能时,ATL对界面编程的支持简直就是一个玩笑。甚至到了ATL3.0,ATL仍然没有对诸如MDI,命令条,DDX,打印,GDI等流行功能的支持。最被人喜爱的MFC
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:842351
    • 提供者:yc
  1. sendmessage

    0下载:
  2. 在Windows编程中,向文本框控件、列表控件、按钮控件等是我们最常接触的控件了。但是在VB中这些控件有时无法实现我们的需要。在这时,我们只要简单的利用Windows API函数就可以扩充这些控件的功能了。-In Windows programming, to the text box control, list control, button control so that we control the most exposure. But sometimes these controls i
  3. 所属分类:Button control

    • 发布日期:2017-03-29
    • 文件大小:3772
    • 提供者:蔡杰
  1. Windows_Via_C-CPP

    0下载:
  2. 本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、线程、内存管理、动态链接库、线程本地存储和Unicode)以及各类Windows API等,并列举了大量应用程序示例,精辟地分析了Windows编程的各个难点和要点,为掌握Windows编程技巧提供了一条有效的捷径。 本附件附全部电子版书籍和源代码,是学习Windows编程不可多得的好资料。-This book is to expla
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-17
    • 文件大小:27250556
    • 提供者:罗二小
  1. WinAPI_File_Memory_Process_Thread

    0下载:
  2. 这是"精通Windows API函数、接口、编程实例"书中第4、5、6、7章的源代码,包括对文件系统、内存管理、进程、线程、模块的操作方法。-This is the " Mastering Windows API function, interface, programming examples" chapter in the book section 4,5,6,7 source code, including file system, memory management,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-28
    • 文件大小:10535202
    • 提供者:
  1. Windows-System-Programming

    0下载:
  2. 本书详细介绍了如何使用Windows内核API进行编程。内容覆盖了Win XP和Windows server 2003,并包括了很多详细的例子对各章的内容进行说明和探讨。-This book gives a solid grounding on using the core Windows APIs, includingWin64 is updated for Windows Server 2003, Windows XP, and the Microsoft Visual Studio .N
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:2377114
    • 提供者:闫煜
  1. ListView

    0下载:
  2. 基于windows ce.net的list view,windowsAPI编程,EVC开发-list view for windows ce.net,using windows API,EVC
  3. 所属分类:Windows CE

    • 发布日期:2017-04-06
    • 文件大小:113382
    • 提供者:tsexflove
  1. ljcpxx

    0下载:
  2. 我们在编程的时候有时会需要得到系统中逻辑磁盘的一些信息,如磁盘卷标、磁盘序列号、空间大小、剩余空间等,这些信息直接使用VB提供的函数显然是无法得到的。但是,借助于VB对WINDOWS API函数的支持,使用GetVolumeInformation和 GetDiskFreeSpace这两个API函数,我们就可以很容易的得到磁盘的相关信息。-When we programmed the system sometimes needs to be some logical disk informatio
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:2824
    • 提供者:lyf898
  1. dd

    0下载:
  2. 基于windows api的网络安全编程,加密解密的DES -Network security based on windows api programming, DES encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5240857
    • 提供者:李哲
  1. shujuliu

    0下载:
  2. 基于windows api的网络安全编程,加密解密的DES-Network security based on windows api programming, DES encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2100829
    • 提供者:李哲
  1. How-to-Program-in-CPP

    0下载:
  2. “MFC的前言”曾经辉煌一时的编程语言工具开发软件商Borland公司在今年4月份更名为Inprise公司,对于广大忠实的Borland追随者来说,这可不是一个好消息。在Dos编程时代Turbo Pascal,Borland C++是最好的开发工具,Borland公司也曾名列美国五大软件公司之列,可到了Windows时代,微软凭借操作系统的优势终于占了统治地位,Borland的大批人员也跳槽加入了微软(Borland Delphi的主设计师成了Microsoft Visual J++的项目负责人
  3. 所属分类:Development Research

    • 发布日期:2017-03-26
    • 文件大小:922395
    • 提供者:liyang
  1. use-of-the-Win32-API

    0下载:
  2. window api函数大全,介绍了windows环境下 的各种函数的使用,编程中不不能少的工具-window api function Guinness, describes the various functions under the windows environment, the use of programming tools are not can not be less
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:89448
    • 提供者:abc
  1. Keyboard

    0下载:
  2. 基于Windows API实现的屏幕软键盘,一个比较有用的小程序,也是很好的编程参考资料,帮你更进一步了理解Windows API的使用方法。-Windows API implementation based on screen soft keyboard, a useful little program, but also good programming reference to help you understand further the use of Windows API.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:13284
    • 提供者:
  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. vcserial

    0下载:
  2. VC串口编程 其他Windows串口通信相关API函数: (1)串口属性:通过GetCommProperties()函数获得。 (2)通用通信设备配置:CommConfigDialog()函数。 (3)缓冲区控制:PurgeComm()函数和FlushFileBuffers()函数。 -VC serial communication serial programming related to other Windows API functions: (1) serial port
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:24025
    • 提供者:wenqi
  1. Harris

    0下载:
  2. harris角点特征提取,纯粹的采用windows API vc++编程 PPT-harris windows API and vc++ programming
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3254281
    • 提供者:杰佳
  1. TX_RX

    0下载:
  2. c++builder中怎样使用Windows API函数实现串口编程-c++ builder how to use the Windows API function in the Serial Port Programming
  3. 所属分类:Communication

    • 发布日期:2017-05-21
    • 文件大小:6364160
    • 提供者:黄河
  1. API-programing

    0下载:
  2. 精通API的配套源码 涉及WINDOWS编程的各个方面 都是基础实例-Versed in the API supporting source WINDOWS involved in all aspects of programming examples are based
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-17
    • 文件大小:27412480
    • 提供者:mixiha
  1. WindowsAPIprogram-design

    0下载:
  2. 本书全面介绍了Windows API的编程结构以及各个方面的具体应用-Book is a comprehensive introduction to the Windows API programming structure and various aspects of the specific application
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:1944642
    • 提供者:zhouyoujia
  1. wms

    0下载:
  2. Windows.API-函数、接口、编程实例,编程实例-Windows.API-function, interface, programming examples, programming examples
  3. 所属分类:Windows Mobile

    • 发布日期:2016-06-06
    • 文件大小:6491136
    • 提供者:alan
  1. BCBPAPIPSerialPort

    0下载:
  2. 利用BCB编译器开发的串口程序,编程采用Windows API函数,系统运行较稳定。-BCB compiler development using serial, programming using the Windows API function, the system runs more stable.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:374247
    • 提供者:wu
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 29 »
搜珍网 www.dssz.com