-
彩色图像的人脸检测
face detection in color image
- 2022-07-25 12:51:42下载
- 积分:1
-
采用4阶runge_kutta法求解给定初始值的常微分方程(组)。该方法具有较好的精度。...
采用4阶runge_kutta法求解给定初始值的常微分方程(组)。该方法具有较好的精度。-Using 4-order method runge_kutta given initial value of the ordinary differential equations (group). The method has good accuracy.
- 2023-07-25 02:45:04下载
- 积分:1
-
SSD5 exersice1
SSD 5练习1 100%正确答案。包含下一个文件日期.cpp,广告.cpp, 客户.cpp;
- 2022-06-27 08:26:26下载
- 积分:1
-
蒙特卡洛方法求PI
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Drawing.Drawing2D;
using System.Threading;
namespace WinRandomPI
{
public partial class GetPIValue : Form
- 2022-03-13 01:46:26下载
- 积分:1
-
Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n...
程序:全主元Gauss消去法
过程:gaussq(aa,bb,xx,n,sgn)
作用:aa为系数矩阵,bb为右端向量,xx为解向量,n为方程阶数,sgn为标识符,1表示计算正常进行,0表示计算失败
方程形式为:aa(n,n)*x(n)=bb(n)-Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n, sgn) Role: aa for the coefficient matrix, bb for the right-hand side vector, xx for the solution vector, n the order of the equation, sgn as identifiers, 1 indicates the calculation as normal, 0 indicates failure of the calculation equation of the form: aa (n, n)* x (n) = bb (n)
- 2023-02-27 01:55:03下载
- 积分:1
-
先设定随机数发生公式的种子值,根据这个产生一个随机的数组,然后通过插入排序进行排序,并计算运行时间...
先设定随机数发生公式的种子值,根据这个产生一个随机的数组,然后通过插入排序进行排序,并计算运行时间-First occurrence of the formula set random number seed value, the basis of this result in a random array, and then sort through the insertion sort, and calculate the running time
- 2022-08-12 10:12:19下载
- 积分:1
-
数码管静态显示
#include#define uchar unsigned char#define uint unsigned intsbit dula=P2^6;sbit wela=P2^7;uchar num;uchar code table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};void delay(uint);void main(){
- 2023-06-14 07:15:04下载
- 积分:1
-
tsp货郎问题
应用背景
Tsp问题在物流配送车辆运行路线中的应用。配货路线指从配货公司所在地出发,走遍各公司,又回到配货公司所在地的路线。要求过程中的路径代价最小。
ER P,即企业资源规划,能够对企业整个资源进行整合, 并为达到一定的目标作企业资源的最优化配置。物流资源管理是ER P 的重要组成部分。在该系统中用户只需将待运行的Excel 数据文件上传, 就可快捷地得到期望的运行结果, 为企业物流配送路线提供科学合理的建议; 用户不需要再次上传数据, 就可以对某一物流配送路线原始数据通过修改运行参数等方式执行多次; 用户也可以对运行过的陈旧结果进行删除; 为了数据安全考虑, 系统不允许某一用户查看和操作不属于该用户的数据, 也不允许某一用户同时在异地登录 。
Tsp问题在日常生活中应用广泛,但最多就是关于最短路径的求解(无论是旅行商还是货郎)。
关键技术
对于TSP问题,一种最容易想到的也肯定能得到最佳解的算法是穷举法,即考虑所有可能的旅行路线,从中选择最佳的一条。但是用穷举法求解TSP问题的时间复杂度为Ο(n!),当n大到一定
- 2023-04-10 14:05:03下载
- 积分:1
-
任意进制间(2
任意进制间(2-16)转换计算程序!-between arbitrary bases (2-16) conversion program!
- 2022-02-09 17:40:45下载
- 积分:1
-
head pose estimation
该程序是实现人体的头部姿态估计,用户可以随心选取图片,程序可以根据不同的图片定位头部,并在程序中将头部绘制出来,程序易懂,适合IT人士入门学习和研究。经过大量的实验验证,程序可以在matlab环境下运行成功,读者可以自己亲自试试。
- 2022-01-25 20:06:45下载
- 积分:1