-
游程编码
系统实现方案:总体思想:将图像文件以二进制方式读入缓冲区,把二进制位转制为整数,对缓冲区数据进行编码,以特定的格式(unsigned short)写入输出文件;解压缩过程反过来即可。压缩文件存储格式:以每两个字节为单位储存(即每次写入16位unsigned short类型)。 0 1 2~15 ... 第0位 存储压缩信息(1压缩;0不压缩,原始数据)第1位 如果第0位为1(压缩),此位标明字符类别(0或1);如果第0位为0(原始数据),此位无意义,默认为0后14位 存储字符数量或者原始数据的值
- 2022-07-09 04:00:22下载
- 积分:1
-
一个简单的绘图软件源代码
一个简单的绘图软件源代码-a simple mapping software source code
- 2022-01-22 12:28:12下载
- 积分:1
-
显示时间的源代码,具有很好的图形界面。依赖于系统时钟
显示时间的源代码,具有很好的图形界面。依赖于系统时钟-show that the source code is a good graphical interface. Depend on the system clock
- 2022-02-14 04:24:41下载
- 积分:1
-
用jbuilder 9.0编写的一个图形“水纹处理”程序
用jbuilder 9.0编写的一个图形“水纹处理”程序-JBuilder 9.0 with a graphical prepared by the "watermarked handling of the" procedures
- 2022-07-28 09:15:11下载
- 积分:1
-
通过vc++ 编程工具,实现如VISTA界面,达到美观的目的。同时,在界面的设计过程中,保证程序的移植性,对代码进行详细的注释。...
通过vc++ 编程工具,实现如VISTA界面,达到美观的目的。同时,在界面的设计过程中,保证程序的移植性,对代码进行详细的注释。-Through vc++ Programming tools such as VISTA interface, achieve the purpose of aesthetics. At the same time, the interface design process to ensure that the transplant procedure, and the code detailed notes.
- 2022-07-11 19:33:22下载
- 积分:1
-
网站模板一个网站模板网站模板 一个网站模板
网站模板一个网站模板网站模板 一个网站模板-a website template website template a website template a website template
- 2022-01-26 00:43:26下载
- 积分:1
-
Achieved several shadow removal algorithms, including the phase division, HSV la...
实现了几种阴影去除算法,包括相除法、HSV法等四种-Achieved several shadow removal algorithms, including the phase division, HSV law four kinds of
- 2022-12-30 15:30:16下载
- 积分:1
-
维纳滤波,逆滤波,模糊图像复原源代码
上面是实现后的界面展示,内含有维纳滤波,逆滤波,图像模糊,清晰化等处理的源代码
- 2023-07-06 19:20:04下载
- 积分:1
-
"medical image reconstruction of the surface" of Zhejiang University f...
《医学图象的曲面重建》 为浙江大学博士学位论文。此文对医学数据的表面重建进行了详细的阐述,主要针对Marching Cubes算法提出了他自己独到的理解和理论创新。并且详细的论述了相关领域的多种算法理论。-"medical image reconstruction of the surface" of Zhejiang University for a doctorate thesis. The article on the medical data of the surface reconstruction of detailed, targeted at Marching Cubes of his unique understanding and theoretical innovation. And are discussed in detail in the related fields of various theoretical algorithm.
- 2022-02-02 01:26:26下载
- 积分:1
-
实现了三维变换的一些基本功能:
以直线为轴进行旋转
以一点为基点放缩
对直线L作镜向
对平面作镜向
得到三维结构的投影...
实现了三维变换的一些基本功能:
以直线为轴进行旋转
以一点为基点放缩
对直线L作镜向
对平面作镜向
得到三维结构的投影
-achieve a three-dimensional transform some basic functions : a straight line to rotate around the axle of the base point of the linear scaling L for planar mirror to the right to be a mirror for the three-dimensional structure of the projector.
- 2022-08-08 21:42:06下载
- 积分:1