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

[超算/并行计算] Parallel-Programming-HPC

本报告是为我在数据科学和科学计算研究期间参加的的里雅斯特大学“HPC并行编程”考试而编写的
This repo was made for the "Parallel Programming for HPC" exam at the University of Trieste that I took during my studies in Data Science and Scientific Computing (2024-04-07, Makefile, 0KB, 下载0次)

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

[超算/并行计算] progetti-universitari

我在那不勒斯Federico II的信息学硕士学位期间创建了一系列的项目:神经网络的项目是一个用Python编写的简单神经网络。pdc项目包含各种代码,用于理解C中并行计算的基础知识
A series s projects created in my master degree in Informatics at Federico II, Naples: neural-network s project is a simple neural network written in Python. pdc s project contains various codes for understanding the basics of parallel computing in C (2024-02-25, C, 0KB, 下载0次)

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

[超算/并行计算] philosophers

迪克斯特拉的晚餐哲学家问题。介绍多线程编程、并发、共享内存空间、数据竞争、死锁和其他相关概念。
Dijkstra s dinnig philosophers problem. Introduction to multithreaded programing, concurrency, shared memory space, data-races, deadlocks and other related concepts. (2024-02-02, C, 0KB, 下载0次)

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

[超算/并行计算] CS4532-Concurrent-Programming-Lab2

这个问题最初是基于韦尔斯利学院的参议院巴士。乘客来到公共汽车站,等待公共汽车。当公共汽车到达...,
This problem was originally based on the Senate bus at Wellesley College. Riders come to a bus stop and wait for a bus. When the bus arrives, all the waiting riders invoke boardBus, but anyone who arrives while the bus is boarding has to wait for the next bus. The capacity of the bus is 50 people. (2023-10-28, Java, 0KB, 下载0次)

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

[超算/并行计算] Matrix_mulitiple

使用CUDA并行语言编写的矩阵乘法,与串行语句的对比试验,主要检测出CPU与GPU运行的时间,通过比较时间,达到比较效果。另外此程序可以随意更改矩阵的维数,增强程序的移植性。
CUDA parallel language use matrix multiplication, and serial statement comparison test, the main test of CPU and GPU to run time, by comparing the time, to compare results. Also this program can change the dimension of the matrix, and enhanced portability of the program. (2014-12-09, Visual C++, 1KB, 下载20次)

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

[超算/并行计算] MPI

MPI代码设计实例程序和论文教程,包含雅克比、小波变换、一维口袋问题动态规划、热分布问题等算法实现
MPI code design tutorial example programs and papers, including Jacobi, wavelet transform, one-dimensional dynamic programming problem pocket, heat distribution algorithm problems (2011-09-20, C/C++, 1699KB, 下载117次)

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

[超算/并行计算] Laplacetest

利用CUDA实现了遥感数字影像处理基本算法中的拉普拉斯算子,并分别实现了采用Globalmemory、Sharedmemory,Texturememory进行数据传输,还同CPU中的串行代码进行了时间比较和误差分析。为了方便在服务器环境下测试运行,我们去掉了在Windows环境下对第三方库遥感影像库GDAL的依赖,而将遥感影像数据转成了二进制图像格式,对于输出影像也以同样的二进制格式存储。图像效果图通过专业遥感软件PCI或通用图像处理软件PhotoshopCS4打开。最后我们对计算结果进行了误差分析和加速比分析。
CUDA enables the use of remote sensing digital image processing the basic algorithm in the Laplace operator, and were achieved using Globalmemory, Sharedmemory, Texturememory data transmission, but also with the serial code CPU time comparison and error analysis. In order to facilitate the test run in the server environment, we have removed in the Windows environment for third-party remote-sensing image library GDAL library dependencies, but will switch to remote sensing image data into a binary image format, for the output images are also stored in the same binary format . Image Effect Picture through professional remote-sensing software, PCI or universal image processing software PhotoshopCS4 open. Finally, we calculated the results of the error analysis and speedup analysis. (2010-02-04, Unix_Linux, 3KB, 下载5次)

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

[超算/并行计算] Parallel-adder

并行加法器是一种数位电路,其可进行数字的加法计算。在现代的电脑中,加法器存在于算术逻辑单元(ALU)之中。 加法器可以用来表示各种数值,如:BCD、加三码,主要的加法器是以二进制作运算。
Parallel adder is a digital circuit, which can be calculated the number of addition. In the modern computer, adder exists in the arithmetic logic unit (ALU) into. Adder can be used to express a variety of values, such as: BCD, plus three yards, the major is based on a binary adder for computing. (2010-01-13, VHDL, 3KB, 下载6次)

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

[超算/并行计算] 1Dgrappa

并行磁共振成像中基础算法GRAPPA的应用实例,一维成像,8线圈采集的数据
1D GRAPPA reconstruction from an 8-channel head array coil using least-square matrix inversion. The data were simulated from the combination of B1 fields by Biot-Savart s law and anatomical features from MPRAGE sequences (2009-06-06, matlab, 3KB, 下载64次)

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

[超算/并行计算] fft_new

并行分块的fft实现 基于斯坦福大学Imagine模拟器开发设计的FFT并行分块实现
Fft parallel sub-block-based simulator developed at Stanford University Imagine design block realize parallel FFT (2008-05-09, Visual C++, 27KB, 下载67次)

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

[超算/并行计算] VHDL_add_4

本程序完成带进位输入输出的四位二进制加法运算,编程思想采用真值表转换成布尔方程式,利用循环语句将一位全加器编为四位加法器。
This procedure is completed into the four-bit input and output binary adder computing, programming thinking of using truth table into a Boolean equation using a loop will be as full adder adder 4. (2008-05-05, VHDL, 92KB, 下载17次)

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

[超算/并行计算] Cal_do

一个命令行运算器源代码 用C++写的命令行运算器,支持加、减、乘、除、乘方和小括号(可嵌套),乘方的符号是^^,因为在WINDOWS的命令行模式下^是一个连接符。 用法:cal expression expression = expression op expression expression = (expression) op = + | - | * | / | ^^
a command line computing devices with source code written in C command line computing, and support for addition, subtraction, multiplication and addition. involution and small brackets (available nested), the involution is the symbol ^ ^. because of the Windows command line mode ^ website is a link. Usage : cal expression expression expression op = expr 34th expression = (expression) op = |- |* |/| ^ ^ (2006-06-18, C++, 162KB, 下载223次)

http://www.pudn.com/Download/item/id/195570.html
总计:112