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

搜索资源列表

  1. commons-lang.jar

  2. 中文简介: commons-lang.jar、Apache Commons包中的一个,包含了一些数据类型工具类,是java.lang.*的扩展。必须使用的jar包。 Jar文件包含的类: META-INF/MANIFEST.MFMETA-INF/LICENSE.txtMETA-INF/NOTICE.txtorg.apache.commons.lang.ArrayUtils.class org.apache.commons.lang.BitField.class org.apache.commo
  3. 所属分类:硬件开发

    • 发布日期:2009-07-07
    • 文件大小:237kb
    • 提供者:ice1fei
  1. java_lang_spec_3.0.pdf

  2. The Java Language Specification, Third Edition - Written by the inventors of the technology, The Java Language Specification, Third Edition is the definitive technical reference for the Java programming language. If you want to know the precise mean
  3. 所属分类:Java

    • 发布日期:2009-08-24
    • 文件大小:7mb
    • 提供者:wssmao
  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
    • 文件大小:2mb
    • 提供者:timsonboy
  1. FoundationsCppCLIforNET35.pdf

  2. Foundations of C++/CLI The Visual C++ Language for .NET 3.5 ■CHAPTER 1 Introducing C++/CLI . . . . . . . . . . . . . . . . . . .1 ■CHAPTER 2 A Quick Tour of the C++/CLI Language Features . . . . . . . . . . . . . . . 13 ■CHAPTER 3 Building C++/CLI P
  3. 所属分类:C++

    • 发布日期:2009-12-18
    • 文件大小:2mb
    • 提供者:tomred
  1. jsp探针 ver0.1

  2. jsp探针ceshi.jsp 0) { freeSpace = line; } } if (freeSpace == null || freeSpace.length() == 0) { return -1; } process.destroy(); freeSpace = freeSpace.trim().replaceAll("\\\\", "\\/"); String[] results = freeSpace.split(" "); for (int i = results.len
  3. 所属分类:Java

    • 发布日期:2009-12-25
    • 文件大小:40kb
    • 提供者:qq492932866
  1. java语法规范 langspec

  2. Java Language Specification Third Edition ========================================= 1 Introduction 1.1 Example Programs 1.2 Notation 1.3 Relationship to Predefined Classes and Interfaces 1.4 References 2 Grammars 2.1 Context-Free Grammars 2.2 The Le
  3. 所属分类:Access

    • 发布日期:2010-02-21
    • 文件大小:458kb
    • 提供者:robinc2009
  1. The Java Programming Language

  2. Direct from the creators of the Java™ programming language, the completely revised fourth edition of The Java™ Programming Language is an indispensable resource for novice and advanced programmers alike. Developers around the world have used previou
  3. 所属分类:Java

    • 发布日期:2010-05-06
    • 文件大小:2mb
    • 提供者:qidai628
  1. linux内核完全解析 chm pdf

  2. linux内核完全解析 Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
  3. 所属分类:Linux

    • 发布日期:2010-09-26
    • 文件大小:5mb
    • 提供者:baisoo
  1. A*算法(C#源码)

  2. A*(A-Star)算法是一种静态路网中求解最短路最有效的算法。公式表示为: f(n)=g(n)+h(n)。 该资源用C#实现A*并有一实例。 #region Enums [Author("Franco, Gustavo")] public enum DrawModeSetup { None = 0, Start = 1, End = 2, Block = 3 } #endregion
  3. 所属分类:其它

    • 发布日期:2010-11-12
    • 文件大小:244kb
    • 提供者:linxcool
  1. CSharp 3.0 With the .NET Framework 3.5 Unleashed(english)

  2. 一本不错的C#书,希望对您有帮助,本书目录: C# 3.0 Unleashed 1 Table of Contents 6 Introduction 30 Why This Book Is for You 31 Organization and Goals 32 Part 1 Learning C# Basics 36 1 Introducing the .NET Platform 38 What Is .NET? 38 The Common Language Runtime (CLR) 40
  3. 所属分类:C#

    • 发布日期:2010-12-22
    • 文件大小:11mb
    • 提供者:shaocgcg
  1. Java语言规范 Java Language Specification

  2. Java语言规范: This specification is organized as follows: Chapter 2 describes grammars and the notation used to present the lexical and syntactic grammars for the language. Chapter 3 describes the lexical structure of the Java programming language, whic
  3. 所属分类:Java

  1. iBATIS-JavaDoc

  2. How This API Document Is Organized This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows. Overview The Overview page is the front page of this API document and provides
  3. 所属分类:其它

    • 发布日期:2011-03-31
    • 文件大小:910kb
    • 提供者:w5743216
  1. Learn.Java.for.Android.Development_Apress.2010+src

  2. Android development is hot, and many programmers are interested in joining the fun. However, because this technology is based on Java, you should first obtain a solid grasp of the Java language and its foundational APIs to improve your chances of su
  3. 所属分类:Android

    • 发布日期:2011-07-06
    • 文件大小:6mb
    • 提供者:wuuter
  1. Struct And Enums结构和枚举

  2. Struct And Enums结构和枚举 、学习时练习使用的源码,在VS2005下练习使用
  3. 所属分类:专业指导

    • 发布日期:2009-03-05
    • 文件大小:17kb
    • 提供者:hhf383530895
  1. java代码生成器(可以生成service,controller,enums等)

  2. 代码生成器,在原有mybatis生成器基础上面扩展。除了生成entity,example,mapper外,额外生成controller,service,impl,enums,extMapper等。注意:生成之后修改配置,以防被覆盖。如果生成过程有问题,联系QQ:16849092。解压之后配置 config ,按说明配置参数即可。
  3. 所属分类:Java

    • 发布日期:2018-04-24
    • 文件大小:13mb
    • 提供者:hzc83hzc
  1. Ruby-TranslateEnum简单零依赖Rails的Enums翻译gem

  2. TranslateEnum:简单,零依赖Rails的Enums翻译gem
  3. 所属分类:其它

    • 发布日期:2019-08-15
    • 文件大小:10kb
    • 提供者:weixin_39840387
  1. C++草案n2347_Strongly Typed Enums.pdf

  2. Strongly Typed Enums (revision 3) C++ [C++03] provides only incremental improvements over C [C99] enums. Problems remain, notably in the areas of type safety, unintended errors, code clarity, and code portability. Some of these problems can manifest
  3. 所属分类:C++

    • 发布日期:2019-10-14
    • 文件大小:231kb
    • 提供者:kenvinn1
  1. 枚举:Anumcando e manipulando conceito de Enums C#-源码

  2. 枚举:Anumcando e manipulando conceito de Enums C#
  3. 所属分类:其它

    • 发布日期:2021-02-16
    • 文件大小:191kb
    • 提供者:weixin_42181545
  1. Enums.NET:Enums.NET是一种高性能的类型安全的.NET枚举实用程序库-源码

  2. v4.0的变化 删除了v3.0中不推荐使用的NonGenericEnums , NonGenericFlagEnums , UnsafeEnums和UnsafeFlagEnums类,同时还删除了所有其他不推荐使用的方法,以缩小库的大小。 建议从2.x及以下版本升级到3.x,然后按照警告迁移使用不推荐使用的方法和类的任何代码。 另外,为.NET 4.5目标添加了对System.Runtime.CompilerServices.Unsafe包的依赖关系,以删除对Fody的构建依赖关系。 v3.0变更
  3. 所属分类:其它

    • 发布日期:2021-02-05
    • 文件大小:221kb
    • 提供者:weixin_42133452
  1. java-enums-源码

  2. java-enums
  3. 所属分类:其它

« 12 3 4 5 6 »