代码搜索:decipher
找到约 111 项符合「decipher」的源代码
代码结果 111
www.eeworm.com/read/314474/13566720
win32 makefile.machine.win32
#
# File: Makefile.machine.win32
# Author: The SRI DECIPHER (TM) System
# Date: Fri Feb 19 22:45:31 PST 1999
#
# Description:
# Machine dependent compilation options and variable defin
www.eeworm.com/read/314474/13566721
i386-solaris makefile.machine.i386-solaris
#
# File: Makefile.machine.i386-solaris
# Author: The SRI DECIPHER (TM) System
# Date: Fri Mar 3 15:30:10 PST 1995
#
# Description:
# Machine dependent compilation options and variabl
www.eeworm.com/read/314474/13566738
i386-solaris_spro makefile.machine.i386-solaris_spro
#
# File: Makefile.machine.i386-solaris
# Author: The SRI DECIPHER (TM) System
# Date: Fri Mar 3 15:30:10 PST 1995
#
# Description:
# Machine dependent compilation options and variabl
www.eeworm.com/read/314474/13566774
machine-type
#!/bin/csh -f
#
# File: machine-type
# Author: The SRI DECIPHER (TM) System
# Date: Thu Apr 13 17:01:24 1995
#
# Description:
# Determine machine type (sparc, mips, etc.) by
#
www.eeworm.com/read/314474/13566649
gawk add-classes-to-pfsg.gawk
#!/usr/local/bin/gawk -f
#
# add-classes-to-pfsg --
# Modify Decipher PFSG by expanding class nodes with words
#
# usage: add-classes-to-pfsg classes= pfsg > expanded-pfsg
#
# $Header: /ho
www.eeworm.com/read/314474/13566536
5 pfsg-format.5
pfsg-format(5) pfsg-format(5)
NNAAMMEE
pfsg-format - File format for Decipher(TM) probabilistic
finite-state grammars
SSYYNNOOPPSSIIS
www.eeworm.com/read/125688/6025414
h msdos.h
/*
* msdos common header file
* [obtained from mtools -wfj]
* how to decipher DOS disk structures in coexisting with DOS
*
* $Id: msdos.h,v 1.4 1997/02/22 09:35:47 peter Exp $
*/
#define MSECTO
www.eeworm.com/read/186672/5230617
h msdos.h
/*
* msdos common header file
* [obtained from mtools -wfj]
* how to decipher DOS disk structures in coexisting with DOS
*
* $FreeBSD: src/sys/i386/include/pc/msdos.h,v 1.2.16.1 1999/09/05 08:12:
www.eeworm.com/read/314474/13566639
gawk pfsg-to-fsm.gawk
#!/usr/local/bin/gawk -f
#
# pfsg-to-fsm --
# convert a Decipher PFSG to AT&T FSM format
#
# usage: pfsg-to-fsm [symbolfile=SYMFILE] [symbolic=1] [scale=S] file.pfsg > file.fsm
#
# symbolic=1 retain
www.eeworm.com/read/314474/13566546
fsm
Conversion between Decipher PFSG (probabilistic finite state grammars) and
AT&T FSA (finite-state acceptor) formats
1. Convert PFSG to FSA format
pfsg-to-fsm symbolfile=foo.syms foo.pfsg > foo.fsm