代码搜索:plx
找到约 695 项符合「plx」的源代码
代码结果 695
www.eeworm.com/read/189375/8473181
cpp plx.cpp
#include "plx.h"
plxw::plxw()
{
}
plxw::~plxw()
{
}
/* 虚拟机 */
void plxw::interpret()
{
t = 0;
b = 1;
p = 0;
s[1] = 0;
s[2] = 0;
s[3] = 0;
do{
i = code[p];
www.eeworm.com/read/189375/8473186
h plx.h
#ifndef __PLX__H_
#define __PLX__H_
#define MAX_CODENUMBER 2048
#define MAX_STACK (2048*2)
#include
#include
#include
class plxw
{
publi
www.eeworm.com/read/189375/8473194
plx primenumber.plx
// Author : Tuwei //
// Copyright All Reserved //
//
www.eeworm.com/read/189375/8473197
plx textarray.plx
program
integer a[10],b,c,d;
begin
b := 5;
c := 0;
d := 0;
while c
www.eeworm.com/read/189375/8473202
plx error.plx
// Author : Tuwei //
// Copyright All Reserved //
//
www.eeworm.com/read/189375/8473205
plx repeat.plx
// Author : Tuwei //
// Copyright All Reserved //
//
www.eeworm.com/read/189375/8473212
plx procedure.plx
// Author : Tuwei //
// Copyright All Reserved //
//
www.eeworm.com/read/384198/8891632