资源列表
myknapsack
- a) 0-1背包问题采用的是动态规划法,该算法思想简介如下: 有些问题常常没有办法把它们分成较小数目的子问题,在这种情况下,可以试着把问题分成必要多的子问题,每个子问题又可以分成数目不确定的必要多的子子问题,这样就会产生大量的子问题。如果分得的子问题界限不清,互相交叉,则在大量的子问题中会存在一些完全相同的子问题,因而在解这类问题时,将可能重复多次解同一个子问题。这种重复当然是不必要的,避免的方法可以在解决一个子问题后把它的解(包括其子子问题的解)保留下来,若遇到求解与之相同的子问题的时候,
Dftsplit.txtread
- text,txt文件读取用于vba 读取股票除权数据入Excel-text, txt file read for VBA diluted shares read data into Excel
111
- 数据结构二叉树结构的实现。实现了二叉查找树所特有的功能
sendandrec
- 这是利用c#进行编写的发送接收组播报文的程序代码,很有研究价值
test1
- Alamouti code for space time diversity communication
picload
- manipulate pictures on pascal
LRU
- 操作系统中的LRU页面置换算法,用堆栈的方法实现,可以运行-Operating system LRU page replacement algorithm, the method used to achieve the stack, you can run. . . . .
jjk
- 在可变分区管理方式下采用首次适应算法实现主存分配和-In the variable partition management algorithm used under the first-fit allocation and main memory
rose
- WINTC编写的玫瑰花程序,可以学习一下-failed to translate
FileToArray
- Convert data function used for help in coding
sed
- linux下sed的一些用法,详解方便你修改系统文件-Some of usage under linux sed, allowing you to modify system files Detailed
matllab.matopencv.xm
- matllab训练出来的.mat模型转换成opencv下可以使用的.xml模型-change the .mat to .xml in opencv