-
3D螺旋上升效果
/****************************************************************************
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- 2022-05-13 07:02:29下载
- 积分:1
-
单片机输入法c源代码
纯C语言编写的输入法源代码,主要用于单片机,有需要的可以下载!
使用说明:
拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]);
input_py_val为已输入的拼音码字符串头指针,
反回值为中文的起始地址,当为0时,杳询失败
应用举例:
{
unsigned char input_string[]={"bang"};
unsigned char chines_string[100];
sprintf(chines_string,"%s",py_ime(input_string));
}
- 2023-08-15 12:10:04下载
- 积分:1
-
迭代法阈值分割
图像阈值分割---迭代算法
1.处理流程:
1.为全局阈值选择一个初始估计值T(图像的平均灰度)。
2.用T分割图像。产生两组像素:G1有灰度值大于T的像素组成,G2有小于等于T像素组成。
3.计算G1和G2像素的平均灰度值m1和m2;
4.计算一个新的阈值:T = (m1 + m2) / 2;
5.重复步骤2和4,直到连续迭代中的T值间的差小于一个预定义参数为止。
&
- 2023-02-13 16:40:03下载
- 积分:1
-
车辆路径问题
车辆路径问题的源代码 它是基于TSP经典问题
- 2022-04-17 02:57:39下载
- 积分:1
-
在模式识别中,尤其需要对一些样本进行分类,聚类分析是常用的方法,本程序基于最小最大距离的聚类原则实现对样本的聚类...
在模式识别中,尤其需要对一些样本进行分类,聚类分析是常用的方法,本程序基于最小最大距离的聚类原则实现对样本的聚类-At pattern recognition, in particular a number of samples required for classification, clustering analysis is a commonly used method, the procedure based on the smallest maximum distance of the cluster principle implementation on sample clustering
- 2023-02-23 19:00:03下载
- 积分:1
-
Iterative solution of equations Jacobi Gauss
用迭代法解方程组 Jacobi Gauss-Sedel SOW 超松弛迭代 各种技术的比较 数值实验报告-Iterative solution of equations Jacobi Gauss-Sedel SOW SOR numerical comparison of various techniques Experimental Report
- 2022-04-01 11:32:12下载
- 积分:1
-
Apriori 算法
在 java 应用程序,开发了这个程序。Apriori 算法用来找出频繁项集和支持和最低限度的信心
- 2023-04-14 20:35:03下载
- 积分:1
-
非线性方程牛顿迭代法和数值积分的龙贝格解法
非线性方程牛顿迭代法和数值积分的龙贝格解法-Newton iteration of nonlinear equations and numerical solution of integral Romberg
- 2022-01-28 15:37:35下载
- 积分:1
-
separate speakers detection based on energy calculation
这个函数实现了一个简单的语音检测器。算法是
- 2023-08-09 22:25:03下载
- 积分:1
-
字典学习的图像修复算法
资源描述字典学习的图像修复,使用字典学习的思想,这是现在很流行的一个学习领域,使用Matlab编写,修复效果很好,对学习稀疏表示以及字典学习等等领域都有着一定的帮助,欢迎大家下载,一起进步,一起学习。代码注释详细,可阅读行强,希望大家喜欢,欢迎下载哦。
- 2022-01-25 23:25:45下载
- 积分:1