代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/428927/8828520
c jccoefct.c
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
/* We use a full-image coefficient buffer when doing Huffman optimization,
* and also for writing multiple-scan JPEG files.
www.eeworm.com/read/428389/8873457
txt images.m.txt
%301 Project, What's in Your Picture?
%Copyright 2005 Charlie Ice, Bryan Grandy, Danny Blanoc, Elliot Ng
function B=image_hist(N,bins);
%Please input a square matrix that has multiple of 8 dimensio
www.eeworm.com/read/283824/8986707
m step_by_step.m
% Algorithms 11.6. , 11.7, 11.8
% Step-by-step euclidean reconstruction algorithm from multiple views
% as described in Chapter 11, "An introduction to 3-D Vision"
% by Y. Ma, S. Soatto, J. Kosecka
www.eeworm.com/read/282901/9054537
htm ch08_05.htm
Accessing Multiple Files (UNIX in a Nutshell: System V Edition)
www.eeworm.com/read/183326/9169754
def form.def
LIBRARY form5 INITINSTANCE TERMINSTANCE
DESCRIPTION "NCurses-5-1-20000704, module form"
CODE LOADONCALL
DATA LOADONCALL NONSHARED MULTIPLE
EXPORTS
"TYPE_ALNUM" @2 NONAME
"TYPE_ALPHA" @1 NONAME
www.eeworm.com/read/183326/9169787
def panel.def
LIBRARY panel5 INITINSTANCE TERMINSTANCE
DESCRIPTION "NCurses-5-1-20000704, module panel"
CODE LOADONCALL
DATA LOADONCALL NONSHARED MULTIPLE
EXPORTS
"bottom_panel" @7 NONAME
"del_panel" @5 NON
www.eeworm.com/read/181916/9227284
changelog
2006/04/27 8:00:44 phil
Fixed bug in handling multiple instances of the same namespace.
The build system allows Apple's Python to be used if there is also a later
python.org installation.
MacOS modu
www.eeworm.com/read/177199/9465600
java e4_4.java
// Fig. 2.6: Welcome4.java
// Printing multiple lines in a dialog box.
// Java packages
import javax.swing.JOptionPane; // program uses JOptionPane
public class E4_4 {
// main method be
www.eeworm.com/read/166474/10018910
m blur.m
function blured = blur(in,bl_length,step)
%BLUR Multiple vector coordinates.
% Y = BLUR(X,L) multiples a X coords.
%
% Y = BLUR(X,L,S) same as above, but the subsequent subset of coords is
% incre
www.eeworm.com/read/165580/10056997
cpp multitonegentest_sim.cpp
//
// File = multitonegentest_sim.cpp
//
#define SIM_NAME "MultiToneGenTest\0"
#define SIM_TITLE "Multiple Tone Generator Test\0"
#include "global_stuff.h"
#include "multi_tone_gen.h"
#