搜索结果
找到约 32 项符合
Neighbor 的查询结果
按分类筛选
文件格式 PSO’s precursor was a simulator of social behavior, that was used to visualize the movement of a bi
PSO’s precursor was a simulator of social behavior, that was used to visualize
the movement of a birds’ flock. Several versions of the simulation model
were developed, incorporating concepts such as nearest-neighbor velocity
matching and acceleration by distance
单片机开发 移植uip-1.0到Atmega32 1)把 uip-1.0 的所有文件加入到工程
移植uip-1.0到Atmega32
1)把 uip-1.0 的所有文件加入到工程,包括 uip 目录的文件(除uip-split.c)、unix 目录的文件、lib 目录的文件;
2)修改 uip/uip-neighbor.c 文件的
void uip_neighbor_add(uip_ipaddr_t ipaddr, struct uip_neighbor_addr *addr)
函数,一般注释掉 printf 语句即可,或者改为你自己的串口 ...