-
利用最小二乘法进行曲线的拟合,这是用多项式拟合曲线的源码!...
利用最小二乘法进行曲线的拟合,这是用多项式拟合曲线的源码!-using the least-squares method of curve fitting, which is the polynomial curve fitting source!
- 2022-10-12 07:10:03下载
- 积分:1
-
这是一个单片机实用子程序集,有丰富的实用定点数计算,浮点数计算,及控制类子程序!适合单片机开发者参考工具。
该代码执行效率高,通过编译。
这是一个单片机实用子程序集,有丰富的实用定点数计算,浮点数计算,及控制类子程序!适合单片机开发者参考工具。
该代码执行效率高,通过编译。-This is a single-chip utility subroutine sets, has a wealth of practical fixed-point computing, floating-point calculation, and control of type subroutine! Suitable for single-chip reference tool for developers. Efficient implementation of the code through the compiler.
- 2022-04-16 02:56:46下载
- 积分:1
-
本程序采用循环单链表的算法来解决约瑟夫环问题:建立一个循环单链表,按顺序查找指定结点,找到后删除,最后打印删除的编号序列。
本程序采用循环单链表的算法来解决约瑟夫环问题:建立一个循环单链表,按顺序查找指定结点,找到后删除,最后打印删除的编号序列。- This procedure uses circulates Shan Lianbiao algorithm to solve
the Joseph link problem: Establishes to circulate Shan Lianbiao,
assigns the point according to the smooth search, after found deletes,
finally prints the serial number sequence which deletes.
- 2022-05-30 07:29:42下载
- 积分:1
-
Gauss_seidel algorithm, classical algorithm
Gauss_seidel算法,经典算法-Gauss_seidel algorithm, classical algorithm
- 2023-08-21 18:35:03下载
- 积分:1
-
这个程序有别于已经做好exe文件的2
这个程序有别于已经做好exe文件的2-8-10-16进制转换程序而是可以被其他程序调用,或简单地用ctrl c,来复制其中一段至目标程序的源代码-have made exe files 2-8-10-16 base for the conversion process, but the other procedures can be called, or simply use the ctrl c, to replicate some of which target program"s source code
- 2022-02-01 06:25:30下载
- 积分:1
-
基于C实现的采样复制的纹理图像修复方法_可去除遮罩物
资源描述CS7495 Final Project Sooraj Bhat
Object Removal by Exemplar-based Inpainting USING THE CODE
Everything was done in Matlab and MEX (i.e. a C function callable from
Matlab). First, the C code needs to be compiled. At the Matlab
prompt, type:
mex bestexemplarhelper.c
You should then be able to run the following (which takes ~2mins on my
2GHz Pentium 4 laptop with 256MB of RAM):
[i1,i2,i3,c,d,mov] = inpaint("bungee0.png","bungee1.png",[0 255 0]);
A smaller run (~25 seconds) would be:
[i1,i2,i3,c,d,mov] = inpaint("bw0.png","bw2.png",[0 255 0]);
To visualize:
plotall;
close; movie(mov);
SAMPLE IMAGES & RESULTS
*0.png The original images ("bw" and "bungee")
*{1,2}.png The different fill region masks.
*P2.png &nbs
- 2022-02-01 13:35:37下载
- 积分:1
-
频散曲线计算
lamb的频散曲线具有多模态的特性,分为对称模态和反对称模态,用普通的方法计算分析起来十分复杂,本程序通过matlab编程很好的计算出了频散曲线,为从事这方面研究的人员解决了一个难题。也希望大家多多分享。
- 2022-03-14 09:31:17下载
- 积分:1
-
QMFSplitMergAlgorithm 16 kHz 音频
本代码实现:
1) 吐 16 KHz 音频使用 FIR QMF 过滤到两个平等乐队,低 (0-4) 千赫、 高 (4-8) KHz
2) 适用任何的处理算法,例如噪音减少。
3) 合并这些两个带两个窗体原始乐队。
- 2022-04-21 20:23:52下载
- 积分:1
-
JEPG图像压缩中的颜色空间变换
这个压缩程序包含了RGB转YUV以及YUV转RGB 配套的程序,经过验证,色彩不在对比的情况下是难于分辨的。
- 2022-03-01 02:05:17下载
- 积分:1
-
math software
math software
- 2022-02-10 07:53:41下载
- 积分:1