-
PCA矩阵的算法,能得到图像的特征向量,很好的!
PCA矩阵的算法,能得到图像的特征向量,很好的!-PCA matrix algorithm, very good!
- 2022-11-13 00:50:03下载
- 积分:1
-
计算距离和方位,经纬度
此程序计算以度为单位的两个地理坐标之间的距离和方位
- 2022-04-16 23:04:02下载
- 积分:1
-
小学生随机练习四则运算
1.程序能够从题库随机选择20道混合运算,用户输入答案,程序检查答案是否正确,每道题正确计5分,测试结束后给出总分;2.题库文件自动生成,程序提供三种练习功能选择:百以内整数算式、带括号算式、真分数算式练习;3.程序进行多轮测试,并用柱状图显示多轮测试分数;6.程序记录用户答题结果,当程序退出再启动的时候,可为用户显示最后一次测试的结果,并询问用户可否进行新一轮的测试;测试有计时功能,测试时动态显示用户开始答题后的消耗时间;7.程序人机交互界面是GUI界面
- 2022-07-22 09:28:59下载
- 积分:1
-
采集windows桌面的源码
资源描述利用ffmpeg 来采集windows的界面,并且编码成h264.通过rtsp发布出去
- 2023-04-23 19:40:11下载
- 积分:1
-
NI 数据采集卡的demo程序,对labview有兴趣的可以
NI 数据采集卡的demo程序,对labview有兴趣的可以-NI data acquisition card demo program, labview interested to see
- 2023-04-11 09:50:04下载
- 积分:1
-
分割midi音符test1split1str1.cpp
// test1split1str1.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
/*
File : split1.cpp
Author : Mike
E-Mail : Mike_Zhang@live.com
*/
#include
#include
#include
#include
#include
using namespace std;
//字符串分割函数
std::vector split(std::string str,std::string pattern)
{
std::string::size_type pos;
std::vector result;
str+=pattern;//扩展字符串以方便操作
int size=str.size();
for(int i=0; i
- 2022-03-22 16:35:52下载
- 积分:1
-
LCD driver for omp35 platform
LCD driver for omp35 platform
- 2022-05-31 21:39:04下载
- 积分:1
-
视频车辆检测
本程序可对通过三个车道的车辆进行检测,计数。背景建模使用的是背景差法,效果很好,程序中自带了测试视频,如果你想使用本程序,只要稍微改动一些参数即可。
- 2022-02-12 12:05:19下载
- 积分:1
-
端口扫描器C语言源代码,初学者可以参考一下
端口扫描器C语言源代码,初学者可以参考一下-Port scanner C language source code for reference for beginners
- 2022-04-07 00:17:08下载
- 积分:1
-
MD5是最常用的不可逆加密算法,广泛用于密码加密等不可逆的加密处理。本源码在c++ 6.0环境下编译通过。...
MD5是最常用的不可逆加密算法,广泛用于密码加密等不可逆的加密处理。本源码在c++ 6.0环境下编译通过。-MD5 is the most common non-reversible encryption algorithm, widely used in non-reversible password encryption is encrypted. The source code in c++ 6.0 environment, compiled by.
- 2023-04-08 21:20:04下载
- 积分:1