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

搜索资源列表

  1. C++ template metaprogramming

  2. generates or manipulates program code. Ever since generic programming was introduced to C++, programmers have discovered myriad "template tricks" for manipulating programs as they are compiled, effectively eliminating the barrier between program and
  3. 所属分类:C++

    • 发布日期:2007-08-09
    • 文件大小:649216
    • 提供者:tiantang3gm
  1. 一本关于directshow 编程的好书

  2. This book has been written for the complete DirectShow novice; you don’t need to know anything about DirectShow—or even audio or video—to get started. If you’re already familiar with DirectShow, chances are you’ll be able to race through the first t
  3. 所属分类:C++

    • 发布日期:2009-05-05
    • 文件大小:1048576
    • 提供者:yexiaoya
  1. Computer_Organization_and_Design_Fundamentals

  2. 这是一本很好的介绍计算机硬件原理的书。内容组织如下: The material in this book is presented in three stages. The first stage, Chapters 1 through 7, discusses the mathematical foundation and design tools that address the digital nature of computers. The discussion begins in C
  3. 所属分类:专业指导

    • 发布日期:2009-05-25
    • 文件大小:1048576
    • 提供者:fanfanmybaby
  1. WPF Overview

  2. “Windows Presentation Foundation” is a new unified presentation subsystem for Windows. It consists of a display engine and a managedcode framework. WPF unifies how Windows creates, displays, and manipulates documents, media, 2D, 3D graphics, and use
  3. 所属分类:C#

    • 发布日期:2009-09-03
    • 文件大小:1048576
    • 提供者:cad201
  1. C++ Template Metaprogramming

  2. C++ Template Metaprogramming sheds light on the most powerful idioms of today's C++, at long last delivering practical metaprogramming tools and techniques into the hands of the everyday programmer. A metaprogram is a program that generates o r mani
  3. 所属分类:C++

    • 发布日期:2007-11-01
    • 文件大小:649216
    • 提供者:bensnake
  1. Data Manipulation With R

  2. The book contains much good information regarding the unique way in which R manipulates data objects. lt provides a complement to the many books illustrating statistical applications of R. It is clear that the author is very familiar with R. and the
  3. 所属分类:专业指导

    • 发布日期:2010-03-18
    • 文件大小:1035264
    • 提供者:wguan9999
  1. Windows Via C C++

  2. Microsoft Windows is a complex operating system. It offers so many features and does so much that it's impossible for any one person to fully understand the entire system. This complexity also makes it difficult for someone to decide where to start
  3. 所属分类:C++

    • 发布日期:2010-05-15
    • 文件大小:3145728
    • 提供者:cofahoher
  1. C++.Template.Metaprogramming

  2. Product Descr iption "C++ Template Metaprogramming" sheds light on the most powerful idioms of today's C++, at long last delivering practical metaprogramming tools and techniques into the hands of the everyday programmer. Since the introduction of t
  3. 所属分类:C++

    • 发布日期:2010-09-24
    • 文件大小:16777216
    • 提供者:shaoguangleo
  1. DB2 Access Classes

  2. These classes encapsulate the complicated DB2 CLI APIs, so that developers can access DB2 database in a simple, ADO style way. CSqlDatabase Represents a connection to a database CSqlCommand Defines a specific command (SQL statement) CSqlRecordset Re
  3. 所属分类:其它

    • 发布日期:2010-11-08
    • 文件大小:31744
    • 提供者:shaozg168
  1. 计算机英语资料.doc

  2. 词汇: device:装置 abstract: not concrete抽象的 run(program):execute; carry out 运行(程序) cable:电缆(eg: cable modern) instruction:指令(eg:Instructions Cache) terminal:终端 enhance:加强 process:处理,处理过程(eg:Central Processing Unit(CPU)) architecture:结构;构造(eg:Industry St
  3. 所属分类:专业指导

    • 发布日期:2011-05-24
    • 文件大小:72704
    • 提供者:baitxaps
  1. Xenocode Postbuild 2010 for .NET v8.0

  2. Postbuild for .NET is the powerful, reliable, and easy-to-use code protection and deployment solution for .NET developers. Key Benefits Protects .NET code against decompilation and reverse engineering Converts .NET applications to native binaries th
  3. 所属分类:C#

    • 发布日期:2011-07-26
    • 文件大小:18874368
    • 提供者:HappyLibertine
  1. manipulates C or C++ sourcefiles

  2. COBF (aka C-Obfuscator) is a program which manipulates C or C++ sourcefiles in a way that they aren't readable by human beings; but they remain compilable.
  3. 所属分类:其它

    • 发布日期:2011-08-01
    • 文件大小:199680
    • 提供者:suc88jp
  1. Metaprogramming Ruby

  2. Metaprogramming is writing code that manipulates language constructs at runtime.
  3. 所属分类:其它

    • 发布日期:2011-09-20
    • 文件大小:5242880
    • 提供者:bestchoice
  1. C.Plus.Plus.Template.Metaprogramming [chm]

  2. A metaprogram is a program that generates or manipulates program code. Ever since generic programming was introduced to C++, programmers have discovered myriad "template tricks" for manipulating programs as they are compiled, effectively eliminating
  3. 所属分类:C++

    • 发布日期:2008-08-26
    • 文件大小:649216
    • 提供者:conanwj
  1. Addison.Wesley.C++.Template.Metaprogramming

  2. A metaprogram is a program that generates or manipulates program code. Ever since generic programming was introduced to C++, programmers have discovered myriad "template tricks" for manipulating programs as they are compiled, effectively eliminating
  3. 所属分类:C++

    • 发布日期:2008-10-27
    • 文件大小:649216
    • 提供者:policehsh
  1. Programming directshow

  2. This book has been written for the complete DirectShow novice; you don’t need to know anything about DirectShow—or even audio or video—to get started. If you’re already familiar with DirectShow, chances are you’ll be able to race through the first t
  3. 所属分类:Web开发

    • 发布日期:2008-11-04
    • 文件大小:1048576
    • 提供者:go2e
  1. 树控件 TreeEx good I think

  2. The purpose of the Data class is to keep the actual data. It keeps the data until all actual references to it are dead. This is done with reference counting (COM like). I know somebody may find this worthless and useless, but it makes the data more
  3. 所属分类:其它

    • 发布日期:2008-11-05
    • 文件大小:5120
    • 提供者:nancun33
  1. c++模板元编程 C++的高级特性

  2. A metaprogram is a program that generates or manipulates program code. Ever since generic programming was introduced to C++, programmers have discovered myriad "template tricks" for manipulating programs as they are compiled, effectively eliminating
  3. 所属分类:C++

    • 发布日期:2008-11-05
    • 文件大小:649216
    • 提供者:rosehack
  1. JPEG文件读取处理C++代码

  2. CHANGE LOG for Independent JPEG Group's JPEG software Version 9a 19-Jan-2014 ----------------------- Add support for wide gamut color spaces (JFIF version 2). Improve clarity and accuracy in color conversion modules. Note: Requires rebuild of test i
  3. 所属分类:C++

    • 发布日期:2015-07-25
    • 文件大小:1048576
    • 提供者:cumtbhaotongxue
  1. OpenCV Essentials

  2. OpenCV Essentials Set up OpenCV, its Python bindings, and optional Kinect drivers on Windows, Mac or Ubuntu Create an application that tracks and manipulates faces Identify face regions using normal color images and depth images
  3. 所属分类:C++

    • 发布日期:2015-08-10
    • 文件大小:7340032
    • 提供者:u010100084
« 12 »