遗传算法求函数最大值 #include //调用输入输出函数所需要的头文件 #include //调用getche函数所需要的头文件 #include //调用随机函数所需要的头文件 typedef struct Chrom // 结构体类型,为单个染色体的结构; { short int bit[6]; int fit;