搜索结果

找到约 228 项符合 structure 的查询结果

人工智能/神经网络 This routine calls the glpk library to solve a LP/MIP problem. A typical LP problem has following s

This routine calls the glpk library to solve a LP/MIP problem. A typical LP problem has following structure: [min|max] C x s.t. Ax ["="|"<="|">="] b {x <= UB} {x >= LB} The calling syntax is: [XMIN,FMIN,STATUS,EXTRA]= ...
https://www.eeworm.com/dl/650/463384.html
下载: 43
查看: 1106

系统设计方案 In 揚erformance of multi-carrier DS CDMA Systems?we apply a multi-carrier signaling technique to a di

In 揚erformance of multi-carrier DS CDMA Systems?we apply a multi-carrier signaling technique to a direct-sequence CDMA system, where a data sequence multiplied by a spreading sequence modulates multiple carriers, rather than a single carrier. The receiver provides a correlator for each carrier, and ...
https://www.eeworm.com/dl/678/472099.html
下载: 153
查看: 1071

其他 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

SQL Server to study the example of creation of tables, formative DB, and filling with their information. Using

to study the example of creation of tables, formative DB, and filling with their information. Using this example to create DB, satisfying a logical structure, to developed in previous laboratory work and to fill with its information. To study a command SQL SELECT.
https://www.eeworm.com/dl/689/490317.html
下载: 185
查看: 1077

数据结构 I implement Dijkstra s Single Source Shortest Path, say SSP, algorithm for directed graphs using a s

I implement Dijkstra s Single Source Shortest Path, say SSP, algorithm for directed graphs using a simple data structure, say simple scheme, Fibonacci heaps, say F-heap scheme, and Pairing heaps, say P-heap scheme, and measure the relative performance of the three implementations.
https://www.eeworm.com/dl/654/490559.html
下载: 35
查看: 1049

Linux/uClinux/Unix编程 Data structure and algorithms in C++

C++ 的经典算法书, pdf版, 十分清晰, Goodrich等人著.
https://www.eeworm.com/dl/507112.html
查看: 24

其他文档 data structure in C快速排序

设初始序列为a1,a2,……,an,以序列中的某个元素ai为基准(轴),经调整后,使得ai左边的元素均小于ai,右边的均大于等于ai,而后对这两个子区再分别使用快速排序。 [具体要求] (1) 需要用一维数组a来存储等待排序的序列; (2) 设置两个工作指针i和j; (3) 每次快速排序都以排序区域的首元素为基准(轴); (4 ...
https://www.eeworm.com/dl/509053.html
下载: 1
查看: 20

源码 read_segy_file_legacy

read_segy_file_legacy Function reads a SEG-Y file and outputs a seismic structure Last updated: April 6, 2007: fix bug in reading of user-specified header
https://www.eeworm.com/dl/519172.html
下载: 1
查看: 58

源码 =read_segy_file

Function reads a SEG-Y file and outputs a seismic structure; the function
https://www.eeworm.com/dl/519177.html
下载: 1
查看: 32

书籍 Web Data Mining

The rapid growth of the Web in the past two decades has made it the larg- est publicly accessible data source in the world. Web mining aims to dis- cover useful information or knowledge from Web hyperlinks, page con- tents, and usage logs. Based on the primary kinds of data used in the mining proces ...
https://www.eeworm.com/dl/521784.html
查看: 135