搜索资源列表
StatusBar_cordinate
- 模仿AutoCAD显示当前鼠标位置坐标,visual C# 2005-imitate AutoCAD display the current mouse location coordinates, visual C# 2005
wen8
- 有关CAD/CAM课程的一些基本编程方法,包括参数化绘制,鼠标拖动绘制等功能,还有一些几何变换,坐标变换等操作-the CAD / CAM courses, some basic programming, including parametric mapping, Drag the mouse mapping and other functions, there are some geometric transformation, coordinate transformation, etc
基本画线实现算法
- 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (Col
Timepicture
- 本程序实现了读取随机文件的数据,并产生一个方波图形.而且用户用鼠标点击后,会根据坐标自动取得当前点的值.对程序稍做修改,可用于单片机的数据图形处理-This procedure has to read random data files and graphics to produce a square wave. And the user with the mouse click, automatically based on the current point coordinate valu
ShowReport
- 一个图形的绘制界面,同时可以显示鼠标点处的坐标数值,自己用vc编的,应该很有参考价值。-A graphical drawing interface, at the same time can show the coordinates of the mouse point value, their use vc series, it should be a good reference.
graphic
- 现图形学中画直线,园和圆弧以及直线裁剪,区域填充等功能 1. 对于画直线,只需知道起点和终点即可。在工作区间中按下鼠标(即选择起点),拖动至另一处松开(终点),即得到直线。 2. 画圆需要圆心坐标、半径、及起始角和终止角,至于实验要求的画1/4圆弧,可设起始角=0,终止角=45,若要画整个圆弧起始角和终止角分别为0和360即可。-Graphics are painting a straight line, arc, as well as garden and cut a straight lin
drawlinewithc
- 在屏幕上运用鼠标划线,并且随时可以获取鼠标在屏幕上的坐标。-You can draw a line with this code,also ,you can get the mouse s location with it at anytime.
Matlab
- 读取图片,用鼠标获取图片点坐标,输出坐标数据-Read the image, the image point coordinates obtained with the mouse, and output coordinate data
PlaneCoordinate
- 使用GDI实现平面坐标的绘制,并且能计算鼠标点选的行列,左键在对应的矩形框画实心圆或取消,右键在对应的矩形画空心圆或取消-Use GDI drawing plane coordinate implementation, and can calculate the ranks of the mouse click, left in the corresponding rectangle painted solid round or cancel, right in the correspondin
CadSurf
- 实现图形学中画直线,园和圆弧以及直线裁剪,区域填充等功能 1. 对于画直线,只需知道起点和终点即可。在工作区间中按下鼠标(即选择起点),拖动至另一处松开(终点),即得到直线。 2. 画圆需要圆心坐标、半径、及起始角和终止角,至于实验要求的画1/4圆弧,可设起始角=0,终止角=45,若要画整个圆弧起始角和终止角分别为0和360即可。 3. 椭圆需要的参数更多,有椭圆中心坐标、长轴、短轴、长轴和X轴正向夹角、及起始离心角和终止离心角,要画整个椭圆还是部分椭圆只需控制起始和终止离心角。与画圆弧类似,具
Visio_RightMouse
- 该代码用于MS Visio的二次开发。 主要解决的是鼠标的坐标转化问题和自定义右键的设置。 在visio二次开发中,visio空间的窗口坐标与开发界面的窗口坐标是不一致的。 改代码通过两种方法函数,实现了坐标的转化。 并成功在打开文档模具以及一些内置窗口时,准确定位。-This could make yours Right-Mouse ContextMenu in Visio. What s more, it could convert visio s units to winf
curve-draw-by-mouse
- 实现鼠标在二维坐标上绘图,可选择不同的图形形式和颜色-the curve can draw by mouse, the curve difined by different colour and style.
鼠标坐标事件
- 采用C++ 和OpenCV库设计画图窗口,RBG颜色可使用滚动条调整颜色。可用于电脑画图保存。(C++ and OpenCV libraries are used to design drawing Windows, and RBG colors can be used to adjust colors with scrollbars. It can be used for computer drawing.)