搜索结果

找到约 531 项符合 vector-space 的查询结果

嵌入式/单片机编程 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

嵌入式/单片机编程 粒子效果演示(附代码) 利用C++所提供的一些标准容器很容易实现粒子效果. 简单的说就是,将粒子数据写在一个类里面,有一个粒子源,不停地生成粒子,然后放入一个stl::list中(push

粒子效果演示(附代码) 利用C++所提供的一些标准容器很容易实现粒子效果. 简单的说就是,将粒子数据写在一个类里面,有一个粒子源,不停地生成粒子,然后放入一个stl::list中(push_back()方法), 然后在一个循环中遍例粒子链表,并渲染粒子,粒子的参数并不断更新,如果粒子的ALPHA值小于0,即不可见了,即代表粒子已经死亡, 即从lis ...
https://www.eeworm.com/dl/647/398008.html
下载: 21
查看: 1037

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

本文档介绍了如何使用各种内嵌工具,函数和其他一些小技巧来加强使用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

游戏 A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances a

A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances are you have not heard of the term "codecave" before. If you have heard of it, you might not have read a clear definition of it or quite understand what it is or why it is useful. I have even asked sea ...
https://www.eeworm.com/dl/625/402913.html
下载: 69
查看: 1037

其他 The basic principle using the branchand- bound strategy to solve the traveling salesperson optimiz

The basic principle using the branchand- bound strategy to solve the traveling salesperson optimization problem (TSP) consists of two parts. &#1048708 There is a way to split the solution space. &#1048708 There is a way to predict a lower bound for a class of solutions. &#1048708 There is also a way ...
https://www.eeworm.com/dl/534/406521.html
下载: 193
查看: 1059

其他 documentation for optimal filtering toolbox for mathematical software package Matlab. The methods i

documentation for optimal filtering toolbox for mathematical software package Matlab. The methods in the toolbox include Kalman filter, extended Kalman filter and unscented Kalman filter for discrete time state space models. Also included in the toolbox are the Rauch-Tung-Striebel and Forward-Backwa ...
https://www.eeworm.com/dl/534/407295.html
下载: 66
查看: 1062

其他书籍 documentation for optimal filtering toolbox for mathematical software package Matlab. The methods i

documentation for optimal filtering toolbox for mathematical software package Matlab. The methods in the toolbox include Kalman filter, extended Kalman filter and unscented Kalman filter for discrete time state space models. Also included in the toolbox are the Rauch-Tung-Striebel and Forward-Backwa ...
https://www.eeworm.com/dl/542/407296.html
下载: 103
查看: 1045

数学计算 cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used

cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root and even multiply and divide. the method dates ba ...
https://www.eeworm.com/dl/641/410485.html
下载: 80
查看: 1054

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

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