代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/190043/8449627
html layout_grid.html
DHTML Grid samples. dhtmlXGrid - Multiple Grids per Page
www.eeworm.com/read/189605/8465867
java sparsecomprow.java
package jnt.scimark2;
public class SparseCompRow
{
/* multiple iterations used to make kernel have roughly
same granulairty as other Scimark kernels. */
public static double num_flops(int N, int
www.eeworm.com/read/189605/8465887
java sparsecomprow.java
package jnt.scimark2;
public class SparseCompRow
{
/* multiple iterations used to make kernel have roughly
same granulairty as other Scimark kernels. */
public static double num_flops(int N, int
www.eeworm.com/read/289321/8559349
m mridge.m
function [B, S, h, peff] = mridge(Cxx, Cyy, Cxy, dof, options);
%MRIDGE Multiple ridge regression with generalized cross-validation.
%
% [B, S, h, peff] = MRIDGE(Cxx, Cyy, Cxy, dof, OPTIONS) return
www.eeworm.com/read/388569/8600934
cpp 2028.cpp
/*
2028 Lowest Common Multiple Plus
Time Limit : 1000 ms Memory Limit : 32768 K Output Limit : 256 K
GUN C++
*/
#include
using namespace std;
/************最小公倍数**************
www.eeworm.com/read/387005/8713354
c sktexm.c
/*
Socket example program (multiple clients)
AUP2, Sec. 8.01.3
Copyright 2003 by Marc J. Rochkind. All rights reserved.
May be copied only for purposes and under conditions described
on the Web
www.eeworm.com/read/430096/8766300
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/285874/8806418
htm ei42.htm
Effective C++, 2E | Item 42: Use private inheritance judiciously Back to Item 41: Differentiate between inheritance and templates.
Continue to Item 43: Use multiple inheritance judiciously.
Item 42:
www.eeworm.com/read/187222/8840575
java dynamicevents.java
//: DynamicEvents.java
// The new Java 1.1 event model allows you to
// change event behavior dynamically. Also
// demonstrates multiple actions for an event.
import java.awt.*;
import java.awt.e
www.eeworm.com/read/187102/8855742
test colon4.test
#! /bin/sh
# Make sure ":" works with files automake generates.
# This test is for multiple ":"s.
# Test from Maciej W. Rozycki.
. $srcdir/defs || exit 1
cat > configure.in