搜索结果
找到约 183 项符合
initial 的查询结果
按分类筛选
- 全部分类
- 技术资料 (71)
- 单片机开发 (9)
- matlab例程 (9)
- 源码 (6)
- 其他 (6)
- 书籍 (5)
- 微处理器开发 (5)
- 中间件编程 (5)
- 嵌入式/单片机编程 (4)
- 书籍源码 (3)
- 其他书籍 (3)
- 人工智能/神经网络 (3)
- 数据结构 (3)
- 行业发展研究 (3)
- 软件 (2)
- 教程 (2)
- 单片机编程 (2)
- 接口技术 (2)
- 数据库系统 (2)
- 技术教程 (2)
- Linux/Unix编程 (2)
- 数学计算 (2)
- 嵌入式Linux (2)
- VHDL/FPGA/Verilog (2)
- Oracle数据库 (2)
- VIP专区 (2)
- 论文 (1)
- 习题答案 (1)
- 开发板 (1)
- 其他 (1)
- 电源技术 (1)
- 行业应用文档 (1)
- Windows编程 (1)
- DSP编程 (1)
- 数值算法/人工智能 (1)
- 软件工程 (1)
- DSP工具/软件 (1)
- 通信网络 (1)
- 可编程逻辑 (1)
- 驱动编程 (1)
- 企业管理 (1)
- Java编程 (1)
- 网络 (1)
- 其他数据库 (1)
- 软件设计/软件工程 (1)
- VC书籍 (1)
- 其他嵌入式/单片机内容 (1)
- SQL Server (1)
- GPS编程 (1)
- 并行计算 (1)
Linux/Unix编程 This project asks you to write a program that allows you to specify an initial configuration. The p
This project asks you to write a program that allows you to specify an initial
configuration. The program follows the rules of Life (listed shortly) to show the
continuing behavior of the configuration.
嵌入式/单片机编程 use of NIOS PIO to simulate I2C bus,to initial TVP5150
use of NIOS PIO to simulate I2C bus,to initial TVP5150
微处理器开发 使用ATMEGA8151驅動320*240LCM的initial code
使用ATMEGA8151驅動320*240LCM的initial code
matlab例程 Demonstrates 1-D FDTD initial state formation. Please edit the FLAGS for demonstration of different
Demonstrates 1-D FDTD initial state formation. Please edit the FLAGS for demonstration of different cases. BASED ON "1-D Digital Waveguide Modeling for Improved Sound Synthesis".
单片机开发 upsd_flash.c These functions are provided to help you develop your initial code. They are optim
upsd_flash.c
These functions are provided to help you develop your initial code.
They are optimized for speed rather that size. As a result, you will
see very few nested function calls. If speed is not critical, you
can use function calls for common tasks (like dat polling after
writing a byte ...
matlab例程 he basic idea of the method of bisection is to start with an initial interval, [a0,b0], that is chos
he basic idea of the method of bisection is to start with an initial interval, [a0,b0], that is chosen so that f(a0)f(b0) < 0. (This guarantees that there is at least one root of the function f(x) within the initial interval.) We then iteratively bisect the interval, generating a sequence of interva ...
嵌入式/单片机编程 FEATURES • 16 bit PIPE Spec PCI Express Testbench • Link training • Initial Flo
FEATURES
&#8226 16 bit PIPE Spec PCI Express Testbench
&#8226 Link training
&#8226 Initial Flow Control
&#8226 Packet Classes for easy to build PHY,DLLP and TLP packets
&#8226 DLLP 16 bit CRC and TLP LCRC generation
&#8226 Sequence Number generation and checking
&#8226 ACK TLP packets
&#8226 ...
嵌入式Linux void Main(void) { sys_init() // Initial 44B0X s Interrupt,Port and UART // user in
void Main(void)
{
sys_init() // Initial 44B0X s Interrupt,Port and UART
// user interface
uart_printf("\n\r Led Test Example\n")
for( )
{
led_test()
}
}
嵌入式Linux void Main(void) { sys_init() // Initial 44B0X s Interrupt,Port and UART wdtim
void Main(void)
{
sys_init() // Initial 44B0X s Interrupt,Port and UART
wdtimer_test() // test start
}
matlab例程 %CHECKBOUNDS Move the initial point within the (valid) bounds. % [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,
%CHECKBOUNDS Move the initial point within the (valid) bounds.
% [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,LB,UB,nvars)
% checks that the upper and lower
% bounds are valid (LB <= UB) and the same length as X (pad with -inf/inf
% if necessary) warn if too long. Also make LB and UB vectors if not
% a ...