代码搜索:COMPACT
找到约 3,584 项符合「COMPACT」的源代码
代码结果 3,584
www.eeworm.com/read/310636/13648128
makefile
CC = cc
#CFLAGS = -Wall -O3 -funroll-loops -DNDEBUG
#CFLAGS = -Wall -g
CFLAGS = -fsimple -xO5 -xchip=ultra
PURE_ARGS = -cache-dir=/home/nima0/zakhor/jmacd/pure -collector=/usr/sww/lib/gcc-lib/sparc-s
www.eeworm.com/read/304351/13795655
m exn527.m
%《MATLAB及其在理工课程中的应用指南》(十一五规划版)第五章例5-2-7
% 求空间曲面的极值点
% 西安电子科技大学出版社出版 陈怀琛编著 2007年5月
clear,clf,format compact
[x,y]=meshgrid(-4:.1:4);
f = x.^3-y.^3+3*x.^2+3*y.^2-9*x; % 曲面方程
mesh(x,y,f)
www.eeworm.com/read/304351/13795678
m exn555.m
%《MATLAB及其在理工课程中的应用指南》(十一五规划版)第五章例5-5-5程序
% 小苏打与柠檬酸的反应的化学方程配平
% 西安电子科技大学出版社出版 陈怀琛编著 2007年5月
clear,clf,format compact
A=[1,0,-3,0,0;1,8,0,-2,0;1,6,-6,0,-1;3,8,-7,-1,-2],b=[0;0;0;0]
U=rref([A,b]
www.eeworm.com/read/304351/13795690
m exn557.m
%《MATLAB及其在理工课程中的应用指南》(十一五规划版)第五章例5-5-7程序
% Hilbert矩阵及矩阵的条件数
% 西安电子科技大学出版社出版 陈怀琛编著 2007年5月
%
clear,clf,format compact
H4 = hilb(4), D = det(H4), c = cond(H4)
x=ones(4,1); b4 = H4*x ,
format
www.eeworm.com/read/136865/5841241
pro styles.pro
TEMPLATE = subdirs
contains(style-plugins, windows) :SUBDIRS += windows
contains(style-plugins, motif) :SUBDIRS += motif
contains(style-plugins, platinum) :SUBDIRS += platinum
contains(style-plugins,
www.eeworm.com/read/136815/5855952
pro styles.pro
TEMPLATE = subdirs
contains(style-plugins, windows) :SUBDIRS += windows
contains(style-plugins, motif) :SUBDIRS += motif
contains(style-plugins, platinum) :SUBDIRS += platinum
contains(style-plugins,
www.eeworm.com/read/136786/5864166
c ip27-reset.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Reset an IP27.
*
www.eeworm.com/read/131315/5931871
makefile
# @(#)Makefile 5.1 (Berkeley) 5/31/90
PROG= compact
SRCS= compact.c tree.c
CFLAGS+=-I${.CURDIR}/../common_source
.PATH: ${.CURDIR}/../common_source
MLINKS= compact.1 ccat.1 compact.1 uncompcat.1
.in
www.eeworm.com/read/131315/5931874
tags
Mcompact compact.c /^main(argc, argv)$/
compact compact.c /^compact(file)$/
compress compact.c /^compress(uncfp, cfp)$/
encode compact.c /^encode(ch)$/
exch ../common_source/tree.c /^exch(v, vs, x, w,
www.eeworm.com/read/131315/5940637
makefile
# This file was generated automatically by configure. Do not edit.
VPATH = .
links =
host_alias = m68k-hp-bsd
host_cpu = m68k
host_vendor = hp
host_os = bsd
host_canonical = m68k-hp-bsd
target_alias