搜索结果

找到约 341 项符合 Vector 的查询结果

教程资料 XAPP503-针对Xilinx器件的SVF和XSVF文件格式

This application note provides users with a general understanding of the SVF and XSVF fileformats as they apply to Xilinx devices. Some familiarity with IEEE STD 1149.1 (JTAG) isassumed. For information on using Serial Vector Format (SVF) and Xilinx Serial Vector Format(XSVF) files in embedded pro ...
https://www.eeworm.com/dl/fpga/doc/32577.html
下载: 175
查看: 1301

可编程逻辑 XAPP503-针对Xilinx器件的SVF和XSVF文件格式

This application note provides users with a general understanding of the SVF and XSVF fileformats as they apply to Xilinx devices. Some familiarity with IEEE STD 1149.1 (JTAG) isassumed. For information on using Serial Vector Format (SVF) and Xilinx Serial Vector Format(XSVF) files in embedded pro ...
https://www.eeworm.com/dl/kbcluoji/40051.html
下载: 68
查看: 1086

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

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

matlab例程 % because we do not truncate and shift the convolved input % sequence, the delay of the desired out

% because we do not truncate and shift the convolved input % sequence, the delay of the desired output sequence wrt % the convolved input sequence need only be the delay % introduced by the ideal weight vector centred at n=5
https://www.eeworm.com/dl/665/239090.html
下载: 134
查看: 1062

matlab例程 This Two-Category Classifier Using Discriminant Functions to separeate two classes. The Classifier

This Two-Category Classifier Using Discriminant Functions to separeate two classes. The Classifier is designed on classes which has two feature vectors and other case it has one feature vector.
https://www.eeworm.com/dl/665/287263.html
下载: 25
查看: 1063

VC书籍 一本关于stl的免费电子书

一本关于stl的免费电子书,包括容器,vector和string,关联容器,迭代器,算法,仿函数等内容。
https://www.eeworm.com/dl/686/303155.html
下载: 130
查看: 1045

加密解密 排序算法比较

排序算法比较 快拍 选择 堆排序 希尔排序 用了vector更容易看
https://www.eeworm.com/dl/507547.html
下载: 2
查看: 35

数学计算 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as

多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by ...
https://www.eeworm.com/dl/641/279819.html
下载: 135
查看: 1165

数据结构 常用数据结构集体实现

常用数据结构集体实现,功能较全的数据结构实现,包括链表、映射、队列、集合、堆栈、vector等,自带异常处理,非常方便
https://www.eeworm.com/dl/654/214878.html
下载: 97
查看: 1048

人工智能/神经网络 这个程序是实现人工智能中的A*算法

这个程序是实现人工智能中的A*算法,照着书上的算法做的。Queue类是自己写的一个队列类,用来实现open表和closed表。原来用Vector做的,但后来发现Vector中保存的只是引用,生成子状态后表中的状态也跟着变了,只好自己实现一个队列类。 ...
https://www.eeworm.com/dl/650/484895.html
下载: 113
查看: 1071