vector

共 341 篇文章
vector 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 341 篇文章,持续更新中。

This lab exercise will cover the use of AccelDSP’s design exploration capabilities that include mapp

This lab exercise will cover the use of AccelDSP’s design exploration capabilities that include mapping variables to memory and unrolling loop and vector operations. You will learn how to create diffe

一款麻将游戏的J2me源代码

一款麻将游戏的J2me源代码,对Vector的用法值得借鉴

H=CIRCLE(CENTER,RADIUS,NOP,STYLE) This routine draws a circle with center defined as a vector

H=CIRCLE(CENTER,RADIUS,NOP,STYLE) This routine draws a circle with center defined as a vector CENTER, radius as a scaler RADIS. NOP is the number of points on the circle. As to STYLE, use

support vector machine 实现

support vector machine 实现

基于 SVM 时间序列预测 教案 支持向量机 Support Vector Machines,SVM

基于 SVM 时间序列预测 教案 支持向量机 Support Vector Machines,SVM

it is a source code with vector which describe a magician trick

it is a source code with vector which describe a magician trick

Support Vector Machine is small sample method based on statistic learning theory. It is a new method

Support Vector Machine is small sample method based on statistic learning theory. It is a new method to deal with the highly nonlinear classification and regression problems .It can better deal with t

msp430f2013 sample and save in vector data.

msp430f2013 sample and save in vector data.

space vector pulse width modulation

space vector pulse width modulation

通过BufferedReader函数从外部读入txt文件,运行完后输出vector

通过BufferedReader函数从外部读入txt文件,运行完后输出vector

一个德国人Kasper Peeters用C++ template写的tree的STL实现

一个德国人Kasper Peeters用C++ template写的tree的STL实现,并和STL其他容器vector,map一样,提供标准STL接口,供用户调用。非常有参考价值,说明文档参见tree.pdf。

Ad-hoc On-demand Distance Vector for ns2.31

Ad-hoc On-demand Distance Vector for ns2.31

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 Gaussia

The ISD51_Demo project for the MSC1200 shows how to use the ISD51 In-System-Debugger with flash bre

The ISD51_Demo project for the MSC1200 shows how to use the ISD51 In-System-Debugger with flash breakpoints or hardware breakpoints. By default, it is configured for flash breakpoints which allow

the code of Ad Hoc On-demand Distance Vector (AODV) routing protocol for mobile ad hoc networks

the code of Ad Hoc On-demand Distance Vector (AODV) routing protocol for mobile ad hoc networks

this code invert number of a vector

this code invert number of a vector

The CUBA library provides new implementation of four general-purpose multidimensional integration al

The CUBA library provides new implementation of four general-purpose multidimensional integration algorithms: Vegas, Suave, Divonne, and Cuhre. Suave is a new algorithm, Divonne is a known algorithm

这是基于jsoncpp项目写扩展功能

这是基于jsoncpp项目写扩展功能,jsoncpp只支持简单的系列化,我写了JsonArchive.h类,并提供了测试源代码tt.cpp。扩展了value,自动支持list、vector的系列化,支持2进制数据的系列化。这可是我花费了不少时间才搞定的。 包中不包含jsoncpp,请使用者自己下载。

a RIP distance vector implementation for a simple graph

a RIP distance vector implementation for a simple graph

performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, w

performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, where alpha and beta are scalars, x and y are vectors and A is an m by n matrix