搜索资源列表
ZoomImg
- 实现图象的局部放大,移动鼠标可放大不同的部位,鼠标左键缩小图象,右键放大图象-achieve a partial image to enlarge it, move the mouse to enlarge different parts, the left mouse button narrow image, right image to enlarge it
J3D
- 用java做的一个立体正方形!可以通过键盘或鼠标实现左右上下移动;放大或缩小: .doc 里面有运行通过的源码和截图~-done with a three-dimensional square! Through the keyboard or mouse up and down about achieving; To zoom in and out : . doc inside running through the source
brizer4
- 本程序可以实现画圆,直线,bezier曲线,矩形等图形,并且是用鼠标操作的,同时也可以实现图形的任意倍的放大,缩小,平移和清屏,退出功能.-this procedure can be achieved Circle, Line, bezier curves, rectangles and other graphics, and the mouse is used to operate, but also the realization
cubeMouse
- 用鼠标左键控制立方体的旋转,右键单击移动立方体,压下滚轮实现放大缩小立方体。Using mouse left button directed the cube,right button translate cube, middle button zoom in or zoom out it.
ZoomImg
- 实现图象的局部放大,移动鼠标可放大不同的部位,鼠标左键缩小图象,右键放大图象-achieve a partial image to enlarge it, move the mouse to enlarge different parts, the left mouse button narrow image, right image to enlarge it
brizer4
- 本程序可以实现画圆,直线,bezier曲线,矩形等图形,并且是用鼠标操作的,同时也可以实现图形的任意倍的放大,缩小,平移和清屏,退出功能.-this procedure can be achieved Circle, Line, bezier curves, rectangles and other graphics, and the mouse is used to operate, but also the realization
vcgissrc
- 一个GIS程序,能够实现比例尺放大、缩小、全屏显示,以及在状态栏显示时间和鼠标位置,以及自建一个CDIALOGBAR,来实现画笔的线形和粗细。-a GIS procedures, Large scale can be achieved, narrow, full-screen, and the status bar shows the time and location of the mouse, and a self CDIALOGB
Windows_Paint
- C++课程设计时做的一个基本图形处理软件,由C++语言编写而成,使用了基本的Graphics.h库文件,自己定义的基本图形类及其操作。可以实现类似Windows"画图"的基本功能操作: 能够处理整体或单个图形的左移、右移、上移、下移,放大、缩小、删除、保存、读取等操作。可以设置线型的粗细,可以设置画线的颜色,整个界面都和Windows很相似,菜单,鼠标,键盘,快捷键,等。-C++ Courses designed to do a
cubeMouse
- 用鼠标左键控制立方体的旋转,右键单击移动立方体,压下滚轮实现放大缩小立方体。Using mouse left button directed the cube,right button translate cube, middle button zoom in or zoom out it.-Cube with the left mouse button to control the rotation, right-click mobi
ZoomInOut_IDL
- 一个非常好的IDL图像处理代码,可以实现图像的放大缩小平移全图,对鼠标事件有很好的响应,是做遥感项目时的主要参考代码,对于初接触IDL处理图像的是一个很好的案例,里面有现成图像-A very good IDL image processing code, can be achieved image zoom pan-wide map of mouse events have a very good response is to do r
photoshow
- 为学校做的一个大图片展示方案。 实现非常大的图片在浏览器下浏览。 能够放大、缩小、最合适、原始大小浏览 鼠标拖动控制-For schools to do a big picture display program. Achieve very large picture in the browser under the browser. Can enlarge, narrow, the most appropriate and
testball
- OpenGL,地球模型,纹理加载,虚拟跟踪球的实现-OpenGL, the Earth model, texture loading, the realization of a virtual tracking ball
GisTool
- 实现简单图形的绘制,放大缩小移动,鼠标操作交互,图形数据的保存以及打开-Drawing simple graphics, Zoom mobile, mouse interaction, graphics data, as well as the preservation of open
code_Clock
- 简单的桌面时钟,实现了基本显示,鼠标滚轮放大缩小,包括右键菜单等-Simple desktop clock, to achieve the basic display, mouse, zoom, including the right-click menu, etc.
protel99se-auxiliary-tools
- protel99se辅助小工具,滑动鼠标滚轮可以实现放大缩小原理图,右键可拖动。-a small auxiliary tool for protel99se
3d_webgl
- 基于webgl实现stl格式3d文件读取与显示,自动调整其大小使其适应显示窗口大小,并自动实现其居中显示,以及实现鼠标操作放大缩小平移-3d stl format based webgl achieve read and display file, automatically adjusts its size to adapt to the size of the display window and automatically ach
MVCqiuti
- 使用MVC设计模式来绘制一个球体并通过鼠标拖动来实现放大缩小,适合新手了解学习MVC模式设计-Using the MVC design pattern to draw a sphere and is achieved by dragging the mouse zoom, for beginners to understand learning MVC design pattern
3DWebGLSTL
- 基于webgl实现stl格式3d文件读取与显示,自动调整其大小使其适应显示窗口大小,并自动实现其居中显示,以及实现鼠标操作放大缩小平移。注意:要用火狐浏览器打开,因为是本地网页,其他浏览器出于安全性无法读取本地文件,把网页部署到网站中才可以用其他浏览器显示-Based on webgl implementation, according to the STL format 3 d file to read and automatical
wpf下实现图片的放大缩小和平移 - CSDN博客
- 要求及背景 工作需要,要在一个Form里面实现一个实时预览的picturebox图像,由于picturebox可能会遮挡到其后面的画面,所以要求picturebox可以由用户自行拖拽,类似于悬浮框。 原理说明 在网上兜了几圈之后,决定用三段代码实现。首先要注册鼠标的三个事件:移动、鼠标左键按下、鼠标左键抬起,当然,都是在picturebox上的动作。注册三个事件后,即可以在三个对应的事件函数里面实现拖拽。(Amplif