随笔 - 10  文章 - 0  评论 - 0  阅读 - 2116
08 2024 档案
lua疑难问题记录
摘要:一、C语言调用Lua -- func.lua function func(str) print(str) return "Lua Progran" end // test.c #include <stdio.h> #include <lua.h> #include <lauxlib.h> #incl 阅读全文
posted @ 2024-08-04 05:35 TN-mo 阅读(12) 评论(0) 推荐(0) 编辑
编译库文件随笔记录
摘要:// mylib.h #ifndef _MYLIB_H_ #define _MYLIB_H_ #include <stdio.h> void print();#endif // _MYLIB_H_ // mylib.c #include "mylib.h" void print() { printf 阅读全文
posted @ 2024-08-03 04:46 TN-mo 阅读(11) 评论(0) 推荐(0) 编辑
Linux环境下配置OpenCV及其运行错误解决方案
摘要:报错现象: terminate called after throwing an instance of 'cv::Exception' what(): OpenCV(4.10.0) /home/user/Desktop/opencv/modules/highgui/src/window.cpp:1 阅读全文
posted @ 2024-08-01 07:27 TN-mo 阅读(303) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示