代码搜索:pascal
找到约 9,253 项符合「pascal」的源代码
代码结果 9,253
www.eeworm.com/read/152288/12124173
m 3-2.m
A = pascal(3)
% 创建3阶帕斯卡矩阵
v = diag(A)
% 计算对角线上的元素向量
B = diag(v,1)
% 构建矩阵B,第1条对角线上的元素值为v
www.eeworm.com/read/152288/12124183
m 3-12.m
A = pascal(3);
b = [4 2 3]';
% 创建方程组矩阵,变量系数为帕斯卡矩阵
L = chol(A)
% 计算A的上三角矩阵
x = L\(L'\b)
% 求解方程组
www.eeworm.com/read/124842/14533885
readme
SGA-C: A C-language Implementation
of a Simple Genetic Algorithm
Robert E. Smith
The University of Alabama
David E. Goldberg
The University of Illinois
and
Jeff A. Earickson
Alabama S
www.eeworm.com/read/221024/14777065
html http:^^www.cs.utexas.edu^users^suzy^cs304p^proglab.html
MIME-Version: 1.0
Server: CERN/3.0
Date: Wednesday, 08-Jan-97 16:36:22 GMT
Content-Type: text/html
Content-Length: 3522
Last-Modified: Tuesday, 19-Mar-96 17:09:10 GMT
CS304
www.eeworm.com/read/120454/14803036
h zmodem.h
/*--------------------------------------------------------------------------*/
/* FILE: zreceive.c (Opus zmodem receiver) */
/*
www.eeworm.com/read/120203/14810943
gq readme.gq
Turbo Pascal Field Input Routines.
Turbo Pascal 字段输入例程.
www.eeworm.com/read/217040/14982106
me 1st_read.me
This 1st_read.me file is included with the author's kind permission.
> From: wpress%cfata4@harvard.harvard.edu (Bill Press)
> Subject: Numerical Recipes Pascal code
> To: ts@uwasa.fi
> Date: Wed
www.eeworm.com/read/114100/15110247
txt qb里有没有数组.txt
当 然 有 。 而 且 BASIC的 数 组 比 Pascal灵 活 些 。
你 可 以 这 样 定 义 :
Dim n(1 To 10) As Integer
也 可 以 定 义 动 态 数 组 :
Dim n() As Integer
......
m = 10
ReDim n(m) As Integer
www.eeworm.com/read/164348/5490449
h hxnetif.h
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: hxnetif.h,v 1.4.8.1 2004/07/09 02:07:08 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
www.eeworm.com/read/164348/5496472
h hxloader.h
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: hxloader.h,v 1.1.1.1.52.3 2004/07/09 01:43:48 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Rese