搜索资源列表
cagd
- 画Bezier及B样条曲线,及对曲线的一些操作,包括移动控制点,移动曲线,曲线求交等等。
mfc
- 同时张出两个对话框,窗口A: ComboBox 里面存储着窗口B的标题, 点击按钮1设置窗口B的标题. Button 4个, 文本框一个, 输入数字后点击4个方位的按钮, 窗口B会移动多少距离. 滑块 , 改变窗口B的透明度-Zhang also the two dialog boxes, windows A: ComboBox B which stores the title of the window, click the B button 1 set the
drawtool
- MFC编写的简单几何图像绘图工具,包含简单几何图形的生成,移动,缩放以及多边形的剪裁,适合初学者参考-MFC prepared simple geometric image mapping tools, including the generation of simple geometry, move, zoom, as well as tailoring polygon suitable for beginners reference
Test
- mfc的CsliderCtrl不能精确定位 本例从CSliderCtrl派生一类 实现鼠标单击 则滑块移动到精确位置-mfc precise positioning of CsliderCtrl not in this case a class derived from the realization of CSliderCtrl mouse click the slider to the exact location of
CH6_MoveCircle1
- mfc小程序 小例子 哈哈 一个小球的移动-mfc Haha small example applet may help you .....
GLTable
- mfc+opengl 开发框架,有缩放、旋转、移动功能。只需继续添加代码-mfc+ opengl development framework, there are scaling, rotation, mobility features. Just add the code to continue
MouseGesture_demo
- VC的鼠标手势控制源码,用于捕获鼠标按下某键之后移动一定的方向和位置,松开之后产生一个事件。-Mouse gestures control the VC source code for the capture of a key is pressed after moving the mouse a certain direction and position, release generated after an event.
Drag.ListView.control.MFC.mobile.code
- MFC编程ListView控件拖放移动代码Drag ListView control MFC programming mobile code -Drag ListView control MFC programming mobile code
keyboad-replace-mouse
- 键盘模拟鼠标,其实就是让接收键盘消息,然后让相应的按键模拟鼠标的动作! 我的程序里面方向键上 下 左 右 分别代表鼠标的移动! F6是左键点击,F7是右键点击,F9是退出,把操作权还给鼠标! 注意,本程序是基于Win32SDK 写的,没有用MFC的任何函数!占用内存只有1MB多!-Keyboard, mouse simulation, in fact, to receive keyboard messages, then the appropriate button to simulate mo
Display
- MFC写的一个显示工业数据曲线的程序。从excel文件读取数据,显示数据曲线。可以改变曲线点间距,曲线移动速度等。适合MFC初学者-MFC to write a program display industry data curve. Read data from the excel file, display the data curve. Spacing can change the curve, curve speed and so on. MFC for beginners
following-the-mouse
- 在MFC中的跟随鼠标移动的控件,对新手很有用-In MFC controls following the mouse
MFC-drawing-board
- 创建generic基类CShape,并建立其派生类(譬如CLine),将所有派生类共有的属性作为成员数据放入基类,并定义纯虚函数,由各派生类函数重载来实现具体功能。各派生类的成员函数实现图形的绘制、移动、放缩判断是否选中、判断需要放缩等功能。-The codes can realize the function of drawing different graphics and additional functions, such as moving, zooming in/out the gr
mfc
- 实现了mfc图片移动的动画功能,简单易学,供有需求的朋友们使用-The mfc pictures moving animated, easy to learn, there is a demand for friends
MFC
- 设计一个带动画操作的程序,要求具有以下几种功能: (1)带快捷选单(Line、Ellipse、Rectangle) (2)通过点击菜单项输出相应的图形 (3)通过工具栏按钮保存打开图形 (4)按键盘上的“M”键开始动画操作,使一个位图(自行设计)沿着图形移动-Design a program with animation operation required to have the following functions: (1) With the shortcut
mfc
- 编写一个应用程序,含有“计算”菜单,包含菜单项“显示对话框”和“退出”。 单击“显示对话框”选项时,弹出“模式对话框”,此对话框中含有两个水平滚动条;四个按钮,分别为“加”、“减”、“乘”、“除”;三个编辑框,单击四个按钮中的任何一个进行计算操作,移动滚动条,两个编辑框中出现滚动条的位置,另一个编辑框中出现计算的结果。 -Write an application, with " computing" menu that contains the menu item &q
Sun-Xin-MFC-instructional-video-7
- 孙鑫教学第七课全内容,包括SDI中调用对话框, 创建非模态对话框,为静态文本框增加消息响应,以及回车时将输入焦点移动到下一个控件-Sun Xin teaching the whole content of seventh courses, including the SDI call dialog box, create a non modal dialog box, for the static text box to increase the message response, as wel
UsbPopup
- 检测可移动磁盘,并且可以安全弹出。 界面简介明了,使用无障碍。(Detect removable disk, and can pop up safely. The interface is clear and easy to use.)
mfc简单程序输出滚动左右移动
- 简单的mfc程序实现选择性的输入输出,滚动条,颜色设置等(Simple MFC programs implement selective input and output, scroll bars, color settings, and so on)
画可移动改变的多边形
- 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
文件移动工具
- 自己写的一个小工具,使用VS2019编译,C++代码,作用是将A文件夹中的文件复制到B文件夹,如果有重名文件且后缀也相同,则先将B文件夹中的文件移动到C文件夹,然后将A文件夹中的文件覆盖B文件夹。