I am updating my knowledge by following some courses on coursera.org, that is: https://www.coursera.org/course/compneuro (computational neuroscience) and https://www.coursera.org/course/eqp (exploring quantum physics). I found both require that kind of math called statistic, or something like that, and summing vector of values, multidimensional calculus … very interesting and mind opening. I would endorse these courses because they make me feel really better 🙂
Related Posts
Quanto spendo per una connessione gprs/umts ?
Così feci. Ma dopo un mese scopro che mi addebitano 25 euro per traffico GPRS....
Simulare eventi dell’interfaccia
void CMyAppView::SignalImageStored() { TKeyEvent aKeyEvent; TEventCode aType; aKeyEvent.iCode = EKeyMenu; aKeyEvent.iScanCode = EStdKeyMenu; aType =...
Parsing XML: Sax or DOM
I tried both SAX and DOM, for parsing an XML file, difference in time performance...