搜索结果
找到约 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)
matlab例程 The software is capable to simulate space time code [1] for QPSK modulation using different number o
The software is capable to simulate space time code [1] for QPSK modulation using different number of state. Examples of generator matrix up to 256 stetes are provided. Variable signal to noise ratio (SNR) might be applied to produce bit error rate (BER) or frame error rate (FER) curves.
其他 Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard
Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard exe projects
1. Packager 2. Setup1
The packager works like Visual basic Application deployment Wizard. And the setup1 project is used for the installation of the package. This project demonstrates how ...
Linux/Unix编程 //结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open[
//结构
struct fb_fix_screeninfo finfo
struct fb_var_screeninfo vinfo
//打开设备
fd = open["/dev/fb0", O_RDWR]
if [!fd] {
printf["Cannot open framebuffer device.\n"]
exit[1]
}
//取得固定信息
if [ioctl[fd, FBIOGET_FSCREENINFO, &finfo]] {
printf["Error reading fixed info ...
技术管理 if the method is to be made void, then it cannot have a return statement, all it can do is set the v
if the method is to be made void, then it cannot have a return statement, all it can do is set the value. Your SeatReserved variable is already a global variable, so what you have in the last post will work, it is known as a set or setter method. All it does is set a value, usually these are don ...
Windows CE 1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smd
1. This BSP can support 2443EVT0 board.
If you want to use EVT0 BSP, set followings.
In smdk2443\smdk2443.bat file
set BSP_EVT1=1
-> set BSP_EVT1=
In smdk2443\src\inc\bsp_cfg.h file
#define EVT1
-> #define EVT0
2. Default system tick mode is changed. The value is fixed ...
数学计算 Bayes model averaging with selection of regressors - This program can be utilized for Bayesian Varia
Bayes model averaging with selection of regressors - This program can be utilized for Bayesian Variable Selection using Gibbs Sampler
电子书籍 Servomotors are available as AC or DC motors. Early servomotors were generally DC motors because the
Servomotors are available as AC or DC motors. Early servomotors were generally DC motors because the only type of control for large currents was through SCRs for many years. As transistors became capable of controlling larger currents and switching the large currents at higher frequencies, the AC se ...
其他书籍 Number of Namespaces in the project: 1 Number of Classes in the project: 6 Number of C# function
Number of Namespaces in the project: 1
Number of Classes in the project: 6
Number of C# function(s) in the project: 2
Number of C# subroutine(s) in the project: 15
Number of VB.NET function(s) in the project: 1
Number of VB.NET subroutine(s) in the project: 10
Number of Application variable(s) use ...
压缩解压 ) Compression using huffman code -with a number of bits k per code word -provide huffma
) Compression using huffman code
-with a number of bits k per code word
-provide huffman table
Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is d ...
系统设计方案 The most straightforward approximation is the standard Gaussian approximation, where the MAI is appr
The most straightforward approximation is the standard Gaussian approximation, where the MAI is approximated by a Gaussian random variable. This approximation is simple, however it is not accurate in general. In situations where the number of users is not large, the Gaussian approximation is not app ...