代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/271877/10977011
y tiny.y
/****************************************************/
/* File: tiny.y */
/* The TINY Yacc/Bison specification file */
/* Compiler Construction: Princi
www.eeworm.com/read/271346/10999783
txt out.txt
id0 ( ) { int id5 ; id5 = num9 ; }
token table:
main id0
( (
) )
{ {
int int
i id5
; ;
= =8
5 num9
}
www.eeworm.com/read/416502/11023418
plg d12driver.plg
礦ision3 Build Log
Project:
F:\周\mytext\USB_uart发卡器\usblib\D12_Simple.uv2
Project File Date: 08/11/2008
Output:
www.eeworm.com/read/270407/11039192
y ch1-06.y
%{
#include
/* we found the following required for some yacc implementations. */
/* #define YYSTYPE int */
%}
%token NOUN PRONOUN VERB ADVERB ADJECTIVE PREPOSITION CONJUNCTION
%%
sentence
www.eeworm.com/read/471056/6904565
log cc_build_debug.log
----------------- simple_bios_app_dsplib_rts_rom.pjt - Debug -----------------
Build Complete,
0 Errors, 0 Warnings, 0 Remarks.
www.eeworm.com/read/471056/6904594
log cc_build_debug.log
--------------------- simple_app_dsplib_rom.pjt - Debug ---------------------
[main.c] "C:\cgtools_6_0_15\bin\cl6x" -g -fr"C:/work/app note/example_code/simple_app_dsplib_rom/Debug" -d"_DEBUG" -mv6
www.eeworm.com/read/274556/7126988
m e0554.m
syms T t tao;
ut=exp(-t); %定义系统输入
ht=exp(-t/T)/T; %定义系统冲激响应
uh_tao=subs(ut,t,tao)*subs(ht,t,t-tao); %运用变量替换指令形成被积函数
yt=int(uh_tao,tao,0,t); %实施卷积
yt=simple(yt)
www.eeworm.com/read/408124/7154322
y~ ch1-06.y~
%{
#include
/* we found the following required for some yacc implementations. */
/* #define YYSTYPE int */
%}
%token NOUN PRONOUN VERB ADVERB ADJECTIVE PREPOSITION CONJUNCTION
%%
sentence
www.eeworm.com/read/408124/7154347
y ch1-06.y
%{
#include
#include
/* we found the following required for some yacc implementations. */
/* #define YYSTYPE int */
%}
%token NOUN PRONOUN VERB ADVERB ADJECTIVE PREPOSITION CONJU
www.eeworm.com/read/464279/7166898
sh messages.sh
#!/bin/sh
# Chapter 21 - Libraries
# This script demonstrates a simple shell library.
echo_error() { echo "ERROR:" $@ >&2 ; }
echo_warning() { echo "WARNING:" $@ >&2 ; }