-
编译成功,bmp浏览器
编译成功,bmp浏览器-build successful, bmp browser
- 2022-08-20 17:01:51下载
- 积分:1
-
fourier transform 2D
fourier transform 2D
- 2022-03-31 10:08:43下载
- 积分:1
-
用C语言编写一个行驶的小车
用C语言编写一个行驶的小车-C language of a moving car
- 2022-03-15 15:21:55下载
- 积分:1
-
使用MFC实现一个绘图程序
功能:类似于Windows系统的画图程序。具有画图、填充图、打开图形文件等功能。
使过SkinMagic优化程序界面;...
使用MFC实现一个绘图程序
功能:类似于Windows系统的画图程序。具有画图、填充图、打开图形文件等功能。
使过SkinMagic优化程序界面;-use a drawing program functions : Windows system similar to the drawing program. With drawing, filled with maps, graphics files opened functions. So too SkinMagic optimization program interface;
- 2022-07-05 10:04:50下载
- 积分:1
-
如何建立一个大的完整的系统工程,这是初学VC++者很头疼的问题。这里提供一个完整的系统工程源代码,仅供参考...
如何建立一个大的完整的系统工程,这是初学VC++者很头疼的问题。这里提供一个完整的系统工程源代码,仅供参考-How to create a large integrated systems engineering, this is the beginner VC++ Are very headache problem. Here to provide a complete systems engineering source code, for reference only
- 2023-07-17 07:45:03下载
- 积分:1
-
图像分割程序
本程序是Pedro F. Felzenszwalb 等人在著名的《Object Detection with Discriminatively Trained Part-Based Models》中所使用的算法,能够较好地处理基于分割图像的物体检测功能。
- 2022-01-22 13:18:44下载
- 积分:1
-
用于证券技术分析的显示控件
用于证券技术分析的显示控件-Securities technical analysis for the display control
- 2022-02-01 00:07: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
-
做实验室测试的matlab指纹识别代码,主要测试了指纹的几种特征提取对识别的影响,可用来进行论文论证阶段的实验室使用,希望对初学者和广大在校生有帮助。...
做实验室测试的matlab指纹识别代码,主要测试了指纹的几种特征提取对识别的影响,可用来进行论文论证阶段的实验室使用,希望对初学者和广大在校生有帮助。-do laboratory testing of Matlab fingerprint identification code, to test the fingerprint feature extraction of several pairs of identification, which can be used for the validation phase papers laboratory use, hope for beginners and the majority of in-school help.
- 2022-03-31 10:29:13下载
- 积分:1
-
图象处理的分水岭算法
图象处理的分水岭算法-the watershed image processing algorithm
- 2023-03-30 11:40:04下载
- 积分:1