登录
首页 » WINDOWS » 《实战Matlab之并行程序设计》程序代码

《实战Matlab之并行程序设计》程序代码

于 2017-10-22 发布 文件大小:4449KB
0 229
下载积分: 1 下载次数: 9

代码说明:

  《实战Matlab之并行程序设计》程序代码(Parallel programming of actual combat Matlab" program code)

文件列表:

第5章\closematlabpool.m
第5章\codistributed_demo.m
第5章\createPrivateVariable.m
第5章\dispCodistributedArray_pjob.m
第5章\dispCodistributedArray_spmd.m
第5章\eigdata.m
第5章\ex5_3_1.m
第5章\ex5_3_2.m
第5章\ex5_3_4.m
第5章\ex5_5_2.m
第5章\ex5_5_8.m
第5章\myParallelJob.m
第5章\pjobscript.m
第5章\private2others.m
第5章\private_demo.m
第5章\replicated_demo.m
第5章\spmdscript.m
第5章\startmatlabpool.m
第5章\test2d_codistributed_array.m
第5章\testcodistributed.m
第5章\testgather.m
第5章\testglobalIndices.m
第5章\variant_demo.m
第6章\barrierfunc1.m
第6章\barrierfunc2.m
第6章\batchjobfunc.m
第6章\endfunc.m
第6章\gplusfunc.m
第6章\labsrfunc.m
第6章\myfig.m
第6章\pjobfunc.m
第6章\pooltask.m
第6章\saveloadfunc.m
第6章\sc_worker_task.m
第6章\srfunc.m
第6章\testcallback.m
第6章\testmatlabpooljob.m
第8章\myadd.c
第8章\myadd.mexw32
第9章\addv.c
第9章\locktest.cpp
第9章\myind.cpp
第9章\mymax.cpp
第9章\tescritical_m.m
第9章\testatomic.m
第9章\testbarrier.cpp
第9章\testcritical.cpp
第9章\testcritical_m.m
第9章\testflush.cpp
第9章\testflush_m.m
第9章\testopenmp.m
第9章\testordered.cpp
第9章\testparallel.c
第9章\testparallel_copyin.c
第9章\testparallel_copyin.cpp
第9章\testparallel_lastprivate.cpp
第9章\testparallel_ordered.cpp
第9章\testparallel_section.cpp
第9章\testparallel_shared.c
第9章\testparallel_shared.cpp
第9章\testparallel_sheduler.cpp
第9章\testparallel_single.cpp
第9章\test_parallel.c
第9章\test_parallel.cpp
第9章\test_parallel_if.cpp
第9章\threadprivate.cpp
第9章\timefun.cpp
第10章\square_c.cu
第10章\VecAdd.cu
第10章\vecMultiEntries.cu
附录 A\helloworld.c
附录 A\hw.cpp
使用说明.txt
第1章\change.m
第1章\imageclass.m
第1章\processgrayimage.m
第1章\showInputSign_if.m
第1章\showInputSign_switch.m
第1章\testcell.m
第1章\testchange.m
第1章\testfor.m
第1章\testimage.m
第1章\testlogical.m
第1章\testnargin_out.m
第1章\testoperator.m
第1章\testplot.m
第1章\testrepmat.m
第1章\testscript.m
第1章\teststring.m
第1章\teststruct.m
第2章\closematlabpool.m
第2章\ex2_10.m
第2章\ex2_11.m
第2章\ex2_12.m
第2章\ex2_13.m
第2章\ex2_14.m
第2章\ex2_15.m
第2章\ex2_16.m
第2章\ex2_17.m
第2章\ex2_18.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • WindowsDoctor
    診斷系統是否有所出錯,並確實告知錯誤如何處裡方式,好用又快速。(diagnostic systems make mistakes, and how did this wrong Office Lane, fast and handy.)
    2007-04-23 02:09:33下载
    积分:1
  • 罚函数
    说明:  利用罚函数计算min X1^2+X2^2 s.t. 2X1-X2≤7 X1^2+3X2^2=2(Penalty function calculation)
    2019-05-26 12:17:56下载
    积分:1
  • 在 win32 中的多线程应用程序
    在 win32 中的 Multithreadingapplications。C 编程在多线程环境中的 windows levelapplication 源代码。Multithreadin windows 系统很好的书。
    2022-10-17 09:15:15下载
    积分:1
  • CPPAMP
    多核编程,比 OPENCL 简单 可以通过类似 OPENMP 的方式,简洁的实现异构编程,使用 GPU 计算(Multicore programming than simple OPENCL)
    2013-07-10 20:47:20下载
    积分:1
  • wave_forward
    弹性波动方程正演程序,广泛应用于地震勘探开发阶段的正演模拟(Elastic wave equation forward procedure, widely used in seismic exploration and development phase of the forward modeling)
    2020-11-11 21:19:45下载
    积分:1
  • MergeSort
    并行归并排序算法,基于mpi的并行归并排序算法(A parallel merge sort algorithm)
    2020-11-20 14:59:38下载
    积分:1
  • PLINQ is Coming Up Soon (PFX)
    介绍
    2022-10-06 18:20:02下载
    积分:1
  • GPU CUDA 的矩阵SOR
    SOR(Successive Over-Relaxation) 又名逐次超松弛法,是解决微分方程的一种通用算法,主要应用在解决拉普拉斯方程、肥皂泡形状等的问题上。本程序使用CUDA来实现sor,并且包含两种方法,一种是单一block运算整个矩阵,每个thread运算矩阵中的一个方块。一种是多个block运算整个矩阵,每个thread运算矩阵中的一个点。该程序有良好的注释,适合初学者学习。
    2022-09-25 08:50:03下载
    积分:1
  • 读取参数文件
    #include #define  NUMBER   4 void main( ) {    int i=1; float f0,dt,dx,dz; int mx,mz,ntmax,pml,sou_x,sou_z,rec_start,rec_end,rec_int,rec_depth; char shotID[5],record_pp[30],vp_name[30],rou_name[30],mig_name[30],mig_pyt_name[30],mig_udlf_name[40],shuoming[30]; FILE *fp,*f; /*&不合法变量*/     printf("** This program is to show the block file input & output** "); fp=fopen(
    2022-09-05 20:35:03下载
    积分:1
  • witpcap
    Under Windows using winpcap caught and restore data packets, is very good, good
    2017-04-15 12:12:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载