代码搜索:PCB辅助
找到约 10,000 项符合「PCB辅助」的源代码
代码结果 10,000
www.eeworm.com/read/480097/1323047
txt 孙祯圻-6分.txt
//学号:041321215
//姓名:孙祯圻
//专业:软件工程
//题目:hanoi塔问题
#include
#include
#include
#include
//定义第一根柱子A为1,目标B为2,辅助柱子C为3
#define A 1
#define B 2
www.eeworm.com/read/195829/5107037
txt 9_12.txt
void MSort(RecordType r1[], int low, int high, RecordType r3[])
/* r1[low..high]经过排序后放在r3[low..high]中,r2[low..high]为辅助空间 */
{
int mid;
RecordType r2[20];
if ( low==high )
r3[low
www.eeworm.com/read/303129/3815231
txt 9_12.txt
void MSort(RecordType r1[], int low, int high, RecordType r3[])
/* r1[low..high]经过排序后放在r3[low..high]中,r2[low..high]为辅助空间 */
{
int mid;
RecordType r2[20];
if ( low==high )
r3[low