代码搜索:Converting
找到约 1,282 项符合「Converting」的源代码
代码结果 1,282
www.eeworm.com/read/135139/13955847
txt c_2_cpp.txt
General Steps in Converting C application to C++
John Tal - Feb 12, 1992
1. Create Class Defintion
1.1 Identify Private And Pro
www.eeworm.com/read/104469/15691363
txi mftmacro.txi
@c mftmacro.txi: -*- Texinfo -*-
@c -------------------------------------------------------------------------
@c
@c Macros for converting Texinfo to various formats
@c
@c Author: George Foot (mert04
www.eeworm.com/read/103606/15728373
c lsp.c
/*
**
** File: lsp.c
**
** Description: Functions that implement line spectral pair
** (LSP) operations.
**
** Functions:
**
** Converting between linear predictive coding (LPC) c
www.eeworm.com/read/100525/15872822
c lsp.c
/*
**
** File: lsp.c
**
** Description: Functions that implement line spectral pair
** (LSP) operations.
**
** Functions:
**
** Converting between linear predictive coding (LPC) coefficien
www.eeworm.com/read/431013/8713410
c texc.c
/*
texc program
usage: texc input_file output_file
Replace the TeX special characters with
the \ and special character.
This is a helpful utility when converting a
text
www.eeworm.com/read/384729/8848535
c elog_pkt.c
/*
* This file is part of Firestorm NIDS
* Copyright (c) 2002 Gianni Tedesco
* This program is released under the terms of the GNU GPL version 2
*
* This is for converting elog files in to firestorm p
www.eeworm.com/read/284578/8916486
java convert.java
package javabook;
/**
* This class includes various methods for converting values from one data type to
* another data type. The advantage of using this class over the standard classes such
www.eeworm.com/read/383259/8959010
java convert.java
package javabook;
/**
* This class includes various methods for converting values from one data type to
* another data type. The advantage of using this class over the standard classes such
www.eeworm.com/read/470795/6908364
cpp program_4_10.cpp
// Program 4.10: Echo input to standard output
// converting uppercase to lowercase along the way
#include
#include
using namespace std;
int main() {
// prepare for proce
www.eeworm.com/read/464845/7060883
bas vbdoc.bas
Attribute VB_Name = "VBDoc"
'This Module is for converting VB to HTML with color coding
Public Sub ParseProjectFileVB(sfile As String)
'open the file and parse the lines
On Error GoTo