代码搜索:pascal
找到约 9,253 项符合「pascal」的源代码
代码结果 9,253
www.eeworm.com/read/423304/10571973
cpp algo3-9.cpp
// algo3-9.cpp 用递归函数求解迷宫问题(求出所有解)
#include // 根据《PASCAL程序设计》(郑启华编著)中的程序改编
struct PosType // 迷宫坐标位置类型
{
int x; // 行值
int y; // 列值
};
#define MAXLENGTH 25 // 设迷宫的最大行列为25
www.eeworm.com/read/457022/7335128
cpp mainform.cpp
//---------------------------------------------------------------------------
// 其实很早就写过一个pascal版本的扫雷游戏,很简陋的,觉得不太好,正好工作的时候
// 用到BCB,就想写一个BCB版本的扫雷游戏,其实就是自己写着玩玩.
// 从开始写到写完,间隔很久,中间有事就忘了写了,没写完总归
www.eeworm.com/read/456942/7336439
cpp algo3-9.cpp
// algo3-9.cpp 用递归函数求解迷宫问题(求出所有解)
#include // 根据《PASCAL程序设计》(郑启华编著)中的程序改编
struct PosType // 迷宫坐标位置类型
{
int x; // 行值
int y; // 列值
};
#define MAXLENGTH 25 // 设迷宫的最大行列为25
www.eeworm.com/read/454932/7381692
cpp algo3-9.cpp
// algo3-9.cpp 用递归函数求解迷宫问题(求出所有解)
#include // 根据《PASCAL程序设计》(郑启华编著)中的程序改编
struct PosType // 迷宫坐标位置类型
{
int x; // 行值
int y; // 列值
};
#define MAXLENGTH 25 // 设迷宫的最大行列为25
www.eeworm.com/read/452050/7450447
pas 2967290_ce.pas
{
ID:irache1
PROG:packrec
LANG:PASCAL
}
var
n,i,j,s1,s2,s3,s4,d1,d2,d3,d4,w,h:byte;
sq:array[1..4,1..2]of byte;
mr:word;
re:array[0..10,1..2]of byte;
function max (a,b,c,d:byte):by
www.eeworm.com/read/295928/8134651
cpp algo3-9.cpp
// algo3-9.cpp 用递归函数求解迷宫问题(求出所有解)
#include // 根据《PASCAL程序设计》(郑启华编著)中的程序改编
struct PosType // 迷宫坐标位置类型
{
int x; // 行值
int y; // 列值
};
#define MAXLENGTH 25 // 设迷宫的最大行列为25
www.eeworm.com/read/146173/12666390
cpp algo3-9.cpp
// algo3-9.cpp 用递归函数求解迷宫问题(求出所有解)
#include // 根据《PASCAL程序设计》(郑启华编著)中的程序改编
struct PosType // 迷宫坐标位置类型
{
int x; // 行值
int y; // 列值
};
#define MAXLENGTH 25 // 设迷宫的最大行列为25
ty
www.eeworm.com/read/246592/12718221
cpp algo3-9.cpp
// algo3-9.cpp 用递归函数求解迷宫问题(求出所有解)
#include // 根据《PASCAL程序设计》(郑启华编著)中的程序改编
struct PosType // 迷宫坐标位置类型
{
int x; // 行值
int y; // 列值
};
#define MAXLENGTH 25 // 设迷宫的最大行列为25
www.eeworm.com/read/142399/12947999
txt 1.txt
//code.txt为内码对照表
//get.txt为Pascal程序设计语言
//put.txt为词法分析后输出。格式为(内码 行 列)
#include
#include
#include
#include
struct code{//存放内码对照表
char word[10];
};
www.eeworm.com/read/141644/12993256
cpp algo3-9.cpp
// algo3-9.cpp 用递归函数求解迷宫问题(求出所有解)
#include // 根据《PASCAL程序设计》(郑启华编著)中的程序改编
struct PosType // 迷宫坐标位置类型
{
int x; // 行值
int y; // 列值
};
#define MAXLENGTH 25 // 设迷宫的最大行列为25