-
VC编的小程序屏幕锁(附源码)
VC编的小程序屏幕锁,适用于Window系统,MFC框架, C++语音, 简单实用,还原大家下载
- 2022-07-22 15:00:45下载
- 积分:1
-
tema01
simple code for managament of turbinas
- 2011-10-10 21:30:21下载
- 积分:1
-
实现esp的tcp server模式并开启热点
通过stm32控制esp8266实现tcp server模式并开启热点可以连接传输数据。
- 2022-02-02 06:48:07下载
- 积分:1
-
C# 定义文本框中的字体样式(粗体 斜体 下划线等)
这个示例比较简单,但挺有用,特别是使用C#处理一些文本时尤其实用,比如设置字体的样式:粗体、斜体、下划线、删除线、字体选择、字体颜色定义、字体大小(字号)定义等,下面是一些相关的定义操作:
fontDialog1.AllowVectorFonts = true;//设置用户可以选择矢量字体
fontDialog1.AllowVerticalFonts = true;//设置字体对话框既显示水平字体,也显示垂直字体
fontDialog1.FixedPitchOnly = false;//设置用户可以选择不固定间距的字体
fontDialog1.MaxSize = 72;//设置可选择的最大字
fontDialog1.MinSize = 5;//设置可选择的最小字
if (fontDialog1.ShowDialog() == DialogResult.OK)//判断是否选择了字体
{
if (richTextBox1.SelectedText == "")//判断是否选择了文本
richTextBox1.SelectAll();//全选文本
richTextBox1.SelectionFont = fontDialog1.Font;//设置选中的文本字体
}
完整的源码示例,请下载本源码。
- 2022-05-17 20:48:47下载
- 积分:1
-
Dialog
MFC对话框各个功能,包括模态非模态和密码验证等等。(MFC dialog box in all functions, including non-modal mode and password authentication and so on.)
- 2009-07-17 00:41:32下载
- 积分:1
-
51以太网
用51芯片控制RTL8019,已实现以太网通讯
- 2022-03-23 11:33:19下载
- 积分:1
-
dataliink.c
计算机网络数据链路选择性重传实验。
设计一个滑动窗口协议,在仿真环境下编程实现有噪音信道环境下两站点之间无差错双工通信。信道模型为8000bps 全双工卫星信道,信道传播时延270毫秒,信道误码率为,信道提供字节流传输服务,网络层分组长度固定为256字节。(Computer network data link selective retransmission experiment. Design of a sliding window protocol in simulation programming environment there is no error duplex communication channel between the noisy environment the two sites. Channel model is 8000bps full-duplex satellite channel, the channel propagation delay 270 ms, channel bit error rate, channel provides a byte stream transmission services, network layer packet length is fixed at 256 bytes.)
- 2013-11-26 19:19:51下载
- 积分:1
-
UCGUI
UCGUI4.04版本的,一个是中文版本的,另外一个是英文版的,UCGUI是界面开发的,这两个文档对学习UCGUI非常的有帮助(The UCGUI4.04 version of a Chinese version, another English, UCGUI interface development, these two documents the learning UCGUI to very helpful)
- 2012-11-10 12:12:37下载
- 积分:1
-
C#串口助手源码(向串口发送数据以及接收串口数据,支持发送文件)
C#串口助手源码(向串口发送数据以及接收串口数据,支持发送文件)
- 2019-09-21下载
- 积分:1
-
coral-repo
Coral is an open-source visual programming environment to help artists and coders with rapid prototyping of CGI algorithms and workflows.
The project is meant to be a community effort to maintain a free core technology, the aim is to have a powerful foundation for many exciting consumer applications or in-house tools. (Coral is an open-source visual programming environment to help artists and coders with rapid prototyping of CGI algorithms and workflows. The project is meant to be a community effort to maintain a free core technology, the aim is to have a powerful foundation for many exciting consumer applications or in-house tools.)
- 2013-08-09 12:50:57下载
- 积分:1