代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/162614/5531495
gcj makefile.gcj
# This Makefile is used when building with gcj. It is separate from
# the ordinary Makefile as it does special GNU-make-specific things,
# and this avoids making other builds unnecessarily ugly.
# A
www.eeworm.com/read/162519/5541027
gcj makefile.gcj
# This Makefile is used when building with gcj. It is separate from
# the ordinary Makefile as it does special GNU-make-specific things,
# and this avoids making other builds unnecessarily ugly.
# A
www.eeworm.com/read/154890/5631435
sh makedist.sh
#!/bin/sh
#
# makedist - make a solaris intel distribution.
#
rm -rf fltk
echo "Making distribution..."
cd ../..
#
# Create a dummy prototype file with the full path for the pkginfo file;
# this is
www.eeworm.com/read/154890/5631452
sh makedist.sh
#!/bin/sh
#
# makedist - make a solaris sparc distribution.
#
rm -rf fltk
echo "Making distribution..."
cd ../..
#
# Create a dummy prototype file with the full path for the pkginfo file;
# this is
www.eeworm.com/read/394528/8219731
java pizzastore.java
public abstract class PizzaStore {
abstract Pizza createPizza(String item);
public Pizza orderPizza(String type) {
Pizza pizza = createPizza(type);
System.out.println("--- Making a " + piz
www.eeworm.com/read/415311/11077090
m decision_region.m
function D = decision_region(param_struct, region)
%Function for making decision regions for Gaussians.
%Inputs are the means, covariances and weights for the Gaussians.
%Output is the decision r
www.eeworm.com/read/411401/11246894
m contents.m
% Functions for mesh handling
%
% Plotting
%
% plcigrid - Plots a 2D FEM mesh
%
% Making inhomogeneities
%
% ChooseCircle - Lets you to define a "circular" inhomogeneity for 2D EIT simulat
www.eeworm.com/read/135580/13919522
sh makedist.sh
#!/bin/sh
#
# makedist - make a solaris intel distribution.
#
rm -rf fltk
echo "Making distribution..."
cd ../..
#
# Create a dummy prototype file with the full path for the pkginfo file;
# this is
www.eeworm.com/read/135580/13919578
sh makedist.sh
#!/bin/sh
#
# makedist - make a solaris sparc distribution.
#
rm -rf fltk
echo "Making distribution..."
cd ../..
#
# Create a dummy prototype file with the full path for the pkginfo file;
# this is
www.eeworm.com/read/237003/13983384
f echof2-back.f
! Tuned Fortran 77 version
! Optimizations:
! - blocked stencil algorithm to improve cache use
! - arrays interlaced by making one big 3-dimensional array
! - copying of arrays avoided by cyclin