Depth

共 101 篇文章
Depth 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 101 篇文章,持续更新中。

Linux IP 网络

<p>This document is a guide to understanding how the Linux kernel (version 2.2.14 specifically) implements networking protocols, focused primarily on the Internet Protocol (IP). It is intended as a co

VITA46-48-42 技术资料

<p>VITA 46 Highlights&nbsp;</p><p>Retain standard 6U and 3U form-factors Height, depth, pitch, front panel arrangements, conduction-cooled interfaces, etc.</p><p>Support standard-length PMC and XMC mo

SiI9135芯片手册

<p>Introduction The Sil9135/Sil9135A HDMI Receiver with Enhanced Audio and Deep Color Outputs is a second-generation dual-input High Definition Multimedia Interface(HDMI)</p><p>receiver. It is softwar

ST7789V IC规格书

<p> Single chip TFT-LCD Controller/Driver with On-chip Frame Memory (FM)</p><p> Display Resolution: 240*RGB (H) *320(V)</p><p> Frame Memory Size: 240 x 320 x 18-bit = 1,382,400 bits</p><p> LCD Dri

The C++ Programming Language第四版

<p>&nbsp;Extensively rewritten to present the C++11 language, standard library, and key design techniques as an integrated whole, Stroustrup thoroughly addresses changes that make C++11 feel like a wh

Intelligence_-A-Modern-Approach

Artificial Intelligence (AI) is a big field, and this is a big book. We have tried to explore the<br /> full breadth of the field, which encompasses logic, probability, and continuous mathematics;<br

Power+Electronic+Modules+Design+Manufacture

A power semiconductor module is basically a power circuit of different<br /> materials assembled together using hybrid technology, such as semiconduc-<br /> tor chip attachment, wire bonding, encapsul

MEMS and Nanotechnology-Based Sensors

Recent advancements in nanotechnology (NT) materials and growth of micro/<br /> nanotechnology have opened the door for potential applications of microelectro-<br /> mechanical systems (MEMS)- and NT-

ESD Design for Analog Circuits

Dear Reader, this book project brings to you a unique study tool for ESD<br /> protection solutions used in analog-integrated circuit (IC) design. Quick-start<br /> learning is combined with in-depth

UMTS+Performance+Measurement+A+Practical+Guide

Having dealt with in-depth analysis of SS#7, GSM and GPRS networks I started to monitor<br /> UTRAN interfaces approximately four years ago. Monitoring interfaces means decoding<br /> the data capture

Modern+Receiver+Front-Ends

In recent years, the research and developments in the area of RF and microwave<br /> technologies have progressed significantly due to the growing demand for applica-<br /> bility in wireless communic

LTE-Advanced+Relay+Technology

LTE-Advanced becomes a truly global standard for 4G cellular communications.<br /> Relay, as one of the key technologies of LTE-Advanced, can significantly extend<br /> the coverage, and improve the s

Indoor Radio Planning

This book is intended for RF planners, to serve as a practical tool in their daily work<br /> designing indoor radio distribution systems.<br /> Based on feedback from readers of the first edition it

Binary Search Tree Implementation with extra features like Maximum Depth of a tree, Minimum element

Binary Search Tree Implementation with extra features like Maximum Depth of a tree, Minimum element in the BST and Mirroring of BST.

Algorithm: Heuristics depth-first search Breadth-first search Algorithm for Tree Algorthm for

Algorithm: Heuristics depth-first search Breadth-first search Algorithm for Tree Algorthm for Knowled geable Tree Search .....

The emphasis of this book is on real-time application of Synopsys tools, used to combat various pro

The emphasis of this book is on real-time application of Synopsys tools, used to combat various problems seen at VDSM geometries. Readers will be exposed to an effective design methodology for handl

Novell.Press.Linux.Kernel.Development linux内核开发的经典书籍之一 The Linux kernel is one of the most interes

Novell.Press.Linux.Kernel.Development linux内核开发的经典书籍之一 The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. T

The most straightforward approximation is the standard Gaussian approximation, where the MAI is appr

The most straightforward approximation is the standard Gaussian approximation, where the MAI is approximated by a Gaussian random variable. This approximation is simple, however it is not accurate in

i was not knowing matlab in depth so i have sent simple basic programs

i was not knowing matlab in depth so i have sent simple basic programs

使用Verilog编写的同步FIFO

使用Verilog编写的同步FIFO,可通过设置程序中的DEPTH设置FIFO的深度,FIFO_WRITE_CLOCK上升沿向FIFO中写入数据, FIFO_READ_CLOCK上升沿读取数据。本程序对FIFO上层操作简单实用。