代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5524266
tst a26007a.tst
-- A26007A.TST
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/155388/5623896
java modifynumberaction.java
package cart.action;
import javax.servlet.*;
import javax.servlet.http.*;
import cart.biz.Cart;
public class ModifyNumberAction implements Action
{
public String execute(HttpServletRequest reques
www.eeworm.com/read/394686/8212925
htm array.join.htm
Listing 10.8. Using join() to Create a String from an Array's Values
www.eeworm.com/read/393876/8256232
cpp haffman.cpp
#include "stdio.h"
#include "stdlib.h"
#include "fstream.h"
#include "string.h"
#define MAX 1000
//****************************************************************************
typedef struct{
www.eeworm.com/read/393820/8261978
cpp haffman.cpp
#include "stdio.h"
#include "stdlib.h"
#include "fstream.h"
#include "string.h"
#define MAX 1000
//****************************************************************************
typedef struct{
www.eeworm.com/read/411683/11232365
c my_strcpy.c
#include
#include
char *my_strcpy(char *strDest, const char *strSrc)
{
char *p_return = strDest;
// 检查参数指针是否为空
if (strDest == NULL || strSrc == NULL) {
fprintf(
www.eeworm.com/read/133539/14036611
cpp test_e002.cpp
#include
#include
#include "HoleSet.h"
#include "RealSet.h"
#define is_true(x) if (!(x)) abort();
bool test_holed_RealSet() {
HoleSet s;
is_true(s.support_missing(
www.eeworm.com/read/112953/15473531
c test_str.c
#ifdef _MSC_VER
#include
#endif
#ifdef __BORLANDC__
#include
#endif
#include
#include
#include
#include
#include "hhstr
www.eeworm.com/read/174543/9582665
rls mydllapp.rls
// rls
rls_string STRING_r_caption_mydllapp "MyDllApp"
rls_string STRING_r_short_caption_mydllapp "MyDllApp"
// commands
rls_string STRING_r_mydllapp_command_test_dll "TestDll"