代码搜索:AUTOMATA
找到约 189 项符合「AUTOMATA」的源代码
代码结果 189
www.eeworm.com/read/374991/9375976
cpp automata.cpp
#include
#include
#include
#include
#include
using namespace std;
/*创建状态转换矩阵*/
int aut[10][7]={ 2, 0, 0, 0, 8, 9, 15,
2, 3, 5
www.eeworm.com/read/365754/9849623
h automata.h
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* foobar-calc
* Copyright (C) wei lichun 2008
*
* foobar-calc is free software.
*
* You m
www.eeworm.com/read/365754/9849640
cpp automata.cpp
#include "StdAfx.h"
#include
#include "automata.h"
#include "constant.h"
const char _K_ZERO_[]="0";
const char _K_PI[]="3.1415926535897932384626433832795";
const char _K_E[] ="2.718281
www.eeworm.com/read/365754/9849656
obj automata.obj
www.eeworm.com/read/365754/9849668
sbr automata.sbr
www.eeworm.com/read/439669/7703568
vsd automata.vsd
www.eeworm.com/read/197104/8029330
ppt automata.ppt
www.eeworm.com/read/212809/15148695
c automata.c
/*
Hangul Automata
Written by Song Jaekyung
*/
//#include "ptyx.h"
//#include "data.h"
#include "hangul.h"
//extern void HideCursor();
static int ascii(int, char *);
int hang
www.eeworm.com/read/240204/4577485
c automata.c
/* Automata conversion functions for DLG
*
* SOFTWARE RIGHTS
*
* We reserve no LEGAL rights to the Purdue Compiler Construction Tool
* Set (PCCTS) -- PCCTS is in the public domain. An indiv