搜索结果
找到约 55 项符合
Computation 的查询结果
按分类筛选
- 全部分类
- 书籍 (6)
- 其他书籍 (5)
- matlab例程 (4)
- 行业发展研究 (4)
- 其他 (3)
- VHDL/FPGA/Verilog (3)
- 数学计算 (3)
- Linux/Unix编程 (3)
- 电子书籍 (2)
- 通讯编程文档 (2)
- 源码 (2)
- 单片机编程 (1)
- 嵌入式综合 (1)
- 可编程逻辑 (1)
- 人工智能/神经网络 (1)
- 网络 (1)
- VC书籍 (1)
- 系统设计方案 (1)
- RFID编程 (1)
- 通讯/手机编程 (1)
- 软件设计/软件工程 (1)
- Java书籍 (1)
- 书籍源码 (1)
- 数据结构 (1)
- 其他嵌入式/单片机内容 (1)
- 操作系统开发 (1)
- Matlab (1)
- 教程 (1)
- 技术资料 (1)
电子书籍 A combined space鈥搕ime block coding (STBC) and eigen-space tracking (EST) scheme in multiple-input-m
A combined space鈥搕ime block coding (STBC) and eigen-space tracking
(EST) scheme in multiple-input-multiple-output systems is
proposed. It is proved that the STBC-EST is capable of shifting
hardware complexity from the receiver to the transmitter without
any bit error rate (BER) performance loss. A ...
操作系统开发 A user-space device driver can do many of the things that kernel drivers can t, such as perform a lo
A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the networ ...
通讯编程文档 Blocking CoThe aim of this toolbox is to compute blocking probabilities in WDM networks. This work w
Blocking CoThe aim of this toolbox is to compute blocking probabilities in WDM networks. This work was based on [1], [2], [3], [4] and user is referred to those papers for deeper study.
Because WDM networks are circuit switched loss networks blocking may occur because of lack of resources.Computat ...
通讯编程文档 Because WDM networks are circuit switched loss networks blocking may occur because of lack of resour
Because WDM networks are circuit switched loss networks blocking may occur because of lack of resources. Also in circuit switched networks many paths use the same links. This toolbox answers the question how different paths with different loads influence on each other and what is the blocking on eac ...
Matlab Matlab 画三维立体图形
Matlab 画三维立体图形
The aim of geom3d library is to handle and visualize 3D geometric primitives
such as points, lines, planes, polyhedra... It provides low-level functions
for manipulating 3D geometric primitives, making easier the development of more
complex geometric algorithms.  &nbs ...
源码 计算声学响度
Computation of loudness (Zwicker model) according to ISO 532B / DIN 45631 norms. 
This model is valid for steady sounds.
Code based on BASIC program published in the following article:
Program for calculating loudness according to DIN 45 631 (ISO 532B)",
E.Zwicker and H.Fastl, J.A.S.J (E) 12, 1 ...
教程 粒子群算法的方法
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),1995 年由Eberhart 博士和kennedy 博士提出,源于对鸟群捕食的行为研究 。
书籍 virtual decomposition control
obot control, a subject aimed at making robots behave as desired, has been
extensively developed for more than two decades. Among many books being
published on this subject, a common feature is to treat a robot as a single
system that is to be controlled by a variety of control algorithms depending ...
源码 短时过零率和短时能量
% Computation of ST-ZCR and STE of a speech signal.
%
% Functions required: zerocross, sgn, winconv.
%
% Author: Nabin Sharma
% Date: 2009/03/15
[x,Fs] = wavread('so.wav'); % word is: so
x = x.';
N = length(x); % signal length
n = 0:N-1;
ts = n*(1/Fs); % time for signal
% define the window
wintyp ...
书籍 Applications of Evolutionary Computing
Evolutionary Computation (EC) deals with problem solving, optimization, and
machine learning techniques inspired by principles of natural evolution and ge-
netics. Just from this basic definition, it is clear that one of the main features of
the research community involved in the study of its theory ...