搜索结果

找到约 554 项符合 matrix-Vector 的查询结果

编译器/解释器 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

Internet/网络编程 使用INTEL矢量统计类库的程序,包括以下功能: &#61623 Raw and central moments up to 4th order &#61623 Kurtosis and

使用INTEL矢量统计类库的程序,包括以下功能: &#61623 Raw and central moments up to 4th order &#61623 Kurtosis and Skewness &#61623 Variation Coefficient &#61623 Quantiles and Order Statistics &#61623 Minimum and Maximum &#61623 Variance-Covariance/Correlation matrix &#61623 Pooled/Group Varianc ...
https://www.eeworm.com/dl/620/440156.html
下载: 182
查看: 1128

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

人工智能/神经网络 Traveling Salesperson Problem Our branch-and-strategy splits a branch and bound solution into two

Traveling Salesperson Problem Our branch-and-strategy splits a branch and bound solution into two groups: one group including a particular arc and the other excluding this arc. 1.Each splitting incurs a lower bound and we shall traverse the searching tree with the "lower" lower bound. 2.If a const ...
https://www.eeworm.com/dl/650/444394.html
下载: 111
查看: 1046

CA认证 Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2

Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2.one approach to improving security was to encrypt multiple letters 3.the Playfair Cipher is an example 4.invented by Charles Wheatstone in 1854,but named after his friend Baron Playfair Playfair Key M ...
https://www.eeworm.com/dl/640/444418.html
下载: 143
查看: 1070

通讯/手机编程 THIS DOCUMENT IS PROVIDED TO THE USER AS IS . Etc.etc. Data from HITACHI LIQUID CRYSTAL CHARACTE

THIS DOCUMENT IS PROVIDED TO THE USER AS IS . Etc.etc. Data from HITACHI LIQUID CRYSTAL CHARACTER DISPLAY MODULE and OPTREX DOT MATRIX LCD MODULE databooks
https://www.eeworm.com/dl/527/445061.html
下载: 155
查看: 1058

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