-
FFT parallel code implementation in c
FFT parallel code implementation in c
- 2022-05-09 00:24:36下载
- 积分:1
-
hdoj的题目分类!!质量保证!
想刷hdoj的人必看!里面有每道题的类型!以下是部分:
1001 整数求和 水题
1002 C语言实验题——两个数比较 水题
1003 1、2、3、4、5... 简单题
1004 渊子赛马 排序+贪心的方法归并
1005 Hero In Maze 广度搜索
1006 Redraiment猜想 数论:容斥定理
1007 童年生活二三事 递推题
1008 University 简单hash
......
- 2023-08-27 14:20:03下载
- 积分:1
-
算法首先实现最佳解决河内塔与GUI
程序在Visual C ++,它使用最好优先算法来解决河内塔。还实现了一个图形导航和交互的键盘接口供其使用。来自包括指令和源代码,再加上必要的纹理和.exe文件的文件
- 2022-03-21 19:54:07下载
- 积分:1
-
禁忌搜索算法的例子程序求解Tsp问题
禁忌搜索算法的例子程序求解Tsp问题- The taboo search algorithm example procedure solves the Tsp
question
- 2023-04-11 18:30:04下载
- 积分:1
-
there are 100 c program in the document.
there are 100 c program in the document. -there are 100 c program in the document.
- 2022-01-25 16:54:01下载
- 积分:1
-
Huffman coding is a lossless encoding said very carefully, and to look carefully...
霍夫曼编码 是一种无失真编码 讲的很详细,仔细看看,收获不小。-Huffman coding is a lossless encoding said very carefully, and to look carefully and learned a lot.
- 2022-02-01 01:07:14下载
- 积分:1
-
一个标准的粒子滤波程序,有助于对粒子滤波算法的理解
一个标准的粒子滤波程序,有助于对粒子滤波算法的理解-A standard particle filter process, contribute to the understanding of particle filter
- 2023-07-18 06:10:03下载
- 积分:1
-
VB生成三角网
VB源代码生成的三角网,即狄罗尼三角网。可以通过点击程序界面自动生成一系列的不规则三角网
- 2022-12-06 21:55:03下载
- 积分:1
-
矩阵连乘积的加括号方式数
资源描述给定n个矩阵{A1,…,An},其中Ai和Ai+1可乘,i=1,2,…,n-1。考察矩阵连乘积加括弧的方式数。
如四个矩阵连乘积A1A2A3A4,共有五种不同的加括弧方式:
( A1 ( A2 ( A3 A4 ) ) )
( A1 ( ( A2 A3 ) A4 ) )
( ( A1A2 ) ( A3 A4 ) )
( A1 ( A2 A3 ) A4 )
( ( ( A1 A2 ) A3 ) A4 )
输入示例:
4
输出示例:
5
- 2023-02-06 15:25:03下载
- 积分:1
-
数字的阶乘算法.按分解的方法,将一个大数的阶乘用数组实现....
数字的阶乘算法.按分解的方法,将一个大数的阶乘用数组实现.-digit factorial algorithm. According to the decomposition method, a majority of the factorial using arrays to achieve.
- 2022-02-26 18:36:29下载
- 积分:1