-
行计数器
你曾经想要计算您的代码在 C 或 c + + 没有评注中的行和空行,好有了这个程序,你可以做到。请随意投票或活着一些评论,它将非常感激 !
- 2023-04-27 05:20:03下载
- 积分:1
-
八皇后问题
八皇后问题
- 2022-02-04 04:21:05下载
- 积分:1
-
最新模拟图书馆算法
最新模拟图书馆算法-latest simulation algorithm library
- 2022-08-11 00:27:04下载
- 积分:1
-
STC51单片机点阵频谱程序
使用STC12C5A60S2控制,32*64红绿双色点阵屏显示,使用128点FFT算法,ADC0832采集音频信号,产生的频谱显示到点阵屏上,外加功放播放音乐
- 2022-03-17 02:31:11下载
- 积分:1
-
Dijkstra算法
资源描述
给定一张带权有向图和图中任意两个顶点,用Dijkstra算法求出这两个顶点之间的一条最短路径。
- 2022-03-06 09:58:55下载
- 积分:1
-
队列和堆栈执行
执行数据结构栈和队列上一个几乎无限的向量。代码显示了如何你要插入和删除元素从堆栈或队列。此外,提出了使用继承和多态性。
- 2023-06-03 01:45:03下载
- 积分:1
-
PLS 的人脸识别
这个 matlab 文件是关于人脸识别的源程序。人脸识别方法是偏最小二乘法,简称 "PLS"。识别率可达 92%与我们脸样本。源文件中载有详细的注解,帮助读者理解算法原理。读者请尊重于 author 的艰苦的工作,并且不要不要将它用于商业。感谢您下载和阅读我的脸识别 matlab 文件。希望你有良好的阅读杂志,从我的工作得到很大的帮助。
- 2022-07-21 10:32:39下载
- 积分:1
-
Was established based on moving least square (Moving Least
建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲
面拟合方法 这种方法对传统的最小二乘(LS)法的作了比较大的改进 使生成的曲线曲面具
有精度高 光滑性好等许多优点 详细介绍了移动最小二乘法的原理 应用和特点 并且给
出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程 最后给出了曲线拟合和空间散
乱数据曲面拟合算例 将拟合结果与最小二乘拟合结果作了比较 分析了 MLS 拟合曲线曲
面的光滑性和拟合质量 表明了该方法的优越性和有效性-Was established based on moving least square (Moving Least-Squares MLS) method of this curve and surface fitting method to the traditional method of least squares (LS) method was relatively large improvements to make the generated curves and surfaces with a precision of High smoothness, good detail, and many other advantages of the principle of least-squares method for mobile applications and features and gives the least-squares method using the mobile curve and surface fitting procedure design process Finally, curve fitting and spatial scattered data surface to be cost-effective cases of the results of the fitting results are compared with the least-squares fitting analysis of MLS fitting curves and surfaces smooth and fitting quality demon
- 2023-02-17 12:50:04下载
- 积分:1
-
该界面可以通过MATLAB命令提示符下进入新用。用户可以。
This GUI can be used by entering nu at the MATLAB command prompt. The user can either select a function (f(x)) of their choice or a statistical distribution probability distribution function to plot over a user defined range. The function s integral can be evaluated over a user defined range by using: The composite trapezium, simpsons and gauss-legendre rules. This is useful for calculating accurate probabilities that one might see in statistical tables.
- 2022-02-10 10:26:40下载
- 积分:1
-
2.时间序列分析
1.二分查找
适用条件:查找序列已经有序
int binarysearch(int a[], int n, int x)
{
int left, right, center;
left = 0;
right = n - 1;
- 2022-03-05 08:28:07下载
- 积分:1