上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 37 下一页
摘要: FIND 结果 REPLACE 结果 APPEND 结果 阅读全文
posted @ 2022-11-04 03:10 starc的miao 阅读(69) 评论(0) 推荐(0)
摘要: 使用cache变量的代码 运行两次的结果 执行命令 安装ccmake 运行ccmake .可以修改cache的变量 直接cmake参数选项修改变量 加FORCE option and cmake-gui 阅读全文
posted @ 2022-11-04 02:56 starc的miao 阅读(75) 评论(0) 推荐(0)
摘要: 1. 结构影响行为。想要期望的行为,根本是设计相应的结构。否则,短期可以,长期不行。 2. 明白系统中的要素,知道内在的作用关系,把握好推进节奏。 3. 设计推进的发展引擎。防范可遇见的风险。 4. 发展引擎,发展内在的良性循环,透过缤纷复杂的事物,把握关键要素,增强成长回路。 5. 增长业务的背后 阅读全文
posted @ 2022-11-03 23:17 starc的miao 阅读(140) 评论(0) 推荐(0)
摘要: 第一版 import sys import cv2 import numpy as np from matplotlib import pyplot as plt def imgBrightness(img1, c, b): rows, cols, channels = img1.shape bla 阅读全文
posted @ 2022-11-03 21:52 starc的miao 阅读(34) 评论(0) 推荐(0)
摘要: python代码 import cv2 from matplotlib import pyplot as plt import sys if __name__ == "__main__": print("PY file argv is:", sys.argv[1]) path = sys.argv[ 阅读全文
posted @ 2022-11-03 20:48 starc的miao 阅读(40) 评论(0) 推荐(0)
摘要: 摘要 摘要最后改。 引言 问题引出不够具体化,针对的问题难度描述不到位。 第一段是背景意义,第二段直接是算法研究背景,不要搞混。 传统方法简单描述,描述的是方法,不用过多评价。 深度学习方法描述按照网络结构分类,指出不足,引出自己的网络好。 框图 框图数学公式,数学表述不到位。 框图尽可能显示出自己 阅读全文
posted @ 2022-11-03 14:52 starc的miao 阅读(135) 评论(0) 推荐(0)
摘要: 用例图详解 类图详解 顺序图详解 协作图详解 状态图详解 活动图详解 构件图详解 部署图详解 UML (流程图)[https://blog.csdn.net/qq_40332045/article/details/104024042] 阅读全文
posted @ 2022-11-02 15:52 starc的miao 阅读(44) 评论(0) 推荐(0)
摘要: 代码-cmake脚本 message("Hello") # cmake -P var.cmake # 设置变量 set(Foo "Foo value") # 设置变量 set(F asd asd asd) set(F2 "asd" "asd" "asd") # 无变化,还是分号隔开 message( 阅读全文
posted @ 2022-11-02 08:31 starc的miao 阅读(68) 评论(0) 推荐(0)
摘要: 第一版代码 /* Linux API:chown function:C 实现chmod函数功能,修改文件权限 */ #include <stdio.h> #include <stdlib.h> #include <sys/stat.h> int main(int argc, char **argv) 阅读全文
posted @ 2022-11-02 00:27 starc的miao 阅读(28) 评论(0) 推荐(0)
摘要: 项目描述 利用C语言实现交互式Shell终端功能。 先实现常用Linux command。 交互式Shell 交互式shell-C代码 交互式shell-转移表-第三版 函数指针列表搭建程序框架 待更新 参考 [Linux] C语言实现一个Shell(持续更新) C 语言实现一个简单的 shell 阅读全文
posted @ 2022-11-01 23:31 starc的miao 阅读(197) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 37 下一页