代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/452695/7436305
c ex8_02.c
/* Exercise 8.2 A function to return a string representation of an integer */
#include
#include
/* Convert an integer to a string */
/* Caller must allocate string a
www.eeworm.com/read/437770/7741672
java contentconverter.java
package jp.sourceforge.qrcode.codec.util;
public class ContentConverter {
static char n = '\n';
public static String convert(String targetString) {
if (targetString == null)
www.eeworm.com/read/437096/7755428
c msp430x261x_adc12_11.c
//*****************************************************************************
// MSP-FET430F261x Demo - ADC12, Single Channel Extended Sample, TA1 Trigger
//
// Description: Sample and convert
www.eeworm.com/read/436920/7758870
h rawbin.h
/*
* File: rawbin.h
*
* An interface definition of an BINARY parser. As an example, the `mkimage`
* utility can be run to convert a standard binary executable (such as ELF)
* into the special RR_
www.eeworm.com/read/299226/7875774
pas unit2.pas
unit Unit2;
interface
uses
Classes,winsock,sysutils,windows;
type
convert = class(TThread)
private
{ Private declarations }
protected
procedure Execute; override;
end
www.eeworm.com/read/197649/7983234
m double.m
function d=double(c);
% COMPONENTS/DOUBLE converts a Components object into a double matrix
% Usage:
% d=double(c);
%
% Parameters:
% c: the Components object to convert
%
% Note:
% This f
www.eeworm.com/read/297175/8048409
include_deps
# Read the .depend files, extract the dependencies for .h targets, convert
# relative names to absolute and write the result to stdout. It is part of
# building the global .h dependency graph for kbu
www.eeworm.com/read/296483/8100482
lex crlfthru.lex
// crlfthru.lex
// flex input to convert CRLF to CRLF, in the context of sftpc
// copyright Scott McPeak, 1999 Terms of use are as specified in license.txt.
// (this conversion is not trivial
www.eeworm.com/read/296025/8127986
l unfixit.l
%{
/* unfixit.l - convert shortened external names to names back to their
* original names. (See fixit.l)
*/
/*
* This program is included to satisfy "dumb" compilers/linkers
www.eeworm.com/read/331935/12796742
pas unit2.pas
unit Unit2;
interface
uses
Classes,winsock,sysutils,windows;
type
convert = class(TThread)
private
{ Private declarations }
protected
procedure Execute; override;
end