-
bjeadth-command
Exercise_editor Edit the shortcut key
- 2018-11-26 00:31:58下载
- 积分:1
-
8032__2010_3.9
适合dvd板卡开发的程序员,这版是mtk 8032的公版软件(Dvd board development for programmers, this version is the public version of the software mtk 8032)
- 2011-09-16 16:10:50下载
- 积分:1
-
这是本人用C#编写的一个掷骰子的小游戏,希望能对编写骰子游戏的人有所帮助...
这是本人用C#编写的一个掷骰子的小游戏,希望能对编写骰子游戏的人有所帮助-This is, I use C# for the preparation of a dice game, I hope you can help
- 2022-03-15 16:55:11下载
- 积分:1
-
c# 关闭窗口前确认 弹出提示
与大家分享一个C#窗口编程小技巧,在用户关闭窗口前,弹出确认对话框,可有效防止用户误操作,误关闭窗口。本源码中是完整的实例下载 ,有基础的可参考以下的代码,快速实现本功能:
C#弹出关闭窗口的确认对话框,核心代码如下:
private void Form1_FormClosing(object sender, FormClosingEventArgs e)
{
DialogResult dr = MessageBox.Show("是否关闭窗体", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Warning);
if (dr == DialogResult.Yes) //使用if语句判断是否单击“是”按钮
{
e.Cancel = false;//如果单击“是”按钮则关闭窗体
}
else//否则
{
e.Cancel = true;//不执行操作
}
}
当用户单击窗口右上角关闭按钮时,激活函数中的命令,弹出确认框。
- 2022-01-25 15:52:19下载
- 积分:1
-
juzhenlun
基于matlab的矩阵论算法,有利于矩阵论初学者使用(Algorithm based on matlab of matrix theory, matrix theory in favor of beginners)
- 2015-11-03 20:24:06下载
- 积分:1
-
Linux程序设计
linux程序设计 相关设计 很好的一本书(linux program design)
- 2018-06-08 10:02:32下载
- 积分:1
-
Map OpenGL
DEM数据处理,有贴纹理及漫游程序,自己在其他网上下载的 希望对做三维的朋友有所帮助(DEM data processing, has the stick texture and roaming)
- 2014-03-18 15:09:18下载
- 积分:1
-
过滤指定目录下的子目录
说明: vc.net 过滤指定目录下的子目录,可以指定过滤条件,指定子目录的过滤条件,指定子目录下所有过滤文件的列表,支持过滤表达式(vc.net filters the sub-directories in the specified directory, you can specify the filter conditions, specify the filter conditions of the sub-directory, specify the list of all filtered files in the sub-directory, support filter expressions)
- 2020-04-01 08:06:44下载
- 积分:1
-
CSharp-Register-Operation
注册表操作的Sample 注册表读写 遍历等操作(Register Operation)
- 2020-10-01 19:37:41下载
- 积分:1
-
F34x_Watchdog
c8051f340单片机的一个看门狗的源代码,适合初学者参考学习。程序中有英文说明(the source code of watchdog of c8051f340 for beginners learnning.english explanation included.)
- 2012-04-12 09:55:50下载
- 积分:1