代码搜索:M
找到约 10,000 项符合「M」的源代码
代码结果 10,000
www.eeworm.com/read/305006/13780321
cpp cyclechild.cpp
// CycleChild.cpp : implementation file
#include "stdafx.h"
#include "netsdkdemo.h"
#include "CycleChild.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/304797/13786826
cpp addbasicinfo.cpp
// AddBasicInfo.cpp : implementation file
//
#include "stdafx.h"
#include "Material_MIS.h"
#include "AddBasicInfo.h"
#include "Material_MISView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#unde
www.eeworm.com/read/304615/13790447
java gamemidlet.java
//%PACKAGE.NAME%
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
import java.io.DataInputStream;
import java.io.InputStream;
/**
*
*/
public class GameMIDlet exten
www.eeworm.com/read/304598/13790728
h ysqueue.h
// Queue.h: interface for the CQueue class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_QUEUE_H__ECADBF81_B282_11D5_971D_0050BADA81C3__INCLUDED_)
#
www.eeworm.com/read/304168/13799546
cpp table.cpp
#include "Table.h"
CTable::CTable(LPDIRECT3DDEVICE8 pD3DDevice,LPSTR pFilename)
{
LPD3DXBUFFER pMaterialsBuffer=NULL;
LPD3DXMESH pMeshTable=NULL;
m_pD3DDevice=pD3DDevice;
if(FAILED(D3D
www.eeworm.com/read/304168/13799556
cpp audio.cpp
#include "Audio.h"
CAudio::CAudio()
{
m_pDirectAudioPerformance=NULL;
m_pDirectAudioLoader=NULL;
m_pSegment=NULL;
m_pGraph=NULL;
m_pMediaControl=NULL;
m_pMediaPosition=NULL;
m_enumFo
www.eeworm.com/read/303783/13808768
java actionframe.java
import javax.microedition.lcdui.*;
import java.io.*;
public class ActionFrame {
private int m_iTime; //显示时间
private byte m_Num; //有几个切片
private byte[] m_imgID; //图片ID
private int[] m_i
www.eeworm.com/read/302629/13830668
cpp span.cpp
//////////////////////////////////////////////////////////////////////
//ICTCLAS简介:计算所汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),
// 功能有:中文分词;词性标
www.eeworm.com/read/302629/13830671
cpp span.cpp
//////////////////////////////////////////////////////////////////////
//ICTCLAS简介:计算所汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),
// 功能有:中文分词;词性标
www.eeworm.com/read/302329/13837585
cpp imageload.cpp
#include "ImageLoad.h"
//-----------------------------------------
// 函数名称:ImageLoad::ImageLoad - public
// 描述:缺省构造函数
// 参数;None
// 返回:None
//-----------------------------------------
ImageLo