代码搜索结果

找到约 4,639 项符合 RF 的代码

makefile

ftp_srv:server.o ftp_cli gcc server.o -o ftp_srv server.o:server.c gcc -c server.c -o server.o ftp_cli:client.o gcc client.o -o ftp_cli client.o:client.c gcc -c client.c -o client.o clean: rm -rf

delfile

cd /usr/agent/tmp rm -rf *

sx13.c

# include "stdio.h" void main( ) { printf(" ab c\t de\rf\tg\n"); printf("h\ti\b\bj k\n"); }

lt14.c

# include "stdio.h" void main( ) { printf(" ab c\t de\rf\tg\n"); printf("h\ti\b\bj k\n"); }

grow.r

### Name: grow ### Title: Add trees to an ensemble ### Aliases: grow grow.default grow.randomForest ### Keywords: regression classif ### ** Examples data(iris) iris.rf

usingrandomaccessfile.java

//: io/UsingRandomAccessFile.java import java.io.*; public class UsingRandomAccessFile { static String file = "rtest.dat"; static void display() throws IOException { RandomAccessFile rf

makefile

all: scull_user scull_user: scull_user.c gcc -g scull_user.c -o scull_user clean: rm -rf scull_user

lpcar2rf.m

function rf=lpcar2rf(ar) %LPCAR2RF Convert autoregressive coefficients to reflection coefficients AR=(RF) % % Input: ar(:,p+1) Autoregressive coefficients % Output: rf(:,p+1) Reflection coeff

lpcrf2ar.m

function [ar,arp,aru,g]=lpcrf2ar(rf) %LPCRF2AR Convert reflection coefs to autoregressive coefs [AR,ARP,ARU,G]=(RF) % % Input: RF(:,p+1) gives reflection coefficients of one or more p-section loss