登录
首页 » LINUX » VASP-Utilities-master

VASP-Utilities-master

于 2020-04-07 发布
0 200
下载积分: 1 下载次数: 0

代码说明:

说明:  UTILITEUR VASP POUR LE CALCUL DES PHONONS

文件列表:

VASP-Utilities-master, 0 , 2017-10-20
VASP-Utilities-master\.gitignore, 32 , 2017-10-20
VASP-Utilities-master\README.md, 4162 , 2017-10-20
VASP-Utilities-master\checkforce, 3752 , 2017-10-20
VASP-Utilities-master\checkmag.py, 817 , 2017-10-20
VASP-Utilities-master\checkmurn, 151 , 2017-10-20
VASP-Utilities-master\get_potcar_list.py, 1358 , 2017-10-20
VASP-Utilities-master\mkmurn, 1566 , 2017-10-20
VASP-Utilities-master\mkpotcar, 519 , 2017-10-20
VASP-Utilities-master\mkpotcar.py, 1056 , 2017-10-20
VASP-Utilities-master\mktrajectory, 1079 , 2017-10-20
VASP-Utilities-master\murncalc, 367 , 2017-10-20

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

发表评论

0 个回复

  • isee_code01231
    一个类似ACDSee的看图工具,可以察看很多种格式的图形文件。由ISee开发组提供(ACDSee pictures of a similar tool, you can see a variety of graphics file formats. ISee provided by the development team)
    2020-06-26 12:00:02下载
    积分:1
  • lhj_shuibiaozhizhengshibie
    水表指针识别系统,能够从外部导入任何一个bmp图像,最好是水表图,能够对该图形操作并读出图中水表的度数 (meter target identification system from the outside into any one bmp image, preferably meter map, Graphics to be able to operate and read out the map meter reading)
    2007-06-21 20:57:09下载
    积分:1
  • Histogram
    说明:  图像处理;直方图;matlab自带函数和自己写的函数(Image processing; histogram; MATLAB functions and their own written functions)
    2020-09-04 09:57:59下载
    积分:1
  • gui界面
    说明:  利用matlab的gui设计的带有输入和输出功能的界面图形,可视性很强,学习非常值得(The interface graphics with input and output functions designed by GUI of MATLAB have strong visibility and worth learning.)
    2020-06-19 18:20:01下载
    积分:1
  • 颜色识别
    stm32识别颜色的算法程序源代码,对于不同颜色的识别准确率极高(STM32 color recognition algorithm program source code)
    2020-09-01 11:08:08下载
    积分:1
  • 1
    说明:   奇怪的分式 上小学的时候,小明经常自己发明新算法。一次,老师出的题目是: 1/4 乘以 8/5 小明居然把分子拼接在一起,分母拼接在一起,答案是:18/45 (参见图1.png) 老师刚想批评他,转念一想,这个答案凑巧也对啊,真是见鬼! 对于分子、分母都是 1~9 中的一位数的情况,还有哪些算式可以这样计算呢? 显然,交换分子分母后,例如:4/1 乘以 5/8 是满足要求的,这算做不同的算式。 但对于分子分母相同的情况,2/2 乘以 3/3 这样的类型太多了,不在计数之列!,四个四个数不同 请写出所有不同算式的个数(包括题中举例的)。 思路:循环遍历。 dfs c++(dfs c++)
    2016-03-21 22:17:14下载
    积分:1
  • 能量检测法源代码
    能量检测法是一种比较简单的信号检测方法[1], 属于信号的非相干的检测, 直接对时域信号采样值求模,然后平方即可得到;或利用FFT转换到频域,然后对频域信号求模平方也可得到。它无需知道检测信号的任何先验知识,对信号类型也不作限制。 实际上,能量检测是在一定频带范围内作能量积累,如果积累的能量高于一 定的门限,则说明信号的存在;如果低于一定的门限,则说明仅有噪声。能量检 测的出发点是信号加噪声的能量大于噪声的能量。能量检测方法对信号没有作任何假设,是一种盲检算法。 此代码“利用FFT转换到频域,然后对频域信号求模平方”方法来实现对用户的检测。(In fact, energy detection is used for energy accumulation in a certain frequency range. If the accumulated energy is higher than a certain threshold, the existence of the signal is indicated. If the threshold is lower than the threshold, then only noise is indicated. The starting point of energy detection is that the energy of signal plus noise is greater than that of noise. The energy detection method does not make any assumptions about the signal, and it is a blind detection algorithm. This code "converts the frequency domain into the frequency domain by FFT, then calculates the square of the square of the frequency domain signal" to realize the detection of the user.)
    2021-04-29 16:18:42下载
    积分:1
  • PCA
    主成分分析 ( Principal Component Analysis , PCA )或者主元分析。是一种掌握事物主要矛盾的统计分析方法,它可以从多元事物中解析出主要影响因素,揭示事物的本质,简化复杂的问题。计算主成分的目的是将高维数据投影到较低维空间。给定 n 个变量的 m 个观察值,形成一个 n ′ m 的数据矩阵, n 通常比较大。对于一个由多个变量描述的复杂事物,人们难以认识,那么是否可以抓住事物主要方面进行重点分析呢?如果事物的主要方面刚好体现在几个主要变量上,我们只需要将这几个变量分离出来,进行详细分析。但是,在一般情况下,并不能直接找出这样的关键变量。这时我们可以用原有变量的线性组合来表示事物的主要方面, PCA 就是这样一种分析方法。(Principal component analysis (Principal Component Analysis, PCA) or PCA. Is a statistical method to grasp the principal contradiction of things, it can be resolved diverse things out the main factors, revealing the essence of things, simplifying complex problems. The purpose of calculating the main component of high-dimensional data is projected to a lower dimensional space. Given n variables of m observations, forming an n ' m of the data matrix, n is usually large. For a complex matters described by several variables, it is difficult to know, so if you can grab something to focus on key aspects of analysis? If the main aspects of things just reflected on several key variables, we only need to separate out these few variables, for detailed analysis. However, in general, does not directly identify this critical variables. Then we can represent the major aspects of things with a linear combination of the original variables, PCA is one such analysis.)
    2021-01-28 21:48:40下载
    积分:1
  • Maths_AverageFilter
    适合初学者的dsp图像程序,均值滤波程序、代码(Program for beginners DSP image, average filtering program, code)
    2015-05-20 16:41:12下载
    积分:1
  • qulv
    根据曲率求图像分割的方法,可以在matlab下运行。(According to the curvature of the methods for image segmentation, you can run.)
    2009-03-15 12:35:47下载
    积分:1
  • 696516资源总数
  • 106641会员总数
  • 4今日下载