搜索结果
找到约 47 项符合
whose 的查询结果
按分类筛选
- 全部分类
- VC书籍 (4)
- Internet/网络编程 (2)
- Java编程 (2)
- 文章/文档 (2)
- 数值算法/人工智能 (2)
- DSP编程 (2)
- 其他书籍 (2)
- 压缩解压 (2)
- 通讯编程文档 (2)
- 源码 (2)
- 书籍 (2)
- 资料/手册 (1)
- 模拟电子 (1)
- 电源技术 (1)
- 单片机编程 (1)
- 通信网络 (1)
- 测试测量 (1)
- 人工智能/神经网络 (1)
- Java书籍 (1)
- 数据结构 (1)
- 嵌入式/单片机编程 (1)
- 软件工程 (1)
- 技术管理 (1)
- 文件格式 (1)
- 加密解密 (1)
- 系统设计方案 (1)
- 其他 (1)
- 软件设计/软件工程 (1)
- matlab例程 (1)
- VHDL/FPGA/Verilog (1)
- 电子书籍 (1)
- 数学计算 (1)
- 论文 (1)
- 教程 (1)
数学计算 计算本征值程序
Computes all eigenvalues and eigenvectors of a real symmetric matrix a,
! which is of size n by n, stored in a physical np by np array.
! On output, elements of a above the diagonal are destroyed.
! d returns the eigenvalues of a in its first n elements.
! v is a matrix with the same logical and ...
源码 C语言算法排序问题
1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and
another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.)
源码 c语言算法排序
1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and
another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.)
#include<stdio.h>
#include<stdlib.h>
void merge(int arr[],int low,int mid,int high){
&nbsp; ...
论文 Bi-density twin support vector machines
In this paper we present a classifier called bi-density twin support vector machines (BDTWSVMs) for&nbsp;data classification. In the training stage, BDTWSVMs first compute the relative density degrees for all&nbsp;training points using the intra-class graph whose weights are determined by a local sc ...
书籍 Autonomous+Robots+Modeling,+Path+Planning
A kinematically redundant manipulator is a serial robotic arm that has more
independently driven joints than are necessary to define the desired pose (position
and orientation) of its end-effector. With this definition, any planar manipulator (a
manipulator whose end-effector motion is restrained in ...
书籍 Intelligence_-A-Modern-Approach
Artificial Intelligence (AI) is a big field, and this is a big book. We have tried to explore the
full breadth of the field, which encompasses logic, probability, and continuous mathematics;
perception, reasoning, learning, and action; and everything from microelectronic devices to
robotic planetary ...
教程 Digital.Image.Processing.
This edition of Digital Image Processing is a major revision of the book. As in
the 1977 and 1987 editions by Gonzalez and Wintz, and the 1992, 2002, and 2008
editions by Gonzalez and Woods, this sixth-generation edition was prepared
with students and instructors in mind. The principal objectives of ...