搜索资源列表
SHOWBMP.C
- 640*480 256 色 .BMP 文件显示程序,可以浏览、同时显示 4 幅图象,也可以 在屏幕上开一个窗口显示 .BMP 图象,并可以使用上下左右箭头键、PageUp/PageDown、Ctrl+Left、Ctrl+Right键浏览整幅图象,在S3、ATI等VGA卡上 调试通过 实例程序能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改).程序有很好的容错设计-640 * 480256 color. BMP file display program ca
KCluster
- 自己写K均值聚类Visual C++程序,可以运行-wrote K-means clustering Visual C program can run
20070905
- Basic Image Processing C++ program
OCR-C
- The program is for OCR purpose and user can use this tool to do character recog
vend
- 自动售货机的C++代码 能识别货币面值 并且自动找零-The C++ program of vend
Chinese-recognition-by-pcnn
- 基于脉冲耦合神经网络(pcnn)识别含噪汉字-A C++ program based on pulse coupled neural network can identify the chinese characters with noise.
face_detect1.c
- its a face detection program
lpr_position
- its a c program to describe the operation of car detection
renlianshibie
- Visual C++ 编写的人脸识别程序。界面经处理,非常漂亮。-Visual C++ program written in face recognition. Treated interface, very beautiful.
movementrecognition
- c++编写的运动识别程序!里面包含有完整的源代码,并且包含测试图片。希望对模式识别方向的朋友们有点帮助-c++ program written in movement recognition! Which contains the complete source code, and includes test pictures. Hope that the direction of the Pattern Recognition friends a little help
calendar
- 是一段显示日历的C++程序,它可以在年元日之间转换,例如你输入月后它就会自动识别-Is a show calendar, C++ program that can switch between on Mongol, for example, months after you enter it will automatically identify
fenge
- 图像切割C程序,图像模式识别预处理步骤之一-Image Cut C program, one of image pattern recognition preprocessing step
c-coder
- 输入年月日,计算为该年的第几天!能识别不合理日期的输入,并能及时停止程序-Enter year, month date, calculated for the first few days in! Can identify the input date is unreasonable, and can stop the program in time
c
- 基于VISUAl C++的opencv图像识别程序,用于图像处理与模式识别。-VISUAl C++ based on the opencv image recognition program for image processing and pattern recognition.
c-language-finger-code
- 基于C语言的指纹识别源代码,读者在应用这些代码时,可能会需要根据自己的应用需求对代码进行一定的改动。对于Linux/UNIX下编译C程序不熟悉的读者,可以参考相关的Linux/UNIX下的C语言编程 书籍。-The fingerprint identification based on C source code, and the readers in application of these code, may need according to their application to
RobotVisualNavigation_1
- 关于机器人路径规划的C++程序,先视觉识别路径,然后跟踪路径,实现视觉识别路径跟踪的功能-Robot path planning on the C++ program, the first visual recognition path, and then follow the path to achieve the function of visual recognition path tracking
screen-capture
- c++程序编的一个小程序,可以用来对图像进行处理,模式识别等.-c++ program compiled a small program that can be used for image processing and pattern recognition.
Hand_Detection
- 手势识别的c++程序 用作参考 初学者可以参考程序下-Gesture recognition as a reference c++ program can refer to procedures for beginners
digital
- 这个一个识别数字的C程序,对初学者有很好的帮助作用。-The identification number of a C program, for there are very helpful for beginners
cPP
- reverse engineering C++ 本文讲了对于逆向工程分析人员来说,能从一个二进制可执行文件中识别出C++程序,的结构,并且能标识出各个主要的类,以及这些类之间的关系(继承、派生等)是非常重要的。为了能做到这一点,逆向工程分析人员就必须要(1)能识别出这些类(2)能识别出这些类之间的关系(3)识别出类中的各个成员。本文就是要教大家能做到上述三点。-reverse engineering C++ article about the analysis for reverse engin