资源列表
Goldseq
- 用matlab语言实现Goldsequence产生-using Matlab language have Goldsequence
DFP
- 用matlab语言来实现DFP算法,源码中有例子
realize_the_button_QWidget_by_own_style_in_Qt_4.ra
- 上网搜了很多关于qt 4重写按钮的资料,但是都只是介绍,没有源码。但是项目要求的按钮样式qt 4没有现成的,所以自己实现了一个简单的按钮。 模仿按钮的功能,通过重写 void paintEvent(QPaintEvent *event) void mousePressEvent(QMouseEvent *event) void mouseReleaseEvent(QMouseEvent *event) 三个函数达到绘制自定义按钮的目的。
AutoCADloadmenu
- 用objectarx实现在autocad环境中自动加载菜单,后可以像autocad的菜单一样使用-Implementation using ObjectARX environment in autocad automatically load menu can be the same menu as the use of autocad
Project
- 分配内存,用于在计算机中分配一块内存给程序操作。-Allocate memory for distribution of a block of memory to programs in computer operation.
MST_k
- 该matlab程序为避圈法求最小树问题,程序非常简洁
task2
- Calculates the distance in minimal spanning trees
KeyWordWebservice
- 关键字提示webservice,文本框输入智能提示-Keyword webservice tips
emal
- 邮箱登陆界面,自己设计的的登录界面,高手可以再次基础上改一下-E-mail interface
control-array
- Control Array example
hexspinbox
- 自己编写的QT小程序,利用box界面显示-His writing of QT small program, using the box interface display
huffmancode
- 哈夫曼编码程序,实现计算编码学中哈夫曼编码程序的源代码。