搜索资源列表
graphic_demo
- 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students lea
RLE
- RLE的基本思路是,把数据分两种情况对待: A1.一些连续的重复字节 A2.一些连续的,不相重复的字节 RLE压缩最常见的一种算法思路: 将全部的数据分成很多块,这些块的长度各不一样: all data = [block] + [block] + ... + [block] 每一块由两部分顺序组成: a block = [header] + [data] 其中header部分占2字节16位,这16位中的最高位,标志了这个block的属性,是属于上面的
BASE-S
- 排序分组算法,虽然简单,值是基于灰度的算子,然后用平均值可使图片清晰;-a sort algorithm is simple, gray value is based on the operator, then the average will clear pictures;
CoordDemo
- CoordDemo是为了验证3点定位算法的一个演示程序,该应用程序基本完成了如下功能:打开图片;图片的漫游;输入3点POI坐标,确定整个图片上各个点的逻辑坐标;根据输入的逻辑坐标,在图片上显示所在位置;新建一个POI,修改POI,删除POI等等功能。-CoordDemo to verify 3:00 positioning algorithm of a demo program, the application process completed the following functions
4point.zip
- 四点细分算法 VC++程序源码; 某人的论文源码,经我修改用于生成中国地图的细分效果图,4:00 subdivision algorithm VC++ Procedures source a person s thesis source, after I have altered the map of China used to generate the effect of the subdivision plan
draw2
- 编写应用程序,要求具有以下功能: 1、 采用鼠标输入顶点的方法确定待填充多边形; 2、 实现多边形扫描转换算法完成对该多边形的填充,包括实现边表与活跃边表的构造,要求完成使用自己学号的后四位数字对多边形内部进行填充。完成效果如下图所示:-To write applications, has the following features: a mouse input vertices determined to be filled polygon polygon scan convers
Dictionary
- 基于离散子串匹配算法的电子辞典。对每个词条算出一个匹配度,查询时根据匹配度大小依次顺序列出词条;词库较大,因此采用了分类索引的算法,提高了查询速度。-Based on discrete substring matching algorithm of electronic dictionaries. Calculated for each term of a match, the query sequence according to the size of matching entries li
1079113201
- 任务:可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出; 要求: 在上交资料中请写明:存储结构、基本算法(可以使用程序流程图)、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法; -Task: You can enter a maze of any size data, with non-recursive method to derive a path out of the maze, and the path output