资源列表
fibonaqi
- Fibonacci数列是一种特殊的数列,数列的第一项、第二项的值为1,从数列的第三项开始,每一项的值都等于数列前两项值的和。本题就是编程求解Fibonacci数列第n项的值,并在屏幕上显示出来。-Fibonacci series is a special series, the first series of items, the second of the value of a, series from the third, each have a value equal to the ser
queue8
- 八皇问题,是数据结构中一种典型的问题,一般采用回溯算法来解决,是一种经典的算法-eight Huang, data structure is a typical problem, generally use backtracking algorithm to solve them. is a classical algorithm
MCORRE2
- 可利用该源码程序用FFT实现相关函数快速估计。
yuxian
- 实现余弦函数及其傅立叶变换后的波形,是通信实验中基础而必不可少的基本代码,有较详细注释
pts
- 自适应梯形求积法 特别适合被积函数为强峰的定积分 此程序修改余地很大-Adaptive trapezoid quadrature method was particularly suited to the plot function for the strong peaks of the definite integral of a large room for this procedure to amend
ffg
- 输入N位数,在其中插入R个乘号, 使得所得的结果最大.-Enter the N-digit, insert one of R at a multiplication sign, making the results of the largest.
assemb_gredu_baksub
- 整体单元刚度矩阵组装的一个小例子(针对梁单元)-Overall element stiffness matrix assembled a small example (for beam elements)
travel
- 本程序可实现二叉树的构造,对树的节点没有限制,并实现树的各种遍历,-This procedure enables the binary tree structure, there is no restriction on the tree node, and to achieve a variety of tree traversal,
queue
- 循环队列实行删除,插入功能等的程序代码-queue insert and delete function
7-6
- 数据结构 翁惠玉著 第七章第六题 自己写的,很好用-data structure chapter7 case6
AC-automaton
- AC自动机基于失败字典树、失败指针,查找主字符串中指定字符串集合出现的次数-The AC automaton based on the failure of the dictionary tree, failure pointer, find the number of times specified string collection appear in the main string
duilie
- 用C语言实现队列的一些基本操作,入队、出队等。-Using C language to achieve some of the basic operation of the queue, into the team, a team and so on.