CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - gamma

搜索资源列表

  1. Thinking in Patterns

    0下载:
  2. 本书是关于设计的,多年来我一直从事这项工作。基本上说,从我第一次试着阅 读《设计模式》(Gamma, Helm,Johnson & Vlissides, Addison-Wesley, 1995,通常 1 被称作“四人帮 (Gang of Four)”或者 GOF)这本书开始。-the book is for the design, over the years, I have been engaged in this work. Basically, from the first
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1166258
    • 提供者:张恭泉
  1. SPFD54126_SPEC

    0下载:
  2. LCD Driver datasheet The SPF54126A, a 262144-color System-on-Chip (SoC) driver LSI designed for small and medium sizes of TFT LCD display, is capable of supporting up to 176xRGBx220 in resolution which can be achieved by the designated RAM for gr
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2291417
    • 提供者:gordonyjh
  1. Design.Patterns.EN

    1下载:
  2. 设计模式英文版 作者:Erich Gamma、Richard Helm、Ralph Johnson和John Vlissides 四人帮的书。 学设计模式的必读的书籍!经典中的经典-Design Patterns in English Author: Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides the Gang of Four book. School design patterns reading book
  3. 所属分类:软件工程

    • 发布日期:2012-10-28
    • 文件大小:4914759
    • 提供者:甄浍
  1. DesignParternChinese

    0下载:
  2. 完整设计模式中文版 设计模式中文版 作者:Erich Gamma、Richard Helm、Ralph Johnson和John Vlissides 想学设计模式的同志们必看的经典书籍-Chinese version of a complete design pattern design patterns the Chinese version of the author: Erich Gamma, Richard Helm, Ralph Johnson and John Vlissid
  3. 所属分类:software engineering

    • 发布日期:2017-05-24
    • 文件大小:7928577
    • 提供者:甄浍
  1. Using_LUTs_to_Perform_Gamma_Correction_on_LEDs.ra

    0下载:
  2. Using Lookup Tables to Perform Gamma Correction on LEDs
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:34760
    • 提供者:jsmaia
  1. generator

    0下载:
  2. calculate the Gamma Correction for a particular image
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:1084
    • 提供者:tanxiaoxuan
  1. Gammaset

    0下载:
  2. 设置GAMMA的小软件,大家试试看,-Set GAMMA small software, you give it a try, He He
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:39492
    • 提供者:rotoen
  1. capavsgamma

    0下载:
  2. ofdm capavs gamma based topics
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:3156
    • 提供者:Ganesh.K
  1. OReilly.C.Sharp.3.0.Design.Patterns

    0下载:
  2. C# Design Patterns Design patterns were introduced in Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides’s seminal work Design Patterns: Elements of Reusable Object- Oriented Software (Addison-Wesley). The book specifies and descri
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:2491987
    • 提供者:bachu
  1. DesignPatterns

    0下载:
  2. 设计模式 设计模式可复用面向对象软件的基础 作者: Erich Gamma 中文pdf-Design patterns design patterns reusable object-oriented software based author: Erich Gamma Chinese pdf
  3. 所属分类:software engineering

    • 发布日期:2017-05-27
    • 文件大小:10576080
    • 提供者:郑鹏
  1. parser

    0下载:
  2. Elimination of left factoring in the given grammar For each nonterminal A find the longest prefix (alpha) common to two or more of its alternatives.If alpha is not equal epsilon,i.e..,there is a nontrivial common prefix,replace all the A productio
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:8441
    • 提供者:mahi
  1. IEEEuwb

    0下载:
  2. 此函数产生超宽带信道的冲激响应 其中的主要参数有,TMG--仿真距离下平均总多径增益,fc--抽样频率值 hf--离散时间冲激响应 OT--用户可以选择的观测时间,ts--时间分辨率,LAMBDA--簇到达速率,lambda--簇内脉冲到达速率 GAMMA--簇衰减因子,gamma--簇内脉冲衰减因子,sigma1--簇衰落的标准方差,sigma2--簇内脉冲幅度衰落的标准方差 sigmax--总多径增益的对数的标准差,rdt--用户可以选择的参数,用于限制每簇内多径分量的
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:1586
    • 提供者:徐微
  1. Design.Patterns.GOF

    0下载:
  2. GoF(“四人帮”Gang of Four,指Erich Gamma, Richard Helm, Ralph Johnson & John Vlissides四人)的《设计模式》(1995年出版)是第一次将设计模式提升到理论高度,并将之规范化。本书提出了23种基本设计模式,自此,在可复用面向对象软件的发展过程中,新的大量的设计模式不断出现。-GoF (" Gang of Four" Gang of Four, that Erich Gamma, Richard Helm, R
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1226374
    • 提供者:youwei
  1. BriefNotesOnDesignPattern.pdf

    0下载:
  2. Brief Note on Design Pattern This note is based on the well-known book “Design Patterns – Elements of Reusable Object-Oriented Software” by Erich Gamma et., al.,.
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:65764
    • 提供者:selina Wu
  1. Design-Patterns

    0下载:
  2. 可复用面向对象软件的基础。作者Erich Gamma Richard Helm Ralph Johnson John Vlissides -Reusable object-oriented software foundation. By Erich Gamma Richard Helm Ralph Johnson John Vlissides
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:1228360
    • 提供者:zhangsy
  1. Gamma-Calculate-for-all

    1下载:
  2. 大家在设计gamma的时候,可以使用参考设计-Gamma in the design when you can use the reference design
  3. 所属分类:software engineering

    • 发布日期:2015-08-18
    • 文件大小:54272
    • 提供者:vico
  1. OV7690照相模组软件应用指南1.03

    0下载:
  2. 文件只能给那些获得OmniVision Technologies, Inc. 批准的员工、 组织、团体使用。 1 公司机密 OV7690 照相模组 软件应用指南 OV7690 照相模组 1.1 有完整ISP的后端 1.2 后端有YCbCr ISP 1.3 后端没有ISP 1.4 从一种输出格式到另一种输出格式的转换关系式 2. 选择输出方案 2.1 后端有ISP 2.2 后端没有ISP 3. 帧率调整 3.1 24Mhz 输入时钟,帧率的调整 30 fps, PCL
  3. 所属分类:编程文档

    • 发布日期:2012-12-17
    • 文件大小:257634
    • 提供者:tangshaohu
  1. GGD-and-Texture-Retrieval

    0下载:
  2. Statistical Wavelet Subband Characterization Based on Generalized Gamma Density and Its Application in Texture Retrieval
  3. 所属分类:Communication

    • 发布日期:2017-11-13
    • 文件大小:1510569
    • 提供者:黄紫橙
  1. Performance-analysis-of-OSTBC-in-gamma-gamma-fadi

    0下载:
  2. IEEE PAPER ON ANALYSIS OF GAMMA ON QSTBC.
  3. 所属分类:Document

    • 发布日期:2017-11-19
    • 文件大小:596771
    • 提供者:krishna
  1. New-tools-in-non-linear-modelling-and-prediction.

    0下载:
  2. In this paper we give an account of a new change of perspective in nonlinear modelling and prediction as applied to smooth systems. The core element of these developments is the Gamma test a non-linear modelling and analysis tool which allows u
  3. 所属分类:Development Research

    • 发布日期:2017-04-01
    • 文件大小:968384
    • 提供者:ahmed
« 12 »
搜珍网 www.dssz.com