搜索结果
找到约 97 项符合
xF 的查询结果
按分类筛选
matlab例程 The algorithms are coded in a way that makes it trivial to apply them to other problems. Several gen
The algorithms are coded in a way that makes it trivial to apply them to other problems. Several generic routines for resampling are provided. The derivation and details are presented in: Rudolph van der Merwe, Arnaud Doucet, Nando de Freitas and Eric Wan. The Unscented Particle Filter. Technical re ...
技术资料 fujitsu flash mcu Programmer
富士通芯片程序下载上传软件:
[MB90F334]
DownloadFile=m_flash.334
LoadAddress=0x190
StartAddress=0xF90000
EndAddress=0xFFFFFF
FlashSize=0x60000
Clock=6MHz
Baud=19200
Baud2=115200
[MB90F337]
DownloadFile=m_flash.337
LoadAddress=0x190
StartAddress=0xFF0000
EndAddress=0xFFFFFF
FlashSize=0x10000
Clock=6 ...
技术资料 allegro导出dxf文件的方法与步骤
该书为allegro导出dxf文件的方法与步骤讲解文档,是一份十分不错的参考资料,感兴趣的可以下载看看Allegro 导出Dxf文件的方法与步骤 一、打 开您的BRD FIL E 二、 显示好 当前您要转出的 层 三、 File >> E Xport>> D XF...四、 ...
技术资料 拟时钟寄存器
#include
sbit P17 = P1^7;
/*****************************************************************************************************
IO初始化子程序
*****************************************************************************************************/
void IOInit(void)
{
WDTCON& ...
技术资料 基于51单片机的Pt100的温度计程序
#include <reg51.h>#include <absacc.h>#define uchar unsigned char#define uint &nbsp;unsigned int#define ADC0801 XBYTE[0x7fff]#define disp_dat P1#define LED_n &nbsp;&nbsp;&nbsp;P2sbit INTR=P3^2;const uchar tab[]={&nbsp;&nbsp;&nbsp;&nbsp;0xc0,0xf9,0xa4,0xb0,//0~3&nbsp;&nbsp;&nbsp;&nbsp;0x99,0x92,0x82,0 ...
源码 点亮P10单元板单片机源程序
/*=================================================================
4扫16*16下入上出C语言程序, 低位起笔,数据反相。
预定义
**************************************************************/
#include
#include //可使用其中定义的宏来访问绝对地址?
bit ture=1; // 使能正反相位选择
bit false=0; / ...
单片机编程 利用SPMC75本身的Flash做数据备份
利用SPMC75本身的Flash做数据备份:SPMC75F2413A 32k字的内嵌Flash(embedded Flash)分为两区:信息区和通用区,在同一时间只能访问其中的一区。信息区包含64个字,寻址空间为0x8000 ~ 0x803F。地址0x8000为系统选项寄存器P_System_Option。其它地址空间可由用户自定义重要信息比如:版本控制,日期,版权名称,项目名称等等 ...
人工智能/神经网络 On-Line MCMC Bayesian Model Selection This demo demonstrates how to use the sequential Monte Carl
On-Line MCMC Bayesian Model Selection
This demo demonstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps to perform model selection in neural networks. We treat both the model dimension (number of neurons) and model parameters as unknowns. The derivation and deta ...
matlab例程 In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve r
In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Will Penny from EE, Imperial College). The data and simulations are described in: ...