摘要:
https://compbio.soe.ucsc.edu/genex/genexTR2html/node12.html 阅读全文
2016年4月16日
2016年4月12日
摘要:
https://github.com/junhyukoh/caffe-lstm/issues/5 阅读全文
2016年4月8日
摘要:
上次matlab也是这样。dir读写文件没关闭,循环读。调了半天。 这次又来!原来写了44行,应改写在42行。再一次强调,看代码要十分耐心。 阅读全文
2016年4月6日
摘要:
http://blog.csdn.net/tangwei2014/article/details/46788025 阅读全文
2016年4月2日
摘要:
这个 该死的错误:搞了一天。 http://www.cprogramming.com/debugging/segfaults.html 五种可能: dereferencing NULL, dereferencing an uninitialized pointer, dereferencing a 阅读全文
2016年3月30日
摘要:
https://www.google.com.hk/ 阅读全文
2016年3月28日
摘要:
http://www.math.lsa.umich.edu/~kesmith/infinite.pdf 什么是无限维呢? 似乎我的想法中,无限维只是将有限维逐步推到无限维,现实中我们基本不需要考虑到这点。 但是有一个说法一直让我忐忑不安:函数就是无限维的。这真是让人难受!很抽象。尽管学了现代数学。 阅读全文
摘要:
http://blog.sina.com.cn/s/blog_4dd3aa1901007ppa.html 阅读全文
2016年3月27日
摘要:
http://stackoverflow.com/questions/2391679/why-do-we-need-virtual-methods-in-c 简言之,声明基类时,而实际指向派生类。如果没有virtual,那么对象就无法使用这个方法, 调用时,调用的还是基类的对应的方法。 阅读全文