-
Statistics module C++ Source can be used to calculate the statistics.
统计模块的 C++源程序 ,可以用来计算统计数据. -Statistics module C++ Source can be used to calculate the statistics.
- 2023-04-13 04:10:03下载
- 积分:1
-
asdasdasdasdasd
asdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdd
- 2023-05-06 23:00:03下载
- 积分:1
-
photonic crystals used to calculate the band structure of the program, FORTRAN p...
用来计算光子晶体能带结构的程序,用fortran编写,效果不错。-photonic crystals used to calculate the band structure of the program, FORTRAN prepared effectiveness.
- 2023-01-24 08:40:03下载
- 积分:1
-
关联规则实现
实现关联规则算法,利用Apriori算法寻找频繁项集,再根据支持度剔除不符合需求的频繁项集,直到找到最大的频繁项集,即K项集,再根据置信度,确定强关联规则,最终得到我们事务集之间的关系,从而进行下一步的分析。
- 2022-08-09 05:46:33下载
- 积分:1
-
贪吃蛇算法题
应用背景某个公司的面试题,贪吃蛇,用动态规划求解最佳路径。蛇从屏幕左端走到右边,经过格子可以得分,求最大得分关键技术动态规划,DP。一列一列的递归,右边一列的值取决于左边一列的值,从左到右最后获得全局解。
- 2022-02-05 16:24:21下载
- 积分:1
-
C++经典数值算法源码
包括多个经典的数值算法
C++经典数值算法源码
包括多个经典的数值算法-C++ Classical numerical algorithm source code, including a number of classical numerical algorithm
- 2022-03-09 14:59:29下载
- 积分:1
-
幻方计算器 (大于1)
幻方计算器 (大于1)-Magic Square Calculator (> 1)
- 2022-07-27 22:27:06下载
- 积分:1
-
用于多个离散点拟合光滑曲线的,优化了追赶法,这个例子适用于闭合和不闭合两种情况。当时由于工程情况,写的急,代码不好看,但是很好用。为了方便传递参数,我做了一个链...
用于多个离散点拟合光滑曲线的,优化了追赶法,这个例子适用于闭合和不闭合两种情况。当时由于工程情况,写的急,代码不好看,但是很好用。为了方便传递参数,我做了一个链表,用时候根据自己情况可以修改,核心算法不动即可。-point for a number of discrete smooth curve fitting, and optimized to catch up with the law applicable to this case is not closed and the closure of two. At that time, because the situation, was the most aggressive, the code does not look good, but good use. To facilitate the transmission parameters, I have done a linked list, when used according to its own circumstances can change, the core algorithm can be fixed.
- 2022-03-17 18:50:28下载
- 积分:1
-
使用正交多项式完成数据拟合。程序对读入的gps采样点完成曲线拟合。...
使用正交多项式完成数据拟合。程序对读入的gps采样点完成曲线拟合。
- 2023-08-25 18:15:02下载
- 积分:1
-
手势识别
应用背景通过调用摄像头,可以实时的检测视频中手势,并判断手势的相应信息。给出不同的手势形状作为不同的手势信息,比如手掌撑开为“5”,握拳为“0”,本代码一共做出来“0”、“1”、“2”、“3”、“4“、“5”、”6“、”7“、”8“、”9“共10中类型关键技术将采集到的图像颜色空间转化,RGB->YCrCb通道,再将Y、Cr、Cb三通道颜色分离,通过肤色在不同颜色空间阈值不同,对人体肤色进行阈值分割,通过中值滤波和高斯滤波、腐蚀膨胀等手段,消除图像在噪声,再通过周积比概念,分离出手个脸的区域,设定ROI区域,通过圈出手所在区域,通过模板匹配,计算手势的相识度,进而找到当前手势的信息。
- 2022-08-14 02:37:58下载
- 积分:1