C++,python,热爱算法和机器学习
全部博文(1214)
发布时间:2015-08-27 21:27:14
Nose是最流行的针对Python的测试库之一(可以从http://code.google.com/p/python-nose/ 免费下载)。一、待测试的模块为:temperature.pydef to_celsius(t): return (t-32.0)*5.0/9.0def above_freezing(t): &.........【阅读全文】
发布时间:2015-08-27 11:10:27
原文地址:<a href="http://blog.csdn.net/morewindows/article/details/6709644" target="_blank">http://blog.csdn.net/morewindows/article/details/6709644</a><br />讲的不错,代码有问题。<br /><br /><span style="color:#333333;font-family:Arial;line-height:26px;white-space:normal;font-size:18px;backgrou.........【阅读全文】
发布时间:2015-08-26 17:30:53
原文地址:<a href="http://blog.csdn.net/morewindows/article/details/6684558" target="_blank">http://blog.csdn.net/morewindows/article/details/6684558<br /></a><br /><span style="color:#333333;font-family:Arial;font-size:14px;line-height:26px;white-space:normal;background-color:#FFFFFF;"> </sp.........【阅读全文】
发布时间:2015-08-21 16:43:44
原文地址:<a href="http://www.cnblogs.com/vamei/p/3232088.html" target="_blank">http://www.cnblogs.com/vamei/p/3232088.html</a><br /><p style="margin:10px auto;color:#333333;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:13.3333330154419px;line-height:21.8181819915772px;white-space:nor.........【阅读全文】
chinaunix网友2009-10-12 16:19
你好,你在Google Code上放的sg2fcitx的mainme.c源代码我下载编译会出现段错误。请问你的编译环境是什么?GCC版本是多少? 谢谢。