-
VC++基于API的串口程序
这个不是基于控件开发的,而是基于api的串口程序,用起来简单好用。分享给各位。
- 2022-01-25 16:29:18下载
- 积分:1
-
是男人就下100层(小游戏源码)
在vs2013下使用C语言开发,结合了easyx图形库
- 2020-04-28下载
- 积分:1
-
C# 设置应用程序背景颜色
C# 设置应用程序背景颜色,通过调用Windows调色板,来选取颜色,然后程序将颜色值赋值给窗口,此盒子可设置斜体的颜色值,运行效果如参考截图所示,核心代码请看以下代码片段:
private void Form1_Load(object sender, EventArgs e)
{//显示应用程序背景颜色
//先打开“Properties”,添加一个System.Drawing.Color类型的变量MyBackColor
this.BackColor = Properties.Settings.Default.MyBackColor;
}
private void button1_Click(object sender, EventArgs e)
{//设置应用程序背景颜色(在运行时编写用户设置)
if(this.colorDialog1.ShowDialog()==DialogResult.OK)
{
Properties.Settings.Default.MyBackColor = this.colorDialog1.Color;
Properties.Settings.Default.Save();
this.BackColor = Properties.Settings.Default.MyBackColor;
}
}
- 2022-06-22 05:36:16下载
- 积分:1
-
c++入门,各种小程序原代码,如果你是初学者可以下载学习。...
c++入门,各种小程序原代码,如果你是初学者可以下载学习。-c crosses the threshold, each kind of script original code, if
you are the beginner may download the study.
- 2022-03-14 00:30:35下载
- 积分:1
-
可以完成集合饿交集 并集 以及差集
可以完成集合饿交集 并集 以及差集-Hungry to complete a collection as well as the intersection and set difference set
- 2023-02-18 07:30:03下载
- 积分:1
-
C#操作ini文件实例
C#操作ini文件
- 2013-01-20下载
- 积分:1
-
个性化格式C语言源代码,C#编写,附有源代码和说明注释
个性化格式C语言源代码,C#编写,附有源代码和说明注释-Personalized format of C language source code, C# Prepared with source code and description of the Notes
- 2023-09-02 09:05:04下载
- 积分:1
-
MIPS移植ucos
在MIPS开发板上移植ucos。
移植思路是:充分借鉴已有的移植经验。在网络上查找类似的移植操作,下载源码包后,借鉴他人的移植代码。编译环境是在Linux环境下,所以写了Makefile文件。
- 2022-07-24 22:40:20下载
- 积分:1
-
端口扫描程序,自己调试过的,效果还是不错的
端口扫描程序,自己调试过的,效果还是不错的,在vc上运行即可。有需要的可以参考参考,根据自己的实际需求加以修改就可以了。。
- 2022-04-07 16:43:04下载
- 积分:1
-
ch372数据测试程序,可以长时间测试准确传输数据
ch372数据测试程序,可以长时间测试准确传输数据-ch372 test program
- 2022-04-28 12:25:06下载
- 积分:1