代码搜索:strings
找到约 10,000 项符合「strings」的源代码
代码结果 10,000
www.eeworm.com/read/176251/9510674
bas strings.bas
' test1.bas
' 04/02/2001
' GAC - Test string functionality
' Print the name of any function that fails to execute as expected.
' A clean run will only display the standard '* DONE *'
' No way to te
www.eeworm.com/read/175135/9558264
cpp strings.cpp
// strings.cpp -- storing strings in an array
#include
#include // for the strlen() function
int main()
{
using namespace std;
const int Size = 15;
char name1[
www.eeworm.com/read/174890/9570666
c strings.c
/*
* File : strings.c
* Date : 2002-04-20
* Author : yfy001
* Description : basename, str_fnws: first none white space
* Copyright (C) 2001, 2002 yfy001
*/
#include
www.eeworm.com/read/174890/9570681
h strings.h
#ifndef _STRINGS_H
#define _STRINGS_H
/* strings.c */
char *basename(const char *filename);
char *str_fnws(char *cp);
#endif /* strings.c */
www.eeworm.com/read/365329/9869516
c strings.c
#include
#include "String.h"
#include "new.h"
int main ()
{ void * a = new(String, "a"), * aa = clone(a);
void * b = new(String, "b");
printf("sizeOf(a) == %lu\n", (unsigned long)sizeOf(
www.eeworm.com/read/168753/9898424
bas strings.bas
Attribute VB_Name = "Strings"
Option Compare Text
Public Function FindFinal(ByVal sti As String, ByVal Insti As String) As Integer
On Error Resume Next
FindFinal = InStrRev(Insti, sti, Len(Insti
www.eeworm.com/read/362743/9983891
c _strings.c
/*
* This file is part of Generic Data Structures Library (GDSL).
* Copyright (C) 1998-2006 Nicolas Darnis
*
* The GDSL library is free software; you can redistribute it and/or
www.eeworm.com/read/362743/9983897
h _strings.h
/*
* This file is part of Generic Data Structures Library (GDSL).
* Copyright (C) 1998-2006 Nicolas Darnis
*
* The GDSL library is free software; you can redistribute it and/or
www.eeworm.com/read/167018/9985487
h strings.h
/**************************************************************************
*
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
* KIND, EITHER EXPRESSED OR IMPLIED, INCLU
www.eeworm.com/read/167018/9985489
rc strings.rc
/**************************************************************************
*
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
* KIND, EITHER EXPRESSED OR IMPLIED, INCLU