会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
风中独狼
博客园
首页
新随笔
联系
订阅
管理
2022年6月13日
C语言bsearch、qsort
摘要: 可以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)
2020年10月11日
Django Global base.html template
摘要: https://stackoverflow.com/questions/35246150/django-global-base-html-template
阅读全文
posted @ 2020-10-11 22:11 Atituiset
阅读(88)
评论(0)
推荐(0)
2020年7月5日
【算法图解】第9章 动态规划
摘要: 1、动态规划先解决子问题,再逐步解决大问题 每个动态规划算法都从一个网格开始 动态规划从小问题着手,逐步解决大问题
阅读全文
posted @ 2020-07-05 15:57 Atituiset
阅读(86)
评论(0)
推荐(0)
2019年8月4日
Python中的and、or ;JS中的&& 、||
摘要: 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)
公告