-
常用搜索算法,包括数码游戏、黑白棋、STAR算法
常用搜索算法,包括数码游戏、黑白棋、STAR算法-commonly used search algorithm, including digital games, reversi, STAR Algorithm
- 2022-03-11 18:56:33下载
- 积分:1
-
实时软件纹理映射代码
实时软件纹理映射代码-real-time texture mapping software code
- 2022-02-07 19:01:51下载
- 积分:1
-
A graphic drawing program, be able to draw graphics, including triangular and re...
一个图形绘制程序,能够绘制的图形包括点线三角形和长方形。-A graphic drawing program, be able to draw graphics, including triangular and rectangular point line.
- 2022-03-24 13:32:12下载
- 积分:1
-
rotating transform, the formation of a 40 point, the diameter of 100 and 200 the...
用旋转变换的方法生成一个有40个点,内径为100,外径为200的星形图形。 程序运行按键说明:q,w比例变换,a,s旋转变换,j,l,i,k为平移变换。-rotating transform, the formation of a 40 point, the diameter of 100 and 200 the diameter of astrocytes graphics. Running Press : q, w ratio conversion, a, s rotation transformation, j, l, i, k translation transformation.
- 2022-01-21 20:00:34下载
- 积分:1
-
一个非常酷的导航条!
一个非常酷的导航条!-a very cool navigation!
- 2022-03-19 00:33:53下载
- 积分:1
-
该程序为本人对吴进TC256系统image.h的扩展,如bmp,sprlib内部及两者之间数据剪切拷贝....
该程序为本人对吴进TC256系统image.h的扩展,如bmp,sprlib内部及两者之间数据剪切拷贝.-the procedure for himself right into the TC256 Miss image.h system expansion, such as bmp, sprlib within and between data shear copy.
- 2022-06-17 22:39:45下载
- 积分:1
-
基于小的变化,以及边缘融合算法的图像边缘…
基于小变换,以及边缘融合算法的图像边缘检测算法。包含了在多尺度下层层检测分解重构图像。-Based on the small change, as well as the edge of fusion algorithm of image edge detection algorithm. Included at every level of multi-scale decomposition of reconstructed image detection.
- 2022-11-08 02:55:03下载
- 积分:1
-
jpeg压缩与解码的小程序,vc下开发的。//Name:compress.c//Purpose: Run length algorithm and Jpeg d...
jpeg压缩与解码的小程序,vc下开发的。//Name:compress.c//Purpose: Run length algorithm and Jpeg decoding//Author: phoenix, CS, TshingHua, Beijing, P.R.C.//Email: bjlufengjun@www.163.net or lufengjun@hotmail.com//Date:April 3, 1998-a small programme of jpeg codec and decode in VC
- 2022-01-26 04:45:28下载
- 积分:1
-
这是计算机图形学的B样条算法。直接可以运行。
这是计算机图形学的B样条算法。直接可以运行。-This is the computer graphics B-spline algorithm. Direct run.
- 2022-03-07 13:29:02下载
- 积分:1
-
savitzky-golay滤波
利用savitzky-golay实现数据平滑滤波处理,原理是取滤波点处左右各N点,共N+1点进行拟合,之后利用最小二乘法确定相关系数,从而得到滤波点处最后的数值。可推广至二维应用
- 2023-08-07 18:45:05下载
- 积分:1