搜索结果

找到约 281 项符合 vector 的查询结果

matlab例程 This software is a Matlab implementation of restricted sampling from Gaussian distribution, and samp

This software is a Matlab implementation of restricted sampling from Gaussian distribution, and sample x (column vector) from N(x_mu, x_var), restricted in x_min<=x<=x_max.
https://www.eeworm.com/dl/665/385468.html
下载: 40
查看: 1136

嵌入式/单片机编程 Description The MUSIC algorithm, proposed by Schmidt, first estimates a basis for the noise subspace

Description The MUSIC algorithm, proposed by Schmidt, first estimates a basis for the noise subspace and then determines the peaks the associated angles provide the DOA estimates. The MATLAB code for the MUSIC algorithm is sampled by creating an array of steering vectors corresponding to the angles ...
https://www.eeworm.com/dl/647/395054.html
下载: 73
查看: 1063

VC书籍 Q: 我应该怎样处理内存泄漏? A: 很简单

Q: 我应该怎样处理内存泄漏? A: 很简单,只要写“不漏”的代码就完事了啊。显然,如果你的代码到处是new、delete、指针运算,那你想让它“不漏”都难。不管你有多么小心谨慎,君为人,非神也,错误在所难免。最终你会被自己越来越复杂的代码逼疯的——你将投身于与内存泄漏的奋斗之中,对bug们不离不弃,直至山峰没有棱角 ...
https://www.eeworm.com/dl/686/396441.html
下载: 61
查看: 1017

软件设计/软件工程 本文档介绍了如何使用各种内嵌工具

本文档介绍了如何使用各种内嵌工具,函数和其他一些小技巧来加强使用matlab的速度和效率,是广大爱好者必读的文档。具体内容请参阅文档。 Learn how to use the Profiler tool, vectorized functions, and other tricks to writing efficient MATLAB code. This article includes how to convert any array into a column v ...
https://www.eeworm.com/dl/684/398036.html
下载: 46
查看: 1068

VHDL/FPGA/Verilog 这是一个Quartus的工程文件和verilog代码

这是一个Quartus的工程文件和verilog代码,讲如何把memory 变成vector
https://www.eeworm.com/dl/663/412637.html
下载: 41
查看: 1059

通讯/手机编程 In this project we analyze and design the minimum mean-square error (MMSE) multiuser receiver for un

In this project we analyze and design the minimum mean-square error (MMSE) multiuser receiver for uniformly quantized synchronous code division multiple access (CDMA) signals in additive white Gaussian noise (AWGN) channels.This project is mainly based on the representation of uniform quantizer by ...
https://www.eeworm.com/dl/527/413138.html
下载: 86
查看: 1071

STL 一个全排列算法的实现

一个全排列算法的实现,利用了C++模板技术以及STL 中的 Vector
https://www.eeworm.com/dl/658/420489.html
下载: 39
查看: 1026

matlab例程 统计模式识别工具箱(Statistical Pattern Recognition Toolbox)包含: 1

统计模式识别工具箱(Statistical Pattern Recognition Toolbox)包含: 1,Analysis of linear discriminant function 2,Feature extraction: Linear Discriminant Analysis 3,Probability distribution estimation and clustering 4,Support Vector and other Kernel Machines
https://www.eeworm.com/dl/665/428849.html
下载: 29
查看: 1064

编译器/解释器 how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing

how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing vectors as function arguments. * Reading from files of unknown size (monitoring istream status). * Repetitive structures (while and for loops). * The increment operators (++). * Selection ...
https://www.eeworm.com/dl/628/431997.html
下载: 28
查看: 1027

其他书籍 Learn how to: * Tokenize a null-terminated string * Create a search and re

Learn how to: * Tokenize a null-terminated string * Create a search and replace function for strings * Implement subtraction for string objects * Use the vector, deque, and list sequence containers * Use the container adaptors stack, queue, and priority_q ...
https://www.eeworm.com/dl/542/438625.html
下载: 46
查看: 1053