-
图像增强算法
资源描述实现频域内的图像增强,采用傅里叶变换方法
- 2022-02-15 07:49:26下载
- 积分:1
-
Calculate the derivative of a parametric functions
Calculate the derivative of a parametric functions
- 2022-11-03 21:20:03下载
- 积分:1
-
fft混合基算法,c代码实现,可移植混合基的傅立叶变换算法
fft混合基算法,c代码实现,可移植混合基的傅立叶变换算法-fft-based hybrid algorithm, c code, portable hybrid-based Fourier transform algorithm
- 2022-07-23 21:14:27下载
- 积分:1
-
这是一个简单的C程序,使用AVR单片机Atmega8515键盘
this is simple c program for keypad using AVR microcontroller ATmega8535
- 2023-07-24 21:40:02下载
- 积分:1
-
2D矢量引擎库
遵循2D矢量图形库标准OpenVG,支持所有OpenVG官方规定;同时远远比官方实现效能高(大约是官方效能的80倍)
- 2022-05-18 22:03:08下载
- 积分:1
-
矩阵运算库程序
矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。
- 2022-03-17 17:01:39下载
- 积分:1
-
一个用C编写的小波变换源代码,有兴趣的可以看一下
一个用C编写的小波变换源代码,有兴趣的可以看一下-a C prepared by the wavelet transform source code, interested parties can see what
- 2022-11-05 08:25:03下载
- 积分:1
-
这是我从网上找到的阴历算法,出于对原作者的尊重,代码里的各内容多于保留。...
这是我从网上找到的阴历算法,出于对原作者的尊重,代码里的各内容多于保留。-This is what I found in the lunar calendar online algorithm, based on the original author of respect, the code"s content than reservations.
- 2022-10-04 12:00:03下载
- 积分:1
-
二进制搜索 java 代码
导入 java.util.* ;类 BinarySearch{int [] ;无效的 get){扫描仪 sc = 新的 Scanner(System.in) ;System.out.println ("输入 no。元素") ;= 新 int[sc.nextInt()] ;System.out.println ("输入元素") ;为 (int 我 = 0 ; 我 < a.length;i++)a[i]=sc.nextInt() ;}int binarySearch (int n){int 低 = 0 ;int high=a.length-1 ;虽然 (低 < = 高){int 中期 =(low+high)/2 ;if(a[mid]==n)返回 (中期) ;if(n = 1 & & a [j-1] > t; j — —)[j] = [j-1] ;[j] = t ;}}空 display(){System.out.println ("给定的列表是") ;为 (int 我 = 0 ; 我 < a.length;i++)System.out.print ([i] +"") ;System.out.println() ;
- 2023-01-30 23:10:03下载
- 积分:1
-
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqS...
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUnrec(Bitree t) { SqStack s StackInit(s) p=t while (p!=null !StackEmpty(s-preorder non- recursive algorithm# define maxsize 100 typedef struct (Bitree Elem [maxsize]) int top SqStack void PreOrderUnrec (Bitree t) (SqStack s StackInit (s) p = t while (p! = Null! StackEmpty (s
- 2022-12-23 05:40:03下载
- 积分:1