代码搜索:COMPACT

找到约 3,584 项符合「COMPACT」的源代码

代码结果 3,584
www.eeworm.com/read/272953/10935529

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/272953/10935573

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/272953/10935595

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/470291/6917507

bat build-c0.bat

@echo off if not "%TASM%"=="" goto skip set tasm=tasm :skip if not %3.==. goto noobjdir set objdir=. goto objdirset :noobjdir set objdir=%3 :objdirset if not %2.==. goto noc0dir set c0d
www.eeworm.com/read/460712/7105689

m qf2e.m

function [E,Xtf2e,Xinv] = qf2e(F,nrcp) % QF2E Transform from LBC to XBC form. % QF2E transforms the LBC form (diag(L),Bl,Cl) compressed in % F=[L Bl Cl'] to an XBC form (diax(X),Bx,
www.eeworm.com/read/352774/7131526

ʹ

C51 COMPILER V8.05a 使用二絖制 11/09/2007 21:14:34 PAGE 1 C51 COMPILER V8.05a, COMPILATION OF MODULE 使用二絖制 OBJECT MODULE PLACED IN .\使用二
www.eeworm.com/read/447557/7549591

html _m_a_g___extended_kalman_8h.html

ExtendedKalman: C:/memsense/dev/C/Kalman/src/MAG_E
www.eeworm.com/read/439271/7713219

m qf2e.m

function [E,Xtf2e,Xinv] = qf2e(F,nrcp) % QF2E Transform from LBC to XBC form. % QF2E transforms the LBC form (diag(L),Bl,Cl) compressed in % F=[L Bl Cl'] to an XBC form (diax(X),Bx,
www.eeworm.com/read/246913/12698337

c f34x_msd_sect_serv.c

//----------------------------------------------------------------------------- // F34x_MSD_Sect_Serv.c //----------------------------------------------------------------------------- // Copyright
www.eeworm.com/read/318168/13484614

ini ruby.ini

;PSPad user HighLighter definition file [Settings] Name=Ruby HTMLGroup=0 FileType=.rb,.rbw CommentString=# SharpComment=1 IndentChar= UnIndentChar= TabWidth=2 CaseSensitive=1 SingleQuote=1