Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - hello.p
Search - hello.p - List

嘒彼小星的笔记

http://blog.csdn.net/iamdbl/

 

 

1.1Hello Qt开始  

 

差不多所有的程序教材都从Hello 开始,下面就是这个程序的qt版本。

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 }

 


Update : 2009-01-08 Size : 1.33mb Publisher : liruixin0202

PowerBuilder 10实用编程百例-100 cases of practical programming
Update : 2025-02-19 Size : 6.33mb Publisher : 于杰

DL : 0
课件管理系统,用java做的。你们网站的规则不好,会导致浏览人数大大减少。-Courseware management system, using java to do. The rules of your site well, would lead to significantly reduce the number of visitors.
Update : 2025-02-19 Size : 5kb Publisher :

这是TI DSP5402的一些C语言源代码,完全可以在CCS里调试运行,包括了menory,hello,bios,fution-This is TI DSP5402 some C language source code can be run in debugging in CCS, including the menory, hello, bios, fution
Update : 2025-02-19 Size : 531kb Publisher : huangfeng

The program takes the intermediate stoichiometric matrix of a chemical reaction mechanism as the input and gives the intermediate nodes in terms of all the possible combinations of p-(q-1) reaction steps. This program is complimentary to the "Reaction Routes" program. Using both these programs a Reaction Route Graph for a chemical reaction mechanism can be constructed, which can be used for kinetics studies. The command to create a MATLAB function: new myfun It is also possible to append function code at the function m-file creation time as follows: new myfun disp( Hello World! )
Update : 2025-02-19 Size : 1kb Publisher : Nikhiln

Windows资源管理器的扩充,提供命令行的显示。-This tool extends explorer with functionality of a command prompt. Implemented as a band object completely in C#. Demonstrates COM Interop and P/Invoke, windows hooking and API interception. Finally you can run all these .Net SDK tools and ‘Hello World!’ programs without leaving explorer shell.
Update : 2025-02-19 Size : 230kb Publisher : 徐泽雄

求和由于最后一扇门肯定在正方形的边界举,对每一个中点都求出要从给定点P到达此中点的所需要的最少的门的个数。-hello word wellcom to our school Delphi/java,CppBuilder visual c++Gone Fishing (1042) - ACM/ICPC Regional Contest East Central North America1999Description Archeologists from the Antiquities and Curios Museum (ACM) have flown to Egypt to examine the great pyramid of Key-Ops. Using state-of-the-art technology they are able to
Update : 2025-02-19 Size : 33kb Publisher : hgg

DL : 0
利用MPI实现的并行编程 多个进程同时实现的hello world程序-Hello world program implementation of MPI parallel programming multiple processes at the same time achieve
Update : 2025-02-19 Size : 643kb Publisher : 王江

cocos2djs-tetris:tetris implemented using cocos2d-js,build 1. create a new hello world project using cocos new -l js tetris 2. copy all the things into the new directory, overwrite all existing files 3. build for android cocos compile -p android 4. run in broswer cocos run -p web -cocos2djs-tetris:tetris implemented using cocos2d-js,build 1. create a new hello world project using cocos new-l js tetris 2. copy all the things into the new directory, overwrite all existing files 3. build for android cocos compile-p android 4. run in broswer cocos run-p web
Update : 2025-02-19 Size : 344kb Publisher : heisheng

It is a small introduction console programm writen in C++....Just sayin Hello to you :)! be careful, because I Never tested the programm p Write me if ya tested it, because I am curious but too lazy to test it myself! Thanks!-It is a small introduction console programm writen in C++....Just sayin Hello to you :)! be careful, because I Never tested the programm p Write me if ya tested it, because I am curious but too lazy to test it myself! Thanks!
Update : 2025-02-19 Size : 1kb Publisher : micfu

DL : 0
hello how are you are you fine :p
Update : 2025-02-19 Size : 3kb Publisher : diabat
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.