代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/16273/666302
c _tolower.c
/***
*_tolower.c - convert character to lower case
*
* Copyright (c) 1996, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Defines _Tolower().
*
*Revision History:
*
www.eeworm.com/read/16502/674016
m upper.m
function A = upper(a)
%UPPER Convert string to uppercase.
% B = UPPER(A) converts any lower case characters in A to
% the corresponding upper case character and leaves all
% other character
www.eeworm.com/read/480930/1311796
txt ethertap.txt
NOTE: Ethertap is now an obsolete facility, and is scheduled
to be removed in the 2.5.x kernel series. Those writing
applications using ethertap should convert their code to
use the
www.eeworm.com/read/472524/1409981
java valueofdemo.java
public class ValueOfDemo {
public static void main(String[] args) {
//this program requires two arguments on the command line
if (args.length == 2) {
//convert strings to nu
www.eeworm.com/read/471038/1435053
java valueofdemo.java
public class ValueOfDemo {
public static void main(String[] args) {
//this program requires two arguments on the command line
if (args.length == 2) {
//convert strings to n
www.eeworm.com/read/469304/1481674
java valueofdemo.java
public class ValueOfDemo {
public static void main(String[] args) {
//this program requires two arguments on the command line
if (args.length == 2) {
//convert strings to n
www.eeworm.com/read/460691/1558078
pm dumper.pm
#
# Data/Dumper.pm
#
# convert perl data structures into perl syntax suitable for both printing
# and eval
#
# Documentation at the __END__
#
package Data::Dumper;
$VERSION = $VERSION = '
www.eeworm.com/read/240175/4578646
m getchrom.m
function CurrentChrom=getchrom(ThisPopulation)
% GETCHROM Convert the population to corresponding chromosomes.
% Copyright (c) 1998-2000 Jiming Liu and Jianbing Wu
global RegionCodeLen Dire
www.eeworm.com/read/240162/4580456
c ptrmem10.c
// { dg-do run }
// Test that we properly convert a constant ptm to bool.
class A { };
int main()
{
int A::*const p = 0;
if (p)
return 1;
}
www.eeworm.com/read/233448/4673273
c ptrmem10.c
// { dg-do run }
// Test that we properly convert a constant ptm to bool.
class A { };
int main()
{
int A::*const p = 0;
if (p)
return 1;
}