-
在VC环境下实现的一个小的逃跑按钮程序。挺有趣的一个小程序。...
在VC环境下实现的一个小的逃跑按钮程序。挺有趣的一个小程序。
- 2022-08-19 00:08:29下载
- 积分:1
-
一个显示杨辉三角形的源程序! 输入前N行,可显示!
一个显示杨辉三角形的源程序! 输入前N行,可显示!-a triangle shows the source code! Before the N line input, display!
- 2023-03-14 01:40:03下载
- 积分:1
-
通过继承CBUTTON类生成了一个新类,这个类可以建立各种各样的BUTTON。...
通过继承CBUTTON类生成了一个新类,这个类可以建立各种各样的BUTTON。-Through inheritance CBUTTON category generated a new category, this category can create a variety of BUTTON.
- 2022-02-10 03:36:34下载
- 积分:1
-
在窗体中添加一个image控件来显示matlab绘制的时域和频域波形图形。添加2个text控件用来输入采样点数和采样频率...
在窗体中添加一个image控件来显示matlab绘制的时域和频域波形图形。添加2个text控件用来输入采样点数和采样频率-in the form to add an image controls to show Matlab mapping in time domain and frequency domain waveform graphics. Add two controls for text input sampling frequency and sampling points
- 2022-03-04 03:19:54下载
- 积分:1
-
我都说了我是个学生了嘛,只不过想找个原代码而已,为什么要我上传这么多的代码呢...
我都说了我是个学生了嘛,只不过想找个原代码而已,为什么要我上传这么多的代码呢-I can say that I am a student is just simply wanted to find a source it, why should I upload the code so much?
- 2022-07-09 12:38:34下载
- 积分:1
-
pretty good button cla
pretty good button cla
- 2022-02-05 21:38:40下载
- 积分:1
-
This algorithm is a procedure. Builder 6.0 in the C compiler through.
这是一个算法实现程序. 在C++Builder 6.0编译通过.-This algorithm is a procedure. Builder 6.0 in the C compiler through.
- 2022-05-25 14:51:06下载
- 积分: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
-
学生信息系统,学生入学信息,选课信息,学籍信息等
学生信息系统,学生入学信息,选课信息,学籍信息等-student information system, student enrollment information, classes of information, student information
- 2022-07-22 07:07:55下载
- 积分:1
-
very good use of a new type of photo to enlarge it, try put>!
挺好用的一种新型放大图片的方法,试试把>!-very good use of a new type of photo to enlarge it, try put>!
- 2022-02-04 04:21:37下载
- 积分:1