代码搜索:中继技术
找到约 10,000 项符合「中继技术」的源代码
代码结果 10,000
www.eeworm.com/read/465932/7049156
cpp main.cpp
/*****
院系:信息科学与技术学院
专业:计算机技术
姓名:胡衡英
学号:08250797
******/
#include
#include
#define MAX 20 //预先定义数组大小
//实体位置交换
void swap(int &front, int &behind)
{
int temp;