搜索结果

找到约 47 项符合 whose 的查询结果

数学计算 计算本征值程序

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 ...
https://www.eeworm.com/dl/511493.html
下载: 3
查看: 52

源码 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.)
https://www.eeworm.com/dl/514506.html
下载: 1
查看: 10

源码 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){   ...
https://www.eeworm.com/dl/514507.html
下载: 1
查看: 15

论文 Bi-density twin support vector machines

In this paper we present a classifier called bi-density twin support vector machines (BDTWSVMs) for data classification. In the training stage, BDTWSVMs first compute the relative density degrees for all training points using the intra-class graph whose weights are determined by a local sc ...
https://www.eeworm.com/dl/520141.html
下载: 1
查看: 21

书籍 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 ...
https://www.eeworm.com/dl/522491.html
下载: 1
查看: 116

书籍 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 ...
https://www.eeworm.com/dl/522508.html
下载: 1
查看: 54

教程 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 ...
https://www.eeworm.com/dl/523526.html
下载: 4
查看: 22