代码搜索:PView
找到约 1,218 项符合「PView」的源代码
代码结果 1,218
www.eeworm.com/read/129279/14255063
cpp socketclient.cpp
// SocketClient.cpp : implementation file
//
#include "stdafx.h"
#include "SuperServer.h"
#include "SocketClient.h"
#include "SuperServerView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef TH
www.eeworm.com/read/127412/14356302
cpp ex29view.cpp
// ex29View.cpp : implementation of the CEx29View class
//
#include "stdafx.h"
#include "ex29.h"
#include "ex29Doc.h"
#include "ex29View.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THI
www.eeworm.com/read/228435/14384414
cpp searchdlg.cpp
// SearchDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Accobook_CE.h"
#include "Accobook_CEDoc.h"
#include "Accobook_CEView.h"
#include "SearchDlg.h"
#ifdef _DEBUG
#de
www.eeworm.com/read/126432/14424060
cpp toolzoomout.cpp
// ToolZoomOut.cpp: implementation of the CToolZoomInOut class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "DrawInPDA.h"
#include "To
www.eeworm.com/read/121761/14739090
cpp cround.cpp
#include "stdafx.h"
#include"CRound.h"
#include"EastDrawView.h"
IMPLEMENT_SERIAL(CRound,CUnit,1)
void CRound::DrawStatic(CDC*pDC)
{
CPen m_pen;
CBrush m_brush;
int oldDrawingMode=pDC->Se
www.eeworm.com/read/121761/14739171
cpp cdline.cpp
#include "stdafx.h"
#include"CDLine.h"
#include"EastDrawView.h"
IMPLEMENT_SERIAL(CDLine,CUnit,1)
void CDLine::DrawStatic(CDC*pDC)
{
CPen m_pen;
m_pen.CreatePen(m_PenStyle,m_PenWidth,m_PenC
www.eeworm.com/read/219287/14890015
cpp searchdlg.cpp
// SearchDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Accobook_CE.h"
#include "Accobook_CEDoc.h"
#include "Accobook_CEView.h"
#include "SearchDlg.h"
#ifdef _DEBUG
#de
www.eeworm.com/read/115774/15001950
txt lc_bcb_70.txt
服务器与客户机互传消息
服务器与客户机互传消息
一、 服 务 器 程 序
创 建 一 个 名 为“server" 的 项 目, 单 文 档 界 面。
在serverview.h 中 加 入 代 码:
#include “winsock.h"
添 加 变 量:
CSize
www.eeworm.com/read/115190/15022437
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "HTTPClient.h"
#include "ClientSocket.h"
#include "HttpClientView.h"
#include "clientsocket.h"
#ifdef _DEBUG
#defi
www.eeworm.com/read/215854/15036733
cpp listensocket.cpp
// ListenSocket.cpp :实现文件
//
#include "stdafx.h"
#include "net.h"
#include "ListenSocket.h"
#include "netview.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE