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

搜索资源列表

  1. Packt.Getting Started with LLVM Core Libraries

  2. Getting Started with LLVM Core Libraries 开始学习LLVM的新技术.
  3. 所属分类:其它

    • 发布日期:2016-05-24
    • 文件大小:3145728
    • 提供者:dongjideyu
  1. android VR SDK libraries库文件 simples是四个demo

  2. android VR SDK libraries库文件 simples是四个demo
  3. 所属分类:Android

    • 发布日期:2016-09-06
    • 文件大小:25165824
    • 提供者:e491288767
  1. Learning Boost C++ Libraries.pdf

  2. Learning Boost C++ Libraries.pdf
  3. 所属分类:C++

    • 发布日期:2016-10-11
    • 文件大小:2097152
    • 提供者:mdlfans
  1. Getting Started with LLVM Core Libraries.2014

  2. Getting Started with LLVM Core Libraries pdf
  3. 所属分类:C++

    • 发布日期:2016-11-13
    • 文件大小:3145728
    • 提供者:abcdedsd
  1. 20-python-libraries-you-arent-using-but-should

  2. 20个你应该用却没有用过的Python库,英文原版,高清pdf
  3. 所属分类:Python

    • 发布日期:2016-11-17
    • 文件大小:4194304
    • 提供者:xyz1234h
  1. Chilkat C Plus Plus Libraries 9.5.0.58 key

  2. Chilkat C Plus Plus Libraries 9.5.0.58 可用 key
  3. 所属分类:C/C++

    • 发布日期:2017-02-27
    • 文件大小:256000
    • 提供者:telantan
  1. Boost C++ Libraries 1.63.0,Windows + MinGW 编译

  2. Boost C++ Libraries Version 1.63.0 ,由 Windows + MinGW 编译通过,含头文件。 Boost编译指令:b2.exe --build-type=complete toolset=gcc variant=release link=static threading=multi runtime-link=static install 对于QT使用,已经写好一个 boost.pri 文件放在Boost目录下,只需要在 *.pro 工程文件中 include
  3. 所属分类:C++

    • 发布日期:2017-04-07
    • 文件大小:24117248
    • 提供者:fun4junjun
  1. 【UG768 V14.7】Xilinx 7系列FPGA、Zynq-7000 SoC Libraries Guide

  2. 《Xilinx 7 Series FPGA and Zynq-7000 All Programmable SoC Libraries Guide for HDL Designs》 Xilinx 7系列FPGA、ZYNQ7000 SoC的库的技术文档,UG768 V14.7
  3. 所属分类:硬件开发

    • 发布日期:2017-05-09
    • 文件大小:7340032
    • 提供者:qq_20091945
  1. Getting Started with LLVM Core Libraries

  2. Getting Started with LLVM Core Libraries
  3. 所属分类:C/C++

    • 发布日期:2017-07-06
    • 文件大小:3145728
    • 提供者:jellyzone
  1. Using the C++ Standard Template Libraries

  2. C++ Standard Template Libraries,文档很不错,想了解的,就看看
  3. 所属分类:C++

    • 发布日期:2017-07-17
    • 文件大小:9437184
    • 提供者:cccccccc_
  1. Learning Boost C++ Libraries.pdf

  2. This book is for every C++ programmer who is interested in learning about Boost. In particular, if you have never used the Boost libraries before, Learning Boost C++Libraries will get you up to speed with understanding, building, deploying, and usin
  3. 所属分类:C++

    • 发布日期:2017-09-29
    • 文件大小:54525952
    • 提供者:wchpjx
  1. arduino红外接收发射库,放入libraries即可

  2. arduino红外接收发射库,放入libraries即可使用: 例程: #include int RECV_PIN = 11; const long openlight=0x9090040A; const long closelight=0x9090000A; IRrecv irrecv(RECV_PIN); decode_results results; void setup() { Serial.begin(9600); pinMode(9,OUTPUT); irrecv.enableI
  3. 所属分类:嵌入式

    • 发布日期:2017-10-09
    • 文件大小:24576
    • 提供者:xve207
  1. openFOAM基础-编译applications和libraries

  2. penFOAM基础--编译applications和libraries openFOAM是一个库,用户在编程时需要调用此库,当然用的语言是面向对象的c++语言。在使用openFOAM时我们应该将关注点放在顶层使用类以及数值算法上,这就需要对openFOAM Library的调用机制有一个详细的了解。并且由于我们在使用c++语言编程,因此需要对c++的编译过程有所了解。 关于编译器,我们可以直接使用LINUX自带的make程序,但openFOAM又提供了一个编译程序wmake,它建立在make的
  3. 所属分类:C/C++

    • 发布日期:2017-11-06
    • 文件大小:38912
    • 提供者:qq_19253049
  1. Using the C++ Standard Template Libraries(《C++标准模板库编程实战》英文原版)

  2. 为Using the C++ Standard Template Libraries 英文版本的PDF文档,作者为Ivor Horton,中文名称为《C++标准模板库编程实战》,可惜中文译本很多地方翻译的很生硬,因此建议对照英文原版阅读。本资源转载自网络,如有侵权,请联系上传者或csdn删除
  3. 所属分类:C++

    • 发布日期:2017-11-15
    • 文件大小:9437184
    • 提供者:lpwstr
  1. SWT64位( Cannot load 32-bit SWT libraries on 64-bit JVM)完美解决

  2. 把原来的swt.jar替换成这个就能解决 Cannot load 32-bit SWT libraries on 64-bit JVM问题
  3. 所属分类:Java

    • 发布日期:2017-12-15
    • 文件大小:1048576
    • 提供者:hongshanji4145
  1. Getting Started with LLVM Core Libraries

  2. About This Book Learn how to configure, build, and use LLVM and Clang based tools Explore the depths of the LLVM front-end, IR, code generator, and libraries, and learn how a modern compiler is implemented in a practical way. Customize your project
  3. 所属分类:其它

    • 发布日期:2017-12-24
    • 文件大小:2097152
    • 提供者:u012337666
  1. python-libraries-you-arent-using-but-should

  2. Discover lesser-known Python libraries that are easy to install and use, cross-platform, and applicable to more than one domain.
  3. 所属分类:Python

    • 发布日期:2018-01-11
    • 文件大小:10485760
    • 提供者:lingkongdangyang
  1. Wap Wml Script Standard Libraries Specification.rar

  2. Wap Wml scr ipt Standard Libraries Specification.rar wmlscr ipt权威资料
  3. 所属分类:Java

    • 发布日期:2008-12-17
    • 文件大小:113664
    • 提供者:wangld_act
  1. Digital Libraries by William Arms

  2. 英文版 This is a fascinating period in the history of libraries and publishing. For the first time, it is possible to build large-scale services where collections of information are stored in digital formats and retrieved over networks. The materials a
  3. 所属分类:硬件开发

    • 发布日期:2009-01-15
    • 文件大小:344064
    • 提供者:rickyzhao1982
  1. FastCode.Libraries

  2. The following library will replace the current RTL code used by your application(s) with faster and optimized for the latest processors.
  3. 所属分类:其它

    • 发布日期:2009-02-28
    • 文件大小:69632
    • 提供者:zqfile
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »