搜索资源列表
PixelProfile
- 一個可擷取出 Image 中的 Pixel Slice 並顯示出 Pixel Value/Linear Distance 的直方圖, 包含 Red, Green, Blue, Intensity, Hue, Saturation 等資訊顯示, 並有資料分析.-can have just one of Pixel Image Slice showed Pixel Value / Linear Distance histogram contains Red, Green, Blue, Intensi
HQ
- 应用 tc画红旗 原理:利用tc的画图库函数 getimage(),putimage() 切换-application tc painting red Principle : tc paintings Gallery getimage function (), putimage () switches
liujunpeng20060618
- 1. 实现编码线段裁剪算法 1.1 段和裁剪窗口顶点坐标由鼠标输入 1.2 裁剪结果用红色绘制 1. 实现编码线段裁剪算法 实验步骤 1. 点画线段菜单,在客户区中按下鼠标左键,移动鼠标,鼠标左键弹起时画出线段 2. 选取颜色 3. 点裁剪菜单,在客户区中按下鼠标左键,移动鼠标,鼠标左键弹起时就可以得到裁剪到的线段用2中的颜色绘制出来 -1. Line Clipping achieve coding algorithm 1.1 of the window and
liujunpeng20060618polygon
- 实验内容: 2. 实现逐边裁剪算法 2.1 段和裁剪窗口顶点坐标由鼠标输入 2.2 裁剪结果用红色绘制 实验步骤 1. 点取点菜单,在客户区中按下鼠标左键取点 2. 取点完毕后,点画菜单 多边形 把多边形画出 3. 点裁剪菜单裁剪-experiment : 2. By cutting edge achieve 2.1 of the algorithm and cutting window vertex coordinates input from the mou
5js
- AutoCAD2004二次开发源程序,自动绘制红色五角星图形,有需要的就下,方便写作业用-AutoCAD2004 secondary development source, automatic drawing a red five-pointed star graphics, need it, worked hard to facilitate use
APIdrawingex
- 该程序在VC++环境下,绘制一个小车,实现当红灯亮时小车停止前行,绿灯亮时继续前行.-procedures in the VC environment, drawing a trolley to achieve when the red light when the car stopped before the trip, When the green light his way.
pentagon
- 定义一只红色的画笔,绘制一个等边五边形,用不同颜色的线条连接互不相邻的两个点,用不同的画刷颜色填充上述方法所形象横的图形中的每个区域-Definition of a red pen, draw an equilateral pentagon, with a different color lines to connect the two points adjacent to each other, with a different brush color fill these methods i
rectangular
- 长方体绘制函数; Height高;x1,y1,z, x2,y2,z, x3,y3,z, x4,y4,z,四个(底面的)顶点的坐标,四个点的z坐标相等。顺序为:俯视图的逆时针顺序; isTURE 是建立长方体是否成功的判定返回值,isTURE = 1则失败,isTURE = 0 则成功;-program for make a 3D rectangular filled red color,under MATLAB.
Bezier
- 程序绘制二维Bezier曲线,要求用户输入控制多边形的顶点数目及其坐标,此后程序用红色显示控制多边形,用黄色显示vBezier曲线。-Procedures for drawing two-dimensional Bezier curve, control polygon require users to input the number and the vertex coordinates, since the procedures are displayed in red with the c
sibson
- 根据自然邻进法(sibson插值)的算法,可以把上述n个点,分成红,黄,蓝,黑,绿这五种颜色。 % 每种颜色的点形成的区域,就是该已知点影响的区域(每种颜色的加权系数都是1) 本人原创-According to the natural neighbors into law (sibson interpolation) algorithms, can be n the above points into the red, yellow, blue, black, green for th
20090810
- 类似微软的小红帽的画板程序,能实现小红帽能实现的所有功能,附有VC++写的原代码,希望对大家有所帮助。-Similar to Microsoft' s Little Red Riding Hood s Sketchpad program, can Little Red Riding Hood to achieve the realization of all functions with VC++ to write the original code, I hope to help all
RedFlag
- 计算机图形学,飘扬的红旗,可以随机移动和飘扬-Computer graphics, flying the red flag, you can randomly move and fly
fourth
- 用matlab生成下列500*500的RGB红绿蓝彩色图像,框内的颜色如图所示(a)假定将该图像转换到HSI空间,用25*25的平均模板模糊H分量图像,再转换回RGB空间,会看到什么结果?-Generated with matlab the following 500* 500 RGB red, green and blue color image, the color box as shown (a) assumes that the image is converted to HSI spa
FiveStarFlag
- 使用TC实现的五星红棋绘制。 供课程设计的同学参考。-TC implement the five-star red with chess drawing. Curriculum design for students reference.
lab9
- 利用按钮在面板中画圆,并能改变圆形的颜色-Create an application AddCircles that displays a panel. This panel will contain two buttons (one for red and one for blue). When the user clicks on a button, change a variable called currentColor to that particular color.
Circle
- 自己用MFC实现的Bresenham画圆的算法,和MFC画得一样圆。可直接运行Release目录下的执行程序看效果。自己画的红色圆与MFC画的黑色圆是重合的。可作为学习图形编程的好例子。-Bresenham circle algorithm with MFC and MFC painted circle. Implementation procedures in the Release directory can be run directly to see results. The black
Graph-theory-suitable-VS202
- 实现了自己布置节点,布置路径,移动节点,并且能够查询两点间的最短路径,并用红色标出来。-Disposed node and, disposed path, the mobile node, and can query the shortest path between two points, and with red marked out.
test4
- (2) 猜数游戏。编写一个猜数程序,该程序随机在1到1000的范围中选择一个供用户猜测的整数。界面上提供一个文本框来接收用户输入的猜测的数,如果用户猜得太大,则背景变为红色,如果猜得太小,背景变为蓝色。用户猜对后,文本框变为不可编辑,同时提示用户猜对了。界面上提供一个按钮,使用户可以重新开始这个游戏。在界面上还需显示用户猜测的次数-(2) guessing game. Guess the number of writing a program, the program randomly choo
Triangle
- 使用C++画出RGB三角形,红蓝绿颜色渐变。-Use C++ draw the RGB triangles, red, blue and green color gradient.
Love_xin
- 主要用于绘制图像、比如圆柱、矩形、圆、心等,该例子绘制了一颗被包围的红心,用于表达爱意。-Mainly used to draw the image, such as cylindrical, rectangular, round, heart, etc., which are surrounded by examples drawn a red heart for affection.