-
Tsinghua.Cernet
说明: 清华大学,计算机网络课程的全部课件,供学习。(Tsinghua University, all courseware of computer network course for study.)
- 2020-06-16 05:20:02下载
- 积分:1
-
简单的shell程序
stm32103平台的嵌入式c语言的简单shell实现(Simple shell implementation of embedded C language on STM32103 platform)
- 2019-05-08 08:51:33下载
- 积分:1
-
car
汽车华容道,实现汽车华容道各种布局的路径的解法。(Car Huarong, Huarong realize various automotive solution path layout.)
- 2015-01-23 21:20:25下载
- 积分: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
-
51单片机TLC2543电压表
说明: 基于51单片机的数字直流电压表相关材料,内容有原理图,仿真文件,论文材料,程序源码等。(The related materials of digital DC voltmeter based on 51 single chip computer include schematic simulation files, paper materials, program source code, etc.)
- 2019-04-26 15:06:01下载
- 积分:1
-
strongpicture
说明: 模式识别与图像处理,图像的边缘处理,增强(Pattern recognition and image processing, image edge processing, to enhance)
- 2008-11-23 15:33:39下载
- 积分:1
-
speechstt
c#写的语音识别程序,识别效率还算可以。且根据识别可以给出相应的识别百分比。适合研究语音识别以及tts的参考!(c# to write the speech recognition process, identify efficiency figure. And recognition can be given according to the percentage of the corresponding identification. Tts speech recognition, as well as for research reference!)
- 2010-06-01 09:51:14下载
- 积分:1
-
Application from Memory
C#.NET can launch applications from memory very easily...
Application from Memory
C#.NET can launch applications from memory very easily through Reflection. Launching an exe from memory instead of directly is done for a variety of reasons.
- 2022-11-02 10:30:04下载
- 积分:1
-
Clock
说明: Project : Simple AVR Clock
- 2020-06-22 10:20:02下载
- 积分:1
-
GridCtrl
说明: MFC表格控件。控件功能:
使用鼠标以及可选的Control和Shift组合键选择单元格。可以禁用选择。
行和列的大小调整。可以禁用行,列或两者的大小调整。
双击分隔线时自动调整行或列的大小。
任意数量的固定行和列。
各个单元格可以具有单独的文本和背景色。
单个单元格可以具有单独的字体。
单个单元格可以标记为“只读”,或者可以设置并检查其修改状态。
等(MFC GridCtrl.
Ctrl Function:
Row and Column resizing. Sizing can be disabled for row, columns or both.
Auto row or column sizing when dividers are double-clicked.
Any number of fixed rows and columns.
Individual cells can have separate text and background colours.
Individual cells can have separate fonts.
Individual cells can be marked "Read-Only", or have their modification status set and checked.
And so on.)
- 2019-11-28 10:37:40下载
- 积分:1