搜索资源列表
simple_tree_ctrl
- First of all, there are lots of custom tree controls available so what s the need for this? In one of my projects I happened to use several tree controls to show data objects at different levels and I had to deal with user actions. Each time, my tree
knowledgeyichuan
- 了解遗传算法 遗传算法是一种最优化算法,所谓最优化问题,就是这样一类问题,满足它的解(称为可行解)有很多(通常是极多)对于每一种解有一个评价函数得到一个评价值,也就确定了解集的一个偏序关系,在这个偏序关系的求最小值(或最大值)或者近似最小值(或最大值)。-understanding of the genetic algorithm is a genetic algorithm optimization algorithm, the so-called optimization problem
RandomChoose
- 一个随机抽号的小程序,输入起始数字和结束数字,点击“抽签”,数据开始滚动,点击“停止”,会显示一个随机的数。-A random number program, enter the start number and end number, click on the " drawing lots" , data begins to scroll, click on " Stop" will display a random number.
SynchronizedScrollViewers
- Scroll Synchronization Imagine you have two ListBoxes with lots of items. Whenever a user scrolls in one of the two ListBoxes, the other one should be updated, too. What we want to do in this article is to create a simple attached property that all
Win32
- 纯API创建对话框和通过数组批量建立各种控件-API CREATE DIALOG AND A LOTS OF BUTTON
EmbeddedGUI
- This MFC GUI framework is placed inside ATL DLL server and is invoked by parent application. Parent application manages this window and when parent application terminates so does this embedded window. It behaves much like Microsoft s Outlook Email an
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
Orpheus408
- Orpheus408 file. Have lots components for delphi 7-2010
MFC_Control_Widgets
- VC++6.0入门中关于MFC标准控件的精讲,书中不乏各种控件组合使用的应用实例-Introduction to teach VC++6.0 MFC standard Widgets . The book has lots of application example used in combination of MFC widgets.
vsflexgrid
- VB的一个表格控件,VSFLEXGRID,处理数据相当的快,文档包含了这个控件注册方法和控件的下载地址,很好的工具-a visual basic control,it s a good tool to deal with lots of data in a high efficency
choose
- 这个程序是用来抽签的,即产生随机数,并保存,得到抽签名额-This procedure is used by drawing lots, which generate random numbers and save balloting places.
skinTK_V0.20
- 用于VC++界面编程的Toolkit,有各种增强控件。-VC++ UI Program Toolkit, including lots of controls.
VirtualListControl_src
- 虚拟列表控件使用起来非常简单。它总共只有三个相关的消息,如果你直接使用CListCtrl,应该在对话框中响应这三个消息。如果你使用CListCtrl派生类,可以在派生类中响应这三个消息的反射消息。这三个消息分别是: (1)LVN_GETDISPINFO 控件请求某个数据 (2)LVN_ODFINDITEM 查找某个数据 (3)LVN_ODCACHEHINT 缓冲某一部分数据(You may have noticed that the standard CListCtrl ge