搜索资源列表
VBCALLDLL
- 在VB中调用动态连接库 作为一种简单易用的Windows开发环境,Visual Basic从一推出就受到了广大编程人员的欢迎。它使 程序员不必再直接面对纷繁复杂的Windows消息,而可以将精力主要集中在程序功能的实现上,大大提高了编程效率。但凡事有利必有弊。VB中高度的封装和模块化减轻了编程者的负担,同时也使开发人员失去了许多访问低层API函数和直接与Windows交互的机会。因此,相比而言,VB应用程序的执行效率和功能比C/C++或Delphi生成的程序要差。为了解决这个问题,在一个大型
APIC++
- 初级 WINDOWS API C++语言版 编程
《Windows的API函数参考》
- windows 编程的api函数参考,帮助程序员了解系统函数在各个windows版本的使用情况.-windows api programming function reference, to help programmers understand the system function in all versions of Windows use.
Windows_API串口编程参考.doc
- Windows环境下的串口编程与DOS环境下的串口编程有很大不同。Windows环境下的编程的最大特征之一就是设备无关性,它通过设备驱动程序将Windows应用程序同不同的外部设备隔离。Windows封装了Windows的通信机制,这种方式称为通信API,Windows程序可以利用Windows通信API进行编程,不用对硬件直接进行操作。这种体系被称为Windows开放式服务体系(WOSA,Windows Open Services Architectures)。
新编Windows32API参考大全
- 这是一个windows 32 编程的API参考文档
API读写串口
- API读写串口.doc 一、基本知识 Win32下串口通信与16位串口通信有很大的区别。在Win32下,可以使用两种编程方式实现串口通信,其一是调用的Windows的API函数,其二是使用ActiveX控件。使用API 调用,可以清楚地掌握串口通信的机制,熟悉各种配置和自由灵活采用不同的流控进行串口通信。下面介绍串口操作的基本知识。
115157712win32
- 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
windows
- “Windows应用程序接口”教程ppt,主要介绍Windows应用程序接口技术,即Windows API函数编程。-" Windows Application Programming Interface" tutorial ppt, introduces the Windows application program interface technology that is programming Windows API function.
How-to-Program-in-CPP
- “MFC的前言”曾经辉煌一时的编程语言工具开发软件商Borland公司在今年4月份更名为Inprise公司,对于广大忠实的Borland追随者来说,这可不是一个好消息。在Dos编程时代Turbo Pascal,Borland C++是最好的开发工具,Borland公司也曾名列美国五大软件公司之列,可到了Windows时代,微软凭借操作系统的优势终于占了统治地位,Borland的大批人员也跳槽加入了微软(Borland Delphi的主设计师成了Microsoft Visual J++的项目负责人
VCPPSummary-of-network-programming
- 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
TX_RX
- c++builder中怎样使用Windows API函数实现串口编程-c++ builder how to use the Windows API function in the Serial Port Programming
Delphi-multi-threaded-programming
- Delphi多线程的编程 多线程的基本概念 Tthread 对象的主要方法 线程应用的简单例子 常用的API 函数 线程的终止和退出 线程的优先级 在数据库中使用多线程 多线程的同步机制 利用Windows的API 实现同步-The main method thread of basic the concept Tthread objects in Delphi multi-threaded programming multithreaded applications simple exampl
windows-api_daquan
- 作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。-Microsoft 32-bit platform application programming interfaces, Win32 API is essential in the Wi
Windows-API-for-Visual-Basic
- vb声明API函数的详细说明,函数的变量说明。大大的加强了vb编程的底层功能-vb statement Describe API functions, variable functions descr iption. Greatly enhanced the underlying functionality vb programming
Windows-API-
- 这是有关Windows API 编程入门的教程,讲解的很全面与详细,我是无意之间发现的,感觉很有用,就上传和大家分享!-This is the Windows API programming introductory tutorial on the very comprehensive and detailed, I discovered inadvertently, I feel useful, they upload and share!
WINDOWS-key-program-
- windows 核心编程高清pdf版,经典中的经典!不过,之前最好看过《Windows程序设计》这本书,或是了解一些API知识。最重要的是,要坚持下去,多动手敲代码!祝你好运!-windows core programming HD pdf version, the classic of classics! However, preferably before seen " Windows Programming" book, or learn some API knowled
Windows-VC-MFC-函数大全(API函数)
- Windows-VC-MFC-函数大全(API函数),可供编程参考(Windows-VC-MFC- function Encyclopedia (API function))
API函数
- 此文档包含了windows常见的700多个api函数.(This document contains more than 700 common API functions of windows.)
Windows api 编程
- 这是一篇关于Windows系统api编程的电子书,非常的好,
Win32 API
- Win32 API Windows系统编程常用帮助文档,作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。