代码搜索:strings

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

代码结果 10,000
www.eeworm.com/read/391748/8380574

h strings.in.h

/* -*- buffer-read-only: t -*- vi: set ro: */ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* A substitute . Copyright (C) 2007 Free Software Foundation, Inc. This program is free so
www.eeworm.com/read/291295/8426316

h strings.h

/* Copyright (C) 1991,92,96,97,99,2000,2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify i
www.eeworm.com/read/191422/8429884

rls strings.rls

// Strings localised for UK rls_string STRING_r_game_name "Two Ships" rls_string STRING_r_game_file_menu "TwoShips" rls_string STRING_r_game_view_menu "View" rls_string STRING_r_game_EGameCmdStart
www.eeworm.com/read/390893/8435390

h strings.h

static void WINAPI fZeroMemory(LPVOID lpMem, DWORD dwSize) // e.q ZeroMemory { __asm { mov edi,[lpMem] mov ecx,[dwSize] xor eax,eax rep stosb } } static void WINAPI fMemCpy(LPVO
www.eeworm.com/read/432875/8566904

bas strings.bas

'------------------------------------------------- ' (c) 1997-2000 MCS Electronics ' STRINGS.BAS '------------------------------------------------- $large $ramstart =
www.eeworm.com/read/388617/8594808

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/388617/8595939

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/187738/8604127

rls strings.rls

// Strings localised for UK rls_string STRING_r_game_name "Battleships" rls_string STRING_r_game_file_menu "Battleships" rls_string STRING_r_game_view_menu "View" rls_string STRING_r_game_EGameCmd
www.eeworm.com/read/432289/8613438

h strings.h

//: C13:Strings.h // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Simple string class // Can only be built on
www.eeworm.com/read/288542/8623017

c strings.c

/****************************************************************/ /* */ /* strings.c */