CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - exception
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Picture Viewer
2D Graphic
3D Graphic
Graph Drawing
Wavelet
GIS program
Fractal program
Special Effects
OpenGL program
Graph Recognize
CAD
OpenCV
VTK
Search - exception - List
[
Graph Recognize
]
GISDeveloper_9
DL : 0
投稿有关事项: 一、稿件要求 1. 字数:原则上不限。但单篇文章以2000-5000 字为宜;内容较丰富者,建议按连载形式投稿、刊载。 2. 格式:请使用 Word 文件格式,如果文章有插图,除 Word 中的文章插图外,再请单独保存原始的图片文件,以保证图片质量清晰可用。 3. 稿件不推荐提供学术论文。 4. 稿件应是其原创作品,或对所投作品拥有合法著作权之作品(编译的稿件请附原文)。 二、注意事项 1. 投稿方式: 1) 电子邮件投稿。E-mail: editor@gischina.com。请在投稿时在邮件标题注明“投稿”字样。 2) 信函投稿。投稿地址:北京市学清路8号科技财富中心B座7层 (邮编:100085)收件人:《GIS开发者》编辑部。请在投稿时在信封上注明“投稿”字样。 2. 请务必注明作者信息,包括 作者简介、Email、 联系地址、邮编、真实姓名、身份证号,便于我们与您联系。我们在收到稿件的15天内必给予答复,如没有回复请致电:010-82736655-6303。 3. 咨询及联络方式: MSN: giscamelboy@hotmail.com; 电话: 010-82736655 转6306。-submissions related matters : 1, contributions, a request. Wordage : principle limits. But the single article to the appropriate word 2000-5000; Rich content, the form of a series of recommendations by the journal published. 2. Format : Please use Word file format, if the article illustrated, with the exception of Word of the article illustrated, again separate preservation of the original image files, to ensure clear picture quality available. 3. Said is not recommended for academic papers. 4. Contributions should be their original works, or works cast has a legitimate copyright works (compiler COMMUNICATIONS Please attach originals). Second, pay attention to a matter. Writing : 1) E-mail submissions. E-mail : editor@gischina.com. Please drop in the mail when the title with "writing&
Date
: 2008-10-13
Size
: 971.14kb
User
:
钟禄登
[
Graph Recognize
]
reconize
DL : 0
对彩色车牌图象的截取与识别 包括灰度化,均衡,除噪.截取等-right color plates and image recognition, including the interception of gray, balanced, with the exception of noise. Interception etc.
Date
: 2008-10-13
Size
: 63.75kb
User
:
刘海风
[
Graph Recognize
]
GISDeveloper_9
DL : 0
投稿有关事项: 一、稿件要求 1. 字数:原则上不限。但单篇文章以2000-5000 字为宜;内容较丰富者,建议按连载形式投稿、刊载。 2. 格式:请使用 Word 文件格式,如果文章有插图,除 Word 中的文章插图外,再请单独保存原始的图片文件,以保证图片质量清晰可用。 3. 稿件不推荐提供学术论文。 4. 稿件应是其原创作品,或对所投作品拥有合法著作权之作品(编译的稿件请附原文)。 二、注意事项 1. 投稿方式: 1) 电子邮件投稿。E-mail: editor@gischina.com。请在投稿时在邮件标题注明“投稿”字样。 2) 信函投稿。投稿地址:北京市学清路8号科技财富中心B座7层 (邮编:100085)收件人:《GIS开发者》编辑部。请在投稿时在信封上注明“投稿”字样。 2. 请务必注明作者信息,包括 作者简介、Email、 联系地址、邮编、真实姓名、身份证号,便于我们与您联系。我们在收到稿件的15天内必给予答复,如没有回复请致电:010-82736655-6303。 3. 咨询及联络方式: MSN: giscamelboy@hotmail.com; 电话: 010-82736655 转6306。-submissions related matters : 1, contributions, a request. Wordage : principle limits. But the single article to the appropriate word 2000-5000; Rich content, the form of a series of recommendations by the journal published. 2. Format : Please use Word file format, if the article illustrated, with the exception of Word of the article illustrated, again separate preservation of the original image files, to ensure clear picture quality available. 3. Said is not recommended for academic papers. 4. Contributions should be their original works, or works cast has a legitimate copyright works (compiler COMMUNICATIONS Please attach originals). Second, pay attention to a matter. Writing : 1) E-mail submissions. E-mail : editor@gischina.com. Please drop in the mail when the title with "writing&
Date
: 2026-01-03
Size
: 971kb
User
:
钟禄登
[
Graph Recognize
]
reconize
DL : 0
对彩色车牌图象的截取与识别 包括灰度化,均衡,除噪.截取等-right color plates and image recognition, including the interception of gray, balanced, with the exception of noise. Interception etc.
Date
: 2026-01-03
Size
: 3.54mb
User
:
刘海风
[
Graph Recognize
]
AspriseOCRv4
DL : 0
英文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(textWidth.Text) height = Convert.ToInt32(textHeight.Text) } catch (Exception ex) { Console.WriteLine(ex.StackTrace) } String result = Marshal.PtrToStringAnsi(OCRpart(textImage.Text, -1, startX, startY, width, height)) textResults.Text = result -English OCR recognition controls, can be identified on the Verification Code. Demonstration with source code. 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 (textWidth.Text) height = Convert.ToInt32 (textHeight.Text) ) catch (Exception ex) (Console.WriteLine (ex.StackTrace) ) String result = Marshal.PtrToStringAnsi (OCRpart (textImage.Text,-1 , startX, startY, width, height)) textResults.Text = result
Date
: 2026-01-03
Size
: 5.13mb
User
:
King
[
Graph Recognize
]
Cpp.Primer.The.Third.Edition
DL : 0
本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标 准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空 间内置布尔数据类型新的强制转换方式而且还大量修改并扩展了现有的特性比如模 板template 支持面向对象object-oriented 和基于对象object-based 程序设计所需 要的类class 机制嵌套类型以及重载函数的解析机制也许更重要的是一个覆盖面非 常广阔的库现在成了标准C++的一部分其中包括以前称为STL 标准模板库的内容新 的string 类型一组顺序和关联容器类型比如vector list map 和set 以及在这些类型 上进行操作的一组可扩展的泛型算法generic algorithm 都是这个新标准库的特性本书 不但包括了许多新的资料而且还阐述了怎样在C++中进行程序设计的新的思考方法简而 言之实际上不但C++已经被重新创造本书第三版也是如此-econd edition and third edition of the book vary greatly among the most noteworthy of which is C has passed the international standards This standardization not only added a new language features such as exception handling run-time type identification RTTI name space Boolean data type built between the new cast but also a lot of ways to modify and extend the existing features such as model Board template support object-oriented object-oriented and object-based object-based programming required Nested class mechanism to class types and overloaded functions resolution mechanism may be more important, a non-coverage Often broad standard C library is now a part of which includes previously known as the contents of the Standard Template Library STL New The string type of a set of container types such order and the associated vector list map and set well in these classes Type Operate on a set of generic algorithms and scalable generic algorithm are the new features of the standard li
Date
: 2026-01-03
Size
: 3.69mb
User
:
xxw
[
Graph Recognize
]
ThinkingCplusplus
DL : 0
本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。 -Of this book to learn C++ based on their personal experience and years of teaching experience, using simple examples and concise narrative explaining C++ programming, unique. The book is divided into eighteen chapters, covering the evolution of objects, data abstraction, hiding implementation, initialization and removal, function overloading and default parameters, input and output streams introduced constants, inline functions, named control, reference and copy constructors, operator overloading, dynamic object creation, inheritance and composition, polymorphism and virtual functions, templates, and the container classes, multiple inheritance, exception handling and runtime type identification.
Date
: 2026-01-03
Size
: 13.82mb
User
:
洚心独吟
[
Graph Recognize
]
cbcsx
DL : 0
本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。 本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。 -Of this book to learn C++ based on their personal experience and years of teaching experience, using simple examples and concise narrative explaining C++ programming, unique. The book is divided into eighteen chapters, covering the evolution of objects, data abstraction, hiding implementation, initialization and removal, function overloading and default parameters, input and output streams introduced constants, inline functions, named control, reference and copy constructors, operator overloading, dynamic object creation, inheritance and composition, polymorphism and virtual functions, templates, and the container classes, multiple inheritance, exception handling and runtime type identification. Book as an official textbook, and a self-learning books are very good, as the programmer' s reference book is also very appropriate.
Date
: 2026-01-03
Size
: 13.48mb
User
:
郑
[
Graph Recognize
]
3
DL : 0
本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。 本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。 -Of this book to learn C++ based on their personal experience and years of teaching experience, using simple examples and concise narrative explaining C++ programming, unique. The book is divided into eighteen chapters, covering the evolution of objects, data abstraction, hiding implementation, initialization and removal, function overloading and default parameters, input and output streams introduced constants, inline functions, named control, reference and copy constructors, operator overloading, dynamic object creation, inheritance and composition, polymorphism and virtual functions, templates, and the container classes, multiple inheritance, exception handling and runtime type identification. Book as an official textbook, and a self-learning books are very good, as the programmer s reference book is also very appropriate.
Date
: 2026-01-03
Size
: 2.33mb
User
:
焦洋
[
Graph Recognize
]
2
DL : 0
本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。 本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。 - Of this book to learn C++ based on their personal experience and years of teaching experience, using simple examples and concise narrative explaining C++ programming, unique. The book is divided into eighteen chapters, covering the evolution of objects, data abstraction, hiding implementation, initialization and removal, function overloading and default parameters, input and output streams introduced constants, inline functions, named control, reference and copy constructors, operator overloading, dynamic object creation, inheritance and composition, polymorphism and virtual functions, templates, and the container classes, multiple inheritance, exception handling and runtime type identification. Book as an official textbook, and a self-learning books are very good, as the programmer s reference book is also very appropriate.
Date
: 2026-01-03
Size
: 1.6mb
User
:
焦洋
[
Graph Recognize
]
5
DL : 0
本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章(此为第10到12章),内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。 本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。 -Of this book to learn C++ based on their personal experience and years of teaching experience, using simple examples and concise narrative explaining C++ programming, unique. The book is divided into eighteen chapters, covering the evolution of objects, data abstraction, hiding implementation, initialization and removal, function overloading and default parameters, input and output streams introduced constants, inline functions, named control, reference and copy constructors, operator overloading, dynamic object creation, inheritance and composition, polymorphism and virtual functions, templates, and the container classes, multiple inheritance, exception handling and runtime type identification. Book as an official textbook, and a self-learning books are very good, as the programmer s reference book is also very appropriate.
Date
: 2026-01-03
Size
: 2.71mb
User
:
焦洋
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.