vector

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

java开发中Vector、ArrayList和List的异同

java开发中Vector、ArrayList和List的异同

关于矢量网络的分析基础和测量

关于矢量网络的分析基础和测量,pdf文档。The basis of vector network analysis and measurement

Support Vector Machine smo

Support Vector Machine smo

一个SVM的MATLAB工具箱,Support Vector Machine toolbox for Matlab Version 2.51

一个SVM的MATLAB工具箱,Support Vector Machine toolbox for Matlab Version 2.51

SVDD的工具箱

SVDD的工具箱,可以很好的处理一类分类问题,详见Support Vector Data Description一文

support vector machine

support vector machine

第一章涵盖了内建的数据型别

第一章涵盖了内建的数据型别,语言预先定义好的运算符、标准程序库中那个的vector和string类、条件语句和循环语句、输入和输出用的iostream库。第二章解释函数的设计和使用;第三章涵盖所谓的Standard Template Library;第四章讲述classes机制的设计和使用过程。第五章说明如何扩展classes;第六章的重头戏是class templates 第七章讲述如何使用c+

统计模式识别、线性或非线性回归以及人工神经网络等方法是数据挖掘的有效工具

统计模式识别、线性或非线性回归以及人工神经网络等方法是数据挖掘的有效工具,支持向量分类(support vector classification,简称SVC)算法是一个很有发展前景的方向。

常见java数据结构的使用方法

常见java数据结构的使用方法,包括Arrays类Collections类HashSet类List类TreeSet类Map类Vector类

AC motor vector control(only main code source, and it can index the method of logic implentment)

AC motor vector control(only main code source, and it can index the method of logic implentment)

PIECEWISE_EVAL: evaluates a piecewise function of x usage: y = PIECEWISE_EVAL(x,breakpoints,funs)

PIECEWISE_EVAL: evaluates a piecewise function of x usage: y = PIECEWISE_EVAL(x,breakpoints,funs) arguments (input) x - vector or array of points to evaluate though the function breakpoints - li

使用递归的方法来求取N阶矩阵的行列式

使用递归的方法来求取N阶矩阵的行列式,其中矩阵使用vector来表示,求取行列式的方法为代数余子式展开的方式

法国cromda编写的新版本MATRICE 2(矩阵和矢量运算单元)。 // ----------------------------------------------------------

法国cromda编写的新版本MATRICE 2(矩阵和矢量运算单元)。 // ---------------------------------------------------------- // 12-01-02 : MODIFIED Matrice to Matrice2 (Delphi 6) // All routines now operate on rectangula

c++中关于vector的练习题 很经典

c++中关于vector的练习题 很经典

So you wanted to add a forms editor to your application? A dialog editor? Something that allows draw

So you wanted to add a forms editor to your application? A dialog editor? Something that allows drawing of HTML <div>s? Here is a feature rich skeleton (!) to get you started. CDiagramEditor is

C++ STL 的 vector_unique 在AIX 下的应用实例。

C++ STL 的 vector_unique 在AIX 下的应用实例。

a Library for Support Vector Machines 支持向量机的公式原理的介绍

a Library for Support Vector Machines 支持向量机的公式原理的介绍

Delineate is a tool for converting bitmap raster images to SVG (Scalable Vector Graphics) using Auto

Delineate is a tool for converting bitmap raster images to SVG (Scalable Vector Graphics) using AutoTrace or potrace. It displays SVG results using Apache Batik. Input formats are JPEG, PNG, GIF, BMP,

本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标 准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空 间内置布尔数据类型新的强制转换方式而且还大量

本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标 准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空 间内置布尔数据类型新的强制转换方式而且还大量修改并扩展了现有的特性比如模 板template 支持面向对象object-oriented 和基于对象object-based 程序设计所需 要的类class 机制嵌套类型以及重载函数的解析机制

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 vec