代码搜索结果

找到约 10,000 项符合 Communication 的代码

communication.searchresults

---- PSD_REG_BASE Matches (2 in 2 files) ---- Upsd3200.h: unsigned char DATAIN_A; // PSD_REG_BASE +0x00 Upsd_flash.h:#define PSD_REG_BASE (unsigned int) 0x0200 // base address of PSD8

communication.c

#include "define.h" void rx_data(void) //接收报文头并判断 /接收所有字节并验证 { unsigned char rx_data; if (write_timeover>0) { while(rx_counter>0) { getchar (); } } while(rx_

communication.c~

#include "define.h" void rx_data(void) //接收报文头并判断 /接收所有字节并验证 { unsigned char rx_data; if (write_timeover>0) { while(rx_counter>0) { getchar (); } } while(rx_

communication.m

%种群通信函数 for i=1:city_n for j=1:city_n ph_table_A(i,j)=(ph_table_A(i,j)+ph_table_B(i,j))/2; ph_table_B(i,j)=ph_table_A(i,j); end end