代码搜索结果
找到约 10,000 项符合
2 的代码
arrow2-2.gif
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|09 May 2005 03:18:42 -0000
vti_extenderversion:SR|4.0.2.8912
vti_lastwidth:IX|13
vti_lastheight:IX|10
vti_cacheddtm:TX|09 May 2005 03:18:42 -0000
mainfrmunit2.pas.~2~
unit mainfrmUnit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Menus, DB, ADODB, ExtCtrls;
type
Tmainfrm = class(TForm)
Ma
mainfrmunit2.dfm.~2~
object mainfrm: Tmainfrm
Left = 0
Top = 0
Width = 800
Height = 591
Caption = #27426#36814#36827#20837#26412#31995#32479#65281
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
F
fig2_2.m
% This program can be used tore-produce Figure 2.2 of text
clear all
close all
xg = linspace(-6,6,1500); % randowm variable between -4 and 4
xr = linspace(0,6,1500); % randowm variable between 0 a
dxz2_2.m
clear;global M r q p u g lemda;
M=2000;
lemda=0.3;
r=[9.6 18.5 49.4 23.9 8.1 14 40.7 31.2 33.6 36.8 11.8 9 35 9.4 15 5]'/100;
q=[42 54 60 42 1.2 39 68 33.4 53.3 40 31 5.5 46 5.3 23 0]'/100;
p=[2.
ex2(2).java
// exceptions/Ex2.java
// TIJ4 Chapter Exceptions, Exercise 2, page 452
/* Define an object reference and initialize it to null. Try to call a method
* through this reference. Now wrap the code in