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

搜索资源列表

  1. 轻松学习c++&C++典型例题

  2. public: void print(){cerr<<"栈已空,无法出栈"<<endl;} }; templateclass Stack{ int top; //栈顶指针(下标) T *elements; //动态建立的数值 int maxSize; //栈最大允纳的元素个数 public: Stack(int=20); //栈如不指定大小,设为20元素 ~Stack(){delete[] elements;} void Push(const T &data) ; //
  3. 所属分类:C++

    • 发布日期:2009-08-03
    • 文件大小:11534336
    • 提供者:jiyiyaoshicc
  1. Enterprise Rails

  2. Enterprise Rails is indispensable for anyone planning to build enterprise web services. It's one thing to get your service off the ground with a framework like Rails, but quite another to construct a system that will hold up at enterprise scale. The
  3. 所属分类:Web开发

    • 发布日期:2009-08-03
    • 文件大小:6291456
    • 提供者:NightCloud
  1. 架构风格与基于网络的软件架构设计

  2. 内容目录 论文摘要.............................................................................................................................................7 绪论...............................................................................................
  3. 所属分类:网络基础

    • 发布日期:2009-08-03
    • 文件大小:811008
    • 提供者:followme168
  1. BluePrint Overview中文版

  2. 根据PCB CAD数据自动地建立PCB浏览、细节和表格DragDocument elements from tool palletDropThem onto a drawingDrawWizards create details from PCB data “BluePrint缩短了我们创建PCB设计文档的时间,并且减小了我们客户生产的风险。”Mark Sinreich, PresidentAvid TechnologiesEngineering Consulting Firm
  3. 所属分类:专业指导

    • 发布日期:2009-08-10
    • 文件大小:4194304
    • 提供者:dianzi12345
  1. XPDL.pdf English

  2. A variety of different tools may be used to analyse, model, describe and document a business process. The workflow process definition interface defines a common interchange format, which supports the transfer of workflow process definitions between
  3. 所属分类:Access

    • 发布日期:2009-08-11
    • 文件大小:336896
    • 提供者:redleaf0724
  1. Practical Programming in Tcl and Tk (英文版TCL学习资料 )

  2. 1. Tcl Fundamentals ............................................. 1 Getting Started ............................................................ 1 Tcl Commands ............................................................. 2 Hello World .............
  3. 所属分类:其它

    • 发布日期:2009-08-14
    • 文件大小:1048576
    • 提供者:yunyuehu
  1. TTCN-3-Introduction 西门子的培训.pdf

  2. Table of contents z PART I: Overall view of TTCN-3 z What is TTCN-3 z Main new aspects of TTCN-3 z TTCN-3 series of standards z Concepts z TTCN-3 language elements z TTCN-3 test behavior specification z Attributes, grouping, and import z PART II: Th
  3. 所属分类:C#

    • 发布日期:2009-08-15
    • 文件大小:710656
    • 提供者:johnova
  1. academic writing for graduate student

  2. By John M. Swales, Christine A. Beer Feak, The book successful guide to writing for graduate-and undergraduate-students has been modified to include updates and replacements of older data sets; an increased range of disciplines with tasks such as nu
  3. 所属分类:其它

    • 发布日期:2009-08-29
    • 文件大小:1048576
    • 提供者:sunnycfu
  1. Channel Coding in Communication Networks

  2. Homage to Alain Glavieux. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xv Chapter 1. Information Theory. . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Gérard BATTAIL 1.1. Introduction: the Shannon paradigm . . . . . . . . .
  3. 所属分类:C

    • 发布日期:2009-08-30
    • 文件大小:3145728
    • 提供者:ethanpad
  1. 细胞模式统计识别的VC++实现

  2. ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : Cell ======================================================================== AppWizard has created this Cell application for you. This app
  3. 所属分类:C++

    • 发布日期:2009-09-06
    • 文件大小:1048576
    • 提供者:dayuci
  1. Molecular Biology Problem Solver - A Laboratory Guide.pdf 下载

  2. PREFACE This book celebrates the importance of the question; it is not meant to be a collection of facts or procedures. The writing of this book was inspired by 16 years of queries from the research community.The con- tributors and I have tried to m
  3. 所属分类:Java

    • 发布日期:2009-09-14
    • 文件大小:2097152
    • 提供者:Woodword
  1. ejb设计模式.pdf

  2. . 概述 通过分析数据模型,和实际操作 PetStore 我们大概对它的数据模型有所了解。现在开始 分析系统 EJB 层的设计模式。首先什么是模式?看 Gof 的《设计模式》的定义,就是对被 用来在特定场景下解决一般设计问题的类和相互通信的对象描述。唉!太深沉了。一头雾水。 其实,就是一些经验,并且经过科学整理,可以在某种场合下反复使用,解决一些问题。当 然在《设计模式》一书罗列出 23 中模式,并且进行了详细描述。今天我们所说的模式,是 PetStore 中的EJB 设计经验。 关于设 计模
  3. 所属分类:Java

    • 发布日期:2009-09-14
    • 文件大小:672768
    • 提供者:rosesea168
  1. 深入学习log4j(实用)

  2. . 概述 通过分析数据模型,和实际操作 PetStore 我们大概对它的数据模型有所了解。现在开始 分析系统 EJB 层的设计模式。首先什么是模式?看 Gof 的《设计模式》的定义,就是对被 用来在特定场景下解决一般设计问题的类和相互通信的对象描述。唉!太深沉了。一头雾水。 其实,就是一些经验,并且经过科学整理,可以在某种场合下反复使用,解决一些问题。当 然在《设计模式》一书罗列出 23 中模式,并且进行了详细描述。今天我们所说的模式,是 PetStore 中的EJB 设计经验。 关于设 计模
  3. 所属分类:Access

    • 发布日期:2009-09-14
    • 文件大小:139264
    • 提供者:rosesea168
  1. The Art Of Unix Programming

  2. 超级经典!!! The Art of Unix Programming Eric Steven Raymond Table of Contents 目录 Requests for reviewers and copy-editors Preface Who Should Read This Book How To Use This Book Related References Conventions Used In This Book Our Case Studies Author's Ac
  3. 所属分类:C

    • 发布日期:2009-09-22
    • 文件大小:3145728
    • 提供者:tutu1212
  1. Spring API

  2. 前言 1. 简介 1.1. 概览 1.1.1. 使用场景 2. Spring 2.0和 2.5的新特性 2.1. 简介 2.2. 控制反转(IoC)容器 2.2.1. 新的bean作用域 2.2.2. 更简单的XML配置 2.2.3. 可扩展的XML编写 2.2.4. Annotation(注解)驱动配置 2.2.5. 在classpath中自动搜索组件 2.3. 面向切面编程(AOP) 2.3.1. 更加简单的AOP XML配置 2.3.2. 对@AspectJ 切面的支持 2.3.3. 对
  3. 所属分类:Java

    • 发布日期:2009-09-24
    • 文件大小:2097152
    • 提供者:ljmybfq
  1. jquer参考文档(详细)

  2. jquer参考文档 jQuery 核心函数 jQuery(expr, [context]) jQuery(html, [ownerDoc]) jQuery(elements) jQuery(callback) jQuery 对象访问 each(callback) size() length selector context get() get(index) index(subject) 数据缓存 data(name , [value]) removeData(name) queue(name
  3. 所属分类:Javascript

    • 发布日期:2009-09-25
    • 文件大小:109568
    • 提供者:wudepeng1987
  1. Visual C++ 编程资源大全(英文源码 DLL)

  2. 1,01.zipDialogs in DLL在DLL中实现对话框(5KB)2,02.zipExport dialogs in MFC Extension DLLs在MFC扩充DLL中输出对话框(12KB)3,03.zipRemapping resource scr ipt ID's重影象资源的标识符(4KB)4,04.zipDetermine DLL version number检测DLL的版本号(7KB)5,05.zipGetting the complete information abo
  3. 所属分类:C++

    • 发布日期:2007-10-23
    • 文件大小:3145728
    • 提供者:zhangxucool
  1. Pro WPF in C# 2008.PDF(英文)

  2. ■CHAPTER 1 Introducing WPF......1 ■CHAPTER 2 XAML ............... 21 ■CHAPTER 3 The Application .....57 ■CHAPTER 4 Layout...............75 ■CHAPTER 5 Content..............117 ■CHAPTER 6 Dependency Properties and Routed Events...137 ■CHAPTER 7 Classi
  3. 所属分类:C#

    • 发布日期:2009-10-02
    • 文件大小:9437184
    • 提供者:rogerp
  1. Dive Into Python

  2. 新手入门的Python书籍 Chapter 1. Installing Python..........................................................................................................................................2 1.1. Which Python is right for you?................................
  3. 所属分类:Python

    • 发布日期:2009-10-05
    • 文件大小:1048576
    • 提供者:darrenfu42
  1. C和C++函数参考手册.chm

  2. 绝对经典 物超所值,经典收藏 内容如下: General C/C++ Pre-processor commands Operator Precedence Escape Sequences ASCII Chart Data Types Keywords Standard C Library Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Me mory
  3. 所属分类:C++

    • 发布日期:2009-10-06
    • 文件大小:180224
    • 提供者:dffgsfsdfssdfgd
« 1 2 3 4 5 6 78 9 10 11 12 ... 43 »