摘要: 可以bsearch 结构体的成员 https://stackoverflow.com/questions/52859845/bsearch-function-and-structure-in-c #include<stdio.h> #define SIZE 15 // search for a st 阅读全文
posted @ 2022-06-13 23:41 Atituiset 阅读(98) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/35246150/django-global-base-html-template 阅读全文
posted @ 2020-10-11 22:11 Atituiset 阅读(88) 评论(0) 推荐(0)
摘要: 1、动态规划先解决子问题,再逐步解决大问题 每个动态规划算法都从一个网格开始 动态规划从小问题着手,逐步解决大问题 阅读全文
posted @ 2020-07-05 15:57 Atituiset 阅读(86) 评论(0) 推荐(0)
摘要: Python For or tests, Python evaluates the operand objects from left to right and returns the first one that is true JS JS和Python在这个点的语法一致 阅读全文
posted @ 2019-08-04 16:20 Atituiset 阅读(547) 评论(0) 推荐(0)