#include #include #include #include #define ID struct id struct id { char name[20]; // xing ming int num; // xue hao int age; // nian ling char sex[2]; // xing bie char xi[20]; // xi bie char zhuan[20]; // zhuan ye char add[20]; // di zhi ID *next;
CMU的Eric Xing and Qirong Ho在今年KDD给的一个tutorial, A New Look at the System, Algorithm and Theory Foundations of Distributed Machine Learning. 200多页slides, 内容非常丰富。