-
AVERAGE
Computes pairwise averages of three numbers
- 2008-12-07 00:41:01下载
- 积分:1
-
07,test_LCD_4line
基于STM32F103C8T6单片机LCD1602的四线(Four-wire LCD1602 based on STM32F103C8T6 MCU)
- 2020-06-16 05:00:01下载
- 积分:1
-
BC45
uCosii的任务切换源代码,包括任务调度,任务挂起 任务唤醒 任务删除 简单易理解(uCosii task switching source code, including task scheduling, task assignment delete pending tasks simple and easy to understand wake << embedded operating system μC OS-II Principles and Applications >> REN Zhe uCosii the best learning books depth profiling uCOsii system mechanism aspects of both source code examples. Embedded reading books)
- 2013-07-18 20:14:23下载
- 积分:1
-
C-and-CPP-Tips
C和C++程序员面试秘笈,解析C/C++面试题的书,可以帮助求职者更好地准备面试(C and C++ programmer interview tips, analytical C/C++ face questions of the book, can help candidates better prepare for interview)
- 2015-08-24 11:32:17下载
- 积分:1
-
梦幻之星2 pso2 服务端源码 Tools
梦幻之星2 服务端源码的Tools是C#语言Tools
- 2022-03-04 18:44:31下载
- 积分:1
-
Gdal_GenerateShp
C#用GDAL生成shp文件,包含点、线、面、环等类型(C# generate shp with GDAL file that contains point, line, surface, rings and other types)
- 2021-01-01 13:28:57下载
- 积分:1
-
intel2
说明: 操作系统编程,INTEL编程文档说明,详细介绍了intel芯片的汇编语法及详细的说明。(operation system programming intel 2)
- 2020-06-25 17:20:02下载
- 积分: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、C++ 的五子棋实现代码
基于C、C++ 的五子棋实现代码
基于C、C++ 的五子棋实现代码
基于C、C++ 的五子棋实现代码
基于C、C++ 的五子棋实现代码
基于C、C++ 的五子棋实现代码
- 2022-04-20 16:21:54下载
- 积分:1
-
C++编写的乌龟兔子赛跑的程序,其中赛跑的过程是电脑随机决定的...
C++编写的乌龟兔子赛跑的程序,其中赛跑的过程是电脑随机决定的-C tortoise prepared by the rabbit race procedures, which is the process of running random computer decision
- 2023-08-13 01:15:02下载
- 积分:1