-
qtstudydoc
QT学习教程,很好用的
差不多所有的程序教材都从Hello 开始,下面就是这个程序的qt版本(good QT course
1#include <QApplication>
2#include <QLabel>
3 int main(int argc, char*argv[])
4 {
5 QApplication app(argc, argv)
6 QLabel*label = new QLabel("Hello Qt!")
7 label->show()
8 return app.exec()
9 }
)
- 2012-03-10 14:46:07下载
- 积分:1
-
CAN_bootloader
freescale .S19目标文件,走CAN线通信的bootloader上位机,要么不上传,上传的都是经典(freescale bootloader Client)
- 2013-10-09 08:54:37下载
- 积分:1
-
MATLABsimulation
《MATLAB电机仿真精华50例》源代码(MATLAB simulation of the essence of 50 cases of motor)
- 2009-05-02 12:15:14下载
- 积分:1
-
点过咯这
dian guo lo zhe,cao,hello word
- 2019-05-09 20:25:10下载
- 积分:1
-
MyFirstOpenGL
openGl显示球体,加上灯光,大家互相学习~(openGl show sphere, with light, we learn from each other ~)
- 2010-06-18 10:42:01下载
- 积分:1
-
mpgcut
可以实现视频流文件的剪切,也可以从PS中中拔出ES(Can realize video streaming files shear can also be drawn from the PS in ES)
- 2007-10-23 13:43:59下载
- 积分:1
-
Ex_ODBC
MFC基本实例实现连接数据库信息的录入修改删除功能(Basic examples were MFC connect to the database information input to modify delete function)
- 2010-12-21 14:18:57下载
- 积分:1
-
bumpmap
OpenGL超级宝典-第四版源码中的一个凹凸纹理贴图程序,已经过编译处理,能够直接运行。(OpenGL super bible (the forth edition) a program-bump texture.)
- 2012-04-08 20:54:52下载
- 积分:1
-
PrachPara2013.10.21.0928
LTE prach的信令分析代码,由协议解析出数据处理需要的信息(The signaling LTE PRACH analysis code, the protocol analysis data processing need information
)
- 2013-11-05 17:40:16下载
- 积分:1
-
CKeyHook
CKeyHook是一个通过设定钩子,截获键盘事件的操作示例,对于掌握钩子的安装、事件截获等处理方法有参考价值。(CKeyHook is by setting the hook, intercepting keyboard events, the operation of example, to master the hook for the installation, the time intercept other treatment methods have reference value.)
- 2020-12-29 22:29:00下载
- 积分:1