-
图书馆系统1
采用vc语言编写,完成了图书馆里系统的借书和储存。(Written in VC language, the system has borrowed and stored books in the library.)
- 2018-08-27 08:41:54下载
- 积分:1
-
C# 返回用户点击按钮的枚举
C# 返回用户点击按钮的枚举,这个比较有点个性了,平时好像用的不多,返回用户单击按钮后的信息,需要进行用户单击的判断,代码如下:
DialogResult dr = MessageBox.Show("消息信息", "标题", MessageBoxButtons.YesNoCancel);
switch (dr)//使用switch语句判断用户点击了哪个按钮
{
case DialogResult.Cancel://如果按下了Cancel则执行下面的语句块
MessageBox.Show("按下了Cancel");
break;
case DialogResult.No://如果按下了No则执行下面的语句块
MessageBox.Show("按下了No");
break;
case DialogResult.Yes://如果按下了Yes则执行下面的语句块
MessageBox.Show("按下了Yes");
break;
}
- 2023-02-16 09:40:03下载
- 积分:1
-
keypad_matrix
this a keypad matrix applicable for ZDSII
- 2013-12-23 00:42:44下载
- 积分:1
-
UNIX环境高级编程
说明: APUE,linux开发人员必读,内容为文字版有目录,超级推荐,为了下载别的(unix network program)
- 2020-06-18 04:20:02下载
- 积分:1
-
www.mcufz.com
网络控制单片机proteus仿真
利用网络控制单片机的LED、LCD,我只是整理了一下,方便大家学习,版权归原作者,网页也麻烦站长做好了,有一个上位机,点击自动运行一段程序和打开www.mcufz.com/tcp.htm,之后会自动关闭,有的杀毒软件会报是病毒,放心使用。
开始要安装一个WinPcap软件,不安装它不能仿真,然后运行仿真文件,过一会可以看到LCD显示出了IP地址50。1。1。1
(Proteus simulation network control the use of single-chip microcontroller network control LED, LCD, I am just finishing a bit, to facilitate learning, belongs to original author, the website also do a good job of head trouble, there is a host computer, click Automatic operation for some procedures and open www.mcufz.com/tcp.htm, will automatically shut down after some anti-virus software will be reported to viruses, ease of use. WinPcap started to install a software, do not install it can not simulation, and then run the simulation documents LCD moment we can see the IP addresses shows that 50. 1. 1.1)
- 2009-05-29 05:29:37下载
- 积分:1
-
KMeanskmeans
kmeans动态聚类kmeans动态聚类kmeans动态聚类(K-means dynamic clustering c++ program)
- 2015-05-09 16:12:47下载
- 积分:1
-
Tab控件的使用 MFCTabCtrl
说明: TAB控件:Tab控件的使用 MFCTabCtrl(Using mfctabctrl for tab control)
- 2020-06-24 13:22:29下载
- 积分:1
-
MDS-MAP
MDS-MAP定位算法的matlab仿真代码(MDS-MAP localization algorithm matlab simulation code)
- 2012-05-19 09:47:32下载
- 积分:1
-
C语言写的五子棋游戏程序
c语言写的五子棋程序,简单易懂,人机对战,适合用来做课程设计,
- 2022-07-25 23:51:50下载
- 积分:1
-
例程5 USART
说明: STM32F103串口例程,简单,可直接移植。(Stm3203 serial port routine)
- 2020-07-06 12:21:47下载
- 积分:1