代码搜索:TLS
找到约 2,313 项符合「TLS」的源代码
代码结果 2,313
www.eeworm.com/read/134968/5891189
c tls.c
/*
* tls.c
*
* Version: $Id: tls.c,v 1.14 2004/02/26 19:04:31 aland Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General
www.eeworm.com/read/124910/6039304
h tls.h
/* Definitions for thread-local data handling. Hurd version.
Copyright (C) 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; yo
www.eeworm.com/read/124910/6039334
h tls.h
/* Definitions for thread-local data handling. Hurd/i386 version.
Copyright (C) 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free softwar
www.eeworm.com/read/124745/6040893
c tls.c
/*
* tls.c
*
* Version: $Id: tls.c,v 1.14 2004/02/26 19:04:31 aland Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General
www.eeworm.com/read/331502/6327373
m tls.m
function [x,flag] = tls(A,b)
%TLS Total-Least Squares solution to a set of linear equations
% [x,flag] = tls (A, b)
% Obtains the TLS solution to A x = b
% Must have: # rows (A) >= # cols (A) + #
www.eeworm.com/read/485424/6561670
pdf tls.pdf
www.eeworm.com/read/479763/6678377
m tls.m
function [x,flag] = tls(A,b)
%TLS Total-Least Squares solution to a set of linear equations
% [x,flag] = tls (A, b)
% Obtains the TLS solution to A x = b
% Must have: # rows (A) >= # cols (A) + #
www.eeworm.com/read/479375/6692883
h tls.h
/*
* WPA Supplicant / SSL/TLS interface definition
* Copyright (c) 2004-2007, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it under the terms
www.eeworm.com/read/410134/11301123
m tls.m
function [r,p,M,dh] = tls(d,m)
% TLS - Total Least Squares approximation.
%
% [r,p,M,dh] = tls(d,m)
%
% D = [d1 ... dN] - data matrix
% m - complexity specification, m < size(D,1)
% R - parameter of
www.eeworm.com/read/400485/11575977
m tls.m
% -----------------------------------------------------------------
%------------------王程 2008-12-10--------------------------------
%------------------仿真作业一:总体最小二乘-------------------------
%-----