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

搜索资源列表

  1. VC编写的静态库文件

    0下载:
  2. VC编写的静态库文件,并加载成功,是本人初学VC时练习的自编程序
  3. 所属分类:系统编程

  1. 一些平台的静态库并没有编译,如果您需要

    0下载:
  2. 一些平台的静态库并没有编译,如果您需要
  3. 所属分类:源码下载

    • 发布日期:2010-10-21
    • 文件大小:12158679
    • 提供者:wuwei666666
  1. pthread-win32静态库的编译与使用

    0下载:
  2. pthread是一个跨平台的线程库,可用在多种OS下,本文档包含pthread-win32静态库在vc6下的详细编译过程,并有本人已编译出来的静态库pthread.lib,可以直接使用。为了方便用户使用该静态库,配有基于tcp的网络多线程源码的客户端和服务端,该程序可在window和linux双平台下运行,也可在多个编译器下编译
  3. 所属分类:源码下载

    • 发布日期:2011-02-24
    • 文件大小:33844
    • 提供者:koyoteliu
  1. divxecode.编解码器的xvid静态库的c++封装

    1下载:
  2. 编解码器的xvid静态库的c++封装 编码: m_vdo_enc->Encode(pBuffer) // 这里pBuffer是BGR24的320x240的数据 编码如果成功,就会自动调用PostEncHandler函数,就可以得到编码后的结果 解码: m_vdo_dec->Decode(xvid, xvid_len) // 传入的存有xvid数据的buffer和长度 解码成功后,会自动调用PostDecHandler,注意对于流媒体数据而言,在这个函数中还有
  3. 所属分类:多媒体编程

    • 发布日期:2013-09-23
    • 文件大小:5851
    • 提供者:chai
  1. Iphlpapi.获取网卡信息编程库

    2下载:
  2. 附件Iphlpapi.rar为Iphlpapi.h及iptypes.h 、ipexport.h 头文件和Iphlpapi.h文件中定义的函数静态库 Iphlpapi.lib,对于需要获取网卡信息的编程,只要把这个四个文件复制到工程中即可使用 Iphlpapi 库给您带来的便捷,the accessory of static library is surrported for the programming of retrieve network card infomation
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-10-20
    • 文件大小:11661
    • 提供者:钟毓秀
  1. DLL2Lib

    3下载:
  2. 将动态库程序转换成静态库程序, 将动态库程序转换成静态库程序,-Dynamic into a static library procedure library procedure library procedure to convert dynamic static library procedures, procedures for the dynamic libraries will be converted into static library procedures,
  3. 所属分类:Windows Kernel

    • 发布日期:2014-09-23
    • 文件大小:6465209
    • 提供者:zhongxinbo
  1. UsingStaticLib

    0下载:
  2. 静态库的接口方法,实现库的接口,接口调用,编程学习资料-Static interface method of the Treasury, the realization of the interface library, interface calls, programming learning materials
  3. 所属分类:Static control

    • 发布日期:2017-04-17
    • 文件大小:13737
    • 提供者:jack
  1. testlib

    0下载:
  2. 静态库的制作,方便调用 静态库的制作,方便调用 -静态库的制作,方便调用
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2578895
    • 提供者:大幅度
  1. dll2vclib

    0下载:
  2. VC 动态库和静态库的转换程序,可以方便的把DLL转换成LIB-sourcecode of dll to lib
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:137730
    • 提供者:111111
  1. 5.Dll

    0下载:
  2. 动态库 静态库 使用经典示例 C++ -Static libraries use the classic dynamic library
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1177524
    • 提供者:张梁
  1. 动态库静态库

    0下载:
  2. 介绍了动态库和静态库,introduced to the
  3. 所属分类:其它文档

    • 发布日期:2014-11-17
    • 文件大小:48640
    • 提供者:wchzym
  1. build-ffmpeg-ios.sh

    0下载:
  2. 基于ffmpeg生成IOS对应静态库,只支持常用的hls和MP4,解码为硬解码的脚本,生成的库大大减小。(Generates IOS corresponding static library based on ffmpeg, only supports the commonly used HLS and MP4, decodes the scr ipt for hard decoding, and the generated library is greatly reduced.)
  3. 所属分类:iPhone/iOS

    • 发布日期:2017-12-19
    • 文件大小:3072
    • 提供者:桃籽
  1. signal

    0下载:
  2. 可以简单的了解编程原理,以及静态库的开发(A simple understanding of programming principles, as well as the development of static library)
  3. 所属分类:界面编程

    • 发布日期:2017-12-14
    • 文件大小:60549120
    • 提供者:暮色微凉
  1. tinyxml_2_6_2

    0下载:
  2. 下载了官方的 tinyxml_2_6_2 的库,只支持静态编译。自己修改了工程属性配置把静态库配置改为了生成动态库的工程。 文件包含了: tinyxml_2_6_2动态库.rar (修改版) 以及包含了工程文件以及编译好的DLL了。 tinyxml_2_6_2静态库.zip (原版) tinyxml.dll tinyxmlD.dll tinyxmlSTL.dll tinyxmlSTLD.dll(Download the official tinyxml_2_6_2 librar
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:873472
    • 提供者:小光前辈
  1. 超级加解密支持库1.1----(静态版)

    0下载:
  2. 超级加解密支持库1.1----(静态版)(Super encryption support library 1.1---- (static version))
  3. 所属分类:易语言编程

    • 发布日期:2017-12-30
    • 文件大小:348160
    • 提供者:lin_ssxk
  1. [2]Skin++动态库及静态库版本的使用

    2下载:
  2. VC++界面库编程 Skin++动态库及静态库版本的使用(The use of Skin++ dynamic libraries and static library versions)
  3. 所属分类:文章/文档

  1. VC++动态链接库(DLL)编程深入浅出(全)

    0下载:
  2. 静态链接库与动态链接库都是共享代码的方式,如果采用静 态链接库,则无论你愿不愿意,lib中的指令都被直接包含在最终生成的EXE文 件中了。但是若使用DLL,该DLL不必被包含在最终EXE文件中,EXE文件执行 时可以“动态”地引用和卸载这个与EXE独立的DLL文件。静态链接库和动态链 接库的另外一个区别在于静态链接库中不能再包含其他的动态链接库或者静态 库,而在动态链接库中还可以再包含其他的动态或静态链接库。(Both the static link library and the d
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:620544
    • 提供者:donggua209
  1. lua 5.2.3 win编译器 解析器 动态和静态库

    0下载:
  2. 是一款Lua的windows的库文件,缺少的时候,可以直接放入进去(Is a Lua windows library file, the lack of time, can be directly put in)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:659456
    • 提供者:slamdunk0512
  1. 参考答案

    0下载:
  2. (1) 将串口设置文件serial.c单独封装成动态库。 (2) 使用动态库编译生成host_serial应用程序,验证动态库的正确性 (3) 将串口设置文件单独封装成静态库。 (4) 使用静态库编译生成host_serial应用程序,验证动态库的正确性((1) the serial port setting file serial.c is encapsulated into a dynamic library. (2) the use of dynamic library compi
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:taengu
  1. 静态库与动态库编程

    1下载:
  2. c++中关于静态库和动态库的介绍和应用,讲的比较细致(The introduction and application of static and dynamic libraries in c++ are more detailed)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1218560
    • 提供者:achang
« 12 3 4 5 6 7 8 9 10 ... 31 »
搜珍网 www.dssz.com