CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - euclidian
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - euclidian - List
[
Compress-Decompress algrithms
]
maugis
DL : 0
模拟退火和对称 *欧几里德旅行商问题。 * *为基础的解决办法的本地搜索启发式 *非过境道路和近邻 -/* * Simulated annealing and the Symetric * Euclidian Traveling Salesman Problem. * * Solution based on local search heuristics for * non-crossing paths and nearest neighbors * * Storage Requirements: n^2+4n ints * * Problem: given the coordinates of n cities in the plane, find a * permutation pi_1, pi_2, ..., pi_n of 1, 2, ..., n that minimizes * sum for 1<=i<n D(pi_i,pi_i+1), where D(i,j) is the euclidian * distance between cities i and j * * Note: with n cities, there is (n-1)!/2 possible tours. * factorial(10)=3628800 factorial(50)=3E+64 factorial(150)=5.7E+262 * If we could check one tour per clock cycle on a 100 MHZ computer, we * would still need to wait approximately 10^236 times the age of the * universe to explore all tours for 150 cities. * * gcc-O4-o tsp tsp.c-lm tsp | ghostview- * * Usage: tsp [-v] [n=dd] [s=dd] [filename] * -v : verbose * n= : nb of cities (cities generated randomly on E^2
Update
: 2025-02-17
Size
: 84kb
Publisher
:
孙博
[
Communication-Mobile
]
Soft_demapping_QPSK
DL : 0
soft Demapping QPSK : LLR computation using Euclidian distance approach, Parallel-to-Serial converter : needs I and Q components of QPSK symbols at the input
Update
: 2025-02-17
Size
: 1kb
Publisher
:
IMM
[
Communication-Mobile
]
Good_ver_Soft_demapping_QPSK
DL : 0
good version of soft Demapping QPSK : LLR computation using Euclidian distance approache, Parallel-to-Serial converter, needs I and Q componets of QPSK symbols at the input
Update
: 2025-02-17
Size
: 1kb
Publisher
:
IMM
[
matlab
]
Soft_demapping_8PSK
DL : 0
soft Demapping 8PSK : LLR computation using Euclidian distance approach, Parallel-to-Serial converter, needs I and Q componets of 8PSK symbols at the input
Update
: 2025-02-17
Size
: 1kb
Publisher
:
IMM
[
Communication-Mobile
]
demapping_soft_QPSK_good_version
DL : 0
corrected version of Demapping QPSK : LLR computation using Euclidian distance approach, Parallel-to-Serial converter, needs I and Q componets of QPSK symbols at the input
Update
: 2025-02-17
Size
: 1kb
Publisher
:
IMM
[
matlab
]
Hard_decision_demapping_8PSK
DL : 0
Demapping 8PSK : LLR computation using Euclidian distance approach, Parallel-to-Serial converter, Hard decision, needs I and Q componets of 8PSK symbols at the input
Update
: 2025-02-17
Size
: 1kb
Publisher
:
IMM
[
matlab
]
reval
DL : 0
Euclidean Distance Transform has been widely studied in computational geometry, image processing, computer graphics and pattern recognition. Euclidean distance has been computed through different algorithms like parallel, linear time algorithms etc. On the basis of efficiency, accuracy and numerical computations, existing and proposed techniques has been compared. This study proposed a new technique of finding Euclidian distance using sequential algorithm. An experimental evaluation has shown that proposed technique has reduced the drawbacks of existing techniques. And the use of sequential algorithm scans has reduced the computational cost.
Update
: 2025-02-17
Size
: 99kb
Publisher
:
yasora
[
Industry research
]
An-Improved-Ant-Colony-Clustering-Algorithm-Based
DL : 1
Focused on the disadvantage of classical Euclidian distance in data clustering analysis, we propose an improved distance calculation formula, which describes the local compactness and global connectivity between data points. Furthermore, we improve ant-colony clustering algorithm by using the improved distance calculation formula. Theoretical analysis and experiments show that this method is more efficient and has the ability to identify complex nonconvex clusters.
Update
: 2025-02-17
Size
: 345kb
Publisher
:
rishi
[
matlab
]
speech-test
DL : 0
it is a collection of matlab program. 1.to find the euclidian distance 2.to create mel frequency filter bank 3.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
sandeep
[
Software Engineering
]
ppt
DL : 0
After identifying the best MNT− 1 nodes with the simplified branch metric and the accumulated branch metric at stage NT − 1, we then calculate the LLR of each coded bit utilizing the standard squared Euclidian distance metric. The log-likelihood ratio (LLR) of a posteriori probability (APP) of each coded bit conditioned on the received signal y is normally calculated using the max-log approximation.-After identifying the best MNT− 1 nodes with the simplified branch metric and the accumulated branch metric at stage NT − 1, we then calculate the LLR of each coded bit utilizing the standard squared Euclidian distance metric. The log-likelihood ratio (LLR) of a posteriori probability (APP) of each coded bit conditioned on the received signal y is normally calculated using the max-log approximation.
Update
: 2025-02-17
Size
: 322kb
Publisher
:
yuva
[
2D Graphic
]
pro2
DL : 0
Theme: Object recognition using Geometric Properties(area, perimeter,circularity,etc) . In order to obtain the results the project was implemented using C++ and the tool C++Builder. For every geometric feature has been created a method that return a numeric value. Having these results I implemented a function which calculates the Euclidian distance that is often used for detecting and object recognition. The application it s used to recognize the symbols of playing cards. -Theme: Object recognition using Geometric Properties(area, perimeter,circularity,etc) . In order to obtain the results the project was implemented using C++ and the tool C++Builder. For every geometric feature has been created a method that return a numeric value. Having these results I implemented a function which calculates the Euclidian distance that is often used for detecting and object recognition. The application it s used to recognize the symbols of playing cards.
Update
: 2025-02-17
Size
: 790kb
Publisher
:
Lup Anca
[
matlab
]
DistEuclidian
DL : 0
this code calculate the euclidian distance. h = waitbar(0, Distance Computation ) switch nargin case 1-this code calculate the euclidian distance. h = waitbar(0, Distance Computation ) switch nargin case 1
Update
: 2025-02-17
Size
: 2kb
Publisher
:
safa younes
[
DataMining
]
EuclideanDistance
DL : 0
it s matlab code for Euclidian distane in data miningin pattern recognition
Update
: 2025-02-17
Size
: 1kb
Publisher
:
hana
[
Linux-Unix
]
SkPoint
DL : 0
Returns the square of the Euclidian distance to (dx,dy).
Update
: 2025-02-17
Size
: 6kb
Publisher
:
pewuixs
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.