代码搜索:cstring

找到约 10,000 项符合「cstring」的源代码

代码结果 10,000
www.eeworm.com/read/308729/6306801

c yacgi.c

/* * Copyright(c) 1997 Andrew Girow. * All rights reserved. * * All of the documentation and software included in the YACGI 1.2 * is copyrighted by Andrew Girow. * * Redistribution and use in s
www.eeworm.com/read/494096/6388106

cpp main.cpp

#include using namespace std; #include #include int main() { int n; string s; cin>>n; for(int i=0;i>s; if(s[0]=='a'||s[0]=='e'||s[0]=='i
www.eeworm.com/read/494107/6388354

cpp main.cpp

#include using namespace std; #include #include int main() { char line[1001][84]; int n, m[1001], i, j; cin>>n; for(i=1;i
www.eeworm.com/read/492676/6418453

cpp utils.cpp

// 2002.11.23 // copy from kdphoto projects #include "stdafx.h" int GetChar( char ** str ) { int code = **((unsigned char **)str); if ( !str ) return 0; if ( !*str ) return 0
www.eeworm.com/read/491812/6426428

h tokenizer.h

#ifndef _TOKENIZER_H_ #define _TOKENIZER_H_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // tokenizer.h : header file // // now should be defined the token types #define TT_E
www.eeworm.com/read/491812/6426501

h symboltable.h

#ifndef _SYMBOLTABLE_H_ #define _SYMBOLTABLE_H_ #include "parser.h" // SIZE is the size of the hash table #define SIZE 211 // SHIFT is the power of two used as multiplier in hash function
www.eeworm.com/read/486654/6524635

cpp 2261.cpp

/* This Code is Submitted by wywcgs for Problem 2261 on 2006-06-03 at 17:17:36 */ #include #include #include using namespace std; const int L = 1024; int mai
www.eeworm.com/read/486160/6544842

cpp myqqdlg.cpp

// MyQQDlg.cpp : implementation file // #include "stdafx.h" #include "MyQQ.h" #include "MyQQDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/486162/6544912

cpp desdlg.cpp

// DESDlg.cpp : implementation file // #include "stdafx.h" #include "DES.h" #include "DESDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #e
www.eeworm.com/read/485654/6555748

cpp liveupdatedlg.cpp

////////////////////////////////////////////////////////////////////// // // 名称: CLiveUpdateDlg.cpp // // 功能: 自动升级程序实现 // // 注释:自动升级程序实现文件 // // 编写: 徐景周 // // 日期: 2003.5.13 // ///////////