代码搜索:通信机

找到约 10,000 项符合「通信机」的源代码

代码结果 10,000
www.eeworm.com/read/125011/14518223

txt 一些实用的单片机c程序.txt

//16进制10进制互换程序 unsigned char d[10]; //用于显示的10位显示缓存 //======================================================== //16进制to10进制输出子程序:显示数据,起始位,结束位,有无小数点 //===============================
www.eeworm.com/read/223301/14647330

txt [matlab]支持向量机(svm)用于分类的算法实现.txt

文章来源: http://www.eston.com.cn/bbs/topic.asp?topic_id=5089 function [D, a_star] = SVM(train_features, train_targets, params, region) % Classify using (a very simple implementation of) the supp
www.eeworm.com/read/211094/15187179

txt avr单片机spi通讯实例程序.txt

本人的一个SPI的实例,通过SPI实现两机通讯, 采用中断方式实现双全工通讯。 本例用两MEGA8515实现,连接为: MISO----MISO MOSI----MOSI SCK ----SCK /SS ----/SS 将要发送的数据加载到发送缓冲区的函数fill_tx_buffer和从接收缓冲区读出数据的函数read_rx_bu