- 博客(11)
- 收藏
- 关注
原创 Keil5 debug闪退
Keil5使用仿真器仿真时debug某些工程不闪退debug特定工程时 keil5闪退 并且工程文件损坏猜想是该工程文件的问题。
2023-01-17 07:44:55 2381
原创 地理标记图像匹配debug
我将仔细调研sift的描述子匹配算法 解释在summary环节的描述子匹配数目问题。观察匹配矩阵知 除对角线外没有大于2的值 因此输出的是空白图片。此时将thrshold改为100即可得如图所示的匹配结果。此实际为SIFT算法描述子匹配的常见问题。"2.png"无法输出正确的匹配连接图。
2023-01-16 23:12:39 100
原创 Type error ‘module‘ object is not callable
import pygameWIDTH=600HEIGHT=480SIZE=(WIDTH,HEIGHT)WHITE=(255,255,255)RED=(255,0,0)GREEN=(0,255,0)TITLE="My Game"#改进1:将不变的量用变量表示 global runnning,FPS# 定义running变量FPS=30running=True clock=pygame.time.Clock()pygame.init() pygame.mixer.init() #声.
2021-05-15 11:31:07 242 1
原创 Algorithm
AlgorithmAlgorithm ThinkingPeak finding1-Dimensional array1.Def: b is a peak iff it’s b≥a & b≥c.2.straightforward algorithm : starts from the left then walks across the arraycomplexity:i.The worst case complexity is called θ\thetaθ n , it’s es
2021-03-27 02:09:11 470
原创 Discrete Mathematics
1.1 Propositional logic1.Proposition1.Def: A declarative sentence that is either true or false ,but not both.ex1: x+1=2Sol: This is not a proposition, cuz when x=1,it’s true while other x makes it false.2.propositional variables : letters like (p,q,r
2021-03-24 11:29:47 397
原创 clang: error: linker command failed with exit code 1
vscode 分文件编写函数调用错误clang: error: linker command failed with exit code 1Undefined symbols for architecture x86_64: “swap(int, int)”, referenced from:_main in 函数的分文件编写-591e2c.old: symbol(s) not found for architecture x86_64调用.h文件时,出现error#include <ios
2021-01-15 14:06:58 1647 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人