资源列表
huochechongpai
- 一列火车要将N节车厢分别送往N个车站,车站按1-N的次序编号,火车按照N,N-1,....1的编号次序经过车站,假设车厢的编号就是其目的地车站的编号。 给定一个任意的车厢排列次序,重新排列车厢,使其按照从1到N的次序排列,规定重排时只能从入轨到缓冲铁轨,或者从缓冲铁轨出轨。 限制条件: 有一条入轨,一条出轨,K条缓冲铁轨(1≤K≤N-1)-A train carriages were sent to N N stations, railway stations, in the or
bagpack
- 背包问题 实现背包内物品价值最大化 运用队列的方法-Backpack knapsack problem to maximize the value of goods
List
- 使用c预言,实现对链表的排序,增、删、查功能。适合C语言初学者练习,辅助学习。-Use c language to achieve the sort of the list, add, delete, search functions. C language for beginners to practice, assisted learning.
Time-Series1
- 时间序列matlab程序,主要用于结构参数识别领域-times series matlab program
algorithem-and-data-structure
- 算法与数据结构参考程序源代码。供初学者参考使用。-algorithm and data structure source code.
diguiqiuzuida
- c++编写:使用递归的方法求给定数组的最大数-c++programing:The maximum number of recursive method using request given array
adsprograms
- SJNKJFJKDKNV SKVDKSNKVNKXNVKNKD
cos_frmwk_cfg
- 用于将jason中的存储成内存中的config-config to develop
文本二叉树
- 文本二叉树是二叉树作业中的一道简单的编程题。
Maze-depth-first-algorithm
- 迷宫深度优先算法,深度优先是按照一定的顺序查找完一个分支,再查找另外一个分支,直到找到目标为止。-Depth first is according to certain order to find a branch, then find another branch, until find the target.
lz77
- C语言实现的LZ77压缩算法,vs2013工程。需要自己需要压缩的文档1.txt,可以输出压缩后的文件与解压后的文件-LZ77 compression algorithm C language implementation, needs its own need to compress the document 1.txt, files can be output compressed files unpacked
quicksort
- 快排算法的改进,当子问题规模小于k时使用简单插入排序算法,可以减小快排的运行时间-Fast row improved algorithm, when the scale of the problem child of less than k using a simple insertion sort algorithm can reduce the running time of fast row