代码搜索:pascal
找到约 9,253 项符合「pascal」的源代码
代码结果 9,253
www.eeworm.com/read/423077/10589229
html pasq1009.html
Pascal Lesson 1 : Quiz 10
Quiz for Chapter 10
www.eeworm.com/read/423077/10589283
html pasq1012.html
Pascal Lesson 1 : Quiz 13
Quiz for Chapter 13
www.eeworm.com/read/462137/7208700
pas 6.1.2.pas
{$inline on}
{
ID:LXYXYNT3
PROG:rectbarn
LANG:PASCAL
}
const
inf='rectbarn.in';
ouf='rectbarn.out';
maxn=3000;
var
map:array[0..maxn+1,0..maxn+1] of boolean;
h,l,r:array[0..max
www.eeworm.com/read/443325/7634606
asv control_continue.asv
% control_continue.m
% continue控制语句
% 统计文本文件的行数
fid = fopen('pascal.m','r');
count=0;
num=0;
while ~feof(fid)
line = fgetl(fid);
if isempty(line) | strncmp(line,'%',1)
num=num
www.eeworm.com/read/398034/8009039
m sa_fig4_11.m
%Smart Antennas figure 4-11 Binomial weights on a linear array
d=.5;
N=input('what is the number of elements?');
theta=-pi/2:.01:pi/2;
ang=theta*180/pi;
test=diag(rot90(pascal(N)));
check=mod(N,
www.eeworm.com/read/317326/13505902
m sa_fig4_11.m
%Smart Antennas figure 4-11 Binomial weights on a linear array
d=.5;
N=input('what is the number of elements?');
theta=-pi/2:.01:pi/2;
ang=theta*180/pi;
test=diag(rot90(pascal(N)));
check=mod(N,
www.eeworm.com/read/131315/5944351
makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= pc0
SRCDIR= ${.CURDIR}/../src
CFLAGS= -I. -I${.CURDIR} -I${SRCDIR}
.PATH: ${SRCDIR}
BINDIR= /usr/libexec/pascal
NOMAN= noman
CLEANFILES+=main.c xmain.c
EYA
www.eeworm.com/read/108242/6183617
c tty.c
/* tty.c - Return tty name Author: Freeman P. Pascal IV */
/* Minor changes to make tty conform to POSIX1003.2 Draft10
Thomas Brupbacher (tobr@mw.lpc.ethz.ch) */
#include
#includ
www.eeworm.com/read/252313/12286488
txt 定时器.txt
#include
WNDCLASS wc;
HWND h_wnd;
MSG msg;
/* 消息处理函数wndProc的声明*/
long WINAPI WindowProc(HWND,UINT,WPARAM,LPARAM);
/* winMain函数的声明*/
int PASCAL WinMain(HINSTANCE h_CurInstance,
H