代码搜索:Convert

找到约 10,000 项符合「Convert」的源代码

代码结果 10,000
www.eeworm.com/read/225913/14511248

readme

The example files in this directory demonstrate how to use the options -b, -f, and -r and the optional item appearances file. This file also explains the conversion scripts, which can convert differen
www.eeworm.com/read/224858/14565902

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/119287/14834252

py makerealworddoc.py

"""Convert HTML page to Word 97 document This script is used during the build process of "Dive Into Python" (http://diveintopython.org/) to create the downloadable Word 97 version of the book (http:/
www.eeworm.com/read/117822/14903761

java allcapsdemo.java

import java.io.*; public class AllCapsDemo { public static void main(String[] arguments) { AllCaps cap = new AllCaps(arguments[0]); cap.convert(); } } class AllCaps
www.eeworm.com/read/215895/15034872

c cm2bmp.c

/* * File: cm2bmp * * Description: Routines to convert from various FOURCC * formats to 24 bit BMP * * macros for YUV->RGB are from Independent JPEG Group */ #i
www.eeworm.com/read/205899/15304419

pas midifile.pas

{ Load a midifile and get access to tracks and events I did build this component to convert midifiles to wave files or play the files on a software synthesizer which I'm currenly building.
www.eeworm.com/read/6387/85282

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/7455/120272

ewb adc-dac转换电路.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/8141/142070

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/10438/185737

c wtombenv.c

/*** *wtombenv.c - convert wide environment block to multibyte * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * defines __wtomb_environ(). Create a multiby