资源列表
snake105
- 贪吃蛇小游戏的源程序,有兴趣的看一看,谢谢指教。-thanks thanks thanks thanks
snort
- 很多IDS,IPS等签名研发者,在不断开发新签名的同时,需要化大量时间去测试签名的有效性,以前一直在手工测试,于是想有没有工具能批量实现签名检测,于是有了这个程序.-Many IDS, IPS signatures and other developers, are constantly developing new signature at the same time, require the signature of a lot of time to test the validity of
snow-procedures
- 简单的飘雪程序浪漫的小程序,帮助大家学习C语言-Simple snow procedures
some-c-language-programs-
- 关于公司或者企业员工工资管理 、学校成绩管理以及电话管理的几个c语言程序-About the company or enterprise employee wages management, school management and the management of telephone several c language program
some-VB-programs
- 使用visual Basic语言编写的一些小程序,能够实现对输入字符串的逆序输出,大小写转换,输入字符检索,打印九九乘法表-Small programs that use visual Basic language, to achieve the reverse output of the input string, case conversion, input characters to retrieve, print the multiplication table
div
- 图像分块程序把一张图片分割为大小相同的几块 C++实现 -Image Block program put a picture divided into the same size pieces C++ implementation
hash
- 感知哈希比较图像的相似度,先将图像归一化,然后在比较图片- Perceptual similarity hash comparison image, the first image normalization, then the comparison image
Color-histograms
- 图像彩色直方图比较, 比较彩色图像的相似度,在做图像相似度比较方面可以使用。-Image color histograms, similarity compare the color of the image, making the image similarity comparisons can be used.
gray_scale
- 二维灰度图像,基于行、列、灰度,三维坐标显示-Two-dimensional gray-scale image, based on the row, column, gray, three-dimensional coordinates of the display
gray-histograms
- 灰度图像直方图比较,在做预处理时,比较灰度图像的相似度,在做图像相似度比较方面可以使用。-Gray-scale image histogram comparison, during preprocessing, similarity compare grayscale image, making the image similarity comparisons can be used.
gui-pnsr
- 带GUI的PNSR比较,比较两幅图像的相似度,使用matlab编程。-PNSR with GUI comparison, compare the similarity of two images, using matlab programming.
SortedSet
- 定义类模板SortedSet,即元素有序的集合,集合元素的类型和集合元素的最大个数可由使用者确定。要求该类模板对外提供以下三种操作:insert:加入一个新的元素到合适的位置上,并保证集合元素的值不重复;get:返回比给定值大的最小元素的地址。若不存在,返回0;del:删除与给定值相等的那个元素,并保持剩余元素的有序性。-#include < iostream> using namespace std template < class type> class setlist
