搜索结果
找到约 341 项符合
Vector 的查询结果
按分类筛选
- 全部分类
- 技术资料 (52)
- matlab例程 (42)
- 人工智能/神经网络 (31)
- 其他 (25)
- 数据结构 (21)
- 数学计算 (16)
- 其他书籍 (13)
- Java编程 (11)
- 数值算法/人工智能 (8)
- VC书籍 (8)
- 软件设计/软件工程 (7)
- Linux/Unix编程 (6)
- STL (6)
- 网络 (5)
- DSP编程 (4)
- 通讯/手机编程 (4)
- 压缩解压 (4)
- 编译器/解释器 (4)
- 嵌入式/单片机编程 (4)
- 单片机开发 (4)
- 文章/文档 (4)
- VHDL/FPGA/Verilog (4)
- 书籍 (3)
- 编辑器/阅读器 (3)
- Java书籍 (3)
- 行业发展研究 (3)
- 源码 (2)
- 论文 (2)
- 单片机编程 (2)
- C/C++语言编程 (2)
- 加密解密 (2)
- 软件工程 (2)
- 工控技术 (2)
- Applet (2)
- J2ME (2)
- 其他嵌入式/单片机内容 (2)
- 多媒体 (1)
- 数据库系统 (1)
- 图形图像 (1)
- 书籍源码 (1)
- 其他文档 (1)
- 技术教程 (1)
- Matlab (1)
- 通信网络 (1)
- 模拟电子 (1)
- 电子书籍 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- Internet/网络编程 (1)
- 游戏 (1)
- *行业应用 (1)
- 多国语言处理 (1)
- 文件格式 (1)
- 汇编语言 (1)
- 通讯编程文档 (1)
- 微处理器开发 (1)
- FlashMX/Flex源码 (1)
- Delphi控件源码 (1)
- GPS编程 (1)
- Jsp/Servlet (1)
- Ajax (1)
- VIP专区 (1)
教程资料 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 ...
可编程逻辑 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 ...
嵌入式/单片机编程 使用递归实现N重循环
使用递归实现N重循环,这里的N是不确定的。此代码实现的功能描述如下:
1. 有一个字符串的矩阵,用vector< vector< CStirng > > 表示
2. 行与行之间进行排列组合
3. 输出所有组合的字符串
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
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.
VC书籍 一本关于stl的免费电子书
一本关于stl的免费电子书,包括容器,vector和string,关联容器,迭代器,算法,仿函数等内容。
数学计算 多项式曲线拟合 任意介数 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 ...
数据结构 常用数据结构集体实现
常用数据结构集体实现,功能较全的数据结构实现,包括链表、映射、队列、集合、堆栈、vector等,自带异常处理,非常方便
人工智能/神经网络 这个程序是实现人工智能中的A*算法
这个程序是实现人工智能中的A*算法,照着书上的算法做的。Queue类是自己写的一个队列类,用来实现open表和closed表。原来用Vector做的,但后来发现Vector中保存的只是引用,生成子状态后表中的状态也跟着变了,只好自己实现一个队列类。 ...