搜索资源列表
zhang
- 快速并行细化算法,并保证细化后曲线的连通性。-Fast parallel thinning algorithm, and to ensure connectivity after thinning curve.
MATLAB-Parallel-Computing-Toolkit
- 本电子书介绍了Matlab中的并行工具箱使用方法,适合初学Matlab并行编程的人员学习-This book describes the parallel Matlab toolbox to use for beginners to learn Matlab parallel programming
sd22
- 粗粒度并行遗传算法,用于流域梯级水电站群的优化调度。-Coarse-grained parallel genetic algorithm for the watershed of Cascade Hydropower Stations optimization.
parallel
- parallel connected pFC controller ac to dc dc to dc converter
matlab-n-net-tl
- 神经网络是单个并行处理元素的集合,我们从生物学神经系统得到启发。在自然界,网 络功能主要由神经节决定,我们可以通过改变连接点的权重来训练神经网络完成特定的功能-A single neural network is a collection of parallel processing elements, we have been inspired by biological nervous system. In nature, the network function of a decisi
pMatlab_intro
- Useful introduction on the parallel Matlab toolbox
pMatlabProgramming
- Presentation on Parallel Matlab toolbox
comparallel
- here is the matlab source code for parallel port communication
ParInfoGain
- ParInfoGain - Computes parallel information gain and gain ratio in Matlab using the Matlab Parallel Computing Toolbox or the Distributed Server (if available) Information gain is defined as: InfoGain(Class,Attribute) = H(Class) - H(Class | At
Parallel_Optimizationcodes
- Speeding Up Optimization Problems with Parallel Computing
parallel
- 平行板电容器电容的矩量法计算 算法简单容易实现-Capacitance of parallel plate capacitor method of moments algorithm is simple and easy to implement
Parallel-Computing
- In this webinar you will learn how you can use Parallel Computing Toolbox™ to speed up MATLAB applications by using hardware you already have. You will learn how minimal programming efforts can speed up your applications on widely available desk
Parallel-Computing-using-MATLAB
- matlab并行工具的使用,有10个例子,并有pdf说明-parallel computation examples
MATLAB-parallel-computing
- MATLAB并行计算和分布式计算的操作方法。包括Windows系统和Linux系统。-MATLAB parallel computing and distributed computing in both Windows and Linux.
Matlab-parallel-programming
- 《实战Matlab之并行程序设计》一书的程序代码,供大家参考。-《Combatting Matlab Parallel Programming》 program code, for your reference.
Matlab-parallel-and-distributed
- 有关matlab并行以及分布式运算的书籍,适合初学者使用。-About matlab parallel and distributed computing books for beginners to use.
matlab-parallel-computing-programs
- matlab 并行计算的程序与教程,详细介绍了并行程序的设计方法。-matlab parallel computing procedures and tutorials, detailing the design method of parallel programs.
matlab-parallel-computing-liuwei
- 《实战Matlab之并行程序设计》程序代码 刘伟主编-matlab parallel computing
MATLAB-parallel-computing
- 多核计算平台中MATLAB 并行计算,可以以较高的级别在 MATLAB 中执行任务及数据并行算法,而无需为特定的硬件和网络架构编写程序。-MATLAB parallel computing in multi core computing platform can perform tasks and data parallel algorithms in MATLAB, without the need for specific hardware and network architecture.
matlab并行测试
- 测试并发执行效率的测试程序,通过修改参数可以观察任务数量、并行传输数据量、并行子任务计算量对整个并发提升效率的影响。(To test the efficiency of concurrent execution, we can observe the influence of the number of tasks, the amount of parallel data transferred and the amount of parallel subtask computation on