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

搜索资源列表

  1. [图书推荐]ADO.NET官方教程

  2. First and foremost, I’d like to thank my mother and father for their constant support and patience, through this project as well as through my life in general. I’d like to thank Jackie Richards for her encouragement, feedback, and inquisitiveness re
  3. 所属分类:C#

    • 发布日期:2010-02-03
    • 文件大小:7340032
    • 提供者:ddy_dhj
  1. ASP.NET 3.5 开发大全part1

  2. 目录 第一篇 .NET基础 第1章 认识ASP.NET 3.5   1.1 什么是ASP.NET   1.1.1 .NET历史与展望   1.1.2 ASP.NET与ASP   1.1.3 ASP.NET开发工具   1.1.4 ASP.NET客户端   1.1.5 ASP.NET 3.5新增控件   1.1.6 ASP.NET 3.5 AJAX   1.2 .NET应用程序需框架   1.2.1 什么是.NET应用程序框架   1.2.2 公共语言运行时(CLR)   1.2.3 .NET
  3. 所属分类:C#

    • 发布日期:2010-02-03
    • 文件大小:12582912
    • 提供者:hunter_bobo
  1. Pro JPA2 Mastering the Java™ Persistence API

  2. It’s hard to believe that over 3 years have gone by since the initial 1.0 release of the Java™ Persistence API. In that time we have seen it go from fledgling API to mainstream persistence standard. Along the way, many of you cut your JPA teeth usin
  3. 所属分类:Java

    • 发布日期:2010-02-04
    • 文件大小:5242880
    • 提供者:conanchan
  1. Weak Links: The Universal Key to the Stability of Networks and Complex Systems

  2. The book is an interesting read if only because its topic matter ranges from network complexity in physical systems, to biological systems, and finally social and cultural systems. Personally I think there are a few longbows drawn, but in fairness C
  3. 所属分类:网络基础

    • 发布日期:2010-02-06
    • 文件大小:7340032
    • 提供者:charlee_tao
  1. The.Developers.Guide.to.Debugging.rar

  2. Of all activities in software development, debugging is probably the one that is hated most. It is guilt-ridden because a technical failure suggests personal failure; because it points the finger at us showing us that we have been wrong. It is time-
  3. 所属分类:其它

    • 发布日期:2010-02-09
    • 文件大小:3145728
    • 提供者:basketwill
  1. 250个Java实例源代码

  2. 250个Java实例源代码 public class Hello extends HttpServlet { // This method is invoked when the servlet is the subject of an HTTP GET public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException { // See if the username i
  3. 所属分类:Java

    • 发布日期:2010-02-09
    • 文件大小:431104
    • 提供者:panjinqq
  1. Beginning.Ubuntu.Server-From Novice.to Professional

  2. This book provides a complete introduction to Ubuntu Server. I’ve written this book for people who are new to Ubuntu Server administration. The target readers are Windows administrators as well as people who are used to managing other flavors of Lin
  3. 所属分类:其它

    • 发布日期:2010-02-18
    • 文件大小:4194304
    • 提供者:sunjapan
  1. Apress.Pro.OGRE.3D.Programming.

  2. Real-time 3D graphics—everyone loves them these days. Computing power has finally evolved to the point where it’s feasible to render something as complex as the human face interactively, with enough structural and surface detail that it doesn’t look
  3. 所属分类:其它

    • 发布日期:2010-02-20
    • 文件大小:10485760
    • 提供者:myselfshj
  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
    • 文件大小:468992
    • 提供者:robinc2009
  1. 2010年最新的机试笔试面试题(主要是Java,其次是ASP.net,C_,Oracle)

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

    • 发布日期:2010-02-22
    • 文件大小:6291456
    • 提供者:accp224173533
  1. exception_notes

  2. Java基础exception笔记: 1.异常的产生与处理 2.异常类的继承结构 3.Java的异常处理机制
  3. 所属分类:Java

    • 发布日期:2010-02-24
    • 文件大小:14336
    • 提供者:angel_jiao
  1. c# wav 文件分析

  2. In this article, we'll discuss the RIFF file format, and more specifically the PCM RIFF-wave. We'll detail the most common data structures that compose it, and briefly discuss the variants you might see. Finally, we'll develop a "profiler" that pars
  3. 所属分类:C#

    • 发布日期:2010-03-02
    • 文件大小:173056
    • 提供者:xtianyin
  1. 09年新书,感知无线电 网络中的频谱接入和管理Dynamic Spectrum Access and Management in Cognitive Radio Networks

  2. 09年新书,很好的知无线电 网络中的频谱接入和管理,下面是IEEE的书评: The book is divided into three parts. Part one is a general introduction to wire- less communication systems, reviewing communication architectures and tech- nologies, as well as resource allocation protocols an
  3. 所属分类:Access

    • 发布日期:2010-03-03
    • 文件大小:3145728
    • 提供者:xuading
  1. object-oriented programming with ANSI c

  2. Object-oriented programming is the current cure-all — although it has been around for much more then ten years. At the core, there is little more to it then finally applying the good programming principles which we have been taught for more then twe
  3. 所属分类:C

    • 发布日期:2010-03-05
    • 文件大小:1048576
    • 提供者:amuseme_lu
  1. Practical Text Mining With Perl (zipped)

  2. Perl 正则表达式 处理 文本 英文版 This book introduces the basic ideas of text mining, which is a group of techniques that extracts useful information from one or more texts. This is a practical book, one that focuses on applications and examples. Although some
  3. 所属分类:Perl

    • 发布日期:2010-03-06
    • 文件大小:13631488
    • 提供者:DrBald
  1. 用ASP.NET做的博客系统

  2. 用ASP.NET做的 using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; us
  3. 所属分类:Web开发

    • 发布日期:2010-03-07
    • 文件大小:15360
    • 提供者:xiaowanzi0786
  1. Introduction to 3D Game Programming with DirectX 10

  2. This book presents an introduction to programming interactive computer graphics, with an emphasis on game development, using Direct3D 10. It teaches the fundamentals of Direct3D and shader programming, after which the reader will be prepared to go o
  3. 所属分类:C++

    • 发布日期:2010-03-07
    • 文件大小:14680064
    • 提供者:styxal1
  1. Introduction.to.3D.Game.Programming.with.DirectX.10.chm

  2. Introduction This book presents an introduction to programming interactive computer graphics, with an emphasis on game development, using Direct3D 10. It teaches the fundamentals of Direct3D and shader programming, after which the reader will be pre
  3. 所属分类:C++

    • 发布日期:2010-03-09
    • 文件大小:20971520
    • 提供者:caesar_ca
  1. c# DBF数据库导入导出实例

  2. c# DBF数据库导入导出实例 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.Odbc; using System.Data.SqlClient; namespace DbfEx
  3. 所属分类:其它

    • 发布日期:2010-03-09
    • 文件大小:28672
    • 提供者:karlivo
  1. Java陷阱一箩筐.doc

  2. 第一,谈谈final, finally, finalize的区别。最常被问到。 第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)? ...... ......
  3. 所属分类:Java

    • 发布日期:2010-03-10
    • 文件大小:52224
    • 提供者:foreverlxb
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »