-
A relatively simple calculator, the basic completion of the real functions of ad...
一个比较简单的计算器,基本完成了实数的加减乘除的功能,还有取负号,开方,倒数,清除等功能.-A relatively simple calculator, the basic completion of the real functions of addition and subtraction, multiplication and division, as well as from a negative number, prescription, countdown, removing and other functions.
- 2023-05-08 21:50:03下载
- 积分:1
-
add two number
int main()
- 2022-02-25 10:33:05下载
- 积分:1
-
Lagrangian algorithm implementation
拉格朗日算法的实现-Lagrangian algorithm implementation
- 2023-05-15 03:25: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
-
ACM拓扑排序
题目描述
假设给我们一个任意的图,它可能是也可能不是DAG(有向无圈图),推广拓扑排序算法,以使得给定有向图G的输入,它的输出是以下两者之一:
(a) 一个拓扑排序,于是确定了G为DAG;
或者
(b) G中的一个圈,于是确定了G不是DAG.
注意到输出的解可能不是唯一的,输出任意一个答案即可。
输入
第一行两个数n,m,代表节点数和边数
m行,每行两个数代表一条有向边
测试数据范围:(1
- 2023-01-22 18:30:04下载
- 积分:1
-
An optimization method introduction courseware, in great detail. From the simple...
一个介绍最优化方法课件,很详细。从最简单的一维搜索到共轭梯度,最速下降法等等,都有说明-An optimization method introduction courseware, in great detail. From the simplest one-dimensional search to the conjugate gradient, steepest descent method, etc., all indicate
- 2022-02-16 03:56:12下载
- 积分:1
-
本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点
本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点
-This procedure applies to solution of the form f (x) = 1/2* x" Ax+ bx+ c quadratic function of the stable point
- 2023-06-20 20:15:02下载
- 积分:1
-
快速正弦变换和余弦变换
快速正弦变换和余弦变换-rapid transformation sine and cosine transform
- 2022-04-25 17:04:39下载
- 积分:1
-
Huffman Algorithm develop by C
Huffman Algorithm develop by C-Huffman Algorithm develop by C++
- 2022-12-25 01:50:03下载
- 积分:1
-
话音激活检测
主要用于语音编码算法中的话音激活检测 区分有效语音段和非语音段 提高编码速率并改善语音质量
- 2022-07-13 14:59:27下载
- 积分:1