代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/227522/14421577
m covm.m
function [CC,NN] = covm(X,Y,Mode);
% COVM generates covariance matrix
% X and Y can contain missing values encoded with NaN.
% NaN's are skipped, NaN do not result in a NaN output.
% The output gives
www.eeworm.com/read/226299/14482069
java helloworld.java
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
/** Very simplistic servlet that generates plain text.
*
* Taken from Core Servlets and JavaServer Pages 2nd Edit
www.eeworm.com/read/124902/14526684
java testtag.java
//Code for the tag handler:TestTag.java
import java.io.IOException;
import java.util.Date;
import javax.servlet.jsp.*;
import javax.servlet.jsp.tagext.*;
//Implementing the tag generates the HT
www.eeworm.com/read/124902/14526727
java testtag.java
//Code for the tag handler:TestTag.java
import java.io.IOException;
import java.util.Date;
import javax.servlet.jsp.*;
import javax.servlet.jsp.tagext.*;
//Implementing the tag generates the HT
www.eeworm.com/read/225655/14527264
pl make_bterror.h.pl
# make_bterror.h.pl
#
#
# This script generates the bterror.h header file for the libbt Bit Torrent Library.
# It processes the tab-delimited file "errorlist.txt" to generate the bterror.h
# file used
www.eeworm.com/read/223154/14652226
m covm.m
function [CC,NN] = covm(X,Y,Mode);
% COVM generates covariance matrix
% X and Y can contain missing values encoded with NaN.
% NaN's are skipped, NaN do not result in a NaN output.
% The output g
www.eeworm.com/read/223154/14652357
m covm.m
function [CC,NN] = covm(X,Y,Mode);
% COVM generates covariance matrix
% X and Y can contain missing values encoded with NaN.
% NaN's are skipped, NaN do not result in a NaN output.
% The output g
www.eeworm.com/read/120385/14804300
c alg43.c
#include
#include
#include
/* generates:
original element sequence:
29 23 20 22 12 17 15 26 51 19 12 23 35 40
stable sort -- default ascending order