搜索资源列表
drag_edit_test.zip
- 可以拖放数据的Edit控件
filedragedit.zip
- 可以拖放文件名/路径名的编辑框
拖放编辑框的实现
- 这是个和编辑框有关的程序,该程序可以实现文本编辑框的拖放操作。-This is a frame and edit the program, which can be achieved in the text edit box drag and drop operation.
多项式求和
- 1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。 2、 运行环境:C++ 3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
zhou_end2
- 我的数据结构课程设计,卡诺图化简。在算法上摸索了很久,第一次去交的时候因为老师的几个刁钻的数据给刷下来,至今仍心有余悸。还有一个用PASCAL写的16变量化简的,可不知道放哪去了。-my data structure curriculum design, Karnaugh map of SR. The algorithm groping for a long time, the first to go out and make the time because the teacher in s
DXTB
- 1.将 DXControls.dll 文件放于空间根目录的bin文件夹里. 2.在需要用编辑器的ASPX页面代码头部加入 <%@ Register TagPrefix=\"DXControls\" Namespace=\"DXControls\" Assembly=\"DXControls\" %> 3.在需要显示编辑器的位置插入代码:<DXControls:DXTB id=\"dansin\" Path=\"editor\" Height=\"296px\" Widt
Dandshow
- 对话框实现拖放和显示文件的信息!功能很好,实用!-dialog box and display information about a file! Good functional, practical!
drag_edit_src
- [转载]在编辑框之间实现文字拖放(Drag-and-Drop)。作者Sam Lu。-[reproduced] edit box drag and drop text between (Drag-and-Drop). Sam Lu.
TextAnimation
- 这个动画文本控件源代码有点类似 Flash文字特效,唯一的是这个控件完全VB代码,没有其他第三方资源,可以同屏显示多种文字特效,如水平文字滚动、垂直文字滚动、旋转文字、文字颜色变换旋转、文字大小缩放。控件运行平滑,即时显示效果,可以设置文字渐变色以及背景渐变色,后期新版本还支持图片滚动、托盘,窗体标题等多种特效滚动。请大家稍后关注
proptree_demo
- 可以在编辑域以外的地方,如资源管理器 拖放文件或文件夹-can edit outside the domain, such as resource management for drag and drop files and folders
drag_edit_test
- 可以拖放数据的Edit控件-The edit which can drag and drop data
filedragedit
- 可以拖放文件名/路径名的编辑框-The edit which can drag and drop filename or dir name
7-8
- 位图示例,在窗口中间放入一幅图片,并且可以用鼠标及键盘对它进行操作-Bitmap example, put a picture in the middle of the window, and it can be used to operate the mouse and keyboard
FormView-part1
- 实现CFromView的自动缩放功能,可以自动识别窗口的大小变化而调整控件大小-implement the auto zoom in/out of CFromView in mfc