资源列表
lib
- 关于静态链接库的编辑,有一定使用价值,在自己所需要建库使用相关的方法!
largestpublicarray
- 求出任意两个序列的最长公共子序列,使用了动态规划的方法-Obtained the longest sequence of any two common sub-sequences, the use of dynamic programming methods
c_n
- A very powerful n! algorithm. You can input as long number s as you can.
shiyan1
- 1)问题描述:在主程序中设计一个简单的菜单,分别调用相应的函数功能: 1…建立链表 2…连接链表 3…输出链表 0…结束 2)实验要求:在程序中定义下述函数,并实现所要求的函数功能: CreateLinklist( ): 从键盘输入数据,创建一个单链表 ContLinklist( ):将前面建立的两个单链表首尾相连 OutputLinklist( ):输出显示单链表 -1) Problem Descr iption: In the main progra
Josephus
- 约瑟夫问题,用C++实现的约瑟夫问题。输入n和d的值,输出出列序列-Joseph problems with C++ implementation of Joseph problems. Enter n and d values, the output of the column sequence
01package
- 关于背包问题的实现,很好的代码,希望我们一起学习。-Knapsack problem on the realization of good code, I hope we learn together.
Grasp2
- Grasp Heuristic header file
random2
- function Rguji=shixi2_2(t,thetaa1,thetaa2,thetab1,thetab2,thetac,mm) t 是要求系统生存的寿命 thetaa1 是元件A1的数学期望 thetaa2 是元件A2的数学期望 thetab1 是元件B1的数学期望 thetab2 是元件B2的数学期望 thetac是元件c的数学期望 mm 是随机实验次数 frq=0 -function Rguji = shixi2_2 (t, thetaa1, thet
HuffmanAlgorithmProbabilityTree
- huffman tree in matlab
minFBNQ
- 用斐波那契法求解一维函数的极值 斐波那契法是一种区间搜索算法-Using Fibonacci method for solving one-dimensional function extremum Fibonacci method is an interval search algorithm
HW4
- MLP neural network classifier