搜索资源列表
AMG
- 五点差分型多重网格方法:各种插值算子的比较)-Five-point difference-type multi-grid methods: a variety of interpolation operator of comparison)
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
GT4Java
- 该文档为《Globus Toolkit4:java网格服务编程》的过程解读,一直更新中... ...从并行计算的高层服务认识,并深入认识GT的架构从而更加深入的理解网格计算的意义-The document for the " Globus Toolkit4: java programming grid services," the process of interpretation, has been updated in the ... ... from the parall
8-kinds-of--grid-modulator
- 分析当前一些主流网格模拟器(8种),并对它们进行对比和分类,可以为网格系统研究 人员和网格模拟器设计者提供方便。 -Analysis of the current number of primary drift cell simulator (8), and comparing and classifying them, the grid system for researchers and designers to provide convenient grid simulator.
grisim
- 澳大利亚melbourne大学网格计算和分布式系统的网格研究知名教授对gridsim 的详细介绍。其权威性和前沿性对研究者有很大的帮助。-Australia melbourne university grid grid computing and distributed systems research of well-known professor of gridsim details. Forefront of its authority and is very helpful for re
Hadoop-learns
- 正是有了 Doug Cutting 这样的大师级开源者,正是有了无数个为 Hadoo p 贡献力量的开源者们的共同努力,才有了 Hadoop 自诞生时的倍受关注到现在 的倍受瞩目。 Hadoop 从单一应用发展到目前的 Hadoop Ecosystem ,自成一 格的技术体系,叩开了信息爆炸时代的海量数据处理的大门,开辟了海量数据 存 储与计算及其应用的新领地,《 Hadoop 开发者》正是在这样的背景下应运而 生 。-It is precisely because of Dou
cdfTDMA
- Finite Volume Method 流体仿真代码 利用TDMA算法计算二维矩阵 从而计算出二位场内各点的性质 可以通过修改步长和网格大小实现算法研究-A computational fluid dynamics code for determine the property of a two-dimensional plate by using Finite Volume Method. Grid size and time step are free to change in this
gridcomputing
- 网格计算的开发环境介绍及部分源代码,有一定参考价值-the environmental of the grid computing
MAIN_1
- 这是一个关于基于非结构网格有限体积LBM法的并行算法,希望对大家有帮助-This is a parallel algorithm based on LBM unstructured grid finite volume method, we want to help
grid-control-button
- 用MATLAB软件绘制几个图形,栅格控制按钮、编辑框的使用、弹出式菜单。-Draw several graphics using MATLAB software, grid control button, use the edit box, pop-up menu.
ppt264
- 电力系统的可靠性计算问题,使用了蒙特卡洛模拟法建立了微电网数学模型。-Calculation of reliability of the power system, the establishment of a micro-grid mathematical model using Monte Carlo simulation.
ppt5261
- 电力系统的可靠性计算问题,使用了蒙特卡洛模拟法建立了微电网数学模型。-Calculation of reliability of the power system, the establishment of a micro-grid mathematical model using Monte Carlo simulation.
myFirstKernel
- 启动内核--从“myFirstKernel”模板开始。 Part1:使用指针d_a为内核的结果分配设备内存。 Part2:使用1-D的1-D网格来配置和启动内核 线程块。 Part3:让每个线程设置一个d_a的元素,如下所示: idx = blockIdx.x * blockDim.x + threadIdx.x d_a [idx] = 1000 * blockIdx.x + threadIdx.x Part4:将d_a中的结果复制回主机指针h_a。 Part5:验证结果是否正