-
tcp/ip客户端测试源码
tcp/ip客户端测试源码-tcp/ip client test source.
- 2022-06-19 15:20:56下载
- 积分:1
-
这是一个linux下时间通信的server端和client端的源码,下载后分别保存,直接编译就可运行,希望对大家能有所帮助!...
这是一个linux下时间通信的server端和client端的源码,下载后分别保存,直接编译就可运行,希望对大家能有所帮助!-This is a time under linux server communication and client-side source code, After downloading were preserved, can be directly translated operation, we can hope for some help!
- 2022-01-25 23:08:02下载
- 积分:1
-
on2vp6解码,利用sdl进行播放,这是一个完整的工程.
on2vp6解码,利用sdl进行播放,这是一个完整的工程.-decoded on2vp62,render media with sdl libary
- 2022-06-16 17:36:47下载
- 积分:1
-
avi文件的生成库,供linux和windows的做录制和播放人员参考;
avi文件的生成库,供linux和windows的做录制和播放人员参考;-avi file generation library for linux and windows to do recording and playback of personnel information
- 2023-05-04 01:55:05下载
- 积分:1
-
linux on a simple but full
linux上的简单但是功能完备的流媒体播放软件-linux on a simple but full-featured streaming media player software
- 2022-08-25 17:18:32下载
- 积分:1
-
The success of the latest test tslib, ran in the RMI AU1200 Oh!! Very difficult...
成功的最新测试tslib,运行在RMI AU1200哦!!很难得到它!!
- 2022-07-14 05:44:25下载
- 积分:1
-
Simple shell using pipes on C/C++ Linux
Simple shell using pipes on C/C++ Linux
- 2022-07-15 19:53:15下载
- 积分:1
-
QT aspects of development, improved a lot of things to do .....
QT方面的开发,
改进后做很多事情-QT aspects of development, improved a lot of things to do .....
- 2022-10-21 05:05:04下载
- 积分: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
-
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