Dart
19 February 2013
A directed graph, or digraph, can be considered as a set of objects with pairwise connections with a defined orientation. For example, a one way street on a map, outbound or inbound links between web pages, and dependencies in software modules. Real world digraphs tend to be sparse and, as a result, the proper representation of the digraph involves a tradeoff between the efficient use of memory and the ease of graph manipulation.
Continue reading
Dart
14 September 2012
I've always been rather fascinated by the concept that just about any signal can be decomposed into a weighted collection of elementary basis functions. My undergraduate linear systems professor would refer to these basis functions as CCFSs (cleverly chosen fundamental signals). But what makes a basis function cleverly chosen?
Continue reading
Recent comments
rvd said:
hi there i tried applying this method to a double tap of a key on the keyboard but i keep getting a...
Read this article
Richard Griffith said:
@Bhargavi: You'll find more information at the Kirupa forum link, including Peter's original AS2 flash file. This file...
Read this article
Bhargavi said:
I have some doubts about your code. Please mention what is flameContainer, flameMask and iTheEndText. I think these are...
Read this article