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

搜索资源列表

  1. Visibility Algorithms In The Plane

  2. Contents Preface page xi 1 Background 1 1.1 Notion of Visibility 1 1.2 Polygon 2 1.3 Asymptotic Complexity 5 1.4 Triangulation 6 1.5 The Art Gallery Problem 8 1.6 Special Types of Visibility 11 2 Point Visibility 13 2.1 Problems and Results 13 2.2 C
  3. 所属分类:其它

    • 发布日期:2009-07-12
    • 文件大小:2097152
    • 提供者:musicbug
  1. LWUIT1.2(20090715)

  2. SUN公司发布了最新的J2ME平台的UI库:LWUIT1.2,主要有以下改动: * New Styling concept added selected and unselected styles. * New LWUIT Designer with support for new styles, gradients, exporting ant task, Copy & Paste, complex image borders, improved preview and much more
  3. 所属分类:其它

    • 发布日期:2009-07-20
    • 文件大小:9437184
    • 提供者:gf771115
  1. php Smarty模板

  2. Preface[序] It is undoubtedly one of the most asked questions on the PHP mailing lists: how do I make my PHP scr ipts independent of the layout? While PHP is billed as "HTML embedded scr ipting language", after writing a couple of projects that mixed
  3. 所属分类:PHP

    • 发布日期:2009-07-23
    • 文件大小:370688
    • 提供者:dxfox
  1. [web开发CSS系列]Pro CSS Techniques

  2. This book is a collection of proven, professional, modern techniques that you can use every day to get the most out of the time you put into your projects, from start to finish. As it has finally come to pass that CSS (Cascading Style Sheets) and ot
  3. 所属分类:Web开发

    • 发布日期:2009-07-30
    • 文件大小:12582912
    • 提供者:sniper67
  1. JAVA程序员面试32问

  2. 第一,谈谈final, finally, finalize的区别。 第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)? 第三,Static Nested Class 和 Inner Class的不同,说得越多越好(面试题有的很笼统)。
  3. 所属分类:Java

    • 发布日期:2009-07-30
    • 文件大小:13312
    • 提供者:econsh
  1. The C++ Standard Library Extensions A Tutorial and Reference

  2. "TR1 roughly doubles the size of the C++ standard library, and it introduces many new facilities and even new kinds of library components. TR1 has some classes, for example, where some nested types may or may not exist depending on the template argu
  3. 所属分类:C++

    • 发布日期:2009-08-02
    • 文件大小:729088
    • 提供者:hihihippp
  1. 二十三种设计模式迷你手册

  2. 你不希望在抽象和它的实现部分之间有一个固定的绑定关系。例如这种情况可能是因为,在程序运行时刻实现部分应可以被选择或者切换。 类的抽象以及它的实现都应该可以通过生成子类的方法加以扩充。这时B r i d g e 模式使你可以对不同的抽象接口和实现部分进行组合,并分别对它们进行扩充。 对一个抽象的实现部分的修改应对客户不产生影响,即客户的代码不必重新编译。 (C + +)你想对客户完全隐藏抽象的实现部分。在C + +中,类的表示在类接口中是可见的。 有许多类要生成。这样一种类层次结构说明你必须将一
  3. 所属分类:C

    • 发布日期:2009-08-07
    • 文件大小:177152
    • 提供者:newraincn
  1. endorsed 解决soa连接错误

  2. 下载本包解压后放在%TOMCAT_HOME%和%JAVA_HOME%\lib下(jar包必须在endorsed 文件夹下)
  3. 所属分类:Java

    • 发布日期:2009-08-19
    • 文件大小:110592
    • 提供者:salybge
  1. sap ABAP tool 下载源程序及自定义查询

  2. * 1.0 Original program created * 2.0 Modified selection texts so they are now stored within * the actual abap program. * Added functionality to download text elements and selection * texts for any downloaded online programs. * Added funct ionality t
  3. 所属分类:Web开发

    • 发布日期:2009-09-03
    • 文件大小:29696
    • 提供者:lxy9792
  1. ABAP Programming Standards ABAP Programming Standards

  2. Table of Contents INTRODUCTION: ABAP/4 DEVELOPMENT STANDARDS 5 ABAP/4 PROGRAMMING STANDARDS 6 HARD CODING 6 INTERNATIONAL CONSIDERATIONS 6 Date Formats 6 Currency Output Formats 7 Paper Size 7 AUTHORIZATION CHECKING 7 Reports (Read only) 7 Update Pr
  3. 所属分类:Access

    • 发布日期:2009-09-07
    • 文件大小:460800
    • 提供者:cncszs
  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. quaqua-3.7.8.nested.zip

  2. 类似于Mac的Swing观感(look and feel),3.7.8源代码及文档
  3. 所属分类:Java

    • 发布日期:2007-10-23
    • 文件大小:4194304
    • 提供者:grantgrass
  1. 关于java可能遇到的面试题

  2. final—修饰符 Anonymous Inner Class Static Nested Class 和 Inner Class的不同
  3. 所属分类:Java

    • 发布日期:2009-10-12
    • 文件大小:89088
    • 提供者:brystel
  1. 关于java的经典32问

  2. 第一,谈谈final, finally, finalize 的区别 第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是 否可以implements(实现)interface(接口)? 第三,Static Nested Class 和Inner Class 的不同,说得越多越好(面试题有的 很笼统) 第四,&和&&的区别......一系列有关java的问题
  3. 所属分类:Java

    • 发布日期:2009-10-25
    • 文件大小:140288
    • 提供者:XZ62322Love
  1. Java简单讲义及习题

  2. JAVA简单讲义和习题from麻省理工."This course focuses on introducing the language, libraries, tools and concepts of JavaTM. The course is specifically targeted at students who intend to take 6.170 in the following term and feel they would struggle because they l
  3. 所属分类:Java

    • 发布日期:2009-10-25
    • 文件大小:1048576
    • 提供者:leonliuxue
  1. programing in C

  2. 一本实用的C语言入门教程 英文版 Contents At a Glance Preface xvii 1 Introduction 1 2 Some Fundamentals 5 3 Compiling and Running Your First Program 11 4 Variables, Data Types, and Arithmetic Expressions 21 5 Program Looping 43 6 Making Decisions 65 7 Working with
  3. 所属分类:C

    • 发布日期:2009-10-29
    • 文件大小:4194304
    • 提供者:rjlovexrr
  1. java面试题大全-基础方面

  2. 1、作用域public,private,protected,以及不写时的区别 答:区别如下: 作用域 当前类 同一package 子孙类 其他package public √ √ √ √ protected √ √ √ × friendly √ √ × × private √ × × × 不写时默认为friendly 2、Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口) 答:匿名的内
  3. 所属分类:Java

    • 发布日期:2009-10-31
    • 文件大小:18432
    • 提供者:catfly00
  1. JAVA程序员笔试题(中软件国际)

  2. 中软件国际java笔试题,精典! Java程序员笔试题 1.谈谈final, finally, finalize的区别。 2.Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)? 3.Static Nested Class 和 Inner Class的不同,说得越多越好(面试题有的很笼统)。    4.&和&&的区别。 5.HashMap和Hashtable的区别。 6.Collect
  3. 所属分类:Java

    • 发布日期:2009-11-12
    • 文件大小:25600
    • 提供者:r152884403
  1. JAVA程序员面试时32个问题

  2. JAVA程序员面试的32个问题:final, finally, finalize的区别,Static Nested Class 和 Inner Class的不同,说得越多越好...
  3. 所属分类:Java

    • 发布日期:2009-11-12
    • 文件大小:13312
    • 提供者:shuangxue
  1. Debug with gdb

  2. The purpose of a debugger such as gdb is to allow you to see what is going on “inside”another program while it executes—or what another program was doing at the moment itcrashed.gdb can do four main kinds of things (plus other thing s in support of
  3. 所属分类:C

    • 发布日期:2007-11-08
    • 文件大小:1048576
    • 提供者:topcatzhao
« 1 2 3 4 56 7 8 9 10 ... 34 »