代码搜索:elementary
找到约 391 项符合「elementary」的源代码
代码结果 391
www.eeworm.com/read/120309/14806988
htm toc.htm
Intro to Algorithms: Table of ContentsIntroduction to Algorithms
by Thomas H. Cormen, Charles E. Leiserson, and Ronald
www.eeworm.com/read/367160/9770745
f cgerq2.f
SUBROUTINE CGERQ2( M, N, A, LDA, TAU, WORK, INFO )
*
* -- LAPACK routine (version 3.1) --
* Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
* November 2006
*
*
www.eeworm.com/read/367160/9772924
f zgerq2.f
SUBROUTINE ZGERQ2( M, N, A, LDA, TAU, WORK, INFO )
*
* -- LAPACK routine (version 3.1) --
* Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
* November 2006
*
*
www.eeworm.com/read/366144/9829623
c zlarft.c
#include "f2c.h"
/* Subroutine */ int zlarft_(char *direct, char *storev, integer *n, integer *
k, doublecomplex *v, integer *ldv, doublecomplex *tau, doublecomplex *
t, integer *ldt)
{
/* -
www.eeworm.com/read/417348/10993746
m gainki.m
%% description
% this program can be used to compute the gain of CORDIC
% processing systems at each iterative step
% Inputs:
% m, represents the mode of the computing system
%
www.eeworm.com/read/448535/7531499
m elem.m
function E = elem(r,s,m,n)
%
% Return an elementary matrix E_{rs} of size mxn
% Copyright 1999 by Todd K. Moon
E = zeros(m,n);
E(r,s) = 1;
www.eeworm.com/read/292129/8376341
h elementmexheader.h
//=========================================================
//
//This is a common header for mex functions
//
//Disclaimer: The author of program is Hanchuan Peng
// at
www.eeworm.com/read/365479/9862270
h elementmexheader.h
//=========================================================
//
//This is a common header for mex functions
//
//Disclaimer: The author of program is Hanchuan Peng
// at
www.eeworm.com/read/422223/10654441
txt readme.txt
数据库概论课程实习作业
论文网页网络抓取程序
说明文件
00448004 乐大山, 2006/11/26
·特别注意:
我的输出文件与给定格式略有不同。为了使输出文件符合XML标准,我在每个文件的开始和结尾分别加上了和标签。因为XML规定每个XML文档只能有一个根节点。
·文件清单:
SIGMOD/SIGMOD_???