代码搜索结果
找到约 10,000 项符合
W 的代码
computek_w.m
function [K]=ComputeK_W(w)
[Kt b]=chol(w);
K=inv(Kt);
K=K/K(3,3);
w_mw.h
/* $Name: fa35_03_06 $ - $Id: w_mw.h,v 1.18 2007/06/29 17:11:42 wrp Exp $ */
/* 21-July-2000 - changes for p2_complib/p2_workcomp:
there are now two sequence numbers; the old (worker) seqnm,
a
readme.w32
October 6, 2006
The FASTA programs for Windows32 environments (WindowsNT, 2000, XP)
has undergone a major upgrade, so that now all the programs in the
Unix/MacOSX distribution are available to Window
dlldef.w32
version.dll
1 GetFileVersionInfoA 4
2 GetFileVersionInfoSizeA 2
3 GetFileVersionInfoSizeW 2
4 GetFileVersionInfoW 4
5 VerFindFileA 8
6 VerFindFileW 8
7 VerInstallFileA 8
8 VerInstallFileW 8
#