代码搜索:如何学习 PL?
找到约 10,000 项符合「如何学习 PL?」的源代码
代码结果 10,000
www.eeworm.com/read/387670/8659855
h pl0.h
#ifndef Pl0_h
#define Pl0_h
#pragma warning(disable: 4786) //skip VC6.0 problem with STL
#include
#include
#include
#include
#include
using nam
www.eeworm.com/read/387670/8659858
cpp pl0.cpp
#include "Pl0.h"
//////////////////////////////////////////////////////////
Pl0::Pl0(char *fileName, bool debugOn, bool outputOn){
// must declaration before DEBUG is called.
if (outputOn == t
www.eeworm.com/read/387670/8659863
dsp pl0.dsp
# Microsoft Developer Studio Project File - Name="pl0" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Conso
www.eeworm.com/read/387670/8659865
plg pl0.plg
Build Log
--------------------Configuration: pl0 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\
www.eeworm.com/read/387670/8659866
ncb pl0.ncb
www.eeworm.com/read/387670/8659870
dsw pl0.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "pl0"=".\pl0.dsp" -
www.eeworm.com/read/387670/8659877
opt pl0.opt
www.eeworm.com/read/287303/8695761
vhd pl_mpsk.vhd
library ieee;
use ieee.std_logic_arith.all;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity PL_MPSK is
port(clk :in std_logic; --系统时钟
start :in std_lo
www.eeworm.com/read/386583/8736555
h pl0.h
#include
//bool数据块
typedef enum{
false,
true
}bool;
#define NUM_OF_KEYWORD 17 /*关键字个数,包括13个保留字和三个三角函数(cos,sin,tan),一个指数函数(exp)*/
#define NUM_OF_TABLE 100 /*名字表容量*/
#define
www.eeworm.com/read/386583/8736572
c pl0.c
#include
#include
#include"string.h"
#include"pl0.h"
#define stacksize 500
int main()
{
bool nxtlev[symnum];
printf("Input PL0 file's name:");
scanf("%s",fname);