-
插值程序
给入控制信号,输入输出分辨率 进行放大,分辨率例如1024 768,系统时钟为最高频率的输入时钟,里面包括双线性,还有最近领域法,两种算法的选择是通过一个电平进行控制
- 2022-09-19 13:50:03下载
- 积分:1
-
时域信号转换为频域信号的几个例子,本人都用过的,绝对能运行...
时域信号转换为频域信号的几个例子,本人都用过的,绝对能运行-Time-domain signal is converted to frequency domain signal a few examples, I have been used, absolutely can run
- 2023-05-04 14:45:03下载
- 积分:1
-
项目实施的堆
函数和过程:
1.Heapify
2.建堆
3.插入
4.提取最大
5.增加的关键
6.初始化
7.打印堆
从文件堆成 8.读取文本)
- 2023-02-08 06:50:03下载
- 积分:1
-
该资料为边角网平差计算的指导文章,并赋有相关的代码
该资料为边角网平差计算的指导文章,并赋有相关的代码-Corner of the information network adjustment calculation for the guidance of article, and are endowed with the relevant code
- 2023-04-17 12:30:03下载
- 积分:1
-
BP神经网络源代码,通过BP神经网络可进行各种模拟,特别是运算模拟都可以逼近...
BP神经网络源代码,通过BP神经网络可进行各种模拟,特别是运算模拟都可以逼近-BP neural network source code
- 2023-08-16 01:20:02下载
- 积分:1
-
长整数计算 用于计算长整数的加减乘除 如:100,000 ,000+200,000 ,000=300,000 ,...
长整数计算 用于计算长整数的加减乘除 如:100,000 ,000+200,000 ,000=300,000 ,-long integer calculations used in the calculation of long integer arithmetic such as : 100,000 ,000 300,000 ,000 200,000,000,000 =
- 2023-05-01 22:05:03下载
- 积分:1
-
按照既定的步长,输入后筛选已有数据 程序1
按照既定的步长,输入后筛选已有数据 程序1-accordance with the established step, the imported data screening procedures have a
- 2023-01-09 13:25:04下载
- 积分:1
-
Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n...
程序:全主元Gauss消去法
过程:gaussq(aa,bb,xx,n,sgn)
作用:aa为系数矩阵,bb为右端向量,xx为解向量,n为方程阶数,sgn为标识符,1表示计算正常进行,0表示计算失败
方程形式为:aa(n,n)*x(n)=bb(n)-Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n, sgn) Role: aa for the coefficient matrix, bb for the right-hand side vector, xx for the solution vector, n the order of the equation, sgn as identifiers, 1 indicates the calculation as normal, 0 indicates failure of the calculation equation of the form: aa (n, n)* x (n) = bb (n)
- 2023-02-27 01:55:03下载
- 积分:1
-
回溯法解决0-1背包问题
问题给定n中物品和一个背包,物品i的重量为wi,价值为vi,背包的总容量为W。要选择装入背包的物品使得装入背包物品的总价值最大。对于每一个物品只有选中放入背包和不选中两种状态,分别用1和0来表示。可将0-1背包问题解空间组织成子集树的形式。以深度优先的方式,由父节点开始搜索整个解空间,将选中的物品价值和重量加到总价值和总重量里面。当遍历所有分支和节点,比较得到问题的最有解和最优值。
- 2022-04-21 15:07:42下载
- 积分:1
-
svm(支持向量机)的演示程序,是可执行程序,非控制台程序,可实现分类并图形化显示。...
svm(支持向量机)的演示程序,是可执行程序,非控制台程序,可实现分类并图形化显示。-svm (support vector machine) demonstration program, an executable program, non-console programs for classification and graphical display.
- 2022-02-05 06:36:25下载
- 积分:1