随笔分类 -  二三维

1 2 下一页

二三维
python开发虚拟环境搭建
摘要:创建: python -m venv env_name 进入 .\env_name\Scripts\activate 安装依赖: pip install requests deactivate 阅读全文

posted @ 2024-10-23 20:50 lydstory 阅读(28) 评论(0) 推荐(0) 编辑

微凡
摘要:http://www.3dsworks.com/ 阅读全文

posted @ 2024-06-10 22:35 lydstory 阅读(16) 评论(0) 推荐(0) 编辑

verlog hdl 夏宇闻
摘要:verlog hdl 夏宇闻 verlog hdl 夏宇闻 verlog hdl 夏宇闻 阅读全文

posted @ 2024-04-10 23:10 lydstory 阅读(11) 评论(0) 推荐(0) 编辑

CNN(卷积神经网络)
摘要:CNN(卷积神经网络) 阅读全文

posted @ 2023-10-15 01:50 lydstory 阅读(34) 评论(0) 推荐(0) 编辑

sdwan
摘要:ipsec /sslvpn 类似sdwan...... 阅读全文

posted @ 2023-09-17 01:05 lydstory 阅读(13) 评论(0) 推荐(0) 编辑

fluter dark
摘要:fluter dark fluter dark fluter dark fluter dark??? 阅读全文

posted @ 2023-09-15 21:59 lydstory 阅读(6) 评论(0) 推荐(0) 编辑

sconv ascii码转utf8有错误截断
摘要: 阅读全文

posted @ 2023-09-13 15:59 lydstory 阅读(5) 评论(0) 推荐(0) 编辑

base64编解码2
摘要: 阅读全文

posted @ 2023-09-13 15:49 lydstory 阅读(6) 评论(0) 推荐(0) 编辑

SM2是非对称加密算法
摘要:SM2是非对称加密算法 它是基于椭圆曲线密码的公钥密码算法标准,其秘钥长度256bit,包含数字签名、密钥交换和公钥加密,用于替换RSA/DH/ECDSA/ECDH等国际算法 阅读全文

posted @ 2023-09-13 14:39 lydstory 阅读(283) 评论(0) 推荐(0) 编辑

base64编解码
摘要:zsS8/rLiytQxMjMuemlw5paH5Lu25rWL6K+VMTIzLnppcA== 计算错误........................ YWJjMTIzLnppcA==YWJjMTIzLnppcA== 中文的影响 (中文转换) 阅读全文

posted @ 2023-09-13 14:31 lydstory 阅读(4) 评论(0) 推荐(0) 编辑

前端编辑器
摘要:、 5年及以上前端开发工作经验; 2、 精通javascript、html5等前端技术; 3、 熟练ueditor、wangEditor、TinyMCE、kindeditor等编辑器中一种及以上的二次开发工作; 4、 对有ueditor二次开发经验者优先; 5、 能有积极主动的工作态度和团队合作精神 阅读全文

posted @ 2023-08-29 13:44 lydstory 阅读(11) 评论(0) 推荐(0) 编辑

GIS相关技术
摘要:1、精通C++/STL/QT,有3年以上相关工作经验;2、熟识动态库、静态库、多线程编程、界面及GDI(+)图形界面开发;3、熟悉OpenGL/DirectX优先;4、熟悉PostGIS 或 QGIS优先 阅读全文

posted @ 2023-08-29 09:18 lydstory 阅读(17) 评论(0) 推荐(0) 编辑

图像传感器
摘要:图像传感器 图像传感器 阅读全文

posted @ 2022-02-16 05:32 lydstory 阅读(26) 评论(0) 推荐(0) 编辑

超压值
摘要:超压值 冲击波 阅读全文

posted @ 2021-06-07 10:46 lydstory 阅读(39) 评论(0) 推荐(0) 编辑

freeglut-2.0.1
摘要:freeglut-2.0.1 opengl 阅读全文

posted @ 2021-06-04 22:52 lydstory 阅读(29) 评论(0) 推荐(0) 编辑

ppm
摘要:PPM图像格式是由Jef Poskanzer 在1991年所创造的。 PPM(Portable Pixmap Format)还有两位兄长,大哥名叫「PBM」,二哥人称「PGM」,他们三兄弟各有所长,下面为你们一一介绍: PBM 是位图(bitmap),仅有黑与白,没有灰PGM 是灰度图(graysc 阅读全文

posted @ 2019-12-09 10:15 lydstory 阅读(917) 评论(0) 推荐(0) 编辑

opencv2:CvvImage显示图片
摘要:https://blog.csdn.net/wgf5845201314/article/details/78186178 阅读全文

posted @ 2019-12-04 16:01 lydstory 阅读(336) 评论(0) 推荐(0) 编辑

opencv 程序
摘要:IplImage结构中的一个元素;struct _IplROI *roi; //图像感兴趣区域,当该值非空时,只对该区域进行处理 。 IplImage结构中的一个元素;struct _IplROI *roi; //图像感兴趣区域,当该值非空时,只对该区域进行处理 。 ROI :Region of I 阅读全文

posted @ 2019-12-04 15:34 lydstory 阅读(155) 评论(0) 推荐(0) 编辑

opencv2配置window
摘要:https://opencv.org/ opencv2 opencv3 opencv4 (现在到4版本) 二值化 图像拉伸 灰度 图像腐蚀 车牌识别 配置:https://blog.csdn.net/maizousidemao/article/details/81474834 debug 调试 必须 阅读全文

posted @ 2019-12-04 13:55 lydstory 阅读(472) 评论(0) 推荐(0) 编辑

opencv安装
摘要:cvQueryFrame 安装opencv2 阅读全文

posted @ 2019-12-01 02:02 lydstory 阅读(306) 评论(0) 推荐(0) 编辑

1 2 下一页

导航

< 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

统计

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