代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/147422/5729248
m pr_nz_sl.m
%
% Callback function for "Number of zeros" slider of Property window
% Author : Minkyu Lee
% Date : 5-Oct-1994
%
if exist('ma_pr_win_h')
% Get the value from the slider
val=round( get(ma_p
www.eeworm.com/read/147422/5729251
m pr_np_sl.m
%
% Callback function for "Number of poles" slider of Property window
% Author : Minkyu Lee
% Date : 5-Oct-1994
%
if exist('lp_pr_win_h')
% Get the value from the slider
val=round( get(lp
www.eeworm.com/read/146652/5734868
java jdbcprovider.java
/*
* Created on Jul 11, 2003
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package ar.com.koalas.providers;
impo
www.eeworm.com/read/146652/5734874
java providerimpl.java
/*
* Created on Jul 10, 2003
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package ar.com.koalas.providers;
impo
www.eeworm.com/read/144216/5751911
pm functions.pm
package Pod::Functions;
#:vi:set ts=20
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(%Kinds %Type %Flavor %Type_Description @Type_Order);
%Type_Description = (
'ARRAY' => 'Functions for
www.eeworm.com/read/143622/5756209
java stringutils.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 version 2
*
www.eeworm.com/read/142235/5765733
java tablemodelcolumndata.java
package com.ibm.j2x.swing.table;
/**
* A Wrapper class used by the Castor XML parser to store table information
* @author MAbernethy
*
*/
public class TableModelColumnData
{
private
www.eeworm.com/read/142235/5765751
java employeevo.java
package demo.hr;
/**
* The EmployeeVO contains all the information about an employee.
* @author MAbernethy
*/
public class EmployeeVO
{
private String firstName;
private String lastName
www.eeworm.com/read/140727/5781586
cc jt_05.cc
// file: $isip/class/asr/JSGFToken/jt_05.cc
//
// implementation file for Token class
//
// isip include files
//
#include "JSGFToken.h"
#include
//---------------------------------------
www.eeworm.com/read/140581/5787847
java idna.java
/**
* Copyright (C) 2004 Free Software Foundation, Inc.
*
* Author: Oliver Hitz
*
* This file is part of GNU Libidn.
*
* This library is free software; you can redistribute it and/or
* modify