代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/423552/10550759
m mfbox_init.m
function mfbss=mfbox_init(mfbss,init)
% initialize, reset or convert mfbss structure
%
% Usage:
% mfbss=mfbox_init(mfbss,init)
%
% mfbss - structure with
% X - (NxT) data
%
www.eeworm.com/read/422779/10610880
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/351674/10630743
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/422294/10647161
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/421239/10747790
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/274416/10872946
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/470858/6901172
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/469416/6976479
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,
% conve
www.eeworm.com/read/467909/6996813
c mf_casecnv.c
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/*
Functions to convert to lover_case and to up
www.eeworm.com/read/103838/7104324
c mf_casecnv.c
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/*
Functions to convert to lover_case and to up