搜索结果
找到约 67 项符合
compute 的查询结果
按分类筛选
- 全部分类
- matlab例程 (14)
- 其他 (13)
- 其他书籍 (6)
- Java编程 (3)
- 通讯编程文档 (3)
- 技术资料 (2)
- 数学计算 (2)
- 微处理器开发 (2)
- 并行计算 (2)
- 源码 (1)
- 论文 (1)
- C/C++语言编程 (1)
- DSP编程 (1)
- 数值算法/人工智能 (1)
- 数据库系统 (1)
- 书籍源码 (1)
- 软件工程 (1)
- 工控技术 (1)
- Modem编程 (1)
- 编译器/解释器 (1)
- Applet (1)
- 多国语言处理 (1)
- 汇编语言 (1)
- 数据结构 (1)
- J2ME (1)
- 交通/航空行业 (1)
- 系统设计方案 (1)
- 软件设计/软件工程 (1)
- GPS编程 (1)
汇编语言 CMCRC.ASM is a simple program just to demonstrate how to compute the CRC-16 and CRC-32 using the c
CMCRC.ASM is a simple program just to demonstrate how to compute the
CRC-16 and CRC-32 using the crc16_table and crc32_table that were
generated by CRCTABLE.
matlab例程 Generate 100 samples of a zero-mean white noise sequence with variance , by using a uniform random n
Generate 100 samples of a zero-mean white noise sequence with variance , by using a uniform random number generator.
a Compute the autocorrelation of for .
b Compute the periodogram estimate and plot it.
c Generate 10 different realizations of , and compute the corresponding sample autocorrelatio ...
源码 bootstrap
Bootstrap algorithm used to compute significance
of a statistical measure performed on the array X
其他 This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code. Which
This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code.
Which uses the MPI(Message Passing Interface) for communication across the compute nodes of cluster and using thread-API based OpenMP(Open Multi Processing) between cores of intra-compute or head node.
其他 Process a binary data stream using a communication system that consists of a baseband modulator, c
Process a binary data stream using a communication system that
consists of a baseband modulator, channel, and demodulator.
Compute the system s bit error rate (BER). Also, display
the transmitted and received signals in a scatter plot.
matlab例程 % binomial.m by David Terr, Raytheon, 5-11-04, from mathworks.com % Given nonnegative integers n an
% binomial.m by David Terr, Raytheon, 5-11-04, from mathworks.com
% Given nonnegative integers n and m with m<=n, compute the
% binomial coefficient n choose m.
数据库系统 DataDraw is an ultra-fast persistent database for high performance programs written in C. It s so fa
DataDraw is an ultra-fast persistent database for high performance programs written in C. It s so fast that
many programs keep all their data in a DataDraw database, even whi le being manipulated in inner loop s
of compute intensive appl ications.
Modem编程 This a software runing on the matlab, it is used in the channel coding simulation. It include DVB-S
This a software runing on the matlab, it is used in the channel coding simulation.
It include DVB-S2 LDPC, Covolution turbo, and block turbo code, You can choose which channel coding to run.
it run the encoder and add white noise in the channel, then it run the decoder, and compute the error rate.
软件设计/软件工程 This contribution provides functions for finding an optimum parameter set using the evolutionary alg
This contribution provides functions for finding an optimum parameter set using the evolutionary algorithm of Differential Evolution. Simply speaking: If you have some complicated function of which you are unable to compute a derivative, and you want to find the parameter set minimizing the output o ...
软件工程 This article introduces how to construct a Hospital Ward Information System with three-tiered techno
This article introduces how to construct a Hospital Ward Information System with three-tiered technology. The System applies to UML, BDE, MIDAS, distributed compute theory and a special architecture to make such functions: patients check in and check out, prescription input, drug-delivery at center ...