CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - top down approach

搜索资源列表

  1. 向上

    0下载:
  2. 读入图像,但是以自上而下的方式读入,使得图像以上升的效果显示-read images, but the top-down approach to read, which allows images to show the effects of
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:361.71kb
    • 提供者:陈咚
  1. AngelOddSlns

    0下载:
  2. Interactive Computer Graphics A top down approach using OpenGL 一书的习题答案。-Interactive Computer Graphics A top down a pproach using the OpenGL an answer to the questions.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:257.18kb
    • 提供者:王征
  1. 040320164_2

    0下载:
  2. 最小M段和问题! 这个是用动态规划实现的! 自顶向下的备忘录方法实现的!-smallest and M! This is the realization of dynamic programming! Top-down approach to achieve the memorandum!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.65kb
    • 提供者:王乐
  1. 页面置换算法

    0下载:
  2. 这个是用动态规划实现的!自顶向下的备忘录方法实现的-this is the realization of dynamic programming! Top-down approach to achieve the memorandum
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:12.11kb
    • 提供者:三天
  1. BOOK_PROGRAMS

    1下载:
  2. 交互式计算机图形学--自顶向下方法与OpenGL应用(第三版 影印版)源代码-interactive computer graphics -- from the top-down approach with the OpenGL application (third edition copy version) source code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1.29mb
    • 提供者:刘海波
  1. Computer+Networking+A+Top-down+Approach+Featuring+

    0下载:
  2. 计算机网络-自定向下方法与Internet特色 非扫描高清-Computer network- under way since the directional characteristics of non-scan high-definition Internet
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-23
    • 文件大小:7.22mb
    • 提供者:
  1. COMPUTER_NETWORKS

    0下载:
  2. 英文 网络课件 Computer Networking: A Top Down Approach Featuring the Internet, 3rd edition. Jim Kurose, Keith Ross Addison-Wesley, July 2004. -English Courseware Computer Networking: A Top Down Approach Featuring the Internet, 3rd edition. Jim Kurose, Ke
  3. 所属分类:software engineering

    • 发布日期:2017-05-19
    • 文件大小:5.24mb
    • 提供者:赵浩
  1. code

    0下载:
  2. 交互式计算机图形学——基于OPENGL的自顶向下方法(4版) 程序代码。-Interactive Computer Graphics- based on OPENGL the top-down approach (4th edition) code.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:52.35kb
    • 提供者:wks
  1. Solutions_to_book

    0下载:
  2. SOLUTION MANUAL:" Computer Networking: A Top-Down Approach Featuring the Internet"2ND EDITION Solutions to Review Questions and Problems
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:373.91kb
    • 提供者:sakis
  1. ComputerNetworking

    0下载:
  2. Computer Networking A Top-Down Approach Featuring the Internet
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:7.17mb
    • 提供者:nancy
  1. 00

    0下载:
  2. 《计算机网络-自顶向下方法与internet特色》这本书蛮经典的,中文版是由陈鸣翻译的-" Computer network- from the top-down approach and the internet feature" This book pretty classic, the Chinese version was translated by Chen Ming
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-08
    • 文件大小:1.5mb
    • 提供者:huang
  1. ll(1)fenxi

    0下载:
  2. 本程序是采用的LL(1)方法进行的语法分析,而LL(1)的分析方法是属于自上而下的方法。 自上而下分析的基本思想是:对任意输入串,试图用一切可能的方法,从文法开始符号(根结点)出发,自上而下为输入串建立一棵语法树。从推导的角度看,它是从文法的开始符号出发,反复使用各种产生式,寻找与输入串匹配的推导。 在输入之前必须要进行该文法是不是LL(1)文法的判断,然后再构造相应的LL(1)分析表来用预测分析方法进行语法分析,依据下面的文法及分析表来设计程序实现预测分析的分析过程。
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:1.52kb
    • 提供者:WM
  1. 1

    0下载:
  2. 语法分析是编译程序的核心部分。语法分析的作用是识别由词法分析给出的单词符号序列是否是给定的文法的正确句子。目前语法分析常用的方法右自顶向下分析和自底向上分析两大类。 确定的自顶向下方法,是从文法的开始符号,考虑如何根据当前的输入符号(单词)唯一的确定选用哪个产生式替换相应非终结符往下推导。 LL(1)文法是一种确定的自顶向下的分析方法。 LL(1)的含义是:第一个L表明自顶向下分析从左向右扫描输入串,第二个L表明分析过程中将用最左推导,1表明只需向右看一个符号便可以决定如何推导即选
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:3.87mb
    • 提供者:孔小亮
  1. opengl

    0下载:
  2. 交互式计算机图形学基于OpenGL的自顶向下方法(第4版)源码-Interactive Computer Graphics OpenGL-based top-down approach (4th Edition) source
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:52.36kb
    • 提供者:wq
  1. linuxC

    0下载:
  2. C语言本质。结合计算机和操作系统的原理讲解C程序是怎么编译、链接、运行的,同时全面介绍C的语法。位运算的章节改编自亚嵌教育林小竹老师的讲义,链表和二叉树的章节改编自亚嵌教育朱老师的讲义。汇编语言的章节改编自[ GroudUp],在这本书的最后一章提到,学习编程有两种Approach,一种是Bottom Up,一种是Top Down,各有优缺点,需要两者结合起来。所以我编这本书的思路是,第一部分Top Down,第二部分Bottom Up,第三部分可以算填了中间的空隙,三部分全都围绕C语言展开
  3. 所属分类:OS Develop

    • 发布日期:2017-05-17
    • 文件大小:4.32mb
    • 提供者:yanlg
  1. dbxfill

    0下载:
  2. 图形学作业:边填充问题。采用至上而下的方式进行填充。-Graphics operations: edge fill problem. Using top-down approach to filling.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:38.64kb
    • 提供者:zhangfu
  1. LTE.ppt

    0下载:
  2. lte top down approach
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:484.05kb
    • 提供者:amarnath
  1. Computer-Networking-A-Top-Down-Approach-Featuring

    0下载:
  2. the book for studying computer network - a top down approach
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-23
    • 文件大小:7.18mb
    • 提供者:hanh
  1. Computer-Networking-A-Top-Down-Approach-Featuring

    0下载:
  2. This a book which deals with all the concepts of internet.-This is a book which deals with all the concepts of internet.
  3. 所属分类:Development Research

    • 发布日期:2017-05-24
    • 文件大小:7.76mb
    • 提供者:naresh
  1. Computer-Networking---A-Top-Down-Approach---6th.-

    0下载:
  2. Computer Networking - A Top-Down Approach - 6th. Edition
  3. 所属分类:software engineering

    • 发布日期:2017-05-25
    • 文件大小:8.03mb
    • 提供者:SolitaryWolf
« 12 3 »
搜珍网 www.dssz.com