代码搜索:AC分析

找到约 10,000 项符合「AC分析」的源代码

代码结果 10,000
www.eeworm.com/read/347498/11662208

status config.status

#! /bin/sh # Generated automatically by configure. # Run this file to recreate the current configuration. # This directory was configured as follows, # on host gaolh.localdomain: # # ./configure
www.eeworm.com/read/343458/11947350

m4 acinclude.m4

AC_DEFUN([AC_PROG_CC_PIE], [ AC_CACHE_CHECK([whether ${CC-cc} accepts -fPIE], ac_cv_prog_cc_pie, [ echo 'void f(){}' > conftest.c if test -z "`${CC-cc} -fPIE -pie -c conftest.c 2>&1`"; then ac
www.eeworm.com/read/414232/11123815

in configure.in

dnl Process this file with autoconf to produce a configure script. AC_INIT(statusq.c) dnl Checks for programs. AC_PROG_CC AC_PROG_INSTALL dnl Checks for libraries. AC_CHECK_LIB(xnet, socket) AC_CHEC
www.eeworm.com/read/113482/15455209

m4 aclocal.m4

dnl aclocal.m4 generated automatically by aclocal 1.4 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimi
www.eeworm.com/read/113482/15455211

m4 acinclude.m4

## -*- shell-script -*- ## ocicpp.m4.in - macros for autoconf ## ## (c) 2000 Alexander I. Olefirenko ## ## dnl ------------------------------------------------------------------------ dnl Find a file
www.eeworm.com/read/113482/15455222

m4 acinclude.m4

## -*- shell-script -*- ## ocicpp.m4.in - macros for autoconf ## ## (c) 2000 Alexander I. Olefirenko ## ## dnl ------------------------------------------------------------------------ dnl Find a file
www.eeworm.com/read/104056/15711422

m4 ftruncate.m4

#serial 4 # See if we need to emulate a missing ftruncate function using fcntl or chsize. AC_DEFUN([jm_FUNC_FTRUNCATE], [ AC_CHECK_FUNCS(ftruncate, , [ftruncate_missing=yes]) if test "$ftruncat
www.eeworm.com/read/100204/15880644

in configure.in

dnl @(#)configure.in 1.4 00/01/22 Copyright 1998 J. Schilling dnl Process this file with autoconf to produce a configure script. AC_REVISION($Revision$)dnl AC_INIT(xconfig.h.in) AC_CONFIG_HEADER(xcon
www.eeworm.com/read/287962/8656942

txt 《面向对象系统分析和设计》 -- 笔记 第一章 (1).txt

作者:rick1126 email: rickzhang@sina.com 日期:7/26/2001 9:32:50 AM > 第一部分 系统分析和概念设计 第1章 绪论 【相关术语定义】 系统, 信息系统, 自动信息系统, 系统分析和设计, 系统分析员 ˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉˉ
www.eeworm.com/read/185301/9043986

txt test4.txt

八、 实验一:设计SAMPLE语言的词法分析器 检查要求: a) 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音); b) 请求输入测试程序名,键入程序名后自动开始词法分析并输出结果; c) 输出结果为单词的二元式序列(样式见样板输出1和2); d) 要求能发现下列词法错误和指出错误性质和位置: 非法字符,即不是SAMPLE字符集的符号; 字符常数缺右边的单引号(字符常 ...