搜索结果
找到约 531 项符合
vector-space 的查询结果
VC书籍 c++ how to program 里面详细介绍了从第1章到第24章的代码学习实例。是初学者很好的学习资料。 第1章 计算机、Internet和万维网简介 第2章 C++编程入门 第3章 类
c++ how to program
里面详细介绍了从第1章到第24章的代码学习实例。是初学者很好的学习资料。
第1章 计算机、Internet和万维网简介
第2章 C++编程入门
第3章 类和对象介绍
第4章 控制语句(第Ⅰ部分)
第5章 控制语句(第Ⅱ部分)
第6章 函数和递归入门
第7章 数组与CC+标准库类模板vector
第8章 指针和基于指针的字符串
...
数值算法/人工智能 支持向量机
支持向量机,用于分类。Classify using (a very simple implementation of) the support vector machine algorithm
Java编程 主要是修改了一些2.3.0版本的Bug
主要是修改了一些2.3.0版本的Bug,特别是当autoCommit=false的情况下以及多线程添加Document,有些字段打开了term-vector有些没有打都会对索引数据造成破坏
autoCommit 选项是从2.2.0版本就添加了,默认是true,我对这个参数还不是很理解,都是用的默认值true。所以没有碰到问题。
2.3.1版本没有包含任何新的功能,索引 ...
Java编程 A Web Tutorial on Discrete Features of Bayes Decision Theory This applet allows for the calculation
A Web Tutorial on Discrete Features of Bayes Decision Theory
This applet allows for the calculation of the decision boundary given a three dimensional feature vector. Specifically, by stipulating the variables such as the priors, and the conditional likelihoods of each feature with respect to each c ...
文件格式 数字图像处理基础理论
数字图像处理基础理论,英文资料Restoration and Enhancement
Space Pictures (blurred, noisy, distorted)
Computerized Tomography
Coding
Transmission – Teleconferencing
Storage – Land SAT Images
Pattern Recognition
Blood Cell Analysis
Remote Sensing
Robotic Vision
Computer Graphics
Flight Simulation
Au ...
VC书籍 一本关于stl的免费电子书
一本关于stl的免费电子书,包括容器,vector和string,关联容器,迭代器,算法,仿函数等内容。
文件格式 This paper presents a low-power asynchronous implementation of the 80C51 microcontroller. It was rea
This paper presents a low-power asynchronous implementation of the 80C51 microcontroller. It was realized in a 0.5 &micro m CMOS process and it shows a power advantage of a factor 4 compared to a recent synchronous implementation in the same technology. The chip is fully bit compatible with the sync ...
DSP编程 ICETEK–VC5509-A 评估板定时器实验.实验程序的工程中包含了两种源代码
ICETEK–VC5509-A 评估板定时器实验.实验程序的工程中包含了两种源代码,主程序采用C 语言编制利于控制,中断向量表在
vector.asm 汇编语言文件中,利于直观地控制存储区分配。
VC书籍 C++STL STL(Standard Template Library
C++STL
STL(Standard Template Library,标准模板库)是惠普实验室开发的一系列软件的统称。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普实验室工作时所开发出来的。现在虽说它主要出现在C++中,但在被引入C++之前该技术就已经存在了很长的一段时间。
STL的代码从广义上讲分为三类:algorithm(算法)、cont ...
Java编程 MediaPlayer代码
MediaPlayer代码,部分代码,合适请用:
import java.awt.*
import java.awt.event.*
import javax.swing.*
import javax.media.*
import java.io.*
import java.util.* //为了导入Vector
//import com.sun.java.swing.plaf.windows.*
public class MediaPlayer extends JFrame implements ActionListener,Runnable
...