摘要: golang版本sdl2显示窗体 go用syscall调用sdl2,在win10 x64上没问题,其他系统不敢保证。 见地址 package main import ( "fmt" "github.com/moonfdd/sdl2-go/sdl" "github.com/moonfdd/sdl2-g 阅读全文
posted @ 2022-06-14 21:31 福大大架构师每日一题 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 2022-06-14:数组的最大与和。 给你一个长度为 n 的整数数组 nums 和一个整数 numSlots ,满足2 * numSlots >= n 。总共有 numSlots 个篮子,编号为 1 到 numSlots 。 你需要把所有 n 个整数分到这些篮子中,且每个篮子 至多 有 2 个整数 阅读全文
posted @ 2022-06-14 21:04 福大大架构师每日一题 阅读(10) 评论(0) 推荐(0) 编辑