上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 55 下一页

2022年12月16日

摘要: C:\WC3\config.lod : 82行. 添加想要的命令即可. 阅读全文
posted @ 2022-12-16 16:05 张博的博客 阅读(19) 评论(0) 推荐(0) 编辑

2022年11月21日

摘要: 2022-11-21,9点05 星际2亚洲服务器 找一个外国同学或者FQ http://tw.battle.net/zh/ 下载战网, 和注册账号. 登录即可. 大概100到200ping. 确实卡.适合用虫族. 阅读全文
posted @ 2022-11-21 11:33 张博的博客 阅读(64) 评论(0) 推荐(0) 编辑

2022年11月10日

摘要: https://blog.csdn.net/lyndon_li/article/details/117529741 阅读全文
posted @ 2022-11-10 16:50 张博的博客 阅读(9) 评论(0) 推荐(0) 编辑

2022年11月5日

摘要: 2022-11-05,12点06 继续vscode+go vscode remote-wsl 调试golang没反应 一次比较无语的浪费了挺长时间的经历,用vscode remote-wsl 插件调试wsl里面的golang程序时,没反应,单步调试的那些按钮都是灰的【这里没有截图,因为解决完问题才想 阅读全文
posted @ 2022-11-05 22:51 张博的博客 阅读(212) 评论(0) 推荐(0) 编辑

2022年10月24日

摘要: #encoding:utf-8 class Solution: def makeSimilar(self, nums, target): nums.sort(key=lambda x: (x % 2, x)) # sort先按照第一个坐标排序, 所以偶数时候排到前面, 奇数排到后面 target.s 阅读全文
posted @ 2022-10-24 17:12 张博的博客 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 首先需要这个结论. 而这里 a_ia i​ 为任意正整数,我们便可以直接将其 **拆为 **a_ia i​ 个系数为 11 的绝对值表达式的和。接下来只需要考虑全体的中位数即可(采用关于数据本身排序,再记录累积的 costcost 何时突破总 costcost 的一半)。 作者:小羊肖恩链接:htt 阅读全文
posted @ 2022-10-24 16:52 张博的博客 阅读(35) 评论(0) 推荐(0) 编辑

2022年10月21日

摘要: 代码仓库:https://github.com/zhangbo2008/pytorch011_backup 阅读全文
posted @ 2022-10-21 19:20 张博的博客 阅读(19) 评论(0) 推荐(0) 编辑

2022年10月20日

摘要: https://blog.csdn.net/glwolf3688993/article/details/124623762 阅读全文
posted @ 2022-10-20 22:48 张博的博客 阅读(20) 评论(0) 推荐(0) 编辑

2022年10月14日

摘要: https://github.com/zhangbo2008/how-to-debg_pytorch_sourcecode_into_cpp_part 阅读全文
posted @ 2022-10-14 09:46 张博的博客 阅读(8) 评论(0) 推荐(0) 编辑

2022年10月11日

摘要: 2022-10-11,16点52 大概看了2个月不到的时间, 坚持每天看lua设计与实现.pdf 还有 csdn上面lua的博客. 然后自己debug研究. 最后把细节加到注释里面. 建议看这个项目时候跟着readme里面步奏来学习. https://github.com/zhangbo2008/l 阅读全文
posted @ 2022-10-11 16:54 张博的博客 阅读(111) 评论(0) 推荐(0) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 55 下一页

导航