资源列表
cif2pos
- 在第一原理计算中,vasp计算的要求输入晶体结构,可以从著名的晶体库中导出cif文件,然后用该程序转换成POSCAR文件输入(In the first principle calculation, the crystal structure is required to be input in VASP calculation. The CIF file can be exported from the famous crystal library, and then converted int
FwUpgrade
- 联咏平台软件下载工具,可用于NT9832x开发板下载fw(Lianyong platform software download tool can be used for nt9832x development board to download FW)
GM工具+注册工具
- 奇迹单机版GM工具(Miracle stand alone GM tool)
OpenGL模拟太阳地球月亮
- OpenGL模拟太阳地球月亮的动画,C++Builder6源码
x2 software
- x2 emv software for free actualy works
ZT598命令集技术手册(C45)(B46.04)
- 证通密码键盘指令集,串口指令集,里面包含了所有的串口指令说明,无需驱动。(Certificated password keyboard instruction set, serial port instruction set)
MT4-EA编写实例分析
- 希望学习EA编程的朋友,可以参考如下我们提供的源码【带注释】,如果你能细心研究掌握此EA的设计逻辑,基本可以入门MQL的实战编程了。(Hope to learn EA programming friends, can refer to the following we provide the source code [with comments], if you can carefully study and master the design logic of this EA, you can
小黑龙量学主图
- 有密码保护的通达信行情软件小黑龙量学主图(The main picture of xiaoheilong's metrology)
飘动动画实例
- C# 飘动的窗体 实例源代码。可以多层。(C # floating form instance source code. It can be multi-layered.)
打印小票
- 基于 C# 开发的打印超市小票 示例源代码。(C # development of printing supermarket ticket example source code)
DORK TOOL PACK
- Dork tools windows tools too search dorks for windows very good tool
SEIR
- 一般的线性方程我们可以用最小二乘来解,一般的非线性方程我们可以用LM来解。 这里是线性微分方程组,所以我们采用最小二乘来解。 关键是构造出最小二乘形式,微分可以通过前后数据差分的方法来求。 不过这里还有一个技巧就是如果数据前后帧间隔过大,可以先插值,再对插值后的数据差分如果实际测量数据抖动过大导致插值后差分明显不能反映实际情况,可以先对数据平滑(拟合或是平均)再求差分。(We can use least squares to solve general linear equat