资源列表
34695136
- c++实现固支三次样条曲线,算出曲线的系数,供其他绘图软件使用绘图,()
nkvtyu
- 常用排序算法的演示程序,功能是动态的演示数据排序的过程()
compute_code
- source code for compute,i am sure it will be good for you.It can be complied on c\c++ plafort
REINAS-NUEVO
- Solution to the 8 queen problem using genetic algorithms in c-Solution to the 8 queen problem using genetic algorithms in c++
SolutionPatterning
- 是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结-It is set to be repeated use, most people know, after cataloging, code design experience summary
string
- 本程序是中国科学技术大学数据结构及其算法的上机作业,主要实现串的模式匹配,本程序为本人亲自编写并在VC++6.0中调试通过。-This program is the University of Science and Technology of China data structures and algorithms on machine operation, the main achievement of the string pattern matching, the program wri
white_black
- 1、问题描述 设平面上分布着n个白点和n个黑点,每个点用一对坐标(x, y)表示.一个黑点b=(xb,yb)支配一个白点w=(xw, yw)当且仅当xb>=xw和yb>=yw.若黑点b支配白点w,则黑点b和白点w可匹配(可形成一个匹配对).在一个黑点最多只能与一个白点匹配,一个白点最多只能与一个黑点匹配的前提下,求n个白点和n个黑点的最大匹配对数. 2、具体要求 要求:时间效率在O(NlgN) 3、实现方法 基于贪心算法 以x坐标的升序对黑点排序(可用QUIC
Huffman_Tree
- 利用哈夫曼树,对要发送的密文进行编码,在vs2005下实现-The use of Huffman trees, the ciphertext to be sent to encode
hht
- 希尔特算法---程序员联合开发网-会员登录-hht
queue
- 实现链队列的基本运 2. 采用循环队列实现队列的各种基本运算。 3. 停车场管理 -Chain to achieve the basic operation of the queue 2. Using circular queue queue to achieve the various basic operations. 3. Parking Management
nqueens.tar
- N皇后问题的所有解演示,用Qt做的-N-Queens problem all solutions demonstrate, to do with Qt. . . . . . . . . . . . .
SortAlgorithm
- Delphi实现的排序算法及效率比较,含:冒泡排序,插入排序和Shell排序。-Delphi to achieve the efficiency of sorting algorithms and more, including: bubble sort, insertion sort and Shell sort.
