资源列表
DXS
- 若不存在一元多项式,输入m项系数的指数,建立一元多项式,销毁一元多项式,两个一元多项式相加,保存一元多项式-If there is a polynomial input m coefficient index, the establishment of a polynomial, and the destruction of a polynomial, and two unary polynomials, and save a polynomial
Graph
- 数据结构中关于图的建立与简单应用,适用于初学者对概念的掌握和在VC6.0环境下的实现-The construction of Graph
bank queue
- 运用数据结构中的栈结构,实现模拟银行排队的功能(Using the stack structure of data structure, the function of simulating Bank Queuing is realized)
ndmrpy
- 基于模糊逻辑和GA的智能车辆横向控制算法仿真研究,网上很少有这样的珍贵资料,故上载之()
02
- 编写一个程序,将两个字符串连接起来(不用STRCAT函数)利用指针实现-Write a program that will link the two strings (not STRCAT function) the use of pointers
queen
- 皇后控制问题 皇后控制问题
Binary-Tree
- 二叉树基本操作,包括创建、求结点、求叶子数、遍历-Binary Tree
tiaoma
- 跳马算法的实现:考虑国际象棋棋盘上某个位置的一只马,它是否可能只走步,正好走过除起点外的其他个位置各一次,并且最后能够回到初始点(存在哈密顿回路)?-Vault algorithm implementation: considering a location on the chess board of a horse, it may only be walking, just walk in addition to other locations outside the starting poi
lecture_03recursion
- 此资料主要用于acm初学者。递归算法是c++中一个比较重要的算法,尤其在acm中。本文深入浅出的讲解了递归算法。-This article maybe very useful to the acmer.As we all know that the recursion algorithm is very important.By reading this article you may learn a lot.
Implementation-of-data-structure
- 《数据结构》算法实现及解析随书光盘,包含各个章节代码的实现,全部使用C++实现-" Data Structures" and the analytic algorithm CD with the book, each chapter contains the implementation of the code, all achieved using C++
0-1bag
- 假设有n件物品,每件物品有各自的重量W1,W2,……,Wn和 与之对应的价值V1,V2,……,Vn。设背包的容量为c,在不超过背包容量的前提下,求出获得最大价值总和的方案。(0-1背包的情况下物品不可分割,只能选择放入,或者不放入背包中)。 -Suppose there are n items, each item has its own weight W1, W2, ......, Wn and the corresponding value of V1, V2, ......, Vn
zuixiaoshengchengshu
- 这是一个关于数据结构中最小生成树的源代码,是课程作业。-This is data about the structure of a minimum spanning tree of the source code, programs are operating.
