搜索结果
找到约 69 项符合
constant 的查询结果
按分类筛选
- 全部分类
- 技术资料 (12)
- 电源技术 (6)
- 单片机开发 (6)
- matlab例程 (6)
- 书籍 (6)
- 其他书籍 (3)
- 行业应用文档 (2)
- PCB相关 (2)
- 单片机编程 (2)
- 可编程逻辑 (2)
- 编译器/解释器 (2)
- DSP编程 (2)
- 模拟电子 (1)
- 测试测量 (1)
- 其他嵌入式/单片机内容 (1)
- Java编程 (1)
- 其他行业 (1)
- *行业应用 (1)
- 电子书籍 (1)
- 系统设计方案 (1)
- GPS编程 (1)
- 数学计算 (1)
- Windows Mobile (1)
- 文章/文档 (1)
- 人工智能/神经网络 (1)
- 文件格式 (1)
- VHDL/FPGA/Verilog (1)
- 通讯/手机编程 (1)
- 手册 (1)
- 笔记 (1)
单片机开发 yright 2002 Cygnal Integrated Products, Inc. // // Filename: LIION_BC_MAIN.c // Target Device: 8051F
yright 2002 Cygnal Integrated Products, Inc. // // Filename: LIION_BC_MAIN.c // Target Device: 8051F300 // Created: 11 SEP 2002 // Created By: DKC // Tool chain: KEIL Eval C51 // // This is a stand alone battery charger for a Lithium ION battery. // It utilizes a buck converter, controlled by the on ...
其他嵌入式/单片机内容 he LPC932 can be used to create a Pulse Width Modulated PWM signal. That s an analog signal, with on
he LPC932 can be used to create a Pulse Width Modulated PWM signal. That s an analog signal, with only 2 discrete levels, for example 0V and 5V and a constant period. The current value of this signal at a certain poiTnt of time is proportional to its Duty Cycle. That s the High Time during one perio ...
Java编程 One-channel queuing system simulator (M/M/1) * Arrival and service times are random and distributed
One-channel queuing system simulator (M/M/1)
* Arrival and service times are random and distributed exponetially.
*
* The simulator is time-slice-driven, i.e. the system model is being
* run at discrete time points, with constant increments deltaT.
* At each such time moment, program checks if a n ...
matlab例程 Calculates photonic band structure for either an fcc or diamond lattice of dielectric spheres of die
Calculates photonic band structure for either an fcc or diamond lattice of dielectric spheres of dielectric constant epsilon_a in a dielectric background of dielectric constant epsilon_b.
matlab例程 Calculates photonic band structure for either the bcc lattice of dielectric spheres of dielectric co
Calculates photonic band structure for either the bcc lattice of dielectric spheres of dielectric constant epsilon_a in a dielectric background of dielectric constant epsilon_b.
其他书籍 CORDIC (Coordinate Rotation Digital Computer) is a method for computing elementary functions using m
CORDIC (Coordinate Rotation Digital Computer) is a method for computing elementary functions using minimal hardware such as shifts, adds/subs and compares.
CORDIC works by rotating the coordinate system through constant angles until the angle is reduces to zero. The angle offsets are selected such ...
单片机开发 This example demonstrates how the C8051F06x SMBus interface can communicate // with a 256 byte I2C
This example demonstrates how the C8051F06x SMBus interface can communicate
// with a 256 byte I2C Serial EEPROM (Microchip 24LC02B).
// - Interrupt-driven SMBus implementation
// - Only master states defined (no slave or arbitration)
// - Timer4 used by SMBus for SCL low timeout detection
// - SCL ...
单片机开发 This example provides a description of how to use a DMA channel to transfer a word data buffer fro
This example provides a description of how to use a DMA channel to transfer a
word data buffer from memory (Flash) to memory (RAM).
The dedicated DMA channel is configured to transfer once a time a 32 word data buffer
stored as constant in the Flash memory to another buffer in the RAM memory.
The r ...
DSP编程 This demo shows the use of the PWM block in generating the pulse waveform whose duty cycle is changi
This demo shows the use of the PWM block in generating the pulse waveform whose duty cycle is changing regularly. The PWM waveform period is variable, while the width of the pulse remains constant.
DSP编程 This example demonstrates the use of the ADC block and PWM blocks. The generated DSP code produces t
This example demonstrates the use of the ADC block and PWM blocks. The generated DSP code produces the pulse waveform whose duty cycle is changing as the voltage applied to ADC input changes. The waveform period is kept constant.