自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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

guile-ncurses.pdf

guile-ncurses.pdf

2021-02-12

现代控制理论课件chap17

现代控制理论课件, NWPU, 现代控制理论课件

2016-02-11

Comparison of Viscous Grid Layer Growth Rate

Comparison of Viscous Grid Layer Growth Rate of Unstructured Grids on CFD Drag Prediction Workshop Results

2016-02-11

total commander

total commander 7.56

2014-02-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除