代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/198709/7916134
h bpnlayer.h
///////////
//bpnlayer.h
#include "neucell.h"
#define for if(0); else for //使if 和for语句中定义的变量作用域局限在其本身
class CBPNLayer:public CObject
{
DECLARE_SERIAL(CBPNLayer)
CNeuCell ***m_ppnBPnet;
www.eeworm.com/read/197689/7975443
h drawdoc.h
// DrawDoc.h : CDrawDoc 类的接口
//
#pragma once
class CLine : public CObject
{
public:
CPoint m_pStart;
CPoint m_pEnd;
int m_pWidth;
int m_pStyle;
COLORREF m_pCo
www.eeworm.com/read/328974/12991821
h structure.h
#define MAXLEN 10
class Stack :public CObject
{
private:
int m_iMaxLen; //最大长度
int m_iTotalLen; //目前所存历史的总长度
int m_iCurPos; //当前位置
HBITMAP Stoc
www.eeworm.com/read/242611/12996783
h namerecognizer.h
class CMaybeName: public CObject
{ // 动态数组,用于存放所有的中文候选姓名
public:
short offset,length;
double fee;
CMaybeName(short off, short len, double f)
{// 构造函数
offset=off;
length=len;
fee=f
www.eeworm.com/read/306421/13745027
cpp dxf1.cpp
#include "HEAD.h"
// 声明好结构与类后,我们还需要建立一个.CPP文件,来定义几个函数。
//IMPLEMENT_DYNCREATE(CVertex,CObject)
CVertex::CVertex()
{
}
CVertex::~CVertex() //构
www.eeworm.com/read/233367/14156930
h cdib.h
#ifndef _INSIDE_VISUAL_CPP_CDIB
#define _INSIDE_VISUAL_CPP_CDIB
class CDib : public CObject
{
public:
enum Alloc {noAlloc, crtAlloc, heapAlloc}; // 枚举类型,表示内存分配的状况
DECLARE_SERIAL(CDib)
publi
www.eeworm.com/read/220985/14780837
h namerecognizer.h
class CMaybeName: public CObject
{ // 动态数组,用于存放所有的中文候选姓名
public:
short offset,length;
double fee;
CMaybeName(short off, short len, double f)
{// 构造函数
offset=off;
length=len;
fee=f
www.eeworm.com/read/220982/14780959
h namerecognizer.h
class CMaybeName: public CObject
{ // 动态数组,用于存放所有的中文候选姓名
public:
short offset,length;
double fee;
CMaybeName(short off, short len, double f)
{// 构造函数
offset=off;
length=len;
fee=f
www.eeworm.com/read/214042/15115466
h portque.h
#if !defined PortQue_H_
#define PortQue_H_
#if _MSC_VER > 1000
#pragma once
#endif //_MSC_VER > 1000
#include
class CWzdMsg : public CObject
{
public:
CWzdMsg( int id,LPSTR pHdr,L
www.eeworm.com/read/212217/4938194
h pop3.h
#pragma once
#include "afx.h"
#include "afxsock.h"
class CPOP3 :
public CObject
{
public:
CPOP3(void);
~CPOP3(void);
BOOL Connect(void);
int GetNumofMail(void);
BOOL Disconnect(void