代码搜索:COMPACT
找到约 3,584 项符合「COMPACT」的源代码
代码结果 3,584
www.eeworm.com/read/483854/6596372
m q805.m
%《MATLAB在电子信息课程中的应用》第八章例8.5程序q805
% 连续系统转换为离散系统
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
format compact
f=[-4,1];g=[1,7,12];ts=0.2;
sc=tf(f,g) % 建立连续系统对象模型
disp('零阶保持器') % 用不同的方法变换为采样系统
sd1=
www.eeworm.com/read/220804/14788359
m q805.m
%《MATLAB在电子信息课程中的应用》第八章例8.5程序q805
% 连续系统转换为离散系统
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
format compact
f=[-4,1];g=[1,7,12];ts=0.2;
sc=tf(f,g) % 建立连续系统对象模型
disp('零阶保持器') % 用不同的方法变换为采样系统
sd1=
www.eeworm.com/read/210377/15200162
h httpencode.h
#ifndef HTTPENCODE_H
#define HTTPENCODE_H
#define REQ_URL_P1_FMT "GET %s?info_hash=%s&peer_id=%s&port=%d&key=%s"
#define REQ_URL_P1A_FMT "GET %s&info_hash=%s&peer_id=%s&port=%d&key=%s"
//#define REQ_
www.eeworm.com/read/295431/8164244
m q805.m
%《MATLAB及在电子信息课程中的应用》第八章例8.5程序q805
% 连续系统转换为离散系统
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月初版,2003年7月第二版
%
format compact
f=[-4,1];g=[1,7,12];ts=0.2;
sc=tf(f,g) % 建立连续系统对象模型
disp('零阶保持器') % 用不
www.eeworm.com/read/412457/11199403
ml instr.ml
type i_type =
| I_int (* donn閑s de type entier *)
| I_addr (* donn閑s de type adresse *)
;;
type i_lab = string (* labels *)
;;
type i_addr = i_lab (* adresse virtue
www.eeworm.com/read/148256/12480249
m q805.m
%《MATLAB及在电子信息课程中的应用》第八章例8.5程序q805
% 连续系统转换为离散系统
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月初版,2003年7月第二版
%
format compact
f=[-4,1];g=[1,7,12];ts=0.2;
sc=tf(f,g) % 建立连续系统对象模型
disp('零阶保持器') % 用不
www.eeworm.com/read/204255/15342879
h httpencode.h
#ifndef HTTPENCODE_H
#define HTTPENCODE_H
#define REQ_URL_P1_FMT "GET %s?info_hash=%s&peer_id=%s&port=%d&key=%s"
#define REQ_URL_P1A_FMT "GET %s&info_hash=%s&peer_id=%s&port=%d&key=%s"
//#define REQ_
www.eeworm.com/read/131315/5935019
tags
COMPACT pwd_mkdb.c /^#define COMPACT(e) t = e; while (*p++ = *t++);$/
Mpwd_mkdb pwd_mkdb.c /^main(argc, argv)$/
cleanup pwd_mkdb.c /^cleanup()$/
error pwd_mkdb.c /^error(name)$/
mv pwd_mkdb.c /^mv(fro
www.eeworm.com/read/115330/15017728
c sflcvts.c
/* -----------------------------------------------------------------
Name: sflcvts.c
Title: Convert a time to a string
Package: Standard Function Library (SFL)