代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/340916/12122737
cpp soln4_6.cpp
// Soln4_6.cpp : main project file.
#include "stdafx.h"
using namespace System;
// This tests strings for being palindromes by extracting just the letters
// from each string and assembling t
www.eeworm.com/read/339447/12235806
h codeset.h
/*
* Copyright (C) 2006 Takeharu KATO
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1.
www.eeworm.com/read/150905/12248829
m getfeatlab.m
%GETFEATLAB Get feature labels of dataset
%
% FEATLAB = GETFEATLAB(A,STRING)
%
% INPUT
% A Dataset
% STRING Indicate whether feature labels should be returned as strings
% (i
www.eeworm.com/read/149739/12353123
m getfeatlab.m
%GETFEATLAB Get feature labels of dataset
%
% FEATLAB = GETFEATLAB(A,STRING)
%
% INPUT
% A Dataset
% STRING Indicate whether feature labels should be returned as strings
% (i
www.eeworm.com/read/250303/12415269
pas moreutil.pas
unit MoreUtil;
{
Exports some general purpose routines:
CanSave, FindCommonStrings, FreeObject,
OpenIniFile, RunDOSCommand, RunProgram, ShowMessage
C.A. van Beest, R.P. Sterkenburg, TNO-PML, Ri
www.eeworm.com/read/233458/14150353
bas ini_sm_2.bas
Attribute VB_Name = "ini_sm"
'****************************************************
'* INI_sm.BAS *
'****************************************************
Option
www.eeworm.com/read/229791/14316665
pas idimap4.pas
{ $HDR$}
{**********************************************************************}
{ Unit archived using Team Coherence }
{ Team Coherence is Copyright 2002 by Qual
www.eeworm.com/read/225546/14535565
java cookie.java
package org.json;
/*
Copyright (c) 2002 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
www.eeworm.com/read/124570/14559651
java range.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers
www.eeworm.com/read/224759/14568310
m implode.m
function string=implode(pieces,delimiter)
%IMPLODE Joins strings with delimiter in between.
% IMPLODE(PIECES,DELIMITER) returns a string containing all the
% strings in PIECES joined with th