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

[超算/并行计算] CPE419-ParallelProgramming

该存储库包含我们在Maria Pantoja的CPE 419并行编程课程中完成的所有实验室和项目。
This repository contains all labs and projects that we completed in Maria Pantoja s CPE 419 Parallel Programming course. (2024-04-16, C, 0KB, 下载0次)

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

[超算/并行计算] LanguageLessons

使用并行技术和各种编程语言对Linux实用程序应用程序性能加速的实证分析
An empirical analysis of performance speedup in Linux utility applications with the use of parallel techniques and various programming languages (2024-04-11, C, 0KB, 下载0次)

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

[超算/并行计算] 3_0_phylosopher

42岁的“哲学家”项目是并发编程中的一个经典问题,通常被称为“用餐哲学家问题”
The "Philosopher" project at 42 is a classic problem in concurrent programming, often referred to as the "Dining Philosophers Problem." (2024-03-08, C, 0KB, 下载0次)

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

[超算/并行计算] GoL_CUDA

作为并行和分布式编程课程(WUT 2023)的一部分,实现了生命游戏(CUDA、OpenGL、C++)。
The Game of Life implemented (CUDA, OpenGL, C++) as part of the Parallel and Distributed Programming course (WUT 2023). (2023-11-25, C, 0KB, 下载0次)

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

[超算/并行计算] Scheduling-in-OpenMP-Parallel-Programming-Model

在这个项目中,我率先利用OpenMP(一种并行编程模型)对基本线性代数算法进行并行化...,
In this project, I spearheaded the parallelization of a foundational linear algebra algorithm utilizing OpenMP, a parallel programming model based on the Shared Memory Model. Tailored for multi-threaded parallelism on systems with shared memory abstraction, OpenMP proves particularly effective on multi-core processors. (2023-10-22, C, 0KB, 下载0次)

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

[超算/并行计算] unisex-bathroom

这是并发编程课程中使用同步方法的一项工作。阐述了解决该问题的方法...,
This is a work from the Concurrent Programming course using methods of synchronization. The method used to solve the problem were explicit locks and semaphores. (2023-10-12, C, 0KB, 下载0次)

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

[超算/并行计算] Pthreads-Programming-C

此编程任务旨在为我们提供编写利用pthreads模拟并发......的程序的经验...,
This programming assignment is intended to give us experience in writing a program that that utilizes pthreads to simulate the concurrent execution of a set of tasks. (2023-09-14, C, 0KB, 下载0次)

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

[超算/并行计算] message-broker

一个消息代理,大致遵循stomp协议,并用c编程语言编写,以演示并发机制...,
a message broker that roughly adheres to the stomp protocol and is written in the c programming language to demonstrate concurrency mechanisms (2014-06-30, C, 0KB, 下载0次)

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

[超算/并行计算] thread-concurrency-problems

使用多线程解决了3个不同的问题。并发编程大学项目[编号2](2017年秋季)。,
3 different problems solved with multithreading. University project [no.2] for Concurrent Programming (Fall 2017)., (2021-03-25, C, 0KB, 下载0次)

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

[超算/并行计算] proc-fans

UNIX系统编程:通信、并发和线程:通信、并行和线程(第2版)的练习3.9,
Exercise 3.9 of UNIX Systems Programming: Communication, Concurrency and Threads: Communication, Concurrency and Threads (2nd Edition), (2018-02-18, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694408971996512.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

[超算/并行计算] concurrent-word-validator

华沙大学(University of Warsaw)的最终并发编程项目,2017-18年秋季。作业说明可在网站上获得:,
A final concurrent programming project at University of Warsaw, fall semsester 2017-18. Assignment description available on the website:, (2018-04-08, C, 0KB, 下载0次)

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

[超算/并行计算] openmp-travelling-salesman

使用OpenMP并行编程实现旅行推销员。从大学开始,当答案比密码更重要的时候...,
An implementation of the travelling salesman using OpenMP parallel programming. From college, when answers were more vital than code clarity.... (2014-04-24, C, 0KB, 下载0次)

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

[超算/并行计算] InteractiveSudoku

用户交互式数独游戏(CS 220并行编程,由旧金山大学Anita Rathi教授教授授课,2019年春),
User-interactive Sudoku Game (CS 220 Parallel Programming taught by Professor Anita Rathi, University of San Francisco, spring 2019), (2021-01-20, C, 0KB, 下载0次)

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

[超算/并行计算] simple-mpi

该程序使用MPI(并行编程)统计1到MAX_CONST(含1)之间的质数。,
This program counts the number of prime numbers between 1 to MAX_CONST inclusive using MPI (parallel programming)., (2022-05-24, C, 0KB, 下载0次)

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

[超算/并行计算] intro-to-HPC

这是我在并行编程[@shirazuniversity](https:github.com shirazuniversity)、pthread、openMPI、Gprof、matrixmul、,
This was my first Assignment for the course of parallel programming [@shirazuniversity](https: github.com shirazuniversity), pthread,openMPI,Gprof,matrixmul, (2022-04-18, C, 0KB, 下载0次)

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

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

该项目的目标是使用可编程片段着色器实现并行3D软件渲染管道。,
The goal of this project is to implement a parallel 3D software rendering pipeline with programmable fragment shader., (2023-08-02, C, 0KB, 下载0次)

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

[超算/并行计算] ParallelProgramming

该存储库由一组控制台应用程序组成,用于演示Pthreads、MPI和O等并行编程技术...,
This repository consists of a group of console applications used to demonstrate parallel programming techniques such Pthreads, MPI, and OpenMP. (2018-04-30, C, 0KB, 下载0次)

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

[超算/并行计算] Parallel_Processing

并行编程技术(如MPI和PVM)用于分布式计算环境,而线程仅限于单个...,
Parallel programming technologies such as MPI and PVM are used in a distributed computing environment while threads are limited to a single computer system. All threads within a process share the same address space. A thread is spawned by defining a function and it s arguments which will be processed in the thread. The purpose of using the (2021-10-01, C, 0KB, 下载0次)

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

[超算/并行计算] COP6616

与并行计算相关的课件-MPI,RMI和GPU编程与并行计算有关的课件-MPI,RMI and GPU Progr...,
Coursework related to Parallel Computing - MPI, RMI and GPU Programming Coursework related to Parallel Computing - MPI, RMI and GPU Programming (2018-11-28, C, 0KB, 下载0次)

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