代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/138238/13248107
ewb adc-dac2.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
"This circuit uses an A-to-D converter to convert an analog input to a digital output. It then uses a D-to-A converter to
www.eeworm.com/read/137160/13341932
m prdataset.m
%PRDATASET Load and convert dataset from disk
%
% A = PRDATASET(NAME,M,N)
%
% The dataset given in NAME is loaded from a .mat file and converted
% to the current PRTools definition. Objects and featu
www.eeworm.com/read/314653/13562278
m prdataset.m
%PRDATASET Load and convert dataset from disk
%
% A = PRDATASET(NAME,M,N)
%
% The dataset given in NAME is loaded from a .mat file and converted
% to the current PRTools definition. Objects and featu
www.eeworm.com/read/304851/13784946
c mf_casecnv.c
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/*
Functions to convert to lover_case and to up
www.eeworm.com/read/304660/13790070
c shape.c
/* Pango
* shape.c: Convert characters into glyphs.
*
* Copyright (C) 1999 Red Hat Software
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the G
www.eeworm.com/read/301491/13858315
c fat.c
#include "fat.h"
#include "part.h"
/*
* Convert a string to lowercase.
*/
static void downcase(char *str)
{
while (*str != '\0')
{
TOLOWER(*str);
str++;
}
www.eeworm.com/read/152721/5667578
java berconstructedoctetstring.java
package org.bouncycastle.asn1;
import java.io.*;
import java.util.*;
public class BERConstructedOctetString
extends DEROctetString
{
/**
* convert a vector of octet strings into a singl
www.eeworm.com/read/150409/5692775
java urlbase64encoder.java
package org.bouncycastle.util.encoders;
/**
* Convert binary data to and from UrlBase64 encoding. This is identical to
* Base64 encoding, except that the padding character is "." and the other
*
www.eeworm.com/read/150409/5693020
java asn1choice.java
package org.bouncycastle.asn1;
/**
* Marker interface for CHOICE objects - if you implement this in a role your
* own object any attempt to tag the object implicitly will convert the tag to
* an e
www.eeworm.com/read/144216/5752101
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 = '2.102';
#$| = 1;
req