代码搜索:strings
找到约 10,000 项符合「strings」的源代码
代码结果 10,000
www.eeworm.com/read/119982/14814858
cpp strings.cpp
class Strings {
char *p;
int size;
public:
Strings(char *str);
Strings(void);
Strings(const Strings &obj); // Copy constructor
~Strings(void) {delete [] p;}
f
www.eeworm.com/read/118641/14860916
c strings.c
/****************************************************************/
/* */
/* strings.c
www.eeworm.com/read/118388/14874472
cpp strings.cpp
// strings.cpp : implementation file
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights reserved.
//
// This sou
www.eeworm.com/read/118388/14874495
h strings.h
// strings.h : defines all extern const strings
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights reserved.
//
www.eeworm.com/read/118222/14881422
asm strings.asm
PAGE 66,132
;
;
;
;
;
; net_string - find a network string from a buffer
;
;
; (c) 1992 Erick Engelke
;
;
;
include masmdefs.hsm
include model.hsm
codedef net_string
datadef
www.eeworm.com/read/118155/14885207
py strings.py
#: c01:strings.py
print "That isn't a horse"
print 'You are not a "Viking"'
print """You're just pounding two
coconut halves together."""
print '''"Oh no!" He exclaimed.
"It's the blemange!"'''
www.eeworm.com/read/217643/14955591
cls strings.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/116265/14981689
c strings.c
/*
* ACCENT
*
* A Compiler Compiler for the Entire Class of Context-Free Languages
*
* Copyright (C) 1999 Friedrich Wilhelm Schroeer
*
* This program is free software; you can redistribute
www.eeworm.com/read/116265/14981773
c strings.c
/*
* ACCENT
*
* A Compiler Compiler for the Entire Class of Context-Free Languages
*
* Copyright (C) 1999 Friedrich Wilhelm Schroeer
*
* This program is free software; you can redistribute
www.eeworm.com/read/115931/14996026
c strings.c
/****************************************************************/
/* */
/* strings.c */
/* */
/* Global String Handling Functions */
/* */
/* Copyright (c)