-
GPU-Gems3
给出了GPU的最新快照,详细描述了当今最新的GPU的内部架构,以及如何利用GPU的编程技巧。另外额外探讨了如何利用GPU的计算能力完成其他计算任务(CUDA)。(This third volume of the best-selling GPU Gems series provides a snapshot of today s latest Graphics Processing Unit (GPU) programming techniques. The programmability of modern GPUs allows developers to not only distinguish themselves from one another but also to use this awesome processing power for non-graphics applications, such as physics simulation, financial analysis, and even virus detection—particularly with the CUDA architecture. Graphics remains the leading application for GPUs, and readers will find that the latest algorithms create ultra-realistic characters, better lighting, and post-rendering compositing effects.
)
- 2011-02-09 10:11:15下载
- 积分:1
-
watermarkgood
说明: 基于matlab的数字水印源程序,并附详细论文(Matlab source based on digital watermarking, together with details of papers)
- 2011-03-25 20:22:36下载
- 积分:1
-
dvr
Matlab source code simulating the distance vector routing protocol,
- 2013-04-13 10:16:38下载
- 积分:1
-
ofdm_fft1st
This is the OFDM-DWT mmodel for OFDM modulation and demodulation. it has DWT and IDWT models
- 2015-01-31 01:33:54下载
- 积分:1
-
threephaseInductionmotor
运用simulink仿真三相异步电机,可根据自身需求调节参数(Using Simulink to simulate three phase asynchronous motor, and Parameters can be adjusted according to their own needs)
- 2020-11-23 15:29:34下载
- 积分:1
-
SVM
SVM简单应用,最基础的SVM用法,可以入门学习。matlab m文件(SVM simple application, SVM usage is most basic, entry learning)
- 2015-03-08 20:49:22下载
- 积分:1
-
Global_Optimization_Toolbox30_win32
this is a book about how to use optimization toolbox
- 2014-01-09 21:45:32下载
- 积分:1
-
MATLAB7.0
主要介绍了matlab7.0的基础知识和使用技巧包括(数值运算,符号运算,图形处理)及强大的编程功能和各种实际应用(It mainly introduces the basic knowledge and skills including the use of (numerical computation, symbolic computation, graphics processing) and a powerful programming features and a variety of practical applications)
- 2009-05-04 22:52:27下载
- 积分:1
-
1569558067-(3)
Modeling of Solar Photovoltaic Panels
in Matlab/Simscape Environment
- 2013-03-08 18:54:00下载
- 积分:1
-
matlab
function [CellSpace_nextstep VehicleSpace] = CountingNextStepVehicleState(CellSpace_current,CellSpace_nextstep,VehicleSpace,TakenMat, TakenCarIDMat,VMAX,signalFlag,UseLaneChangingModelFlag)
计算下一时刻的元胞空间状态
获取当前时刻元胞空间中的车辆信息,
[VehicleInCellSpaceMat]=GetVehicleInCellSpace(CellSpace_current,TakenMat,TakenCarIDMat)
if isempty(VehicleInCellSpaceMat) == 1 如果为空
return
end
对每个车辆进行遍历, 获取每个车辆的数据,以及邻居车辆的数据
计算每个车辆的下一时刻状态并更新到下一时刻的元胞空间中
[CellSpace_nextstep VehicleSpace] = UpdataCellSpaceWithVehicleInfo(CellSpace_current,CellSpace_nextstep,VehicleSpace,VehicleInCellSpaceMat,VMAX,signalFlag,UseLaneChangingModel(function [CellSpace_nextstep VehicleSpace] = CountingNextStepVehicleState(CellSpace_current,CellSpace_nextstep,VehicleSpace,TakenMat, TakenCarIDMat,VMAX,signalFlag,UseLaneChangingModelFlag)
计算下一时刻的元胞空间状态
获取当前时刻元胞空间中的车辆信息,
[VehicleInCellSpaceMat]=GetVehicleInCellSpace(CellSpace_current,TakenMat,TakenCarIDMat)
if isempty(VehicleInCellSpaceMat) == 1 如果为空
return
end
对每个车辆进行遍历, 获取每个车辆的数据,以及邻居车辆的数据
计算每个车辆的下一时刻状态并更新到下一时刻的元胞空间中
[CellSpace_nextstep VehicleSpace] = UpdataCellSpaceWithVehicleInfo(CellSpace_current,CellSpace_nextstep,VehicleSpace,VehicleInCellSpaceMat,VMAX,signalFlag,UseLaneChangingModelFlag)
)
- 2013-05-04 19:01:27下载
- 积分:1