-
高级c++程序设计教程,pdf格式,是上好的C++程序设计教程。后续将有相关视频教程。...
高级c++程序设计教程,pdf格式,是上好的C++程序设计教程。后续将有相关视频教程。-Programming Guide, pdf format, is excellent C Programming Guide. Follow-up will be relevant Video Guide.
- 2022-01-25 17:28:22下载
- 积分:1
-
Technology Center
技术中心-工控论坛-阅读文章-中国工业控制自动化领域权威咨询、资讯传媒-Technology Center-Industrial Forum-read articles-China"s industrial automation control authoritative advice, information media
- 2023-01-14 13:00:05下载
- 积分:1
-
本书是CDMA的一本专业教程,对广大电子通信类科研人员有保存价值。...
本书是CDMA的一本专业教程,对广大电子通信类科研人员有保存价值。-This book is a CDMA-professional curriculum for the general category of electronic communications are to preserve the value of scientific research personnel.
- 2023-01-16 02:50:03下载
- 积分:1
-
介绍了用单个晶体管提供短路保护的一种较好方式,值得借鉴...
介绍了用单个晶体管提供短路保护的一种较好方式,值得借鉴-introduced with a single transistor to provide short-circuit protection of a better way worth learning
- 2022-02-04 05:58:18下载
- 积分:1
-
案例经典,适合学习使用,并有源代码,课直接使用,有助于学习。...
案例经典,适合学习使用,并有源代码,课直接使用,有助于学习。-Classic case for learning to use, and active code, direct use of classes, contribute to learning.
- 2022-07-22 05:17:50下载
- 积分:1
-
c language of the answer, please advise and help you a lot! I hope many pointing...
c语言答案,请各位高手多多指教和帮助!希望大家多指点指点。-c language of the answer, please advise and help you a lot! I hope many pointing pointing everyone.
- 2022-08-26 10:55:25下载
- 积分:1
-
M AT A B L is a visualization of the calculation procedures, been widely used in...
M AT L A B是一个可视化的计算程序,被广泛地使用于从个人计算机到超级计算机范围内
的各种计算机上。matlab学习手册-M AT A B L is a visualization of the calculation procedures, been widely used in personal computers to supercomputers within the computer. Matlab learning manuals
- 2022-03-25 18:44:39下载
- 积分:1
-
本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初...
本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。-Author 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, distinctive. The book is divided into 18 chapters, covering the evolution of the object, data abstraction, hiding implementation, initialization and clearance, function overloading and default parameters, input and output stream introduced constants, inline functions, named control, reference and copy constructors, operator overloading, dynamic object creation, inheritance and composition, polymorphism and virtual functions, templates, and package container classes, multiple inheritance, exception handling and runtime type identification. The book as a formal teaching and self-learning books are very g
- 2022-04-23 04:53:26下载
- 积分:1
-
本书真实系统地介绍了密码学及该领域全面的参考文献。
全书共分四个部分,首先定义了密码学的多个术语,介绍了密码学的发展及背景,描述了密码学从简单到复杂的各种协...
本书真实系统地介绍了密码学及该领域全面的参考文献。
全书共分四个部分,首先定义了密码学的多个术语,介绍了密码学的发展及背景,描述了密码学从简单到复杂的各种协议,详细讨论了密码技术,并在此基础上列举了如DES、IDEA、RSA、DSA等10多个算法以及多个应用实例,并提供了算法的源代代码清单。
全书内容广博权威,具有极大的实用价值。自出版以来,得到业内专家的高度赞誉,是致力于密码学研究的专业及非专业人员一本难得的好书。-This book introduces the real system and the field of cryptography comprehensive references. Book is divided into four parts, first of all define the term more than cryptography, introduced the development of cryptography and background, describes cryptography from the simple to the complex variety of the agreement, a detailed discussion of cryptographic techniques, and on this basis cited, such as DES, IDEA, RSA, DSA algorithm, as well as more than 10 examples of multiple applications and provides the algorithm source code on behalf of the list. Broad authority of the contents of the book, has great practical value. Self-publishing has been highly praised the industry experts, is dedicated to the study of cryptography professional and non-professional a rare book.
- 2022-03-26 13:07:22下载
- 积分:1
-
创建类的实例的最常见的方式是用new语句调用类的构造方法。在这种情况下,程序可以创建类的任意多个实例,每执行一条new语句,都会导致Java虚拟机的堆区中产生一...
创建类的实例的最常见的方式是用new语句调用类的构造方法。在这种情况下,程序可以创建类的任意多个实例,每执行一条new语句,都会导致Java虚拟机的堆区中产生一个新的对象。假如类需要进一步封装创建自身实例的细节,并且控制自身实例的数目,那么可以提供静态工厂方法。
- 2023-07-11 12:10:02下载
- 积分:1