资源列表
6330.Parallel_713BC8AB
- parallel c# code merge sort and quick sort
java
- //需求分析:写一个成绩管理系统。其中的一个功能是实现成绩录入。要求能根据课程名称在系统里找到学生和课程信息;在结果区域中添加成绩。 //规则:要求对输入成绩的操作要有有效性检验。成绩只接受大于0且小于100的数字;同一记录不能反复提交;当点击“提交”,告知用户操作是否成功,并给出相应信息;课程名下拉列表中的课程列表根据数据库中的课程表,自动生成。-//Demand analysis: write a performance management system. One of thes
layersun
- 计算不连续性界面 考虑分离情况 研究接触问题-Calculated discontinuity interface to consider the problem of the separation of the case studies contact
mop_5_27_modified_a
- 用改进蚁群算法求解一类连续空间优化问题的matlab实现-improved ant colony algorithm for solving a class of continuous space optimization problems achieving Matlab
matmul.tar
- 矩阵乘法的多线程并行实现,包括:simple,采用openmp对索引顺序ijk(一般写法)的循环实现并行;opt,采用openmp对索引顺序ikj(向量化友好)的循环实现并行;mkl,调用高性能数学库实现矩阵乘法。(Multi-thread parallelization of matrix-matrix multiplication: "simple" case, ijk loop (usual pattern); "opt" case, ikj (ve
Mutilayer
- 通过传递矩阵理论计算多层膜结构的反射及透射率(Calculation of reflection and transmittance of multilayer structures by transfer matrix theory)
CNT
- 产生用于lammps计算的碳纳米管data文件(Generate the data file used for lammps computations)
MS-MD脚本
- MS分子动力学计算perl脚本,实现结构优化等功能(materials studio Perl scr ipt for molecular dynamics calculations)
pradiso
- 利用Fortran中自带的Pardiso库函数解决稀疏矩阵,其利用CSR格式储存数据(附带例子)(The Pardiso library function in Fortran is used to solve the sparse matrix, which stores data in CSR format (with examples))
罚函数
- 利用罚函数计算min X1^2+X2^2 s.t. 2X1-X2≤7 X1^2+3X2^2=2(Penalty function calculation)
code
- 平行计算课程,并行程序转置矩阵,使用3种方法:线性转置,块棋盘划分,直角划分法(Parallel computing course, parallel program transpose matrix, using three methods: linear transpose, block chessboard division, right angle division)
pthread多线程求pi
- 并行计算pthread多线程求pi的三种方法,编译后在命令行后输入线程数以及计算规模n运行(Three ways of pthread multithreading for pi)