搜索结果
找到约 281 项符合
vector 的查询结果
按分类筛选
- 全部分类
- matlab例程 (42)
- 人工智能/神经网络 (31)
- 其他 (25)
- 数据结构 (21)
- 数学计算 (15)
- 其他书籍 (13)
- Java编程 (10)
- 数值算法/人工智能 (8)
- VC书籍 (8)
- 软件设计/软件工程 (6)
- Linux/Unix编程 (5)
- 网络 (5)
- 压缩解压 (4)
- 文章/文档 (4)
- 嵌入式/单片机编程 (4)
- 单片机开发 (4)
- STL (4)
- 编译器/解释器 (4)
- DSP编程 (4)
- 通讯/手机编程 (4)
- 技术资料 (4)
- Java书籍 (3)
- VHDL/FPGA/Verilog (3)
- 编辑器/阅读器 (3)
- 行业发展研究 (3)
- 书籍 (3)
- 单片机编程 (2)
- 工控技术 (2)
- Applet (2)
- J2ME (2)
- 其他嵌入式/单片机内容 (2)
- 软件工程 (2)
- 加密解密 (2)
- 论文 (2)
- 多媒体 (1)
- 模拟电子 (1)
- 教程资料 (1)
- 通信网络 (1)
- C/C++语言编程 (1)
- 可编程逻辑 (1)
- *行业应用 (1)
- 微处理器开发 (1)
- 游戏 (1)
- Internet/网络编程 (1)
- GPS编程 (1)
- 电子书籍 (1)
- 通讯编程文档 (1)
- FlashMX/Flex源码 (1)
- Delphi控件源码 (1)
- Jsp/Servlet (1)
- 数据库系统 (1)
- Ajax (1)
- 文件格式 (1)
- 多国语言处理 (1)
- 其他文档 (1)
- 图形图像 (1)
- Matlab (1)
- 源码 (1)
- VIP专区 (1)
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.
嵌入式/单片机编程 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 ...
VC书籍 Q: 我应该怎样处理内存泄漏? A: 很简单
Q: 我应该怎样处理内存泄漏?
A: 很简单,只要写“不漏”的代码就完事了啊。显然,如果你的代码到处是new、delete、指针运算,那你想让它“不漏”都难。不管你有多么小心谨慎,君为人,非神也,错误在所难免。最终你会被自己越来越复杂的代码逼疯的——你将投身于与内存泄漏的奋斗之中,对bug们不离不弃,直至山峰没有棱角 ...
软件设计/软件工程 本文档介绍了如何使用各种内嵌工具
本文档介绍了如何使用各种内嵌工具,函数和其他一些小技巧来加强使用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 ...
VHDL/FPGA/Verilog 这是一个Quartus的工程文件和verilog代码
这是一个Quartus的工程文件和verilog代码,讲如何把memory 变成vector
通讯/手机编程 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 ...
STL 一个全排列算法的实现
一个全排列算法的实现,利用了C++模板技术以及STL 中的 Vector
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
编译器/解释器 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 ...
其他书籍 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 ...