-
The use of C++ Realize the Graham scan method (for solving convex hull problems)...
使用C++实现的Graham扫描法(求解凸包问题),可设置生成随机点的个数、样式,同时支持设置显示范围、显示算法处理时间及使用文件导入导出点等功能。(文件格式为,头四个字节是点的个数,以后分别是各个点的x坐标和y坐标,每个数值均占4字节)。-The use of C++ Realize the Graham scan method (for solving convex hull problems), can be set to generate a random number of points, patterns, and at the same time to support the set display range, display algorithm processing time and the use of document features such as import and export points. (File format for the first four bytes is the number of points, after all points are x coordinates and y coordinates, each account for 4-byte value).
- 2022-02-04 23:48:30下载
- 积分:1
-
国产stc89c51对应矩阵键盘
资源描述在键盘中按键数量较多时,为了减少I/O口的占用,通常将按键排列成矩阵形式。在矩阵式键盘中,每条水平线和垂直线在交叉处不直接连通,而是通过一个按键加以连接。这样,一个端口(如P1口)就可以构成4*4=16个按键,比之直接将端口线用于键盘多出了一倍,而且线数越多,区别越明显,比如再多加一条线就可以构成20键的键盘,而直接用端口线则只能多出一键(9键)。
- 2022-10-02 19:00:03下载
- 积分:1
-
人脸特征点检测
运用机器学习算法实现人脸特征点的自动定位,可用于人脸识别,表情识别等领域。
- 2023-08-06 02:25:06下载
- 积分:1
-
跳棋编程初始
此代码为初始之VC之代码 喜欢此游戏的人可以下载来进行加工的动作 完全可运行在一般的Windows环境里面 但其余的环境则不保证能成功运行
- 2022-03-11 14:41:49下载
- 积分:1
-
信号相位匹配原理的正弦信号参数的最小二乘估计
信号相位匹配原理的正弦信号参数的最小二乘估计-Parameter estimation of sinusoidal signals by using principle of signal matched-phase
- 2022-06-03 13:30:00下载
- 积分:1
-
解TSP问题的GA程序
解TSP问题的GA程序-solution of TSP procedures GA
- 2022-02-03 12:42:37下载
- 积分:1
-
c/c++编写的一个日历程序
是c/c++编写的一个算法程序,在VC6.0里执行该程序之后,会显示年月日,并且该年月日是当天的时间,对于c/c++的编写有一定的参考性,可以以此为基础进行其他程序的移植。
- 2022-09-14 16:15:03下载
- 积分:1
-
数据挖掘是信息产业界近年来非常热门的研究方向,聚类分析是数据挖掘中的核心技术。本文对数据挖掘领域的聚类分析方法及代表算法进行分析,并从多个方面对这些算法性能进行...
数据挖掘是信息产业界近年来非常热门的研究方向,聚类分析是数据挖掘中的核心技术。本文对数据挖掘领域的聚类分析方法及代表算法进行分析,并从多个方面对这些算法性能进行比较,同时还对聚类分析在数据挖掘中的几个应用进行了阐述。-Data Mining is the IT industry is very popular in recent years the direction of the research, cluster analysis is data mining in the core technology. In this paper, the field of data mining methods and the representative of cluster analysis algorithm analysis, and from several aspects of these algorithms to compare the performance, but also on the cluster analysis of data mining in several applications are described.
- 2022-03-12 05:41:12下载
- 积分:1
-
一个对点列进行线性拟合的例子
一个对点列进行线性拟合的例子-Points out a linear fitting example
- 2022-04-08 01:57:42下载
- 积分:1
-
right signals Calculus, the digital signal processing friends may often be used....
对信号进行微积分,做数字信号处理的朋友可能常会用到。 这是前几天写的一个简单的微积分函数。请多指正。-right signals Calculus, the digital signal processing friends may often be used. This is written a few days before a simple calculus functions. Please correct.
- 2022-04-11 21:12:21下载
- 积分:1