代码搜索:Compiles
找到约 1,454 项符合「Compiles」的源代码
代码结果 1,454
www.eeworm.com/read/359048/2981068
java switchdemo.java
/**
* SwitchDemo.java is an application that compiles and runs
* under J2SE 5.0. It requires no other files.
*
* In a real program, you'd use the internationalization API
* instead of hard-codin
www.eeworm.com/read/359048/2981069
java fordemo.java
/**
* ForDemo.java is an application that compiles and runs
* under J2SE v5.0. It requires no other files.
*
* See ForEachDemo.java for an equivalent version that takes
* advantage of the for-ea
www.eeworm.com/read/359048/2981073
java sortdemo.java
/**
* SortDemo.java is an application that compiles and runs
* under J2SE 5.0. It requires no other files.
*/
public class SortDemo {
public static void main(String[] args) {
int[] ar
www.eeworm.com/read/368572/9686074
c tiff.c
/* tiff.c
* TIFF image decoding
* (c) 2002 Petr 'Brain' Kulhavy
* This file is a part of the Links program, released under GPL.
*
* Compiles in graphics mode only and only when HAVE_TIFF.
*/
#in
www.eeworm.com/read/113711/15450363
makefile
# This Makefile compiles the CBLAS routines
#
dlvl = ../.
include $(dlvl)/Makefile.in
INC = -I$(CBDIR)/src
#
# Erase all object and archive files
#
clean:
rm -f *.o a.out core
# Error handling rou
www.eeworm.com/read/291439/8419205
asv mexpoc_c.asv
function mexfuncname=mexpoc_c(pathname,filename,Yred)
%Creates C_code from Maple equation file, filename, that compiles
%as a MEX-function. mexfilename is the name of the C_code file.
%The inputs
www.eeworm.com/read/291439/8419697
asv mexpoc_c.asv
function mexfuncname=mexpoc_c(pathname,filename,Yred)
%Creates C_code from Maple equation file, filename, that compiles
%as a MEX-function. mexfilename is the name of the C_code file.
%The inputs
www.eeworm.com/read/291439/8419798
m mexpoc_c.m
function mexfuncname=mexpoc_c(pathname,filename,Yred)
%Creates C_code from Maple equation file, filename, that compiles
%as a MEX-function. mexfilename is the name of the C_code file.
%The inputs
www.eeworm.com/read/291439/8419938
m mexpoc_c.m
function mexfuncname=mexpoc_c(pathname,filename,Yred)
%Creates C_code from Maple equation file, filename, that compiles
%as a MEX-function. mexfilename is the name of the C_code file.
%The inputs
www.eeworm.com/read/380178/9158524
m make_emdc.m
%MAKE_EMDC Compiles the C codes for Empirical Mode Decomposition
%
% Note: The compilation can fail on some systems (e.g. MacOS) if Matlab cannot find the C compiler.
% In this case, you should eithe