-
人脸识别算法及演示
人脸识别,是基于人的脸部特征信息进行身份识别的一种生物识别技术。用摄像机或摄像头采集含有人脸的图像或视频流,并自动在图像中检测和跟踪人脸,进而对检测到的人脸进行脸部的一系列相关技术,通常也叫做人像识别、面部识别。
- 2023-06-15 15:45:09下载
- 积分:1
-
It s a simple Parser That calculates mathematic operations.You give an input and...
It s a simple Parser That calculates mathematic operations.You give an input and it starts the calculation by showing you the parsing operation in real-time.
- 2022-10-05 22:30:02下载
- 积分:1
-
边缘 betweenness 核心地位
你好。
我需要 向边缘 betweenness 核心算法在 matlab 中。
- 2022-01-21 23:53:52下载
- 积分:1
-
基于统计的关键词提取算法实现(使用TF-IDF算法)
使用TF-IDF算法实现基于统计的关键词提取算法实现。使用IKAnalyzer分词器,使用之前需要自己添加相应的jar包。可以找到指定文件夹下的每一篇文件中的关键词,并选取结果排在前5个的词进行显示。可以自己更换指定文件夹,以及输出关键词的个数。
- 2022-02-13 15:43:22下载
- 积分:1
-
求逆矩阵
求逆矩阵--solution for inverse matrix
- 2022-06-15 22:40:50下载
- 积分:1
-
C语言实现sm2/sm3/sm4
国密SM2、SM3、SM4算法源码,有从事银行安全方面的朋友或者对国密算法感兴趣的朋友可以下载研究一下。
- 2023-02-18 19:25:03下载
- 积分:1
-
牛顿向前插值法,完全自己编的,可以在X表的范围内任意输入一个值,代码挺好的...
牛顿向前插值法,完全自己编的,可以在X表的范围内任意输入一个值,代码挺好的-Newton forward interpolation method, fully developed, the X within the context of an arbitrary input value, the code is very good
- 2022-04-28 22:20:33下载
- 积分:1
-
Using NLJ random search method to identify a method that the state of the nonlin...
采用NLJ随机搜索的方法辨识一个以状态方法表示的非线性系统。选其初值 a1(0) =50 , a2(0) =100 , a3(0) =100 , a4(0) =50 , a5(0) =10 , 选范围为 r(1)(i)=0.5 a(0)(i) , 取数据长度 L =40, t =0.005 , 性能指标 J= 。迭代计算结果得 a 的估计值 1=17.6043243, 1=17.5977, 2=72.9573, 3=51.3014, 4=22.9889, 5=5.99965, J = 0.000000916 。-Using NLJ random search method to identify a method that the state of the nonlinear system. Election of its initial value a1 (0) = 50, a2 (0) = 100, a3 (0) = 100, a4 (0) = 50, a5 (0) = 10, choose the range of r (1) (i) = 0.5 a (0) (i), check data length L = 40, t = 0.005, performance index J =. Iterative calculation results have a estimated value of 1 = 17.6043243, 1 = 17.5977, 2 = 72.9573, 3 = 51.3014, 4 = 22.9889, 5 = 5.99965, J = 0.000000916.
- 2022-02-01 23:07:23下载
- 积分:1
-
Modbus串口操作
应用背景
windows上modbus串口操作源代码, 采用vs编写,标准的modbus串口操作,modbus其实就是串口操作,只不过发送和接受有个协议而已,发送出去就等待接受,接受到正确的数据包就通讯成功。
关键技术
用win32写的rs232串口源代码,用vs编译,并集成了modbus操作函数,包含dtr, dts, dcd, dsr, ri, cts几个引脚电平控制。
- 2022-02-02 22:40:07下载
- 积分:1
-
VC++标准微粒群算法源程序
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法((Evolu2tionary Algorithm - EA)。程序已验证好用,希望能对大家有所帮助。
- 2022-05-19 20:16:36下载
- 积分:1