-
读者
读者-写者问题的读写操作限制(包括读者优先和写者优先)
写-写互斥:不能有两个写者同时进行写操作
读-写互斥:不能同时有一个线程在读,而另一个线程在写。
读-读允许:可以有一个或多个读者在读。-Readers- read and write operations to write the problem of constraints (including the readers of priority and writing preferred)
Write- write mutually exclusive: You can not have two writers write the same time
Read- Write mutually exclusive: You can not simultaneously reading a thread while another thread is writing.
Reading- Reading allowed: You can have one or more readers to read.
- 2022-05-07 09:29:37下载
- 积分:1
-
LINUX device driver source code matching the second edition, including all of th...
LINUX设备驱动程序第二版配套源码,包括书中全部代码-LINUX device driver source code matching the second edition, including all of the code book
- 2022-02-06 03:47:25下载
- 积分:1
-
Cadence SPW 4.8.2下3780点FFT的源码,运用混合基算法,对数字电视地面广播有用,对其它基于FFT的系统有参考价值。...
Cadence SPW 4.8.2下3780点FFT的源码,运用混合基算法,对数字电视地面广播有用,对其它基于FFT的系统有参考价值。-Cadence SPW 4.8.2 under the 3780-point FFT source code, Mixed-use algorithm, the terrestrial digital TV broadcasting useful to the other FFT-based systems reference value.
- 2022-09-29 14:45: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
-
s3c6410开发品平台按键功能程序,在系统的 QT界面内可以实现按键控制。...
s3c6410开发品平台按键功能程序,在系统的 QT界面内可以实现按键控制。-platform for the development of key products s3c6410 function procedure, the QT interface in the system can be achieved with control buttons.
- 2022-08-17 18:30:37下载
- 积分:1
-
Author effort to prepare a simple calculator program to realize the number of ad...
作者倾力编写的简易计算器程序,可实现八位数的加减乘除功能。显示和键扫描部分是参考他人的著作。-Author effort to prepare a simple calculator program to realize the number of addition and subtraction, multiplication and division of eight features. Display and key scanning is a reference book to others.
- 2022-03-25 06:25:47下载
- 积分:1
-
AT88芯片的linux驱动程序,通过GPIO模拟I2C总线与AT88进行通信,带中文翻译开发资料。...
AT88芯片的linux驱动程序,通过GPIO模拟I2C总线与AT88进行通信,带中文翻译开发资料。-AT88 chips linux drivers, through the I2C bus and AT88 analog GPIO to communicate with the Chinese translation of development information.
- 2023-04-20 13:25:03下载
- 积分:1
-
一本介绍在linux/unix下制作多线程程序的书籍,比较奥好
一本介绍在linux/unix下制作多线程程序的书籍,比较奥好-Introduction in a linux/unix multithreaded programming produced books, a good comparison Austrian
- 2023-01-10 10:10:03下载
- 积分:1
-
linux c调试代码
linux c调试代码-debug code
- 2023-07-06 23:05:03下载
- 积分:1
-
linux设备驱动开发详解(书代码).
linux设备驱动开发详解(书代码). -linux设备驱动开发详解(书代码).linux设备驱动开发详解(书代码).
- 2022-10-13 23:35:03下载
- 积分:1