搜索结果

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

Java编程 Specification File adjacencyListGragh class GeneralGraph: use adjacency list to implement the gr

Specification File adjacencyListGragh class GeneralGraph: use adjacency list to implement the graph which data structure is vector Construct methods: * public GeneralGraph(): contain an empty vector store the vertex and a boolean determines whether graph is directed or not, defaulted is undirecte ...
https://www.eeworm.com/dl/633/441581.html
下载: 119
查看: 1038

Java编程 传递多种物品

传递多种物品,并计数和单位 用vector进行保存 实现购物车的功能
https://www.eeworm.com/dl/633/448088.html
下载: 65
查看: 1009

嵌入式/单片机编程 使用递归实现N重循环

使用递归实现N重循环,这里的N是不确定的。此代码实现的功能描述如下: 1. 有一个字符串的矩阵,用vector< vector< CStirng > > 表示 2. 行与行之间进行排列组合 3. 输出所有组合的字符串
https://www.eeworm.com/dl/647/448614.html
下载: 121
查看: 1021

人工智能/神经网络 SVDD的工具箱

SVDD的工具箱,可以很好的处理一类分类问题,详见Support Vector Data Description一文
https://www.eeworm.com/dl/650/451547.html
下载: 34
查看: 1063

数学计算 DEV C++ 写的一个矩阵类

DEV C++ 写的一个矩阵类,用列主元消去法求模的。类的构造函数接收矩阵的行列值或者是一个vector<vector<double> >类型的变量。没有用模板,数据类型是double.
https://www.eeworm.com/dl/641/452642.html
下载: 175
查看: 1038

数学计算 The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT alg

The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order ...
https://www.eeworm.com/dl/641/453195.html
下载: 198
查看: 1087

加密解密 VHDL implementation of the twofish cipher for 128,192 and 256 bit keys. The implementation is in li

VHDL implementation of the twofish cipher for 128,192 and 256 bit keys. The implementation is in library-like form All needed components up to, including the round/key schedule circuits are implemented, giving the flexibility to be combined in different architectures (iterative, rolled out/pipeline ...
https://www.eeworm.com/dl/519/457412.html
下载: 144
查看: 1063

其他 NN Functions a program in Lisp to demonstrate working of an artificial neuron. (Enter an input vect

NN Functions a program in Lisp to demonstrate working of an artificial neuron. (Enter an input vector X and weight vector W. Calculate weighted sum XW. Transform this using signal or activation functions like logistic, threshold, hyperbolic-tangent, linear, exponential, sigmoid or some other functio ...
https://www.eeworm.com/dl/534/458769.html
下载: 84
查看: 1038

matlab例程 This functions computes SARMA or multiplicative (p,q) x (P,Q) models for (p,q,P,Q) in (pvec x qv

This functions computes SARMA or multiplicative (p,q) x (P,Q) models for (p,q,P,Q) in (pvec x qvec x Pvec x Qvec) it returns the best according to AIC where AIC has been modified to account for fixed parameters x = input data pvec = vector of p s set pvec=[0] for no AR qvec = vector ...
https://www.eeworm.com/dl/665/459228.html
下载: 77
查看: 1070

文件格式 This section describes the development and extension of a basic power flow program in Matlab. To th

This section describes the development and extension of a basic power flow program in Matlab. To the extent feasible, complex vector operations are used, even for the calculation of the Jacobian matrix .
https://www.eeworm.com/dl/639/459516.html
下载: 39
查看: 1085