搜索结果
找到约 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)
其他书籍 ESRIMapObjectsLT 2 and MicrosoftVisual Basic6 to build an application that uses maps. Display a map
ESRIMapObjectsLT 2 and MicrosoftVisual Basic6 to build an application that uses maps.
Display a map with multiple layers.
Control panning and zooming.
Create a toolbar control.
Base the display of map layers on scale.
Perform spatial and logical queries.
Display features with thematic renderers.
Add ...
数据结构 一个德国人Kasper Peeters用C++ template写的tree的STL实现
一个德国人Kasper Peeters用C++ template写的tree的STL实现,并和STL其他容器vector,map一样,提供标准STL接口,供用户调用。非常有参考价值,说明文档参见tree.pdf。
人工智能/神经网络 基于libsvm
基于libsvm,开发的支持向量机图形界面(初级水平)应用程序,并提供了关于C和sigma的新的参数选择方法,使得SVM的使用更加简单直观.参考文章 Fast and Efficient Strategies for Model Selection of Gaussian Support Vector Machine 可google之。
数值算法/人工智能 KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-mean
KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means
algorithm to set the centres of a cluster model. The matrix DATA
represents the data which is being clustered, with each row
corresponding to a vector. The sum of squares error function is used.
The ...
编译器/解释器 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 ...
matlab例程 %BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma
%BIQPBOX Bisection reflective line search for sqpbox
% [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma,l,u,...
% oval,po,normg,DS,mtxmpy,data,H)
% returns the new feasible point nx, the corresponding sign vector nsig,
% and the step size of the unreflected step, alpha.
% Copyright (c) 1990-98 by ...
DSP编程 ICETEK–VC5509-A 评估板定时器实验.实验程序的工程中包含了两种源代码
ICETEK–VC5509-A 评估板定时器实验.实验程序的工程中包含了两种源代码,主程序采用C 语言编制利于控制,中断向量表在
vector.asm 汇编语言文件中,利于直观地控制存储区分配。
技术资料 一种基于SVR的传感器系统故障诊断方法
简要介绍了回归型支持向量机(Support Vector Regression,SVR),并在此基础上构建了一个传感器故障诊断系统,对SVR采用离线训练,在线应用的方法,用训练好的SVR来模拟柴油机温
单片机开发 MODE_Switch1Processing multi-interrupt request needs to set the priority of these interrupt requests
MODE_Switch1Processing multi-interrupt request needs to set the priority of these interrupt requests.
The IRQ flags of the 7 interrupt are controlled by the interrupt event occurring. But the
IRQ flag set doesn t mean the system to execute the interrupt vector. The IRQ flags can be
triggered by the ...
行业发展研究 Particle swarm optimization (PSO) was originally designed and introduced by Eberhart and Kennedy (E
Particle swarm optimization (PSO) was originally designed and introduced by Eberhart and
Kennedy (Ebarhart, Kennedy, 1995 Kennedy, Eberhart, 1995 Ebarhart, Kennedy, 2001). The
PSO is a population based search algorithm based on the simulation of the social behavior of
birds, bees or a school of fi ...