代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/279369/10443301
bas smallstr.bas
'-------------------------------------------------
' (c) 1997-2000 MCS Electronics
' SMALLSTR.BAS
' demonstration of small(internal RAM) strings
'----------------------
www.eeworm.com/read/160516/10523148
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/418942/10890896
bas modnumbase.bas
Attribute VB_Name = "modNumBase"
Option Explicit
'Converts a Decimal number to a binary string
'Note - Converts floating point numbers to integer values
'Handles negative numbers by creating a 2's
www.eeworm.com/read/273899/10895303
pas idimap4.pas
{ $HDR$}
{**********************************************************************}
{ Unit archived using Team Coherence }
{ Team Coherence is Copyright 2002 by Qual
www.eeworm.com/read/417741/10977242
java textstringdocument.java
package ir.vsr;
import java.io.*;
import java.util.*;
/** A simple document represented by a String
*
* @author Ray Mooney
*/
public class TextStringDocument extends Document {
/** StringTok
www.eeworm.com/read/471252/6900322
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/299984/7140186
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/299984/7140448
m getfeatlab.m
%GETFEATLAB Get feature labels of datafile
%
% FEATLAB = GETFEATLAB(A,STRING)
%
% INPUT
% A Datafile
% STRING Indicate whether feature labels should be returned as strings
%
www.eeworm.com/read/370166/7149458
java demo2.java
/*
* Copyright (C) 2001 Edward Harned
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as