搜索结果
找到约 1,200 项符合
not-setup 的查询结果
Java编程 Specification File adjacencyListGragh class GeneralGraph: use adjacency list to implement the gr
Specification File
adjacencyListGragh
class GeneralGraph:
use adjacency list to implement the graph which data structure is vector
Construct methods:
* public GeneralGraph():
contain an empty vector store the vertex and a boolean determines whether graph is directed or not, defaulted is undirecte ...
人工智能/神经网络 Traveling Salesperson Problem Our branch-and-strategy splits a branch and bound solution into two
Traveling Salesperson Problem
Our branch-and-strategy splits a branch and bound solution into two groups:
one group including a particular arc and the other excluding this arc.
1.Each splitting incurs a lower bound and we shall traverse the searching tree with the "lower" lower bound.
2.If a const ...
人工智能/神经网络 Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely ba
Heapsort
1.A heap is a binary tree satisfying the followingconditions:
-This tree is completely balanced.
-If the height of this binary tree is h, then leaves can be at level h or level h-1.
-All leaves at level h are as far to the left as possible.
-The data associated with all descendants of a nod ...
文件格式 Please read your package and describe it at least 40 bytes. System will automatically delete the di
Please read your package and describe it at least 40 bytes.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
其他书籍 Jpeg Steganography Please read your package and describe it at least 40 bytes. System will automat
Jpeg Steganography
Please read your package and describe it at least 40 bytes.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
其他书籍 This User’s Manual is intended for experienced users and integrators with hardware knowledge of per
This User’s Manual is intended for experienced users and integrators with
hardware knowledge of personal computers. If you are not sure about any
description in this User’s Manual, please consult your vendor before further
handling.
Modem编程 RIL( Radio Interface Layer) is the middleware for GSM/GPRS/EDGE module, this version support the GS
RIL( Radio Interface Layer) is the middleware for GSM/GPRS/EDGE module, this version support the GSM 07.10 mutiplexier protocol, while the android original version not.
软件设计/软件工程 one of video tool Skype only in windows mobile5.0 more than running, but my task is to let it run S
one of video tool Skype only in windows mobile5.0 more than running, but my task is to let it run Skype in WINCE only in windows mobile5.0 more than running, but my task is to let it run in WINCE . Leave no stone unturned when I can not get windows mobile, they thought would be needed for skype all ...
压缩解压 Compression using lempel-ziv -for a dictionary size of 2k -provide dictionary
Compression using lempel-ziv
-for a dictionary size of 2k
-provide dictionary
Lempel ziv algorithm is a dictionary based algorithm that addresses byte sequences from former contents instead of the original data. This algorithm consists of a rule for parsing strings of symbols fro ...
DSP编程 In C Algorithms for Real-Time DSP, author Paul M. Embree presents a complete guide to digital signal
In C Algorithms for Real-Time DSP, author Paul M. Embree presents a complete guide to digital signal processing techniques in the C programming language. This book is structured in such a way that it will be most useful to the engineer who is familiar with DSP and the C language, but who is not nece ...