代码搜索:APPLICATION
找到约 10,000 项符合「APPLICATION」的源代码
代码结果 10,000
www.eeworm.com/read/233879/14129815
timer application (2)
www.eeworm.com/read/233879/14129877
timer application (1)
www.eeworm.com/read/231806/14218856
cpp application.cpp
# include "Application.h"
void Application::Run()
{
bool run=1;
while(run)
{
ifstream in;
ofstream on;
ifstream in1;
ofstream on1;
string file_name;
cout
www.eeworm.com/read/231806/14218861
h application.h
# ifndef APP_CLASS
# define APP_CLASS
# include "TextQuery.h"
class Application
{
public:
Application(){}
void Run();
private:
TextQuery t;
};
# endif
www.eeworm.com/read/231346/14238294
m application.m
function varargout = application(varargin)
% APPLICATION M-file for application.fig
% APPLICATION, by itself, creates a new APPLICATION or raises the existing
% singleton*.
%
% H =
www.eeworm.com/read/129171/14261303
h application.h
//
// Application Framework
//
// Copyright (c) 2000-2001 Chihiro.SAKAMOTO (HyperWorks)
//
#ifndef __Application_h__
#define __Application_h__
#define WM_KICKIDLE 0x036A
#include "Window
www.eeworm.com/read/129171/14261313
cpp application.cpp
//
// 僼Application Framework
//
// Copyright (c) 2000-2001 Chihiro.SAKAMOTO (HyperWorks)
//
#include "StdAfx.h"
#include
#include "Application.h"
#include "Misc.h"
#ifdef __BORL