搜索结果
找到约 128 项符合
evaluation 的查询结果
按分类筛选
- 全部分类
- 微处理器开发 (15)
- 单片机开发 (8)
- 其他 (7)
- 嵌入式/单片机编程 (6)
- 其他书籍 (6)
- matlab例程 (5)
- 书籍 (5)
- 技术资料 (5)
- 单片机编程 (3)
- 嵌入式综合 (3)
- 数值算法/人工智能 (3)
- 人工智能/神经网络 (3)
- 其他嵌入式/单片机内容 (3)
- 嵌入式Linux (3)
- 编译器/解释器 (3)
- DSP编程 (3)
- 通讯编程文档 (3)
- VIP专区 (3)
- 软件设计/软件工程 (2)
- 系统设计方案 (2)
- 文章/文档 (2)
- Windows CE (2)
- 汇编语言 (2)
- 数学计算 (2)
- 文件格式 (2)
- 电子书籍 (2)
- Delphi控件源码 (2)
- VHDL/FPGA/Verilog (2)
- 开发工具 (1)
- 模拟电子 (1)
- 教程资料 (1)
- 通信网络 (1)
- 可编程逻辑 (1)
- 测试测量 (1)
- VC书籍 (1)
- 压缩解压 (1)
- uCOS (1)
- 驱动编程 (1)
- USB编程 (1)
- 加密解密 (1)
- 行业发展研究 (1)
- Linux/Unix编程 (1)
- J2ME (1)
- RFID编程 (1)
- Internet/网络编程 (1)
- 设计相关 (1)
- PCB图/BOM单/原理图 (1)
- 学术论文 (1)
- 软件 (1)
嵌入式综合 XAPP1023-测试Virtex-4 TEMAC系统的性能
This application note provides step-by-step instructions on how to recreate a Tri-Mode Ethernet(TEMAC) performance testing system using the ML405 board and MontaVista Linux 4.0. Thisapplication note shows how to set up a simple EDK Base System Builder system on the ML405Evaluation Platform and run ...
可编程逻辑 XAPP740利用AXI互联设计高性能视频系统
This application note covers the design considerations of a system using the performance
features of the LogiCORE™ IP Advanced eXtensible Interface (AXI) Interconnect core. The
design focuses on high system throughput through the AXI Interconnect core with F
MAX
 and
area optimizat ...
测试测量 确定任务参数的温度记录仪
Logger iButton devices have gained a lot of popularity with researchers. Although free evaluation software is easy to use and welldocumented, the choices and inputs that need to be made can sometimes be challenging. This application note explains technicalterms that are common with temperature log ...
微处理器开发 LPC2148 USB Audio Device Example This USB example project implements an USB Audio Device that conne
LPC2148 USB Audio Device Example
This USB example project implements an USB Audio Device that connects via the USB interface to the PC. It may be used on the following devices:
LPC2141
LPC2142
LPC2144
LPC2146
LPC2148
An USB Audio Device (HID) does not require any special USB driver, since the ...
单片机开发 This project is created using the Keil ARM CA Compiler. The Logic Analyzer built into the simula
This project is created using the Keil ARM CA Compiler.
The Logic Analyzer built into the simulator may be used to monitor and display any variable or peripheral I/O register. It is already configured to show the PWM output signal on PORT3.0 and PORT3.1
This ARM Example may be debugged using onl ...
数值算法/人工智能 提供了几种数据拟合的c++代码:1 直线拟合(FIT);2 线性最小二乘法((LFIT, COVSRT), (SVDFIT, SVDVAR)(oddity), (FPOLY, FLEG)(exampl
提供了几种数据拟合的c++代码:1 直线拟合(FIT);2 线性最小二乘法((LFIT, COVSRT), (SVDFIT, SVDVAR)(oddity), (FPOLY, FLEG)(example));3 非线性最小二乘法((MRQMIN(Levenberg-Marguardt), MRQCOF(evaluation)), FGAUSS(example));4 绝对值偏差最小的直线拟合(MEDFIT(cal para), ROFUNC(example))。 ...
微处理器开发 This package contains example software and associated documentation for the ColdFire MCF5249 micro
This package contains example software and associated documentation for the
ColdFire MCF5249 microprocessor. The software includes sample processor
initialization routines for the MCF5249 running a M5249C3 evaluation board as
well as the following sample applications:
simple - empty application ...
VC书籍 HMM(Hidden Markov Model)
HMM(Hidden Markov Model),狀態數目N=3,觀察符號數目M=2,時間長度T=3。
(a) Probability Evaluation: 給定狀態轉換機率A、狀態符號觀察機率B、和起始機率 ,求觀察序列 出現的機率。
(b) Optimal State Sequence: 給定狀態轉換機率A、狀態符號觀察機率B、起始機率 、和觀察序列 ,求一個狀態序列 使得O出現的機率最大。 ...
uCOS uC/OS-II Notes from Nohau Corporation The code associated with this readme.txt file is provided "as
uC/OS-II Notes from Nohau Corporation
The code associated with this readme.txt file is provided "as is".
The code was written with the intention of creating a functional
RTOS demo for the Nohau evaluation boards that can run a MicroBlaze
core. You can use this code for any and all of your projects ...
软件设计/软件工程 In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadl
In a preemptive priority based RTOS, priority inversion
problem is among the major sources of deadline
violations. Priority inheritance protocol is one of the
approaches to reduce priority inversion. Unfortunately,
RTOS like uC/OS can’t support priority inheritance
protocol since it does not allow ...