-
xueshengchengjiguanli
学生成绩管理系统,包括学号,成绩,性别,姓名等内容(Student performance management system, including school grades, gender, name, etc.)
- 2013-03-07 21:29:17下载
- 积分:1
-
EM
说明: em算法的学习资料,各种格式,包含c和matlab源代码,希望有所帮助(em algorithm learning materials, a variety of formats, including c and matlab source code, hope that helps)
- 2011-01-08 13:23:36下载
- 积分: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
-
Creo二次开发实现装配体自动着色
1.包含自动着色源代码color文件;
2.包含creo二次开发配置文件protk,具体包含配置文本text文件以及可执行文件dll;
3.包含对话框bitmap图像文件
包含一整套开发文件,可直接配置挂载在creo2.0及其以上版本中作为插件,实现装配体一键自动着色和单个着色功能。
- 2022-08-16 09:40:41下载
- 积分:1
-
slider-nocaption---autoplay
网页前端的幻灯片显示,自动切换,而且备选框有图片缩影(Front page slide show, auto-switching, and alternate frame a picture microcosm)
- 2015-10-02 17:28:53下载
- 积分:1
-
caozuoxit
简单的文件管理系统,实现文件的建立,删除等操作。(The design for Operation System)
- 2009-06-30 14:47:51下载
- 积分:1
-
DBO
说明: 对数据库访问的封装,简化调用代码,优化调用流程, 支持多种调用方式。(Encapsulation of database access, simplification of calling code, optimization of calling process, support of multiple calling methods.)
- 2020-05-30 09:28:07下载
- 积分:1
-
zhongduandaquan
中断大全。c语言编写。希望初学者能够用得上。别忘了好评啊!(Interrupt Daquan. c language. I hope beginners be to use it. Do not forget to praise ah!)
- 2012-05-16 19:04:13下载
- 积分:1
-
TI-C6000-optimization--guide
为TI DSP 初学者收集整理了一系列的代码优化文档,并给出一个学习这些文档的流程,在doc文档中进行了一个概述和串联,帮助初学者更好更快的进入状态。(The optimization of code documents a series of TI DSP beginners collection, optimization including C and assembly code, and presents a learning process in these documents, DOC documents made a summary and series, to help beginners to better and faster to enter the state.
)
- 2013-10-04 11:47:32下载
- 积分:1
-
交通部JT808模拟软件
交通部 JT808 模拟软件 , 基于C#开发。
- 2022-11-02 12:40:03下载
- 积分:1