摘要: #include <stdio.h> main() { struct student{ char no[8]; char name[8]; int ps; int sx; int qm; float zp; }; struct student ab[10]={ { "2020001","张三1",8 阅读全文
posted @ 2022-09-11 19:27 myrj 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 修改方法: A 截图,找到关键图截取B 重新截图,找到关键图所在位置图标(xx=100,yy=200)C找到关键区域(80,300,160,300)D 根据关键图位置图标计算关键区域坐标(xx-20,yy+100,xx+60,yy+100)E 找到关键区域中关键色(画图--吸管-吸取相应颜色,编辑颜 阅读全文
posted @ 2022-09-11 10:10 myrj 阅读(248) 评论(0) 推荐(0) 编辑