资源简介
本资源主要是《GPU与MATLAB混合编程》书中的所有的例子的实现代码。对于购买了这本书的同学会有找不到书中源代码的情况,这时候,您就可以下载本代码集合,本代码集合拥有完整的书中的所有例子的代码。
代码片段和文件信息
% compareVec.m
load(‘compareImageVector.mat‘);
[sizeX sizeY sizeZ] = size(template);
y = zeros(121‘double‘);
tic
mean_v = mean(v‘)‘;
std_v = std(v‘)‘;
mean_matrix = mean_v(:ones(1size(v2)));
normalized_v = v - mean_matrix;
mean_template = mean(template_vec);
std_template = std(template_vec);
normalized_template = template_vec - mean_template;
y = normalized_v * normalized_template;
y = y./(std_v*std_template);
toc
y
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 64951 2012-11-24 07:29 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_1\codes\book.jpg
文件 6887680 2012-11-26 13:46 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_1\codes\compareImageVector.mat
文件 437 2012-12-04 23:58 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_1\codes\compareVec.m
文件 615 2012-12-04 23:58 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_1\codes\compareVec_Loop.m
文件 656 2012-12-10 17:31 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_1\codes\compareVec_LoopImprove.m
文件 560 2013-09-17 23:55 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_1\codes\compareVec_LoopNaive.m
文件 274 2012-11-20 10:15 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_1\codes\ifExample.m
文件 240 2012-11-20 11:15 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_1\codes\ifExample2.m
文件 262 2012-11-25 09:06 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_1\codes\myDisplay.m
文件 305 2012-11-20 10:18 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_1\codes\nonifExample.m
文件 390 2012-11-20 11:15 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_1\codes\nonifExample2.m
文件 190 2012-11-19 11:24 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_1\codes\nonVec1.m
文件 1047586 2012-11-24 07:29 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_1\codes\ob
..A.SH. 12800 2014-01-24 12:21 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_1\codes\Thumbs.db
文件 128 2012-11-19 11:24 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_1\codes\Vec1.m
文件 879 2013-05-28 11:22 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_2\codes\AddVectors.cu
文件 142 2013-02-21 10:12 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_2\codes\AddVectors.h
文件 143153 2013-06-10 15:42 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_2\codes\AddVectors.obj
文件 1162 2013-02-21 11:04 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_2\codes\AddVectorsCuda.cpp
文件 12288 2013-06-10 15:42 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_2\codes\AddVectorsCuda.mexw64
文件 1545 2013-02-28 07:54 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_2\codes\conv2Mex.cpp
文件 1618 2013-02-28 07:37 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_2\codes\conv2Mex.cu
文件 161 2013-02-28 07:54 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_2\codes\conv2Mex.h
文件 8192 2013-06-11 00:07 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_2\codes\conv2Mex.mexw64
文件 144379 2013-06-11 00:14 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_2\codes\conv2Mex.obj
文件 973 2013-02-28 08:05 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_2\codes\conv2MexCuda.cpp
文件 13824 2013-06-11 00:14 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_2\codes\conv2MexCuda.mexw64
文件 424 2013-06-11 00:14 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_2\codes\convol_cuda.m
文件 213 2013-06-10 23:53 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_2\codes\convol_matlab.m
文件 227 2013-06-11 00:07 Updated_Accelerating_Matlab_with_GPU_Computing_Example_Codes\Accelerating Matlab with GPU Computing Example Codes\Chapter_2\codes\convol_mex.m
............此处省略150个文件信息
相关资源
- Pattern Recognition and Machine Learning(高清
- MATLAB 编程 第二版 Stephen J. Chapman 著
- 均值滤波和FFT频谱分析Matlab代码
- 《MATLAB扩展编程》代码
- HDB3码、AMI码的MATLAB实现
- 3点GPS定位MATLAB仿真
- MATLAB数字信号处理85个实用案例精讲入
- matlab从入门到精通pdf94795
- 欧拉放大论文及matlab代码
- 跳一跳辅助_matlab版本
- 全面详解LTE MATLAB建模、仿真与实现
- MIMO-OFDM无线通信技术及MATLAB实现_孙锴
- MATLAB Programming for Engineers 4th - Chapman
- matlab 各种谱分析对比
- 分数阶chen混沌matlab程序
- 基于粒子群算法的非合作博弈的matl
- MATLAB车流仿真 包括跟驰、延误
- matlab空间桁架计算程序
- 基于MATLAB的图像特征点匹配和筛选
- DMA-TVP-FAVAR
- GPS信号的码捕获matlab代码.7z
- 一维光子晶体MATLAB仿真代码吸收率折
- newmark法源程序
- 传统关联成像、计算鬼成像matlab
- pri传统分选算法
- 摆动滚子推杆盘形凸轮设计
- 医学图像重建作业matlab源码
- Matlab实现混沌系统的控制
- 检测疲劳驾驶
- Matlab锁相环仿真-Phase Locked Loop.rar
评论
共有 条评论