-
用VC++开发的简化版CAD绘图程序,功能还可以自己完善和更改,可以作为学习的范例。...
用VC++开发的简化版CAD绘图程序,功能还可以自己完善和更改,可以作为学习的范例。-VC development of the CAD simplified procedures, functions they can improve and change. can be used as an example to study.
- 2022-07-20 19:18:47下载
- 积分:1
-
based on human face and voice of biological dual
基于人脸和语音双通道的生物认证算法,已经通过编译,效果较好。-based on human face and voice of biological dual-channel authentication algorithms, compiler has been passed, the result is better.
- 2022-10-17 09:05:03下载
- 积分:1
-
判断point与rgn关系的小程序,如果点在四边形内则画星,并统计。...
判断point与rgn关系的小程序,如果点在四边形内则画星,并统计。-judgment point CMN relations with the small programs, if the point is within the quadrilateral-painting, and statistics.
- 2022-03-16 18:36:36下载
- 积分:1
-
VC编写简单的绘图程序,可绘制直线,矩形和圆,通过该程序,可使初学者快速入门...
VC编写简单的绘图程序,可绘制直线,矩形和圆,通过该程序,可使初学者快速入门-VC to prepare a simple drawing program, can draw a straight line, rectangle and round, through the program, will enable beginners to get started quickly
- 2022-04-28 03:47:20下载
- 积分:1
-
基于小的变化,以及边缘融合算法的图像边缘…
基于小变换,以及边缘融合算法的图像边缘检测算法。包含了在多尺度下层层检测分解重构图像。-Based on the small change, as well as the edge of fusion algorithm of image edge detection algorithm. Included at every level of multi-scale decomposition of reconstructed image detection.
- 2022-11-08 02:55:03下载
- 积分:1
-
这是一个用matlab编写的图形处理程序源代码,有图形界面
这是一个用matlab编写的图形处理程序源代码,有图形界面-This is a preparation using Matlab graphics program source code, graphics interface
- 2023-07-27 05:10:04下载
- 积分:1
-
卷积反投影重建CT2维图像(Visual Fortran编写)
卷积反投影重建CT2维图像(Visual Fortran编写)-convolution-projection reconstruction CT2-dimensional images (Visual Fortran preparation)
- 2022-02-21 08:28:19下载
- 积分: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
-
图像分割算法
这是一篇关于图像分割的论文的相关代码,论文是2013年发表的,比较新,使用平台是vs2012,配置opencv2.4.3.效果很赞哦!希望有用。
- 2022-08-08 06:45:54下载
- 积分:1
-
PYTHON has made a small program
一个PYTHON小程序-PYTHON has made a small program
- 2022-02-06 21:34:58下载
- 积分:1