搜索资源列表
简易二维CAD
- 此程序为武汉某开发CAD著名的软件公司初级源码功能包括画圆,画直线,矩形,圆弧,画折线,椭圆,三角,多边形等,还有高级功能如镜象,旋转,移动,反转图形等等功能,全部都是基于SDK编程,对于初学和初次涉及WINDOWS编程的人来说很有帮助,可以了解SDK编程与面向对象编程方法,最主要的是可以学习到企业项目开发经验,具有一定的研究价值!-procedure for the development of Wuhan, a leading CAD software companies primary s
13119游戏
- 防空战游戏程序.具体操作有:炮弹,显示高炮,显示炮弹,发射,位置移动,画战场/对方飞机/炸弹等等.-air war games. Specific operations are : shells, showed anti-aircraft guns and artillery shells at the show, launch, mobile location, painting battlefield / other planes / bombs and so on.
20046714165987841
- NET自画窗体 ,但在最大/小、关闭按钮处移动,边框有些闪动,希望大家帮帮忙-NET Form self-portraits, but the greatest / small, close button Mobile Office, frame some flashing, and we hope to get help from!
moveing
- 本程序是实现在static控件上显示图片,我建立了一个继承了static的类,然后把图片贴到static上,且实现小图片通过键盘控制可以移动,是用对话框做俄罗斯方块的有用参考,但是我没有用双缓冲来做,有闪。只要改成用双缓冲的画就行了。-this program is to achieve control of the static show pictures, I have built a succession of the static type and then affixed to st
VCjiemian
- ①、重载对话框的消息函数: void OnNcLButtonDown(UINT nHitTest, CPoint point) //单击标题栏时是响应 void OnNcMouseMove(UINT nHitTest, CPoint point) //Mous 在标题移动时响应 LRESULT DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam) ②、添加关键成员函数为:BOOL D
xplhx
- 《橡皮条画线》C语言 (可供C语言图形编程参考) 本程序模拟许多绘图工具中的画线方法和画框方法 其中工具条上的各个按钮的功能是: 1、画线(快捷键“l”) 2、画框(快捷键“f”) 3、剪去框外的直线(快捷键“c”) 4、刷新(快捷键“r”) 5、新建(快捷键“n”) 6、退出(快捷键“Esc”) 最左边的十字架用鼠标拖动时可以移动工具条 左上角的 framepoints为所画矩形框的左上角坐标和右下角坐标 mouse为鼠标当前坐标 li
UpRect
- 一个在c++ builder 6 下,写的类似画橡胶条的源代码.Mouse 弹起移动画矩形框.-one in six c builder, The painting was similar to rubber of the source code. Mobile Mouse pop-up rectangular box painted.
TrailMousePos
- 在程序设计中需要随时知道鼠标的位置,如photoshop和画图板中都有这一功能。本程序实现了如何追踪鼠标的位置。编译并运行本程序,不停地移动鼠标,对话框中显示鼠标位置的文本也会随时更新,达到追踪鼠标位置的目的。-in program design needs to be kept aware of the location of the mouse, If photoshop drawing board and have all the functions. The realization of
AA_MyOCX_Mandlbrot_Game_Curve
- 画Mandlbrot分形图并对任意选中的区域进行放大和画一条给定了控制点的Bezier曲线并可以任意移动控制点或者加入新的控制点后进行重画。-painting Mandlbrot fractals also arbitrarily selected regions to enlarge and given a painting of the control point The Bezier curve can be arbitrary and mobile control points, or
draw
- 图形学程序,用z缓冲算法来实现画立体图,按x和y可以实现移动。
main2
- 这是计算机图形学的图元显示实验,鼠标点击画直线-This is the computer graphics pixel display experiment, the mouse click on drawing a straight line
HSEditor_Setup
- 很好用的画图控件,可以在VB6.0环境使用-Very good control with the drawing, you can use in the VB6.0 environment
HookForMSPaint
- 源码分为两部分:外挂(activekey.dll)和外壳程序(simulate.exe),点击simulate.exe对话框的按钮,启动外挂,打开画图板,选中文字工具,按下f6引发外挂功能,自动移动光标,并写下大写的R-Hook programming for mspaint,R will be written on it.
VehicleMove
- 这是在Vs2005上编写的ArcEngine测试程序 ,用了四种方法,实现车辆移动,除了第一种效果比较差,其他集中都差不多.主要用了直接画DrawShape()方法 ,以及多种IElement接口,以及内存图层.-This is the Vs2005 prepared on ArcEngine test program, using the four methods to achieve vehicle movement, in addition to the first effect
MyCAD
- C#仿简单的CAD矢量绘图源码.重点是模仿了CAD的矢量绘图功能,实现了画直线,长方形,圆形、选择线条颜色,线条粗细、移动以及清除等操作,还可以保存。-C# imitate a simple CAD vector graphics source. Focus on imitation of the CAD vector graphics to achieve a draw line, rectangle, circle, select the line color, line thickness
zhixian
- c#中画直线,可以在移动鼠标的时候动态显示画线过程-c
moving_I
- 用opengl 画移动的 字母i 非常简短-Opengl painting move the letter i is a very brief
zhenchafa
- 使用帧差法对视频中的目标进行跟踪,并画出矩形框与坐标。依靠opencv库,使用时需修改视频路径。(he frame difference method is used to track the object in the video, and the rectangle frame and coordinate are drawn. Depending on the opencv library, you need to modify the video path when using it.)
画直线
- 1.以鼠标左键的按下为"起点",保持按下状态,移动鼠标,直到放开鼠标键作为"终点",画一条静态直线. 2.在鼠标移动过程中应该从"起点"向鼠标的"当前位置"画一条动态的直线.绘制动态直线的方法是,先删除前一条直线,然后画一条新的直线.在鼠标移动过程中会不断接收到许多WM_MOUSEMOVE消息,其中LOWORD(lParam)和HIWORD(lParam)分别存放鼠标的当前X,Y值.(1. press the le
画可移动改变的多边形
- MFC界面画多边形,每点一次画一个点,双击完成画多边形。可以随意拉动多边形的角,改变多边形的形状,可用其来选中界面的一部分,多边形整体也可以移动。(MFC interface draws polygon, each point draws a point at a time, double-click to complete drawing polygon. You can pull the corners of the polygon at will to change the shape o