-
sputtering(C-Ti)
说明: 这是一个lammps示例,内容是Ti原子在金刚石基材上的溅射过程。包括了用python写的用于生成Ti原子初始能量的脚本,lammps的输入脚本使用了官方提供的Pylammps接口来。具体的过程见readme文件夹中的readme.md(This is an example of lammps in which Ti atoms are sputtered on a diamond substrate. The script written in Python is used to generate the initial energy of Ti atom. The input script of lammps uses the official pylammps interface. For details, see the readme.md)
- 2020-07-16 10:48:54下载
- 积分:1
-
EMuonline
易语言开发-奇迹1.03H免WEB版本源码MU,内容包含服务端源码、登陆器源码、登陆器生成源码,还有几本的E语言模块,本院吗RK编译可用(Easy language development miracle 1.03H free WEB version of the source code MU, including server source code, source code, source code generation landers landers, and several of the E language module, the RK compiler available)
- 2017-03-26 12:31:50下载
- 积分:1
-
高斯低通滤波器设计与实现
说明: 这是一个包括程序和文档在内的高斯低通滤波器的设计与实现过程,对于滤波器初学者很有用。(This is a prediction program that can realize Arima. The program is labeled and easy to understand.)
- 2020-05-19 16:48:59下载
- 积分:1
-
Visual C# 韩信点兵算法演示源码
韩信点兵是一道古代数学题,内容是:韩信带兵不足百人,三人一行排列多一个,七人一行排列少两个,五人一行排列正好。相关代码:
int a = 0, b = 0, c = 0;//定义变量
for (int i = 1; i < 100; i++)//遍历
{
Math.DivRem(i, 3, out a);//3行一列时取余
Math.DivRem(i, 5, out b);//5行一列时取余
Math.DivRem(i, 7, out c);//7行一列时取余
if (a == 1 && b == 0 && c == 5)//如果3种方式的余数符合要求
{
textBox1.Text = i.ToString();//显示人数
return;
}
- 2022-01-25 14:48:17下载
- 积分:1
-
易语言窗口工具隐藏强度,修改窗口标题,窗口标题,…
易语言窗口工具,可强力隐藏,修改窗口标题,删除窗口标题等,无模块-Yi language window tool hidden strength, modify the window title, window title, such as delete, no module
- 2022-08-25 17:04:46下载
- 积分:1
-
对PRO/E模型文件的清理,清除文件后缀的.1、.2等反映版本的序号,并保留最后的版本。...
对PRO/E模型文件的清理,清除文件后缀的.1、.2等反映版本的序号,并保留最后的版本。-Clean up the Pro/E Part file
- 2022-08-18 06:38:54下载
- 积分:1
-
singlepoint
说明: 全球定位系统单点定位程序,根据N文件和O文件解算地面点的坐标(Global positioning system, single point positioning procedure, in accordance with N documents and O document solver coordinates of ground points)
- 2008-11-16 10:12:50下载
- 积分:1
-
MSP430F261_adc12
msp430F2616 code for ADC12
- 2012-05-11 12:00:31下载
- 积分:1
-
accounts
说明: 用户管理权限项目,使用java实现的版本,内有数据库脚本(User management privilege project, using the version implemented in java, with database scripts)
- 2020-06-16 20:20:01下载
- 积分:1
-
labview通信
labview UDP TCP 通信实例(labview UDP TCP programs)
- 2021-03-17 16:19:21下载
- 积分:1