-
chufaqi
触发器,eda.在实际的数字系统中往往包含大量的存储单元,而且经常要求他们在同一时刻同步动作,为达到这个目的,在每个存储单元电路上引入一个时钟脉冲(CLK)作为控制信号,只有当CLK到来时电路才被“触发”而动作,并根据输入信号改变输出状态。把这种在时钟信号触发时才能动作的存储单元电路称为触发器(Triggers, eda. The actual digital systems often contain a large number of memory cells, and at the same time they often require synchronized action, to achieve this purpose, the introduction of a clock pulse (CLK) in each memory cell circuit as a control signal , the arrival of the circuit only when CLK was only trigger the operation and change the output state of the input signal. The memory cell circuit that can trigger actions when the clock signal is called a flip-flop)
- 2014-08-27 10:43:49下载
- 积分:1
-
public
Base64编码说明 Base64编码要求把3个8位字节(3*8=24)转化为4个6位的字节(4*6=24),之后在6位的前面补两个0,形成8位一个字节的形式。 如果剩下的字符不...(Base64-encoded instructions require the Base64 encoding three 8-bit bytes (3* 8 = 24) was converted to 4 6 bytes (4* 6 = 24), then in front of the two s complement 6 0, 8 is formed bits in a byte form. If the rest of the characters do not ...)
- 2015-03-18 17:44:08下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
PID-and-MATLAB-simulation-
先进PID控制及其MATLAB仿真(刘金锟)(Advanced PID control and MATLAB simulation (Liu Jinkun))
- 2014-09-03 10:38:49下载
- 积分:1
-
2660
这是关于MATlab的一个PDF文档,这个文档清晰的给出了 Matlab的使用方法
(This is on the Matlab a PDF document, the document gives a clear use of Matlab)
- 2008-07-31 11:24:51下载
- 积分:1
-
richtest
说明: 故障诊断工作涉及的领域相当广泛,需要不同分工的人员合作完成,本软件力图为故障诊断不同分工的工作者的合作交流提供一个简易的实验性系统平台。(fault diagnosis involves a fairly wide area, the division of the need to cooperate to complete, The software is trying to fault diagnosis division of the workers of cooperation and exchange with a simple experimental system platform.)
- 2006-04-19 16:44:55下载
- 积分:1
-
FunctionReferenceGuide
工程师和科学家们面临着用更少的时间建立复杂系统模型的需求,他们使用分布式和并
行计算来解决高性能计算的问题。这些分布式的环境由多处理器和多核计算机来实现。
Mathworks公司开发的分布式计算工具箱可以在多处理器计算环境中使用 MATLAB 和imulink 解决计算、数据密集型问题。可以使用该工具箱解决通过装配多个处理器包含几个单独工作单位或单个大型计算的问题。这些处理器可以驻留在一个多处理器计算机,或者,当工具箱配合 MATLAB 分布式计算引擎时,驻留在计算机集群上。(Engineers and scientists are facing with less time to build models of complex systems needs, they use distributed and parallel computing to solve the problem of high-performance computing. The distributed environment consists of multi-processor and multi-core computer to achieve. Mathworks Distributed Computing Toolbox, developed in multi-processor computing environment MATLAB and imulink solve computing, data intensive problems. You can use the toolkit to solve multiple processors by assembling several separate work units or containing a single large-scale computing problems. These processors can reside on a multi-processor computer, or, when the toolbox with MATLAB Distributed Computing Engine, it resides on a computer cluster.)
- 2011-09-14 22:50:17下载
- 积分:1
-
minmumdemo
以八个锚链受力平衡、力矩平衡为对象,使用Vb调用matlab进行线性最小化计算函数,matlab调用的函数写在m文件中。(To eight anchor the balance of power, torque balance for the object, using Vb call matlab linear function minimization calculations, matlab function calls written in the m file.)
- 2011-07-04 15:19:01下载
- 积分:1
-
Matlab-dq-transformation-
Matlab中基于dq变换的锁相环仿真研究.(Matlab based on dq transformation of phase-locked loop simulation.)
- 2011-08-02 15:01:58下载
- 积分:1
-
Multi-sensor-data-fusion
杨万海《多传感器数据融合》P44页算法的具体实现,在MATLAB运行(Yang Wanhai" P44" page of multi sensor data fusion algorithm in the concrete realization, in the MATLAB run)
- 2012-03-29 13:51:24下载
- 积分:1