上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 52 下一页

2024年2月27日

摘要: 整半条命: https://dl.3dmgame.com/pc/1707.html mod: https://www.moddb.com/games/half-life-2/mods?filter=t&kw=&released=&genre=&theme=&players=1&timeframe=& 阅读全文
posted @ 2024-02-27 22:10 张博的博客 阅读(11) 评论(0) 推荐(0) 编辑

2024年2月25日

摘要: #include <stdio.h> #include <signal.h> #include <unistd.h> // 通过这个代码我们知道, 一个char* 结尾自动带一个\0. int main(void) { char *a = "aaaa"; printf("%d\n", *a); pr 阅读全文
posted @ 2024-02-25 11:20 张博的博客 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV1ud4y1E7Yc 讲的非常好, 适合入门先学一遍基础. 阅读全文
posted @ 2024-02-25 10:12 张博的博客 阅读(4) 评论(0) 推荐(0) 编辑

2024年2月24日

摘要: ctrl+win+L 阅读全文
posted @ 2024-02-24 17:32 张博的博客 阅读(4) 评论(0) 推荐(0) 编辑
摘要: #傅里叶方法算周期!!!带噪音的图像都能算. import numpy as np import matplotlib.pyplot as plt import numpy as np fs = 100 # frequency: 100 Hz # 这个是cos函数的周期也就是我们最后要求的东西., 阅读全文
posted @ 2024-02-24 07:29 张博的博客 阅读(7) 评论(0) 推荐(0) 编辑

2024年2月22日

摘要: pulplist = [{'box':[1,2,3,4], 'score':0.6},{'box':[1,2,3,4], 'score':0.7},{'box':[1,2,3,4], 'score':0.8},{'box':[1,2,3,4], 'score':0.9}] returnList = 阅读全文
posted @ 2024-02-22 21:53 张博的博客 阅读(8) 评论(0) 推荐(0) 编辑

2024年2月21日

摘要: 二号信号 ctrl+c 三号信号 ctrl+ 20 号信号 ctrl + z 处理函数: SIG_IGN: 忽略信号 阅读全文
posted @ 2024-02-21 13:58 张博的博客 阅读(2) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> int main(int argc, char *argv[]) //调用 ./a.out 222 { // 打开文件,以写的方式打开 printf("%s", argv[1]); //打印 222 printf("%s", argv[0]); //打印 ./a 阅读全文
posted @ 2024-02-21 12:08 张博的博客 阅读(7) 评论(0) 推荐(0) 编辑
摘要: serral:(房子8人口, 基地6人口) 主基地满矿后第2个农民去3矿. 2q4z 采气拖走,狗速 v bh 注卵, 菌毯 30/36 qv 差4人口时候房子 34/44 qv 差6人口时候房子 40 回复采气. 42 qv 49 2q 12z v 二本 66 vqvq 4基地 76 3ba bb 阅读全文
posted @ 2024-02-21 11:08 张博的博客 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 012代表三个标准的文件描述符,分别为标准输入、标准输出、标准错误输出名 阅读全文
posted @ 2024-02-21 10:30 张博的博客 阅读(5) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 52 下一页

导航