搜索结果

找到约 406 项符合 BETWEEN 的查询结果

按分类筛选

显示更多分类

数值算法/人工智能 Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state

Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of misplaced tiles 2. S: Sum of Manhattan distance of current location and target location. ...
https://www.eeworm.com/dl/518/476996.html
下载: 65
查看: 1071

matlab例程 The function applies the Madsen method for Doppler Centroid estimation. The input are: 1) the raw d

The function applies the Madsen method for Doppler Centroid estimation. The input are: 1) the raw data, the parameter of the distance between samples in azimuth to be correlated and the PRF (Pulse repetition frequency)
https://www.eeworm.com/dl/665/477105.html
下载: 107
查看: 1054

Java编程 Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write

Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don t even need to know the database is there, and you ...
https://www.eeworm.com/dl/633/478860.html
下载: 179
查看: 1039

JavaScript Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c

Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The n ...
https://www.eeworm.com/dl/685/482771.html
下载: 199
查看: 1065

书籍源码 Parallel robotic manipulators can be considered a well-established option for many different applic

Parallel robotic manipulators can be considered a well-established option for many different applications of manipulation, machining, guiding, testing, control, tracking, haptic force feed-back, etc. A typical parallel robotic manipulator (PM) consists of a mobile platform connected to the base (fix ...
https://www.eeworm.com/dl/532/485349.html
下载: 73
查看: 1035

通讯编程文档 Supplemental information for a high-speed serial bus that integrates well with most IEEE standard 3

Supplemental information for a high-speed serial bus that integrates well with most IEEE standard 32-bit and 64-bit parallel buses is specified. It is intended to extend the usefulness of a low-cost interconnect between external peripherals, IEEE Std 1394-1995. This standard follows the ISO/IEC 1321 ...
https://www.eeworm.com/dl/646/487087.html
下载: 34
查看: 1050

数据结构 The task in this assignment is to implement an airline routing system. Your system should be able t

The task in this assignment is to implement an airline routing system. Your system should be able to read in a ight network as a graph from a le, where airports are represented as vertices and ights between airports are represented as edges, take as input two airports and calculate the shortest ro ...
https://www.eeworm.com/dl/654/487198.html
下载: 183
查看: 1049

游戏 A few years ago I became interested in first person shooter games and in particular how the world le

A few years ago I became interested in first person shooter games and in particular how the world levels are created and rendered in real time. At the same time I found myself in between jobs and so I embarked on an effort to learn about 3D rendering with the goal of creating my own 3D rendering en ...
https://www.eeworm.com/dl/625/487712.html
下载: 55
查看: 1078

其他 sba, a C/C++ package for generic sparse bundle adjustment is almost invariably used as the last step

sba, a C/C++ package for generic sparse bundle adjustment is almost invariably used as the last step of every feature-based multiple view reconstruction vision algorithm to obtain optimal 3D structure and motion (i.e. camera matrix) parameter estimates. Provided with initial estimates, BA simultaneo ...
https://www.eeworm.com/dl/534/487877.html
下载: 194
查看: 1161

其他 C programming is a craft that takes years to perfect. A reasonably sharp person can learn the basics

C programming is a craft that takes years to perfect. A reasonably sharp person can learn the basics of C quite quickly. But it takes much longer to master the nuances of the language and to write enough programs, and enough different programs, to become an expert. In natural language terms, this is ...
https://www.eeworm.com/dl/534/493767.html
下载: 185
查看: 1072