代码搜索:pascal
找到约 9,253 项符合「pascal」的源代码
代码结果 9,253
www.eeworm.com/read/327128/13097603
plg pascal.plg
Build Log
--------------------Configuration: PASCAL - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI
www.eeworm.com/read/326543/13136451
java pascal.java
import java.awt.*;
import javax.swing.*;
public class Pascal extends JFrame {
public Pascal() {
setBackground(Color.white);
setTitle("巴斯卡三角形");
www.eeworm.com/read/319222/13457949
c pascal.c
www.eeworm.com/read/318168/13484485
def pascal.def
;==============================================================================================
; PSPad clip definition file for Free Pascal RTL library
;
; Autor: Andrzej Kowalski
; Last revision: 20
www.eeworm.com/read/313343/13590003
txt pascal.txt
我们都知道八皇后问题是一个很经典的问题,当时很多解决八皇后问题的编程解法都是用递归解法,下面我用非递归的解法来实现如下:
其中有关设置标志位来表示该位是否可以下皇后的原理,请看郑启华的《<mark>pascal</mark>程序设计(第二版)>〉清华大学出版社出版的。代码如下:
#include
#define available 1 //用来标志该位是否可用,availabel表示可用,unaila ...
www.eeworm.com/read/310332/13653402
c pascal.c
www.eeworm.com/read/308878/13688829
jpg pascal.jpg
www.eeworm.com/read/136989/5828501
exp pascal.exp
in word set with
in word set array
in word set and
in word set function
in word set case
in word set var
in word set const
in word set until
in word set then
in word set set
in word set reco
www.eeworm.com/read/136989/5828532
gperf pascal.gperf
with
array
and
function
case
var
const
until
then
set
record
program
procedure
or
packed
not
nil
label
in
repeat
of
goto
forward
for
while
file
else
downto
do
div
to
typ
www.eeworm.com/read/131315/5931648
c pascal.c
/*
* Copyright (c) 1983 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted pr