代码搜索:APPLICATION
找到约 10,000 项符合「APPLICATION」的源代码
代码结果 10,000
www.eeworm.com/read/34845/1043679
o application.o
www.eeworm.com/read/34845/1043690
cpp application.cpp
#include "Application.h"
Application::Application()
{
};
void Application::Message(MessageBody SystemMsg)
{
} ;
void Application::Refresh()
{
this->StartW
www.eeworm.com/read/34845/1043691
h application.h
#include "Vcl.h"
class Application:public NillWindow
{
public:
Application();
void Message(MessageBody SystemMsg);
virtual void Refresh();
NillWindow *StartWindow;
private:
www.eeworm.com/read/34845/1043794
cpp application.cpp
#include "Application.h"
Application::Application()
{
};
void Application::Message(MessageBody SystemMsg)
{
if (SystemMsg.MsgID==Sys_Msg_RealKeyBoard_Press)
{
}
www.eeworm.com/read/34845/1043798
h application.h
#include "Vcl.h"
class Application:public NillWindow
{
public:
Application();
void Message(MessageBody SystemMsg);
virtual void Refresh();
Window *StartWindow;
private:
www.eeworm.com/read/493901/1163178
java application.java
package com.zdh.sms;
import org.eclipse.core.runtime.IPlatformRunnable;
import org.eclipse.swt.widgets.Display;
import org.eclipse.ui.PlatformUI;
/**
* This class controls all aspects of the applic