1
vote
3answers
72 views
Select surrounding rows php/mysql
I want to select a group of rows around a row matched on conditions, ie select a row and then return 5 records before and after it.
More info as requested (sorry bout that!)
Ok, so the table records …
0
votes
3answers
94 views
Any references on how to implement quadtrees with periodic limits?
Hi all,
I have spatial data - (x, y) points on a plane - which I'm partitioning using quadtrees. The idea is to find which points are neighbors to a given (a, b) point. The points are neighbors if …
0
votes
1answer
159 views
Neighbour cells (ID & Rx level) & Apple developer program
Hello!
I'm a student in telecommuncations and I have to developp a program for a mobile phone (the platform is still to decide) that gathers informations about the active cell and the neighbour …
6
votes
5answers
610 views
Spatial Data Structures for moving objects?
I was wondering what is the best data structure to deal with a lot of moving objects(spheres, triangles, boxes, points, etc)? I'm trying to answer two questions, Nearest Neighbor and Collsion …
8
votes
7answers
241 views
Generating ‘neighbours’ for users based on rating
I'm looking for techniques to generate 'neighbours' (people with similar taste) for users on a site I am working on; something similar to the way last.fm works.
Currently, I have a compatibilty …
