代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/251646/12327615
c capconv.c
/*
* convert a tcpdump capture file to a netmon .cap file.
*
* Andrew Tridgell, October 1997
*
* This only works for 32 bit boxes at the moment. Change the typedefs
* to work on other sy
www.eeworm.com/read/337991/12330988
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/251366/12349498
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by convert.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#defi
www.eeworm.com/read/149739/12352826
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/131088/14161741
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/130247/14200406
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/129001/14269863
readme
The example files in this directory demonstrate how to use the
options -b, -f, and -r. This file also explains the conversion
scripts, which can convert different input formats into the format
needed
www.eeworm.com/read/229515/14333449
au3 rfc2mib.au3
;
; AutoIt Version: 3.1.1
; Platform: Win2000
; Version: 0.1.0
; Author: Robie Zhou (robiezhou@gmail.com)
;
; Script Function:
; Convert RFC document to MIB file
;
D
www.eeworm.com/read/127261/14363790
dir2img
#!/bin/bash
# convert directory tree into IMG compressed file
# which can be used as a LiveCD module
#
# Author: Tomas Matejicek
#
if [ -a ./liblinuxlive ]; then
. ./li
www.eeworm.com/read/125257/14503326
c doc2rtf.c
/*
* doc2rtf.c -- program to convert Gnuplot .DOC format to MS windows
* help (.rtf) format.
*
* This involves stripping all lines with a leading digit or
* a leading @, #, or %.
* Modifi