摘要:
MemberCurrent Day’s WorkNext Day’s WorkNoteAo TangBack to USTCFinish the last 2 hours of Task 468: Learn how to judge whether some words are human namesFinish half of the task 471: Save all author information into databaseYue WuBack to USTCTask 714 Implement the agreement pageHaifeng XuTask 442 Stud 阅读全文
摘要:
MSRA实习期间,我们科大班的同学又多了一门课:高性能计算。授课的是新教员Teng。第二周结束的时候Teng布置了一道习题:用MPI实现K-means 或者Qsort的并行程序。其实大家的学习热情并不高。我也不例外,每天组里面都有任务,软件工程课还有活要干,都很忙。于是匆匆忙忙就写了个K-means的算法交了作业:View Code 1 #include<mpi.h> 2 #include<stdio.h> 3 #include<time.h> 4 #include<string.h> 5 #include<float.h> 6 #i 阅读全文