代码搜索:Jacobson
找到约 136 项符合「Jacobson」的源代码
代码结果 136
www.eeworm.com/read/321483/3534373
t jacobson.t
#!/usr/bin/perl -I.
# From: Dan Jacobson
use Text::Wrap qw(wrap $columns $huge $break);
print "1..1\n";
$huge='overflow';
$Text::Wrap::columns=9;
$break="(?
www.eeworm.com/read/321483/3534371
t jacobson2.t
#!/usr/bin/perl -I.
use Text::Wrap qw(wrap $columns $huge $break);
print "1..1\n";
$huge='overflow';
$Text::Wrap::columns=9;
$break="(?
www.eeworm.com/read/108312/15588657
ppt jacobson-aosd-2003.ppt
www.eeworm.com/read/429611/8799237
h sppp.h
/* HDLC envelope constants */
#define HDLC_ENVLEN 8 /* Max bytes for HDLC envelope (outgoing) */
#define HDLC_FLAG 0x7e /* HDLC async start/stop flag */
#define HDLC_ESC_ASYNC 0x7d /* HDLC transp
www.eeworm.com/read/421154/10752736
h sppp.h
/* HDLC envelope constants */
#define HDLC_ENVLEN 8 /* Max bytes for HDLC envelope (outgoing) */
#define HDLC_FLAG 0x7e /* HDLC async start/stop flag */
#define HDLC_ESC_ASYNC 0x7d /* HDLC transp
www.eeworm.com/read/270669/11030512
h sppp.h
/* HDLC envelope constants */
#define HDLC_ENVLEN 8 /* Max bytes for HDLC envelope (outgoing) */
#define HDLC_FLAG 0x7e /* HDLC async start/stop flag */
#define HDLC_ESC_ASYNC 0x7d /* HDLC transp
www.eeworm.com/read/449996/7491993
h sppp.h
/* HDLC envelope constants */
#define HDLC_ENVLEN 8 /* Max bytes for HDLC envelope (outgoing) */
#define HDLC_FLAG 0x7e /* HDLC async start/stop flag */
#define HDLC_ESC_ASYNC 0x7d /* HDLC transp
www.eeworm.com/read/439242/7714133
txt 怎么做需求分析.txt
怎么做需求分析
axing(转载自www.Linuxaid.com.cn) 2002年06月04日
我有话说……
需求分析
在具体的研究需求分析之前,我们先了解一下软件工程这个概念。软件工程分为三个层次,过程层、方法层、工具层。在最基础的过程层,最重要的就是一组被称为关键过程区域(KPAs)的框架(KPA的概念在讨论CMM的书中有详细的概念说明)。关键过程区域构成了软件项目的 ...
www.eeworm.com/read/437619/7744766
h sppp.h
/* HDLC envelope constants */
#define HDLC_ENVLEN 8 /* Max bytes for HDLC envelope (outgoing) */
#define HDLC_FLAG 0x7e /* HDLC async start/stop flag */
#define HDLC_ESC_ASYNC 0x7d /* HDLC transp
www.eeworm.com/read/332748/12731480
txt use case正解(答olive, knight, builder, 3nt和think关于use case的讨论).txt
Use Case正解(答olive, knight, builder, 3nt和think关于Use Case的讨论)
大家好,下面是我的观点,望能抛砖引玉:
1、好像不少人对Use Case存在误解,或者片面的认识。其实作为原爱立信公司的软件总设计师,Ivar <mark>Jacobson</mark>对软件界最重要的贡献之一就在Use Case上(另一个重大发明是被电信界广范采用的SDL),所以要真正理解 ...