代码搜索:dsC

找到约 3,958 项符合「dsC」的源代码

代码结果 3,958
www.eeworm.com/read/285058/8872211

c dsc.c

/* Copyright 1997, ESS Technology, Inc. */ /* SCCSID @(#)dsc.c 4.16.1.4 01/18/05 */ /* * This is to be shared with GAME */ #include "vcxi.h" #include "ir.h" #include "util.h" #ifdef ECHO #inclu
www.eeworm.com/read/285058/8872324

h dsc.h

/* Copyright 1997, ESS Technology, Inc. */ /* SCCSID @(#)dsc.h 4.8 05/08/03 */ /* * $Log$ */ #ifndef _DSC_H_ #define _DSC_H_ #ifdef DSC #ifndef _COMMON_H_ #include "common.h" #endif #define
www.eeworm.com/read/178176/9415588

dsc palindr.dsc

A (Deterministic) Turing Machine example : Recognition of Palindromes. * from "The Design and Analysis of Computer Algorithms [1976]" * by A.V.Aho, J.E.Hopcroft, J.D.Ullman * --> See examples 1.8
www.eeworm.com/read/178176/9415590

dsc addm.dsc

An addition program with left-side-marker of the tape. The program adds two numbers. A number 'n' is represented by n 1-s. Sample : 5 is represented as 1 1 1 1 1 3 is represented as 1 1
www.eeworm.com/read/178176/9415597

dsc mult.dsc

An multiplication program. The program multiplies two numbers. A number 'n' is represented by n 1-s. Sample : 5 is represented as 1 1 1 1 1 3 is represented as 1 1 1 Input : Two number
www.eeworm.com/read/178176/9415605

dsc euclid.dsc

An Euclid algorithm Source : * B.A.Trakhtenbrot, "Algorithms and computational automata" (in Russian), Novosibirsk, "Sovetskoe Radio", 1974 A number 'n' is represented by n 1-s. Sam
www.eeworm.com/read/178176/9415622

dsc part.dsc

A Nondeterministic Turing Machine example : Partition Problem. * from "The Design and Analysis of Computer Algorithms [1976]" * by A.V.Aho, J.E.Hopcroft, J.D.Ullman * --> See example 10.1
www.eeworm.com/read/178176/9415640

dsc fib.dsc

Computing Fibonacci numbers. The program computes a Fibonacci number. A number 'n' is represented by n 1-s. Sample : 5 is represented as 1 1 1 1 1 3 is represented as 1 1 1 Input : num
www.eeworm.com/read/178176/9415664

dsc add.dsc

An addition program. The program adds two numbers. A number 'n' is represented by n 1-s. Sample : 5 is represented as 1 1 1 1 1 3 is represented as 1 1 1 Input : Two numbers separated
www.eeworm.com/read/169504/9854061

h dsc.h

/* Copyright 1997, ESS Technology, Inc. */ /* SCCSID @(#)dsc.h 1.33 12/17/97 */ /* * $Log$ */ #ifndef _DSC_H_ #define _DSC_H_ #ifdef DSC #ifndef _COMMON_H_ #include "common.h" #endif #ifnde