代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/280448/10328946
h myddstring.h
#ifndef _MYSTRING_H
#define CN_RES
//#define EN_RES
#ifdef CN_RES
#include "cn_ddres.h"
#elif defined EN_RES
#include "en_ddres.h"
#endif
#endif
www.eeworm.com/read/156238/11816967
uv2 yy.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,1,
www.eeworm.com/read/430360/1932109
inc mymacro.inc
String MACRO value:REQ
LOCAL MyString
.const
MyString db value,0
.code
EXITM
ENDM
m2m MACRO Dest,Res
push Res
pop Dest
ENDM
mrm MACRO Dest,Res
mo
www.eeworm.com/read/357852/10200378
h refcount.h
// MyString with reference counter
#ifndef _REF_COUNT_H_
#define _REF_COUNT_H_
#include
#include
using namespace std;
//start
class MyString {
class MyStringPrivate {
www.eeworm.com/read/451936/7453777
c init.c
/*******************************************************************************
*
* 电子科技大学嵌入式软件工程中心、北京科银京成技术有限公司 版权所有
*
* Copyright (C) 2000-2008 UESTC' ESEC,CoreTek Systems Inc. All R
www.eeworm.com/read/201987/15391354
c module-param-exam.c
//filename: module-para-exam.c
//#include
#include
#include
#include
#include
#include
st
www.eeworm.com/read/446555/1712300
cpp refcount.cpp
#include "refcount.h"
//start
MyString::MyString(const MyString& str) : m_Impl(str.m_Impl) {
m_Impl -> m_RefCount++;
cout m_Chars
www.eeworm.com/read/446555/1712304
svn-base refcount.cpp.svn-base
#include "refcount.h"
//start
MyString::MyString(const MyString& str) : m_Impl(str.m_Impl) {
m_Impl -> m_RefCount++;
cout m_Chars
www.eeworm.com/read/103786/15720914
c grphstr.c
/* Note:
* This is just a sample piece of code that shows how to use some structs -
* it may not even run.
*/
#include
static const graphicStr myString = {
MOVEPENTO (0,0),
LINETO(100
www.eeworm.com/read/339163/3310575
cpp stringtest.cpp
// stringtest.cpp
#include
#include
using namespace std;
int main(int argc, char** argv)
{
string myString = "Hello, World";
cout