-
This is a pale blue background. Many stars dust! ! Oh, pretty good
这是一个淡蓝背景。很多星星飞扬!!蛮不错的哦-This is a pale blue background. Many stars dust! ! Oh, pretty good
- 2022-09-16 06:40:03下载
- 积分:1
-
MPEG算法的Matlab实现,熟悉Matlab的朋友可以看一看。
MPEG算法的Matlab实现,熟悉Matlab的朋友可以看一看。-MPEG algorithm Matlab, a friend familiar with Matlab can look at.
- 2022-08-11 05:26:13下载
- 积分:1
-
这是一二
这是一个二维 8*8块的离散余弦变换(DCT)以及反变换(IDCT)算法,采用VHDL实现-This is a two-dimensional 8* 8 discrete cosine transform (DCT) and inverse transform (IDCT) algorithms using VHDL realize
- 2022-01-27 11:57:49下载
- 积分:1
-
画椭圆的方法有很多,这是其中一种,用DDA算法画的
画椭圆的方法有很多,这是其中一种,用DDA算法画的-oval paintings are lots of ways, this is one of those painted with the DDA Algorithm
- 2023-09-05 05:10:03下载
- 积分:1
-
完成图像的插补运算,实现图像的增强与灰度调节
完成图像的插补运算,实现图像的增强与灰度调节-Completion of image interpolation operations, the realization of image enhancement and gray-scale adjustment
- 2022-03-16 19:29:21下载
- 积分:1
-
sophisticated graphics and animation system procedure is the preparation of my o...
精细绘图及动画 制个程序是本人自己编写,所以这里能后做出详细解释。程序运行后会在屏幕上用triplex_font显示“press any key for set off”,下方是用基本的线条画出的发射架(有点粗糙),即程序中的DrawGun()函数,当按下任意键后,将在发射架上方出现一个用横线填充的飞机,同时背景被繁星填充,此时必须按住任意键不放,否则飞机将不会发射。发射完成后,即飞机坐标小于0,将出现一句话:"successfully!!!,press ESC to quit",若中途按ESC退出,则飞机Y坐标不小于0,将出现"failue,..."这句话。-sophisticated graphics and animation system procedure is the preparation of my own, here is an ability to make a detailed explanation. After running on the screen with triplex_font shows that the "press any key for set off", is the bottom line with the basic head of the launcher (somewhat rough), that the procedures DrawGun () function, when pressed any button, will be on the launch pad tower side there with a hyphen Filled with the aircraft, while the background was filled with stars, this time to be arbitrary button is pressed it, it will not launch aircraft. Fired Upon completion, the coordinates of the aircraft is less than 0, there will be one sentence : "successfully! ! ! , Press ESC to
- 2023-04-03 20:20:03下载
- 积分:1
-
本程序用于贝赛尔曲线的生成,采用四点控制法
本程序用于贝赛尔曲线的生成,采用四点控制法-the procedures for Bessel curve generation, using 4:00 Control Act
- 2022-01-27 16:12:27下载
- 积分:1
-
jpeg encode
论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件;通过相应的解码程序又可以把图象解压缩出来。在图象传送过程中,我们经常采用JPEG格式对静态图象进行编码。JPEG基本系统是一种有损编码,无法完全恢复出原图象,信息有一定的丢失,称为有损压缩。尽管我们希望能够无损压缩,但是通常有损压缩的压缩比(即原图象占的字节数与压缩后图象占的字节数之比,压缩比越大,说明压缩效率越高)比无损压缩的高。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。解码时,进行熵解码,反量化,反离散余弦变换(IDCT)。
- 2022-03-16 06:35:42下载
- 积分:1
-
魔方3D C语言项目
Project Rubik 3D language C-Project Rubik 3D language C++
- 2022-05-29 17:51:58下载
- 积分:1
-
Levenberg-Marquardt最优化C++源码
Levenberg-Marquardt最优化C++实现。该实现是基于openCV的实现,易于理解,便于使用,具有较高的学习和利用价值,可以移植到各个平台。使用其它语言也可以方便地写出这个算法。资源可贵,敬请好好加以利用。
- 2023-08-08 11:05:02下载
- 积分:1