虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

c-lib-api

  • 本书介绍了在Microsoft Windows 98、Microsoft Windows NT 4.0和Windows NT 5.0下程序写作的方法。这些程序用C语言编写并使用原始的Windows A

    本书介绍了在Microsoft Windows 98、Microsoft Windows NT 4.0和Windows NT 5.0下程序写作的方法。这些程序用C语言编写并使用原始的Windows Application Programming Interface(API)。如在本章稍后所讨论的,这不是写作Windows程序的唯一方法。然而,无论最终您使用什么方式写作程序,了解Windows API都是非常重要的。

    标签: Windows Microsoft NT 4.0

    上传时间: 2014-07-16

    上传用户:270189020

  • 用API函数实现串行通讯 以往的DOS系统是通过DOS中断和BIOS中断向用户提供串行接口的通讯能力。在Windows环境下

    用API函数实现串行通讯 以往的DOS系统是通过DOS中断和BIOS中断向用户提供串行接口的通讯能力。在Windows环境下,C++的开发工具既没有提供象DOS和BIOS中那样专门的串行通讯控制方法,也不允许用户直接控制串口的中断。 为了保证资源共享,Windows系统完全接管了各种硬件资源,使用中断来控制端口将破坏系统的多任务性,使系统的稳定性受到影响。但Windows同时也提供了功能强大的API函数使用户能间接的控制串行通讯。

    标签: DOS Windows BIOS API

    上传时间: 2013-12-10

    上传用户:xiaoxiang

  • samdump.c调用LsaQueryInformationPolicy()获取主机SID

    samdump.c调用LsaQueryInformationPolicy()获取主机SID,未调用LsaFreeMemory() 释放内存,造成lsass.exe进程空间的内存泄漏。此外,需要引入advapi32.lib

    标签: LsaQueryInformationPolicy samdump SID 主机

    上传时间: 2013-12-31

    上传用户:xauthu

  • · Develop clear, readable, well-documented and well-designed programs in the C Programming Language.

    · Develop clear, readable, well-documented and well-designed programs in the C Programming Language. · Develop software in the Unix/Linux using tools such as gcc, gdb, and make. · Locate and interpreting “man pages” applicable to application-level system programming. · Use the POSIX/Unix API to system functions to manage process and sessions as well as use signals and pipes for inter-process communication. · Understanding how synchronization might become problematic in light of concurrency. · Understand how to communicate and cooperate with a project partner.

    标签: well-documented well-designed Programming Language

    上传时间: 2015-08-16

    上传用户:yuchunhai1990

  • /** * <p>Title: 个人开发的API</p> * <p>Description: 将指定的HTTP网络资源在本地以文件形式存放</p>

    /** * <p>Title: 个人开发的API</p> * <p>Description: 将指定的HTTP网络资源在本地以文件形式存放</p> * <p>Copyright: Copyright (c) 2004</p> * <p>Company: NewSky</p> * @author MagicLiao * @version 1.0 */

    标签: lt gt Description Title

    上传时间: 2013-12-28

    上传用户:lhc9102

  • 本书通过大量实例深入浅出地介绍了Visual C++ 6.0网络及Internet开发技术。全书共8章

    本书通过大量实例深入浅出地介绍了Visual C++ 6.0网络及Internet开发技术。全书共8章,主要内容包括:Internet应用程序开发基础、WinInet类编程、WinInet客户应用程序开发、WinInet API编程、WinInet API客户应用开发、Windows Sockets类编程、Windows Sockets应用程序开发和电子邮件程序设计。 全书对每种编程技术都给出了具有代表性的应用实例,而且将Visual C++ 6.0的Internet特性和技术难点融入到具体的实例中,使读者通过实例的学习,能够迅速掌握网络及Internet开发技术。本书所附的光盘中含有全部实例的源代码。 本书内容全面、深入,适合中高级编程技术开发人员,以及大专院校师生学习参考,也适合各类培训班学员学习Visual C++、网络及Internet开发技术。

    标签: Internet Visual 6.0 网络

    上传时间: 2014-01-23

    上传用户:ayfeixiao

  • C语言接口设计与实现 -- 本书概念清晰、内容新颖、实例详尽

    C语言接口设计与实现 -- 本书概念清晰、内容新颖、实例详尽,是一本有关设计、实现和有效使用C语言库函数,掌握创建可重用C语言软件模块技术的参考指南。本书倡导基于接口的C语言设计理念及其实现技术,深入详细地描述了24个C语言接口及其实现。本书通过叙述如何用一种与语言无关的方法将接口的设计与实现独立开来,从而形成一种基于接口的设计途径来创建可重用的API,本书是一本针对

    标签: C语言 接口设计

    上传时间: 2015-09-08

    上传用户:er1219

  • OpenCV means Intel® Open Source Computer Vision Library. It is a collection of C functions and a

    OpenCV means Intel® Open Source Computer Vision Library. It is a collection of C functions and a few C++ classes that implement some popular Image Processing and Computer Vision algorithms. OpenCV has cross-platform middle-to-high level API that consists of a few hundreds (>300) C functions. It does not rely on external libraries, though it can use some when it is possible. OpenCV is free for both non-commercial and commercial use (see the license for details). OpenCV provides transparent interface to Intel® Integrated Performance Primitives (IPP). That is, it loads automatically IPP libraries optimized for specific processor at runtime, if they are available. More information about IPP can be retrieved at http://www.intel.com/software/products/ipp/index.htm -------------------------------------------------------------------------------- 本文是opencv的入门教程

    标签: collection functions Computer Library

    上传时间: 2015-09-12

    上传用户:zhangyi99104144

  • 用C做的

    用C做的,加解密。使用ms的crypto API接口

    标签:

    上传时间: 2014-11-26

    上传用户:caiiicc

  • 著名的相册网站flickr开发了他的API

    著名的相册网站flickr开发了他的API,程序爱好者开发了不同语言的API工具,这个是C++版本的,也带了例子。大家可以参考一下。

    标签: flickr API 网站

    上传时间: 2013-12-22

    上传用户:二驱蚊器