搜索资源列表
zsplitter_demo
- 功能强大的分割条,非常实用,移植性好, 我用它解决了很多窗口分割的问题-powerful segmentation of the very practical, portable, and I use it to solve a lot of problems separate window
ButtonYuan
- 你想在按钮上画圆吗?这个小实例可以帮您解决一些小问题,它已经是经过调试的.-you want to press the button on the Circle? Small example of this can help you to solve some small problems, it is through testing.
shfoldering
- 在我的一个项目编制过程中,需要用到一个可以指定初始目录的目录选择对话框,起初我找到了http://www.vckbase.com/bbs/prime/viewprime.asp?id=94 这篇文章,发现由于\"bi.pidlRoot\"的格式不了解,很难实现这样的功能,后来在一个日本网站上找到了一篇文章,有示例代码和相关说明(现在网址找不到了,抱歉,以后找到了再加上),利用回调函数解决了此问题,现在我把示例程序做出来,有相关Puzzle的同仁可以参考一下. 注: 1.重要的函数和宏定义在\"g
mlxzFolder
- 一个可以指定初始目录的目录选择对话框,利用回调函数解决了此问题,现在我把示例程序做出来,有相关Puzzle的同仁可以参考一下.-can specify a directory initial choice of the directory dialog, use a callback function to solve this problem, now I have examples of procedures done, the relevant Puzzle colleagues for
最短路径选择
- 实现了Dijkstra算法,解决最短路径问题。-achieve the Dijkstra algorithm, the shortest path to solve the problem.
Resizer_demo.rar
- VC6.0控件随窗体的变化而变化,放大、缩小、移动。解决了已有文件需要解压密码的问题。希望楼主仔细审查。,VC6.0 control varies with the form, enlarge, reduce, move. Solve the existing files need to extract the password problem. Hope Louzhu scrutiny.
EightNum3virtory
- 八数码问题的动态解决,采用了A*搜索算法来解决-Eight digital dynamic solution to the problem using the A* search algorithm to solve the
GoodPoint
- 使用佳点集遗传算法,解决安徽十七市的TSP问题,求出最短路径主要区别于普通遗传算法的地方是染色体交叉部分,另外编码方式使用十进制方式。-Good point set genetic algorithm used to solve TSP problem the city of Anhui, 17, find the shortest path to the main place is different from ordinary genetic algorithm is crossover s
BackGround
- 对话框登陆界面,打开后还是一个对话框,有登陆密码,登陆密码输入三次后自动退出-this is my first program,i have learned vc++ for a few weeks,i try to my best to program this program.thought i have lots of question to solve,i made it .you know,if you put something in your heart,you will do
3D
- 界面上书写3D 文字,提供给初学者。希望能解决你的困扰。-The writing interface 3D text available to beginners. Hope to solve your troubles.
FramelessStretchWidget
- 把widget设为frameless后,widget就不再可移动和伸缩,这个类就是解决了这个问题-When set widget to be frameless, the widget cannot be moved or stretched any more. I wrote this class to solve it
CFileDialog_Multiselect_Demo
- VS201x写的文件选择对话框文件多选实例。解决缓冲区溢出问题。-The file selection dialog box instance multi election. Solve the buffer overflow problem. . .
easysize_demo
- easysize函数的应用实例,可以用来解决界面大小变化带来的不便-easysize function application instance, can be used to solve the inconvenience of the interface changes in the size
ModalLessDlg
- 非模态对话框封装类,解决了非模态对话框的内存销毁问题。-Non-modal dialog wrapper class to solve the problem of non-modal dialog memory destroyed.
QQPCM
- MFC模仿QQ电脑管家等软件的界面,使用gdi+,有鼠标悬停效果,对话框重绘,解决了重绘的闪烁。适合mfc初学者参考,开发工具Visual Studio 2010-MFC to imitate QQ Computer Manager software interface, use gdi+, mouseover effect, redraw the dialog box, solve the redraw flashes.
mfc-tsp
- 用c++实现的mfc程序,解决旅行商问题。-Mfc program with c++ implemented, solve the traveling salesman problem.
test
- C# winform的最基础的状态栏图标显示思路 让winform窗体在最小化状态 在任务栏显示图标,双击时再弹出,并且解决多数源码的最小化到任务栏扔能用alt+tab的缺憾,并且程序源码内使用的控件和变量都为中文名,便于理解和学习.-C# winform the most basic idea of the status bar icon shows let winform form in a minimized state display an icon in
testmessage
- 此程序包含了,如何在mainframe中,创建自己的myframe,子框架,如何在childframe中,创建dialogbar,以及在此dialogbar中如何响应dialogbar上的按钮,弹出对话框。 1、目前在网上找创建自己的子框架的程序没怎么找到; 2、目前在网上没找到在子框架testfrm里创建dialogbar的,因为这个还涉及到dialogbar大小的计算 3、由于dialogbar的特殊性,所以如果直接在dialogbar上通过domodal弹出一个对话框,该对话框
AotoAdaptiveDlg
- MFC做界面时,经常会遇到对话框大小改变时,控件和子对话框也需要同比例的改变,本例解决了这个问题-When doing MFC interface, often encounter the dialog is resized, the controls also need to change the dialog and child the same proportion, in this case to solve this problem
Lesson2Code
- ++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-Reload+
