-
介绍JPEG的原理和实现,可以做为新手的基础教材使用,会有很大的启发!...
介绍JPEG的原理和实现,可以做为新手的基础教材使用,会有很大的启发!-JPEG introduced the theory and implementation can be used as the basis for teaching novice to use, there will be a great inspiration!
- 2022-02-16 06:24:44下载
- 积分:1
-
用外推法求函数最优区间的程序
用外推法求函数最优区间的程序-use extrapolation method for the optimal function of the interval procedures
- 2022-01-26 03:55:35下载
- 积分:1
-
C语言常用数据结构全注解
欢迎大家和我交流,相互学习,这些文件均由本人所写或改编,由于这里所有的源代码
版本为V1.0,在加上本人能力有限,所以难免有些错误和缺陷。如果你发现什么错误的地方,
可以通过邮件或博客发送给我。我编写这些常用数据结构的主要原因也是因为自己当初没有
学好,所以亡羊补牢一下,复习复习。我觉得只看书印象是不深刻的,所以就将它们编写实
现出来。为了方便管理和组织,顺便就脚上了make 编译系统,让其更好的运行和编译。
总得算是写了不少,如果仅仅留在自己的硬盘是,也太浪费资源了,所以就顺便传到网
上来公大家参考,方便大家学习,对喜欢makefile 的朋友,也有一定的学习价
- 2022-02-05 01:26:31下载
- 积分:1
-
贝塞尔曲线示例
#include < iostream >
#include < 矢量 >
#include < math.h >
#include"BezierPoint.h"
使用命名空间 std ;
BezierPoint 贝塞尔 (方法 < BezierPoint > & pts,双 t) ;
双选择 (双 a,双 b) ;
双 factorial(double num) ;
int main(void) {
方法 < < BezierPoint >> 方法警校 ;
char endPointCount = 0;
双 inx ;
双 iny ;
int ptCount = 0;
int 终结点 ;
双 deltaT ;
cin >> ptCount >> deltaT ;
为 (int 我 = 0 ; 我 < ptCount; i + +) {
cin >> inx >> iny >> 终结点 ;
BezierPoint p iny inx) ;
如果 (endPointCount = = 0 & & 终结点 = = 1) {
pts.push_back (方法 < BezierPoint > ()) ;
pts[pts.size()-1].push_back(p) ;
endPointCount + +;
继续 ;
}
pts[pts.size()-1].push_back(p) ;
如果 (endPointCount! = 0 & & 终结点 = = 1 & & 我! = ptCount-1) {
pts.push_back (方法 < BezierPoint > ()) ;
pts[pts.size()-1].push_back(p) ;
endPointCount + +;
}
}
为 (std::s
- 2022-03-13 19:08:01下载
- 积分:1
-
Gauss_Seidel迭代法的Matlab程序
Gauss_Seidel迭代法的Matlab程序 -Gauss_Seidel iteration of the Matlab program
- 2022-05-20 17:32:02下载
- 积分:1
-
单词拼写检查
使用贝叶斯实现的快速的英文拼写检查代码,注释清楚。在实现方面目前实现了小写的检查,还没有实现大写的检查。
- 2022-08-13 20:44:47下载
- 积分:1
-
傅里叶变换是信号处理中最常用的算法,实现…
傅立叶变换是信号处理时最常用的算法之一,实现时域与频域之间的转换,对人们研究各种信号非常有用,本程序利用VC实现快速傅立叶变换算法-Fourier transform signal processing is the most commonly used algorithm, achieving time-domain and frequency domain between the conversion of the people look very useful signal, the procedure used VC Fast Fourier Transform algorithm
- 2023-07-10 08:25:03下载
- 积分:1
-
弹性力学问题的边界元—姜弘道
弹性力学问题的边界元—姜弘道,用fortran语言编写的
- 2023-03-18 04:00:05下载
- 积分:1
-
电磁波传播
以麦克斯韦电磁场与电磁波的旋度方程组为理论支持,通过编程来实现电磁波场传播的模拟研究。
- 2022-08-21 15:56:10下载
- 积分:1
-
是一个利用VC实现的求星期几的小程序.它可以实现你所在日期的是星期几的查询.是一个比较简单的程序.
是一个利用VC实现的求星期几的小程序.它可以实现你所在日期的是星期几的查询.是一个比较简单的程序.-VC is a realization of a few weeks for a small procedure. It can be achieved in your date is a few weeks of inquiries. It is a relatively simple procedure.
- 2022-06-14 07:43:06下载
- 积分:1