-
用非
设有由n个不相同的整数组成的数列,记为:
a(1)、a(2)、……、a(n)且a(i)a(j) (ij)
例如3,18,7,14,10,12,23,41,16,24。
若存在i1
- 2022-02-27 03:47:28下载
- 积分:1
-
用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
-
最大频繁项集挖掘算法。运行前需将release中的data和result数据拷贝到上一级目录下。...
最大频繁项集挖掘算法。运行前需将release中的data和result数据拷贝到上一级目录下。-Maximal frequent itemsets mining algorithm. Needs to be run before the release of data and result data are copied to the directory level.
- 2023-08-28 18:20:03下载
- 积分:1
-
without passwords, directly extract, is a teacher decorated tree ranking two for...
无需密码,直接解压,是老师布置的二叉排序树的C语言代码,适合学生使用.-without passwords, directly extract, is a teacher decorated tree ranking two forks of C language code, for use by students.
- 2023-05-28 22:40:03下载
- 积分:1
-
常用的数据结构算法
数据结构常用算法之一-Dijkstra算法,实现最短路径选择.-algorithm commonly used data structures one-Dijkstra algorithm to achieve the shortest path to choose.
- 2023-07-11 21:50:02下载
- 积分:1
-
c语言少见经典资料,jkjsdjfkjdlfdfdfs
c语言少见经典资料,jkjsdjfkjdlfdfdfs-c language data rare classic, jkjsdjfkjdlfdfdfs
- 2023-06-05 22:30:02下载
- 积分:1
-
数据结构的八皇后问题
数据结构的八皇后问题-data structure of eight Queens
- 2023-01-10 00:05:03下载
- 积分:1
-
一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式...
一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头结点的单链表存储多项式。 测试数据: (1) (2x+5x8-3.1x11)+(7-5x8+11x9) (2) (6x-3-x+4.4x2-1.2x9)-(-6x-3+5.4x2+7.8x15) (3) (x+x2+x3)+0 (4) (x+x3)-(-x-x-3)-one yuan sparse polynomial calculator [Addition and multiplication] Problem description : Design one yuan polynomial coefficient counter achieve the two polynomials addition, subtraction. Basic requirements : (a) input and the establishment of polynomial (2) output polynomial, the output form of integer sequence : n, c1, e1, c2, e2 ... cn, en, where n is the polynomial Number, ci, ei for the first item i the coefficients and indexes. By sequencing index in descending order. (3) a and b polynomial addition, the establishment of a polynomial b, the combined output polynomial. (4) a and b polynomial subtraction, the establishment of a polyno
- 2022-10-15 00:45:03下载
- 积分:1
-
哈夫曼编码
程序是要建立一个哈弗曼树,并利用哈夫曼树求相应编码和译码,根据输入的一串电文(字符串)来设计哈夫曼树,并根据哈弗曼树求出每个字符相应的编码,最后根据已知的编码,随机组合输入编码串,根据哈弗曼编码和哈弗曼树求出译码内容。
主要输入形式为一串字符串例如:abcd
输入的范围就是这26个字母,不限大小写,定义最多输入的字符不超过100个。
输出的形式根据要求,输入字符串后,要输出每个字符及其权值(出现次数);
然后再输入要译码的编码串,输出译码内容。
- 2022-03-16 10:05:21下载
- 积分:1
-
ACM解题报告,必有有用,特别对于初学者,看是否对你有帮助...
ACM解题报告,必有有用,特别对于初学者,看是否对你有帮助-ACM problem-solving report, there must be useful, especially for beginners to see if there is help for you
- 2022-08-11 14:31:36下载
- 积分:1