代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/331737/3405209
cls convert.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/330952/3419176
pas convert.pas
{$A+,B-,D+,F-,G+,I+,K+,L+,N+,P+,Q+,R+,S+,T-,V+,W-,X+,Y+}
{$M 10240,8192}
unit Convert;
interface
const
repeatAll = 'Repeat all tracks';
repeatOne = 'Repeat this track';
cRepeatOne = 0
www.eeworm.com/read/328239/3445450
c convert.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/322306/3526446
c convert.c
/* Test conversions */
#include "test.h"
#include
#include
static char buffer[500];
extern double_type doubles[];
/* TEST ATOF ATOFF */
double_type *pd = doubles;
void
_DEF
www.eeworm.com/read/316877/3584668
js convert.js
// create an integer variable and add another integer
var num = 9;
var nostr = num + 9;
// create a string version of the num integer variable
// then concatenate a second value to it
var adstr
www.eeworm.com/read/314660/3630484
so convert.so
m4_comment([$Id: convert.so,v 11.6 2000/03/18 21:43:19 bostic Exp $])
m4_ref_title(Upgrading m4_db Applications,
Release 2.0: converting applications,,
upgrade.2.0/system, upgrade.2.0/disk)
www.eeworm.com/read/310673/3693878
cpp convert.cpp
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/310673/3693893
h convert.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/310442/3697767
c convert.c
/*
************************************************************************
*
* CONVERT.c
*
*
* Portions Copyright (C) 1996-2001 National Semiconductor Corp.
* All rights reserved.
* C
www.eeworm.com/read/307243/3726661
java convert.java
package common;
public class Convert {
//处理中文字符串
public static String codeToString(String str) {
String s = str;
try {
byte tempB[] = s.getBytes("ISO-8859-1");
s = new String(temp