联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 超算/并行计算(475) 
按平台查找All C(475) 

[超算/并行计算] Philosophers

这个项目是关于解决著名的用餐哲学家问题,探索并发编程、同步和死锁的概念。
This project is about solving the famous dinning philosophers problem, exploring the concepts of concurrent programming, synchronisation and deadlocks. (2024-04-17, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1713299603436145.html

[超算/并行计算] TTK4145-Real-Time-Programming

课程内容:实时系统编程形式;POSIX、Ada、Java和Go。线程进程、调度、同步和…
Course content: Programming formalisms for real-time systems; POSIX, Ada, Java and Go. Threads processes, scheduling, synchronization and… (2024-01-10, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1704940866691449.html

[超算/并行计算] UCX-lsalab

版本1.15中的UCX分支。它用于并行编程课程实验室和作业。
A fork of UCX from the release of version 1.15. It is used for parallel programming course labs and assignment. (2023-12-14, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1702528785733862.html

[超算/并行计算] Philosophers

Philosophers项目解决了C语言中的经典用餐哲学家问题,深入研究并发编程挑战。这个多重...
Implementation of the Dining Philosophers Problem in C at the 42 Roma Luiss, exploring concurrent programming challenges. Philosophers sit around a table, strategically picking up and releasing forks to avoid conflicts and deadlocks. Gain hands-on experience with synchronization using mutexes and threads. (2023-12-11, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1702332062398825.html

[超算/并行计算] EBLG401_Parallel_Programming

我在斯坦布尔Nisantasi大学指导的EBLG401并行编程课程中用作示例的代码集合
Collection of codes I used as examples in the EBLG401 Parallel Programming course I instructed at stanbul Nisantasi University (2023-11-16, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1700268619443174.html

[超算/并行计算] alignment_problem

米兰理工大学(Politecnico di Milano,A.Y.2023 2024.)高级算法和并行编程课程的分配解决方案。,
Solutions to the assignment of the Advanced Algorithms and Parallel Programming course @ Politecnico di Milano, A.Y. 2023 2024., (2023-10-28, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1698520636980421.html

[超算/并行计算] CS415

主题将包括操作系统做什么(和不做什么)、系统调用和接口、进程、并发编程、资源...,
Topics will include what an operating system does (and does not) do, system calls and interfaces, processes, concurrent programming, resource scheduling and management (e.g., CPU, memory, devices), virtual memory, deadlocks, distributed systems and networks, & security. Approach the subject from a theoretical perspective as well as a practical one. (2023-10-16, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1697483293736121.html

[超算/并行计算] P2P_File_Transfer

使用套接字和并发编程用C编写的对等文件共享系统。,
Peer-to-Peer file sharing system written in C using sockets and concurrent programming., (2023-02-15, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694409009151724.html

[超算/并行计算] Concurrent-filesystem

华沙大学2021 22学年冬季学期并发编程课程的第二个项目。,
The second project for the Concurrent Programming course in the winter semester of the 2021 22 academic year at the University of Warsaw., (2022-03-12, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694408903236461.html

[超算/并行计算] Concurrent-Weather-Map

用XLib制作的并发天气图项目,为冈斯克大学的并发编程课程制作。,
Concurrent weather map project made in XLib, made for Concurrent Programming classes at University of Gdańsk., (2021-04-30, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694408892692053.html

[超算/并行计算] ConcurrentProgramming

C语言并发编程(第三年-第五学期),
Concurrent Programming in C (3rd year - 5th semester), (2018-01-05, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694408775106670.html

[超算/并行计算] OmniVM

支持基于所有权的元对象协议(OMOP)的RoarVM分叉,以促进并发编程的实现...,
A RoarVM fork with support for the Ownership-based Metaobject Protocol (OMOP) to facilitate the implementation of concurrent programming abstractions. (2013-01-17, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694408593533097.html

[超算/并行计算] Space-Invaders

经典游戏Space Invaders通过使用Posix多线程在C中并行编程来实现快速增长。,
The classic game, Space Invaders made fast by parallelly programmed in C using Posix multithreading., (2023-06-05, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694408413719407.html

[超算/并行计算] Parallel-Job-Scheduling-Algorithms-using-OpenMP

在C语言中使用OpenMP实现并行编程结构中的不同CPU调度算法,
Implementing Different CPU Scheduling Algorithms in Parallel Programming Structure using OpenMP in C language, (2021-09-05, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694408372508251.html

[超算/并行计算] Architecture-of-Parallel-Computers

一致性协议模拟器,使用OpenMP、MPI、Hybrid进行并行编程加速,
Simulator for Coherence protocol, parallel programming acceleration with OpenMP, MPI, Hybrid, (2022-11-04, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694408348400296.html

[超算/并行计算] parallel-programming-quinn-solutions

Michael J.Quinn的《使用MPI和OpenMP在C中并行编程》一书的解决方案,
my solutions for the book Parallel Programming in C with MPI and OpenMP by Michael J. Quinn, (2022-06-10, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694408309958946.html

[超算/并行计算] parallel_programming

该存储库包括使用并行编程的程序。使用了不同的并行化方法、pthreads、OpenMP、MPI、,
This repository includes programs that use parallel programming. There are used different parallelization methods , pthreads, OpenMP, MPI, (2023-04-09, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694408263144135.html

[超算/并行计算] parallel-programming

并行编程的课程库。包括多处理、线程、互斥、共享内存、锁等概念的使用。,
Course repository for parallel programming. Includes the usage of concepts like multi-processing, threads, mutex, shared memory, locks, etc., (2019-04-01, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694407606787776.html

[超算/并行计算] os

来自类操作系统的编程练习。有过程处理、管道、并行处理和......等练习...,
The programming exercises from the class operational systems. There are exercises like process handling, pipes, parallel processing and a scheduler. (2014-03-14, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694407553197846.html

[超算/并行计算] matrix-multiplication-pthreads-OpenMP

在C中使用Pthreads和OpenMP的并行编程范例(共享内存)进行矩阵乘法,
Matrix multiplication using the parallel programming paradigm (shared memory) in C with Pthreads and OpenMP, (2019-06-12, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694407455213179.html