-
BinaryTree
二叉树的操作,三种遍历过程,实现节点查找,删除,增加等。内含报告(Binary tree operation, three traversal, node search, delete, increase. Contains reports)
- 2012-10-27 23:03:24下载
- 积分:1
-
八叉树算法
八叉树算法 详尽 供参考
并且附带解释说明
- 2022-01-30 10:45:41下载
- 积分:1
-
KeyHookDemo
KeyHookDem键盘钩子 可以屏蔽键盘按键(KeyHookDem)
- 2010-10-18 22:18:57下载
- 积分:1
-
结合旅行商问题,学习并掌握遗传算法。并从实例中体会遗传算法对解决NP问题的重要性。遗传算法解决旅行商问题...
结合旅行商问题,学习并掌握遗传算法。并从实例中体会遗传算法对解决NP问题的重要性。遗传算法解决旅行商问题-Combination of traveling salesman problem, to learn and master the genetic algorithm. Experience from the examples of genetic algorithm to solve the NP problem. Genetic Algorithm to Solve Traveling Salesman Problem
- 2022-12-18 01:30:03下载
- 积分:1
-
can2sci
飞思卡尔单片机F56f8037can程序(Freescale microcontroller F56f8037can program)
- 2014-04-06 19:28:42下载
- 积分:1
-
DrawCube3d
Rotating 3D cube not OpenGL
- 2011-01-15 00:13:25下载
- 积分:1
-
BandPMathPinPENVI
envi中的波段计算!一般是遥感专业可以选择!(ENVI BAND MATH)
- 2013-01-05 15:48:57下载
- 积分:1
-
liaotianchengxu
VC++编写的聊天程序。可在局域网内进行聊天。界面清晰(VC++ to prepare the chat program. Can be carried out in the local area network chat. Clear interface)
- 2009-06-14 10:28:05下载
- 积分:1
-
Source
卫星轨道书中附带的C++程序,很好地一本书,对于卫星设计很重要(The book comes with a satellite orbit C++ program, a good book, it is important for the satellite design)
- 2014-01-10 10:54:02下载
- 积分:1
-
Archive
4) 创建一个名为Complex的类,进行复数的算术运算。复数的形式为:
realpart+imaginarypart*i
用浮点变量表示类的private数据。提供构造函数,能够对所声明的该类对象进行初始化。在不提供初始化值的情况下,该构造函数应包含默认值。针对以下功能,分别提供一个public成员函数。
(1)两个复数相加;
(2)两个复数相减
(3)用(a, b)的形式打印复数,其中a为实部,b为虚部。
(4) Create a class called Complex, and perform complex arithmetic operations. Plural form: realpart+imaginarypart* i said private data class with floating point variables. Provide a constructor, the object can be declared for the class is initialized. In the case do not provide initialization values, the constructor should contain default values. For the following functions, which provide a public member function. (A) two complex numbers (2) the subtraction of two complex (3) (a, b) in the form of plural printing, where a is the real part, b is the imaginary part.)
- 2013-12-18 15:14:46下载
- 积分:1