代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/292204/8367619
h stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__0
www.eeworm.com/read/392010/8367620
cpp sjaregview.cpp
// SJARegView.cpp : implementation file
//
#include "stdafx.h"
#include "VCStyle.h"
#include "SJARegView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/192659/8367621
java guidemo.java
import java.io.*;
import java.awt.*;
public class GUIDemo{
public static void main (String args[]){
GUIWin win = new GUIWin("GUI DEMO");
win.resize(500,200);
win.show();
}
}
class
www.eeworm.com/read/292204/8367622
cpp clistctrlexample.cpp
// CListCtrlExample.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "CListCtrlExample.h"
#include "CListCtrlExampleDlg.h"
#ifdef _DEBUG
#define new DEB
www.eeworm.com/read/292204/8367623
ncb clistctrlexample.ncb
www.eeworm.com/read/392010/8367624
cpp cmdbatchildframe.cpp
// CmdBatChildFrame.cpp : implementation file
//
#include "stdafx.h"
#include "VCStyle.h"
#include "CmdBatChildFrame.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THI
www.eeworm.com/read/392010/8367625
aps vcstyle.aps
www.eeworm.com/read/292204/8367626
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// CListCtrlExample.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include
www.eeworm.com/read/192659/8367627
java appletclient.java
import java.applet.Applet;
import java.awt.*;
import java.net.*;
import java.io.*;
public class AppletClient extends Applet
{ TextArea AcceptText=new TextArea(4,25);
TextField SendText=new Text
www.eeworm.com/read/392010/8367628
cpp sjaregchildframe.cpp
// SJARegChildFrame.cpp : implementation file
//
#include "stdafx.h"
#include "VCStyle.h"
#include "SJARegChildFrame.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THI