-
用C++实现的快速傅立叶变换(FFT)的结构算法,其功用就不用细说了吧...
用C++实现的快速傅立叶变换(FFT)的结构算法,其功用就不用细说了吧-C realized Fast Fourier Transform (FFT) algorithm structure, its purpose would not have to elaborate on it
- 2023-07-26 14:30:04下载
- 积分:1
-
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS ...
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS 若 LS 为原子,且 tail(LS) 为空
F(LS) = append( F(tail(LS)), head(LS) ) 若 LS->tag=0 ,且 LS->tp!=null
F(LS) = append( F(tail(LS), F(head(LS)) ) 若 LS->tag=1
其中 append(a,b) 的功能是将广义表 a 和 b 作为元素的广义表连接起来。-Generalized table set against the broad anti-order recursive model of the table is as follows: F (LS) = null if the LS is empty F (LS) = LS if LS for the atoms, and the tail (LS) is empty F (LS) = append (F (tail (LS)), head (LS)) if the LS-> tag = 0, and the LS-> tp! = null F (LS) = append (F (tail (LS), F (head (LS))) If the LS-> tag = 1 where append (a, b) function is a generalized form, and b as elements of generalized tables connected.
- 2022-03-01 20:55:59下载
- 积分:1
-
用电管理,用ftp编的源程序,小改一下就可以用了
用电管理,用ftp编的源程序,小改一下就可以用了-electricity management, use ftp addendum to the source, small change can use this!
- 2022-01-26 07:34:19下载
- 积分:1
-
-
- 2023-03-02 05:00:03下载
- 积分:1
-
实现最短路径算法。 实现最短路径算法。
实现最短路径算法。 实现最短路径算法。-Realize the shortest path algorithm. Realize the shortest path algorithm.
- 2023-08-02 00:25:03下载
- 积分:1
-
For Call Center Operators for the work time given
For Call Center Operators for the work time given- For Call Center Operators for the work time given
- 2023-03-20 11:30:03下载
- 积分:1
-
在二维的AVL树的显示格式
AVL tree display format in two dimensional
- 2022-01-26 06:26:12下载
- 积分:1
-
SSD9课程的exercise的最终版本源代码,包括数据库的脚本文件
SSD9课程的exercise的最终版本源代码,包括数据库的脚本文件-SSD9 the final version of the exercise program source code, including database script files
- 2023-07-11 14:05:05下载
- 积分:1
-
希尔排序(缩小增量法)
排序过程:先取一个正整数d1<n,把所有相隔d1的记录放一组,组内进行直接插入排序;然后取d2<d1,重复上述分组和排序...
希尔排序(缩小增量法)
排序过程:先取一个正整数d1
- 2023-08-27 08:35:04下载
- 积分:1
-
关于图书馆管理系统源代码
图书馆管理系统簿,借款人的详细信息,还会生成罚款支出。
对借款人分配固定的数量的书。
此外将删除、 修改或更新的书详细信息和借款人的书
此外添加了新的书籍、 新的借款人,和删除相同
- 2022-08-31 13:20:03下载
- 积分:1