-
自解Diablo II 的DC6图像文件格式(附自编文章)
自解Diablo II 的DC6图像文件格式(附自编文章)-self Diablo II DC6 Image File Format (writing articles)
- 2022-12-07 16:50:03下载
- 积分:1
-
MSVC++ HIDIO Example
MSVC++ HIDIO Example
- 2022-03-10 09:34:32下载
- 积分:1
-
利用C语言开发的u盘文件系统的开发资料,系统引导记录(DBR)的数据结构...
利用C语言开发的u盘文件系统的开发资料,系统引导记录(DBR)的数据结构
- 2022-03-24 21:51:55下载
- 积分:1
-
一个音频的可执行程序。可以导入MP3/WAV格式的文件后,进行简单编辑,包括剪切、复制、粘贴、加强效果等操作。也可以从麦克风、CD唱机等录音、之后可以导出MP3...
一个音频的可执行程序。可以导入MP3/WAV格式的文件后,进行简单编辑,包括剪切、复制、粘贴、加强效果等操作。也可以从麦克风、CD唱机等录音、之后可以导出MP3/WAV/OGG格式的文件-An audio of the executable program. MP3/WAV format can import files, simple editing, including cut, copy, paste, and so enhance the effect to operate. Also available from the microphone, CD players and other sound recordings, can be exported after MP3/WAV/OGG file
- 2023-04-16 05:35:03下载
- 积分:1
-
protel 99 SE快速绘制原理图,对画原理图很有效的
protel 99 SE快速绘制原理图,对画原理图很有效的-Protel 99 SE rapid mapping diagram of painting diagram very effective
- 2022-11-30 15:25:03下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
数字水印技术是利用信号处理的方法…
数字水印技术是指用信号处理的方法在数字化的多媒体数据中嵌入隐蔽的标记,这种标记通常是不可见的,只有通过专用的检测器或阅读器才能提取。数字水印在信息隐藏及图象隐藏方面有着极为广泛的应用。-Digital watermarking technology is that by using the method of signal processing in the digital multimedia data embedded hidden tag, this tag is not usually visible only through a dedicated detector or reader can be extracted. Digital Watermarking and Information Hiding in the hidden image has a very wide range of applications.
- 2022-01-22 13:34:56下载
- 积分:1
-
想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生...
想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;斜测投影,一点,二点,三点透视算法;消影,斜平行投影,正轴测投影,透视投影算法,光照立体球,光照圆环,光照双线性曲面等等!如果需要安装图形学演示系统的请到这下载
- 2023-08-30 07:50:03下载
- 积分:1
-
介绍TGA文件格式的中文文档,浅显易懂,是入门的好资料
介绍TGA文件格式的中文文档,浅显易懂,是入门的好资料-TGA file format introduce the Chinese documents, easy to understand, is a good data entry
- 2022-07-14 07:35:56下载
- 积分:1
-
FAT32文件格式简介。对FAT32文件格式做了一个初步的介绍,使读者能真了解FAT32文件格式的原理。...
FAT32文件格式简介。对FAT32文件格式做了一个初步的介绍,使读者能真了解FAT32文件格式的原理。-About FAT32 file format. FAT32 file format made for an initial introduction, so that the reader can genuinely understand the principle of FAT32 file format.
- 2022-09-30 18:30:03下载
- 积分:1