由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 哈,居然写完了作业
相关主题
C++ Q 99-102 (转载)How to tell if two computers are accurately synchronized?
请教registerjava synchronized 问题
Question on synchronization between processesKernel Programming Question: timestamp and synchronization
科普贴,fusion IOmultithread synchronization
java里用synchronized包住block就可以保护多线程同步问题了,这就是c里面的mutex吧?真屎的interview
Volatile variables do not provide any atomicity (转载)一般thread-safe access
thread, semaphore, 问题。问个java String问题
Restaurant Reservation System...c++问题
相关话题的讨论汇总
话题: open话题: mpi话题: mp话题: os话题: 算法
进入Programming版参与讨论
1 (共1页)
W***o
发帖数: 6519
1
觉得这学期上的advanced OS很有挑战性,对于我这转行读CS的,没有C,没有OS背景的
,上来就修AOS,开始还是挺头疼的,本来抱定学学看再决定是否withdraw的
今天算是完成了第二个编程project, 就是实现了MCS paper里几个 synchronization
barrier算法的;其实如果对C熟悉的话,就是把算法pseudocode翻译一遍的过程。我从
动态二位数组,calloc/malloc, 到Open MP, Open MPI统统要自学一遍。花了几天时间
算入门了,可是在写的时候,这个synchronization 算法很容易就 deadlock 一动也不
动,急死个人,头上冒汗。 上周花了几个晚上终于整明白asynchronous和synchronous
communication了。
现在看来好像不需要withdraw了,C的一些基本的东西,比如指针,内存,还有掌握了
MP, MPI的皮毛,就这么一路往下走吧,每学期修两门,没准明年这时候我就能开始投
简历了,前途是光明的 --- 自己鼓励一下,大牛见笑。
H**r
发帖数: 10015
2
Good luck
l*********s
发帖数: 5409
3
happy lz, I wish I could go back to school to study cs
1 (共1页)
进入Programming版参与讨论
相关主题
c++问题java里用synchronized包住block就可以保护多线程同步问题了,这就是c里面的mutex吧?
Help on a multithread questionVolatile variables do not provide any atomicity (转载)
condional variable thread sync 问题 (转载)thread, semaphore, 问题。
为什么说semaphore是一种进程间的通信方式。Restaurant Reservation System...
C++ Q 99-102 (转载)How to tell if two computers are accurately synchronized?
请教registerjava synchronized 问题
Question on synchronization between processesKernel Programming Question: timestamp and synchronization
科普贴,fusion IOmultithread synchronization
相关话题的讨论汇总
话题: open话题: mpi话题: mp话题: os话题: 算法