搜索资源列表
GISDeveloper_9
- 投稿有关事项: 一、稿件要求 1. 字数:原则上不限。但单篇文章以2000-5000 字为宜;内容较丰富者,建议按连载形式投稿、刊载。 2. 格式:请使用 Word 文件格式,如果文章有插图,除 Word 中的文章插图外,再请单独保存原始的图片文件,以保证图片质量清晰可用。 3. 稿件不推荐提供学术论文。 4. 稿件应是其原创作品,或对所投作品拥有合法著作权之作品(编译的稿件请附原文)。 二、注意事项 1.
reconize
- 对彩色车牌图象的截取与识别 包括灰度化,均衡,除噪.截取等-right color plates and image recognition, including the interception of gray, balanced, with the exception of noise. Interception etc.
AspriseOCRv4.rar
- 英文OCR识别控件,可对验证码进行识别。带有演示源码。 int startX = 0 int startY = 0 int width = -1 int height = -1 try { startX = Convert.ToInt32(textStartX.Text) startY = Convert.ToInt32(textStartY.Text) width = Convert.ToInt32(textWi
ThinkingCplusplus
- 本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。 -Of this book to learn C++ based on their personal experience a