代码搜索:COMPACT
找到约 3,584 项符合「COMPACT」的源代码
代码结果 3,584
www.eeworm.com/read/304351/13795788
m exn558a.m
%《MATLAB及其在理工课程中的应用指南》(十一五规划版)第五章例5-5-8程序a
% 对称实矩阵的特征值和特征向量
% 西安电子科技大学出版社出版 陈怀琛编著 2007年7月
%
clear,clf,format compact
A=[2,4,9;4,2,4;9,4,18], % 输入矩阵参数
f=poly(A) % 求其特征多项式的系数向量f
r=roots(f)
www.eeworm.com/read/131315/5931867
makefile
# @(#)Makefile 4.9 (Berkeley) 6/8/90
SUBDIR= compact uncompact
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ccat.sh \
${DESTDIR}${BINDIR}/ccat
.include "../Makefile.inc"
www.eeworm.com/read/100409/6270197
java htmldlistelementimpl.java
/**
* org/ozone-db/xml/dom/html/HTMLDListElementImpl.java
*
* The contents of this file are subject to the OpenXML Public
* License Version 1.0; you may not use this file except in compliance
* w
www.eeworm.com/read/100409/6270200
java htmlolistelementimpl.java
/**
* org/ozone-db/xml/dom/html/HTMLOListElementImpl.java
*
* The contents of this file are subject to the OpenXML Public
* License Version 1.0; you may not use this file except in compliance
* w
www.eeworm.com/read/100409/6270203
java htmldirectoryelementimpl.java
/**
* org/ozone-db/xml/dom/html/HTMLDirectoryElementImpl.java
*
* The contents of this file are subject to the OpenXML Public
* License Version 1.0; you may not use this file except in compliance
www.eeworm.com/read/100409/6270239
java htmlmenuelementimpl.java
/**
* org/ozone-db/xml/dom/html/HTMLMenuElementImpl.java
*
* The contents of this file are subject to the OpenXML Public
* License Version 1.0; you may not use this file except in compliance
* wi
www.eeworm.com/read/100409/6270241
java htmlulistelementimpl.java
/**
* org/ozone-db/xml/dom/html/HTMLUListElementImpl.java
*
* The contents of this file are subject to the OpenXML Public
* License Version 1.0; you may not use this file except in compliance
* w
www.eeworm.com/read/100320/6270583
makefile
# Makefile adapted by Nico E de Vries
##############################################
# 'ar' -- compression archiver #
# makefile for Borland C++ C compact model #
###############
www.eeworm.com/read/255407/6291085
c ch01.1.2.c
// #include
// using namespace std;
#include
/**
**
read()
sort()
compact()
write()
**
**/
void read() { cout