GeekArticles
XML
Core XMLPaul Torrens, "Modeling Crowd Behavior"
Author: oreillynet.com |
Published: 14th May 2008 |
Visited: 80 times |
Add CommentFiled in: Core XMLPaul Torrens (Arizona State University)--Ambient crowds are the new distributed computing platform. Smart mobs are fashioning new architectures for social networking. Armed with cell phones and mobile gaming devices, they are the new business model for location-based services. Seditious crowds are creating havoc in urban theaters of war and at global economic forums. Crowds of shoppers, endowed with smart chip credit cards and RFID tagged merchandise are trailed by long-lasting data shadows that follow them ubiquitously.
Read Article Sponsored Links
Related Articles
• Comment on Simple Java questions by: Antony Paul A doubt about final variable usage? I am getting a compile time error when i use the folloing in code snippet for obvious reasons, =================================== int i=100; byte b = i; =================================== ...