-
遗传算法实例 遗传算法实例
遗传算法实例 遗传算法实例 -Examples of genetic algorithm genetic algorithm example genetic algorithm example
- 2022-06-29 05:00:46下载
- 积分:1
-
一段很好的三态树代码,是用vc++开发的,要用三态树的朋友可以下载...
一段很好的三态树代码,是用vc++开发的,要用三态树的朋友可以下载-For some very good code tri-state tree, is vc++ Developed to use three-state friend of the tree can be downloaded
- 2022-03-06 17:22:40下载
- 积分:1
-
This is a MFC based on the framework of dynamic change button icon code, hoping...
这是一个基于MFC框架下动态改变按钮图标的代码,希望对于初学者有一定的帮助-This is a MFC based on the framework of dynamic change button icon code, hoping for some help for beginners
- 2022-09-08 09:20:02下载
- 积分:1
-
WinCE的图形按钮,一个简单的在WinCE环境下的实现…
wince的图形按钮,简单的实现了在wince环境下的按钮控件上添加图形-wince graphical buttons, a simple realization of the environment in a wince under the button control to add graphics
- 2022-03-24 03:03:17下载
- 积分:1
-
更改网格行可见性
翻译 maninwest@Codeforge 作者 K K Srinivasan@CodeProject这里是如何更改网格行的可见性的技巧。背景其实,更改网格行的可见性有很多方法。这里是我自己的方法。基于布尔值更改可见性。在开始之前,了解一下可见模式可见– 控件始终在布局中并显示给用户。收起 – 控件不显示在布局中。其他控件发生布局调整。隐藏 –控件不显示但是会保留在布局中的位置。未发生调整。使用代码Step 1:我只通过我创建的演示 APP 来解释代码。定义类中的布尔属性。可以使用依赖属性或者 INotifyPropertyChanged 界面获得更改通知。这里,我将布尔属性定义为依赖属性。 public static readonly DependencyProperty SetVisibilityProperty = DependencyProperty.Register("SetVisibi lity",typeof(bool),typeof(AddWindow));
public bool SetVisibility
{
get { return (bool)this.GetValue(SetVisibilityProperty); }
set
{
SetValue(SetVisibilityPro
- 2022-06-21 19:56:48下载
- 积分:1
-
可以动态管理按钮的文本、提示信息以及图像的显示状态的按钮组件。...
可以动态管理按钮的文本、提示信息以及图像的显示状态的按钮组件。-dynamically manage the button text message and image display status button components.
- 2022-03-01 00:46:39下载
- 积分:1
-
字符串,可检测字符串匹配问题的小程序欢迎光临程序员联合开发网!本站目前精彩源码总数71358个,分类182个,如此多的高质量资源,您还舍得离开吗?...
字符串,可检测字符串匹配问题的小程序欢迎光临程序员联合开发网!本站目前精彩源码总数71358个,分类182个,如此多的高质量资源,您还舍得离开吗?-string, the string matching detection of small programs Welcome programmers working on the Joint! Excellent source site now total 71,358, classification 182, so many high-quality resources, you also willing to leave?
- 2022-02-26 06:14:41下载
- 积分:1
-
这是一个TreeCtrl的派生类,与众不同的是它在项目较多的场合下重画很快。如果你对手头的控件不太满意的话,试试这个。(28KB)...
这是一个TreeCtrl的派生类,与众不同的是它在项目较多的场合下重画很快。如果你对手头的控件不太满意的话,试试这个。(28KB)-TreeCtrl This is a type of derivative, it is unusual in the number of items on the re-drawing of occasions soon. If your first opponent is not satisfied with the controls, then try this. (28KB)
- 2022-01-26 03:24:07下载
- 积分:1
-
检测服务器与客户机之间的时间差别,可以服务器上或客户机上直接运行,根据提示输入参数即可...
检测服务器与客户机之间的时间差别,可以服务器上或客户机上直接运行,根据提示输入参数即可-detection server and client between the time difference, server or client machine running directly under the suggested parameters can be input
- 2022-03-17 14:21:38下载
- 积分:1
-
一个LED时钟显示程序,用vc实现,效果挺不错,支持一下啊~
一个LED时钟显示程序,用vc实现,效果挺不错,支持一下啊~-A LED clock display program with vc realize the results very good, support you ah ~
- 2022-03-17 18:54:49下载
- 积分:1