- 博客(5)
- 资源 (4)
- 收藏
- 关注
原创 ImportError: No module named ...
After embeding a Python module into a C app., when running it, errors poped,ImportError: No module named pyfunction The solution is1) in a Console, run gcc first.c -o first `python-config
2015-06-28 11:17:33
972
原创 gnumpy plus cudamat
Gnumpy + cudamat can be used together for high-speed GPU matrix computation.A good but short tutorial is herehttp://blog.sina.com.cn/s/blog_4c38701d01018tfz.htmlLinks of both gnumpy and cuda
2015-06-27 10:03:05
829
原创 Create links to PyQt5 and Qt Creator in PyCharm
By default PyCharm only links to PyQt4. In order to enjoy PyQt5 for building a PyQt Application,we have to do some extra setting work in PyCharm,1. Open File>Settings>Tools>External Tools2. Clic
2015-06-26 09:49:52
1647
原创 Build A PyQt Application by PyCharm
A typical structure of a PyQt applications is as follows,APP -- src (main.py, ...) |- ui (mainwindow.py, *.ui, ...) |- rc (*.qrc, icons, images, ...)Note:PyChar
2015-06-26 08:39:39
937
原创 How to change border style of QGroupBox in a Qt Application
In Qt Creator, from context menu choose "change style sheet"and add following lines,QGroupBox { border: 2px solid gray; border-radius: 3px; }
2015-06-25 09:57:36
466
Comparison of Viscous Grid Layer Growth Rate
2016-02-11
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人