搜索资源列表
j_12793_jsphi_notepad
- 简介:程序简介: 一个简单的记事本 可以标记5种主题的颜色 并采用txt存储数据 CSS无图片美化 只有一个页面 并可以任意修改.jsp前的名字 -Introduction: About the procedure: a simple marker Notepad can be the subject of five kinds of colors and the use of stored data txt landscaping CSS no picture th
Matrixmultiplication
- 矩阵乘法并行算法的MPI源程序,以文本文件形式输入输出-MPI parallel algorithm source code of Matrix multiplication,input and output in the form of txt files
ExcelREport
- 用Delphi实现的Excel报表,内附说明-Excel report with delphi ,view*.txt please
Matrix
- Dataset for my MPI clustering implementation. Matrix.txt - sparse matrix of all terms Matrix.txt.membership - clustering results Matrix.txt.cluster_centres - cluster centers
GetData
- 从磁盘中的txt文件中读取数据,并对数据进行均方根计算,并进行粗大误差剔除-Txt file from the disk to read data, and calculated the root mean square data, and the gross error removed
Professional-Multicore-Programming
- 国外编写的C++多核高级编程源码,源码有部分为txt文件复制的。-" C++ multicore high-level programming source code, source code written abroad txt file copy.
readwrite
- 这个c程序是用来求解一个txt数据文档中n列数据的平均值-This procedure is used to solve the mean c a n txt data files column data
BPOPenMP
- BP算法的多核并行研究,输入输出txt文件内容保密,不能上传,大家根据代码自己加数据很简单。环境vs2010,技术openmp-BP algorithm of multi-core parallel study, input and output TXT file content confidential, can t upload, according to the code and data is very simple. Openmp vs2010 environment, technol
MPI
- MPI并行实现矩阵相乘,结果输出到txt文件中,可成功运行-MPI parallel implementation of matrix multiplication algorithm, the results of the txt file, can be successfully run.
FFT
- GPU 实现FFT,包括读取txt文件至内存中实现,实现结果后,将结果以txt文件的格式保存。-After the GPU to realize FFT, including memory read txt file to achieve, achieve results, the results will be saved in txt file format.
opencl资料
- opencl 资料,包含OpenCL异构并行计算 原理、机制与优化实践随书源码.txt,OPENCL异构计算.pdf,OpenCL中文教程.pdf(OpenCL data, including the principle of OpenCL heterogeneous parallel computing, mechanism and Optimization Practice with the book source code.Txt, OPENCL heterogeneous computi
Jacobi
- 线性方程组Jacobi迭代的并行计算程序,数据文件是A*x=b,A是4阶方阵的算例。(A*x=b, Jacobi, In Data.txt the Matrix is 4*4)