-
Five_QT_by_CT
基于网络编程的五子棋程序,可实现多人多桌大厅功能。(five )
- 2020-12-09 17:09:21下载
- 积分:1
-
mfc
mfc下通用的文件,该文件是人工萤火虫算法的matlab代码实现。(mfc under common file)
- 2013-12-15 11:10:35下载
- 积分:1
-
100条经典C语言笔试题目
100条经典C语言笔试题目,方便大家复习C语言,面试题什么的也不错(100 classic C language test questions, to facilitate you to review the C language, interview questions, what is also good.)
- 2018-04-19 09:24:40下载
- 积分:1
-
这是四个用C#,C++,和C语言编写的一个经典银行家算法
这是四个用C#,C++,和C语言编写的一个经典银行家算法-This is the four C#, C, and C language of a classic bankers Algorithm
- 2023-05-09 21:10:02下载
- 积分:1
-
39d77e9592bf
抓包工具,编译链接执行程序后,运行抓包程序,在以太网内进行抓包。(sniffer)
- 2010-12-06 09:28:16下载
- 积分: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
-
u8glib_arm_v1.18.1
Arduino (Installation with IDE)
Start Arduino IDE
In the Arduino IDE, import the library the Add Library Menu.
Arduino (Manual Installation)
Unzip u8glib_arduino...X.XX.zip into the libraries folder of the Arduino IDE
Start Arduino IDE
AVR (ATMEGA) install instructions
ARM INSTALL and NXP LPC1114 (ARM) example project(A graphics library with support for many different displays.)
- 2015-11-28 20:48:47下载
- 积分:1
-
MyQtproject
简单画图板,初学者实用,比较简单,如果喜欢可以下载来看看(Simple drawing board, beginners practical, relatively simple)
- 2013-12-18 13:42:50下载
- 积分:1
-
OPENGL
opengl图形实现,非调用函数直接构图,初级参考学习不错(opengl graphic realization, non-call direct mapping function, the primary reference to learn good)
- 2009-06-14 12:29:08下载
- 积分:1
-
Fibonacci
利用循环队列生成斐波那契数列的控制台程序!(Circular queue using a console program to generate Fibonacci number deed column!)
- 2014-08-15 11:08:32下载
- 积分:1