-
用vc实现的联机手写数字识别程序 可以运行 很好的
用vc实现的联机手写数字识别程序 可以运行 很好的-By vc realize online handwritten numeral recognition process can run very good
- 2022-12-14 01:45:03下载
- 积分:1
-
This is a method used Eigenface do face detection and recognition, using Matlab...
这是一个用特征脸方法做的人脸检测和识别,用matlab编程实现。-This is a method used Eigenface do face detection and recognition, using Matlab programming.
- 2022-04-20 13:57:03下载
- 积分:1
-
随机森林估计算法
头部姿势估计的程序,利用鼻尖确定头部的方向,进而确定姿势,采用随机回归森林算法。
- 2022-07-06 10:00:01下载
- 积分:1
-
在已知点的坐标和节点编号杆件两段接点标号的情况下绘制三维图形...
在已知点的坐标和节点编号杆件两段接点标号的情况下绘制三维图形-Known node coordinates and the bars at both ends of the case of contact numbers drawn three-dimensional graphics.
- 2022-11-22 13:05:03下载
- 积分:1
-
模板测试
用osg编写的模板测试分析,对于一般的代码来说其特点是快速,准确而且代码量少。不过 需要对shader有一些了解
- 2022-03-24 02:32:46下载
- 积分:1
-
vc++数字图像模式识别技术及工程实践中的常用模型和算法介绍...
vc++数字图像模式识别技术及工程实践中的常用模型和算法介绍-vc digital image pattern recognition technology and engineering practice common model and algorithm introduced
- 2022-05-15 12:57:58下载
- 积分:1
-
antialias
有关反走样图形的绘制源码,还包括一个论文-antialias
- 2022-03-05 08:42:13下载
- 积分:1
-
1206使用说明
#include "LCD1602.h"
void LCD1602Write(UINT8 type, UINT8 data)
{
uint8_t i ;
uint16_t val, tmp = data;
if(type == CMD)
GPIO_ResetBits(LCD1602PROT, RS); //RS = 0 写指令
else
GPIO_SetBits(LCD1602PROT, RS); //RS = 1 写数据
GPIO_ResetBits(LCD1602PROT, RW); //RW = 0 ;
for(i=0; i>4)&0x000F)
- 2023-09-07 23:35:02下载
- 积分:1
-
本程序可以获得jpeg图片的像素,不过有一些bug
本程序可以获得jpeg图片的像素,不过有一些bug-this procedure can jpeg image pixels, but there is some bug
- 2022-03-22 03:25:01下载
- 积分:1
-
基于processing2.1的信息可视化:theme river
利用processing2.1软件,做出信息可视化的一个theme river layout,来展示我国人口年龄与受教育程度的关系
- 2022-07-03 01:07:54下载
- 积分:1