passing

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

电子信息

/***********************************************************************/ /* * Configures the ARM system control register for STOP (deep sleep) mode * and then executes the WFI instruction to ent

.An.introduction.to.Programming.the.Microchip.PIC.in.CCS.C

外文pic编程书籍, Contents Introduction History Why use C? PC based versus PICmicro®MCU Based Program Development Product Development Terminology Trying and Testing Code C Coding Standards Basics

Paxos算法深入分析

<p>1.1Paxos算法处理的问题</p><p>Paxos算法解决的问题是一个分布式系统如何就某个值(决议)达成一致]。一个典型的场景是,在一个分布式数据库系统中,如果各节点的初始状态一致,每个节点都执行相同的操作序列,那么他们最后能得到一个一致的状态。为保证每个节点执行相同的命令序列,需要在每一条指令上执行一个“一致性算法”以保证每个节点看到的指令一致。一个通用的一致性算法可以应用在许多场景中

基于mipi的一类椭圆型方程有限差分区域分解算法的并行实现

<p>随着高速网络和多核处理器技术的飞速发展,机群系统的性能日益提高。</p><p>由于更高的性价比,更好的扩展性,机群系统越来越受到人们的关注,逐渐成为最主要的并行计算平台,在高性能计算中发挥着重要的作用.MPI(message passing interface)是一种针对分布式存储系统的并行编程模型,是目前机群系统上主流的并行编程环境.在科学和工程计算中,我们经常要数值求解各类偏微分方程,随

IAR AVR C语言与汇编语言混合编程

Features • Passing Variables Between C and Assembly Code Functions • Calling Assembly Code Functions from C • Calling C Functions from Assembly Code • Writing Interrupt Functions in Assembly Code

C6455 SRIO message例程

C6455 SRIO接口的message passing例程

GL3520-21-规格书

<p>GENERAL DESCRIPTION</p><p>Genesys GL3520-21 is a 4-port, low-power, and configurable hub controller. It is compliant with the USB3.0</p><p>specification. GL3520-21 integrates Genesys Logic self-dev

4G移动通信技术权威指南:LTE与LTE-Advanced.4G LTE.LTE

<p>Preface</p><p>During the past years, there has been a quickly rising interest in radio access technologies for providing</p><p>mobile as well as nomadic and fixed services for voice, video, and dat

Electrostatic Discharge Protection

Electrostatic discharge (ESD) is one of the most prevalent threats to the reliability<br /> of electronic components. It is an event in which a finite amount of charge is trans-<br /> ferred from one

Delphi source show how to passing files from explorer to delphi application via dde

Delphi source show how to passing files from explorer to delphi application via dde

不同于k均值聚类的k中心聚类

不同于k均值聚类的k中心聚类,2007年SCIENCE文章Clustering by Passing Messages Between Data Points 中的方法

how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing

how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing vectors as function arguments. * Reading from files of unknown size (monitoring istream status)

Parallel Processing Message Passing Genetic Algorithms

Parallel Processing Message Passing Genetic Algorithms

EKF-SLAM Simulator This version of the simulator uses global variables for all large objects, suc

EKF-SLAM Simulator This version of the simulator uses global variables for all large objects, such as the state covariance matrix. While bad programming practice, it is a necessary evil for MatLa

java语言开发的P2P流媒体系统

java语言开发的P2P流媒体系统,“Stream-2-Stream implements multicast+, a next generation streaming protocol. Multicast+ is more efficient and requires less bandwidth than direct streaming (e.g. shoutcast/icecast).

This book contains a detailed analysis of the International Standard for the C language,-3.1 excludi

This book contains a detailed analysis of the International Standard for the C language,-3.1 excluding the library from a number of perspectives. The organization of the material is unusual in that i

手机流文件的处理程序源代码!The interface to an audio stream player passing audio data from the audio hardware to

手机流文件的处理程序源代码!The interface to an audio stream player passing audio data from the audio hardware to specified buffers.

I was pleasantly surprised when in November 2005 a message arrived from Wayne Wheeler, the new comp

I was pleasantly surprised when in November 2005 a message arrived from Wayne Wheeler, the new computer science editor of Springer Verlag, notifying me that he in tends to qualify this book as a Spr

One program to simulation light passing through a glass sphere. It is interesting and can be used i

One program to simulation light passing through a glass sphere. It is interesting and can be used in geometric optics.

Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2

Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2: Everything is an Object 3: Controlling Program Flow 4: Initialization & Cleanup 5: Hiding