Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (8)
LAN chat system based on Qt
4.0
Application background LAN chat system based on Qt, LAN chat, file transfer, change fonts, save chat records and other functions, for the study of Qt, the study of local area network communication has a strong learning value. Key Technology UdpSocket = QUdpSocket new (this);Port = 45454;UdpSocket-> bind (port; QUdpSocket:: ShareAddress: QUdpSocket:: ReuseAddressHint);Connect (udpSocket, SIGNAL (readyRead ()), this, SLOT (processPendingDatagrams ()));SendMessage (NewParticipant);Server = TcpServer new (this);Connect (server, SIGNAL (sendFileName (QString)), this, SLOT (getFileName (QString)));Connect (ui-> messageTextEdit; SIGNAL (currentCharFormatChanged (QTextCharFormat)),This, SLOT (currentFormatChanged (QTextCharFormat const));
ieiosjt
2016-08-23
2
1
Data management system based on Qt
4.0
Application background Based on Qt data management system, the database of Qt is used, the Qt for beginners to learn the development of database and other technology has a strong learning value....... Key Technology SetFixedSize (750, 500);Ui-> stackedWidget-> setCurrentIndex (0);*typeModel new = QSqlQueryModel QSqlQueryModel (this);TypeModel-> setQuery ("name from type select");Ui-> sellTypeComboBox-> setModel (typeModel);*splitter QSplitter = QSplitter new (ui-> managePage);Splitter-> resize (700, 360);Splitter-> move (0, 50);Splitter-> addWidget (ui-> toolBox);Splitter-> addWidget (ui-> dailyList);Splitter-> setStretchFactor (0, 1);Splitter-> setStretchFactor (1, 1);On_sellCancelBtn_clicked ();ShowDailyList ();Ui-> typeComboBox-> setModel (typeModel);CreateChartModelView ();
ieiosjt
2016-08-23
0
1
GPIO resource training program based on network co
no vote
Application background Based on network control mini2440 development board GPIO resource training program, for beginners to learn Embedded basic knowledge has a strong help...... Key Technology Leds.cgi gateway program source code (the program in the development board location: /www/leds.cgi), the gateway programIn fact, is a shell script, it is called leds.html < action, which is leds.html form method= action= "leds.cgi" name= "LED-TEST" > "get". Leds.cgi can get the variable QUERY_STRING of the web page, this variable is stored in the web page of the string, so leds.cgi can get the user submitted to set up information, and then take the corresponding operation, which is to get to the information processing into the pipeline, and the pipeline is led-player server in monitoring the pipeline.
ieiosjt
2016-08-23
0
1
Multimedia player based on Qt
no vote
Application background Write their own multimedia player based on Qt, including the essential features of the music player, as well as the lyrics display, system tray, drag and play, etc. Key Technology / / create media used to parse the information element information parserMetaInformationResolver = Phonon: new: MediaObject (this);Need to / / AudioOutput connection and use metaInformationResolver to obtain the total time of the songPhonon:: *metaInformationAudioOutput AudioOutput =Phonon: new: AudioOutput (Phonon:: MusicCategory, this);Phonon:: createPath (metaInformationResolver, metaInformationAudioOutput);Connect (metaInformationResolver, SIGNAL (stateChanged: State: Phonon:: Phonon:: State)),This, SLOT (metaStateChanged (Phonon:: State: Phonon:: State));Connect (mediaObject, SIGNAL (currentSourceChanged: MediaSource) (Phonon:)),This, SLOT (sourceChanged (Phonon:: MediaSource));Connect (mediaObject, SIGNAL (aboutToFinish ()), this, SLOT (abou
ieiosjt
2016-08-23
0
1
UltraEdit Windows program
no vote
Application background Large projects based on C language, suitable for the C language has a certain understanding of the people, for the C language programming ability to enhance a greater help Key Technology Debugging environment for TC2.0 or TC3.0. Run this program requires TC to provide a few header files. Suggest that the "include" menu in the "options" menu is modified to point to the include directory of the Tc; or to run the source program copy to the TC directory.To run the time required to generate a project file to contain all the C source code, the production of engineering documents (suffix.Prj). In TC2.0, you need to enter the file name of the.C file, and in the TC3.0, you can choose to be in the project by the mouse and menu.
ieiosjt
2016-08-23
1
1
Customer relationship management system
no vote
Application background Java based customer relationship management system, for beginners to learn to do java java project is a great help... Key Technology LoginCheck{classString name private;String password private;LoginCheck public (name String, password String) {This.name = name;This.password = password;}Boolean validate public () {If ("1" & (name).Equals; & "1".Equals (password)) {True return;}else{False return;}}}
ieiosjt
2016-08-23
0
1
C language based on the calendar
no vote
Application background Calendar program based on C language, the realization of the lunar calendar, Gregorian calendar, solar terms, the festival, the lunar new year, the heavenly stems and earthly branches such as function, and two versions of windows and Linux, the connotation of PPT for code analysis. Key Technology Table **/ / * * yearUnsigned int LunarCalendarTable[199] const ={0x04AE53,0x0A5748,0x5526BD, 0x0D2650,0x0D9544,0x46AAB9,0x056A4D, /*1901-1910*/, 0x09AD42,0x24AEB6,0x04AE4A0x0A4D52, 0x6A4DBE,
ieiosjt
2016-08-23
0
1
Train booking system
no vote
Application background With the C language to write the train booking system, for the C language learners to learn the list of great help, including testing documents for testing............ Key Technology The structure of train information storage / * definitionTrain struct{Char num[10]; / * * / train numberChar city[10]; / * * / to cityChar takeoffTime[10]; / * * / departure timeChar receiveTime[10]; / * * / arrival timeInt price; / * * / fareInt bookNum; / * * / votes};Booking information / * * /Man struct{Num[10] /*ID*/; charChar name[10]; / * * / nameInt bookNum; / * * / demand votes};Node structure definition information list / * * / trainStruct node typedef{Train data struct;Node struct * next;*Link,}Node;Struct * / / * definition booking listStruct people typedef{Man data struct;People*next struct;*bookManLink,}bookMan;
ieiosjt
2016-08-23
0
1
No more~