代码搜索:ordered
找到约 1,143 项符合「ordered」的源代码
代码结果 1,143
www.eeworm.com/read/381211/9104318
m downcode.m
function [y,rcv]=downcode(x)
% [y,rcv]=downcode(x)
%
% x=any vector of positive integers.
% y=downcoded version of x
% =row vector with sequential symbols 0,1,2,...
% rcv= recovery vector such
www.eeworm.com/read/377932/9257354
java pizzatestdrive.java
package headfirst.factory.pizzas;
public class PizzaTestDrive {
public static void main(String[] args) {
SimplePizzaFactory factory = new SimplePizzaFactory();
PizzaStore store = new PizzaStor
www.eeworm.com/read/376407/9318360
txt 问题b.txt
Problem B:Longest Ordered Subsequence
Time Limit:2000MS Memory Limit:65536K
Total Submit:2 Accepted:2
Language: not limited
Description
A numeric sequence of ai is ordered if a1 < a2
www.eeworm.com/read/162188/10327508
lcg quantal.lcg
/*
** GAUSS library file
**
** (C) Copyright 1988-1998 Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE OF APTECH
** SYSTEMS, INC. This Fi
www.eeworm.com/read/455746/7366432
m hillplot.m
function [c,uband,lband]=hillplot(data,param,opt,ci,plotlen)
%Plots the Hill estimate of the tail index of heavy-tailed data
%
% USAGE: [out,uband,lband]=hillplot(data,param,opt,ci,plotlen)
%
%
www.eeworm.com/read/199976/7813854
html package.html
Data classes.
Data are organized in a two-level hierarchy: The top-level is
{@link jcckit.data.DataPlot} which is an ordered list of named
{@link jcckit.data.DataCurve DataCurves}.
www.eeworm.com/read/196983/8037726
c dfs.c
/*****************************************************************************
* *
* -------------------------------- dfs.
www.eeworm.com/read/332820/12725791
sqlС
作者:潇湘剑公子
email: libin_hailang@china.com
日期:2001-7-16 16:14:02
在本节教程中,我们将要介绍Aliases、 In以及子查询的用法。首先我们看一下一个查询语句,它搜索所有已经定货的顾客的LastName以及他们定什么货,语句如下:
SELECT OWN.OWNERLASTNAME Last Name, ORD.ITEMDESIR