代码搜索结果
找到约 10,000 项符合
3 的代码
unit3.dfm.~3~
object Form3: TForm3
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
Caption = #36873#25321#34920#21517
ClientHeight = 277
ClientWidth = 222
Color = clBtnFace
Font.Ch
unit3.pas.~3~
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons;
type
TForm3 = class(TForm)
GroupBox1: TGroupBox
examp3_3.m
A=[1,2,3; 4,5,6; 7,8,0];
aa=poly(A); B=polyvalm(aa, A); norm(B)
aa1=poly1(A); B1=polyvalm(aa1, A); norm(B1)
ex3-3.htm
测试Null和Undefined的数据类型及是否相等