Welcome![Sign In][Sign Up]
Location:
Search - Transition

Search list

[Linux-Unixreset-handler

Description: CPU boot vector when restarting the a CPU following an LP2 transition. Also branched to by LP0 and LP1 resume after re-enabling sdram. -CPU boot vector when restarting the a CPU following an LP2 transition. Also branched to by LP0 and LP1 resume after re-enabling sdram.
Platform: | Size: 3072 | Author: qtdaodun | Hits:

[Linux-Unixe820

Description: if CONFIG_INTEL_TXT is enabled, memory of this type will be included in the S3 integrity calculation and so should not include any memory that BIOS might alter over the S3 transition.
Platform: | Size: 1024 | Author: fiucnqq | Hits:

[Linux-Unixmm_jpeg

Description: Description: This method is used for state transition.
Platform: | Size: 16384 | Author: hnqoupb | Hits:

[Otherstudents-system

Description: 学生管理系统,可以完成对学生各种信息的录入以及编辑等,是课程设计作品,是c入门到精通的过渡程序-Student management system, students can complete a variety of information input and editing, curriculum design work, is c entry to master the transition program
Platform: | Size: 356352 | Author: 齐秀 | Hits:

[Linux-Unixapple_glx_log

Description: This just here to help the transition. TODO: Replace calls to apple_glx_diagnostic. -This is just here to help the transition. TODO: Replace calls to apple_glx_diagnostic.
Platform: | Size: 3072 | Author: mengsongkh | Hits:

[VC/MFC01

Description: mathematica语言写的观察过渡过程- mathematica language written observations transition process
Platform: | Size: 2048 | Author: wcy | Hits:

[StatusBarProgressDlg

Description: 自定义进度条,可任意设定起始和终止颜色,并用过渡色完成进度。-Custom progress bar, can be set to start and end the color, and use the progress of the transition color.
Platform: | Size: 5120 | Author: | Hits:

[Energy industryradar2d_sarma_mz_Ns

Description: 中心爆炸源sarma吸收边界程序。四个子程均是采用sarma吸收边界条件,其中 1. GAC.m是加了过渡带的,对左右下三边处理的; 2. GAC2.m是没有加过渡带的,对左右下三边处理的; 3. GAC3.m是加了过渡带的,对四边都处理的; 4. GAC3.m是没有加过渡带的,对四边都处理的;-Center explosion, sarma absorbing boundary program。 Four sub-processes are using sarma absorbing boundary conditions, which 1. GAC.m added a transition zone, the left and right under the trilateral process 2. GAC2.m is not added to the transition zone, the left and right under the trilateral process 3. GAC3.m added a transition zone of the four sides are treated 4. GAC3.m is not added to the transition zone of the four sides are treated
Platform: | Size: 4510720 | Author: 朱云峰 | Hits:

[Internet-Networkcku302.tar

Description: Kermit is a computer file transfer/management protocol and a set of communications software tools primarily used in the early years of personal computing in the 1980s it provides a consistent approach to file transfer, terminal emulation, script programming, and character set conversion across many different computer hardware and OS platforms.- Kermit software and documentation remain available at the Kermit website and ftp archive, as always, but with changes described here. C-Kermit and E-Kermit have been published with an Open Source license and the source code for Kermit 95 (except for portions to which Columbia does not have publication rights) have been too. Kermit 95 executables and install packages will not be distributed in a free and open manner because they include strong encryption, whose export is controlled by the United States Government. For Kermit customers who cannot use open source licenses, and would like to continue to purchase copies of the software as they have previously done, please contact techventures@columbia.edu and mention Kermit in the subject line. Technical support is no longer available Columbia University effective July 1, 2011. The pages of the Kermit website have been updated to reflect the new support and licensing status of the Kermit software. See the Transition Roadmap (button just b
Platform: | Size: 3122176 | Author: fred | Hits:

[Other7495

Description: shift register 7495 four d flip flop 5 mux 5495A/DM7495 4-Bit Parallel Access Shift Registers General Description These 4-bit registers feature parallel and serial inputs, parallel outputs, mode control, and two clock inputs. The registers have three modes of operation. Parallel (broadside) load Shift right (the direction QA toward QD) Shift left (the direction QD toward QA) Parallel loading is accomplished by applying the four bits of data and taking the mode control input high. The data is loaded into the associated flip-flops and appears at the outputs after the high-to-low transition of the clock-2 input. During loading, the entry of serial data is inhibited. Shift right is accomplished on the high-to-low transition of clock 1 when the mode control is low shift left is accomplished on the high-to-low transition of clock 2 when th-shift register 7495 four d flip flop 5 mux 5495A/DM7495 4-Bit Parallel Access Shift Registers General Description These 4-bit registers feature parallel and serial inputs, parallel outputs, mode control, and two clock inputs. The registers have three modes of operation. Parallel (broadside) load Shift right (the direction QA toward QD) Shift left (the direction QD toward QA) Parallel loading is accomplished by applying the four bits of data and taking the mode control input high. The data is loaded into the associated flip-flops and appears at the outputs after the high-to-low transition of the clock-2 input. During loading, the entry of serial data is inhibited. Shift right is accomplished on the high-to-low transition of clock 1 when the mode control is low shift left is accomplished on the high-to-low transition of clock 2 when th
Platform: | Size: 306176 | Author: chaitu | Hits:

[Graph programChainCode

Description: In short, the chain code is a way to represent a binary object by encoding only its boundary. The chain code is composed of a sequence of numbers between 0 and 7. Each number represents the transition between two consecutive boundary pixels, 0 being a step to the right, 1 a step diagonally right/up, 2 a step up, etc. In the post Measuring boundary length, I gave a little more detail about the chain code. Worth repeating here that post is the figure containing the directions associated to each code: The chain code thus has as many elements as there are boundary pixels. Note that the position of the object is lost, the chain code encodes the shape of the object, not its location. But we only need to remember the coordinates of the first pixel in the chain to solve that. Also note, the chain code encodes a single, solid object. If the object has two disjoint parts, or has a hole, the chain code will not be able to describe the full object.-In short, the chain code is a way to represent a binary object by encoding only its boundary. The chain code is composed of a sequence of numbers between 0 and 7. Each number represents the transition between two consecutive boundary pixels, 0 being a step to the right, 1 a step diagonally right/up, 2 a step up, etc. In the post Measuring boundary length, I gave a little more detail about the chain code. Worth repeating here that post is the figure containing the directions associated to each code: The chain code thus has as many elements as there are boundary pixels. Note that the position of the object is lost, the chain code encodes the shape of the object, not its location. But we only need to remember the coordinates of the first pixel in the chain to solve that. Also note, the chain code encodes a single, solid object. If the object has two disjoint parts, or has a hole, the chain code will not be able to describe the full object.
Platform: | Size: 1222656 | Author: mohammed | Hits:

[Otherself-alignment

Description: 在运载体运动情况下,提出了一种适用于捷联惯导系统(SINS)初始对准的新算法,该算法以惯性空 间为过渡参考基准,即建立了初始时刻惯性坐标系(i0系)和初始时刻捷联惯组惯性坐标系(ib0系)两个惯性坐标 系。将捷联惯组坐标系(b系)与导航坐标系(n系)之间的初始对准姿态矩阵的实现分解为三步骤:(1)通过地理 位置和初始对准时间求解i0系至n系的变换矩阵 (2)通过惯导比力方程变形,引入测速仪速度辅助,求解从ib0 系至i0系的常值变换矩阵 (3)使用姿态更新算法实时计算b相对于ib0系的变换矩阵。最后,载车运动环境下的 初始对准试验结果表明航向角对准精度达到了0.1b(1R)。 -On the moving base, a new initial alignment algorithm for strapdown inertial navigation system (SINS) is proposed. In this algorithm, two special inertial frames, the initia-l time inertial frame (i0frame) and the initia-l time SINS body inertial frame (ib0frame), are defined and are selected as transition reference frames. The calculation of initial alignment direction cosine matrix (DCM) between SINS body frame (bframe) and nav- igation reference frame (nframe) is expanded into three parts: (1) the DCM betweeni0frame andnframe is easily obtained via local geographical coordinates and initial alignment time (2) by expressing SINS specific force equation inbframe and by the aid of external velocity log, the constant DCM fromib0frame toi0frame is achieved (3) attitude updating using gyro samples gets the DCM betweenbframe andib0frame. In the end, some vehicular tests are carried out on the moving base and the accuracy of azimuth reaches about 0.1b(1R).
Platform: | Size: 340992 | Author: guyan | Hits:

[Software Engineeringactivity-recognition--based-on-hmm

Description: 一种HMM可以呈现为最简单的动态贝叶斯网络。隐马尔可夫模型背后的数学是由LEBaum和他的同事开发的。它与早期由RuslanL.Stratonovich提出的最优非线性滤波问题息息相关,他是第一个提出前后过程这个概念的。 在简单的马尔可夫模型(如马尔可夫链),所述状态是直接可见的观察者,因此状态转移概率是唯一的参数。在隐马尔可夫模型中,状态是不直接可见的,但输出依赖于该状态下,是可见的。每个状态通过可能的输出记号有了可能的概率分布。因此,通过一个HMM产生标记序列提供了有关状态的一些序列的信息。注意,“隐藏”指的是,该模型经其传递的状态序列,而不是模型的参数;即使这些参数是精确已知的,我们仍把该模型称为一个“隐藏”的马尔可夫模型。隐马尔可夫模型以它在时间上的模式识别所知,如语音,手写,手势识别,词类的标记,乐谱,局部放电和生物信息学应用。 隐马尔可夫模型可以被认为是一个概括的混合模型中的隐藏变量(或变量),它控制的混合成分被选择为每个观察,通过马尔可夫过程而不是相互独立相关。最近,隐马尔可夫模型已推广到两两马尔可夫模型和三重态马尔可夫模型,允许更复杂的数据结构的考虑和非平稳数据建模。-The HMM is a statistical approach in which the underlying model is a stochastic Markovian process that is not observable (i.e., hidden) whic h can be observed through other processes that produce the sequence of observed (emitted) features. In our HMM we let the hidden nodes represent activities. The observable nodes re present combinations of the features described earlier. The probabilistic relationships between hidden nodes and observable nodes and the probabilistic transition between hidden nodes are estimated by the relative fr equency with which these relationships occur in the sample data. An example HMM for three of the activities is shown in Figure 3. Given an input sequence of sensor events, our algorithm finds the mo st likely sequence of hidden states, or activities, which could have generated the observed event sequence. We use the Viterbi algorithm to identify this sequence of hidden states.
Platform: | Size: 37888 | Author: guolei | Hits:

[AlgorithmCFD2013-11

Description: 中科院力学所张新亮老师的计算流体力学上课课件第11讲-湍流及转捩-Chinese Academy of Mechanics CFD school teacher Zhang Xinliang courseware Lecture 11- Turbulence and Transition
Platform: | Size: 6461440 | Author: cjx | Hits:

[ADO-ODBCmatlab2

Description: 采用matlab语言编写,相变沸腾的LBM模拟。-Using the matlab language to write, phase transition boiling LBM simulations
Platform: | Size: 4096 | Author: dd | Hits:

[matlabofdm

Description: A simple case to learn and simulate ofdm transition, very suitable for new commer, easy to use, just run it directly and can change some parameters.
Platform: | Size: 273408 | Author: 李文辉 | Hits:

[Linux-Unixtransport_class

Description: If Mono -> Stereo transition in bitstream: init state of second channe.
Platform: | Size: 5120 | Author: xhwtje | Hits:

[Software EngineeringDebugging-summary-of-norflash-P30-

Description: 自己调试norflash P30片子的总结,包含读、写、擦除的状态转换以后与fifo数据交互中出现的问题-Summarize their debugging norflash P30, include reading, writing and erasing the state transition of problems arising the interaction with fifo data later
Platform: | Size: 285696 | Author: | Hits:

[Software EngineeringMS_Regress_FEX

Description: MS-VAR模型,即马尔科夫状态转换的自回归模型是Hamilton (1989) 提出的,它是允许内在要素变化的特有的计量经济学模型。-MS-VAR model, the regression model Markov state transition is Hamilton (1989) proposed that the change is to allow the intrinsic elements of specific econometric model
Platform: | Size: 246784 | Author: 李娜 | Hits:

[Embeded Linuxsalomi3

Description: As an essential branch of context awareness, activity awareness, especially daily activity monitoring and fall detection, is important to healthcare for the elderly and patients with chronic diseases. In this paper, a framework for activity awareness using surface electromyography and accelerometer (ACC) signals is proposed. First, histogram negative entropy was employed to determine the start- and end-points of static and dynamic active segments. Then, the angle of each ACC axis was calculated to indicate body postures, which assisted with sorting dynamic activities into two categories: dynamic gait activities and dynamic transition ones, by judging whether the pre- and post-postures are both standing.
Platform: | Size: 771072 | Author: salomi | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net