搜索结果
找到约 89 项符合
VaRiable 的查询结果
按分类筛选
- 全部分类
- 其他 (13)
- matlab例程 (9)
- 其他书籍 (6)
- 单片机开发 (6)
- 数学计算 (5)
- 单片机编程 (4)
- 技术资料 (4)
- 通讯/手机编程 (3)
- 书籍 (3)
- 学术论文 (2)
- 编译器/解释器 (2)
- 压缩解压 (2)
- DSP编程 (2)
- Java编程 (2)
- 人工智能/神经网络 (2)
- Linux/Unix编程 (2)
- 电机控制 (1)
- 电源技术 (1)
- 网络 (1)
- Java书籍 (1)
- 软件工程 (1)
- 邮电通讯系统 (1)
- 技术管理 (1)
- 文件格式 (1)
- Windows CE (1)
- 电子书籍 (1)
- VC书籍 (1)
- VHDL/FPGA/Verilog (1)
- 系统设计方案 (1)
- 加密解密 (1)
- Delphi控件源码 (1)
- J2ME (1)
- 数值算法/人工智能 (1)
- 教程 (1)
- 源码 (1)
- 软件 (1)
- 论文 (1)
- VIP专区 (1)
邮电通讯系统 This example describes how to use the ADC and DMA to transfer continuously converted data from ADC
This example describes how to use the ADC and DMA to transfer continuously
converted data from ADC to a data buffer.
The ADC is configured to converts continuously ADC channel14.
Each time an end of conversion occurs the DMA transfers, in circular mode, the
converted data from ADC1 DR register to t ...
数学计算 Probabilistic Principal Components Analysis. [VAR, U, LAMBDA] = PPCA(X, PPCA_DIM) computes the princ
Probabilistic Principal Components Analysis. [VAR, U, LAMBDA] = PPCA(X, PPCA_DIM) computes the principal
% component subspace U of dimension PPCA_DIM using a centred covariance
matrix X. The variable VAR contains the off-subspace variance (which
is assumed to be spherical), while the vector LAMBDA ...
单片机开发 Integration的EZMac Plus
Integration的EZMac Plus,对于开发IA4420/4421很有用!
Variable packet length protocol with packet forwarding capability MAC layer for simplifying EZRadio designs
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.
通讯/手机编程 There are two files in the zip folder. bpsk_spread.m and jakesmodel.m Steps for simulation: 1] Run
There are two files in the zip folder. bpsk_spread.m and jakesmodel.m
Steps for simulation:
1] Run jakesmodel.m first
2] Then run bpsk_spread.m .
3] Note that during the first run bpsk_spread.m has no rayleigh fading.This is because the corresponding code has been commented
4] The resulting performa ...
matlab例程 % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input da
% EM algorithm for k multidimensional Gaussian mixture estimation
%
% Inputs:
% X(n,d) - input data, n=number of observations, d=dimension of variable
% k - maximum number of Gaussian components allowed
% ltol - percentage of the log likelihood difference between 2 iterations ([] for none)
% ...
单片机开发 //通过18B20检测的数字温度可在电脑上显示当前温度值 #include <reg52.h> #define uchar unsigned char #define uint un
//通过18B20检测的数字温度可在电脑上显示当前温度值
#include <reg52.h>
#define uchar unsigned char
#define uint unsigned int
sbit DS=P2^2 //define interface
uint temp // variable of temperature
uchar flag1 // sign of the result positive or negative
sbit dula=P2^6
sbit wela=P2^7 ...
Java编程 一个基于Java的小游戏
一个基于Java的小游戏,有助于帮助理解Java中Class之间的数据传递以及public, private variable的不同用法。
Java编程 JAVA music player. Project Homepage : http://www.javazoom.net/jlgui/jlgui.html Developer
JAVA music player.
Project Homepage :
http://www.javazoom.net/jlgui/jlgui.html
Developer Homepage :
http://sourceforge.net/project/?group_id=1344
-----------------------------------------------------
To launch jlGui just doucle click under jlGui2.0.jar. If nothing appear then edit jlGui.bat ...
matlab例程 PRINCIPLE: The UVE algorithm detects and eliminates from a PLS model (including from 1 to A componen
PRINCIPLE: The UVE algorithm detects and eliminates from a PLS model (including from 1 to A components) those variables that do not carry any relevant information to model Y. The criterion used to trace the un-informative variables is the reliability of the regression coefficients: c_j=mean(b_j)/std ...