搜索资源列表
NUM-FDTDVer1.0unix
- 利用不均一分割的FDTD解析程序,为了适应正确表现小型天线的局部部位的细小构造,还有包含电介质材料的电磁场问题而由本研究室开发的解析法。这种解析法可以提高解析效率,并且因为正确表现天线的细小构造,也可以达到提高解析结果精度的目的。-use an uneven division of FDTD analytical procedures, In order to adapt to the correct performance of the local small antenna parts of
psrs_sort
- 经典排序,查找,二叉树相关算法的并行源代码实现并行算法实践,-classical order, locate, Binary Tree parallel correlation algorithm source code parallel algorithms practice,
22-2
- 经典排序,查找,二叉树相关算法的并行源代码实现-classical order, locate, the binary tree algorithms to achieve parallel source code
22-1
- 经典排序,查找,二叉树相关算法的并行源代码实现-classical order, locate, the binary tree algorithms to achieve parallel source code
21-4
- 经典排序,查找,二叉树相关算法的并行源代码实现-classical order, locate, the binary tree algorithms to achieve parallel source code
17-1
- 经典排序,查找,二叉树相关算法的并行源代码实现-classical order, locate, the binary tree algorithms to achieve parallel source code
convhull
- 设平面上n个点为 ,坐标原点为 。可按照下面方法求得包含这n个点的凸多边形。 (1)求最右边点,即x坐标最大点,设为 。 (2) 以 点为中心,在其余 个点中选取与 逆时针旋转角度最小的点,设为 。 (3)再以 点为中心,在其余 个点中选取与 逆时针旋转角度最小的点 。如此类推,直到新选取的点与 点重合为止。设已求得多边形k个点依次为 ,其中第 点与第1点重合。则分别以点 为三角形顶点计算面积并求和即可。 -Let n points in the plane as the
Mars_v2
- GPU实现的MapReduce framework,对于学习并行编程和cuda平台的编程方面有着极好的参考价值,里面附带论文。用户要求有NViDIA显卡,并且安装cuda编程环境。-We design and implement Mars, a MapReduce framework, on graphics processors (GPUs). MapReduce is a distributed programming framework originally proposed by
qcjy
- 按递增次序生成集合M的最小的100个数并输出之。 M的定义为:①1∈M ②X∈M,则2X+1∈M且3X+1∈M; 显然M是一无限集合,M={1,3,4,7,9,。。。}-Generated by the increasing order of the smallest set M and the output of the number 100. M is defined as: ① 1 ∈ M ② X ∈ M, the 2X+1 ∈ M and 3X+1 ∈ M Clearly M is a
kfs-0.3.tar
- 来自startup的垂直搜索引擎http://www.kosmix.com/的开源项目,又一个开源的类似google mapreduce 的分布式文件系统,可以应用在诸如图片存储、搜索引擎、网格计算、数据挖掘这样需要处理大数据量的网络应用中。与hadoop集成得也比较好,这样可以充分利用了hadoop一些现成的功能,基于C++。-Applications that process large volumes of data (such as, search engines, grid compu
pca
- A second-order cone programming based solver for MATLAB
shujupaixu
- 对一组数据进行从大到小或者从小到大的排序,方便以后的操作 -A set of data, from biggest to smallest or from smallest to largest order to facilitate the operation of the future
Laplacetest
- 利用CUDA实现了遥感数字影像处理基本算法中的拉普拉斯算子,并分别实现了采用Globalmemory、Sharedmemory,Texturememory进行数据传输,还同CPU中的串行代码进行了时间比较和误差分析。为了方便在服务器环境下测试运行,我们去掉了在Windows环境下对第三方库遥感影像库GDAL的依赖,而将遥感影像数据转成了二进制图像格式,对于输出影像也以同样的二进制格式存储。图像效果图通过专业遥感软件PCI或通用图像处理软件PhotoshopCS4打开。最后我们对计算结果进行了误差
NDVI
- 利用CUDA实现了遥感数字影像处理基本算法植被指数,并分别实现了采用Globalmemory、Sharedmemory,Texturememory进行数据传输,还同CPU中的串行代码进行了时间比较和误差分析。为了方便在服务器环境下测试运行,我们去掉了在Windows环境下对第三方库遥感影像库GDAL的依赖,而将遥感影像数据转成了二进制图像格式,对于输出影像也以同样的二进制格式存储。图像效果图通过专业遥感软件PCI或通用图像处理软件PhotoshopCS4打开。最后我们对计算结果进行了误差分析和加
Mtrix_minPath
- 求图的任意两点之间最小路径的算法,利用了矩阵乘的原理-Order to map the smallest path between any two points in the algorithm, using the principle of the matrix multiply
119128684fastica
- 很好用的ICA算法,用于盲分离算法,MATLAB代码,-about ICA Using second-order statistics (different time-delay correlation matrix) of non-stationary and structural characteristics of the signal timing can roughly
title1
- 主要是解决了二分法的计算,针对不同的高阶方程,只要有根,就可以并行地将计算出其相应的根的运算,同时效率比一般算法高-Mainly to resolve the dichotomy of the calculation, for different order equation, as long as root, it can be calculated in parallel to the root of its corresponding operator, while higher effi
Pso
- 一种新的并行文化微粒群优化算法,为了避免微粒群优化算法在解决复杂优化问题时陷入局部最优-A new parallel culture particle swarm optimization, in order to avoid particle swarm optimization in solving complex optimization problems into local optimum
determinantcalculation
- 两种算法求解行列式,行列式的阶数可以设定,在C下运行-Two algorithms for solving the determinant,the determinant of the order can be set,to run in C
MPI1Exercises.tar
- Some examples of MPI (Message Passing Interface) in order to understand its use.