搜索结果
找到约 135 项符合
Closed-loop 的查询结果
汇编语言 我搜索了这个网站
我搜索了这个网站,见提供的CD player都是
c++,delphi源程序的;我就提供一个用win32汇编写的CD player。功能跟界面绝对不输于用上面软件编写的,具体功能如下:
1. CD loop.
2. Track loop.
3. Random track play.
4. Track sample.
5. Play list.
6. Track select.
7. Master volume control.
8. CD Speaker volume contr ...
通讯编程文档 锁相回路可视为一个输出相位和输入相位的回授系统用以同步输入参考讯号和回授后输出信号。并让其操作同样的频率。如(图一)所示
锁相回路可视为一个输出相位和输入相位的回授系统用以同步输入参考讯号和回授后输出信号。并让其操作同样的频率。如(图一)所示,简单锁相回路[3,4]是由三个电路构成,分别为相位侦测器(Phase Detector)、回路滤波器(Loop Filter)、压控荡器(VCO) ...
汇编语言 dspic的汇编例程
dspic的汇编例程,Write LCD with text using PSV feature and flash LED1 with a Timer1 loop
其他嵌入式/单片机内容 This lab exercise will cover the use of AccelDSP’s design exploration capabilities that include mapp
This lab exercise will cover the use of AccelDSP’s design exploration capabilities that include mapping variables to memory and unrolling loop and vector operations. You will learn how to create different hardware architectures without modifying the MATLAB source to explore different area/performan ...
其他 These files are for testing the ADC (AD9240) and DAC THS8133 (DAC1). The ADC and DAC are tested i
These files are for testing the ADC (AD9240) and DAC THS8133 (DAC1).
The ADC and DAC are tested in loop back.
其他 hese files are for testing the Video ADC (TLV5734) and DAC THS8133 (DAC0). The ADC and DAC are te
hese files are for testing the Video ADC (TLV5734) and DAC THS8133 (DAC0).
The ADC and DAC are tested in loop back.
加密解密 What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the poss
What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Bin ...
书籍源码 //*** *** *** *** *** *** *** *** *** *** *** *** *** // MSP430x1xx Demo - Software Toggle P1.0 /
//*** *** *** *** *** *** *** *** *** *** *** *** ***
// MSP430x1xx Demo - Software Toggle P1.0
//
// Description Toggle P1.0 by xor ing P1.0 inside of a software loop.
// ACLK = n/a, MCLK = SMCLK = default DCO
//
// MSP430x1xx
// -----------------
// /|\| XIN|-
// | | |
// --|RST XOUT|-
// | |
// ...
汇编语言 DATA:BEGIN OF HEADDATA. INCLUDE STRUCTURE BAPIMATHEAD. DATA:END OF HEADDATA. DATA:BEGIN OF PLAN
DATA:BEGIN OF HEADDATA.
INCLUDE STRUCTURE BAPIMATHEAD.
DATA:END OF HEADDATA.
DATA:BEGIN OF PLANTDATA.
INCLUDE STRUCTURE BAPI_MARC.
DATA:END OF PLANTDATA.
DATA:BEGIN OF PLANTDATAX.
INCLUDE STRUCTURE BAPI_MARCX.
DATA:END OF PLANTDATAX.
READ TABLE XMKPF INDEX 1.
IF XMKPF-TCODE2 = MIGO_GR .
LOOP AT X ...
Windows CE #ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3d
#ifdef _AFXDLL
Enable3dControls() // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic() // Call this when linking to MFC statically
#endif
CPreviewDialogDlg dlg
m_pMainWnd = &dlg
int nResponse = dlg.DoModal()
if (nResponse == IDOK)
{
// TODO: Place code here to ...