-
pthread的例子程序,新手上传,更多的关心
pthread的例子程序,新手上传,多关照-pthread examples of procedures, and newcomers upload, more care
- 2023-09-01 03:00:02下载
- 积分:1
-
srtree算法实现
srtree算法实现-srtree Algorithm
- 2022-06-13 00:19:25下载
- 积分: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
-
老外开发的端口开发程序
老外开发的端口开发程序-foreigners development of the port development process
- 2022-04-07 01:41:07下载
- 积分:1
-
linux中演示如何产生子进程,等待子进程退出的示例
linux中演示如何产生子进程,等待子进程退出的示例-linux demonstrated how to generate sub-process, wait for child process to withdraw from the sample
- 2022-10-01 20:20:04下载
- 积分:1
-
图像浏览器1.1是一个示例应用程序显示图片GTK
Image Viewer 1.1 is a Gtk sample application for show pictures
- 2023-08-08 06:00:03下载
- 积分:1
-
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能:...
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能: 每个允许一个进程来决定它是否可读或者写一个或多个文件而不阻塞. 这些调用也可阻塞进程直到任何一个给定集合的文件描述符可用来读或写. 因此, 它们常常用在必须使用多输入输出流的应用程序, 而不必粘连在它们任何一个上. 相同的功能常常由多个函数提供, 因为 2 个是由不同的团队在几乎相同时间完成的: select 在 BSD Unix 中引入, 而 poll 是 System V 的解决方案. epoll 调用[23]添加在 2.5.45, 作为使查询函数扩展到几千个文件描述符的方法.-poll application instance
- 2023-06-26 04:30:03下载
- 积分:1
-
适合初学者阅读的源代码,包括下的下,回声,P
适合新手读的c源代码,包含linux下ls、echo、ping等常用工具的源代码-C suitable for novice reading the source code, including linux under ls, echo, ping and other commonly used tools for source code
- 2022-05-14 18:00:17下载
- 积分:1
-
unix_linux c good library, please download
unix_linux c不错的函数库,请下载-unix_linux c good library, please download
- 2022-12-12 23:40:03下载
- 积分:1
-
死锁以及如何与互斥解决它
Deadlock and how to solve it with mutex
a client request bank command like DEPOSIT CREATE TRANSFER WITHDRAW
and 4 server
server 1 simple server.
server 2 shows wrong answer an withdraw(2 terminal - 2 threads)
server 3 solve 2
server 4 solve deadlock on transfer-Deadlock and how to solve it with mutex
a client request bank command like DEPOSIT CREATE TRANSFER WITHDRAW
and 4 server
server 1 simple server.
server 2 shows wrong answer an withdraw(2 terminal- 2 threads)
server 3 solve 2
server 4 solve deadlock on transfer
- 2022-06-19 01:49:01下载
- 积分:1