搜索结果
找到约 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)
Jsp/Servlet 描述工厂管理多个工人 工厂类 属性:工厂名称 行为:添加 删除工人 工人类 属性:姓名 (1)使用数组装载工人对象
描述工厂管理多个工人
工厂类
属性:工厂名称
行为:添加 删除工人
工人类
属性:姓名
(1)使用数组装载工人对象,这里注意当数组满时添加工人应做一些什么样的处理。
(2)将数组改为Vector类装载工人对象。
数学计算 Probabilistic Principal Components Analysis. [VAR, U, LAMBDA] = PPCA(X, PPCA_DIM) computes the princ
Probabilistic Principal Components Analysis. [VAR, U, LAMBDA] = PPCA(X, PPCA_DIM) computes the principal
% component subspace U of dimension PPCA_DIM using a centred covariance
matrix X. The variable VAR contains the off-subspace variance (which
is assumed to be spherical), while the vector LAMBDA ...
数值算法/人工智能 The CUBA library provides new implementation of four general-purpose multidimensional integration al
The CUBA library provides new implementation of four general-purpose multidimensional integration algorithms: Vegas, Suave, Divonne, and
Cuhre. Suave is a new algorithm, Divonne is a known algorithm to which important details have been added, and Vegas and Cuhre are new
implementations of existing a ...
编辑器/阅读器 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 a package that gives you a basic visual editor intended for vector objects. Although perhaps not sufficien ...
编辑器/阅读器 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 a package that gives you a basic visual editor intended for vector objects. Although perhaps not sufficien ...
matlab例程 ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors
ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points.
Ordinary usage:
[R, T] = icp(model,data)
INPUT:
model - matrix with model points,
data - matrix with data points,
OUTPUT:
R - rotation matrix an ...
数学计算 三维矢量有限元-矩量法电磁场分析程序。 EMAP5 is a full-wave electromagnetic field solver that combines the method of m
三维矢量有限元-矩量法电磁场分析程序。
EMAP5 is a full-wave electromagnetic field solver that combines the method of moments (MOM) with a vector finite element method (VFEM). It employs the finite element method (FEM) to analyze a dielectric volume, and employs the method of moments (MoM) to solve fo ...
单片机开发 The ISD51_Demo project for the MSC1200 shows how to use the ISD51 In-System-Debugger with flash bre
The ISD51_Demo project for the MSC1200 shows how to use the ISD51
In-System-Debugger with flash breakpoints or hardware breakpoints.
By default, it is configured for flash breakpoints which allow you
to set real-time breakpoints in your software. Using Flash breakpoints
has also the benefit that no ...
技术资料 加权矢量和算法
此算法是现代数字信号处理的一种,加权矢量和Weighted Vector Sum,在工程项目中已应用过。是现代数字信号处理的常用算法,在国外的算法中常见此算法。用C语言编写,可直接用于C开发的平台,省去调试时间。