-
linux入门常用命令学习,介绍常用的60个命令操作,简单方便,非常适合入门学习...
linux入门常用命令学习,介绍常用的60个命令操作,简单方便,非常适合入门学习-Introduction to commonly used commands linux learning 60 commands commonly used in operation, simple and convenient, very suitable for entry-Learning
- 2022-02-25 20:40:08下载
- 积分:1
-
Gcc 完全参考手册,参数说明,操作指南
Gcc 完全参考手册,参数说明,操作指南-Gcc Complete referene
- 2023-04-20 23:00:04下载
- 积分:1
-
网络服务器平台下的迷你
linux平台下WEB服务器 mini-httpd,mattows-WEB server under linux platform for mini-httpd, mattows
- 2022-02-06 07:20:53下载
- 积分:1
-
OUT transplant study, prepared themselves (novice), has been applied to the stud...
ucos移植学习,自己编写(初学),已经应用到学习板上,-OUT transplant study, prepared themselves (novice), has been applied to the study board.
- 2022-07-15 00:44:58下载
- 积分:1
-
linux源代码分析
linux源代码分析-linux source code analyzes
- 2023-06-27 15:55:04下载
- 积分:1
-
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(ro...
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(rows+3, cols+4, 3, 20)
subwin = derwin(win, rows, cols, 1, 2)
set_form_sub(form, subwin)
box(win, 0, 0)
keypad(win, TRUE)
post_form(form)
refresh()
wrefresh(win)
wrefresh(subwin)
//设置覆盖模式
form_driver(form, REQ_OVL_MODE)
- 2023-04-25 08:50:03下载
- 积分:1
-
C source codes for unix socketprogramming
C source codes for unix socketprogramming
- 2022-03-23 03:49:59下载
- 积分:1
-
使源代码,通过其在深入研究过程中的作品。
make的源代码,通过它可以深入的研究程序的工作原理。-make the source code, through its in depth research process works.
- 2022-02-04 18:58:33下载
- 积分:1
-
在GTK写电子邮件提交表单C.
email submission form in gtk written in c.
- 2022-07-01 16:33:50下载
- 积分:1
-
demo目录:
fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图
像都是位图。
fvs_directio...
demo目录:
fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图
像都是位图。
fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能
有较好的效果。输出图像覆盖于输入图像之上。
fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这
些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下:
testimgSSSDDD.bmp
其中,SSS代表条纹间隔(像素个数),DDD代表方向的角度。
fvs_thinner:描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的
脊线。
fvs_minutia:显示了如何从细化后的指纹图像中获得细节点集合。这一部分目前做
的效果不好,提取出的伪细节点太多。
fvs_mask:计算有效的指纹区域(剔除非指纹区域以及模糊指纹区域)。
include目录:
包含了头文件。
src目录:
包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的
例程。-demo directory : fvs_enhancer : fingerprint enhancement procedures describes how to enhance the use of the fingerprint image. The original image and objectives are bitmap images. Fvs_direction : describes how to extract the direction of the map. Input image must be a normalized image, in order to have better results. Image output coverage in the input image above. Fvs_createtestimages : The procedure used to produce debugging process may be used in some of Bitmap images, These i
- 2022-03-06 05:01:11下载
- 积分:1