代码搜索:partial
找到约 10,000 项符合「partial」的源代码
代码结果 10,000
www.eeworm.com/read/180913/9279901
cpp idctref.cpp
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/179617/9347990
tex example.tex
\documentclass[pdf,nocolorBG,slideColor,accumulate,contemporain]{prosper}
\usepackage{t1enc}
\usepackage{color}
\usepackage{times}
\usepackage{textcomp}
\usepackage{booktabs}
\usepackage{graphicx}
\us
www.eeworm.com/read/374564/9396056
c idctref.c
/* idctref.c, Inverse Discrete Fourier Transform, double precision */
/* Copyright (C) 1994, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These
www.eeworm.com/read/177981/9424892
m pcorrxy.m
function [partial]=pcorrxy(x,var1,var2)
%
% PCORRXY
%
% Returns partial correlation between var1 and var2
% contained in a matrix x
%
% All matrices are standardised prior to calculations.
%
www.eeworm.com/read/373623/9446344
index
bart Bayesian Additive Regression Trees
pdbart Partial Dependence Plots for BART
www.eeworm.com/read/366745/9800468
htm 179.htm
浅谈HTTP协议(二)--返回值
在一个协议中,最重要的是判断协议是否进行的成功,而在HTTP中是根据响应状态值来确定的,今天就来介绍一些状态码的含义。
200 OK
这是最普遍的吧,也就是表示协议一切正常,凡是2开头的代码表示的都是成功进行中。
www.eeworm.com/read/366745/9800901
htm 179.htm
浅谈HTTP协议(二)--返回值
在一个协议中,最重要的是判断协议是否进行的成功,而在HTTP中是根据响应状态值来确定的,今天就来介绍一些状态码的含义。
200 OK
这是最普遍的吧,也就是表示协议一切正常,凡是2开头的代码表示的都是成功进行中。
www.eeworm.com/read/361831/10034426
cs record.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace QiHe.CodeLib.Csv
{
public partial class Record
{
public List Fields = new List();
}
}
www.eeworm.com/read/360770/10078994
m a1101.m
%-------------------------------------------------------------------
% Example a1.10.1: Partial Differential Equations
%---------------------------------------------------------