-
fft源程序,里面有一个fft的写好的类,大家一起分享一下吧
fft源程序,里面有一个fft的写好的类,大家一起分享一下吧-fft source code, which has a fft of written categories, share it with everyone
- 2022-02-06 19:47:54下载
- 积分:1
-
sound_check_by_MCU
通过MCU检查声音
- 2022-07-07 00:57:08下载
- 积分:1
-
This is a study on BP neural network procedures, these will certainly help begin...
这是一个关于BP神经网络的程序,对初学者有一定的帮助。-This is a study on BP neural network procedures, these will certainly help beginners.
- 2022-05-06 10:31:47下载
- 积分:1
-
This is a book commonly used algorithms and model introduction, there are BP net...
这是书上的常用算法和模型介绍,有BP网络的C语言实现,HMM的C语言实现,失量量化的C语言实现。-This is a book commonly used algorithms and model introduction, there are BP networks realize the C language, HMM of the C language, loss of the C language to quantify.
- 2022-01-31 08:49:34下载
- 积分:1
-
线性规划中的单纯形法,单纯形法是求解线性规划的最主要方法,程序首先确定初始可行解,如没有找到,则引入人工变量或松弛变量来求解...
线性规划中的单纯形法,单纯形法是求解线性规划的最主要方法,程序首先确定初始可行解,如没有找到,则引入人工变量或松弛变量来求解-Of linear programming simplex method, simplex method for solving linear programming are the most important methods, procedures to determine first of all, the initial feasible solution, such as not found, then the introduction of artificial variables or slack variable is used to solve
- 2022-06-27 01:49:08下载
- 积分:1
-
用拉格朗日插值公式,对给定的n用离散数据进行插值计算。
用拉格朗日插值公式,对给定的n用离散数据进行插值计算。-Lagrange interpolation formula, the right to use discrete n data interpolation.
- 2022-12-08 16:40:03下载
- 积分:1
-
轮廓树生成
轮廓提取以后,实现了对轮廓点集之间的关系描述,使轮廓查找更容易,也便于对轮廓的后续处理,分析。
- 2022-03-07 20:06:20下载
- 积分:1
-
C4.5 is a simplified version of the Decision Tree Algorithm
C4.5的简化版本是一个决策树的算法-C4.5 is a simplified version of the Decision Tree Algorithm
- 2022-01-22 07:48:49下载
- 积分:1
-
简单的实现了数论中的乘法逆元
该代码均正确运行!包含运行图
及运行结果!...
简单的实现了数论中的乘法逆元
该代码均正确运行!包含运行图
及运行结果!-simple realization of the theory of multiplicative inverse of the code are functioning properly! Includes chart and operating results!
- 2022-07-19 07:36:38下载
- 积分:1
-
练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以...
练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,则直接输出各位数字序列;如果是负数,则首先要输出负号。各位数字紧密输出,不带有前缀的多余的0。-practice procedures, as follows : high-precision integer for the addition, subtraction, multiplication. The importation of two decimal integer big M and N (M, N up to a maximum of 50), the calculated results of operations and output. Entry forms : standard input on the importation of branches were the following : 1. The first line inputs, a large integer M. M may have negative, is back up to 50 digital sequence. 2. Only a second line of characters could be "","-","*", respectively, plus or minus, by three operators. 3. The third line inputs large integer N, M and the same format M, N are not redundant with the prefix 0 output-- in the form of print on standard out
- 2022-02-06 02:31:19下载
- 积分:1