搜索资源列表
jhhtcx
- vc++ .net 下做的交互绘图程序,自己编写的,可以用鼠标交互绘制各种基本图形。-vc. Net done with the interactive mapping procedures, the preparation of their own, the mouse can be used to draw various basic interactive graphics.
penon
- 本程序能使用鼠标在对话框上画图,并可以自由选取颜色-this procedure can use the mouse to draw on in the dialog box, and can freely choose colors
DrawView
- 鼠标绘图的源程序代码,可实现用鼠标绘制各种直线、曲线等-mouse mapping of the source code, can be realized using the mouse to draw various linear, curve, etc.
小波分形算法.rar
- 用小波绘制分形混浊曲线、Julia集、和Mandelbrot集,程序运行后,分别选择菜单“分形”下的子菜单“混沌曲线”、“Julia集”或者“Mandelbrot集”,将分别绘制这几种分形图案。对于Mandelbrot集,可以用托动鼠标选择一矩形框,然后点击鼠标右键对所选择的区域进行放大。,Wavelet Fractal stuffy drawing curves, Julia sets, and Mandelbrot sets, after running, select the menu &
Kugou7UI
- VC模仿酷狗7(Kugou7) UI界面源码, 源码说明:内含VC++源码、易语言源码各一份.包含所有图片源码(使用Fireworks编辑) 开发环境:VC版--VS2005、Gdiplus 易语言版--易语言5,无模块 实现方法:给窗口加上WS_EX_LAYERED样式,使用Gdiplus画出图片,然后UpdateLayeredWindow。处理WM_MOUSEHOVER、WM_MOUSELEAVE消息,鼠标进入或移出画出不同状态-VC imitation of coo
draw
- vc++开发的GIS系统源码无错完整版,陈建春书中的一个源代码,可以顺利通过编译,GIS软件vc版的不太多,这一个也算是一个能为vc朋友提供参考的好实例吧。这套系统可完成vc++使用鼠标绘图,图形移动,放大、选择等操作。-vc++ source code developed GIS systems error-free full version, CHEN Jian-book, a source code, can go through the compilation, GIS software
Draw
- 一个可以画出面来的画线程序,可以扫动鼠标,使画出来的图像形成面状。-A painting come to the painting line procedure, you can scan to move the computer mouse to make pictures out of the formation of face-like images.
Draw
- 可以用鼠标做简单的图形如(圆形,弧形,扇形)-Can use the mouse to do simple graphics such as (circle, arc, fan)
draw
- 本例主要利用c语言编程实现画图板功能,具有基本的画图功能、图形操作功能和文件保存打开功能。主要包括如下4个模块:(1)图形绘制模块,该模块包括图形的绘制和操作功能,(2)鼠标控制模块,该模块主要实现鼠标状态的获取、鼠标位置的设置,以及鼠标的绘制等。(3)功能控制模块,该模块实现的功能包括输出中文、填充像素和显示用户帮助。(4)保存加载模块,该模块将像素保存到指定的文件和从指定的文件中读取像素到画布。-The main use of this example c programming langu
PicView
- 自己学习MFC和OpenCV的练习,图像读取采用OpenCV实现,算法自写,主要功能 1. 支持bmp,jpg,png,tif,pgm等图像格式 2. 支持滚轮缩放 3. 支持鼠标移动图像 4. 支持全屏查看 5. 支持自动播放(幻灯式播放) 6. 支持水平、垂直翻转,90度旋转 7. 支持键盘操作 8. 绘制图像时基本无闪烁-Using OpenCV implementation, the main functions 1. Supports bmp, jpg,
Draw_Line
- 在vc++窗口中,通过按住鼠标左键移动鼠标,可以在窗口内绘制出任意的曲线-In vc++ window, move the mouse by holding down the left mouse button, the window can be any curve drawn
draw-line-with-mouse-in-Labview
- Labview中用鼠标绘曲线,适合初学者-draw line with mouse in Labview
GUI_DoubleBuf
- 汇编语言实现: 鼠标点击窗体,马上画一个黑色圆圈。 GDI绘图,双缓冲技术,无闪烁。 源代码 编程工具:Masm32 运行环境:Windows XP/20003 -Assembly Language: mouse click the form, immediately draw a black circle. GDI graphics, double buffering, without blinking. Source p
MouseDrawer
- 鼠标画线,很灵活,对初学者很适用,共享下-mouse Draw line
MousePen
- mfc程序,鼠标画带有方块笔刷的线条,方块根据线条的长度旋转角度和变换颜色-mfc program, the mouse draw the line with a brush box, box according to the length of the line rotation and change color
Draw
- 绘制矩形,点击鼠标左键不放拖动,在拖动区域绘制矩形-Draw a rectangle, click the left mouse button and drag to draw a rectangle in the drag region
Draw
- MFC编写的简单的鼠标画图程序,拖动鼠标不放可以画出连续的线条,并可以保存到磁盘-MFC prepared simple mouse drawing program, drag the mouse to draw a continuous line can hold, and can be saved to disk
Draw
- 一个简单的画笔程序, 实现了画笔的颜色 和鼠标随意位置画-A simple brush procedures, the color of the pen and the mouse position draw freely
Draw
- 基于MFC实现在用户窗口中绘制扇形图线,以鼠标down为原点,移动鼠标直到图形满意为止-Draw a pie chart based on MFC to achieve line in the user window, the mouse down as the origin, move the mouse until the graphics are satisfied
MFC-mouse-control
- MFC鼠标响应、鼠标画线,鼠标响应关键就是对两个函数进行操作:OnLButtonDown和OnLButtonUp; 1、使用MFC AppWizard(exe)建立一个单文档MFC工程 2、首先要在CxxxView类的定义里加上后续必备的数据成员 -MFC mouse response, the mouse to draw lines
