代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/454660/7385833
java ex3(3).java
// containers/Ex3.java
// TIJ4 Chapter Containers, Exercise 3, page 809
/* Using Countries, fill a Set multiple times with the same data
* and verify that the Set ends up with only one of each ins
www.eeworm.com/read/453811/7410066
c md5.c
#include
#include "md5.h"
/* Encodes input (unsigned long int) into output (unsigned char). Assumes len is
a multiple of 4.
*/
static void Encode(unsigned char *output, unsigned long
www.eeworm.com/read/453808/7410113
c md5.c
#include
#include "md5.h"
/* Encodes input (unsigned long int) into output (unsigned char). Assumes len is
a multiple of 4.
*/
static void Encode(unsigned char *output, unsigned long
www.eeworm.com/read/449651/7499069
java sharedcell2.java
// Show multiple threads modifying shared object.
import java.text.DecimalFormat;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class SharedCell extends JFrame
www.eeworm.com/read/449369/7507986
in doshakelk.pl.in
#! @PERL@ -w
# @configure_input@
# vi: set ts=2 sw=2:
# doshake.pl
# Run shake multiple times on a given instance
#
# This file is in the public domain, and comes with no warranty.
# David Neto, Decem
www.eeworm.com/read/449369/7507990
in domst.pl.in
#! @PERL@ -w
# @configure_input@
# vi: set ts=2 sw=2:
# domst.pl
# Run tspgen multiple times on the MSTEL of a given instance.
#
# This file is in the public domain, and comes with no warranty.
# Davi
www.eeworm.com/read/449369/7508003
in doshake.pl.in
#! @PERL@ -w
# @configure_input@
# vi: set ts=2 sw=2:
# doshake.pl
# Run shake multiple times on a given instance
#
# This file is in the public domain, and comes with no warranty.
# David Neto, Decem
www.eeworm.com/read/448940/7521638
m calcdist.m
function distances = calcdist(data,center)
% input: vector of data points, single center or multiple centers
% output: vector of distances
[n,dim] = size(data);
[n2,dim2] = size(center);
% Using re