代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/182126/9216035
c parse.c
/*
* This is a quickly hacked program to convert an SVPMI (Super VGA Protected
* Mode Interface) data file to an svgalib driver. Feedback is
* very welcome.
*
* Initial version (Mar 94 HH). Does
www.eeworm.com/read/181830/9235791
m polyphase.m
function P = polyphase(varargin)
% POLYPHASE -- convert matrix polynomial to polyphase form
%
% P = polyphase(P,m,r)
% P = polyphase(P)
%
% If P has type '', both M and R mus
www.eeworm.com/read/376212/9325140
m seagrid2ecom.m
function seagrid2ecom(theSeagridFile, theEcomFile, theSigmaLevels)
% seagrid2ecom -- Convert "seagrid" output to "ecom" input".
% seagrid2ecom('theSeagridFile', 'theEcomFile') converts
% the given
www.eeworm.com/read/176823/9483328
m convertoldnet.m
function net = convertoldnet(net)
%CONVERTOLDNET Convert pre-2.3 release MLP and MDN nets to new format
%
% Description
% NET = CONVERTOLDNET(NET) takes a network NET and, if appropriate,
% converts i
www.eeworm.com/read/371703/9541021
m cell2num.m
function x=cell2num(cx)
% Convert a cell array of numbers into a numeric array or
% a cell array of logical variables into an array of logical variables
%
% Written by: E. Rietsch: March
www.eeworm.com/read/168432/9916713
asm pcm.asm
;used for A law pcm convert
.bss PCM,1
.bss SEGNUM,1
.bss QVALUE,1
.bss SRK,1
.bss SLK,1
;===========================================
;srk pcm
;SRK->PCM
LINEARTOPCM
www.eeworm.com/read/168118/9938220
m strvec2mat.m
function smat=strvec2mat(svec)
% Given a string vector with possibly more than one logical
% field in it with fields separated by a '|'. Convert vector
% into a string matrix with each field on a sep
www.eeworm.com/read/166568/10016403
java flatxmlbudget.java
import java.io.*;
import java.util.*;
public class FlatXMLBudget {
public static void convert(List data, OutputStream out)
throws IOException {
Writer wout = new OutputStreamWriter
www.eeworm.com/read/166568/10016411
java attributesxmlbudget.java
import java.io.*;
import java.util.*;
public class AttributesXMLBudget {
public static void convert(List data, OutputStream out)
throws IOException {
Writer wout = new OutputStream
www.eeworm.com/read/166568/10016413
java hierarchicalxmlbudget.java
import java.io.*;
import java.util.*;
public class HierarchicalXMLBudget {
public static void convert(List budgetData, String year,
OutputStream out) throws IOException {
Budget bu