登录
首页 » Perl » xLink

xLink

于 2021-04-23 发布
0 454
下载积分: 1 下载次数: 8

代码说明:

说明:  实现环氧树脂交联,设定交联度,并统计不同交联度的结构,密度,能量等(Achieve the epoxy resin crosslinking, set the crosslinking degree, and count the structure, density and energy of different crosslinking degree)

文件列表:

User Menu.xml, 2011 , 2015-09-04
xLink.pl, 61153 , 2015-09-04
Oligomers\DGEBA.xsd, 25650 , 2013-12-12
Oligomers\DGEBF.xsd, 24313 , 2013-12-12
SampleInputs\DGEBAx32_13BDx32.xsd, 1203810 , 2014-01-28
SampleInputs\DGEBFx64_TETAx32.xsd, 1878222 , 2013-12-18
SampleOutputs\DGEBAx32_44DDSx32_98%.xsd, 1656937 , 2014-01-28
Xlinkers\1,3-benzenediamine.xsd, 12087 , 2013-12-12
Xlinkers\3
,3-diaminodiphenyl sulfone.xsd, 20010 , 2013-12-18
Xlinkers\4
,4-diaminodiphenyl sulfone.xsd, 20366 , 2013-12-18
Xlinkers\TETA.xsd, 16227 , 2013-12-12
Usage Guide.pdf, 325373 , 2015-09-04

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • final
    基于C语言的MPICH程序,实现矩阵相乘(C-based MPICH program, to achieve matrix multiplication)
    2011-12-16 14:10:39下载
    积分:1
  • cuda-nbody
    说明:  N体问题,它是指在已知N个物体的初始位置、速度和质量的情况下,在牛顿经典力学情况下研究它们的运动,包括轨迹预测等。(Back to the specific N-body problem, it refers to the study of the motion of n-bodies in Newtonian classical mechanics, including trajectory prediction, when the initial position, velocity and mass of n-bodies are known.)
    2021-03-28 17:49:11下载
    积分:1
  • 突变检验
    可以检测出气候的异常值,从而进行分析极端气候事件。(The outliers of climate can be detected and analyzed.)
    2018-04-08 20:09:12下载
    积分:1
  • Hadoop的相关资料
    能让大家更好的理解Hadoop Map Reduce的内容,并讲解如何安装hadoop,如何在Linux环境下配置Hadoop和ssh等,以及Hadoop等在大数据处理方面的应用。
    2022-02-04 06:07:18下载
    积分:1
  • Oxford__Parallel-Scientific-Computation
    This book is for students and researchers who are interested in scientific computation. The book has a dual purpose: first, it is a textbook for a course on parallel scientific computation. Second, the book is a source of example parallel algorithms and programs for computational physicists and chemists, and for other computational scientists who are eager to get a quick start in parallel computing and want to learn a structured approach to writing parallel programs.
    2011-12-19 21:59:29下载
    积分:1
  • fpga vga 控制器设
    我听说很多积极的反馈,从几个星期我们回来的统合 NERP FPGA 车间。一些人问我要去我们做两个演示的 Verilog 邮编。我添加了评论到 Verilog 文件试图清理我们顺利挺进避免纯粹把这变成 Verilog 类的东西很多。最有用的评论将在 VGA 控制器模块我们 wrote:vga640x480.v。不管怎么说,所有所需的项目文件,合成我们写的逻辑都在这里:我听说很多积极的反馈,从几个星期我们回来的统合 NERP FPGA 车间。一些人问我要去我们做两个演示的 Verilog 邮编。我添加了评论到 Verilog 文件试图清理我们顺利挺进避免纯粹把这变成 Verilog 类的东西很多。最有用的评论将在 VGA 控制器模块我们 wrote:vga640x480.v。不管怎么说,所有所需的项目文件,合成我们写的逻辑都在这里:
    2022-03-23 00:30:18下载
    积分:1
  • cuda实现矩阵求逆
    此程序包的矩阵求逆函数基于 CUDA 的实现包含对称的积极明确逆矩阵使用 GPU。用法,请参阅 testspd.cpp 中的示例。此外,一般块矩阵求逆通过高斯(pivotting) 没有消除。请参阅 testge.cpp 例如使用。注: GE 可能无法在单精度足够稳定。请参阅生成文件更改为双精度。
    2022-07-16 13:09:40下载
    积分:1
  • 1
    说明:  插值算法和拟合的matlab程序,很有用的!(Interpolation algorithm and matlab fitting procedures, very useful!)
    2007-12-07 12:53:13下载
    积分:1
  • 同构DVS集群中基于自适应阈值的任务节能调度
    资源描述目前,高能效的并行任务调度算法设计已经成为集群系统的研究热点.现有基于复制的节能调度算法主要利用阈值平衡系统的性能和能耗,但随机设置的阈值无法根据性能需求和环境参数等特征自动调节,导致调度算法存在一定的局限性.文中提出一种面向同构集群系统的两阶段节能调度算法ATES(Adaptive Threshold-based Energy-efficient Scheduling).首先,设计一种基于自适应阈值的任务复制策略,该策略能够自动计算最佳阈值,利用该阈值获取近似最优的任务分组.然后,将各分组任务调度到支持DVS的处理器上,并充分利用任务之间的空闲时间降低处理器电压.该算法将任务复制策略与电压调节技术有机结合,在调度过程中能够自动调整阈值,有效提高调度算法的能效.为了验证ATES算法的合理性,通过典型应用进行仿真实验,并与常见任务调度算法进行比较,结果表明ATES算法能够更好地实现性能和能耗之间的平衡.
    2022-04-25 05:27:51下载
    积分:1
  • NVIDIA_CUDA_1
    cuda资料,对于并行编程很有帮助!该资料描述了cuda的基本信息,以及重要的步骤,让您逐渐上手,轻松掌握cuda并行编程。(cuda information useful for parallel programming! The information describes the cuda s basic information, as well as an important step, so that gradually you get started, easy to master parallel programming cuda.)
    2020-12-11 21:39:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载