摘要: C = unique(A) returns the same data as in A, but with no repetitions. C is in sorted order. >> unique([1 2 4 4 3 4]) ans = 1 2 3 4 tbl = tabulate(x) c 阅读全文
posted @ 2017-12-05 00:32 ystwyfe 阅读(3001) 评论(0) 推荐(0) 编辑
摘要: caffe-yolo:https://github.com/xingwangsfu/caffe-yolo YOLO in caffe Update 12-05-2016: Currently, only yolo v1 (http://pjreddie.com/darknet/yolov1/) is 阅读全文
posted @ 2017-12-01 16:05 ystwyfe 阅读(722) 评论(0) 推荐(0) 编辑
摘要: Abstract Access to large, diverse RGB-D datasets is critical for training RGB-D scene understanding algorithms. However, existing datasets still cover 阅读全文
posted @ 2017-12-01 15:48 ystwyfe 阅读(878) 评论(0) 推荐(0) 编辑
摘要: Example: 阅读全文
posted @ 2017-11-08 15:18 ystwyfe 阅读(220) 评论(0) 推荐(0) 编辑
摘要: wxPython GUI设计 wxPython学习网站 易百教程 wxPython tutorial tutorialsPoint wxPython API Documentation wxFormBuilder 易百教程 wxPython tutorial tutorialsPoint wxPyt 阅读全文
posted @ 2017-11-07 08:36 ystwyfe 阅读(1332) 评论(0) 推荐(0) 编辑
摘要: 主模块:python_labview_automation 调用模块:hoplite、argparse 安装顺序: 安装argparse 安装argparse 安装hoplite 安装hoplite 安装python_labview_automation 安装python_labview_autom 阅读全文
posted @ 2017-10-26 16:43 ystwyfe 阅读(4101) 评论(0) 推荐(0) 编辑
摘要: CVX: Matlab Software for Disciplined Convex Programming IMPORTANT NOTE ABOUT MATLAB R2017a or later: a number of users are reporting issues with CVX a 阅读全文
posted @ 2017-10-13 15:29 ystwyfe 阅读(1154) 评论(0) 推荐(0) 编辑
摘要: 新版的Ansys将HFSS集成在其中,但是默认的情况下,在project中插入模型的时候却又只有Maxwell模型,如下图,未能看到HFSS模型的调用。 出现这种情况,需要打开Tool->Options->General Options,确认保存之后,新建project将默认以HFSS模型创建。 阅读全文
posted @ 2017-09-30 19:53 ystwyfe 阅读(5749) 评论(0) 推荐(0) 编辑
摘要: 等价于 打开cmd,运行 python demo.py 阅读全文
posted @ 2017-09-27 15:29 ystwyfe 阅读(2308) 评论(0) 推荐(0) 编辑
摘要: 解决方法 在http://www.lfd.uci.edu/~gohlke/pythonlibs/网页上搜索CVXOPT 安装成功之后 import cvxopt 提示,import cvxopt.base ImportError: DLL load failed: 找不到指定的模块 解决方法: 卸载 阅读全文
posted @ 2017-09-27 13:18 ystwyfe 阅读(3520) 评论(0) 推荐(0) 编辑