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

搜索资源列表

  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. 基于C#的机票票务系统

  2. void Page_Load(object sender, System.EventArgs e) { // 连接字符串 string ORACLE_ConnStr = "Data Source=Oracle8i;Integrated Security=yes"; // 创建 OracleConnection 对象 OracleConnection oConnection = new OracleConnection(ORACLE_ConnStr); try { oConnection.Ope
  3. 所属分类:Oracle

    • 发布日期:2009-04-29
    • 文件大小:3145728
    • 提供者:yhhgf2008
  1. C++ Templates: The Complete Guide

  2. Templates are among the most powerful features of C++, but they are too often neglected, misunderstood, and misused. C++ Templates: The Complete Guide provides software architects and engineers with a clear understanding of why, when, and how to use
  3. 所属分类:C++

    • 发布日期:2009-05-11
    • 文件大小:754688
    • 提供者:zjanna137
  1. 提高C#编程水平的50个要点

  2. 1.总是用属性 (Property) 来代替可访问的数据成员   2.在 readonly 和 const 之间,优先使用 readonly   3.在 as 和 强制类型转换之间,优先使用 as 操作符   4.使用条件属性 (Conditional Attributes) 来代替条件编译语句 #if   5.总是为自定义类重载 ToString 方法   6.区别值类型和引用类型   7.使用不可变的值类型(Immutable Atomic Value Types)   8.在值类型中,确
  3. 所属分类:C#

    • 发布日期:2009-05-21
    • 文件大小:29696
    • 提供者:wsjszq
  1. Object-Oriented Programming With ANSI-C

  2. Object-oriented programming is the current cure-all — although it has been around for much more then ten years. At the core, there is little more to it then finally applying the good programming principles which we have been taught for more then twe
  3. 所属分类:C

    • 发布日期:2009-06-19
    • 文件大小:1048576
    • 提供者:lihualoveyou
  1. 微软官方推荐教程C#完全手册

  2. C#在Microsoft.net初始版本中占中心位置,是Microsoft公司开发的一种最新的面向对象编程语言,它结合了C++的强大功能和Visual Basic的易用性。本书分为三部分来帮助读者学习C#语言。第一部分提供了对C#语言的全面讨论,描述了C#语言里定义的关键字、语句和特性。同时介绍了I/O、文件处理、映射和预处理程序。第二部分讨论了C#类库,它也是.NET框架类库。由于篇幅有限,本书重点讲述了包含在系统名字空间里的核心类库,这部分的内容几乎每个C#程序员都会用到。第三部分包括C#
  3. 所属分类:C#

    • 发布日期:2009-06-19
    • 文件大小:1048576
    • 提供者:thjfk
  1. c++ standard library practical tips

  2. For the last 10 or so years, I’ve been programming in C++. I really enjoy the language for its power, brevity, and accommodation of three major programming styles—structured programming, object-oriented programming, and generic programming. In addit
  3. 所属分类:C++

    • 发布日期:2009-06-23
    • 文件大小:5242880
    • 提供者:blue_thinhorse
  1. 用c实现面向对象(C语言)

  2. No programming technique solves all problems. No programming language produces only correct results. No programmer should start each project from scratch. Object-oriented programming is the current cure-all — although it has been around for much mor
  3. 所属分类:C

    • 发布日期:2009-06-29
    • 文件大小:929792
    • 提供者:tianzhu131
  1. 用c实现面向对象 pdf格式

  2. 图书类型:pdf No programming technique solves all problems. No programming language produces only correct results. No programmer should start each project from scratch. Object-oriented programming is the current cure-all — although it has been around for
  3. 所属分类:C

    • 发布日期:2009-07-03
    • 文件大小:931840
    • 提供者:tianzhu131
  1. C++ Templates: The Complete Guide

  2. Templates are among the most powerful features of C++, but they are too often neglected, misunderstood, and misused. C++ Templates: The Complete Guide provides software architects and engineers with a clear understanding of why, when, and how to use
  3. 所属分类:C++

    • 发布日期:2009-07-07
    • 文件大小:754688
    • 提供者:dayuguoji
  1. c语言suffix tree库

  2. 构造前缀树,深度广度优先搜索等功能。 This library is an implementation of the suffix tree algorithm applied to indexing. A search on "suffix trees Ukkonen" on a search engine should give you an idea of what I'm talking about. The interesting points are a linear index
  3. 所属分类:C

    • 发布日期:2009-08-12
    • 文件大小:729088
    • 提供者:infosec_phoenix
  1. Addison.Wesley.C.Plus.Plus.Template.Metaprogramming.Dec.2004

  2. This book is aimed at any programmer who is comfortable with idioms of the Standard Template Library (STL). C++ power-users will gain a new insight into their existing work and a new fluency in the domain of metaprogramming. Intermediate-level progr
  3. 所属分类:C

    • 发布日期:2009-08-27
    • 文件大小:649216
    • 提供者:lantisplato
  1. 微软C#3.0 Specification

  2. 微软官方关于C#3.0的参考书,Doc版 1. Introduction 1 1.1 Hello world 1 1.2 Program structure 2 1.3 Types and variables 4 1.4 Expressions 6 1.5 Statements 8 1.6 Classes and objects 12 1.6.1 Members 12 1.6.2 Accessibility 13 1.6.3 Type parameters 13 1.6.4 Base clas
  3. 所属分类:Access

    • 发布日期:2009-09-24
    • 文件大小:2097152
    • 提供者:timsonboy
  1. C++关键字详细使用

  2. asm auto bad_cast bad_typeid bool break case catch char class const const_cast continue default delete do double dynamic_cast else enum except explicit extern false finally float for friend goto if inline int long mutable namespace new operator priv
  3. 所属分类:C++

    • 发布日期:2009-10-12
    • 文件大小:184320
    • 提供者:li57681522
  1. Object-oriented Programming with ANSI-C

  2. 关于oject c的,英文的 Object-oriented programming is the current cure-all — although it has been around for much more then ten years. At the core, there is little more to it then finally applying the good programming principles which we have been taught fo
  3. 所属分类:C

    • 发布日期:2009-10-15
    • 文件大小:1048576
    • 提供者:waterfield
  1. C++ Templates-The Complete Guide

  2. C++ Templates begins with an insightful tutorial on basic concepts and language features. The remainder of the book serves as a comprehensive reference, focusing first on language details, then on a wide range of coding techniques, and finally on ad
  3. 所属分类:C++

    • 发布日期:2007-11-01
    • 文件大小:754688
    • 提供者:bensnake
  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. C# 蜘蛛Spider 网页抓取器 Crawler

  2. C# 蜘蛛Spider 网页抓取器 void ParseUri(MyUri uri, ref MyWebRequest request) { string strStatus = ""; // check if connection is kept alive from previous connections or not if(request != null && request.response.KeepAlive) strStatus += "Connection live to: "
  3. 所属分类:Web开发

    • 发布日期:2009-12-30
    • 文件大小:57344
    • 提供者:Dobit
  1. C++ Templates

  2. C++ Templates begins with an insightful tutorial on basic concepts and language features. The remainder of the book serves as a comprehensive reference, focusing first on language details, then on a wide range of coding techniques, and finally on ad
  3. 所属分类:C++

    • 发布日期:2010-01-06
    • 文件大小:754688
    • 提供者:hubing0825
  1. C++ 中try finally关键字详解

  2. 本文给大家介绍C++ 中try finally关键字的相关知识,非常不错,本文介绍的非常详细,具有参考借鉴价值,感兴趣的朋友一起学习吧
  3. 所属分类:其它

    • 发布日期:2020-09-02
    • 文件大小:75776
    • 提供者:weixin_38732252
« 12 3 4 5 6 7 8 9 10 ... 31 »