登录
首页 » Windows开发 » 用VISUAL C++编程实现指纹图像的特征提取以及对指纹图像的识别。...

用VISUAL C++编程实现指纹图像的特征提取以及对指纹图像的识别。...

于 2022-02-12 发布 文件大小:45.00 kB
0 110
下载积分: 2 下载次数: 1

代码说明:

用VISUAL C++编程实现指纹图像的特征提取以及对指纹图像的识别。-A program of extracting and identifying features of fingerprint images.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 读写 INI 文件
    读写 INI 文件-literacy INI file
    2022-02-27 04:45:31下载
    积分:1
  • copy命令C源程序,VC6.0与GCC上调试通过!
    copy命令C源程序,VC6.0与GCC上调试通过!-copy command C source, VC6.0 with GCC debug through!
    2023-05-24 18:35:04下载
    积分:1
  • 适用于 WinRT Phones 和 App 的帮助架构
    翻译 maninwest@Codeforge 作者David Maw @CodeProject一个在 Windows RT 或Windows Phone 中嵌入帮助页面的方式。创建一个 Windows Phone 程序时,我希望能提供一个用户帮户,格式能与设备设置兼容且可灵活应对不同的设备配置。我选择的解决方案是在代码文件中嵌入 HTML 页面,并根据设备设置进行渲染。背景你需要 XAML 和 C# 背景包含什么此代码是个可运行的通用应用,构建于 Windows Modern程序和  Windows Phone 8.1 程序上 -除了运行平台不同外,它们大体是对等的。解压缩文件并加载到 Visual Studio 2013 (我使用的的更新4) ,你应该可以构建它并在设备或者模拟器上运行。 在自己的项目中使用代码要使用该代码,你需要将一些文件复制到你的项目。你需要 Helper.cs, 它不渲染 UI,但是有各种有益的类。你还需要一个实际显示帮助的页面 (复制我的 HelpPage.xaml和 HelpPage.cs 作为开始点).你会希望允许用户在你程序的某个地方导航到帮助页面,为了实现这个功能,添加一个资源 ( HelpViewModel, 见下文) 和一些控件(按钮等)。你需要创建一页或者多页HTML 帮助页面,并将其放置在项目的 "Help"目录下。在你复制的文件中将"UniversalHelp" 替换成你的程序名称。在每一个你想添加帮助控件的页面,你需要添加类似下面的东西: 
    2022-03-07 14:16:24下载
    积分:1
  • 超市账单管理系统前端jsp ajax servlet
    超市账单管理系统前端jsp ajax servlet frame框架,对于前端不太好的人来说实在是一个很好的例子参考
    2022-03-16 15:25:33下载
    积分:1
  • 多国语言控件,使用RTTI技术实现,带源码. The component is designed for minimal coding: Drop it on the form In the forms onCreate event handler: janLanguage1.InitLanguage(self) Add a Language Menu item somewhere in your main menu In the Language menu onclick event handler: janLanguage1.ChangeLanguage(self) Do this for all the forms of your application. -multi-language controls, the use of RTTI Technology, with source. The component is designed for minimal coding : Drop it on the form forms onCreate In the event handler : janLanguage1.InitLanguage (self) Add a Language Menu item somewhere in your main menu In the Language menu onclick event handler : janLanguage1.ChangeLanguage (self) Do this for all the forms of your application.
    2023-08-19 08:45:04下载
    积分:1
  • 这是一个学习DLL编程的非常好的例子,非常经典,强烈建议好好学习...
    这是一个学习DLL编程的非常好的例子,非常经典,强烈建议好好学习-This is a DLL program to learn a very good example, very classic, is strongly recommended that learn
    2022-05-13 22:12:33下载
    积分:1
  • 前些时间没什么事,玩英雄无敌III 的 WoG ,水平太差.被电脑折磨得死去活来.无奈之下写了这个修改器.可以修改游戏中的任何东西. 在这个程序中主要...
    前些时间没什么事,玩英雄无敌III 的 WoG ,水平太差.被电脑折磨得死去活来.无奈之下写了这个修改器.可以修改游戏中的任何东西. 在这个程序中主要使用了以下技术: 1 进程列举 2 进程内存搜索 3 进程内存读/写 现在把它放到这里,希望能起到抛砖引玉的作用:) 欢迎拍砖 忘记说程序用法了: 用法: 先运行 WOG (包括 H3 中英文版都行), 然后切换到资源管理器中运行修改器.点?"读取英雄信息"按钮来把所有英雄的名字读入到左边的列表框中,然后从左边的列表框中选定一个你想修改的英雄.再根据你的需要进行修改,修改完后再点击"保存修改"按钮来使你的修改生效.也可以在选定一个英雄后,单击快速修改按钮来修改选定的英雄 如果运行 WogEditor 后程序提示: "读取英雄信息失败,将用更彻底的方式重新搜索内存." 则会进入到比较慢的搜索方式中,在屏幕的左上方会显示变化着的搜索地址的信息...... 可能你需要耐心地等一会(只要搜索过一次,第二次就不用再搜索了,WogEditor会殷搜索到的地址保存到一个文件中 再次运行 WogEditor 时,就会直接从保存的文件中读这个地址了) -some time ago is no issue, and playing Magic IV III WoG. the level of impairment. the ordeal was returning to the computer. no alternative was for the change. the game can modify any of the things . In this process mainly uses the following technologies : a process outlined two three search process memory process memory read/write now put it here, hope something can play the role :) Welcome Twins forget that the use of the procedure : Usage : first runn
    2022-09-20 21:40:03下载
    积分:1
  • 系统主要分为两类,即教师管理者、管理者、管理者和管理者。
    系统使用人员主要分为两类,即管理员与教师 教师可以查询自己的开课信息 教师可以查询,修改某个课程所有学生的成绩信息 教师录入成绩完毕需要等待管理员审核 管理员审核通过后,教师不得修改学生信息-System are mainly divided into two categories, namely, teachers administrators and teachers can learn about their own course information, teachers can access, modify a curriculum for all students to score the score finished recording information teachers need to wait approval by an administrator after the vetting administrators, teachers students shall not modify the information
    2023-03-08 08:15:03下载
    积分:1
  • 在borland c++builder中播放flash文件 需要注册 shockwaveflash 控件
    在borland c++builder中播放flash文件 需要注册 shockwaveflash 控件-play flash files in borland c++ builder, need to register the shockwaveflash control
    2022-12-29 07:20:03下载
    积分:1
  • 为公司的人力资源数据库
    2023-04-24 18:15:04下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载