-
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
-
DataCollectionSystem
徕卡TCA1800自动监测系统,可以应用于各种变形监测,用于数据的自动采集、保存以及平差处理,代码完整。(Leica TCA1800 automatic monitoring system that can be applied to a variety of deformation monitoring for automatic data collection, preservation, and adjustment processing, code integrity.)
- 2021-02-01 14:00:00下载
- 积分:1
-
03_abcd
Internet Explorer 4 style UI IE4.0风格的界面效果(29KB)(style UI Batteries style interface effects (Take))
- 2005-04-20 20:36:38下载
- 积分:1
-
FILEMANIPULATE
FileManipulate是一个基于对话框的MFC应用程序,实现了文件的删除、复制和移动等功能。(FileManipulate is a dialog-based MFC application that implements file to delete, copy and move functions.)
- 2013-11-18 23:00:28下载
- 积分:1
-
Zen_Macd
缠论MACD面积MT4公式,给广大缠友提供一个合适的指标公式。祝愿天下缠友早日破缠得禅(On the MT4 wrapped formula tied to the majority of Friends provide a suitable index formula. Friends wish the world wrapped early break Zen Chande)
- 2015-03-20 22:15:20下载
- 积分:1
-
876545346
VB在treeview的节点处使用图形,有需要的下。(VB at the node in treeview using graphics, there is need for the next.)
- 2013-08-22 09:32:59下载
- 积分:1
-
WML_cppo
值得深刻阅读的基于CP的OFDM同步程序这是一个非常好的用于OFDM的基于CP的 最大似然符号定时同步和载波同步的MATLAB仿真程序,经本人深入阅读吸收经典文献,反复编程调试而提炼而成,代码精炼有序序,绝对没有错误,由此程序仿真得到的同步曲线与经典文献完全一致。同仁们阅读此程序一定受益匪浅! 这里不吝成果,特上载与诸位网友共享。也欢迎同仁们提供更多的优秀程序。 由于文献要求采用N=1024个子载波
(Worthy of profound reading of the CP-based OFDM synchronization program which is a very good based on the CP maximum likelihood symbol timing synchronization and carrier synchronization for OFDM MATLAB simulation program, after I read in-depth absorption of classical literature, repeated programming and debugging and refining made, the code refined and orderly sequence is absolutely no mistake, this program simulation synchronization curves and classic literature is exactly the same. Colleagues to read this program must benefit Generous achievements, special upload to share with you friends. Also welcome colleagues to provide more excellent program. Because the literature require the use of N = 1024 subcarriers)
- 2012-08-20 14:29:51下载
- 积分:1
-
VideoVoiceTrans
属于音频视频的远程诊断系统。VC编程的一个重要应用。(Are audio and video remote diagnostic system. VC program is an important application.)
- 2011-10-19 15:44:55下载
- 积分:1
-
baw
json c 0,9 Source code and documentation()
- 2018-03-18 09:13:24下载
- 积分:1
-
twobarcode
二维码生成案例 VS2008 C#
可以选择 4种生成条形码的参数 目前不支持中间加图案
- 2012-12-21 15:04:56下载
- 积分:1