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

搜索资源列表

  1. LM3S9B96 microcontroller

  2. The LM3S9B96 microcontroller has the following features: ■ ARM® Cortex™-M3 Processor Core – 80-MHz operation; 100 DMIPS performance – ARM Cortex SysTick Timer – Nested Vectored Interrupt Controller (NVIC) On-Chip Memory – 256 KB single-cycle Flash m
  3. 所属分类:硬件开发

    • 发布日期:2010-09-17
    • 文件大小:6291456
    • 提供者:ht1688
  1. freemarker语法大全

  2. 本语法大全非常适合于作为你开发的参考。 1.FTL指令规则 2.插值规则 2.1 通用插值 2.2 数字格式化插值 3.表达式 3.1 直接指定值 3.2 输出变量值 3.3字符串操作 3.4 集合连接运算符 3.5 Map连接运算符 3.6 算术运算符 3.7 比较运算符 3.8 逻辑运算符 3.9 内建函数 3.10 空值处理运算符 3.11 运算符的优先级 4.FreeMarker的常用指令 4.1 if指令 4.2 switch , case , default , break指令 4
  3. 所属分类:专业指导

    • 发布日期:2010-09-24
    • 文件大小:91136
    • 提供者:ht2012
  1. Lcc C Compiler

  2. aWhat's new in the new version of lcc-win ---------------------------------------- Dec 3: Added SphericalBesselY + SphericalBesselK + SphericalBesselJ to the special functions package. Updated the documentation. Dec 2: Fixed problems with comparison
  3. 所属分类:C

    • 发布日期:2010-09-30
    • 文件大小:6291456
    • 提供者:ywj1225
  1. Beginning Unix 2005

  2. Contents Acknowledgements Introduction Who Is This Book For? What Does This Book Cover? How This Book Is Structured What Do You Need to Use This Book? Conventions Source Code Errata xix xxi xxi xxii xxii xxv xxv xxv xxv Chapter 1: Unix Fundamentals
  3. 所属分类:Perl

    • 发布日期:2010-09-30
    • 文件大小:8388608
    • 提供者:shaoguangleo
  1. Delphi 7以来的新语法特性

  2. 内联函数(Inlining) D7中的inline关键字作为保留字并不会对编译器产生实际作用,在2009中此关键字起到内嵌到代码中起到实际作用。语法如下: function foo: Integer; inline; 内部函数/过程也可以使用,但在D2009测试版中,类方法的内部函数使用inline后不认Self指针;类的子过程/子函数,也可以使用inline关键字,但没有实际效果,且虚方法/继承方法(virtual/override)不能使用。 重载运算符(Operator Overload
  3. 所属分类:Delphi

    • 发布日期:2010-10-17
    • 文件大小:34816
    • 提供者:Word1314520
  1. java面试题集合

  2. 作用域public,private,protected,以及不写时的区别Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)Static Nested Class 和 Inner Class的不同&和&&的区别Overload和Override的区别。Overloaded的方法是否可以改变返回值的类型String与StringBuffer的区别
  3. 所属分类:Java

    • 发布日期:2008-03-02
    • 文件大小:229376
    • 提供者:yanglianhui
  1. java程序员必知的

  2. 第一,谈谈final, finally, finalize的区别。  final 用于声明属性,方法和类,分别表示属性不可变,方法不可覆盖,类不可继承。finally是异常处理语句结构的一部分,表示总是执行。finalize是 Object类的一个方法,在垃圾收集器执行的时候会调用被回收对象的此方法,可以覆盖此方法提供垃圾收集时的其他资源回收,例如关闭文件等。 第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(
  3. 所属分类:Java

    • 发布日期:2010-10-27
    • 文件大小:5120
    • 提供者:tangqiliang520
  1. ProgrammingInScala --draft june 13,2007

  2. I Rationale 1 II Scala by Example 7 1 A First Example 11 2 Programming with Actors andMessages 15 3 Expressions and Simple Functions 19 3.1 Expressions And Simple Functions . . . . . . . . . . . . . . . . . . . . . . 19 3.2 Parameters . . . . . . .
  3. 所属分类:Java

    • 发布日期:2010-10-28
    • 文件大小:1048576
    • 提供者:laorer
  1. Struts1标签手册

  2. Struts1 标签手册,5类标签库,html,nested,logic,bean,titles
  3. 所属分类:Java

    • 发布日期:2010-11-03
    • 文件大小:224256
    • 提供者:mohuanzhen
  1. AJAX in action

  2. Web users are getting tired of the traditional web experience. They get frustrated losing their scroll position; they get annoyed waiting for refresh; they struggle to reorient themselves on every new page. And the list goes on. With asynchronous Ja
  3. 所属分类:Web开发

    • 发布日期:2010-11-17
    • 文件大小:9437184
    • 提供者:ifwonderland
  1. JAVA程序员32问

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

    • 发布日期:2010-11-20
    • 文件大小:55296
    • 提供者:lishyound
  1. java 面试常问的问题 如何回答

  2. 一. Java基础部分 7 1、一个".java"源文件中是否可以包括多个类(不是内部类)?有什么限制? 7 2、Java有没有goto? 7 3、说说&和&&的区别。 8 4、在JAVA中如何跳出当前的多重嵌套循环? 8 5、switch语句能否作用在byte上,能否作用在long上,能否作用在String上? 9 6、short s1 = 1; s1 = s1 + 1;有什么错? short s1 = 1; s1 += 1;有什么错? 9 7、char型变量中能不能存贮一个中文汉字?为什么
  3. 所属分类:Java

    • 发布日期:2010-12-01
    • 文件大小:194560
    • 提供者:smily_eclipse
  1. DebuggingWithGDB 6.8-2008

  2. Table of Contents Summary of gdb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free Software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Free Software Needs Free Documenta
  3. 所属分类:C

    • 发布日期:2010-12-22
    • 文件大小:2097152
    • 提供者:shaoguangleo
  1. J2se外企it面试题

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

    • 发布日期:2010-12-27
    • 文件大小:26624
    • 提供者:jackbland
  1. commons-beanutils

  2. 我在用MyEclipse6.0做Struts1.2、Hibernate3.1、Spring2.0的整合开发过程中,启动Tomcat6.0时遇到了如下异常: Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/
  3. 所属分类:Java

    • 发布日期:2011-01-08
    • 文件大小:188416
    • 提供者:shulihe
  1. JAVA面试题150例.doc

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

    • 发布日期:2011-01-14
    • 文件大小:119808
    • 提供者:jiangxf_007
  1. DelForExD2007

  2. Program: DelforExp, Delphi Formatter Version: 2.4.1 for Delphi 2-7 Note DelForEx7.dll might not work, please notify me if you have problems Category: Programmers tool Descr iption: DelforExp is a customizable source code formatter. It can improve th
  3. 所属分类:Delphi

    • 发布日期:2011-01-18
    • 文件大小:337920
    • 提供者:monster_play
  1. Struts所有标签详解

  2. 里面包括五组标签库的详细讲解,每个标签库都对应着相应的例子(标签多的标签库有两个例子)。另外还有国际化(文字国际化/图片国际化)、表单验证,以及验证框架例子是用JBuilder2006做的绝对经典!!!!!!!!!!!!!
  3. 所属分类:Java

    • 发布日期:2008-03-19
    • 文件大小:3145728
    • 提供者:taowang1985
  1. Ajax in action

  2. Ajax in Action helps you implement that thinking--it explains how to distribute the application between the client and the server (hint: use a "nested MVC" design) while retaining the integrity of the system
  3. 所属分类:Web开发

    • 发布日期:2011-02-13
    • 文件大小:9437184
    • 提供者:booknz
  1. DB2 SQL 精萃

  2. 前言 为什么写本书: 我是一名Java 程序员,项目中使用DB2,在过去的两年中,我几乎天天在 写SQL,而且都是一些很无聊的SQL,不写又不行,因为这就是我的工作。既 然不能改变现实,那就改变自己吧,我开始系统的学习SQL 语句(当然,在这 之前我认为SQL 语句实在是没有什么可学的),随着学习的深入,我才发现,原 来SQL 语句其实并不简单,简单只是它的表面,有好多细节需要掌握,否则, 稍不留神就会写出有逻辑错误的语句,更可怕的是,在海量数据库中,发现有逻 辑错误的语句是非常难的,甚至是不
  3. 所属分类:其它

    • 发布日期:2011-02-22
    • 文件大小:802816
    • 提供者:joedlen
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 34 »