上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: 首先准备一个传递函数sys, 然后使用lsim(sys,u,t,x0)函数(通用的时序分析的函数) u: The input u is an array having as many rows as time samples (length(t)) and as many columns as sy 阅读全文
posted @ 2019-03-29 15:02 xunhanliu 阅读(426) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/jenyzhang/article/details/52047557 https://blog.csdn.net/liangzuojiayi/article/details/78187704 需求: 封装一个带分组功能的bar绘制函数 绘制效果: 阅读全文
posted @ 2019-03-28 13:02 xunhanliu 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 纯代码,布局的讲解 见: https://yq.aliyun.com/articles/669809 Qt designer设计文件 .ui转 .py文件,进阶使用 注:不推荐使用eric4。1、依赖的文件太大太多。2、环境比较难搭建 见:https://blog.csdn.net/shangxia 阅读全文
posted @ 2019-03-24 15:07 xunhanliu 阅读(15023) 评论(0) 推荐(1) 编辑
摘要: 见:https://baijiahao.baidu.com/s?id=1618526683185169455&wfr=spider&for=pc 这位老兄的其他几篇blog都挺好的。 阅读全文
posted @ 2019-03-07 15:49 xunhanliu 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 基于windows!! 类比mailto://XXXX 主要参考: https://www.cnblogs.com/snow365/p/6428212.html 应用 1、在网页上本地办公 网页应用越来越方便,基于MFC等可视界面的应用越来越乏力。需求:在网页上打开一个本地的文件 2、word on 阅读全文
posted @ 2019-03-06 19:32 xunhanliu 阅读(3855) 评论(0) 推荐(0) 编辑
摘要: 技术 d3、d3.pack、d3.hierarchy 展示 https://bl.ocks.org/xunhanliu/e0688dc2ae9167c4c7fc264c0aedcdd1 关于怎么使用,代码中有关键注释。 d3.pack // https://d3js.org Version 4.8. 阅读全文
posted @ 2019-03-05 21:04 xunhanliu 阅读(441) 评论(0) 推荐(0) 编辑
摘要: 核心操作:https://blog.csdn.net/kriszhang/article/details/70174410 Update、Enter、Exit 简练详细说明:http://www.cnblogs.com/koto/p/5980646.html D3.nest(类似于groupby,比 阅读全文
posted @ 2019-03-05 17:15 xunhanliu 阅读(1005) 评论(0) 推荐(0) 编辑
摘要: 源码链接:https://github.com/nelsonkuang/ant-admin/blob/master/src/utils/d3-viz.js 的二分图部分。 1、整体的级联结构 整个bp代码涉及到一种代码的级联结构: 运行结果: L13行的运行结果类似于 333.call(viz(11 阅读全文
posted @ 2019-03-05 17:12 xunhanliu 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 前言:下面所列举的两个框架是基于python的。还有许多是基于js的,例如vue、react。从事这部分工作的人是后台开发的前端人员或者偏前端的"全栈程序员"。 From: https://blog.csdn.net/myKurt/article/details/79914078 一、flask 详 阅读全文
posted @ 2019-03-05 17:06 xunhanliu 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 技术 d3、 d3.force、d3.geom.quadtree。 d3.geom.quadtree 四叉树的应用:图像处理、空间数据索引、2D中的快速碰撞检测、存储稀疏数据等,游戏编程。 上图中的数据就是普通的点,点与点之间没有关系。此函数在构建四叉树的时候(原数据要么是树型的数据要么是包含位置信 阅读全文
posted @ 2019-03-05 14:50 xunhanliu 阅读(774) 评论(0) 推荐(1) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 下一页