搜索结果
找到约 112 项符合
loop 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (11)
- 技术资料 (9)
- DSP编程 (6)
- 其他书籍 (6)
- matlab例程 (6)
- 汇编语言 (6)
- 模拟电子 (5)
- 其他 (5)
- 书籍 (5)
- 单片机开发 (4)
- 电源技术 (3)
- 微处理器开发 (3)
- 其他嵌入式/单片机内容 (3)
- 通讯编程文档 (3)
- 数据结构 (2)
- 数值算法/人工智能 (2)
- 书籍源码 (2)
- VHDL/FPGA/Verilog (2)
- 行业发展研究 (2)
- 3G开发 (2)
- VIP专区 (2)
- 行业应用文档 (1)
- 技术书籍 (1)
- 开发工具 (1)
- 工控技术 (1)
- 设计相关 (1)
- 串口编程 (1)
- 通讯/手机编程 (1)
- 加密解密 (1)
- 嵌入式/单片机编程 (1)
- 数据库系统 (1)
- 邮电通讯系统 (1)
- RFID编程 (1)
- Java编程 (1)
- Linux/Unix编程 (1)
- 并行计算 (1)
- 系统设计方案 (1)
- VC书籍 (1)
- 电子书籍 (1)
- 能源行业(电力石油煤炭) (1)
- 文章/文档 (1)
- 汇编编程 (1)
- 源码 (1)
- 软件 (1)
其他嵌入式/单片机内容 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.
matlab例程 Easily editable files to simulate three MIMO predictive control algorithms. These files are intende
Easily editable files to simulate three MIMO predictive control algorithms.
These files are intended as a support to this book to enable students to investigate predictive control algorithms from the formulation of the
prediction equations right through to the closed-loop simulation.
加密解密 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 ...
其他书籍 IEEE Std 1180-1990. IEEE Standard Specifications for the Implementations of 8x8 Inverse Discrete Cos
IEEE Std 1180-1990. IEEE Standard Specifications for the Implementations of 8x8 Inverse Discrete Cosine Transform, specifies the numerical characteristics of the 8x8 inverse discrete cosine transform (IDCT) for use in visual telephony and similar applications where the 8x8 IDCT results are used in a ...
数据库系统 DataDraw is an ultra-fast persistent database for high performance programs written in C. It s so fa
DataDraw is an ultra-fast persistent database for high performance programs written in C. It s so fast that
many programs keep all their data in a DataDraw database, even whi le being manipulated in inner loop s
of compute intensive appl ications.
单片机开发 // This program measures the voltage on an external ADC input and prints the // result to a termin
// This program measures the voltage on an external ADC input and prints the
// result to a terminal window via the UART.
//
// The system is clocked using the internal 24.5MHz oscillator.
// Results are printed to the UART from a loop with the rate set by a delay
// based on Timer 2. This loop p ...