-
介绍了linux操作系统原理及文件系统的概念
介绍了linux操作系统原理及文件系统的概念-Linux operating system introduced the principle and the concept of file system
- 2022-02-28 22:02:27下载
- 积分:1
-
a port scan! Linux environment for the C Language!
一个端口扫描程序!在linux环境c语言实现!-a port scan! Linux environment for the C Language!
- 2022-11-13 05:50:03下载
- 积分:1
-
NUCLEUS下错误代码查询!
NUCLEUS下错误代码查询!-look up the error code in NUCLEUS
- 2022-05-30 18:32:40下载
- 积分:1
-
linux DVR 设备 开发包,杭州海康的最新SDK
linux DVR 设备 开发包,杭州海康的最新SDK-linux DVR equipment development kit, Hangzhou Haikang latest SDK
- 2023-06-25 01:00:04下载
- 积分:1
-
这是一个代理服务器的代理,在liunx下运行
这是一个代理服务器的代理,在liunx下运行-this is a proxy programing used in liunx.
- 2023-06-18 17:15:02下载
- 积分: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
-
int show_char(int n, const char *name, chtype code)
{
const int height =...
int show_char(int n, const char *name, chtype code)
{
const int height = 16
int row = 4 + (n height)
int col = (n / height) * COLS / 2
mvprintw(row, col, " *s : ", COLS/4, name)
addch(code)
return n + 1
}- int show_char(int n, const char*name, chtype code)
{
const int height = 16
int row = 4+ (n height)
int col = (n/height)* COLS/2
mvprintw(row, col, "*s : ", COLS/4, name)
addch(code)
return n+ 1
}
- 2023-01-13 11:50:04下载
- 积分:1
-
armlinux演义.pdf, 介绍armlinux kaifa。
armlinux演义.pdf, 介绍armlinux kaifa。-ARM develop software armlinux .
- 2022-01-25 16:45:33下载
- 积分:1
-
Simple shell using pipes on C/C++ Linux
Simple shell using pipes on C/C++ Linux
- 2022-07-15 19:53:15下载
- 积分:1
-
华中科技大学操作系统课程设计 linux环境下编的一个资源管理器...
华中科技大学操作系统课程设计 linux环境下编的一个资源管理器-Huazhong University of Science and Technology curriculum design linux operating system environment under a resource manager
- 2022-04-27 07:08:43下载
- 积分:1