-
lubiaolabjiance
说明: 具有自检测功能的交通路标识别系统代码。能自动识别常见的交通标志,检测道路信息。(Self-detection of traffic signs recognition system code. Can automatically identify common traffic signs, road information detected.)
- 2011-03-19 16:15:25下载
- 积分:1
-
IIR_Filter
直接型IIR滤波器实现源代码,希望与大家共同分享!(Direct IIR filter source code, I hope to share with you!)
- 2008-12-10 09:02:34下载
- 积分:1
-
robot
Simple rules based robot avoiding obstacles system. The robot can move the start cell to a specified destination cell without hitting any obstacle, and to make as few moves as possible.
- 2016-04-25 15:39:51下载
- 积分:1
-
遗传算法和鱼群算法求解无线传感覆盖问题
本实验是遗传算法和鱼群算法求解无线传感覆盖问题(组合优化类)的实验。代码可供参考,只需更改目标函数就可以做别的实验。
代码主要包括三个功能: 1.绘图,绘制横纵坐标轴和各点坐标以及各点覆盖范围。 2.遗传算法。CGA类中包括二进制遗传算法。
3.鱼群算法。CFA类中包括二进制离散组合鱼群算法。-The WSN coverage control by GA and AFSA。
- 2023-06-06 08:20:03下载
- 积分:1
-
vb上位机温度监测界面
【实例简介】VB6编写的上位机源码,可实时显示曲线图,带有数据库,可以进行历史数据的保存 及 查看历史采集数据。
- 2021-09-09 00:31:03下载
- 积分:1
-
流水灯c51代码
#include
sbit LED0=P1^0;
sbit LED7=P1^7;
void main ( )
{
TMOD=0x66;
TH0=255;
TL0=255;
TH1=-3;
TL1=-3;
EA=1 ;
ET1=1 ;
ET0=1 ;
TR0=1 ;
TR1=1 ;
while (1);
}
void t0int( ) interrupt 1
{ LED0=~ LED0 ;}
void t1int ( ) interrupt 3
{ LED7=~LED7 ;}
- 2022-01-29 04:19:21下载
- 积分:1
-
GA算法
传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的
- 2022-08-08 02:03:30下载
- 积分:1
-
liushuideng
真正的流水灯:(1)第1,3,5,7个灯半亮,其余的全亮。
(2)第1个亮1/8,第2个亮2/8,第3个亮3/8,第4个亮4/8,第5个亮5/8,第6个亮6/8,第7个亮7/8,第8个全亮。
(3)来点小难的,所有的灯逐渐从暗到全亮,再由全亮到暗。
(4)最难的:8个灯从第一个开始依次渐亮,直到最后一个。再从最后一个起渐暗,直到第一个。如此循环往复。这才是真正的流水灯。
(The real light of the water: (1), paragraphs 1, 3, 5, 7 semi-bright lights, the rest of the bright. (2) a bright 1/8, 2 bright 2/8, 3 bright 3/8, 4 bright 4/8, 5 bright 5/8, 6 bright 6/8 7 bright 7/8, 8 full-bright. (3) to a little difficult, all the lights gradually from dark to full brightness, and then from full bright to dark. (4) the hardest: 8 light from the first start in turn gradually brighter, until the last one. From the last one from the dark, until the first. So on ad infinitum. This is true of light water.)
- 2012-05-19 12:03:12下载
- 积分:1
-
Channel-FLow
channel flow computation
- 2013-12-11 14:19:45下载
- 积分:1
-
labview--PWM
此设计模拟工业控制现场,通过调节Labview界面中的模拟仪表,通过RS232串口通信,把转速控制信息通过串口传送到单片机中,进而利用单片机控制电动机的转速。(labview-based PWM motor speed)
- 2016-02-29 11:13:32下载
- 积分:1