代码搜索:APPLICATION
找到约 10,000 项符合「APPLICATION」的源代码
代码结果 10,000
www.eeworm.com/read/123764/6058051
h application.h
#ifndef APPLICATION_H
#define APPLICATION_H
#include
class TicTacToe;
class Application : public QApplication
{
Q_OBJECT
public:
Application(int &argc, char *argv[]);
www.eeworm.com/read/123764/6058054
cpp application.cpp
#include
#include
#include "application.h"
#include "tictactoe.h"
Application::Application(int &argc, char *argv[])
: QApplication(argc, argv)
{
ticTacToe
www.eeworm.com/read/120251/6078969
h application.h
/** @file Application.h
@brief Contains the definition of the Application class.
*/
#ifndef __Application_H__
#define __Application_H__
// Program includes
#include "Prerequisites.h"
/** O
www.eeworm.com/read/120251/6078977
cpp application.cpp
/** @file Application.cpp
@brief Contains the implementation of the Application class.
*/
// Includes
#include "Demo.h"
// Constructor
Application::Application()
{
// Initialise member v
www.eeworm.com/read/117500/6102907
properties application.properties
# -- standard errors --
errors.header=
errors.prefix=
errors.suffix=
errors.footer=
# -- validator --
errors.invalid={0} is invalid.
errors.maxlength={0} can not be greater th
www.eeworm.com/read/117500/6102909
properties application.properties
# -- standard errors --
errors.header=
errors.prefix=
errors.suffix=
errors.footer=
# -- validator --
errors.invalid={0} is invalid.
errors.maxlength={0} can not be greater th
www.eeworm.com/read/117485/6103193
java application.java
package drawfigure;
//import java.awt.Dimension;
//import java.awt.Toolkit;
import javax.swing.*;
import javax.swing.UIManager;
/**
* Title:
* Description:
* Copyright: Copyr
www.eeworm.com/read/116082/6113772
java application.java
package difference_attack;
import javax.swing.UIManager;
import java.awt.*;
public class Application {
private boolean packFrame = false;
//Construct the application
public Application() {
www.eeworm.com/read/116082/6113775
java application.java
package encrypt;
import javax.swing.UIManager;
import java.awt.*;
public class Application {
private boolean packFrame = false;
//Construct the application
public Application() {
MainFram