您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 经典免费MFC扩展界面库cj60lib

  2. 一个关于界面开发免费代码库,下载来看,它是对MFC 一些界面类的扩展,以达到界面开发的快速性.这个cj60libsrc支持Use MFC in a static library 和 Use MFC in a shared DLL ,从而产生两个 CJ60StaticLibd.lib 和 CJ60Libd.lib, CJ60Libd.dll,调用时候只需要加入 #i nclude 和相应扩展类的头文件即可,非常方便. 下载解压后,直接安装就可以使用啦。有好多例子。
  3. 所属分类:C++

    • 发布日期:2009-06-04
    • 文件大小:957440
    • 提供者:joinlover
  1. Linux串口开发及共享库调用例程

  2. 先在命令行运行make编译,生成串口读写共享库,然后运行gcc -s -shared -fPIC test.c -lSetupSerialPort -o test.so,编译串口读写测试程序。 文件说明: SetupSerialPort.h //串口读写库头文件 SetupSerialPort.c //串口读写库实现文件 Makefile //编译串口读写共享库 test.c //调用串口读写共享库例程 还有Linux下多线程Stocket通讯例程和firefox插件开发例程,有空整理一下贡献
  3. 所属分类:C

    • 发布日期:2009-07-26
    • 文件大小:3072
    • 提供者:aryao
  1. 动态库,入门的好帮手

  2. 动态库,入门的好帮手…按照其英文(shared library )也可理解为共享库,动态库的后缀一般为.so ,通过编译器生成,在不同的平台有不同的生成方法,但是在UNIX 平台中,其使用及工作原理是一致的。使用动态库创建执行程序,分为两个阶段: 链接阶段,即通过ld 创建执行程序时,链接编辑器会在指定的动态库中搜索、解析被主程序调用的函数及其他变量等,如引用被找到,则在执行程序的XCOFF 头结构的loader 区域,建立包含引用的动态库的影像,反之,如在指定的动态库中没有找到此引用的定义,
  3. 所属分类:专业指导

    • 发布日期:2009-12-20
    • 文件大小:583680
    • 提供者:colby_chen
  1. VxWorks共享库入门教程

  2. VxWorks共享库入门教程(Creating and Debugging a Shared Library in Workbench 3.0)
  3. 所属分类:Java

    • 发布日期:2010-10-10
    • 文件大小:832512
    • 提供者:FiNALSErAPH
  1. How To Write Shared Libraries

  2. how to write shared library 一篇关于编写动态库的好文档 。
  3. 所属分类:专业指导

    • 发布日期:2010-10-26
    • 文件大小:504832
    • 提供者:tiantang_85
  1. TIMIT语音库

  2. This corpus contains a selection from the TIMIT Acoustic-Phonetic Continuous Speech Corpus, consisting of speech files, annotations,and associated materials: * 16 speakers from 8 dialect regions * 1 male and 1 female from each dialect region * total
  3. 所属分类:电信

    • 发布日期:2012-11-06
    • 文件大小:22020096
    • 提供者:mctyro
  1. 一个功能强大的MFC界面处理扩展库

  2. 一个功能强大的MFC界面处理扩展库:CJ60Lib 这是从网上搜集的一个扩展库,把它分享给大家! 简介: CJ60Lib是基于MFC基础之上的一个扩展库,主要是改进MFC的下述类: CCJButton - ( CJButton.cpp and CJButton.h )对CButton的改进。 CCJComboBox - ( CJComboBox.cpp and CJComboBox.h )对CComboBox的改进。 CCJControlBar - ( CJControlBar.cpp and
  3. 所属分类:C++

    • 发布日期:2012-11-08
    • 文件大小:92160
    • 提供者:lys07962000
  1. ffmpeg 编译好的so动态库

  2. ffmpeg编译好的.so文件,可用于Android系统实现音视频的处理,功能配置如下: PREBUILT=${NDK_ROOT}/toolchains/arm-linux-androideabi-4.4.3/prebuilt/windows PLATFORM=android-8 ./configure \ --disable-static \ --enable-shared \ --enable-gpl \ --enable-version3 \ --enable-nonfree \ --d
  3. 所属分类:C

    • 发布日期:2013-08-14
    • 文件大小:5242880
    • 提供者:zy452362635
  1. 树莓派下的FTDI驱动库

  2. 可以在树莓派下使用的FTDI的驱动库。解决官网下载遇到的“Cannot open shared object file : No such file or directory ”问题。
  3. 所属分类:其它

    • 发布日期:2013-09-30
    • 文件大小:250880
    • 提供者:fashionxu
  1. ffMPEG库及包含文件 官方2014年10月版

  2. ffmpeg-20130514-git-56ba331-win32-shared 这是最新的版本:含include和lib 在此抛砖引玉,更多资源可到 http://ffmpeg.zeranoe.com/builds/source/ffmpeg/
  3. 所属分类:C++

    • 发布日期:2014-10-24
    • 文件大小:13631488
    • 提供者:liu3zy
  1. How To Write Shared Libraries

  2. 详细描述 Linux 下动态库开发优化技术
  3. 所属分类:Linux

    • 发布日期:2014-10-24
    • 文件大小:766976
    • 提供者:feilongjilei
  1. boost 静态链接库

  2. boost v1.58.0使用vs2008编译的静态链接库 多线程,debug,release版本均有 编译选项: stage --toolset=msvc-9.0 --stagedir="E:\Study\boost\lib\vs2008" link=static runtime-link=shared threading=multi release stage --toolset=msvc-9.0 --stagedir="E:\Study\boost\lib_1_58_0\vs2008\d
  3. 所属分类:C++

    • 发布日期:2015-07-12
    • 文件大小:10485760
    • 提供者:hjing1988
  1. c++标准库自学教程

  2. Contents Preface to the Second Edition xxiii Acknowledgments for the Second Edition xxiv Preface to the First Edition xxv Acknowledgments for the First Edition xxvi 1 About This Book 1 1.1 Why This Book . . . . . . . . . . . . . . . . . . . . . . .
  3. 所属分类:C/C++

    • 发布日期:2017-10-14
    • 文件大小:13631488
    • 提供者:azrael_death
  1. Gcc连接动态库

  2. Communication between cores in mainstream multi-core machines is enabled by a shared memory. To send information from one core to another, one core writes to mem- ory and the other reads from memory. Unfortunately, memory is extremely slow when comp
  3. 所属分类:C++

    • 发布日期:2018-04-21
    • 文件大小:32768
    • 提供者:yyhuyuming
  1. load-time relocation of shared library

  2. 理解gcc编译下的共享库,知道编译与反编译内存地址的情况。
  3. 所属分类:Linux

    • 发布日期:2018-08-20
    • 文件大小:118784
    • 提供者:weixin_42118422
  1. ADS库文件调用说明_V2004AP0105

  2. INTRODUCTION This current release of the RF High Power Products Design Kit for ADS v2004a has been implemented as follows: • The Library is implemented as an Agilent® EEsof® EDA Advanced Design System (ADS) Design Kit and should be installed accordi
  3. 所属分类:电信

    • 发布日期:2018-09-13
    • 文件大小:449536
    • 提供者:qq_43197313
  1. ffmpeg-20181107-0c6d4e7-win64-shared.zip

  2. ffmpeg最新(2018.11.07)编译出的可执行程序,解压即可运行。 附上使用说明: 1. 下载好对应的包后解压出来,在对应的bin文件夹通过:“Shift + 鼠标右键” 的方式用 “在此处打开PowerShell窗口” 打开PS窗口 我的解压路径如下: D:\ffmpeg\ffmpeg-20181107-0c6d4e7-win64-static\bin 2. 此时在窗口中就可以输入ffmpeg的相应操作命令了,但是有个问题,如果直接输入 ffmpeg -i input.mp4 out
  3. 所属分类:编解码

    • 发布日期:2018-11-09
    • 文件大小:23068672
    • 提供者:wtbee
  1. Mylive555-latest_2020_04_20.tar.gz live555-latest.tar.gz linux 动态库 包管理

  2. 原包的下载链接:http://www.live555.com/liveMedia/public/ 对应的版本是:2020 04 20.在原包的基础上增加了包卸载脚本(源包无卸载功能),增加了包管理文件live555.pc,增加了包管理文件安装与卸载。经过测试的是共享库编译。 [rootlocalhost temp]# tar -vxzf live555-latest.tar.gz [rootlocalhost temp]# cd live/ [rootlocalhost live]# ./g
  3. 所属分类:C

    • 发布日期:2020-05-08
    • 文件大小:7340032
    • 提供者:yajun19860314
  1. libssl.so.10缺失库文件的解决办法.doc

  2. libssl.so.10缺失库文件的解决办法,error while loading shared libraries :libssl.so.10:cannot open shared object file:No such file or directory
  3. 所属分类:Linux

    • 发布日期:2020-05-07
    • 文件大小:15360
    • 提供者:lcy20958
  1. Bedrock.Shared:用于创建.NET应用程序的.NET标准库-源码

  2. 介绍 Bedrock.Shared是用于编写.NET应用程序的.NET标准库。 通常,Bedrock是使用洋葱体系结构,域驱动设计(DDD)和SOLID设计原理开发ASP.NET Core应用程序的模板。 它包含一组以Nuget程序包形式的共享库和一个利用这些共享库的模板应用程序。 它还包含一个用于处理企业安全性(AuthZ)的应用程序。 该项目还包含一个工具,用于生成从数据库模式实例推断出的样板域代码。 基岩由五(5)个存储库组成: (1)Bedrock.Shared-此存储库; 共享
  3. 所属分类:其它

    • 发布日期:2021-02-21
    • 文件大小:9437184
    • 提供者:weixin_42099070
« 12 3 4 5 6 7 8 9 10 ... 20 »