代码搜索:pascal
找到约 9,253 项符合「pascal」的源代码
代码结果 9,253
www.eeworm.com/read/173816/9634362
m 2-6.m
ones(2,3)
% ones(a,b)产生一个元素值为1的a×b大小数组
% a表示函数,b表示列数,下面的函数含义相同
zeros(2,3)
% zeros(a,b)产生一个元素值为0的a×b大小数组
randn(3,5)
% randn (a,b)产生一个具有正态分布的a×b大小随机数组
hilb(5)
% hilb(n)产生Hilbert数组
pasca
www.eeworm.com/read/353322/10454678
rar programming_applications_for_ms_windows_e4_pascal.rar
www.eeworm.com/read/261910/11615462
mht pascal第14讲 二维数组.mht
From:
Subject: =?gb2312?B?ufPW3cqhza3IyrXa0rvW0NGn?=
Date: Fri, 30 Nov 2007 12:17:48 +0800
MIME-Version: 1.0
Content-Type: multipart/related;
type="text/html
www.eeworm.com/read/261910/11615476
mht pascal第09讲 case多分支语句.mht
From:
Subject: =?gb2312?B?ufPW3cqhza3IyrXa0rvW0NGn?=
Date: Fri, 30 Nov 2007 12:13:17 +0800
MIME-Version: 1.0
Content-Type: multipart/related;
type="text/html
www.eeworm.com/read/261910/11615478
mht pascal第02讲 程序的基本结构.mht
From:
Subject: =?gb2312?B?ufPW3cqhza3IyrXa0rvW0NGn?=
Date: Fri, 30 Nov 2007 11:55:51 +0800
MIME-Version: 1.0
Content-Type: multipart/related;
type="text/html
www.eeworm.com/read/261910/11615494
mht pascal第07讲 输出(写)write 语句.mht
From:
Subject: =?gb2312?B?ufPW3cqhza3IyrXa0rvW0NGn?=
Date: Fri, 30 Nov 2007 11:52:26 +0800
MIME-Version: 1.0
Content-Type: text/html;
charset="gb2312"
Conte
www.eeworm.com/read/261910/11615497
mht pascal第06讲 输入(读)read 语句.mht
From:
Subject: =?gb2312?B?ufPW3cqhza3IyrXa0rvW0NGn?=
Date: Fri, 30 Nov 2007 11:53:00 +0800
MIME-Version: 1.0
Content-Type: text/html;
charset="gb2312"
Conte
www.eeworm.com/read/216069/15027736
txt 用pascal语言实现希尔排序算法.txt
procedure prshl(p,n)
begin
k:=n/2;
while(k>0) do begin
for j:=k to n-1 do begin
t:=p[j];i:=j-k;
while((i>=0) and (p[i]>t)) do begin
p[i+k]:=p[i];i:=i-k;
end;
www.eeworm.com/read/314631/13563089
m exm040202.m
format rat
A=magic(2)+j*pascal(2)
A1=A'
A2=A.'
B1=A*A'
B2=A.*A'
C1=A*A.'
C2=A.*A.'
www.eeworm.com/read/131315/5939496
worth nickles.worth
Article from _Computer Language_ by Bruce Tonkin.
Several prominent software companies have caused a stir lately by dropping
all development work in Pascal and adopting Microsoft BASIC. When qu