-
通常的冒泡是单向的,而这里是双向的,也就是说还要进行反向的工作。 代码看起来复杂,仔细理一下就明白了,是一个来回震荡的方式。 写这段代码的作者认为这样可以在冒泡...
通常的冒泡是单向的,而这里是双向的,也就是说还要进行反向的工作。 代码看起来复杂,仔细理一下就明白了,是一个来回震荡的方式。 写这段代码的作者认为这样可以在冒泡的基础上减少一些交换(我不这么认为,也许我错了)。 反正我认为这是一段有趣的代码,值得一看。-The bubble is usually a one-way, and here is a two-way, that is to say the job would also like to reverse. The complexity of the code look carefully you will understand the rationale for it is a shock the way back and forth. Author of Writing the code that this can reduce the bubble on the basis of the exchange (I do not think so, I may be wrong). Anyway, I think this is a fun code, worth a visit.
- 2022-03-02 16:06:02下载
- 积分:1
-
本书内容分上、下两册出版。本套书是关于Microsoft Visual C++ 6.0基础类库(MFC)完整的参考手册。全面性和权威性是本书最大的特点。MFC库...
本书内容分上、下两册出版。本套书是关于Microsoft Visual C++ 6.0基础类库(MFC)完整的参考手册。全面性和权威性是本书最大的特点。MFC库按照应用的功能划分为根类,MFC应用结构类,窗口、对话和控件类,绘画和打印类,简单的数据类型类,数组、列表和映射类,文件和数据库类,Internet和网络类,OLE类,调试和异常类等类。而其中的每一分类都是应用编程或其中某个方面的重要课题。本书按字母次序排列了MFC全部的类,并详细介绍了每一个类的成员,包括成员函数和数据成员,以及类之间的关系,如派生等。对于典型的用法,本书在用常规方法解释之余,还附加了精炼的代码示例,可供读者揣摩、研究。类库参考1-book covers, published in two volumes. Bentaoshu on Microsoft Visual C 6.0 basis Class (MFC) comprehensive reference hands register. Comprehensive and authoritative book is the greatest characteristics. MFC according to the application of functional roots category, MFC Application category structure, windows, dialogue and control classes, painting and print category, simple data type category, arrays, class lists and maps, documents and database category, Internet and network categories, OLE category, debugging and unusually for such category. And the classification is applied for each program or some aspect of an important topic. The book arranged in alphabetical order of all of the
- 2022-07-26 19:34:31下载
- 积分:1
-
一本关于移动通信中阵列信号处理技术的好书
一本关于移动通信中阵列信号处理技术的好书-A book on mobile communication array signal processing technology books
- 2022-01-25 19:19:46下载
- 积分:1
-
ActionScript+3.0+语言和组件参考
格式为CHM 解压缩后直接打开即可...
ActionScript+3.0+语言和组件参考
格式为CHM 解压缩后直接打开即可-ActionScript+ 3.0+ Language and Components Reference CHM format is extracted directly open to
- 2022-08-21 12:33:54下载
- 积分:1
-
XP风格的CTabCtrl,可自由设置标签位置,图标等
XP风格的CTabCtrl,可自由设置标签位置,图标等-XP-style CTabCtrl, be free to set the tag location, icon, etc.
- 2023-07-18 20:35:03下载
- 积分:1
-
实用书籍,一个人会明白
很实用的书籍,一看就明白-practical books, a person would understand
- 2022-01-26 02:57:59下载
- 积分:1
-
The ATMD
The ATMD-GP2 evaluation system consists of a motherboard together with the AM-GP2 plug-in module
- 2022-01-21 04:13:36下载
- 积分:1
-
MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。...
MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC message mapping mechanism analysis on how to use ClassWizard,, sent to the window to understand the news is how the MFC framework mapping table through the window handle and message mapping table to use window class of the response function. Master device and its use of CDC Packaging category, CDC is how specific equipment and related integration drawing specific procedures for analysis. How to set the closed graphics filled brushes (digital pictures with a transparent brush painting brush use).
- 2022-02-05 06:11:53下载
- 积分:1
-
Description Although this book and some simple, but in fact it contains less. Si...
说 明
虽然这本书有些简单,可是,它包含的内容其实也不少。
简单是因为我不想让它太复杂化,我尽量争取一个游戏程序,不到十面纸。事实也是如此:其中那么多的代码,有一半是详细的解释。
简单的另一个原因是,一个农民的儿子,我知道学生买一本大书的痛苦。
这本书不同于一般的书的地方在于:它是以游戏的实现为主线,附加一些程序涉及到的其它内容。
-Description Although this book and some simple, but in fact it contains less. Simply because I do not want it too complicated, and I strive for a game program, less than ten glossy paper. The fact is also true: in which so many of the code, have half of a detailed explanation. Another reason is simple, a peasant
- 2022-04-16 23:07:28下载
- 积分:1
-
信息的表示方法、数据的组织方法、操作算法设计,非数值计算应用的发展,促进了数据结构的研究和发展以及其体系的完善...
信息的表示方法、数据的组织方法、操作算法设计,非数值计算应用的发展,促进了数据结构的研究和发展以及其体系的完善-Ways of that information, data, methods of organization, operation algorithm design, non-numerical applications, the data structure to promote research and development, as well as to improve its system
- 2022-03-10 16:04:05下载
- 积分:1