-
分形几何--用简单构造复杂的艺术。
对图形的放大有两种,一种是光栅放大,放大后图形的边界会产生锯齿;另一种是矢量放大,采用的是关系计算的方法,放大的图形不会...
分形几何--用简单构造复杂的艺术。
对图形的放大有两种,一种是光栅放大,放大后图形的边界会产生锯齿;另一种是矢量放大,采用的是关系计算的方法,放大的图形不会出现锯齿和模糊。基于Julia的方法属于矢量放大,该方法被称为“分形显微镜”。是一个很有用的功能模块。-Fractal geometry- with a simple structure is complicated art. Amplification of the graphics there are two types of grating amplification, the amplified graphics have jagged borders the other is to enlarge the vector used is a method of calculation, to enlarge the graphics will not appear jagged and fuzzy. Julia
- 2022-03-09 10:34:19下载
- 积分:1
-
into binary system
将其他数制转化为二进制-into binary system
- 2022-02-13 13:15:10下载
- 积分:1
-
产生大素数
产生一个大素数并对其进行检验
基本原理:
费尔马小定理:如果p是一个素数 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-28 08:51:04下载
- 积分:1
-
first come first serve
first come first serve
- 2022-01-26 06:50:02下载
- 积分: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
-
A * 算法 Java代码
A * 使用最好先搜索并且发现从给定的初始费用最少的路径节点一个目标节点(一个或多个可能的目标输出)。由于 A * 遍历图,它如下路径的预计总成本最低或距离,保持排序 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-05-16 00:30:02下载
- 积分:1
-
C程序贝塞尔解算
贝塞尔大地问题解算,C程序……包括了贝塞尔大地问题的正算和反算,并且其中有一个自己编写的.h的文件,这个问价能够简化程序……事先准备了一组正确数据来验证程序正确性,如果需要计算其他结果,则修改TXT文件中数据即可。
- 2023-03-11 22:10:04下载
- 积分:1
-
procedure for the preparation of the C
此程序为C语言编写的汉子操作算法-procedure for the preparation of the C-language algorithm man
- 2022-01-25 19:29:08下载
- 积分:1
-
解TSP问题的GA程序
解TSP问题的GA程序-solution of TSP procedures GA
- 2022-02-03 12:42:37下载
- 积分:1
-
多项式的计算
多项式的计算-polynomial calculations. .
- 2022-08-19 22:45:46下载
- 积分:1