-
ARDUINO_A3D8_Master
说明: 实现光立方多个动画,多种酷炫动画来回切换,实现光立方的控制。(It is very difficult,but it is useful.)
- 2020-06-21 03:00:01下载
- 积分:1
-
搬运小车
说明: 基于51平台的遥控搬运小车 蓝牙遥控 注释清晰(Bluetooth remote control of the trolley)
- 2021-03-05 13:10:15下载
- 积分:1
-
TSP遗传算法求解
利用AForge中的遗传算法求解TSP
int iter = 1;
int iterations = 5000;
while (iter < iterations)
{
population.RunEpoch();
iter++;
}
Console.WriteLine("遍历路径是:{0}",((PermutationChromosome)population.BestChromosome).ToString());
Console.WriteLine("总路程是:{0}",fitnessFunction.PathLength(population.BestChromosome));
Console.ReadLine();
}
}
}
- 2022-05-28 04:43:44下载
- 积分:1
-
73462705Pcomm32Pro
说明: PMAC运动控制卡的上位机编写说明,主要用于在WINDOWS平台下的二次开发(The upper computer of PMAC motion control card is mainly used for secondary development under Windows platform)
- 2019-11-08 10:36:49下载
- 积分:1
-
五子棋
就是一个改过得五子棋,可以单人小游戏,也可以双人
- 2022-03-16 01:23:12下载
- 积分:1
-
MFC
自己在学习过程中的一些例子的总结,比较适合初学者使用(Summary of some examples in the learning process, more suitable for beginners)
- 2012-10-23 09:42:04下载
- 积分:1
-
A control to edit tree structures is described with an emphasis on its XML capab...
A control to edit tree structures is described with an emphasis on its XML capabilities and the underlying layout algorithms-A control to edit tree structures is descri bed with an emphasis on its XML capabilities and the underlying layout algorithms
- 2023-04-19 20:30:04下载
- 积分:1
-
TCPPORTSCAN
TCP端口扫描,可以获得指定IP段内的主机名,mac地址,存活端口,并将这些信息保存在SQLITE数据库,下次可以直接读取数据库信息,移值性好!(CP port scan, you can get within the segment specified IP host name, mac address, survival ports, and the information stored in the SQLITE database, the next can be read directly, transfer value is good!)
- 2013-09-03 19:37:00下载
- 积分:1
-
UART模块通信例子
基于STC51单片机使用UART串口模块通讯例子(STC51 using UART serial port module communication example)
- 2020-06-17 13:40:02下载
- 积分:1
-
Asp.net 快速开发实例1.0 (C#)
Asp.net 快速开发实例1.0 (C#) -example of the rapid development of ASP.NET 1.0 (C#)
- 2022-01-22 17:27:13下载
- 积分:1