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

搜索资源列表

  1. bmpext_src

    0下载:
  2. bmpext_src.zip Bitmap usage extension library Classes included All class declarations are included in the bmpext.h header. Device dependent bitmap (DDB) extension class CDDBDrawEx:-bmpext_src.zip Bitmap usage extension li brary Classes in
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:17265
    • 提供者:上官婉儿
  1. typeof

    0下载:
  2. typeof,编译时获取表达式类型运算符,是gcc编译器的一个扩展(intel编译器 也支持). 笔者最近作一个项目时需要用比较hack的手段把第三方的dll(无lib但有头文件)里面的外部函数以函数指针的方式提取出来给其他模块作全局变量用,500多个函数呀,声明函数指针可不是个轻松事,类型名字至少排满一行,写了50多个就受不了了. 找了boost的typeof,把里面的代码大幅度简化,提炼,去掉一些依赖.请使用TYPEOF宏,无任何运行时开销。 本版本利用了vc6的1个bug(子类
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1101
    • 提供者:朱元
  1. ISAPICookies_demo

    0下载:
  2. Cookies in an ISAPI Extension DLL 用ISAPI 扩展 DLL来处理Cookies-Cookies in an ISAPI Extension DLL expands DLL with ISAPI to process Cookies
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-12-03
    • 文件大小:13707
    • 提供者:王勇
  1. imageTechFunction

    0下载:
  2. vc图像处理技巧函数,总结出一个COperateBitmap类,可以实现方便的对图象的读取、保存、剪贴板操作、DIB和DDB的转换,下面列出头文件,工程文件我把它写成了一个MFC扩展DLL。-vc image processing techniques function, summed up a COperateBitmap categories, can be achieved easily on the image to read, save, clipboard operations, D
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:2042
    • 提供者:李昀
  1. 5_UART_SST_4(good)

    0下载:
  2. 单片机一次性扩展5个串口,没有使用限制,最高可达12000速率,够牛的吧?整套源代码,包括main.C以及各个.H头文件,可直接使用甚至无需编译。-Single-chip one-time extension of five serial port, there is no restriction on the use of up to 12,000 rate, enough cattle, right? Package of source code, including the main.c
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:54184
    • 提供者:lee
  1. ListViewFilter_src

    0下载:
  2. This control is another extension to the now standard and widely used ListView control. I have included some of the more common features: shaded columns, column sorting (with data type), but the real addition is the FILTERBAR features of the header.
  3. 所属分类:MPI

    • 发布日期:2017-04-26
    • 文件大小:37567
    • 提供者:mai
  1. libmonodshow

    0下载:
  2. libmonodshow source - extension of directshow base classes-libmonodshow source- extension of directshow base classes
  3. 所属分类:多媒体编程

    • 发布日期:2013-12-09
    • 文件大小:344061
    • 提供者:Sergey
  1. Hop

    0下载:
  2. C++ Program for Hopfield Network For convenience every C++ program has two components: One is the header file with all of the class declarations and lists of include library files the other is the source file that includes the header file and th
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:121704
    • 提供者:yuebob
  1. symbian_Developer_Library

    0下载:
  2. symbian开发手册.chm symbian开发手册,非常详细地介绍了symbian系统的软件开发包,英文版的,经典且权威。 一部分内容如下,有需要的朋友不要错过了。-Symbian OS Kits are designed to support Symbian licensees through all stages of development, from OS porting, extension, and customisation, to application develo
  3. 所属分类:Symbian

    • 发布日期:2017-05-28
    • 文件大小:11682003
    • 提供者:qiu
  1. H_DLL_LIB_OGL

    0下载:
  2. OGL用于Widows平台的工具库符号库,动态库及其头文件-OGL extension libary and Header file
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:104782
    • 提供者:lx
  1. caaInterfaceComponent

    0下载:
  2. 有时候我们需要CAA的程序代码进行封装,这样我们给客户提供的只是头文件、lib库文件和dll动态库文件,不会暴露程序源代码。还有,如果我们需要对系统原有的功能进行扩展,即对系统对象的某个接口进行重新实现,在这些情况下,就要用到CAA开发框架里的Interface、Component和Component Extension的功能,本文介绍的是Interface和Component的使用,通过这两者,我们可以实现对代码的封装-Sometimes we need packaging CAA progr
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:108550
    • 提供者:隋成国
  1. typeof_common

    0下载:
  2. typeof,编译时获取表达式类型运算符,是gcc编译器的一个扩展(intel编译器 也支持). 笔者最近作一个项目时需要用比较hack的手段把第三方的dll(无lib但有头文件)里面的外部函数以函数指针的方式提取出来给其他模块作全局变量用,500多个函数呀,声明函数指针可不是个轻松事,类型名字至少排满一行,写了50多个就受不了了. 找了boost的typeof,把里面的代码大幅度简化,提炼,去掉一些依赖.请使用TYPEOF宏,无任何运行时开销。 本版本利用了vc6的1个bug(子类
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:2083
    • 提供者:朱元
  1. OpenglExt

    0下载:
  2. OpenGL根据扩展头文件自动生成扩展函数vc++代码-OpenGL extensions header file is automatically generated according to extension function vc++ code
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:160916
    • 提供者:litao
  1. STM32F100RB_sch

    0下载:
  2. STM32F100RB microcontroller, 128 KB Flash, 8 KB RAM in 64-pin LQFP On-board ST-Link with selection mode switch to use the kit as a stand-alone ST-Link (with SWD connector) Designed to be powered by USB or an external supply of 5 V or 3.3 V C
  3. 所属分类:SCM

    • 发布日期:2017-11-16
    • 文件大小:223474
    • 提供者:吴此人
  1. exthdrs

    0下载:
  2. Extension Header handling for IPv6 Linux INET6 implementation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-07
    • 文件大小:5851
    • 提供者:hingbangsei
  1. SecurityVerify

    0下载:
  2. implements Security Verify Header, Extension Header.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:1214
    • 提供者:weyonglai
  1. Privacy

    0下载:
  2. Extension Header Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:908
    • 提供者:pennonglao
  1. ExtensionHeaderImpl

    0下载:
  2. A generic extension header for the stack Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1017
    • 提供者:jowenmong
  1. exthdrs

    0下载:
  2. Extension Header handling for IPv6 Linux INET6 implementation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5992
    • 提供者:mrqmqou
  1. exthdrs

    0下载:
  2. Extension Header handling for IPv6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5984
    • 提供者:jxsmrd
« 12 »
搜珍网 www.dssz.com