Yijiang Huang

2016年10月19日

[Note] changing building platform from vs 2013 to vs community 2015

摘要: The error turned out as “undefined linkage”(The same as you haven’t use some function that was not defined in cpp but only in the header) I’ve check that the function was correctly linked using “F12”.... 阅读全文

posted @ 2016-10-19 15:28 duckie 阅读(138) 评论(0) 推荐(0) 编辑

2016年10月17日

compile .exe find dll

摘要: 阅读全文

posted @ 2016-10-17 22:20 duckie 阅读(162) 评论(0) 推荐(0) 编辑

2016年9月26日

[Thought] Pollinate FF on AWS

该文被密码保护。 阅读全文

posted @ 2016-09-26 11:52 duckie 阅读(3) 评论(0) 推荐(0) 编辑

[Notes] AWS Automation using script and AWS CLI

摘要: (c) 2014 Amazon Web Services, Inc. and its afflialtes, All rights reserved. The content in this file is copied from qwikLABS - Automating AWS Services with Scripting and the AWS CLI Please respect t... 阅读全文

posted @ 2016-09-26 09:55 duckie 阅读(476) 评论(0) 推荐(0) 编辑

2016年8月24日

[Note] FrameFab Interesting Cut Results

摘要: onelayer search really smart, good result in short time 阅读全文

posted @ 2016-08-24 11:26 duckie 阅读(167) 评论(0) 推荐(0) 编辑

2016年8月22日

[Notes] Timer Comparision when turn influence computing on/off

摘要: Overall algorithm – bunny 关闭influence计算 打开influence计算 Timer 插入位置: FFAnalyzer::SeqPrint() { ……… for (int l = 0; l < layer_size; l++){ /* * Nl: number o 阅读全文

posted @ 2016-08-22 10:06 duckie 阅读(156) 评论(0) 推荐(0) 编辑

2016年8月16日

[Arduino] Arduino猪头笔记

摘要: 1. 步进电机驱动 今天才发现。。。。原来在不同的步进电机驱动模块里面,循环时钟是不一样的。。。。 步进电机驱动模块以及电路配置: 驱动代码的主要部分: int sp_param = 16383; digitalWrite(MotorStp_A, HIGH);delayMicroseconds(sp 阅读全文

posted @ 2016-08-16 22:26 duckie 阅读(182) 评论(0) 推荐(0) 编辑

2016年8月15日

[Eigen] Issues when using Eigen

摘要: 1. Efficient Expression Refer to this post http://eigen.tuxfamily.org/dox/TopicWritingEfficientProductExpression.html, for dense matrix calculation. B 阅读全文

posted @ 2016-08-15 11:49 duckie 阅读(149) 评论(0) 推荐(0) 编辑

2016年8月14日

[MOSEK] Stupid things when using mosek

摘要: 1.2016-8-14 我希望把一个qp问题的代码从conic constraints改为无外加约束,仅适用variable bounds的线性不等式约束 于是原来的约束代码为 if (r == MSK_RES_OK){ if (_debug) { MYOUT << "Q: " << std::en 阅读全文

posted @ 2016-08-14 23:42 duckie 阅读(394) 评论(0) 推荐(0) 编辑

2016年8月13日

[KUKA] 对代理商更新的KRC机箱进行修复配置

该文被密码保护。 阅读全文

posted @ 2016-08-13 01:30 duckie 阅读(10) 评论(0) 推荐(0) 编辑

导航