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

搜索资源列表

  1. 北大青鸟2009/02上机笔试题目

  2. 1. 在对HTML页面上的文字进行布局时,使用列表标签可以整齐地将文字排列在不同的行,将列表标签的type属性设置为()时,列表项开始的符号为小写英文字母。 (选择一项) a) circle b) 1 c) a d) i 2. 在C#程序中,为了处理数据库连接的异常编写了错误处理程序,其中数据库关闭代码应当放置在错误处理程序的()块中,以便在不论是否发生异常的情况下都可以关闭数据库的连接。 (选择一项) a) try b) catch c) finally d) 都可以 3. 有关Java中的
  3. 所属分类:C

    • 发布日期:2009-11-08
    • 文件大小:185344
    • 提供者:chnerhu
  1. windows核心编程源码

  2. windows核心编程源码 第1章 对程序错误的处理 1 1.1 定义自己的错误代码 4 1.2 ErrorShow示例应用程序 5 第2章 Unicode 11 2.1 字符集 11 2.1.1 单字节与双字节字符集 11 2.1.2 Unicode:宽字节字符集 12 2.2 为什么使用Unicode 13 2.3 Windows 2000与Unicode 13 2.4 Windows 98与Unicode 13 2.5 Windows CE与Unicode 14 2.6 需要注意的问题
  3. 所属分类:网络攻防

    • 发布日期:2009-11-10
    • 文件大小:345088
    • 提供者:dejejmh
  1. 一篇比较好的MPLS文章-IEEE09会议最新

  2. Abstract— Nowadays, many IP backbone networks adopt separate control and forwarding planes for unicast and multicast traffic flows. Indeed, while MPLS (Multiprotocol Label Switching) is widely deployed for unicast traffic, IP multicast is the only a
  3. 所属分类:其它

    • 发布日期:2009-11-11
    • 文件大小:377856
    • 提供者:terrway
  1. Java系列之面试题(笔试).rar

  2. JAVA程序员面试32问(建议至顶) 第一,谈谈final, finally, finalize的区别。 final?修饰符(关键字... 第十三,Java有没有goto? Goto?java中的保留字,现在没有在java中使用。 第十四,数组有没有length...
  3. 所属分类:Java

    • 发布日期:2009-11-11
    • 文件大小:17825792
    • 提供者:dolphin_maple
  1. Ubuntu Server Administration 2009

  2. This book focuses on the Hardy Heron (8.04) release of Ubuntu Server Edition. When Hardy Heron was released in April 2008, Canonical committed to support through 2013. In this book, I describe the Ubuntu community, as well as the installation proces
  3. 所属分类:Linux

    • 发布日期:2009-11-11
    • 文件大小:13631488
    • 提供者:zhengyali
  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. A Practical Guide to Testing Wireless Smartphone Applications.pdf

  2. Testing applications for mobile phones is difficult, time-consuming and hard to do effectively. Many people have limited their testing efforts to hands-on testing of an application on a few physical handsets, and they have to repeat the process ever
  3. 所属分类:Web开发

    • 发布日期:2009-11-13
    • 文件大小:4194304
    • 提供者:leonhd
  1. 简明python教程(chm)

  2. 目录表 前言 本书的读者 本书的由来 本书目前的状况 官方网站 约定条款 欢迎给我反馈 值得思考的一些东西 1. 介绍 简介 Python的特色 概括 为什么不使用Perl? 程序员的话 2. 安装Python Linux和BSD用户 Windows®用户 概括 3. 最初的步骤 简介 使用带提示符的解释器 挑选一个编辑器 使用源文件 输出 它如何工作 可执行的Python程序 获取帮助 概括 4. 基本概念 字面意义上的常量 数 字符串 变量 标识符的命名 数据类型 对象 输出 它如何工作
  3. 所属分类:Python

    • 发布日期:2009-11-16
    • 文件大小:237568
    • 提供者:xiancaonima
  1. Understanding Delta Sigma Data Converters - IEEE Press

  2. Book Descr iption Learn how to harness the power of delta-sigma data converters Understanding Delta-Sigma Data Converters brings readers a clear understanding of the principles of delta-sigma (ΔΣ) converter operation—analog to digital and digital to
  3. 所属分类:Access

    • 发布日期:2009-11-16
    • 文件大小:8388608
    • 提供者:swq1982
  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. Contourlet Transform

  2. The limitations of commonly used separable extensions of one-dimensional transforms, such as the Fourier and wavelet transforms, in capturing the geometry of image edges are well known. In this paper, we pursue a “true” twodimensional transform that
  3. 所属分类:Web开发

    • 发布日期:2009-11-18
    • 文件大小:1048576
    • 提供者:yangyunyi6146
  1. lucene2.9.1完整DEMO及开发文档

  2. 示例代码: //src要创建索引的文件,destDir索引存放的目录 public static void createIndex(File src, File destDir){ Analyzer analyzer = new StandardAnalyzer(Version.LUCENE_CURRENT); //创建一个语法分析器 IndexWriter iwriter = null; Directory directory = null; try { directory = FSDire
  3. 所属分类:Java

    • 发布日期:2009-11-25
    • 文件大小:17825792
    • 提供者:wenweijing
  1. Hadoop The Definitive Guide PDF

  2. 书名:Hadoop The Definitive Guide 语言:英文 The rest of this book is organized as follows. Chapter 2 provides an introduction to MapReduce. Chapter 3 looks at Hadoop filesystems, and in particular HDFS, in depth. Chapter 4 covers the fundamentals of I/O in
  3. 所属分类:其它

    • 发布日期:2009-12-03
    • 文件大小:5242880
    • 提供者:WHPOWER1
  1. Managing Windows® with VBScript and WMI

  2. "Finally, a step-by-step VBscr ipting book to make you look like a programmer without the time and sweat! Don't waste your time searching the Internet for examples-this book does it for you!" -Greg A. Marino, Senior Systems Engineer/Consultant, West
  3. 所属分类:VB

    • 发布日期:2009-12-07
    • 文件大小:1048576
    • 提供者:i1o0cn
  1. Beginning Ubuntu Linux Part2

  2. Totally 2 parts. This is part-2 A tutorial suitable for beginners. Very detailed and specific. Beginning Ubuntu Linux is split into seven parts, each of which contains chapters about a certain aspect of Ubuntu use. These parts can be read in sequenc
  3. 所属分类:Linux

    • 发布日期:2009-12-07
    • 文件大小:7340032
    • 提供者:tianb03
  1. Beginning Ubuntu Linux Part1

  2. Totally 2 parts. This is part-1 A tutorial suitable for beginners. Very detailed and specific. Beginning Ubuntu Linux is split into seven parts, each of which contains chapters about a certain aspect of Ubuntu use. These parts can be read in sequenc
  3. 所属分类:Linux

    • 发布日期:2009-12-07
    • 文件大小:12582912
    • 提供者:tianb03
  1. SSD7带练习版本CHM

  2. This course introduces students to database systems. The course explains what a database system is, and then proceeds for the greater part of the learning material to explore relational database systems—databases designed according to the relational
  3. 所属分类:其它

    • 发布日期:2009-12-11
    • 文件大小:1048576
    • 提供者:zhouxin505
  1. 简明python教程

  2. 非常明了的教程 思路清晰 目录表 前言 本书的读者 本书的由来 本书目前的状况 官方网站 约定条款 欢迎给我反馈 值得思考的一些东西 1. 介绍 简介 Python的特色 概括 为什么不使用Perl? 程序员的话 2. 安装Python Linux和BSD用户 Windows®用户 概括 3. 最初的步骤 简介 使用带提示符的解释器 挑选一个编辑器 使用源文件 输出 它如何工作 可执行的Python程序 获取帮助 概括 4. 基本概念 字面意义上的常量 数 字符串 变量 标识符的命名 数据类型
  3. 所属分类:Python

    • 发布日期:2009-12-12
    • 文件大小:207872
    • 提供者:qingliwang
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »