-
最短路径语言源代码实现的若干计划
多段图的最短路径 c语言实现源代码
可以运行-A number of plans the shortest path c language source code implementation
- 2022-05-08 18:49:56下载
- 积分:1
-
基于opencv的人脸识别
用opencv的方法实现的人脸识别,通过用opencv自带的分类器实现对人脸的识别,本人已试验过,可以实现对图片中正脸和侧脸的多角度识别,而且还可以改变一下实现对视频中或者是摄像头前的人脸识别,代码仅供参考
- 2023-04-03 05:50:03下载
- 积分:1
-
a ClosestPair code which is writen with BrutForce
a ClosestPair code which is writen with BrutForce
- 2022-03-22 17:41:39下载
- 积分:1
-
欧拉程序解决积分
这是电子扫描所有什么 pretende 规划求解问题有关矩阵和其他 yerbas 如果你想要证明只是 opent 或与另一个扫描战斗
- 2022-03-05 04:26:15下载
- 积分:1
-
基于C++的BP算法
用C++语言实现神经网络的BP算法,对于从事神经网络及专家诊断系统的方面的朋友具有较强的参考借鉴意义。
- 2022-10-12 07:00:03下载
- 积分:1
-
登录 android
在我以前的文章Android 系统登录和注册屏幕设计我解释过设计的登录和注册的接口,但它不具有功能。在本教程中我解释如何建立完整的登录和注册系统中使用 PHP、 MySQL 和 SQLite 的 android 操作系统。本教程还介绍如何生成简单的 API 使用 PHP 和 MySQL。
android 应用程序的登录名。索引的的登录名。使用用户名和密码登录。
- 2023-07-20 01:30:02下载
- 积分:1
-
距阵链乘问题:
找出矩阵链乘A(35*40) A(40*20) A(20*10)
A(10*15)的最佳相乘次序。
算法来自:计算机算法导引...
距阵链乘问题:
找出矩阵链乘A(35*40) A(40*20) A(20*10)
A(10*15)的最佳相乘次序。
算法来自:计算机算法导引-matrix chain by : identify matrix chain by A (35* 40) A (40* 20) A (20* 10) A (10* 15) concludes the best order. Algorithm from : computer algorithm Seeker
- 2022-03-14 17:46:13下载
- 积分:1
-
实验数据的等距五点三次平滑
一. 功能 用五点三次平滑公式., 对等距节点上的实验数据进行平滑,力争消除随机误差的影响, 提高实验数据的质量 ....
实验数据的等距五点三次平滑
一. 功能 用五点三次平滑公式., 对等距节点上的实验数据进行平滑,力争消除随机误差的影响, 提高实验数据的质量 .-experimental data smoothing offset a 5.3 times. Functional with 5.3 times smoothing formula. The equidistant nodes on the experimental data smoothing, and strive to eliminate the impact of random error, improve the quality of experimental data.
- 2022-04-23 19:48:39下载
- 积分:1
-
Prolog实现8-puzzle
he 8-puzzle will be represented by a 3x3 list of lists positions where the empty box will be represented by the value 9, as shown below: [[9,1,3],[5,2,6],[4,7,8]]
Possibility Solution: Only half of the initial positions of the 8-puzzle are solvable. There is a formula that allows to know from the beginning if you can solve the puzzle.To determine whether an 8-puzzle is solvable, for each square containing a value N is calculated how many numbers less than N there after the current cell. For example, to the initial status
- 2023-07-26 11:40:02下载
- 积分:1
-
一种边缘引导的图像插值算法,通过方向滤波和数据…
An edge guided image interpolation algorithm via directional filtering and data fusion
- 2023-03-18 13:05:03下载
- 积分:1