搜索资源列表
一个非常好用的Autocad工具集
- ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
C++程序设计语言实验四
- 实验七:C++编程入门 一、实验内容 1. 理解继承与组合。 2. 学会使用多态特性。 3. 使用文件。 4. 异常处理。 二、实验题目 1. 创建一个class Counted,包含一个int类型的成员变量id和一个static int类型的成员变量count。默认构造函数的开头为“Counted() : id(count ++) {”。要求: a) 构造函数输出id值并且输出“it’s being created”; b) 析构函数也输出id值并且输出“it is bein
C5E6MOUSECLICKs
- vc环境下编写的鼠标响应的小程序,界面上可以即时显示当前鼠标的坐标位置,点击图标后可以显示是左击还是右击-vc environment written in response to the mouse small program, the interface can instantly display the current position coordinates of the mouse, click the icon to display a left-click or right-cli
SetCusPos
- labview语言实现在波形图中点击鼠标后显示鼠标所在位置的坐标。-To show the position of cursor point.
luoxuan
- 显示螺旋队列,//螺旋队列.cpp // 21 22 ... ... // 20 7 8 9 10 // 19 6 1 2 11 // 18 5 4 3 12 // 17 16 15 14 13 //看清以上数字排列的规律,设1点的坐标是(0,0),X方向向右为正,y方向向下为正。例如,7的坐标为 //(-1,-1),2的坐标为(0,1),3的坐标为(1,1)。编程实现输入任意一点坐标(x,y),输出所对应得-Show the spiral queue,// spir
1
- 设计一个描述点的类,其中包含一对坐标点数据成员、一个求两个点之间距离的友元函数和显示坐标点的成员函数,并编程测试。 解题思路: 计算两点(a,b)和(c,d)之间的距离,依据勾股定理可得公式: 并定义坐标点类的友元函数来计算两点间的距离。 -Design a descr iptive point of the class, which includes a pair of coordinates of points, data members, one for the d
Style
- 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。 -err
mouse
- 这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。此外,客户中还有两个位图,当鼠标移动到位图上时,就会改变为自己定义的光标。该程序适合Win32编程初学者,内含大量的中文注释-This is an SDK program. This procedure tracking shows the coordinates of the mouse position, and if the mou
number10
- 用VC编写的一个单文档程序,其中点击文档,托动鼠标可以画圆,点击圆心坐标时,显示所有圆心的位置。-VC prepared using a single document procedures, click on the document, asked to move the computer mouse can drawcircle, click on the center coordinates indicating the location of all the center of a ci
IT168.com-48065xnzy30
- 本程序可以实现高斯—克吕格投影不同分带坐标的相互转换,经纬度转换为坐标,并可以求取求任一点所在国家标准图幅编号,同时显示所在1:50000地形图地形等级及地区调整系数(大调查经费预算用)。-KLOMHH KKAJ
test
- VC edit box 控件的实例,有显示鼠标坐标功能。-VC edit box control example, showing the coordinates of the mouse functions.
Draw
- 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。-How to modify the MFC AppWizard
MousePos
- 实现程序客户区鼠标坐标和整个桌面鼠标坐标显示-Client area mouse coordinates to achieve program and the desktop mouse coordinates display
Style
- 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。-How to modify the wizard-generated MFC AppWiz
correction-for-coordinates
- ENVI中经纬度坐标显示乱码的修正。利用IDL语言编写。-Latitude and longitude coordinates of ENVI garbled amendments. Using IDL language.
baidu
- 通过delphi调用百度地图(采集坐标,单个标注点带提示的代码,多个标注点带提示的代码,根据中心坐标显示,规划线路图)-By calling delphi Baidu map (acquisition coordinates, a single label point code with a prompt, multiple label points with a prompt code, according to the center coordinate display, planning
Opencv鼠标回调显示坐标
- opencv的鼠标回调函数,返回鼠标左键的点击坐标(Opencv mouse callback function, return the left mouse button coordinates)
显示属性表
- 用于AE中属性表的打开查询具体坐标信息,用于点的查询。(Open query for attribute tables in AE)
MFC使用WebBrowser控件调用百度地图API案例
- mfc调用百度地图,可实现输入坐标显示位置(MFC calls Baidu maps Input coordinate display position can be realized)
readdxf
- C#读取dxf中的圆坐标,并且把所有坐标绘图显示出来(C# Reads the Circular Coordinates in DXF)