-
a good molecular dynamics procedure, it provides a lot of orders for users state...
一个很好的分子动力学程序,它提供了很多命令语句供用户进行建模和计算。-a good molecular dynamics procedure, it provides a lot of orders for users statement modeling and calculation.
- 2022-07-26 18:39:58下载
- 积分:1
-
用蒙特卡洛方法,求解出y=cos(x)/x在给定区间上的定积分值。
用蒙特卡洛方法,求解出y=cos(x)/x在给定区间上的定积分值。-By Monte Carlo method, the y = cos (x)/x in a given interval on the value of the definite integral.
- 2023-08-19 04:35:03下载
- 积分:1
-
最小二乘算法
Fortran实现
比较简单
最小二乘算法
Fortran实现
比较简单-Fortran least-squares algorithm is relatively simple to achieve
- 2022-09-25 21:15:02下载
- 积分:1
-
ACM竞赛的一些搜索剪枝算法的应用,供大家学习
ACM竞赛的一些搜索剪枝算法的应用,供大家学习-ACM search tree
- 2022-08-16 09:52:56下载
- 积分:1
-
计算二维TE波的ADI-FDTD方法的程序
这个是用ADI-FDTD的方法计算二维TE波的源代码。
- 2023-08-16 03:25:03下载
- 积分:1
-
DBSCAN算法
% Function: [class,type]=dbscan(x,k,Eps)
% -------------------------------------------------------------------------
% Aim:
% Clustering the data with Density-Based Scan Algorithm with Noise (DBSCAN)
% -------------------------------------------------------------------------
% Input:
% x - data set (m,n); m-objects, n-variables
% k - number of objects in a neighborhood of an object
% (minimal number of objects considered as a cluster)
% Eps - neighborhood radius, if not known avoid this parameter or put []
% -------------------------------------------------------------------------
% Output:
% class - vector specifying assignment of the i-th object to certain
% cluster (m,1)
% type - vector specifying type of the i-th object
% (core: 1, border: 0, outlier: -1)
- 2022-04-08 08:12:27下载
- 积分:1
-
LANScanner局域网发现活动主机
在很短时间内扫描显示活动主机,可以选择一个网卡尽管一个电脑上安装一个或多个网络接口卡,“扫描”功能应该处理线程,并为主线程发布信息 更新的用户界面,所以这个程序可以比你想象的更快。
- 2022-03-29 17:59:54下载
- 积分:1
-
二叉树的虚拟实现 c语言版
二叉树的虚拟实现 c语言版-binary tree virtual achieve c language version
- 2023-02-03 09:55:03下载
- 积分:1
-
长整数类,数据成员有一个指针,一个整数size,可以存放100位以上整数,可以做加法乘法运算...
长整数类,数据成员有一个指针,一个整数size,可以存放100位以上整数,可以做加法乘法运算-long integer, data members of a pointer, an integer size, can be kept above 100 integer, the additive can do multiplication
- 2023-01-31 02:00:03下载
- 积分:1
-
n皇后问题,亦是经典算法与分析题目,通过回溯的方法,解决此问题...
n皇后问题,亦是经典算法与分析题目,通过回溯的方法,解决此问题-n queens problem, is also a classical algorithms and analysis of the subject, through the back way to solve this problem
- 2022-12-30 04:25:03下载
- 积分:1