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

搜索资源列表

  1. Head First C# 英文版 7-3

  2. Head First C# is a complete learning experience for object-oriented programming, C#, and the Visual Studio IDE. Built for your brain, this book covers Visual C# 2008, Visual Studio 2008, and the .NET Framework 3.5, and teaches everything from langua
  3. 所属分类:C#

    • 发布日期:2008-10-13
    • 文件大小:20971520
    • 提供者:orientlee
  1. Head First C# 英文版 7-4

  2. Head First C# is a complete learning experience for object-oriented programming, C#, and the Visual Studio IDE. Built for your brain, this book covers Visual C# 2008, Visual Studio 2008, and the .NET Framework 3.5, and teaches everything from langua
  3. 所属分类:C#

    • 发布日期:2008-10-13
    • 文件大小:20971520
    • 提供者:orientlee
  1. Head First C# 英文版 7-5

  2. Head First C# is a complete learning experience for object-oriented programming, C#, and the Visual Studio IDE. Built for your brain, this book covers Visual C# 2008, Visual Studio 2008, and the .NET Framework 3.5, and teaches everything from langua
  3. 所属分类:C#

    • 发布日期:2008-10-13
    • 文件大小:20971520
    • 提供者:orientlee
  1. Head First C# 英文版 7-6

  2. Head First C# is a complete learning experience for object-oriented programming, C#, and the Visual Studio IDE. Built for your brain, this book covers Visual C# 2008, Visual Studio 2008, and the .NET Framework 3.5, and teaches everything from langua
  3. 所属分类:C#

    • 发布日期:2008-10-13
    • 文件大小:20971520
    • 提供者:orientlee
  1. Head First C# 英文版 7-7

  2. Head First C# is a complete learning experience for object-oriented programming, C#, and the Visual Studio IDE. Built for your brain, this book covers Visual C# 2008, Visual Studio 2008, and the .NET Framework 3.5, and teaches everything from langua
  3. 所属分类:C#

    • 发布日期:2008-10-13
    • 文件大小:12582912
    • 提供者:orientlee
  1. uml-sequence

  2. 对UML图中交互图的基本元素,画法的介绍。还有一个淘宝退货的例子
  3. 所属分类:专业指导

    • 发布日期:2014-04-22
    • 文件大小:2097152
    • 提供者:u012648144
  1. TCP三次握手过程

  2. 计算机A首先发送一个syn=1,并随机产生一个Sequence number=xxxxxxxxx(随机)的请求数据包发送给服务器B。当服务器B收到这个请求数据包后由syn=1得知,计算机A要与服务器B建立连接关系。
  3. 所属分类:网络基础

    • 发布日期:2014-04-25
    • 文件大小:942
    • 提供者:qq_14922129
  1. ObjectAid-1.1.5 最新版

  2. 网站下载最新版本的Object,搭配Eclipse,使用过的最好的UML工具了。另外,Sequence的License要自己申请哟。 直接解压到Eclipse安装目录即可使用。
  3. 所属分类:Java

    • 发布日期:2014-05-04
    • 文件大小:7340032
    • 提供者:jliangguo
  1. 动态规划(第7章)

  2. 问题1: 计算 Fibonacci sequence: f(n)=f(n-1)+f(n-2), n>2; f(1)=1, f(2)=1. 算法1(直接递归法) 根据上述定义直接设计递归算法 该算法的特点:子问题的求解有大量的重复 时间复杂度分析:O(1.618n)
  3. 所属分类:C++

    • 发布日期:2014-05-08
    • 文件大小:198656
    • 提供者:u012076904
  1. Oracle_review

  2. 二、SQL 结构化查询语言 程序员、DBA和数据库管理系统DBMS交互的语言,具有标准 多种数据库都支持标准的sql语法,差异在于数据类型、函数等 1、DDL 数据定义语言 数据结构 create 创建 database table view index sequence drop 删除 database table view index sequence alter 改变 table view 会自动提交事物
  3. 所属分类:数据库

    • 发布日期:2014-05-09
    • 文件大小:13312
    • 提供者:qq_15183083
  1. orcale中的重要知识点

  2. 二、SQL 结构化查询语言 程序员、DBA和数据库管理系统DBMS交互的语言,具有标准 多种数据库都支持标准的sql语法,差异在于数据类型、函数等 1、DDL 数据定义语言 数据结构 create 创建 database table view index sequence drop 删除 database table view index sequence alter 改变 table view 会自动提交事物
  3. 所属分类:Oracle

    • 发布日期:2014-05-09
    • 文件大小:13312
    • 提供者:wlnsjp
  1. 几种基本数据结构

  2. 学数据结构的时候自己写的几种基本数据结构,包括binary tree,circular queueu,linked list,linked queue,linked stack,sequence list,sequence stack
  3. 所属分类:C/C++

    • 发布日期:2014-05-13
    • 文件大小:6144
    • 提供者:shuangkaiqi
  1. 编译原理龙书答案

  2. 编译原理龙书答案 完整性高 第二章 2.2 Exercises for Section 2.2 2.2.1 Consider the context-free grammar: S -> S S + | S S * | a Show how the string aa+a* can be generated by this grammar. Construct a parse tree for this string. What language does this grammar ge
  3. 所属分类:专业指导

    • 发布日期:2014-05-13
    • 文件大小:673792
    • 提供者:u013009946
  1. JM编解码器14版

  2. 改进后的JM14版本。  This is all I got on November 6th .  Target of your project is that you should optimize the JM SW code for H.264 D1-level Baseline-profile decoder.  A recommended sequence is as follow.  1. Understand the H.264 decoding algorithms. (Bas
  3. 所属分类:C++

    • 发布日期:2014-05-14
    • 文件大小:5242880
    • 提供者:u012216371
  1. A Random Beamforming Technique

  2. Abstract—A random beamforming (RBF) technique is proposed to achieve omnidirectional coverage for broadcast channels in multipleantenna systems. In the proposed scheme, the time and frequency resources for communication are divided into many time–fr
  3. 所属分类:3G/移动开发

    • 发布日期:2014-05-20
    • 文件大小:823296
    • 提供者:sinat_15595409
  1. 贝叶斯算法

  2. 贝叶斯算法 For any initial value V0, the sequence defined by Vn+1 = Φ(Vn) converges to V∗.
  3. 所属分类:C/C++

    • 发布日期:2014-05-20
    • 文件大小:183296
    • 提供者:u013205509
  1. en_visual_studio_2010_visualization_modeling_feature_pack_x86_x64_535571

  2. en_visual_studio_2010_visualization_modeling_feature_pack_x86_x64_535571 和 Visualization and Modeling Feature Pack Runtime.vsix Visual Studio 2010的可视化工具包,msdn上有,不过需要订阅,很麻烦。 另外需要一个运行时,在本人目录下也可以找到。 微软在2010年6月为VS2010发布了一个称为 Visualization and Modeling F
  3. 所属分类:C++

    • 发布日期:2014-05-21
    • 文件大小:1048576
    • 提供者:xiaojunjun1202
  1. Oracle Core Essential Internals for DBAs and Developers ■ ■

  2. 数据库DBA必备手册 Jonathan Lewis 大神力作 Chapter 1: Getting Started . . . ................................................................................. 1 Oracle in Processes .................................................................................
  3. 所属分类:Oracle

    • 发布日期:2014-05-21
    • 文件大小:5242880
    • 提供者:jasonlyang
  1. Win8下DG物理Standby搭建

  2. 第一篇 软硬件需求 1 1.1 硬件及操作系统需求 1 1.2 软件需求 1 第二篇 物理standby创建示例 2 2.1 阶段一:Primary库配置 2 1、确认主库处于归档模式 2 2、将 primary数据库置为FORCE LOGGING模式 2 3、更改归档目录 2 4、创建pflie 2 5、创建standby controlfile 3 6、修改客户端初始化参数文件 3 2.2 阶段二:Standby库配置 5 1、把口令文件和 pfile 名字改成 standby 5 2、修
  3. 所属分类:Oracle

    • 发布日期:2014-05-22
    • 文件大小:63488
    • 提供者:awwwwwwwwwwwww
  1. Java开发实战1200例_code

  2. 内容推荐   本书以开发人员在项目开发中经常遇到的问题和必须掌握的技术为中心,介绍了应用java进行程序开发的多方面的知识和技巧,主要包括java的图形图像、动画游戏、网络应用技术、applet应用、xml、jfreechart图表开发和pdf文档处理等内容。全书分为6篇21章,共计598个实例,每个实例都经作者精心筛选,具有很强的实用性,其中一些实例是开发人员难于寻觅的解决方案。   本书附带有配套dvd光盘,其中提供有书中全部实例的源代码,这些源代码都是经过作者精心调试通过的,保证能够在w
  3. 所属分类:Java

    • 发布日期:2014-06-06
    • 文件大小:60817408
    • 提供者:aaa939291641
« 1 2 ... 45 46 47 48 49 50»