代码搜索:Converting

找到约 1,282 项符合「Converting」的源代码

代码结果 1,282
www.eeworm.com/read/209260/15224904

cpp lsp2.cpp

/* ** ** File: lsp2.c ** ** Description: Functions that implement line spectral pair ** (LSP) operations. ** ** Functions: ** ** Converting between linear predictive coding (LPC) c
www.eeworm.com/read/12865/249966

s utoa1.s

; This demonstrates recursion in ARM assembler. ; this version does not perform stack checking. ; ; Converting a number to a string can be expressed using a divide-and- ; conquer algorithm: ;
www.eeworm.com/read/12870/258399

s utoa1.s

; This demonstrates recursion in ARM assembler. ; this version does not perform stack checking. ; ; Converting a number to a string can be expressed using a divide-and- ; conquer algorithm: ;
www.eeworm.com/read/246655/4492410

s utoa1.s

; This demonstrates recursion in ARM assembler. ; this version does not perform stack checking. ; ; Converting a number to a string can be expressed using a divide-and- ; conquer algorithm: ;
www.eeworm.com/read/244569/4510560

java tempconverter.java

package com.ora.jsp.util; /** * This class contains a couple of static methods for converting * between Fahrenheit and Celsius. The methods are mapped to * el functions in the book examples
www.eeworm.com/read/242866/4533900

svn-base discard_result.rst.svn-base

discard_result ---------------- Motivation ~~~~~~~~~~ This is a very simple policy which makes it possible to throw away the value returned by a C++ function, instead of converting it to Lua. Def
www.eeworm.com/read/221622/4828067

c lsp2.c

/* ** ** File: lsp2.c ** ** Description: Functions that implement line spectral pair ** (LSP) operations. ** ** Functions: ** ** Converting between linear predictive coding (LPC) coe
www.eeworm.com/read/213767/4912433

rb html.rb

require 'syntax/convertors/abstract' module Syntax module Convertors # A simple class for converting a text into HTML. class HTML < Abstract # Converts the given text to HTML, using
www.eeworm.com/read/213767/4912446

txt 0002.txt

Lexical analysis is (at least in part) the process of converting a body of text into _tokens_. It is also the process of identifying the _class_ of each token. The Syntax library refers to these class
www.eeworm.com/read/213767/4912451

txt 0001.txt

Because Syntax was written primarily to support syntax highlighting, that is going to be the task most clients of the library will use it for. So, to get you up and running quickly, converting, for ex