搜索资源列表
LCD12864画点,画直线,画圆和画图片算法
- LCD12864画点,画直线,画圆和画图片算法
几何变换
- 南京信息工程大学 实验(实习)报告 实验目的:练习图形几何变换的算法及实现 实验内容:给定多边形P的控制点为:{{-3,5},{-3,2},{2,-2},{2,1}, {6,2},{2,6}},对该多边形进行二维几何变换并画出变换后的图形。 实验要求: 1、 试将坐标原点移动到多边形P的重心; 2、 将多边形P绕(2,-2)点顺时针旋转60度; 3、 将多边形P分别向x方向错切2倍,向y方向错切1/2倍; 4、 撰写实验报告并附上所用变换矩阵、程序和结果。
ArcGIS实习总结
- 1.GIS中的数据: GPS定位数据(点Envet数据表);矢量线画图形;遥感影像;属性数据。 2.GIS中的数据类型: 栅格数据(image,grid两种,多个grid构成了image);矢量数据(shp、coverage…);网络;地形表面(TIN)。 连续的数据:如高程相关的数据 栅格数据包括两种: 离散的数据:表示分类和描述性的数据
Java_applet
- 程序功能:在Applet 上使用鼠标在屏幕上随意画直线和画点。用户点击“画线”按钮可画直线,点击“画点”按钮可画连续点,点击“清除”按钮可清除画面上的所有内容。-The program features: the Applet, use the mouse to draw a straight line anywhere on the screen and draw points. The user clicks on the " drawing a line" button
3510I
- 本程序是3510I液晶的读写与画点,希望对大家有用-This procedure is 3510I LCD reading and writing and painting in the hope of useful
line
- 图形学教案PPT...针对逐点比较法画直线...希望有用-Graphics lesson plans PPT ... point by point comparison method for drawing a straight line ... hope helpful
Drawtu
- 画图程序,可以实现画圆,画直线,画点,以及画矩形。(nios II,C)-Drawing program, can achieve Circle, drawing straight lines, drawing point, and draw rectangle. (Nios II, C)
kmeans
- 用VC或Java实现K-means聚类算法,分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验),提交实验报告与源代码。-K-means clustering algorithm for algorithm termination conditions, with a picture (their choice) as a data set to compare the running
Bresenham
- 12864液晶画圆,画点,画线布兰森汉姆算法-12864 Circle, painting points, draw lines Branson Beckham algorithm
kmeans_report
- 数据挖掘kmeans图像聚类实验报告 用 VC 或 Java 实现 k-means 聚类算法, 分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验) 提交实验报告与源代码。 -Data mining to achieve the k-means clustering algorithm the kmeans image clustering experiment report wit
FSCapture_7.3_Chs_veryhuo.com
- 很好用的屏幕截图软件,可以截图后进行画线,画点等图片编辑操作-Good screenshot software, line drawing, painting and image editing operations point Screenshot
Excel
- Excel画平滑曲线散点图.看走势。在excel 下有用。-Excel draw a smooth curve scatterplot
matlab
- 著名的Riemann函数大家都很熟悉了,但是关于它的图像你是否清楚呢?除了最上面那几点,其他都很难画吧?你想不想看看下面那些“挤在一起”的点是怎样分布的呢?还有几何中的马鞍面、单叶双曲面等是怎样由直线生成的,是不是也想目睹一下呢?这些,都离不开绘图.-We are all familiar with the famous Riemann function, but about the image you clear it? In addition to those points of the t
excel--in-CATIA
- 把excel中的数据导入catia中以画点-Excel data import catia to draw points
SPCE061ALQFP
- 画电路图非常好用,不用就画不出不要后悔,十分近点的东西-very good
Diamond
- 计算机图形学试验 画金刚石 把一个圆周等分成 n份,然后每两点之间连线。当n取奇数时,该图案可一笔连续绘成,即用MoveTo函数确定一个当前点,然后连续用LineTo函数连点成线。 -Computer graphics test painting diamond, such as a circle divided into n parts, and then the connection between every two points. When n is odd, the patte
zhangwenyuchuliyibufen
- 掌纹图像双峰法二值化,边界跟踪提取掌纹轮廓线,harris角点,手动提取关键点建立坐标系和画正方形-Palmprint image bimodal binary, boundary tracking extract palmprint contour, harris angle manually extract key point to establish a coordinate system and draw a square
dot
- 12864画点函数单片机简单程序代码,能画点及几何图形-a simple project for drawing dots in a C51 a simple pojectfor drawing dots
openGL
- 用openGL实现的基础实例,简单的画点,画线,画多边形-openGL instance,can draw point,draw line,and draw rectangular
12864模块ST7565R串口画点画线
- 因ST7565R的SPI串口时序没有读操作,给画点带来影响;此文介绍一下串口画点方法,仅供参考。