资源列表
最大子长方体问题
- *Cube:最大子长方体问题 问题描述: 一个长,宽,高分别为m,n,p的长方体被分割成个m*n*p个小立方体。每个小立方体内有一个整数。 求所给长方体的最大子长方体。子长方体的大小由它所含所有整数之和确定。 */-* Cube : The biggest problem for rectangular Problem descr iption : a long, wide and high respectively m, n, p rectangular cut into the 000 m
CRC32数据检验算法代码
- 在远距离数据通信中,为确保高效而无差错地传送数据,必须对数据进行校验即差错控制。循环冗余校验CRC(Cyclic Redundancy Check/Code)是对一个传送数据块进行校验,是一种高效的差错控制方法。-in long-distance data communication, in order to ensure efficient without error to transmit data, the data must check that the error control. C
49252-5
- 数据结构用java实现的一些源代码,包含了我们常用的一些数据结构。-java data structure used to achieve some of the source code, including our common data structure.
0427 李金宝 11
- 编的很垃圾 大家多多包涵 主要功能矩阵相加 减 乘 除 大家多多指点-series of the very people refuse excused main function matrix arithmetic is a lot we kind
GraphD
- Java数据结构的小应用程序对于数组的冒泡排序-data structure of the Java applications for small array of Bubble Sort
Queue111
- JAVA数据结构与算法之队列小应用程序-Java data structures and algorithms queue small applications
RBTree111
- JAVA数据结构与算法的二叉树用小应用程序实现-Java data structures and algorithms with small Application Binary Tree Program
ChartDrawing
- 一个曲线类,可用于Dialog,也可用于View-a curve type can be used Dialog also can be used to View
汉诺塔课程设计(修改后)
- 汉诺塔演示程序,用VB做成的图形界面,能够实现汉诺塔问题,也即是把N个盘子从一根棍上移到另一根上面,通过中转的棍,但是必须保证在每根棍上都是下面的盘子大于上面的盘子。-HANOR demo program using VB create graphical interface to HANOR problems, that is, N dishes from one club to another on the above-through the interchange stick, but i
SimpleMaze007
- 迷宫的又一解法。该算法简单、实用、可读性强,是学习递归和回溯很好的例子。-maze of another solution. The algorithm is simple, practical and readable study is recursive and backtracking good example.
strings111
- C++语言对字符串对象进行各种操作的子程序,对运算符的重载,实现对字符串方便的各种操作。-C language string object to the operation of various subroutine, right Operators of heavy realize the convenience of a string operation.
cchengxu
- 数据结构课本对应算法的程序实现,初学者有一定的帮助,包括一些常见的算法的程学实现。-textbooks data structure corresponding algorithm program, beginners will help, including some common-learning algorithm to achieve.