代码搜索:pcode

找到约 332 项符合「pcode」的源代码

代码结果 332
www.eeworm.com/read/451377/7466419

txt pl0语言编译程序分析.txt

PL/0语言是Pascal语言的一个子集,我们这里分析的PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类<mark>PCODE</mark>代码,并在虚拟机上解释运行生成的类<mark>PCODE</mark>代码的功能。   PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。在源程序没有错误编译通过的情况下,调用 ...
www.eeworm.com/read/198319/7941138

asm incom.asm

.global inCOM .section cpu_dir, #alloc .word 'i'+'n'+'C'+'O'+'M'+'.'+'c'+'g'+'i' .byte 0x10 ;cgi .byte 0 ;reserved .word cgibegin .word cgiend .section cpu_files, #alloc cgibegin: ;inCOM
www.eeworm.com/read/198319/7941186

asm incomh.asm

.global inComH .section cpu_dir, #alloc .word 'i'+'n'+'C'+'o'+'m'+'H'+'.'+'c'+'g'+'i' .byte 0x10 ;cgi .byte 0 ;reserved .word cgibegin .word cgiend .section cpu_files, #alloc cgibegin: ;
www.eeworm.com/read/297897/7989463

txt matlab中的p代码文件.txt

Matlab中的P代码文件2008年03月31日 星期一 18:59我们经常把语句或函数写在一个M文件里,比如: % ---------------------- % test.m a = 1; b = 2; % ---------------------- 这个M语句文件,或: % ---------------------- % test2.m function a = te
www.eeworm.com/read/146126/12668868

cpp decompress.cpp

// Decompress using Ziv-Lempel-Welch #include #include using namespace std; // constants const MAX_CODES = 4096, // 2^12 BYTE_SIZE = 8, EXCESS = 4,
www.eeworm.com/read/245359/12802686

inc hkeexetobat_0.inc

{ KOL MCK } // Do not remove this line! { HkeExeToBat_0.inc Do not edit this file manually - it is generated automatically. You can only modify HkeExeToBat_1.inc and HkeExeToBat_3.inc files.
www.eeworm.com/read/244215/12878075

cpp compress.cpp

// LZW compression #include #include #include #include #include #include "chash.h" const D = 4099, codes = 4096,
www.eeworm.com/read/244211/12878153

cpp decomp.cpp

// Decompress using Ziv-Lempel-Welch #include #include #include #include #include class element { friend void Decompress();
www.eeworm.com/read/140162/13101631

c ccopt.c

/* CCOPT.C - Peephole Optimizer - miscellaneous optimizations ** ** (c) Copyright Ken Harrenstien 1989 ** All changes after v.328, 3-Feb-1989 ** (c) Copyright Ken Harrenstien, SRI International 1
www.eeworm.com/read/327051/13102006

pas unit1.pas

{ NdOcr.pas 入口 comm.pas 数据定义 func.pas 函数定义 kind1.pas 具体识别过程 } unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrl