搜索结果
找到约 531 项符合
vector-space 的查询结果
行业发展研究 Abstract—We describe a technique for image encoding in which local operators of many scales but iden
Abstract—We describe a technique for image encoding in which local operators of many scales but identical shape serve as the basis functions. The representation differs from established techniques in that the code elements are localized in spatial frequency as well as in space.
DSP编程 DSP2407比较全的源程序 包括SPI设计
DSP2407比较全的源程序 包括SPI设计,AD,DA,ramtest, SCI,CAN,PWM,key,EXINT,24C02,VECTOR等
其他书籍 ESRIMapObjectsLT 2 and MicrosoftVisual Basic6 to build an application that uses maps. Display a map
ESRIMapObjectsLT 2 and MicrosoftVisual Basic6 to build an application that uses maps.
Display a map with multiple layers.
Control panning and zooming.
Create a toolbar control.
Base the display of map layers on scale.
Perform spatial and logical queries.
Display features with thematic renderers.
Add ...
通讯/手机编程 adhoc in c & c++ it hepls finding the shortest path among adhoc network . it provides advance protoc
adhoc in c & c++ it hepls finding the shortest path among adhoc network . it provides advance protocols to find distence vector
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 ...
人工智能/神经网络 这个程序是实现人工智能中的A*算法
这个程序是实现人工智能中的A*算法,照着书上的算法做的。Queue类是自己写的一个队列类,用来实现open表和closed表。原来用Vector做的,但后来发现Vector中保存的只是引用,生成子状态后表中的状态也跟着变了,只好自己实现一个队列类。 ...
网络 Aodv for NS-2. A mobile ad-hoc network (MANET) is a kind of wireless ad-hoc network, and is a self-c
Aodv for NS-2. A mobile ad-hoc network (MANET) is a kind of wireless ad-hoc network, and is a self-configuring
network of mobile routers connected wirelessly. MANET may operate in a standalone fashion, or may
be connected to the larger Internet. Many routing protocols have been developed for MANETs ...
数据结构 此程序主要查实现插入排序
此程序主要查实现插入排序,过程为依次输入集合A和B的元素,在一维数组space中建立表示集合(A-B)∪(B-A)