Nersle / parallelProgramingProjectLinks
parallelProgramingProject ========================= 《高级并行程序设计》课程报告代码附录 ----------------------------------- 目录结构:<br> cannon/ cannon算法的串行、MPI、OpenMP版本实现<br> computing/ 实验测试过程中用到的测试数据生成程序和加速比、效率计算程序<br> quickSort/ quickSort算法的串行、MPI、OpenMP版本实现<br> Gauss/ Gauss消元解方程组算法的串行、MPI、OpenMP版本实现<br> bfs/ 宽度优先搜索算法的串行、MPI、OpenMP版本实现<br>
☆35Updated 11 years ago
Alternatives and similar repositories for parallelProgramingProject
Users that are interested in parallelProgramingProject are comparing it to the libraries listed below
Sorting:
- 中国科学技术大学软件学院算法设计与分析课程☆92Updated 5 years ago
- This repository records the experiment of Parallel Computing Class in 2018 SE SCUT.☆27Updated 7 years ago
- 《计算机网络-自顶向下方法》读书笔记☆86Updated 9 years ago
- Using OpenMP to optimize BFS:☆15Updated 4 years ago
- Learning materials for Stanford CS149 : Parallel Computing☆265Updated 4 years ago
- Labs for Computer Science: C, Assembly, Data Structure, CSAPP, HSI, MATLAB, Digital Logic, Verilog, Compilers, Operating Systems☆31Updated 3 weeks ago
- my big project PA for the course Introduction To Computer System in Nanjing University, building an operating system based on qemu called…☆13Updated 6 years ago
- ACM、OI、OJ代码模板☆106Updated last year
- 操作系统复习:知识整理☆34Updated 7 years ago
- ☆28Updated 3 years ago
- ☆95Updated 8 years ago
- 中国科学技术大学 高级数据库系统 金培权 全部作业正确答案 Correct Answer of all USTC Advanced Database System Homework in Chinese☆43Updated 6 years ago
- CCF CSP和PAT考试题解(使用C++14语法)☆772Updated 3 years ago
- 算法训练笔记源码--《算法笔记上机实战》,CCF-CSP历年题解分析☆55Updated 5 years ago
- 北航操作系统实验课程☆85Updated 7 years ago
- 并行程序课程实验作业/ 包括MPI,OpenMP等并行编程示例☆17Updated 6 years ago
- 并行算法2020,徐云老师,中科大研究生课程☆30Updated 5 years ago
- 现代操作系统读书笔记☆51Updated 7 years ago
- 浙江大学计算机体系结构课程实验☆181Updated 9 years ago
- 《Computer Systems A Programmer's Perspective Second Edition》 important Labs☆333Updated 9 years ago
- POJ机试题目分类。☆81Updated 7 years ago
- ☆61Updated 5 years ago
- 组合数学2019,吕敏老师,中科大研究生课程☆34Updated 5 years ago
- 使用OpenMP及MPI完成的几个并行程序设计小实验:矩阵相乘、矩阵LU分解、文档分类中的文档向量过程☆29Updated 4 years ago
- 操作系统 2019 ucore labs☆47Updated 6 years ago
- 计算机网络的期末Project,用Python编写的聊天室☆212Updated 9 years ago
- PKU OS course project and notes based on Nachos and XV6☆180Updated 5 years ago
- 《80X86汇编语言程序设计》课后习题答案(个人版本)☆76Updated 5 years ago
- 【清华大学】数据结构与算法 邓俊辉教授 课程学习代码。Implementation of Stack,Queue,AVL,BST,B-tree,RB-tree etc.☆46Updated 6 years ago
- 我的操作系统课程设计,实现一个类似unix的文件系统。☆92Updated 5 years ago