form

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

Conducted+Electromagnetic+Interference

Electricity has been chosen as the most convenient and useful form of energy, due<br /> to its ease of transportation over large distances and easy conversion to other<br /> energy forms. The biggest

Electro Static Discharge Understand

Static electricity is the most ancient form of electricity known to humans. More<br /> than 2000 years ago, the Greeks recognized the attraction between certain mate-<br /> rials when they were rubbed

Waveform Desig

The focus of this book is on developing computational algorithms for transmit wave-<br /> form design in active sensing applications, such as radar, sonar, communications and<br /> medical imaging. Wa

Understanding+Telecommunications+Networks

Telecommunications is today widely understood to mean the electrical means of<br /> communicating over a distance. The first form of telecommunications was that of<br /> the Telegraph, which was inven

Understanding_the_Basics_of_MIMO

An acronym for Multiple-In, Multiple-Out, MIMO communication sends the same data as several signals<br /> simultaneously through multiple antennas, while still utilizing a single radio channel. This i

Queueing Theory with Packet Telecommunication

Soon after Samuel Morse’s telegraphing device led to a deployed electri-<br /> cal telecommunications system in 1843, waiting lines began to form by those<br /> wanting to use the system. At this writ

Protocol Engineering

Communication protocols – for short protocols – form the basis for the opera-<br /> tion of computer networks and telecommunication systems. They are behavior<br /> conventions which describe how comm

Proakis J.G. Digital Communications

In this book, we present the basic pinciples that underlie the analysis and design of digital communication system.The subject of digital communications involves the transmission of information in dig

Introduction to Communications Technologies

Our original effort in writing this book was to create a starting point for those in<br /> the business community who did not have a high level of technical expertise but<br /> needed to have some und

Digital+Communication+over+Fading+Channels,2nd

Regardless of the branch of science or engineering, theoreticians have always been<br /> enamored with the notion of expressing their results in the form of closed-form<br /> expressions. Quite often

Digital+Communication+over+Fading+Channels 1st

Regardless of the branch of science or engineering, theoreticians have always<br /> been enamored with the notion of expressing their results in the form of<br /> closed-form expressions. Quite often,

SmartCitiesTheInternetofThings,PeopleandSystems

The contemporary view of the Smart City is very much static and infrastructure-<br /> centric, focusing on installation and subsequent management of Edge devices and<br /> analytics of data provided b

stm8s模拟iic

void IIC_Init(void)<br /> {&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br /> &nbsp; &nbsp; //由于STM8单片机,可以在输入和输出条件下读取IO口状态,故直接设置为输出。<br /> &nbsp; &nbsp; GP

access + Delphi 做的 是服务端程序 共七个form

access + Delphi 做的 是服务端程序 共七个form

svd 算法代码 This directory contains instrumented SVDPACKC Version 1.0 (ANSI-C) programs for compiling

svd 算法代码 This directory contains instrumented SVDPACKC Version 1.0 (ANSI-C) programs for compiling within the "svdrun" script. The "svdsum" script can be run after all output files of the form &lt

These codes require an ASCII input file interp.dat of the following form: N: Number of Polynomia

These codes require an ASCII input file interp.dat of the following form: N: Number of Polynomial Interpolation Points (Small) First Sample (x1,y1) Second Sample (x2,y2) ... Nth Samp

These codes require an ASCII input file called input.dat of the following form: Lower Limit on x

These codes require an ASCII input file called input.dat of the following form: Lower Limit on x Upper Limit on x Final Time Pressure for x&lt;0 when t=0 Density for x&lt;0 when t=0 Speed f

This book has existed (in one form or another) since the first edition of C# and the .NET Platform

This book has existed (in one form or another) since the first edition of C# and the .NET Platform was published in conjunction with the release of .NET 1.0 Beta 2, circa the summer of 2001. Since t

Simple example C++Builder6 + OpenCV1.1pre1. Simply show on form an image from webcamera.Some other s

Simple example C++Builder6 + OpenCV1.1pre1. Simply show on form an image from webcamera.Some other such examples on my site/forum: http:\\www.compvision.ru

第13章 ASP.NET内置对象,应用程序配置和缓存 Web应用程序在传统的意义上来说是无状态的

第13章 ASP.NET内置对象,应用程序配置和缓存 Web应用程序在传统的意义上来说是无状态的,Web应用不能像Win Form那样维持客户端状态,所以在Web应用中,通常需要使用内置对象进行客户端状态的保存。这些内置对象能够为Web应用程序的开发提供设置,配置以及检索等功能。