-
对数组进行排序,冒泡,插入,选择等等。生成随机数
对数组进行排序,冒泡,插入,选择等等。生成随机数-Right array bubble, selection, insertion sort, etc.
- 2022-07-05 04:25:51下载
- 积分:1
-
STL文件快速分层方法
提出了一种新的STL文件快速分层方法,其首先建立分层平面坐标的散列表,然后根据三角面片坐标值快速查找散列表,得到与三角面片存在交点的分层平面,然后直接用此分层平面与三角面片求交得到截交线。此方法在分层过程中每个三角面片只被查找一次,且不需对读入的三角面片建立复杂的拓扑结构。本文提到的分层算法得到的结果可很好地应用于基于STL模型的环切数控加工中。
- 2022-06-26 13:38:02下载
- 积分:1
-
matlab 高斯—赛德尔迭代法+稳态导热
迭代法:
clear
x1(1)=0;x2(1)=0;x3(1)=0;k=1;
for k=1:100;
x1(k+1)=0.5*(500+x2(k));
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-18 19:05:24下载
- 积分:1
-
GUASS算法的列主元消去法
GUASS算法的列主元消去法-GUASS algorithm out PCA Elimination
- 2022-05-10 12:39:54下载
- 积分:1
-
这是一个用VC实现在数据结构课程中比较经典的应用的一项式运算的程序.这个也测试通过.应该没有任何问题....
这是一个用VC实现在数据结构课程中比较经典的应用的一项式运算的程序.这个也测试通过.应该没有任何问题.-with VC data structure courses in the more classic use of a Type Operational procedures. This is also the test. Should be no problem.
- 2022-02-12 08:16:30下载
- 积分:1
-
sirt算法
% Syntax: x=sirt(A,b,tolx,maxiter)
%
% Inputs:
% A = Constraint matrix. A=一个约束矩阵
% b = right hand side. b=右边
% tolx = Terminate when the relative diff between tolx=终止时,两次迭代之间的相对差异小于tolx。
% two iterations is less than tolx.
% maxiter = Stop after maxiter iterations. maxiter=停止迭代后
%
% Outputs:
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-06 13:18:49下载
- 积分:1
-
精通Matlab综合辅导与指南
精通Matlab综合辅导与指南-proficient Matlab comprehensive counseling and guidance
- 2022-01-21 05:41:20下载
- 积分:1
-
超级C语言小游戏,转的
超级C语言小游戏,转的-small games, the switch
- 2022-06-27 22:06:58下载
- 积分:1
-
经典谱估计
本源代码实现了经典谱估计,可以进行周期图估计,BT谱估计,平均周期图估计
- 2022-04-01 03:23:15下载
- 积分:1
-
SURF算法
应用背景 It approximates or even outperforms previously proposed schemes with respect to repeatability, distinctiveness, and robustness, yet can be computed and compared much faster.关键技术This is achieved by relying on integral images for image convolutions; by
building on the strengths of the leading existing detectors and descriptors
(in casu, using a Hessian matrix-based measure for the detector, and a
distribution-based descriptor); and by simplifying these methods to the
essential.
- 2023-07-28 12:25:06下载
- 积分:1