-
NSGA-2
说明: NSGA-2算法的C++实现,包含头文件(C + + implementation of nsga-2 algorithm)
- 2019-11-09 10:36:46下载
- 积分:1
-
Microsoft.VC80.DebugCRT
Microsoft.VC80.DebugCRT.rar,Microsoft.VC80.DebugCRT.rar,
Microsoft.VC80.DebugCRT.rar,(Development of multiple instances of the Directshow, Directshow development of multiple instances, Directshow development of multiple instances.)
- 2020-08-31 19:58:11下载
- 积分:1
-
WiFi智能插座源码
WiFi智能插座源码
- 2020-12-03下载
- 积分:1
-
TMS320F28335的实例入门程序
TMS320F28335的示例入门程序,可以通过 此学习怎样创建TMS的工程,怎么开始添加代码
- 2022-01-23 10:40:20下载
- 积分:1
-
stm8l工程模板-IAR
使用IAR建立的stm8l工程模版,可以在该模版基础上进行程序的开发,对初学者有一定的帮助
- 2023-04-05 14:20:03下载
- 积分:1
-
12864
51单片机中的LCD12864显示,用的是C语言,为KEIL程序包。(51 microcontroller in LCD12864 display)
- 2013-12-27 19:27:05下载
- 积分:1
-
ZStack-CC2530-2.5.1a-DcMotor
说明: 基于zigbee开发 CC2530的直流电机控制(Development of DC Motor Control Based on Zigbee CC2530)
- 2020-12-28 23:39:02下载
- 积分:1
-
VC_GWVI_Code
说明: vc编写的虚拟仪器的例子
带有信号显示的方法(vc The virtual instrument with a signal example of the methods shown)
- 2010-04-06 12:31:29下载
- 积分:1
-
C#演示用Brush填充Rectangle图形
C#画矩形,然后使用Brush填充Rectangle图形,单击按钮后会生成一个填充过的图形,需要创建Graphics对象,创建一个Brush对象,再使用Rectangle绘制一个矩形,然后使用Brush填充,实现这一过程,核心代码如下:
private void button1_Click(object sender, EventArgs e)
{
Graphics ghs = this.CreateGraphics();//创建Graphics对象
Brush mybs = new SolidBrush(Color.Red);//使用SolidBrush类创建一个Brush对象
Rectangle rt = new Rectangle(10, 10, 100, 100);//绘制一个矩形
ghs.FillRectangle(mybs, rt);//用Brush填充Rectangle
}
- 2022-07-06 17:10:54下载
- 积分:1
-
clumtering
K均值聚类算法 C++实现的K均值聚类算法,(The K-means clustering algorithm implemented by the K-means clustering algorithm C,)
- 2018-11-18 08:41:14下载
- 积分:1