代码搜索:groups
找到约 9,952 项符合「groups」的源代码
代码结果 9,952
www.eeworm.com/read/169320/9867000
sql 6.2.1 rollup实现的分级汇总示例(带排序及汇总列标题处理).sql
DECLARE @t TABLE(Groups char(2),Item varchar(10),Color varchar(10),Quantity int)
INSERT @t SELECT 'aa','Table','Blue', 124
UNION ALL SELECT 'bb','Table','Red', -23
UNION ALL SELECT 'bb','Cup' ,'G
www.eeworm.com/read/169320/9867028
sql 6.2.1 rollup实现的分级汇总示例(定义各汇总列标题).sql
DECLARE @t TABLE(Groups char(2),Item varchar(10),Color varchar(10),Quantity int)
INSERT @t SELECT 'aa','Table','Blue', 124
UNION ALL SELECT 'bb','Table','Red', -23
UNION ALL SELECT 'bb','Cup' ,'G
www.eeworm.com/read/362500/9995996
m corrmap.m
function order = corrmap(data,labels,reord);
%CORRMAP Correlation map with variable grouping
% CORRMAP produces a pseudocolor map which shows the
% amount of correlation of between variables in a
www.eeworm.com/read/426191/10275787
pas data.pas
unit Data;
interface
uses
Windows, Classes, SysUtils;
type
PGroupItem = ^TGroupItem;
TGroupItem = record
GroupHandle: THandle;
ItemHandle: THandle;
vt: TVarType;
www.eeworm.com/read/353994/10398319
hrh listview2.hrh
//
// ListView2.hrh - Shared Rsc/C++ hdr file for ListView2
//
// Copyright (C) UIQ Technology AB, 2007
//
// This material is provided "as is" without any warranty to its performance or function
www.eeworm.com/read/353994/10398837
hrh layoutmanager1.hrh
//
// LayoutManager1.hrh - Shared Rsc/C++ hdr file for LayoutManager1
//
// Copyright (C) UIQ Technology AB, 2007
//
// This material is provided "as is" without any warranty to its performance o
www.eeworm.com/read/353994/10398935
hrh buildingblocks1.hrh
//
// BuildingBlocks1.hrh - Shared Rsc/C++ hdr file for BuildingBlocks1
//
// Copyright (C) UIQ Technology AB, 2007
//
// This material is provided "as is" without any warranty to its performance
www.eeworm.com/read/353994/10400022
hrh buildingblocks2.hrh
//
// BuildingBlocks2.hrh - Shared Rsc/C++ hdr file for BuildingBlocks2
//
// Copyright (C) UIQ Technology AB, 2007
//
// This material is provided "as is" without any warranty to its performance
www.eeworm.com/read/277823/10602996
cpp diagroup.cpp
/***************************************************************************
* Copyright (C) 2006 by Norbert Szabo *
* nszabo@helta.hu
www.eeworm.com/read/277544/10629080
java jiniagentservice.java
// These classes form the basis of the RMI support
import java.rmi.RemoteException;
import java.rmi.RMISecurityManager;
import java.rmi.server.UnicastRemoteObject;
import java.io.IOException;
/