资源列表
recursion
- 几个c++递归算法,仅供参考,代码比较简单(Several c++ recursive algorithms, for reference only, relatively simple,good luck)
rqndom
- 页面置换算法代码,语言采用c++,实现了FIFO算法,LRU算法,其中,LRU采用经典的LRU算法,由于该算法占用资源较大()
Palindrome subsequences
- 求一个长度不超过15的字符串的回文子序列个数(子序列长度>=1)。 输入描述:输入一个长度不超过15的字符串,字符串均由小写字母表示 输出描述:输出其回文子序列个数 样例输入:abaa 样例输出:10(Find the number of palindrome subsequences of a string of no longer than 15 (subsequence length >=1). Input descr iption
Maximum sum of subarray
- 题目描述:给定一个数组a[0,...,n-1],求其最大子数组(长度>=1)和 输入描述:第一行一个整数n(1<=n<=5000),然后依次输入n个整数(每个整数范围[-5000, 5000]) 输出描述:输出一个整数表示最大子数组和 样例输入:5 1 -1 1 1 -1 样例输出:2(Topic descr iption:Given an array a[0,..., n-1], find its maximum sum of suba
单链表
- 程序实现数据结构中单链表的功能,内含一个cpp文件,h文件和一个main文件(The program implements the function of a single chain table in the data structure, containing a cpp file, a h file, and a main file.)
iuzwgh
- 这是我在网上收集的用于计算圆内均匀随机数的一些方法,用的是FORTRAN语言()
Queue
- 实现循环队列的各种基本操作,如初始化、判断队列空或满、出入队操作(Implementation of the basic operations of a circular queue, such as initializing, judging queue empty or full, entry and exit operations)
DKOSN13
- CFD各种差分格式,ENO Lax-Friedriches Beam-Worming Lax实例()
fsmgl
- 几种排序和评价,快速排序等,有具体的时间比较!()
DoubleLinkedList
- double linked list in java by implement data structure
machine_mnmilding
- 基本蚁群算法程序程序在vc++6 0下面同过,对原来的做了一点修改,()
AML
- 对随机数的检测,统计0和1的频数,有利于减少计算量()
