代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/103513/15730181
bugs
- if an parse error occurs, memory will be leaked--implement an
allocator and do a non-recursive free if parse fails
- do wide support string (?)
www.eeworm.com/read/102394/15783736
todo
* Implement N-d histograms (Simone Piccardi is
working on something here).
www.eeworm.com/read/101865/15799119
h cntritem.h
// CntrItem.h : interface of the CEx32bCntrItem class
//
class CEx32bDoc;
class CEx32bView;
class CEx32bCntrItem : public COleClientItem
{
DECLARE_SERIAL(CEx32bCntrItem)
// Constructors
www.eeworm.com/read/101865/15799402
h cntritem.h
// CntrItem.h : interface of the CEx32aCntrItem class
//
class CEx32aDoc;
class CEx32aView;
class CEx32aCntrItem : public CRichEditCntrItem
{
DECLARE_SERIAL(CEx32aCntrItem)
// Constructo
www.eeworm.com/read/101128/15850454
h cntritem.h
// CntrItem.h : interface of the CEx36aCntrItem class
//
class CEx36aDoc;
class CEx36aView;
class CEx36aCntrItem : public CRichEditCntrItem
{
DECLARE_SERIAL(CEx36aCntrItem)
// Constructo
www.eeworm.com/read/101128/15851718
h cntritem.h
// CntrItem.h : interface of the CEx36bCntrItem class
//
class CEx36bDoc;
class CEx36bView;
class CEx36bCntrItem : public COleClientItem
{
DECLARE_SERIAL(CEx36bCntrItem)
// Constructors
www.eeworm.com/read/100692/15866981
cpp nihedoc.cpp
// NiHeDoc.cpp : implementation of the CNiHeDoc class
//
#include "stdafx.h"
#include "NiHe.h"
#include "NiHeDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_
www.eeworm.com/read/287770/8670339
m min.m
function [C,I] = min(x)
% note that this doesn't currently implement all functionality of
% MIN.
% $Id: min.m 107 2006-02-13 12:58:48Z mairas $
[C,I] = min(x.s);
www.eeworm.com/read/287770/8670589
m min.m
function [C,I] = min(x)
% note that this doesn't currently implement all functionality of
% MIN.
% $Id: min.m 3 2004-02-04 12:57:04Z mairas $
[C,I] = min(x.s);
www.eeworm.com/read/429963/8780575
cpp canvasframe.cpp
// canvasFrame.cpp : implementation file
//
#include "stdafx.h"
#include "canvasr.h"
#include "canvasFrame.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =