blob_id
stringlengths 40
40
| directory_id
stringlengths 40
40
| path
stringlengths 4
214
| content_id
stringlengths 40
40
| detected_licenses
listlengths 0
50
| license_type
stringclasses 2
values | repo_name
stringlengths 6
115
| snapshot_id
stringlengths 40
40
| revision_id
stringlengths 40
40
| branch_name
stringclasses 21
values | visit_date
timestamp[us] | revision_date
timestamp[us] | committer_date
timestamp[us] | github_id
int64 141k
586M
⌀ | star_events_count
int64 0
30.4k
| fork_events_count
int64 0
9.67k
| gha_license_id
stringclasses 8
values | gha_event_created_at
timestamp[us] | gha_created_at
timestamp[us] | gha_language
stringclasses 50
values | src_encoding
stringclasses 23
values | language
stringclasses 1
value | is_vendor
bool 1
class | is_generated
bool 1
class | length_bytes
int64 5
10.4M
| extension
stringclasses 29
values | filename
stringlengths 2
96
| content
stringlengths 5
10.4M
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
65dd8213cd472b0f04713fd717ffb552c526c05f
|
e41b69b268c20a65548c08829feabfdd3a404a12
|
/3DCosmos/Data/Scripts/Space/OrbitSimulations/OrbitExplanation2.SCI
|
9c783a145ec808473aabcd248223a0f9ea311e0f
|
[
"LicenseRef-scancode-khronos",
"MIT"
] |
permissive
|
pvaut/Z-Flux
|
870e254bf340047ed2a52d888bc6f5e09357a8a0
|
096d53d45237fb22f58304b82b1a90659ae7f6af
|
refs/heads/master
| 2023-06-28T08:24:56.526409
| 2023-03-01T12:44:08
| 2023-03-01T12:44:08
| 7,296,248
| 1
| 1
| null | 2023-06-13T13:04:58
| 2012-12-23T15:40:26
|
C
|
UTF-8
|
Scilab
| false
| false
| 4,463
|
sci
|
OrbitExplanation2.SCI
|
codeblock readtextfile(ScriptDir+"\_TOOLS.sci");
codeblock readtextfile(ScriptDir+"\_SSYS.sci");
mu=398600.4418;
sats=list;
gravforce=ForceField;
gval=6.6742/1E11;
emass=5.9736E24;
gravforce.AddCentralGravity(point(0,0,0),mu);
gravforce.SetAccuracy(100000000,10);
function addsat(dst,spd,ang)
{
sat=satsetframe.addsubframe("sframe");
sats.add(sat);
sat.custom.active=true;
mt=MotionForceField.create(sat,"Motion");
mt.ForceField=gravforce;
sat.Transf.origin=point(dst,0,0);
sat.velocity=spd*vector(cos(ang),sin(ang),0);
sat.motion=mt;
sat.add("Sphere","Radius":400,"Color":color(0.8,0.3,0),"SpecularColor":color(0.51,0.51,0.51),"SpecularValue":30);
orbit=satsetframe.add("Curve","Color":color(1,0.5,0));
orbit.track(sat,100);
sf=sat.add("Arrow","Name":"Arrow1","Position":point(0,0,10),"Axis":vector(2000,0,0),
"NormAxis":vector(0,0,1),"Width":400,"Thickness":0,"EnableLight":false,"Color":color(0,0.7,0,0.7),
"BlendType":BlendTransparent,"DepthMask":DepthMaskDisable);
sf=sat.add("Arrow","Name":"Arrow2","Position":point(0,0,-10),"Axis":vector(2000,0,0),
"NormAxis":vector(0,0,1),"Width":400,"Thickness":0,"EnableLight":false,"Color":color(0.7,0,0,0.7),
"BlendType":BlendTransparent,"DepthMask":DepthMaskDisable);
}
ssysframe=ssys_create;
ssys_createearth(1);
ssys_createluna(1);
ssys_showstarback(true);
GetPlanetOrbit("Earth").visible=false;
root.time=time(2000,6,1,0,0,0);
root.TimeSpeedFactor=800;
#create clock
clockframe=root.SC.Universe.addscreenframe("ClockFrame");
clockframe.EnableLight=false;clockframe.color=color(0.5,0.5,0.5);
info_clock=clockframe.add("Clock","Type":ClockTypeAnalog,"Position":point(0.1,0.15,0),"Size":0.08);
info_date=clockframe.add("Clock","Type":ClockTypeDate,"Position":point(0.02,0.02,0),"Size":0.03);
earthframe=GetPlanetFrame("Earth");
inclinframe=earthframe.inclin;
satsetframe=inclinframe.addsubframe("SatSetFrame");
globeframe=GetPlanetBodyFrame("Earth");
#enhanced texture on Earth
#eglobe=GetPlanetBodyFrame("Earth");
#etx2=eglobe.CreateTexture("Earth2",DataDir+"\textures\earth_4.jpg");
#eglobe.GlobeRendering.Earth.Texture=etx2.name;
#initialise viewing parameters
vp=GetViewPort;
vp.enableusernavigation=true;
vp.NearClipPlane=7000;
vp.FarClipPlane=600000;
vp.FocalDistance=90000;
vp.cameradir=vector(-0.444062594, -0.980280787, 0.04307151);
vp.camerapos=point(0,0,0)-vp.FocalDistance*vp.cameradir;
startdistance=36000;
earthradius=6356;
menu=T_createmenu;
menu.sizex=0.4;
menu.add("",'Velocity size variation',"VS");
menu.add("",'Velocity direction variation (2.5 km/s)',"VD25");
menu.add("",'Velocity direction variation (4.0 km/s)',"VD40");
menu.add("",'Distance variation (2.5 km/s)',"VDST25");
menu.add("",'Distance variation (4.0 km/s)',"VDST40");
menu.add("",'Circular orbits',"CIRC");
#for i=0 to 30 do addsat(i/4);
#for i=0 to 30 do addsat(2.5,2*Pi*(i+0.5)/30);
while true do {
incrtime;
if menu.wasmodified then {
satsetframe.clearobjects;
sats.clear;
if menu.SelectID=="VS" then for i=0 to 30 do addsat(startdistance,i/6,Pi/2);
if menu.SelectID=="VD25" then for i=0 to 29 do addsat(startdistance,2.5,2*Pi*(i+0.5)/30);
if menu.SelectID=="VD40" then for i=0 to 29 do addsat(startdistance,4,2*Pi*(i+0.5)/30);
if menu.SelectID=="VDST25" then for i=3 to 29 do addsat(i/29*60000,2.5,Pi/2);
if menu.SelectID=="VDST40" then for i=3 to 29 do addsat(i/29*60000,4.0,Pi/2);
if menu.SelectID=="CIRC" then {
for i=3 to 29 do {
dst=i/29*60000;
spd=sqrt(mu/dst);
addsat(dst,spd,Pi/2);
}
}
}
#co-move camera with earth (enhanced precision mechanism)
root.sc.universe.transf.reset;
ttf=earthframe.totaltransformation;ttf.invert;
root.sc.universe.transf=ttf;
root.sc.light0pos=ttf*point(0,0,0);
#keep planet in focal plane
vp.FocalDistance=1.0*distance(vp.camerapos,point(0,0,0));
foreach sat in sats do if sat.custom.active then {
sat.Arrow1.Axis=500*sat.velocity;
dr=vecnorm(point(0,0,0)-sat.Transf.origin);
dst=distance(point(0,0,0),sat.Transf.origin);
sat.Arrow2.Axis=(30000000/dst)*dr;
if dst<earthradius then {
sat.custom.active=false;
sat.motion.dispose;
sat.motionname="";
sat.velocity=vector(0,0,0);
sat.arrow1.dispose;
sat.arrow2.dispose;
}
}
render;
}
|
55158af6f63d39a6eb7bef0fbed8329aea434a04
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1026/CH12/EX12.2/Example12_2.sce
|
a9d5983f070f109c1235910fe0587805f2d7873b
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 183
|
sce
|
Example12_2.sce
|
//chapter12,Example12_2,pg 357
lam=1*10^-6//wavelength
n1=1.53
n2=1.5
NA=sqrt((n1^2)-(n2^2))
a=(2.405*lam)/(2*%pi*NA)
printf("core radius\n")
printf("a=%.8f m",a)
|
f6ac5e18d7bda27bac19e1a96254d33e61dd73a8
|
a62e0da056102916ac0fe63d8475e3c4114f86b1
|
/set6/s_Electronic_Circuits_M._H._Tooley_995.zip/Electronic_Circuits_M._H._Tooley_995/CH1/EX1.6/Ex1_6.sce
|
294b7f5354c38f041f03f0d3a7b6c5c85b37bb5a
|
[] |
no_license
|
hohiroki/Scilab_TBC
|
cb11e171e47a6cf15dad6594726c14443b23d512
|
98e421ab71b2e8be0c70d67cca3ecb53eeef1df6
|
refs/heads/master
| 2021-01-18T02:07:29.200029
| 2016-04-29T07:01:39
| 2016-04-29T07:01:39
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 170
|
sce
|
Ex1_6.sce
|
errcatch(-1,"stop");mode(2);//Exa:1.6
;
;
i_amp=0.075;//given
i_milamp=i_amp*1000;//current in milliamp.
printf("%f amp current is %f mA",i_amp,i_milamp);
exit();
|
dce9a240aa3eda3c6c6aff69a182539e83a3bf82
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/40/CH8/EX8.11/Exa_8_11.sce
|
77698dfeaacfc44280b103019470349929496094
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 628
|
sce
|
Exa_8_11.sce
|
//Effects of leakage
n1=0:0.005:0.1;
n2=0:0.005:0.125;
n3=0:0.005:1.125;
xt1=(2*cos(20*%pi*n1')+5*cos(100*%pi*n1'));
xt2=(2*cos(20*%pi*n2')+5*cos(100*%pi*n2'));
xt3=(2*cos(20*%pi*n3')+5*cos(100*%pi*n3'));
XDFS1=abs(fft(xt1,-1))/20;
XDFS2=abs(fft(xt2,-1))/25;
XDFS3=abs(fft(xt3,-1))/225;
f1=0:5:100;
f2=0:4:100;
f3=0:100/225:100;
a=gca();
a.x_location="origin";
plot2d3('gnn',f1,XDFS1);
xlabel('analog frequency');
ylabel('Magnitude');
xset('window',1);
subplot(211);
plot2d3('gnn',f2,XDFS2);
xlabel('analog frequency');
ylabel('Magnitude');
subplot(212);
plot2d3('gnn',f3,XDFS3);
xlabel('analog frequency');
ylabel('Magnitude');
|
b2ba690cf0a4f6d48b2cfaf1e5c0df91a5c6c921
|
4a1effb7ec08302914dbd9c5e560c61936c1bb99
|
/Project 2/Experiments/FURIA-C/results/FURIA-C.led7digit-10-1tra/result3s0.tst
|
a8c61fe278e8d73a990e06d1625615ae14bc2aa6
|
[] |
no_license
|
nickgreenquist/Intro_To_Intelligent_Systems
|
964cad20de7099b8e5808ddee199e3e3343cf7d5
|
7ad43577b3cbbc0b620740205a14c406d96a2517
|
refs/heads/master
| 2021-01-20T13:23:23.931062
| 2017-05-04T20:08:05
| 2017-05-04T20:08:05
| 90,484,366
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 535
|
tst
|
result3s0.tst
|
@relation led7digit
@attribute Led1 real[0.0,1.0]
@attribute Led2 real[0.0,1.0]
@attribute Led3 real[0.0,1.0]
@attribute Led4 real[0.0,1.0]
@attribute Led5 real[0.0,1.0]
@attribute Led6 real[0.0,1.0]
@attribute Led7 real[0.0,1.0]
@attribute number{0,1,2,3,4,5,6,7,8,9}
@inputs Led1,Led2,Led3,Led4,Led5,Led6,Led7
@outputs number
@data
1 1
2 7
2 2
5 5
9 9
5 5
7 3
8 6
8 8
0 8
1 1
4 4
1 1
2 2
9 9
3 4
3 3
6 5
0 7
1 1
2 2
2 2
3 3
7 7
8 8
9 4
0 0
4 4
5 5
6 6
7 7
7 7
3 3
4 4
5 5
5 5
6 6
7 1
8 8
0 8
0 9
3 3
4 4
4 4
5 5
6 2
7 7
8 6
9 4
9 2
|
0b62dbaf82b66667dbb0e93dae8f8e99d1778ef2
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1694/CH6/EX6.24/Ex6_24.sce
|
6d0152e1c904c6e4b03614fc5b98a056765046b3
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 581
|
sce
|
Ex6_24.sce
|
clear;
clc;
printf("\nEx-6.24\n");
//page no.-195
//given
rho=1.73*10^-8;......//resistivity in ohm m
M=63.5;...........//atomic weight
d=8.92*10^3;......//density in Kg/m^3
N=6.023*10^23;......//avagadro no.
e=1.6*10^-19;.......//charge
m=9.11*10^-31;......//mass of e
no=(N*d)/M........//no of electrons per unit volume
printf("\nno. of electrons/ unit volume 8.463*10^25 /m^3\n");
mu=1/(rho*no*e).........//mobility
printf("\nmobility is 4.1145 m^2/Vs\n");
tau=m/(no*e^2*rho)..........//relaxation time
printf("\nrelaxation time is 2.25*10^-11 s");
|
be14aabb4766a5863b4f8ef9a5e014acbc12975e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1109/CH6/EX6.17/6_17.sce
|
63602f4de9ad11e09e57abfb75c81ed8384a3ddb
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 162
|
sce
|
6_17.sce
|
clear;
clc;
ZR=300;s=9;d=0.1
r=d/2;
Zof=276*log10(s/r);
Zoq=sqrt(ZR*Zof);
do=(s*2)/10^(Zoq/276);
printf("Diameter of wire used = %f cm",fix(do*10)/10);
|
fbf8b7c64a3cf84fe909c8a3e53b3adb58432d48
|
8217f7986187902617ad1bf89cb789618a90dd0a
|
/browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/sum.man.tst
|
e3c3ac62761dd0b5fc2168609e2e3d3560022f2e
|
[
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] |
permissive
|
clg55/Scilab-Workbench
|
4ebc01d2daea5026ad07fbfc53e16d4b29179502
|
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
|
refs/heads/master
| 2023-05-31T04:06:22.931111
| 2022-09-13T14:41:51
| 2022-09-13T14:41:51
| 258,270,193
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 168
|
tst
|
sum.man.tst
|
clear;lines(0);
A=[1,2;3,4];
trace(A)-sum(diag(A))
sum(A,'c')-A*ones(2,1)
sum(A+%i)
A=sparse(A);sum(A,'c')-A*ones(2,1)
s=poly(0,'s');
M=[s,%i+s;s^2,1];
sum(M),sum(M,2)
|
a366474000b325b377e6ea7a8580ad1cc7b46cdf
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/167/CH8/EX8.10/ex10.sce
|
3db9882b6521510a4b603ebcedf64bf6f734cd5d
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 719
|
sce
|
ex10.sce
|
//example 10
//exergy destruction during heat conduction
clear
clc
To=273 //temperature of outdoor in K
Tin=293 //temperature of inner surface of brick wall in K
Tout=278 //temperature of outer surface of brick wall in K
Q=1035 //rate of heat transfer through wall in W
Xdestroyed=Q*(1-To/Tin)-Q*(1-To/Tout) //exergy destruction in wall in W
Th=300 //temperature of house in K
Xdestroyedtotal=Q*(1-To/Th)-Q*(1-To/To) //the rate of total exergy destruction during this heat transfer process
printf("\n Hence, the rate of exergy destruction in the wall is = %.1f W. \n",Xdestroyed);
printf("\n Hence, rate of total exergy destruction associated with this heat transfer process is=%.1f W. \n",Xdestroyedtotal);
|
65e6e2f16612817c35a005d52e5fe74876cc6e9e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/773/CH11/EX11.15/11_15.sci
|
06cc9a08b5155e2e8aa58e158fa82122ab9ff4e5
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 256
|
sci
|
11_15.sci
|
//value//
s=%s;
H=syslin('c',(s+6)/((s+1)*(s+3)));
plzr(H)
printf("There are two adjacent placed poles at s=-3 &s=-1 \n")
printf("One breakaway point exists between s=-3 & s=-1 \n")
printf("One breakin point exists to the left of zeros at s=-6 \n")
|
37ab3323e77c50aa0cc823fad2848013461d97ba
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3557/CH12/EX12.2/Ex12_2.sce
|
80c6dd64e11da97b5ce8d4f5fd86fd9b1bc9edae
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 843
|
sce
|
Ex12_2.sce
|
//Example12.2//
Na=22.99;//amu //atomic mass of sodium
O=16.00;//amu //atomic mass of Oxygen
a=2;//Number of atoms
c = 2;
Na2O=c*Na+O
mprintf("Na2O = %f amu",Na2O)
d=3;//Number of atoms
C=12.00;//amu //atomic mass of Carbon
Na2CO3=c*Na+C+d*O
mprintf("\nNa2CO3 = %f amu",Na2CO3)
Ca=40.08;//amu //atomic mass of calcium
CaO=Ca+O
mprintf("\nCaO = %f amu",CaO)
CaCO3=Ca+C+d*O
mprintf("\nCaCO3 = %f amu",CaCO3)
a1=150;//Kg //kilogram
Na2Co=a1*(Na2CO3/Na2O)
mprintf("\nNa2Co = %i kg",Na2Co)
b=100;//kg //kilogram
CaCo=b*(CaCO3/CaO)
mprintf("\nCaCo = %i kg",CaCo)
mprintf("\nSio2 required = 750Kg")
SiO2=750;//kg //Kiligram
wt1=(Na2Co/(Na2Co+CaCo+SiO2))*100
mprintf("\nwt1 = %f wt percent Na2CO3",wt1)
wt2=(CaCo/(Na2Co+CaCo+SiO2))*100
mprintf("\nwt2 = %f wt percent CaCO3",wt2)
wt3=SiO2/(Na2Co+CaCo+SiO2)*100
mprintf("\nwt3 = %f wt percent SiO2",wt3)
|
2d538365a2424926c1c3d423236ca68c84325f53
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3717/CH13/EX13.2/Ex13_2.sce
|
f2b781fea9bfea5b539be5b90cfbb2424ce556b5
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 571
|
sce
|
Ex13_2.sce
|
// Ex13_2 Page:258 (2014)
clc;clear;
mu_0 = 4*%pi*1e-007; // Magnetic permeability, T-m/A
e = 1.6e-019; // Charge on an electron, C
m = 9.1e-031; // Mass of an electron, kg
Z = 2; // Atomic number of He
N = 28e+026; // Number of He atoms per unit volume of the sample, per metre-cube
r_bar = 0.6e-010; // Mean radius of He atom, m
chi_dia = -mu_0*Z*e^2*N*r_bar^2/(6*m); // Diamagnetic susceptibility of He
printf("\nThe diamagnetic susceptibility of He = %5.3e", chi_dia);
// Result
// The diamagnetic susceptibility of He = -1.188e-007
|
7299fea6920e004bf00e455f2bd648ea8043a9ab
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/764/CH4/EX4.5.b/solution4_5.sce
|
64726a76c17cc39eac0ee920a1ccc0f186a2d35f
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,803
|
sce
|
solution4_5.sce
|
//Function to round-up a value such that it is divisible by 5
function[v] = round_five(w)
v = ceil(w)
rem = pmodulo(v,5)
if (rem ~= 0)
v = v + (5 - rem)
end
endfunction
//Obtain path of solution file
path = get_absolute_file_path('solution4_5.sce')
//Obtain path of data file
datapath = path + filesep() + 'data4_5.sci'
//Clear all
clc
//Execute the data file
exec(datapath)
//Refer Fig.4.24
//Permissible stresses (N/mm2)
//Tensile stress sigmat
sigmat = Syt/fs
//Compressive stress
sigmac = Syt/fs
//Yield strength in shear for the material Ssy (N/mm2)
Ssy = (50/100)*Syt
//Shear stress tau
tau = Ssy/fs
//Calculate diameter of the rods D (mm)
D = sqrt((4 * P)/(%pi * sigmat))
D = round_five(D)
//Calculate enlarged diameter of rods D1 (mm)
D1 = 1.1 * D
//Calculate dimensions a and b (mm)
a = 0.75 * D
a = round_five(a)
b = 1.25 * D
b = round_five(b)
//Calculate diameter of pin d
d = ((32/(%pi * sigmat))*((P/2)*((b/4) + (a/3))))^(1/3)
d = round_five(d)
//Calculate dimensions d0 and d1
d0 = 2 * d
d1 = 1.5 * d
//Print results
printf('\nDiameter of rods(D) = %f mm\n',D)
printf('\nEnlarged diameter of rods(D1) = %f mm\n',D1)
printf('\nDimensions of a and b are %f mm and %f mm respectively\n',a,b)
printf('\nDiameter of pin(d) = %f mm\n',d)
printf('\nDimensions of d0 and d1 are %f mm and %f mm respectively\n',d0,d1)
//Check for stresses in eye
s1 = (P/(b * (d0 - d)))
c1 = (P/(b * d))
t1 = (P/(b * (d0 - d)))
//Check for stresses in fork
s2 = (P/(2 * a * (d0 - d)))
c2 = (P/(2 * a * d))
t2 = (P/(2 * a * (d0 - d)))
if ((s1<sigmat) & (c1<sigmac) & (t1<tau) & (s2<sigmat) & (c2<sigmac) & (t2<tau))
printf('\nDesign of knuckle joint is safe\n')
else
printf('\nDesign of knuckle joint is not safe\n')
end
|
4d09afa87c7becc17c8fc1f6222ea83284271afb
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3204/CH18/EX18.11/Ex18_11.sce
|
b6738818032d21ee9f41a34af4ab1a39298c0eaf
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 472
|
sce
|
Ex18_11.sce
|
// Initilization of variables
M=750 // kg // mass of hammer
m=200 // kg // mass of the pile
h=1.2 // m // height of fall of the hammer
delta=0.1 // m // distance upto which the pile is driven into the ground
g=9.81 // m/s^2 // acc due to gravity
// Caculations
// The resistance to penetration to the pile is given by eq'n,
R=(((M+m)*g)+((M^2*g*h)/((M+m)*delta)))*(10^-3) // kN
// Results
clc
printf('The resistance to penetration to the pile is %f kN \n',R)
|
ab944f91a0fce6e6d32045d1400d6890e257cba5
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1247/CH6/EX6.16/example6_16.sce
|
ad2eb1b7756d8796d058242e021f3b44ec154bd2
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,043
|
sce
|
example6_16.sce
|
clear;
clc;
// Stoichiometry
// Chapter 6
// Stoichiometry and Unit Operations
// Example 6.16
// Page 387
printf("Example 6.16, Page 387 \n \n");
// solution
// M = E+B+W
Tav = (45+32)/2 +273.15 //K avg cooling water T
// using steam tables (Appendix A IV.1)
lamda = 2410.5 //kJ/kg
E = 530/lamda //kg/s
Cl = 4.1868
Ti = 45+273.15 //K
To = 32+273.15 //K
fi = 530 // = mc*Cl*(Ti-To)
mc = 530/(Cl*(Ti-To)) //kg/s
W = .3*mc/100 //kg/s
// dissolved solid balance
// M*xm = (B+W)*xc
// 500*10^-6*M = (B+.0292)*2000*10^-6
// solving above eqs
B = .0441 //kg/s
M = .2932 //kg/s
//energy balance on cooling tower
// fi = ma*(i2-i1)
// i2-i1 = 11.042 kJ/kg dry air
// moisture balance
//E = ma(H2-H1)
H2 = .2199/48 + .0196
iws = 2546.2 // Appendix IV
Ch1 = 1.006+1.84*.0196
i1 = 1.006*(297.45-273.15)+.0196*iws+1.042*(308.15-297.5) // kJ/kg dry air
i2 = i1 + 11.04
Tdb = ((i2 - 1.006*(301.25-273.15)-iws*H2)/1.05)+301.25 // K
printf("Air leaves th induced draft fan at "+string(Tdb)+" K.")
|
1d0e11903d05bd5aa1969317a5864818c563de36
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3296/CH2/EX2.2/Ex2_2.sce
|
2b9bc735778b425ce6ac5f4ee0fa7b48c639cf45
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 866
|
sce
|
Ex2_2.sce
|
// chapter 2
// example 2.2
// Find the stress and deformation of the cylinder
// page-16
clear;
clc;
// given
l=2; //.in m (length of the cylinder)
D=50; // in mm (outer diameter of cylinder)
d=30; // in mm (inside diameter of cylinder)
P=25; // in kN (Load on the cylinder)
E=100; // in GPa (Modulus of elasticity for cylinder material)
// calculate
l=l*1E3; // changing unit from m to mm
P=P*1E3; // chaiging unit from kN to N
E=E*1E3; // changing unit from GPa to N/mm^2
A=(%pi/4)*(D^2-d^2); // calculation of cross-sectional area of hollow cylinder
sigma=P/A; // calculation of stress
dl=P*l/(A*E); // calculation of deformation of the cylinder
printf("\nThe cross-sectional area of the hollow cylinder is \t A=%.f mm^2",A);
printf("\nThe stress in the cylinder is \t\t\t\t %.1f MPa",sigma);
printf("\nThe deformation of the cylinder is \t\t\t dl=%.1f mm",dl);
|
3b72e30874722ca2201822a9eab4d5187b4ee348
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2087/CH5/EX5.21/example5_21.sce
|
0e33e81afe68c24f838540a5e19bb9b0382cad82
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 669
|
sce
|
example5_21.sce
|
//example 5.21
//calculate transmissibility
//drawdown at pumping well
clc;
//given
rw=0.15; //radius of well
b=40; //depth of acquifer
Q=1500; //discharge(lpm)
s1=3.5; //drawdown of first well
s2=2; //drawdown of second well
H=40;
r1=25; //distance of first well
r2=75; //distance of second well
h1=H-s1;
h2=H-s2;
k=Q*2.303*log10(r2/r1)/(%pi*1000*60*(h2^2-h1^2));
T=b*k*1000;
mprintf("transmissibility=%fD-3 square metre/sec",T);
hw=(h2^2-(Q*2.303*log10(r2/rw)/(%pi*k*60000)))^0.5;
sw=H-hw;
sw=round(sw*100)/100;
mprintf("\ndrawdown at pumping well=%f m.",sw);
|
eb3d74c529ee18ca57f7d1ac9efa8bdc9560b655
|
85796c94fc9059fcb09697ae3509fd9488d77aa8
|
/verInfo.sci
|
f2805b8dcdd131973312964c450306644911fd07
|
[] |
no_license
|
MyCSDegree/snakenladder
|
680d5cd7687da44a227c2b242765ab96e0b7534d
|
bedb901cbcede9ca3972514ec12686b33a9eaf85
|
refs/heads/master
| 2016-08-06T04:08:29.276575
| 2015-10-28T01:16:18
| 2015-10-28T01:16:18
| 42,781,425
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 33
|
sci
|
verInfo.sci
|
global version
version = '0.10';
|
bec4139ed06f508099fc36f95f898af9abd0df87
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2681/CH5/EX5.11/Ex5_11.sce
|
e91b2d3a705f1d3afe5eb938109c45baf403b372
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 244
|
sce
|
Ex5_11.sce
|
//magnitude of the reflection coefficent
//given
clc
zl=10*%i//ohm
z0=100//ohm
row=(zl-z0)/(zl+z0)//reflection coefficent
mag_row=norm(row)//magnitude of reflection coefficent
disp(mag_row,'the magnitude of the reflection coefficent:')
|
4461e6c8d6f82f3672000d44f56cc45b23affa55
|
a62e0da056102916ac0fe63d8475e3c4114f86b1
|
/set7/s_Electronic_Instrumentation_And_Measurements_D._A._Bell_182.zip/Electronic_Instrumentation_And_Measurements_D._A._Bell_182/CH4/EX4.5/example4_5.sce
|
3325e222cc1bb6be00224d37cab56f5f5e2352c4
|
[] |
no_license
|
hohiroki/Scilab_TBC
|
cb11e171e47a6cf15dad6594726c14443b23d512
|
98e421ab71b2e8be0c70d67cca3ecb53eeef1df6
|
refs/heads/master
| 2021-01-18T02:07:29.200029
| 2016-04-29T07:01:39
| 2016-04-29T07:01:39
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 256
|
sce
|
example4_5.sce
|
errcatch(-1,"stop");mode(2);
//example 4-5 in page 98
;
//data given
E=1;// E=1 V
Im=1e-3;//FSD=1 mA
Rm=100;// Rm in ohm
//calculation
R3=E/Im;
printf("R3=%d K-ohm\n",R3/1000);
printf("Vout=%.1f V\n",Im*(R3+Rm));
//result
//R3=1 K-ohm
//Vout=1.1 V
exit();
|
4df53c2064e368fd436ebc9e2d1051b62830996f
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2258/CH1/EX1.7/1_7.sce
|
0906354a91b6967fa827517f52ea0fbcd787a4b4
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 364
|
sce
|
1_7.sce
|
clc();
clear;
// To calculate the wavelength associated with electron
M=9.1*10^-31; //mass of electron in kg
h=6.66*10^(-34);
E=2000; //energy in eV
Ej=E*1.6*10^-19; //energy in J
lamda=h/sqrt(2*M*Ej); //wavelength in m
lamda_nm=lamda*10^9; //converting lamda from m to nm
printf("The wavelength associated with electron is %f nm",lamda_nm);
|
4e4968a0e84a09df6a2685fced822ad09b9d99e5
|
76b8c4ba0a69d3281b658f0fcf0ec56a96e27581
|
/Workspace/Mission_A2.sce
|
a02faf235023562d075a05e5a894e96af3bec914
|
[] |
no_license
|
RomainJunca/ExoLife
|
0824fa566b38c5061f77592df6c38c3614dd8619
|
8da1524432d0ef1137d5e73e80cec339e6ec1c33
|
refs/heads/master
| 2020-05-25T14:08:07.353617
| 2017-03-20T08:31:32
| 2017-03-20T08:31:32
| 84,937,995
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 639
|
sce
|
Mission_A2.sce
|
//Mission A2
//On prend l'image donnée
path = "C:\Users\Jean-Guillaume P\Documents\Exia\A2\Projets\Imagerie\ExoLife\Images\Mission_A\Mars_surface.pbm"
img_in = readpbm(path);
//On utilise l'histogramme de cette image
histo = histogrammeFct(img_in);
//On utilise la fonction pourcentage qui calcule la moyenne de chaque valeur de chaque pixel de l'image et le remet en poucentage.
pourcent = pourcentagePixelsBlancs(img_in, histo);
//Affiche
figure;
plot(histo);
figure;
display_gray(img_in);
// Sauvegarde de l'image
writepbm(img_in, "C:\Users\Jean-Guillaume P\Documents\Exia\A2\Projets\Imagerie\ExoLife\Rendus\MissionA2.pbm");
|
9ca00b3a711b7503b9520ba4657e9d899834fae0
|
809a99d7e6ee4b97b4d8b0c0613bb57a99516c09
|
/signal_s1/td3/ylcq.sce
|
03febc68f12d2c535b87d88e49798ec91c6b16b4
|
[] |
no_license
|
JulieCapucine/tds
|
794822a49adc455ba1e3af0a83198da686e5cfec
|
93f6f42823e691d2932aad5aadf4e63f5c3fe49f
|
refs/heads/master
| 2021-01-13T08:51:25.605554
| 2016-10-21T16:03:14
| 2016-10-21T16:03:14
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,067
|
sce
|
ylcq.sce
|
funcprot(0)
clf()
// Ex.1
cd("/home/6im2/ylecoq/prog/tds/signal_s1/td3");
load("flute.dat");
x=flute;
N=length(x);
disp("N = " + string(N));
// plot(x)
// Ex.2
function ret = petit_gamma(x)
ret = convol(x,x(length(x):-1:1));
endfunction
function ret = GAMMA_L(x, L)
gamma_x = petit_gamma(x);
for i=1:L
for j=1:L
ret(i,j) = gamma_x(abs(i-j)+length(x));
end
end
endfunction
for L=1:3
disp("L = " + string(L));
petit_gamma_x = petit_gamma(x);
cL = petit_gamma_x((length(x)+1):(length(x)+L));
disp("cL = ");
disp(string(cL));
GAMMA_L_x = GAMMA_L(x, L);
disp("GAMMA_L = ");
disp(string(GAMMA_L_x));
hL = inv(GAMMA_L_x)*cL';
disp("hL = ");
disp(string(hL));
end
// Ex.3
function ret = x_chapeau()
ret = 0; // TODO !!
endfunction
function ret = EQM(x, L)
N = length(x);
somme = 0;
for n=1:N
somme = somme + (x(n)-x_chapeau(n))^2;
end
ret = somme/N;
endfunction
for L=1:3
disp("EQM avec L=" + string(L) + " = " + string(EQM(x,L)));
end
|
3a127d7798d398bc2428801287a1b3b6fbd359ae
|
458def2f7b4bd44cdf75f29a4c0cabed2e6ca516
|
/practice.sce
|
6c2ea9653fcc05c7faeed2a20b6a621df4584774
|
[] |
no_license
|
SoanKim/Presentation_Software
|
1a03bfc9e22bd2a874c5787ca89faa0947c09e67
|
382c84878496fce1e790386a4ff6c03741eb4974
|
refs/heads/master
| 2022-12-09T03:50:22.916992
| 2020-09-10T10:55:45
| 2020-09-10T10:55:45
| 294,382,441
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,101
|
sce
|
practice.sce
|
output_file OutputFile = new output_file;
sub CreateHeaderOutputFile(string sFilename) begin
string sTrialData;
### Adapt this part to your own experiment (add/remove/change column names)
sTrialData.append("TrialNo" + "\t");
sTrialData.append("StimulusTime" + "\t");
sTrialData.append("ButtonPressed" + "\t");
sTrialData.append("ReactionTime" + "\n");
###
OutputFile.open(sFilename, false); # Create file, end program if it already exists.
OutputFile.print(sTrialData); #Write data to file
OutputFile.close();
end;
sub WriteTrialToOutputFile(string sFilename) begin
string sTrialData = "";
### Adapt this part to your experiment. Note the similarity to the other output subroutine.
sTrialData.append(string(iTrialCount) + "\t"); # convert to string and write variable followed by a tab.
sTrialData.append(string(iStimulusTime) + "\t");
sTrialData.append(string(iButtonPressed) + "\t");
sTrialData.append(string(iReactionTime) + "\n");
###
OutputFile.open_append(sFilename);
OutputFile.print(sTrialData);
OutputFile.close();
end;
|
cf76d3716eb45fed3fd5afdd8e4564d98bd6a4a4
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2912/CH12/EX12.2/Ex12_2.sce
|
ea82adba86c6379aaabe45c978b63e0bf61ae465
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 551
|
sce
|
Ex12_2.sce
|
// chapter 12
// example 12.2
// calculate numerical aperture and the acceptance angle of an optical fibre
// page 360
clear;
clc;
// given
u1=1.55; // refractive index of core
u2=1.50; // refractive index of cladding
//calculate
d=(u1-u2)/u1; // calculation of fractional index change
NA=u1*sqrt(2*d); // calculation of numerical aperture
printf('\nThe numerical aperture of the fibre is \tNA=%.3f',NA);
theta=asind(NA); // calculation of acceptance angle
printf('\nThe acceptance angle of the optical fibre is \t%.1f degree',theta);
|
a80f6c76f5d0e9ea3d19881599033da58e3fbf07
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3705/CH8/EX8.7/Ex8_7.sce
|
fefb67c2f9de3de12c16f6f68ee9d2d7b65c5f82
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,101
|
sce
|
Ex8_7.sce
|
clear//
//Vairable Declaration
sigma_x=40 //Stress in x in MPa
sigma_y=20 //Stress in y in MPa
tau_xy=16 //Shear in xy in MPa
//Calculations
sigma=(sigma_x+sigma_y)*0.5 //Normal Stress in MPa
R=sqrt(((sigma_x-sigma_y)*0.5)**2+tau_xy**2) //Resultant Stress in MPa
//Part 1
sigma1=sigma+R //Principal Stress in MPa
sigma2=sigma-R //Principal Stress in MPa
theta=atan(tau_xy*((sigma_x-sigma_y)*0.5)**-1)*180*%pi**-1*0.5 //Orientation in degrees
//Part 2
tau_max=18.87 //From figure in MPa
//Part 3
sigma_xdash=sigma+tau_max*cos((100-theta*2)*%pi*180**-1) //Stress in MPa
sigma_ydash=sigma-tau_max*cos((100-theta*2)*%pi*180**-1) //Stress in MPa
tau_x_y=tau_max*sin((100-2*theta)*%pi*180**-1) //Shear stress in MPa
//Result
printf("\n The principal Stresses are")
printf("\n Sigma1= %0.1f MPa and Sigma2= %0.1f MPa",sigma1,sigma2)
printf("\n The Principal Plane is at %0.0f degrees",theta)
printf("\n The Maximum Shear Stress is %0.3f MPa",tau_max)
printf("\n Sigma_x= %0.0f MPa and Sigma_y= %0.2f MPa",sigma_xdash,sigma_ydash)
printf("\n Tau_xy= %0.2f MPa",tau_x_y)
|
18d5ad200adcb2b956ee00e25de657ca131d42aa
|
31cc146b7597c1571ad100fc4dd888898b1b4eb0
|
/io/write_obj.sce
|
d90c9830604e8d5f5a684137cde762161ca9814e
|
[] |
no_license
|
rigid1980/gpp_scilab
|
a525ae046722e7ba52ebea6003ce712b51631ff6
|
fadb75dea26cf341e6dc60874efd88c016df4f3b
|
refs/heads/master
| 2016-09-11T08:37:44.538715
| 2014-03-26T08:37:35
| 2014-03-26T08:37:35
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,496
|
sce
|
write_obj.sce
|
//// write_obj
// Write mesh data to OBJ format mesh file
//
//// Syntax
// write_obj(filename,face,vertex)
//
//// Description
// filename : string, file to read.
// face : double array, nf x 3 array specifying the connectivity of the mesh.
// vertex : double array, nv x 3 array specifying the position of the vertices.
// color : double array, nv x 3 or nf x 3 array specifying the color of the vertices or faces.
//
//// Example
// write_obj('cube.obj',face,vertex);
//
//// Contribution
// Author: Meng Bin
// History: 2014/03/05 file created
// Revised: 2014/03/07 by Meng Bin, Block write to enhance writing speed
// Revised: 2014/03/17 by Meng Bin, modify doc format
//
// Copyright 2014 Computational Geometry Group
// Department of Mathematics, CUHK
// http://www.lokminglui.com
function write_obj(filename,face,vertex)
fid = fopen(filename,'wt');
if( fid==-1 )
error('Can''t open the file.');
return;
end
nvert = size(vertex, 1);
nface = size(face, 1);
nvert_face = size(face, 2);
//write logo
fprintf (fid, '#Generated by geometric processing package.\n');
//write vertex
//fprintf (fid, '# Vertex Definitions\n');
for i = 1:nvert
fprintf (fid, 'v //.6f //.6f //.6f //.1f\n',vertex(i,1), vertex(i,2), vertex(i,3), 1);
end
//write face
//fprintf (fid, '# Face Definitions\n');
for i = 1:nface
fprintf (fid, '//s ','f');
for j = 1:nvert_face
fprintf (fid, '//d ',face(i,j)-1);
end
fprintf (fid, '\n');
end
fclose(fid);
|
c1a963058bcecb4379524ce7a30e4c0d8d5db81b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1808/CH5/EX5.1/Chapter5_Exampl1.sce
|
7e505ea82454c334395817bad0f512494306fe30
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 2,357
|
sce
|
Chapter5_Exampl1.sce
|
clc
clear
//INPUT DATA
g=1.4;//for isentropic compression
n=1.3;//for polytropic compression
p1=1;//pressure in bar
v1=0.05;//piston displacement in m^3
R=0.287;//gas constant
Rp=6;//compression ratio at constant pressure
t1=293;//temperature in K
//CALCULATIONS
//Isentropic copression
m=(p1*10^5*v1)/(1000*R*t1);//mass of air handled in kg
t21=t1*(Rp^((g-1)/g));//Temperature at the end of compression
ws=p1*10^5*v1/1000;//workdone by air during suction
wc=m*R*(t21-t1)/(g-1);//workdone by air during compression
wd=m*R*t21;//workdone by air during delivery
wn=wc+wd-ws;//net work done on air during cycle in kJ
//Polytropic compression
t2=t1*(Rp^((n-1)/n));//Temperature at the end of compression
ws1=p1*10^2*v1;//workdone by air during suction
wc1=m*R*(t2-t1)/(n-1);//workdone by air during compression
Qc1=((g-n)/(g-1))*wc1;//Heat transferred to the cylinder walls
wd1=m*R*t2;//workdone by air during delivery
wn1=wc1+wd1-ws1;//net work done on air during cycle in kJ
//Isothermal compression
ws2=p1*10^2*v1;//workdone by air during suction
wc2=p1*10^2*v1*log(Rp);//workdone by air during compression
wd2=p1*10^2*v1;//workdone by air during delivery
wn2=wc2+wd2-ws2;//net work done during cycle
//OUTPUT
printf('(i)isentropic compression \n (a)Temperature at the end of compression is %3.2f K \n (b)Workdone by air during suction is %3.1f kNm \n (c)workdone during compression is %3.3f kJ \n heat transfer to the cylinder walls is zero \n (d)workdone on air during delivery %3.2f kJ \n (e)Net workdone on air during cycle is %3.4f kJ \n',t21,ws,wc,wd,wn)
printf('(i)Polytropic compression \n (a)Temperature at the end of compression is %3.2f K \n (b)Workdone by air during suction is %3.1f kNm \n (c)workdone during compression is %3.3f kJ \n heat transfer to the cylinder walls is %3.4f kJ \n (d)workdone on air during delivery %3.2f kJ \n (e)Net workdone on air during cycle is %3.4f kJ \n',t2,ws1,wc1,Qc1,wd1,wn1)
printf('(i)isothermal compression \n (a)Temperature at the end of compression is 293K \n (b)Workdone by air during suction is %3.1f kNm \n (c)workdone during compression is %3.3f kJ \n heat transfer to the cylinder walls is equal to workdone during compression \n (d)workdone on air during delivery %3.2f kJ \n (e)Net workdone on air during cycle is %3.4f kJ \n',ws2,wc2,wd2,wn2)
|
1505592553c2b67975cad5d56da7127f077b2817
|
fa9b149d7f99d0d638c3cd298a05ffcc611565a3
|
/getABCD.sce
|
96c6499cfb6e61a50d5d09200acf11144f15b6bc
|
[] |
no_license
|
kaushikmallick/getStateSpace
|
d40ef05c74b6f35a0cfb98015f1acabd2012f788
|
b62a21c00fb47fa3cacd05b9b16ff5ef9d858f56
|
refs/heads/master
| 2021-01-10T19:48:46.581957
| 2013-10-28T17:54:33
| 2013-10-28T17:54:33
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 952
|
sce
|
getABCD.sce
|
//uCol = num_state + num_invar;
//yCol = uCol + num_outvar;
// using new functions ReOrderStateEqns
// it brings all the state eqn to top
polymat = ReOrderStateEqns(polymat, num_state);
Rcols = [1:(num_state + num_invar + num_outvar)];
Mcols = [(num_state + num_invar + num_outvar + 1) :size(polymat,'c')];
//Mcols = filt(1:size(polymat,'c'), Rcols);
// row elimination
//eqn_to_remove = findRow(coeff(polymat,0), num_state+1);
//EqnsToKeepInPolymat = [1:eqn_to_remove-1, eqn_to_remove+1:size(polymat,'r')];
//Rmin = polymat(EqnsToKeepInPolymat,:);
//Rmin = MinKer(Rmin);
Rmin = MinKer(polymat);
R = Rmin(:, Rcols);
M = Rmin(:, Mcols);
//disp(max(degree(M)),'to check if 0');
M = coeff(M,0);
LeftAnnihilator = kernel(M')';
LeftAnnihilator = IpolishLeftAnn(LeftAnnihilator,num_state);
Rker1 = LeftAnnihilator*R;
premultIdown = gauss(coeff(Rker1(:,$), 0));
Rker2 = premultIdown*Rker1;
[Rker2,A,B,C,D] = RowManipulatePlusIs(Rker2, num_state);
|
1ef96b6bf254946d589a2eedc36e5f2b478b56ff
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/34/CH9/EX9.6/Ch9Exa6.sci
|
3e0483e590c3ffee1ccd51fa669840ae8b68ebed
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 305
|
sci
|
Ch9Exa6.sci
|
T= 2.7; //blackbody temperature, K
Lambda= 2.898*10^(-3)/T; //using wein's displacement law, Eqn 9.40, m
Lambda= Lambda*10^(3); //converting to mm
disp(Lambda,"The wavelength for maximum radiation, in mm, is: ")
//Result
// The wavelength for maximum radiation, in mm, is:
// 1.0733333
|
3b2b6c6ff2caf1d034f71be59774cd08070c0ef8
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2207/CH1/EX1.11.1/ex_1_11_1.sce
|
d7dd60c6e34c17e79bf66ba0825c05aa4e8c90b1
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 263
|
sce
|
ex_1_11_1.sce
|
//Example 1.11.1: peak reverse recovery current
clc;
clear;
close;
//given data :
itt=10;// time in micro seconds
qtt=150;//charge in micro colums
prrc=((2*qtt)/itt);//peak reverse recovery current in amperes
disp(prrc,"peak reverse recovery current in amperes")
|
9465d2308b0808ca3d897cc867e4e785d0bf444a
|
01ecab2f6eeeff384acae2c4861aa9ad1b3f6861
|
/xcos_blocks/HH_RG_3s.sci
|
2e554671a85170d49cd42da9be0aa64523901f92
|
[] |
no_license
|
jhasler/rasp30
|
9a7c2431d56c879a18b50c2d43e487d413ceccb0
|
3612de44eaa10babd7298d2e0a7cddf4a4b761f6
|
refs/heads/master
| 2023-05-25T08:21:31.003675
| 2023-05-11T16:19:59
| 2023-05-11T16:19:59
| 62,917,238
| 3
| 3
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 3,933
|
sci
|
HH_RG_3s.sci
|
function [x,y,typ]=HH_RG_3s(job,arg1,arg2)
x=[];y=[];typ=[];
select job
case 'plot' then standard_draw(arg1)
case 'getinputs' then [x,y,typ]=standard_inputs(arg1)
case 'getoutputs' then [x,y,typ]=standard_outputs(arg1)
case 'getorigin' then [x,y]=standard_origin(arg1)
case 'set' then
x=arg1;graphics=arg1.graphics;model=arg1.model;exprs=graphics.exprs;
while %t do
[ok,num_of_blk,mblif_num,HH_RG_3s_Nafb_ibias,HH_RG_3s_syn0_ibias,HH_RG_3s_syn1_ibias,HH_RG_3s_syn2_ibias,HH_RG_3s_pfet_ibias,HH_RG_3s_nmr_ibias,HH_RG_3s_Na_ibias,HH_RG_3s_Na_pbias,HH_RG_3s_Na_nbias,HH_RG_3s_K_ibias,HH_RG_3s_K_pbias,HH_RG_3s_K_nbias,HH_RG_3s_buf_ibias,HH_RG_3s_comp_ibias,HH_RG_3s_cap0,fix_loc,exprs]=scicos_getvalue('New Block Parameter',['num_of_blk';'mblif_num';'HH_RG_3s_Nafb_ibias';'HH_RG_3s_syn0_ibias';'HH_RG_3s_syn1_ibias';'HH_RG_3s_syn2_ibias';'HH_RG_3s_pfet_ibias';'HH_RG_3s_nmr_ibias';'HH_RG_3s_Na_ibias';'HH_RG_3s_Na_pbias';'HH_RG_3s_Na_nbias';'HH_RG_3s_K_ibias';'HH_RG_3s_K_pbias';'HH_RG_3s_K_nbias';'HH_RG_3s_buf_ibias';'HH_RG_3s_comp_ibias';'HH_RG_3s_cap0';'fix_loc'],list('vec',-1,'vec',-1,'vec',-1,'vec',-1,'vec',-1,'vec',-1,'vec',-1,'vec',-1,'vec',-1,'vec',-1,'vec',-1,'vec',-1,'vec',-1,'vec',-1,'vec',-1,'vec',-1,'vec',-1,'vec',-1),exprs);
if ~ok then break,end
if ok then
model.ipar=[num_of_blk,mblif_num];
model.rpar=[HH_RG_3s_Nafb_ibias,HH_RG_3s_syn0_ibias,HH_RG_3s_syn1_ibias,HH_RG_3s_syn2_ibias,HH_RG_3s_pfet_ibias,HH_RG_3s_nmr_ibias,HH_RG_3s_Na_ibias,HH_RG_3s_Na_pbias,HH_RG_3s_Na_nbias,HH_RG_3s_K_ibias,HH_RG_3s_K_pbias,HH_RG_3s_K_nbias,HH_RG_3s_buf_ibias,HH_RG_3s_comp_ibias,HH_RG_3s_cap0,fix_loc'];
graphics.exprs=exprs;
x.graphics=graphics;
x.model=model
break;
end
end
case 'define' then
num_of_blk=1;
mblif_num=0;
HH_RG_3s_Nafb_ibias=50e-9;
HH_RG_3s_syn0_ibias=50e-9;
HH_RG_3s_syn1_ibias=50e-9;
HH_RG_3s_syn2_ibias=50e-9;
HH_RG_3s_pfet_ibias=50e-9;
HH_RG_3s_nmr_ibias=50e-9;
HH_RG_3s_Na_ibias=2e-6;
HH_RG_3s_Na_pbias=2e-6;
HH_RG_3s_Na_nbias=2e-6;
HH_RG_3s_K_ibias=2e-6;
HH_RG_3s_K_pbias=2e-6;
HH_RG_3s_K_nbias=2e-6;
HH_RG_3s_buf_ibias=2e-6;
HH_RG_3s_comp_ibias=2e-6;
HH_RG_3s_cap0=1;
fix_loc=[0;0;0];
model=scicos_model();
model.sim=list('HH_RG_3s_c',5);
model.in=[-1;-1;-1;-1;-1;-1;-1];
model.in2=[-1;-1;-1;-1;-1;-1;-1];
model.intyp=[-1;-1;-1;-1;-1;-1;-1];
model.out=[-1;-1];
model.out2=[-1;-1];
model.outtyp=[-1;-1];
model.ipar=[num_of_blk,mblif_num];
model.rpar=[HH_RG_3s_Nafb_ibias,HH_RG_3s_syn0_ibias,HH_RG_3s_syn1_ibias,HH_RG_3s_syn2_ibias,HH_RG_3s_pfet_ibias,HH_RG_3s_nmr_ibias,HH_RG_3s_Na_ibias,HH_RG_3s_Na_pbias,HH_RG_3s_Na_nbias,HH_RG_3s_K_ibias,HH_RG_3s_K_pbias,HH_RG_3s_K_nbias,HH_RG_3s_buf_ibias,HH_RG_3s_comp_ibias,HH_RG_3s_cap0,fix_loc'];
model.blocktype='d';
model.dep_ut=[%f %t]; //[block input has direct feedthrough to output w/o ODE block always active]
exprs=[sci2exp(num_of_blk);sci2exp(mblif_num);sci2exp(HH_RG_3s_Nafb_ibias);sci2exp(HH_RG_3s_syn0_ibias);sci2exp(HH_RG_3s_syn1_ibias);sci2exp(HH_RG_3s_syn2_ibias);sci2exp(HH_RG_3s_pfet_ibias);sci2exp(HH_RG_3s_nmr_ibias);sci2exp(HH_RG_3s_Na_ibias);sci2exp(HH_RG_3s_Na_pbias);sci2exp(HH_RG_3s_Na_nbias);sci2exp(HH_RG_3s_K_ibias);sci2exp(HH_RG_3s_K_pbias);sci2exp(HH_RG_3s_K_nbias);sci2exp(HH_RG_3s_buf_ibias);sci2exp(HH_RG_3s_comp_ibias);sci2exp(HH_RG_3s_cap0);sci2exp(fix_loc)];
gr_i=['text=[''HH_RG_3s''];';'xstringb(orig(1),orig(2),txt,sz(1),sz(2),''fill'');']
x=standard_define([5 3],model, exprs,gr_i) //Numbers define the width and height of block
end
endfunction
|
c2872c231ad879a032e1665a20e0f38767d718ff
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/680/CH5/EX5.07/5_07.sce
|
09b6d3c8990b91d14e8bd21313077756097cf9ee
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 291
|
sce
|
5_07.sce
|
//Problem 5.07:
//initializing the variables:
P = 1; // in atm
tm = 68.6;
pS = 0.005;
W = 112.5;
MWS = 32;
//calculation:
wS = pS*W
nS = wS/MWS
perSO2bymol = nS*100/tm
ppSO2 = perSO2bymol/100
printf("\n\nResult\n\n")
printf("\n patial pressures for SO2 = %.2E atm ",ppSO2)
|
253dec1202e33548678788654571cf3aad830812
|
6e51f2fdd036612dc2b51c405904fed97d2ae8b0
|
/src/test_meta_2_b.tst
|
56b3e5473a4f9bcb3842e29d002949144a6d318d
|
[
"Zlib",
"BSD-3-Clause",
"OML",
"MIT"
] |
permissive
|
joe-nano/ciyam
|
92c6ccb58029a1b2a641a7e00417ab524cb9f957
|
a92c296b911b29620a7bb3b758eb55339e040219
|
refs/heads/master
| 2022-04-16T14:39:55.822434
| 2020-03-27T06:39:13
| 2020-03-27T06:39:13
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 4,385
|
tst
|
test_meta_2_b.tst
|
> storage_restore ciyam
Creating table T_Meta_User...
Inserted 2 rows into table T_Meta_User...
Creating indexes for table T_Meta_User...
Creating table T_Meta_Workgroup...
Inserted 1 rows into table T_Meta_Workgroup...
Creating indexes for table T_Meta_Workgroup...
Creating table T_Meta_Type...
Inserted 58 rows into table T_Meta_Type...
Creating indexes for table T_Meta_Type...
Creating table T_Meta_Enum...
Inserted 15 rows into table T_Meta_Enum...
Creating indexes for table T_Meta_Enum...
Creating table T_Meta_Enum_Item...
Inserted 150 rows into table T_Meta_Enum_Item...
Creating indexes for table T_Meta_Enum_Item...
Creating table T_Meta_Model...
Inserted 1 rows into table T_Meta_Model...
Creating indexes for table T_Meta_Model...
Creating table T_Meta_Class...
Inserted 2 rows into table T_Meta_Class...
Creating indexes for table T_Meta_Class...
Creating table T_Meta_Field...
Inserted 40 rows into table T_Meta_Field...
Creating indexes for table T_Meta_Field...
Creating table T_Meta_Index...
Inserted 10 rows into table T_Meta_Index...
Creating indexes for table T_Meta_Index...
Creating table T_Meta_Modifier...
Inserted 23 rows into table T_Meta_Modifier...
Creating indexes for table T_Meta_Modifier...
Creating table T_Meta_Modifier_Affect...
Inserted 24 rows into table T_Meta_Modifier_Affect...
Creating indexes for table T_Meta_Modifier_Affect...
Creating table T_Meta_Procedure...
Inserted 1 rows into table T_Meta_Procedure...
Creating indexes for table T_Meta_Procedure...
Creating table T_Meta_Procedure_Arg...
Creating indexes for table T_Meta_Procedure_Arg...
Creating table T_Meta_Relationship...
Inserted 1 rows into table T_Meta_Relationship...
Creating indexes for table T_Meta_Relationship...
Creating table T_Meta_Specification_Type...
Inserted 344 rows into table T_Meta_Specification_Type...
Creating indexes for table T_Meta_Specification_Type...
Creating table T_Meta_Specification...
Inserted 82 rows into table T_Meta_Specification...
Creating indexes for table T_Meta_Specification...
Creating table T_Meta_Permission...
Creating indexes for table T_Meta_Permission...
Creating table T_Meta_View_Type...
Inserted 3 rows into table T_Meta_View_Type...
Creating indexes for table T_Meta_View_Type...
Creating table T_Meta_View...
Inserted 2 rows into table T_Meta_View...
Creating indexes for table T_Meta_View...
Creating table T_Meta_View_Field_Type...
Inserted 3 rows into table T_Meta_View_Field_Type...
Creating indexes for table T_Meta_View_Field_Type...
Creating table T_Meta_View_Field...
Inserted 24 rows into table T_Meta_View_Field...
Creating indexes for table T_Meta_View_Field...
Creating table T_Meta_List_Type...
Inserted 9 rows into table T_Meta_List_Type...
Creating indexes for table T_Meta_List_Type...
Creating table T_Meta_List...
Inserted 2 rows into table T_Meta_List...
Creating indexes for table T_Meta_List...
Creating table T_Meta_List_Field_Type...
Inserted 10 rows into table T_Meta_List_Field_Type...
Creating indexes for table T_Meta_List_Field_Type...
Creating table T_Meta_List_Field...
Inserted 9 rows into table T_Meta_List_Field...
Creating indexes for table T_Meta_List_Field...
Creating table T_Meta_Auto_Code...
Inserted 1 rows into table T_Meta_Auto_Code...
Creating indexes for table T_Meta_Auto_Code...
Creating table T_Meta_Module...
Creating indexes for table T_Meta_Module...
Creating table T_Meta_Application...
Creating indexes for table T_Meta_Application...
Creating table T_Meta_Specification_Field_Action...
Creating indexes for table T_Meta_Specification_Field_Action...
Creating table T_Meta_Initial_Record...
Inserted 6 rows into table T_Meta_Initial_Record...
Creating indexes for table T_Meta_Initial_Record...
Creating table T_Meta_Initial_Record_Value...
Inserted 180 rows into table T_Meta_Initial_Record_Value...
Creating indexes for table T_Meta_Initial_Record_Value...
Creating table T_Meta_Package_Type...
Inserted 4 rows into table T_Meta_Package_Type...
Creating indexes for table T_Meta_Package_Type...
Creating table T_Meta_Package...
Inserted 2 rows into table T_Meta_Package...
Creating indexes for table T_Meta_Package...
Creating table T_Meta_Package_Option...
Inserted 14 rows into table T_Meta_Package_Option...
Creating indexes for table T_Meta_Package_Option...
Creating table T_Meta_Application_Script...
Creating indexes for table T_Meta_Application_Script...
>
|
528cea3561cffdffd26c9fd1630b3a678cf47051
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1910/CH8/EX8.1/Chapter81.sce
|
4978600cff44335eeb52866e9e027f8145618987
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,392
|
sce
|
Chapter81.sce
|
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Introduction to heat transfer by S.K.Som, Chapter 8, Example 1")
//Water is heated by a vertical flat plate length(L=200mm or .2m )by breadth(B=200mm) which is maintained at temprature,Tw=60°C
Tw=60;
L=.2;
B=.2;// in metre
//Area(A) is L*B
A=L*B;
//Water is at temprature,Tinf=20°C
Tinf=20;
//At mean film temprature 40°C The physical properties parameters can be taken as
//conductivity(k=0.0628W/(m*K)),Prandtl number(Pr=4.34),density(rho=994.59kg/m^3),kinematic viscosity(nu=0.658*10^-6m^2/s),volume expnasion coefficient(Beta=3*10^-4K^-1))
k=0.628;
Pr=4.34;
rho=994.59;
nu=0.658*10^-6;
Beta=3*10^-4;
//g is acceleration due to gravity =9.81m/s^2
g=9.81;
//Grashoff number is given by GrL=(g*beta*(Tw-Tinf)*L^3)/(nu)^2
disp("Grashoff number is")
GrL=(g*Beta*(Tw-Tinf)*L^3)/(nu)^2
//Rayleigh number is defined as RaL=GrL*Pr
disp("Rayleigh number is")
RaL=GrL*Pr
disp("Therefore the flow is turbulent")
disp("Now we use [(hbarL*L)/k]=0.10*(GrL*Pr)^(1/3)")
//hbarL is the average heat transfer coefficient
disp("The average heat transfer coefficient in W/(m^2*K) is")
hbarL=(0.10*(GrL*Pr)^(1/3)*k)/L
//The rate of heat transfer is given by q=hbarL*A*(Tw-Tinf)
disp("The rate of heat transfer in W is")
q=hbarL*A*(Tw-Tinf)
|
bb194ad640de4decbf1932ac476715410b68c039
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/842/CH10/EX10.33/Example10_33.sce
|
bfcb566d5351bcd548b04d5b916385969053817e
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 291
|
sce
|
Example10_33.sce
|
//clear//
// Example10.33:Differentiation Property of Unilateral Ztransform
// x[n] = (a)^(n+1).u[n+1]
syms n z;
a = 0.5;
x =(a)^(n+1)
X = symsum(x*(z^(-n)),n,-1,%inf)
disp(X,"ans=")
//Result
//X(z)= 0.5*(2^(-%inf-1)*z^(-%inf-1)-2*z)/(1/(2*z)-1)
//Equivalent to z/(1-0.5*z^-1)
|
17ea398be2f57f0abe20b228a0f3e02c6cf2de42
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1976/CH4/EX4.12/Ex4_12.sce
|
1d54fc39f3d38a2eb7cfeda83032ac39037bf3f4
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 924
|
sce
|
Ex4_12.sce
|
//To Determine the Continous Rating of the Motor for Suitable Conditions
//Page 229
clc;
clear;
T=120; //Total Time
t1=0; //Power Rise to 1050
t2=15; //Constant Power of 600
t3=85; //Regenerative Breaking at 200
t4=95; //Motor At Rest
t5=120; //End
//Note Power Rating are in Horse Power
HP1=1050; //First Rise
T1=(t2-t1); //Time for Rise of the Horse Power
HP2=600; //Constant Power
T2=(t3-t2); //Time For which the power is constant
HP3=200; //Braking Initial Point
T3=(t4-t3); //Time Period of Breaking
//Different Intergration
I1=integrate('((HP1/T1)*t)^2','t',t1,t2);
I2=integrate('(HP2^2)','t',t2,t3);
I3=integrate('((HP3/T3)*t)^2','t',0,T3);
HPrms=sqrt((I1+I2+I3)/120);
HPav=(((HP1*T1/2)+(HP2*T2)+(HP3*T3/2))/T);
printf('i) The H.P Rating according to the RMS Value of loading is %g hp\n',HPrms)
printf('ii) The H.P Rating according to the Average Value of Loading is %g hp\n',HPav)
|
e16447fb45a28aced94f311d4e2794b21704145b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/842/CH4/EX4.12/Example4_12.sce
|
a5020572873b0107a5abfd2a445a611ee37d6a8c
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 605
|
sce
|
Example4_12.sce
|
//clear//
//Example 4.12:Continuous Time Fourier Transform:
//Derivative property
clear;
clc;
close;
// CTFT
t = -1:0.1:1;
x1 = ones(1,length(t));
x2 = [-1,zeros(1,length(t)-2),-1];
x = t;
//differentiation of x can be expressed as
//summation of x1 and x2
subplot(3,1,1)
a = gca();
a.x_location = "origin";
a.y_location = "origin";
plot(t,x1)
xtitle('x1(t)')
subplot(3,1,2)
a = gca();
a.x_location = "origin";
a.y_location = "origin";
plot2d3('gnn',t,x2)
xtitle('x2(t)')
subplot(3,1,3)
a = gca();
a.x_location = "origin";
a.y_location = "origin";
plot(t,x)
xtitle('x(t)')
|
9208f1c22ed666ba048a71554179d464d3aef223
|
44dccf35d0d05580e3fc20af3b7697b3c638d82d
|
/testcases/detectMinEigenFeatures/7.sce
|
a3f2364d669f3fbc101febd1732e2594cbbfe74d
|
[] |
no_license
|
surirohit/Scilab-Image-Processing-Toolbox-Unclean
|
213caacd69badd81ec0f99a800f44a2cf8f79b5d
|
3a8057f8a8d05e7efd83704a0e732bdda23fa3a0
|
refs/heads/master
| 2020-04-09T07:31:20.042501
| 2016-06-28T09:33:57
| 2016-06-28T09:33:57
| 60,406,367
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 94
|
sce
|
7.sce
|
i = imread('test1.jpg');
corners = detectMinEigenFeatures(i,'MinQuality',1.1);
disp(corners);
|
c7c6082003bf6d6af3aa5e9c15e2ed923e0702f9
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2891/CH3/EX3.5/Ex3_5.sce
|
fa1ff961b307ca90a10c36b4a29183a320be854a
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 341
|
sce
|
Ex3_5.sce
|
//Exa 3.5
clc;
close;
clear;
// given:
f=500 //frequency in mega hertz
f=500*10^6 //frequency in hertz
c=3*10^8 //speed of light in m/s
Gdmax=1.644 // directivity of a half wave dipole
lambda=c/f //wavelength in meter
Ae=((lambda)^2*Gdmax)/(4*(%pi)) // Effective area in m^2
disp(Ae,"effective area of half wave dipole in m^2:")
|
e363cf2d950851a70ddeecd710ad3243bf8d4a30
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1223/CH7/EX7.4/Ex7_4.sce
|
f0e336f3e97df1f33635eb65ebfab249008c90f2
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 190
|
sce
|
Ex7_4.sce
|
clear;
clc;
//Example 7.4
fL=20*10^-3;//KHz
Rd=6.7;
Rl=10;
Ts=1/(2*%pi*fL);
printf('\ntime constant=%.3f ms\n',Ts)
Cc=Ts/(Rd+Rl);
printf('\ncoupling capacitance=%.3f microF\n',Cc)
|
1caa9694124810b0b6a765b2db00bd23b8d86c12
|
132b4ac959b21691290ffeefbc31eefe24500a25
|
/a2/Inc16.tst
|
a99ac20b10432ef46525153da01fcae4931e668e
|
[] |
no_license
|
HanlonsStraightRazor/cs310
|
df790b8c10b1ebb942313b4a620fd3ce655a075b
|
0a053116659eb65ffacb9bf410774e31b17e8fbd
|
refs/heads/master
| 2023-03-12T22:35:35.357502
| 2021-03-02T20:47:48
| 2021-03-02T20:47:48
| 343,901,992
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 285
|
tst
|
Inc16.tst
|
load Inc16.hdl,
output-file Inc16.out,
compare-to Inc16.cmp,
output-list in%B1.16.1 out%B1.16.1;
set in %B0000000000000000,
eval,
output;
set in %B1111111111111111,
eval,
output;
set in %B1010101010101010,
eval,
output;
set in %B0001001000110100,
eval,
output;
|
62b167457eebe522b15834cc77b2b53642457da2
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/548/CH9/EX9.3/9_03.sce
|
1c5a310309043e0bb98b87870c873c7bb88ded87
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 272
|
sce
|
9_03.sce
|
pathname=get_absolute_file_path('9_03.sce')
filename=pathname+filesep()+'9_03data.sci'
exec(filename)
T=Mdot*(Ve-V)+(Pe-P)*Ae;
disp(T,"T=","T=Mdot*(Ve-V)+(Pe-P)*Ae","Thrust of the turbojet T:")
printf("\Answer:\n")
printf("\n\Mean effective pressure : %f N\n\n",T)
|
59dbdb52183f5db6f54485250981e76b2496cfc2
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/22/CH4/EX4.26/ch4ex26.sce
|
cdc4b7ab1c0a7d81654e63c387f64ea98384359b
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 80
|
sce
|
ch4ex26.sce
|
s=poly(0,'s')
h=syslin('c',((10*s+1000)/(s^2+2*s+100)))
clf();bode(h,0.1,100);
|
1dacfccd27fb2d1da6e97ff36fd2dadd8e1a3221
|
a5de878687ee2e72db865481785dafbeda373e2a
|
/trunck/OpenPR-0.0.2/demos/wpca.dem.sce
|
d5b36edcb390fbccc2a196b25d6cdbc7335b36ed
|
[
"BSD-3-Clause"
] |
permissive
|
Augertron/OpenPR
|
8f43102fd5811d26301ef75e0a1f2b6ba9cbdb73
|
e2b1ce89f020c1b25df8ac5d93f6a0014ed4f714
|
refs/heads/master
| 2020-05-15T09:31:08.385577
| 2011-03-21T02:51:40
| 2011-03-21T02:51:40
| 182,178,910
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 830
|
sce
|
wpca.dem.sce
|
//
mode(-1);
lines(0);
my_handle = scf(100001);
clf(my_handle,"reset");
demo_viewCode("wpca.dem.sce");
// DEMO START
my_plot_desc = "wpca";
my_handle.figure_name = my_plot_desc;
rotation = [7 -cos(3.14/4);sin(3.14/4) 1];
Train_Patterns = rand(2,100);
Train_Patterns = rotation* Train_Patterns;
weight = ones(100,1) ; //equal weight
plot2d(Train_Patterns(1,:),Train_Patterns(2,:),style=-4); //plot the data points
[eig_vec,m_vec,eig_val] = wpca(Train_Patterns,weight);
plot2d(m_vec(1),m_vec(2),style=-5); //plot the mean vector
//plot the first principal component
x=-1:0.1:7;
y=(eig_vec(2,1)/eig_vec(1,1))*(x-m_vec(1))+m_vec(2);
plot2d(x,y,style=2);
legends(["data";"data center";"eigen vector"],[-4,-5,2], with_box=%f, opt="?")
// DEMO END
|
c565802ac0a6d76472d3177fd15c4553ce12edf3
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/69/CH5/EX5.27/5_27.sce
|
5a7409f373a9a3bfa631a4607cadeef2abb3ff1b
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 121
|
sce
|
5_27.sce
|
clear; clc; close;
Vcc = 12;
Vbe = 0.7;
Rx = 1.1*(10^(3));
Ix = (Vcc-Vbe)/Rx;
disp(Ix,"Mirrored current :");
|
8005629cf04b84b713b0a92ebd4231ca61cd4896
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/551/CH13/EX13.28/28.sce
|
ea5a48a8474c7945dd9872a945df003bd4be0cad
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 813
|
sce
|
28.sce
|
clc
T1=373; //K
p1=1; //bar
p3=65; //bar
p4=p3;
Vs=0.0085; //m^3
ratio=21; //Air fuel ratio
r=15;
C=43890; //kJ/kg
cp=1;
cv=0.71;
V2=0.0006; //m^3
V1=0.009; //m^3
y=1.41;
V5=V1;
V3=V2;
R=287;
p2=p1*(r)^y;
T2=T1*r^(y-1);
T3=T2*p3/p2;
m=p1*10^5*V1/R/T1;
Q1=m*cv*(T3-T2); //Heat added during constant volume process 2-3
amt=Q1/C; //Amount of fuel added during the constant volume process 2-3
total=m/ratio; //Total amount of fuel added
quantity=total-amt; //Quantity of fuel added during the process 3-4
Q2=quantity*C; //Heat added during constant pressure process
T4=Q2/(m+total)/cp+T3;
V4=V3*T4/T3;
T5=T4*(V4/V5)^(y-1);
Q3=(m+total)*cv*(T5-T1); //Heat rejected during constant volume process 5-1
W=(Q1+Q2) - Q3;
n_th=W/(Q1+Q2);
disp("Thermal efficiency =")
disp(n_th)
|
3ff83e9321e1ade27c5d35c021e245acbd4817ea
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3875/CH10/EX10.15/10_15.sce
|
32babe3a30be835e9e45371e78c97e272eff35d4
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 480
|
sce
|
10_15.sce
|
clc;
clear;
lambda1=400*10^-9 //wavelength in m
lambda2=300*10^-9 //wavelength in m
V1=0.82 //stopping potential in V
V2=1.85 //stopping potential in V
c=3*10^8 //velocity of light in m/s
e=1.6*10^-19 //charge in C
//calculation
h=(e*(V1-V2)*(lambda1)*(lambda2))/(c*(lambda2-lambda1))
mprintf("\nThe Plancks constant is = %1.3e J-s\n",h)
mprintf("The photoelectric current will not be obtained as the stopping potential does not depend on the intensity of light")
|
59b7fb5acd2e2319374453be99887e13916d8320
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2825/CH14/EX14.4/Ex14_4.sce
|
61a5d1ea98b0e88b3f45c0d1f70580877914f2d2
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 292
|
sce
|
Ex14_4.sce
|
//Ex14_4 Pg-696
clc
NA=0.5 //numerical apperture
n1=1.54 //core refractive index
n2=sqrt(n1^2-NA^2) //cladding refractive index
printf("(1) Cladding refractive index = %.3f \n",n2)
RI=(n1-n2)/n1 //change in core cladding refractive index
printf(" (2) RI of the core = %.4f",RI)
|
26a1f704827726604653e3511b0c2116bfddfb01
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1808/CH3/EX3.5/Chapter3_Exampl5.sce
|
6d44da77521f14296ab11b573ec9b668b5c72892
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 419
|
sce
|
Chapter3_Exampl5.sce
|
clc
clear
//INPUT DATA
Tl=20;//engine temprature in Degree C
Th=500;//engine temprature in Degree C
g=1.4;//gas constant
v13=25;//expansion ratio
//CALCULATIONS
v14=((Th+273)/(Tl+273))^(1/(g-1));//Isentropic volume expansion
v43=v13/v14;//Overall expansion ratio
//OUTPUT
printf('(a)Isentropic volume expansion ratio (4-1)is %3.2f \n (b)Isentropic volume expansion ratio(4-3) is %3.2f',v14,v43)
|
f08337d740390318a28efba0b71fa13b194daef8
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1019/CH5/EX5.21/Example_5_21.sce
|
80ce60377e7746d998c7e9eb7e5f6cb472850ffa
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 483
|
sce
|
Example_5_21.sce
|
//Example 5.21
clear;
clc;
//Given
delHtrans=13.4;//latent heat of fusion in J g^-1
delVm=0.0126;//change in volume due to transition in cm^3 g^-1
T=368.5;//temperature in K
//To determine the increase in the transition point between 2 forms of sulphur for increase in atmospheric pressure
a=(delHtrans*10)/(T*delVm*1.01325);//a=(delP/delT)
b=a^(-1);//b=(delT/delP)
mprintf('The transition point between 2 forms of sulphur should be increased by %f K atm^-1',b);
//end
|
05c1c5ce9ee4f3721b06314f9d57e7b7e550438f
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1301/CH12/EX12.7/ex12_7.sce
|
4e0b6234f0c18e27f542a374b6e0ae23afdad494
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 211
|
sce
|
ex12_7.sce
|
clc;
e=1.6*10^-19; //charge on an electron in coulomb
q=10^-12; //charge on pith ball in coulomb
n=q/e; //calculating no of electrons
disp(n,"No. of electrons = "); //displaying result
|
027ff98c338820319dd23bbaba9753c0c0bbbcf8
|
048b7c76423fe27dee2e31a52bae93c95883614e
|
/macros/fht.sci
|
c6fd1bd66325e267bdb71c2f84b52a3bd13a2b34
|
[] |
no_license
|
vu2swz/FOSSEE-Signal-Processing-Toolbox
|
aa5f283d050be62418dddbf41552f197b9949c4c
|
d97a4b7e2f0f25fb5cd94bd90a3b822592179d1e
|
refs/heads/master
| 2021-08-19T20:06:19.346872
| 2017-11-27T09:57:21
| 2017-11-27T09:57:21
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 269
|
sci
|
fht.sci
|
function y=fht(d,n,dim)
funcprot(0);
rhs=argn(2);
if(rhs<1 | rhs>3)
error("Wrong number of input arguments.")
end
select(rhs)
case 1 then
y=callOctave("fht",d)
case 2 then
y=callOctave("fht",d,n)
case 3 then
y=callOctave("fht",d,n,dim)
end
endfunction
|
338adff1f08915399dc32bc24ad98687c097eac7
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1955/CH8/EX8.16/example16.sce
|
a63813759f32af789d6042e80330a8ac525e8f47
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,063
|
sce
|
example16.sce
|
clc
clear
//input data
n=3//Number of stages
D2=0.4//Outlet impeller diameter in m
b2=0.02//Outlet impeller width in m
b22=45//Backward vanes angle at outlet in degree
dA=0.1//Reduction in circumferential area
nm=0.9//Manometric efficiency of the pump
Q=0.05//Discharge of the pump in m^3/s
N=1000//Running speed of the pump in rpm
n0=0.8//Overall efficiency of the pump
g=9.81//Acceleration due to gravity in m/s^2
d=1000//Density of water in kg/m^3
//calculations
A2=(1-dA)*3.1415*D2*b2//Area of flow at outlet in m^2
Cr2=Q/A2//Flow velocity through impeller at outlet in m/s
U2=(3.1415*D2*N)/60//Outlet impeller tangential velocity in m/s
Wx2=Cr2//Exit relative velocity in m/s as tand(b22)=1
Cx2=U2-Wx2//Absolute whirl velocity in m/s
Hm=(nm*U2*Cx2)/g//Head over which pump has to operate in m
H=n*Hm//Total head generated by the pump in m
P=d*g*Q*Hm*n//Power output from the pump in W
Ps=P/n0*10^-3//Shaft power input in kW
//output
printf('(1)The head generated by the pump is %3.2f m\n(2)Shaft power input is %3.3f kW',H,Ps)
|
866307dc442f05ab9ec17df4c2a20f4073fef4bc
|
717ddeb7e700373742c617a95e25a2376565112c
|
/1766/CH2/EX3.39/EX2_39.sce
|
259b225e7e02d4ad9f9b004345f9ef3f68c38120
|
[] |
no_license
|
appucrossroads/Scilab-TBC-Uploads
|
b7ce9a8665d6253926fa8cc0989cda3c0db8e63d
|
1d1c6f68fe7afb15ea12fd38492ec171491f8ce7
|
refs/heads/master
| 2021-01-22T04:15:15.512674
| 2017-09-19T11:51:56
| 2017-09-19T11:51:56
| 92,444,732
| 0
| 0
| null | 2017-05-25T21:09:20
| 2017-05-25T21:09:19
| null |
UTF-8
|
Scilab
| false
| false
| 1,385
|
sce
|
EX2_39.sce
|
clc;funcprot(0);//Example 2.39
//Initilisation of Variables
K=250;....//thermal conductivity of fin in W/m*degrees celcius
h=30;....//heat transfer coefficient between fin and surrounding of air in W/m^2*degrees celcius
d=0.015;....//diameter of fin in m
Tb=250;...//base temparature of fin in degrees celcius
Ta=25;....//surrounding air temparature in degrees celcius
n1=6;...//number of fins for condition a
L1=0.15;....//Length of fins for condition a
n2=12;...//number of fins for condition b
L2=0.075;....//Length of fins for condition b
n3=3;...//number of fins for condition c
L3=0.3;....//Length of fins for condition c
//calculations
A=(%pi/4)*d^2;...//area of fin in m^2
m=sqrt((4*h)/(K*d));...//
Q1=n1*[K*A*m*(Tb-Ta)*tanh(m*L1)];....//heat transfer for 6 fins
Q2=n2*[K*A*m*(Tb-Ta)*tanh(m*L2)];....//heat transfer for 12 fins
Q3=n3*[K*A*m*(Tb-Ta)*tanh(m*L3)];....//heat transfer for 3 fins
E1=Q1/(n1*A*h*(Tb-Ta));....//effectiveness of fins for 6 fins in
E2=Q2/(n2*A*h*(Tb-Ta));....//effectiveness of fins for 12 fins in
E3=Q3/(n3*A*h*(Tb-Ta));....//effectiveness of fins for 3 fins in
disp(Q1,"a)heat transfer for 6 fins:")
disp(E1," effectiveness of fins for 6 fins:")
disp(Q2,"b)heat transfer for 12 fins:")
disp(E2," effectiveness of fins for 12 fins:")
disp(Q3,"c)heat transfer for 3 fins:")
disp(E3," effectiveness of fins for 3 fins:")
|
e84a39401d0e9aabc83fdb5b16988139e4124bb8
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/770/CH1/EX1.13/1_13.sce
|
152e55c97bd2e6147c789d7f4d7688dd3abd850e
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 595
|
sce
|
1_13.sce
|
clear;
clc;
//Example - 1.13
//Page number - 30
printf("Example - 1.13 and Page number - 30\n\n");
//Given
// Cp0=7.7+(0.04594*10^(-2)*T)+(0.2521*10^(-5)*T^(2))-(0.8587*10^(-9)*T^(3))
T_1 = 400;//[K]
T_2 = 500;//[K]
//(C)avg = q/(T_2 - T_1) = 1/(T_2 - T_1)*{(integrate('C','T',T_1,T_2))}
//(Cp0)avg = 1/(T_2 - T_1)*{(integrate('Cp0','T',T_1,T_2))}
Cp0_avg = (1/(T_2 - T_1))*integrate('7.7+(0.04594*10^(-2)*T)+(0.2521*10^(-5)*T^(2))-(0.8587*10^(-9)*T^(3))','T',T_1,T_2);
printf(" The mean heat capacity (Cp0_avg) for temerature range of 400 to 500 K is %f cal/mol-K",Cp0_avg);
|
097a3a6b499332eb3d15d228c4065cb282049719
|
f542bc49c4d04b47d19c88e7c89d5db60922e34e
|
/PresentationFiles_Subjects/CONT/JY25NGP/ATWM1_Working_Memory_MEG_JY25NGP_Session1/ATWM1_Working_Memory_MEG_Salient_Cued_Run1.sce
|
4f60e7e7160af6ffabf6833821514e4604e0dc6c
|
[] |
no_license
|
atwm1/Presentation
|
65c674180f731f050aad33beefffb9ba0caa6688
|
9732a004ca091b184b670c56c55f538ff6600c08
|
refs/heads/master
| 2020-04-15T14:04:41.900640
| 2020-02-14T16:10:11
| 2020-02-14T16:10:11
| 56,771,016
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 49,381
|
sce
|
ATWM1_Working_Memory_MEG_Salient_Cued_Run1.sce
|
# ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run1";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monitor_sounds = false;
active_buttons = 2;
response_matching = simple_matching;
button_codes = 10, 20;
default_font_size = 36;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 382; width = 382; color = 0, 0, 0;} frame1;
box { height = 369; width = 369; color = 255, 255, 255;} frame2;
box { height = 30; width = 4; color = 0, 0, 0;} fix1;
box { height = 4; width = 30; color = 0, 0, 0;} fix2;
box { height = 30; width = 4; color = 255, 0, 0;} fix3;
box { height = 4; width = 30; color = 255, 0, 0;} fix4;
box { height = 369; width = 369; color = 42, 42, 42;} background;
TEMPLATE "StimuliDeclaration.tem" {};
trial {
sound sound_incorrect;
time = 0;
duration = 1;
} wrong;
trial {
sound sound_correct;
time = 0;
duration = 1;
} right;
trial {
sound sound_no_response;
time = 0;
duration = 1;
} miss;
# Start of experiment (MEG only) - sync with CTF software
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
} expStart;
time = 0;
duration = 1000;
code = "ExpStart";
port_code = 80;
};
# baselinePre (at the beginning of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
}default;
time = 0;
duration = 10000;
#mri_pulse = 1;
code = "BaselinePre";
port_code = 91;
};
TEMPLATE "ATWM1_Working_Memory_MEG.tem" {
trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4;
41 62 292 292 399 125 1942 2992 2342 fixation_cross gabor_125 gabor_145 gabor_108 gabor_166 gabor_125 gabor_145 gabor_108_alt gabor_166_alt "1_1_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2350_gabor_patch_orientation_125_145_108_166_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_108_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_1_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_108_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1992 2992 2492 fixation_cross gabor_078 gabor_145 gabor_167 gabor_061 gabor_078 gabor_145_alt gabor_167 gabor_061_alt "1_2_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2500_gabor_patch_orientation_078_145_167_061_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_108_framed blank blank blank blank fixation_cross_target_position_2_4 "1_2_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_108_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2042 2992 2592 fixation_cross gabor_125 gabor_104 gabor_085 gabor_161 gabor_125 gabor_104 gabor_085_alt gabor_161_alt "1_3_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2600_gabor_patch_orientation_125_104_085_161_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_085_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_3_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_085_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2142 2992 2042 fixation_cross gabor_044 gabor_020 gabor_088 gabor_171 gabor_044 gabor_020_alt gabor_088_alt gabor_171 "1_4_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_2050_gabor_patch_orientation_044_020_088_171_target_position_2_3_retrieval_position_2" gabor_circ gabor_155_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_4_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_155_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2192 2992 2392 fixation_cross gabor_113 gabor_050 gabor_168 gabor_134 gabor_113 gabor_050_alt gabor_168 gabor_134_alt "1_5_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2400_gabor_patch_orientation_113_050_168_134_target_position_2_4_retrieval_position_2" gabor_circ gabor_096_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_5_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_096_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 1792 2992 2242 fixation_cross gabor_154 gabor_004 gabor_126 gabor_047 gabor_154_alt gabor_004 gabor_126 gabor_047_alt "1_6_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_300_300_399_1800_3000_2250_gabor_patch_orientation_154_004_126_047_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_126_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_6_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_126_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1742 2992 2042 fixation_cross gabor_084 gabor_168 gabor_102 gabor_016 gabor_084_alt gabor_168_alt gabor_102 gabor_016 "1_7_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2050_gabor_patch_orientation_084_168_102_016_target_position_1_2_retrieval_position_2" gabor_circ gabor_168_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_7_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_168_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1742 2992 2242 fixation_cross gabor_153 gabor_018 gabor_125 gabor_105 gabor_153 gabor_018_alt gabor_125 gabor_105_alt "1_8_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2250_gabor_patch_orientation_153_018_125_105_target_position_2_4_retrieval_position_2" gabor_circ gabor_018_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_8_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_018_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2242 2992 2142 fixation_cross gabor_123 gabor_056 gabor_140 gabor_092 gabor_123 gabor_056_alt gabor_140_alt gabor_092 "1_9_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2150_gabor_patch_orientation_123_056_140_092_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_140_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_9_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_140_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 2242 2992 2442 fixation_cross gabor_088 gabor_106 gabor_139 gabor_174 gabor_088 gabor_106 gabor_139_alt gabor_174_alt "1_10_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_300_300_399_2250_3000_2450_gabor_patch_orientation_088_106_139_174_target_position_3_4_retrieval_position_2" gabor_circ gabor_106_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_10_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_106_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2092 2992 2542 fixation_cross gabor_135 gabor_024 gabor_075 gabor_057 gabor_135 gabor_024_alt gabor_075 gabor_057_alt "1_11_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2550_gabor_patch_orientation_135_024_075_057_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_057_framed blank blank blank blank fixation_cross_target_position_2_4 "1_11_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_057_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2192 2992 1992 fixation_cross gabor_151 gabor_021 gabor_175 gabor_064 gabor_151 gabor_021 gabor_175_alt gabor_064_alt "1_12_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2000_gabor_patch_orientation_151_021_175_064_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_175_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_12_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_175_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1792 2992 2092 fixation_cross gabor_180 gabor_108 gabor_072 gabor_042 gabor_180 gabor_108_alt gabor_072_alt gabor_042 "1_13_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2100_gabor_patch_orientation_180_108_072_042_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_023_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_13_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_023_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2142 2992 2542 fixation_cross gabor_054 gabor_178 gabor_159 gabor_028 gabor_054_alt gabor_178 gabor_159_alt gabor_028 "1_14_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_2550_gabor_patch_orientation_054_178_159_028_target_position_1_3_retrieval_position_1" gabor_100_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_14_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_100_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2042 2992 1942 fixation_cross gabor_113 gabor_042 gabor_168 gabor_080 gabor_113 gabor_042 gabor_168_alt gabor_080_alt "1_15_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_1950_gabor_patch_orientation_113_042_168_080_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_129_framed blank blank blank blank fixation_cross_target_position_3_4 "1_15_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_129_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2092 2992 2292 fixation_cross gabor_041 gabor_008 gabor_170 gabor_060 gabor_041 gabor_008_alt gabor_170_alt gabor_060 "1_16_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2300_gabor_patch_orientation_041_008_170_060_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_170_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_16_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_170_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1892 2992 2292 fixation_cross gabor_096 gabor_143 gabor_075 gabor_021 gabor_096 gabor_143 gabor_075_alt gabor_021_alt "1_17_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2300_gabor_patch_orientation_096_143_075_021_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_160_framed blank blank blank blank fixation_cross_target_position_3_4 "1_17_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_160_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 1942 2992 2342 fixation_cross gabor_050 gabor_164 gabor_104 gabor_082 gabor_050_alt gabor_164 gabor_104_alt gabor_082 "1_18_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_300_300_399_1950_3000_2350_gabor_patch_orientation_050_164_104_082_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_129_framed blank blank blank blank fixation_cross_target_position_1_3 "1_18_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_129_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1992 2992 2142 fixation_cross gabor_034 gabor_095 gabor_011 gabor_161 gabor_034_alt gabor_095_alt gabor_011 gabor_161 "1_19_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2150_gabor_patch_orientation_034_095_011_161_target_position_1_2_retrieval_position_1" gabor_079_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_19_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_079_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2192 2992 2092 fixation_cross gabor_133 gabor_173 gabor_024 gabor_151 gabor_133_alt gabor_173_alt gabor_024 gabor_151 "1_20_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2100_gabor_patch_orientation_133_173_024_151_target_position_1_2_retrieval_position_1" gabor_085_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_20_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_085_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1892 2992 2342 fixation_cross gabor_123 gabor_170 gabor_096 gabor_058 gabor_123 gabor_170_alt gabor_096_alt gabor_058 "1_21_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2350_gabor_patch_orientation_123_170_096_058_target_position_2_3_retrieval_position_2" gabor_circ gabor_034_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_21_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_034_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 1892 2992 2592 fixation_cross gabor_053 gabor_073 gabor_038 gabor_180 gabor_053_alt gabor_073 gabor_038 gabor_180_alt "1_22_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_300_300_399_1900_3000_2600_gabor_patch_orientation_053_073_038_180_target_position_1_4_retrieval_position_2" gabor_circ gabor_073_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_22_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_073_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1892 2992 2192 fixation_cross gabor_175 gabor_044 gabor_129 gabor_114 gabor_175_alt gabor_044_alt gabor_129 gabor_114 "1_23_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2200_gabor_patch_orientation_175_044_129_114_target_position_1_2_retrieval_position_2" gabor_circ gabor_094_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_23_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_094_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2192 2992 2092 fixation_cross gabor_042 gabor_024 gabor_063 gabor_112 gabor_042_alt gabor_024 gabor_063 gabor_112_alt "1_24_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2100_gabor_patch_orientation_042_024_063_112_target_position_1_4_retrieval_position_1" gabor_091_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_24_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_091_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2092 2992 2492 fixation_cross gabor_090 gabor_074 gabor_011 gabor_036 gabor_090_alt gabor_074 gabor_011_alt gabor_036 "1_25_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2500_gabor_patch_orientation_090_074_011_036_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_011_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_25_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_011_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 1942 2992 2092 fixation_cross gabor_179 gabor_053 gabor_113 gabor_130 gabor_179_alt gabor_053 gabor_113 gabor_130_alt "1_26_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_300_300_399_1950_3000_2100_gabor_patch_orientation_179_053_113_130_target_position_1_4_retrieval_position_2" gabor_circ gabor_053_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_26_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_053_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1842 2992 2342 fixation_cross gabor_104 gabor_134 gabor_019 gabor_177 gabor_104_alt gabor_134 gabor_019_alt gabor_177 "1_27_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2350_gabor_patch_orientation_104_134_019_177_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_068_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_27_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_068_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1942 2992 2242 fixation_cross gabor_100 gabor_157 gabor_177 gabor_122 gabor_100 gabor_157 gabor_177_alt gabor_122_alt "1_28_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2250_gabor_patch_orientation_100_157_177_122_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_177_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_28_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_177_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1792 2992 2592 fixation_cross gabor_070 gabor_155 gabor_129 gabor_088 gabor_070 gabor_155_alt gabor_129_alt gabor_088 "1_29_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2600_gabor_patch_orientation_070_155_129_088_target_position_2_3_retrieval_position_2" gabor_circ gabor_015_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_29_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_015_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 1792 2992 2242 fixation_cross gabor_130 gabor_162 gabor_006 gabor_093 gabor_130_alt gabor_162 gabor_006 gabor_093_alt "1_30_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_300_300_399_1800_3000_2250_gabor_patch_orientation_130_162_006_093_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_056_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_30_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_056_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1842 2992 1942 fixation_cross gabor_097 gabor_069 gabor_118 gabor_053 gabor_097_alt gabor_069_alt gabor_118 gabor_053 "1_31_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_1950_gabor_patch_orientation_097_069_118_053_target_position_1_2_retrieval_position_1" gabor_142_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_31_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_142_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1792 2992 2542 fixation_cross gabor_086 gabor_019 gabor_127 gabor_107 gabor_086_alt gabor_019 gabor_127 gabor_107_alt "1_32_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2550_gabor_patch_orientation_086_019_127_107_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_107_framed blank blank blank blank fixation_cross_target_position_1_4 "1_32_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_107_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1742 2992 2242 fixation_cross gabor_010 gabor_100 gabor_141 gabor_025 gabor_010 gabor_100 gabor_141_alt gabor_025_alt "1_33_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2250_gabor_patch_orientation_010_100_141_025_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_025_framed blank blank blank blank fixation_cross_target_position_3_4 "1_33_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_025_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1742 2992 2042 fixation_cross gabor_007 gabor_032 gabor_171 gabor_090 gabor_007 gabor_032 gabor_171_alt gabor_090_alt "1_34_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2050_gabor_patch_orientation_007_032_171_090_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_171_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_34_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_171_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2042 2992 1992 fixation_cross gabor_101 gabor_165 gabor_118 gabor_076 gabor_101 gabor_165_alt gabor_118 gabor_076_alt "1_35_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2000_gabor_patch_orientation_101_165_118_076_target_position_2_4_retrieval_position_2" gabor_circ gabor_165_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_35_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_165_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1892 2992 1892 fixation_cross gabor_084 gabor_048 gabor_063 gabor_121 gabor_084 gabor_048_alt gabor_063 gabor_121_alt "1_36_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_1900_gabor_patch_orientation_084_048_063_121_target_position_2_4_retrieval_position_2" gabor_circ gabor_048_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_36_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_048_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 2242 2992 2092 fixation_cross gabor_055 gabor_179 gabor_144 gabor_072 gabor_055 gabor_179_alt gabor_144_alt gabor_072 "1_37_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_300_300_399_2250_3000_2100_gabor_patch_orientation_055_179_144_072_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_022_framed blank blank blank blank fixation_cross_target_position_2_3 "1_37_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_022_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2142 2992 1992 fixation_cross gabor_008 gabor_113 gabor_040 gabor_174 gabor_008_alt gabor_113 gabor_040_alt gabor_174 "1_38_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2000_gabor_patch_orientation_008_113_040_174_target_position_1_3_retrieval_position_1" gabor_008_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_38_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_008_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2142 2992 1892 fixation_cross gabor_130 gabor_003 gabor_090 gabor_111 gabor_130_alt gabor_003_alt gabor_090 gabor_111 "1_39_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_1900_gabor_patch_orientation_130_003_090_111_target_position_1_2_retrieval_position_1" gabor_130_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_39_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_130_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 1842 2992 2042 fixation_cross gabor_122 gabor_047 gabor_017 gabor_165 gabor_122_alt gabor_047 gabor_017_alt gabor_165 "1_40_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_300_300_399_1850_3000_2050_gabor_patch_orientation_122_047_017_165_target_position_1_3_retrieval_position_2" gabor_circ gabor_094_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_40_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_094_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2042 2992 2292 fixation_cross gabor_115 gabor_044 gabor_150 gabor_086 gabor_115_alt gabor_044_alt gabor_150 gabor_086 "1_41_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2300_gabor_patch_orientation_115_044_150_086_target_position_1_2_retrieval_position_1" gabor_067_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_41_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_067_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2242 2992 1892 fixation_cross gabor_105 gabor_133 gabor_169 gabor_052 gabor_105_alt gabor_133_alt gabor_169 gabor_052 "1_42_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_1900_gabor_patch_orientation_105_133_169_052_target_position_1_2_retrieval_position_2" gabor_circ gabor_133_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_42_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_133_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1742 2992 1942 fixation_cross gabor_050 gabor_090 gabor_127 gabor_066 gabor_050_alt gabor_090 gabor_127_alt gabor_066 "1_43_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_1950_gabor_patch_orientation_050_090_127_066_target_position_1_3_retrieval_position_1" gabor_004_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_43_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_004_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1992 2992 1942 fixation_cross gabor_022 gabor_044 gabor_178 gabor_132 gabor_022_alt gabor_044 gabor_178 gabor_132_alt "1_44_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_1950_gabor_patch_orientation_022_044_178_132_target_position_1_4_retrieval_position_1" gabor_070_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_44_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_070_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1992 2992 2392 fixation_cross gabor_082 gabor_050 gabor_107 gabor_122 gabor_082_alt gabor_050 gabor_107 gabor_122_alt "1_45_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2400_gabor_patch_orientation_082_050_107_122_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_122_framed blank blank blank blank fixation_cross_target_position_1_4 "1_45_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_122_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 2192 2992 2192 fixation_cross gabor_083 gabor_124 gabor_012 gabor_173 gabor_083_alt gabor_124_alt gabor_012 gabor_173 "1_46_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_300_300_399_2200_3000_2200_gabor_patch_orientation_083_124_012_173_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_173_framed blank blank blank blank fixation_cross_target_position_1_2 "1_46_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_173_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1842 2992 2192 fixation_cross gabor_009 gabor_140 gabor_091 gabor_125 gabor_009_alt gabor_140_alt gabor_091 gabor_125 "1_47_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2200_gabor_patch_orientation_009_140_091_125_target_position_1_2_retrieval_position_1" gabor_009_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_47_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_009_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2092 2992 2142 fixation_cross gabor_022 gabor_178 gabor_006 gabor_146 gabor_022 gabor_178 gabor_006_alt gabor_146_alt "1_48_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2150_gabor_patch_orientation_022_178_006_146_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_146_framed blank blank blank blank fixation_cross_target_position_3_4 "1_48_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_146_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 2042 2992 2292 fixation_cross gabor_137 gabor_013 gabor_118 gabor_159 gabor_137 gabor_013_alt gabor_118_alt gabor_159 "1_49_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_300_300_399_2050_3000_2300_gabor_patch_orientation_137_013_118_159_target_position_2_3_retrieval_position_1" gabor_092_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_49_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_092_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1942 2992 2442 fixation_cross gabor_049 gabor_107 gabor_086 gabor_167 gabor_049_alt gabor_107 gabor_086_alt gabor_167 "1_50_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2450_gabor_patch_orientation_049_107_086_167_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_131_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_50_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_131_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1792 2992 2192 fixation_cross gabor_095 gabor_119 gabor_152 gabor_037 gabor_095 gabor_119 gabor_152_alt gabor_037_alt "1_51_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2200_gabor_patch_orientation_095_119_152_037_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_012_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_51_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_012_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1892 2992 1942 fixation_cross gabor_062 gabor_180 gabor_006 gabor_047 gabor_062_alt gabor_180_alt gabor_006 gabor_047 "1_52_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_1950_gabor_patch_orientation_062_180_006_047_target_position_1_2_retrieval_position_1" gabor_112_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_52_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_112_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1992 2992 2142 fixation_cross gabor_064 gabor_176 gabor_001 gabor_036 gabor_064_alt gabor_176 gabor_001_alt gabor_036 "1_53_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2150_gabor_patch_orientation_064_176_001_036_target_position_1_3_retrieval_position_1" gabor_064_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_53_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_064_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1742 2992 2142 fixation_cross gabor_162 gabor_101 gabor_081 gabor_020 gabor_162 gabor_101_alt gabor_081_alt gabor_020 "1_54_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2150_gabor_patch_orientation_162_101_081_020_target_position_2_3_retrieval_position_2" gabor_circ gabor_101_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_54_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_101_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2042 2992 2292 fixation_cross gabor_034 gabor_091 gabor_003 gabor_173 gabor_034_alt gabor_091 gabor_003 gabor_173_alt "1_55_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2300_gabor_patch_orientation_034_091_003_173_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_124_framed blank blank blank blank fixation_cross_target_position_1_4 "1_55_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_124_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1992 2992 2592 fixation_cross gabor_175 gabor_067 gabor_017 gabor_149 gabor_175_alt gabor_067 gabor_017_alt gabor_149 "1_56_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_2600_gabor_patch_orientation_175_067_017_149_target_position_1_3_retrieval_position_1" gabor_175_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_56_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_175_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 2192 2992 2392 fixation_cross gabor_109 gabor_042 gabor_087 gabor_131 gabor_109 gabor_042_alt gabor_087_alt gabor_131 "1_57_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_300_300_399_2200_3000_2400_gabor_patch_orientation_109_042_087_131_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_131_framed blank blank blank blank fixation_cross_target_position_2_3 "1_57_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_131_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1842 2992 2492 fixation_cross gabor_040 gabor_021 gabor_155 gabor_179 gabor_040_alt gabor_021 gabor_155 gabor_179_alt "1_58_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2500_gabor_patch_orientation_040_021_155_179_target_position_1_4_retrieval_position_1" gabor_090_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_58_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_090_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2242 2992 2442 fixation_cross gabor_141 gabor_069 gabor_008 gabor_024 gabor_141_alt gabor_069 gabor_008_alt gabor_024 "1_59_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2450_gabor_patch_orientation_141_069_008_024_target_position_1_3_retrieval_position_1" gabor_141_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_59_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_141_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1892 2992 2492 fixation_cross gabor_089 gabor_004 gabor_063 gabor_026 gabor_089 gabor_004_alt gabor_063 gabor_026_alt "1_60_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2500_gabor_patch_orientation_089_004_063_026_target_position_2_4_retrieval_position_2" gabor_circ gabor_004_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_60_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_004_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2142 2992 2042 fixation_cross gabor_012 gabor_093 gabor_117 gabor_053 gabor_012_alt gabor_093_alt gabor_117 gabor_053 "1_61_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_2050_gabor_patch_orientation_012_093_117_053_target_position_1_2_retrieval_position_2" gabor_circ gabor_139_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_61_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_139_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2242 2992 2392 fixation_cross gabor_161 gabor_030 gabor_083 gabor_138 gabor_161 gabor_030_alt gabor_083 gabor_138_alt "1_62_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2400_gabor_patch_orientation_161_030_083_138_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_003_framed blank blank blank blank fixation_cross_target_position_2_4 "1_62_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_003_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 1742 2992 2192 fixation_cross gabor_019 gabor_079 gabor_064 gabor_042 gabor_019_alt gabor_079_alt gabor_064 gabor_042 "1_63_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_300_300_399_1750_3000_2200_gabor_patch_orientation_019_079_064_042_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_109_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_63_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_109_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1792 2992 1892 fixation_cross gabor_108 gabor_164 gabor_086 gabor_020 gabor_108 gabor_164 gabor_086_alt gabor_020_alt "1_64_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_1900_gabor_patch_orientation_108_164_086_020_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_136_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_64_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_136_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1842 2992 1892 fixation_cross gabor_025 gabor_169 gabor_086 gabor_114 gabor_025 gabor_169 gabor_086_alt gabor_114_alt "1_65_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_1900_gabor_patch_orientation_025_169_086_114_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_086_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_65_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_086_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2092 2992 2442 fixation_cross gabor_116 gabor_091 gabor_148 gabor_026 gabor_116 gabor_091_alt gabor_148_alt gabor_026 "1_66_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2450_gabor_patch_orientation_116_091_148_026_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_009_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_66_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_009_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 1842 2992 2342 fixation_cross gabor_060 gabor_076 gabor_095 gabor_026 gabor_060 gabor_076_alt gabor_095_alt gabor_026 "1_67_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_300_300_399_1850_3000_2350_gabor_patch_orientation_060_076_095_026_target_position_2_3_retrieval_position_1" gabor_060_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_67_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_060_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2142 2992 1992 fixation_cross gabor_008 gabor_119 gabor_092 gabor_056 gabor_008_alt gabor_119 gabor_092_alt gabor_056 "1_68_Encoding_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2000_gabor_patch_orientation_008_119_092_056_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_092_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_68_Retrieval_Working_Memory_MEG_P2_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_092_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2092 2992 2542 fixation_cross gabor_166 gabor_060 gabor_135 gabor_015 gabor_166 gabor_060_alt gabor_135_alt gabor_015 "1_69_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2550_gabor_patch_orientation_166_060_135_015_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_086_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_69_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_086_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 1942 2992 1992 fixation_cross gabor_068 gabor_151 gabor_126 gabor_089 gabor_068_alt gabor_151 gabor_126_alt gabor_089 "1_70_Encoding_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_300_300_399_1950_3000_2000_gabor_patch_orientation_068_151_126_089_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_043_framed blank blank blank blank fixation_cross_target_position_1_3 "1_70_Retrieval_Working_Memory_MEG_P2_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_043_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
};
# baselinePost (at the end of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
};
time = 0;
duration = 5000;
code = "BaselinePost";
port_code = 92;
};
|
64fe2986012646a2516bc7e2a11c80848963348f
|
ac1f8441b0319b4a391cd5a959bd3bb7988edfa7
|
/data/news2015/news2015/SplitsNEWS15/EnTh/enth.1.tst
|
46d8703214695a59bf30c64deeeede173306545e
|
[
"MIT"
] |
permissive
|
SaeedNajafi/transliterator
|
4d58b8604fa31f52ee2dce7845e002a18214fd5e
|
523a087b777a5d6eec041165dabb43848f6222e6
|
refs/heads/master
| 2021-09-18T17:02:59.083727
| 2018-07-17T06:01:21
| 2018-07-17T06:01:21
| 129,796,130
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 134,100
|
tst
|
enth.1.tst
|
a b a c o แ อ บ า โ ก
a b a t e อ เ บ ต
a b b e y แ อ บ บ ี ย ์
a b d a l อ ั บ ด ั ล
a b d e l l a h แ อ ็ บ เ ด ล ล ่ า
a b e g g เ อ อ บ ิ ก
a b e n d แ อ ็ ป เ บ ็ น ด ์
a b e r d o u r แ อ เ บ อ ร ์ ด อ ร ์
a b i l e n e แ อ บ ิ ล ี น
a b i n g d o n แ อ บ ิ ง เ ด ิ น
a b l a k o v อ ั บ ล า ค อ ฟ
a b o y n e เ อ ิ บ บ อ ย น ์
a b r a h a m s เ อ เ บ ร อ แ ฮ ม ส ์
a b r a m s o n เ อ เ บ ร ิ ม ส ั น
a b y อ า บ ี ้
a c a d e m y อ ะ ค า เ ด ม ี
a c a d e m y a w a r d อ ะ ค า เ ด ม ี อ ว อ ร ์ ด
a c a n t h u s อ ะ แ ค น ท ั ส
a c c i d e n t แ อ ก ซ ิ เ ด น ต ์
a c c o r d i o n แ อ ก ค อ ร ์ เ ด ี ย น
a c c o r d i o n แ อ ค ค อ ร ์ เ ด ี ย น
a c e t i c อ ะ ซ ี ต ิ ก
a c e t i c อ า เ ซ ต ิ ก
a c e t i c แ อ ซ ิ ต ิ ก
a c e t i c แ อ ซ ี ต ิ ก
a c e t o n e แ อ ซ ิ โ ต น
a c e t o n e แ อ ซ ิ โ ท น
a c h e r แ อ เ ค อ ร ์
a c h i e v e m e n t อ ะ ช ี ฟ เ ม น ต ์
a c k l a n d แ อ ็ ก เ ล ิ ่ น ด ์
a c t i v i s t แ อ ก ต ิ ว ิ ส ต ์
a c u เ อ ซ ี ย ู
a d a m แ อ ด ั ม
a d e l a อ เ ด ล ล ่ า
a d k i n s แ อ ็ ด ค ิ น ส ์
a d l e r แ อ ็ ด เ ล อ ร ์
a d r e t t o อ า เ ด ร ต โ ต
a d t เ อ ด ี ท ี
a d v e c t i o n แ อ ด เ ว ก ช ั น
a e r o b e s แ อ โ ร บ ส ์
a e r o s p h e r e แ อ โ ร ส เ ฟ ี ย ร ์
a f t e r s h o c k อ า ฟ เ ต อ ร ์ ช ็ อ ก
a g a t e อ ะ เ ก ต
a g a v e อ ะ ก า เ ว
a h l e r s อ เ ล ิ ร ์ ส
a h l g r e n อ ั ล เ ก ร น
a i r c o n d i t i o n i n g แ อ ร ์ ค อ น ด ิ ช ั น น ิ ง
a k i n s อ ค ิ น ส ์
a l a r อ ะ ล า ร ์
a l b i o n แ อ ล เ บ ี ่ ย น
a l b i t e แ อ ล ไ บ ต ์
a l b i t i e แ อ ล บ ิ ไ ท ต ์
a l b r o แ อ ล โ บ ร
a l b u m i n o i d อ ั ล บ ู ม ิ น อ ย ด ์
a l c a t r a z อ ั ล ค า แ ท ร ซ
a l c r e t e อ ั ล ค ร ี ต
a l d e r s อ อ ล เ ด ิ ร ์ ส
a l d e r t o n อ อ ล เ ด อ ร ์ เ ต ิ ้ น
a l e n e อ ล ี น
a l e p h อ ะ เ ล ฟ
a l e p h อ ะ เ ล ็ ฟ
a l e x a n d r i a n อ ะ เ ล ็ ก ซ า น เ ด ร ี ย น
a l f a n o อ ั ล ฟ า โ น ่
a l g e r n o n อ ั ล เ จ อ ร ์ น อ น
a l g e r n o n แ อ ล เ จ อ ร ์ น อ น
a l g e r n o n แ อ ล เ จ อ ร ์ เ น ิ น
a l i d a d e อ ะ ล ิ เ ด ด
a l i n s k y เ อ อ ล ิ น ส ก ี ้
a l k e n e แ อ ล ค ี น
a l l e g h e n y แ อ ล เ ล เ ก น ี
a l l e r s อ อ ล เ ล ิ ร ์ ส
a l l e y แ อ ล ล ี ่ ย ์
a l l o p h a n e แ อ ล โ ล เ ฟ น
a l l o t เ อ ิ ล ล ั ต
a l l o t t แ อ เ อ ิ ต
a l l o w a y , l a w r e n c e อ ั ล โ ล เ ว ย ์ , ล อ ว ์ เ ร น ซ ์
a l l u m แ อ ล เ ล ิ ่ ม
a l p e r i n แ อ ล เ ป อ ร ิ น
a l s d o r f แ อ ล ส ์ ด อ ร ์ ฟ
a l t e r m a n อ อ ล เ ต อ ร ์ เ ม ิ ่ น
a l t m a n อ อ ล ์ ต เ ม ิ น
a l t s c h u l แ อ ล เ ช ิ ล
a l t u s แ อ ล เ ต ิ ส
a l v a n l e y แ อ ล ว ั น ล ี ย ์
a l v e r แ อ ล เ ว อ ร ์
a m a z o n i t e แ อ ม ะ ซ อ น ไ น ต ์
a m a z o n i t e แ อ ม ะ ซ อ ไ น ต ์
a m a z o n s t o n e แ อ ม ะ ซ อ น ส โ ต น
a m b e d k a r แ อ ม เ บ ด ค า ร ์
a m b l e r แ อ ม เ บ ล อ ร ์
a m b r i d g e แ อ ม บ ร ิ ด จ ์
a m e l i a อ เ ม อ เ ล ี ย
a m e r m a n แ อ เ ม อ ร ์ เ ม ิ ่ น
a m i c k แ อ ม ิ ก
a m i e s เ อ ม ี ส ์
a m o s i t e เ อ โ ม ไ ซ ต ์
a m o t t อ อ ม ็ อ ต
a m s t u t z แ อ ม ส ต ั ต ส ์
a m w e l l แ อ ม เ ว ล
a n a l c i m e อ ะ น า ล ไ ซ ม ์
a n a l e m m a แ อ น ะ เ ล ม ม า
a n a u x i t e แ อ น อ ก ไ ซ ต ์
a n d l e s s แ อ น ด ์ ล ี ส
a n d r e y อ ั น เ ด ร ย ์
a n d r e y แ อ น ด ร ิ
a n d y แ อ น ด ี
a n g e r แ อ ง เ ก อ ร ์
a n g l e แ อ ง เ ก ิ ล
a n i c e แ อ เ น ิ ส
a n n a b e l แ อ น น า เ บ ล
a n t a r c t i c a แ อ น ต า ร ์ ก ต ิ ก า
a n t i c l i m a x แ อ น ต ิ ไ ค ล แ ม ก ซ ์
a n t i p r o t o n แ อ น ต ิ โ ป ร ต อ น
a n t o n e อ ั น โ ท น ี ่
a p l เ อ พ ี แ อ ล
a p l i t e แ อ ไ พ ล ต ์
a p o m i x i s แ อ โ พ ม ิ ก ซ ิ ส
a p p a l a c h i a n แ อ ป พ า ล า เ ช ี ย น
a p p a l a c h i a n แ อ ป พ า เ ล เ ช ี ย น
a r a n t อ า เ ร ิ ่ น ต ์
a r b o g a s t อ า ร ์ โ บ ก ั ส ต ์
a r b o r อ า ร ์ เ บ อ ร ์
a r c a d e อ า ร ์ เ ค ด
a r d e l i a อ า ร ์ เ ด เ ล ี ย
a r d e n อ า ร ์ เ ด น
a r g e n t i t e อ า ร ์ เ จ น ไ ท ต ์
a r g y l e อ า ร ์ ไ ก ล ์
a r i s เ อ อ ร ิ ส
a r k l e อ า ร ์ เ ค ิ ล
a r l i n อ า ร ์ ล ิ ่ น
a r m a n อ า ร ์ เ ม ิ น
a r m a t u r e อ า ร ์ ม า เ จ อ ร ์
a r m e n t r o u t อ า ร ์ เ ม ิ ่ น เ ท ร า ต ์
a r m e r อ า ร ์ เ ม อ ร ์
a r m i n e อ า ร ์ ม ี น ี ่
a r n o อ า ร ์ โ น
a r n o l d , m a t t h e w อ า ร ์ โ น ล ด ์ , แ ม ต ท ิ ว
a r o n d เ อ เ อ อ ร อ น ด ์
a r s e n i c อ า ร ์ เ ซ น ิ ก
a r s e n i c อ า ร ์ เ ซ น ิ ค
a r t i c h o k e อ า ร ์ ต ิ โ ช ก
a r y t e n o i d แ อ ร ิ ท ิ น อ ย ด ์
a s c o l i เ อ ิ ส โ ก ล ี ่
a s h b o u r n e แ อ ช บ อ ร ์ น
a s h b u r n แ อ ช เ บ ิ ร ์ น
a s h d o w n แ อ ช ด า ว น ์
a s i a n g a m e s เ อ เ ช ี ย น เ ก ม ส ์
a s i m o v , i s a a c อ า ซ ิ ม อ ฟ , ไ อ แ ซ ก
a s s o c i a t e แ อ ส โ ซ ซ ิ เ อ ต
a s t a n a อ ั ส ต า น า
a t c h l e y แ อ ต ช ล ี ย ์
a t h a แ อ ท ่ า
a u d r e y อ อ ด ร ี ย ์
a u g u s อ อ เ ก ิ ส
a u g u s t a n อ อ ก ั ส ต ั น
a u r i n อ อ ร ิ น
a u s t e n อ อ ส เ ต น
a u s t e n อ อ ส เ ท น
a u s t e n , j a n e อ อ ส เ ต น , เ จ น
a u s t e r n อ อ ส เ ท ิ ร ์ น
a u s t r a l i a อ อ ส เ ต ร เ ล ี ย
a u s t r o n e s i a n อ อ ส โ ต ร น ี เ ช ี ย น
a u t e n เ อ า เ ต ิ ้ น
a v e r y , t e x เ อ เ ว ร ี , เ ท ก ซ ์
a v e y เ อ ว ี ่
a v i g d o r แ อ ว ิ ก เ ด อ ร ์
a v o c a d o อ ะ โ ว ค า โ ด
a w a r d อ ะ ว อ ร ์ ด
a x e แ อ ็ ก ส ์
a y e r s ไ อ เ ย อ ร ์ ส
a z o r e s อ ะ ซ อ ร ์ ส
a z o r e s อ ะ โ ซ ร ์ ส
a z o v อ า ซ อ ฟ
b a b b y แ บ ็ บ บ ี ้
b a b i n g t o n บ า บ ิ ง ต ั น
b a b i n g t o n เ บ บ ิ ง ต ั น
b a b i n g t o n แ บ บ ิ ง เ ต ิ ้ น
b a b s o n แ บ ็ บ ส ั น
b a b y - d o l l เ บ บ ี ด อ ล ล ์
b a c i l l u s บ า ซ ิ ล ล ั ส
b a c k d r o p แ บ ็ ก ด ร อ ป
b a c k l u n d แ บ ็ ก เ ล ิ ่ น ด ์
b a c o n เ บ ค อ น
b a c t r i a แ บ ก เ ต ร ี ย
b a d b o y แ บ ด บ อ ย
b a d e n บ า เ ด ิ น
b a d i l l o เ บ อ ด ี โ ล ่
b a d o l a t o บ า โ ด ล า โ ต ้
b a g g แ บ ็ ก ก ์
b a h r a i n บ า ห ์ เ ร น
b a i l l i e u เ บ ล ย ู
b a i t s เ บ ต ส ์
b a k e w e l l เ บ ก เ ว ล ล ์
b a k k u m แ บ ็ ก เ ค ิ ่ ม
b a l a n c h i n e , g e o r g e แ บ ล ั น ช ี น , จ อ ร ์ จ
b a l d i n บ ั ล ด ิ น
b a l l a d e บ า ล า ด
b a l l a n t i n e แ บ ล เ ล ิ น ไ ท น ์
b a l l o o n บ อ ล ล ู น
b a l l o o n บ ั ล ล ู น
b a l l o o n แ บ ล ล ู น
b a l l o t แ บ ล ล อ ต
b a l o g h แ บ โ ล
b a l z a n o บ ั ล ซ า โ น ่
b a m p t o n แ บ ม ป ์ เ ต ิ ้ น
b a n แ บ น
b a n a s แ บ เ น ิ ส
b a n d a บ ั น ด า
b a n d o n แ บ น ด อ น
b a n g s แ บ ง ส ์
b a n n e r แ บ น เ น อ ร ์
b a p t i s t e บ ั ป ท ิ ส ต ์
b a r บ า ร ์
b a r b a r o s s a บ า ร ์ บ า ร อ ส ซ า
b a r b e r a บ า ร ์ แ บ ร ่ า
b a r b o u r บ า ร ์ เ บ อ ร ์
b a r d บ า ร ์ ด
b a r d s l e y บ า ร ์ ด ส ล ี ่
b a r g e n บ า ร ์ เ ก ิ ้ น
b a r i t o n e แ บ ร ิ โ ท น
b a r k s , c a r l บ า ก ส ์ , ค า ร ์ ล
b a r l e y บ า ร ์ ล ี ่
b a r l e y บ า ร ์ เ ล ย ์
b a r n e s บ า น ส ์
b a r n s t e a d บ า ร ์ น ส เ ต ็ ด
b a r o n e t บ า ร อ น เ น ต
b a r o q u e บ า โ ร ก
b a r r a n c a บ า ร ์ แ ร ง ก า
b a r r a t t แ บ ร ์ เ ร ิ ต
b a r r e l l บ า ร ์ เ ร ล
b a r r e r แ บ ร ์ เ ร อ ร ์
b a r r e t t บ า ร ์ เ ร ต ต ์
b a r r e t t แ บ ร ์ ร ิ ต
b a r t h บ า ร ์ ท
b a r t h e l บ า ร ์ เ ท ิ ล
b a r t h o l o m e u s บ า ร ์ เ ท ิ ล เ ล อ ม ี เ อ ิ ส
b a s e s เ บ ส
b a s k e t b a l l บ า ส เ ก ต บ อ ล
b a s k e t b a l l บ า ส เ ก ็ ต บ อ ล
b a s s a n o แ บ ส ซ า โ น ้
b a s s e l แ บ ส เ ซ ิ ล
b a s t i e n แ บ ส เ ต ิ ้ น
b a t c h e l l e r แ บ ต เ ช ล เ ล อ ร ์
b a t e y เ บ ต ี ย ์
b a t t e แ บ ็ ต
b a t t e r y แ บ ต เ ต อ ร ี ่
b a u e r s เ บ า เ อ ิ ร ์ ส
b a u g h e r บ อ เ อ อ ร ์
b a u m โ บ ม
b a y a r d เ บ ย า ร ์ ด
b a y a r d ไ บ ย า ร ์ ด
b a y o u บ า ย ู
b e a c o n s f i e l d บ ิ เ ค ิ น ส ฟ ิ ล ด ์
b e a c o n s f i e l d บ ี ค อ น ส ์ ฟ ี ล ด ์
b e a k บ ิ ก
b e a m e r บ ี ม เ ม อ ร ์
b e a r d s เ บ ี ย ร ์ ด ส
b e a u d i n โ บ แ ด น
b e a u v o i r , s i m o n e d e โ บ ว ั ว ร ์ , ซ ี ม อ น เ ด อ
b e c k เ บ ็ ก
b e c k , c . c . เ บ ก , ซ ี . ซ ี .
b e c k e r t เ บ เ ค ิ ร ์ ต
b e c k e t t , s a m u e l เ บ ก เ ก ต ต ์ , แ ซ ม ว ล
b e c t o n เ บ ็ ก เ ต ิ ้ น
b e e b y บ ี บ ี ้
b e e c h i n g บ ี ช ิ ่ ง
b e l g r a v e เ บ ล เ ก ร ฟ
b e l l i n g h a m เ บ ล ล ิ ่ ง แ ฮ ม
b e l l i n i , v i n c e n z o เ บ ล ล ี น ี , ว ิ น เ ซ น โ ซ
b e l l v i l l e เ บ ล ว ิ ล
b e l z เ บ ล ส ์
b e m e n t บ ี เ ม ิ ่ น ต ์
b e n d s เ บ น ส ์
b e n f o r d เ บ น เ ฟ ิ ร ์ ด
b e n t o n i t e เ บ น ท อ ไ น ต ์
b e n v e n i s t e เ บ น เ ว น ิ ส ต ี ้
b e r g e r เ บ อ ร ์ เ ก อ ร ์
b e r m u d a s เ บ อ ร ์ ม ู ด า ส ์
b e r n a t เ บ อ ร ์ เ น ิ ต
b e r n b a c h เ บ ิ ร ์ น บ ั ก
b e r n h e i m เ บ ิ ร ์ น ไ ฮ ม ์
b e r r i g a n แ บ ร ์ ร ี ่ เ ก ิ น
b e r t เ บ ิ ร ์ ต
b e r t แ บ ร ์ ท
b e r v i c k s h i r e เ บ อ ร ์ ว ิ ก ส ์ เ ช ี ย ร ์
b e t s y เ บ ต ซ ี
b e t t o n เ บ เ ต ิ ้ น
b e u l a h บ ิ ว ล ่ า
b e v a n s เ บ เ ว ิ น ส ์
b i c k l e y บ ิ ก ล ี ย ์
b i e r i บ ี ร ี ่
b i e t e r บ ิ ต เ ต อ ร ์
b i g a r t ไ บ ก า ร ์ ต
b i l h a r z i a s i s บ ิ ล ฮ า ร ์ ซ ิ อ า ซ ิ ส
b i l i r a k i s บ ี ล ี เ ร อ ค ิ ส
b i l l i a r d s บ ิ ล เ ล ี ย ด
b i l l i n g s l e y บ ิ ล ล ิ ง ส ์ ล ี ย ์
b i l l u p s บ ิ ล เ ล ิ ป ส ์
b i n a r y ไ บ น า ร ี ่
b i n f o r d บ ิ น เ ฟ ิ ร ์ ด
b i n n i n g บ ิ น น ิ ่ ง
b i n z e n บ ิ น เ ซ ิ ล
b i o n ไ บ เ อ ิ ่ น
b i r d o f p a r a d i s e เ บ ิ ร ์ ด อ อ ฟ พ า ร า ไ ด ส ์
b i r d ' s - e y e v i e w เ บ ิ ร ์ ด อ า ย ว ิ ว
b i r k e l เ บ อ ร ์ เ ค ิ ล
b i r k e t t เ บ อ ร ์ ค ิ ต
b i s บ ี ไ อ เ อ ส
b i s p o บ ิ ส โ พ
b i s s o n e t t e บ ี เ ซ อ เ น ็ ต
b i t t i n g e r บ ิ ต ท ี เ ง อ ร ์
b i t u m i n o u s บ ิ ท ู ม ิ น ั ส
b i v e n s ไ บ เ ว ิ น ส ์
b l a c k h u m o r แ บ ล ็ ก ฮ ิ ว เ ม อ ร ์
b l a c k h u m o u r แ บ ล ็ ก ฮ ิ ว เ ม อ ร ์
b l a c k t i e แ บ ล ็ ก ไ ท
b l a c k a b y แ บ ล ็ ก เ ค อ บ ี ้
b l a c k j a c k แ บ ล ็ ก แ จ ็ ก
b l a c k l e y แ บ ล ็ ก ล ี ย ์
b l a c k m o r e แ บ ล ็ ก ม อ ร ์
b l a c k w o o d แ บ ล ็ ก ว ู ด
b l a g d e n แ บ ล ็ ก เ ด ิ ่ น
b l a s k o บ ล ั ส โ ค ่
b l e n d เ บ ล น ด ์
b l o d g e t t บ ล ็ อ ด จ ิ ต
b l o n d e บ ล อ น ด ์
b l o w e r โ บ ล เ ว อ ร ์
b l u h m บ ล ั ม
b l u s h e r บ ล ั ช เ ช อ ร ์
b o a t m a n โ บ ต เ ม ิ น
b o b บ ็ อ บ
b o b บ ๊ อ บ
b o c k i n g บ ็ อ ก ค ิ ่ ง
b o d d e บ ็ อ ด
b o d e r บ ั ด เ ด อ ร ์
b o d y g u a r d บ อ ด ี ก า ร ์ ด
b o g h e a d บ ็ อ ก เ ฮ ด
b o l a d o โ บ ล า โ ด ้
b o l e r โ บ เ ล อ ร ์
b o l g e r โ บ ล เ จ อ ร ์
b o l i v a r บ ั ล เ ล อ ว า ร ์
b o l l a n d บ อ ล เ ล ิ น ด ์
b o l s t e r โ บ ล ส เ ต อ ร ์
b o n a m y โ บ เ น อ ม ี ่
b o n d u r a n t โ บ น ด ู เ ร ิ ่ น ต ์
b o n i โ บ น ี ่
b o n o m o บ อ เ น อ โ ม
b o o k e r บ ุ ๊ ค เ ค อ ร ์
b o o t บ ู ต
b o o t บ ู ๊ ต
b o o t บ ู ๊ ท
b o s e r u p โ บ เ ซ ร ั ป
b o s s บ อ ส
b o s t o n บ อ ส ต ั น
b o u l t o n เ บ า ล ์ เ ต ิ ้ น
b o u r d o n บ ู ร ์ ด อ น
b o u r k e เ บ ิ ร ์ ก
b o w e r s โ บ เ ว ิ ร ์ ส
b o w e r y เ บ า เ ว อ ร ี ่
b o w l e y โ บ ล ี ่
b o x - o f f i c e บ อ ก ซ ์ อ อ ฟ ฟ ิ ศ
b o x e r บ อ ก เ ซ อ ร ์
b o x e r บ ็ อ ก เ ซ อ ร ์
b o y c e บ อ ย ซ ์
b p n r บ ี พ ี เ อ ็ น อ า ร ์
b r a c k l e y แ บ ร ก ล ี ย ์
b r a d t แ บ ร ด ต ์
b r a n d e i s แ บ ร น ไ ด ส ์
b r a s i l i a บ ร า ซ ิ เ ล ี ย
b r a u e r บ ร า เ อ อ ร ์
b r a z i l บ ร า ซ ิ ล
b r e a k p o i n t เ บ ร ก พ อ ย ต ์
b r e a s t e d เ บ ร ส ต ั ด
b r e d i n เ บ ร ด ิ ้ น
b r e e d i n g บ ร ี ด ด ิ ้ ง
b r e e n บ ร ิ น
b r e g เ บ ร ็ ก
b r e m e r บ ร ิ เ ม อ ร ์
b r e n t เ บ ร น ต ์
b r e t t เ บ ร ต ต ์
b r e y e r เ บ ร เ อ อ ร ์
b r i c k f i e l d e r บ ร ิ ก ฟ ิ ล เ ด อ ร ์
b r i c k m a n บ ร ิ ก เ ม ิ ่ น
b r i c k w e d d e บ ร ิ ก เ ว ็ ด
b r i d g m a n บ ร ิ ด จ ์ เ ม ิ น
b r i d i e บ ร ิ ด ี ้
b r i l l a n t บ ร ิ ล เ ล ิ ่ น ต ์
b r i n d l e y บ ร ิ น ด ์ ล ี ย ์
b r i s t l i n g บ ร ิ ส ต ์ ล ิ ง
b r o d y โ บ ร ด ี ้
b r o e โ บ ร
b r o g d e n บ ร ็ อ ก เ ด ิ ้ น
b r o m i n e โ บ ร ม ี น
b r o m p t o n บ ร ั ม ป ์ เ ต ิ ้ น
b r o o k e r บ ร ู เ ค อ ร ์
b r o o k i t e บ ร ู ไ ค ต ์
b r o t h บ ร อ ท
b r o w n e l l เ บ ร า เ น ล
b r u d e n e l l บ ร ู เ ด อ เ น ิ ่ ล
b r u g g e r บ ร ั ก เ ก อ ร ์
b r u n e i บ ร ู ไ น
b r u s s e l บ ร ั ส เ ซ ล
b t s บ ี ท ี เ อ ส
b u c h e n บ ั ก เ ค ิ น
b u c k m a n บ ั ก เ ม ิ ่ น
b u c k y บ ั ก ค ี ่
b u d g e บ ั จ
b u l g e r บ ั ล เ ก อ ร ์
b u l l t e r r i e r บ ุ ล เ ท อ ร ์ เ ร ี ย
b u l o v a บ ิ ว โ ล ว ่ า
b u n k e บ ั ง ค ์
b u r e n , m a r t i n v a n บ ิ ว เ ร น , ม า ร ์ ต ิ น แ ว น
b u r g i n เ บ อ ร ์ ก ิ ้ น
b u r g m a n n เ บ ิ ร ์ ก เ ม ิ ่ น
b u r g o n เ บ อ ร ์ เ ก ิ ้ น
b u r k e t t เ บ อ ร ์ ค ิ ต
b u r l i n g t o n เ บ อ ร ์ ล ิ ง เ ต ิ ้ น
b u r n a m เ บ อ ร ์ เ น ิ ่ ม
b u r n t w o o d เ บ น ต ์ ว ู ๊ ด
b u r s t o n เ บ ิ ร ์ ส เ ต ิ ้ น
b u s e y บ ิ ว ซ ี ่
b u s h e บ ุ ๊ ช
b u s h m i l l e r , e r n i e บ ุ ช ม ิ ล เ ล อ ร ์ , เ อ อ ร ์ น ี
b u t a n e บ ิ ว เ ท น
b u t t บ ั ต ต ์
b u t z บ ั ต ส ์
b u x o บ ิ ว ก ์ โ ซ ่
b y a r d บ ย า ร ์ ด
b y f o r d บ ี เ ฟ ิ ร ์ ด
b y i n g t o n ไ บ อ ิ ง เ ต ิ ้ น
b y l a n d ไ บ เ ล ิ น ด ์
c a d e l l ค า เ ด ล
c a d e t ค ะ เ ด ็ ต
c a d e t ค า เ ด ต
c a d e t เ ค ิ ด เ ด ็ ต
c a f f e r y แ ค ฟ เ ฟ อ ร ี ่
c a i ซ ี เ อ ไ อ
c a l c - s i n t e r แ ค ล ก ์ - ซ ิ น เ ต อ ร ์
c a l c i m o r p h i c แ ค ล ซ ิ ม อ ร ์ ฟ ิ ก
c a l i c h e ค า ล ิ เ ช
c a l l a g h a n แ ค ล เ ล อ แ ฮ น
c a l l a n d e r แ ค ล เ ล ิ น เ ด อ ร ์
c a l l c o t t แ ค ล ค ั ต
c a l l i s แ ค ล ิ ส
c a l l u m แ ค ล เ ล ิ ่ ม
c a l v i n , j o h n แ ค ล ว ิ น , จ อ ห ์ น
c a m d e n แ ค ม เ ด ิ น
c a m i c i a ค า ม ิ เ ซ ี ย
c a m p a u ค ั ม เ พ า
c a m p u s แ ค ม ป ั ส
c a n a d a y แ ค เ น อ เ ด ย ์
c a n b y แ ค น บ ี ้
c a n d i c e แ ค น ด ิ ซ
c a n o n ค า น อ น
c a n o n แ ค น อ น
c a n o n แ ค น เ น ิ น
c a n s e แ ค น ส ์
c a p e d o c t o r เ ค ป ด อ ก เ ต อ ร ์
c a p e l เ ค เ ป ิ ล
c a p i l l a r y a c t i o n แ ค พ ิ ล ล า ร ี แ อ ค ช ั น
c a r a m e l ค า ร า เ ม ล
c a r b e r r y ค า ร ์ แ บ ร ์ ร ี ่
c a r b o x y l m e t h y l c e l l u l o s e ค า ร ์ บ อ ก ซ ิ ล เ ม ท ิ ล เ ซ ล ล ู โ ล ส
c a r d e n ค า ร ์ เ ด ิ ่ น
c a r d i n a l e ค า ร ์ ด ี น า ล ี ่
c a r d o z a ค า ร ์ โ ด ซ ่ า
c a r k n e r ค า ร ์ ก เ น อ ร ์
c a r l i n g ค า ร ์ ล ิ ่ ง
c a r l y , s i m o n แ ค ร ์ ล ี , ไ ซ ม อ น
c a r m a c k ค า ร ์ เ ม ิ ก
c a r n a h a n ค า ร ์ เ น อ แ ฮ น
c a r n e g i e , w i l l i a m ค า ร ์ เ น ก ี , ว ิ ล เ ล ี ย ม
c a r n e s ค า น ส ์
c a r o l แ ค ร อ ล
c a r o l i n e ก า โ ร ล ี น
c a r o l i n e ค า โ ร ไ ล น ์
c a r o l i n e แ ค โ ร ล ิ น
c a r o l i n e แ ค โ ร ไ ล น ์
c a r o l u s ค า โ ร ล ั ส
c a r p e n d a l e ค า ร ์ เ พ น เ ด ล
c a r p e n t e r , j o h n ค า ร ์ เ พ น เ ต อ ร ์ , จ อ ห ์ น
c a r u s o เ ค อ ร ู โ ซ ่
c a r v e l ค า ร ์ เ ว ล
c a r v e l ค า ร ์ เ ว ิ ล
c a s e เ ค ส
c a s e m e n t เ ค ส เ ม น ต ์
c a s h i e r c h e c k แ ค ช เ ช ี ย ร ์ เ ช ็ ก
c a s s e l s แ ค ส เ ซ ิ ล ส ์
c a s s e t t e ค ั ส เ ซ ต
c a s s e t t e ค า ส เ ซ ต
c a s s e t t e แ ค ส เ ซ ต
c a s s e t t e แ ค ส เ ซ ต ต ์
c a s s o n แ ค ส เ ซ ิ ่ น
c a s t e r ค า ส เ ต อ ร ์
c a s t e r แ ค ส เ ต อ ร ์
c a s t l e s แ ค ส เ ซ ิ ล ส ์
c a s u s t i c ค อ ส ต ิ ก
c a t s c a n แ ค ็ ต ส แ ก น
c a t a l y s t s ค า ต า ล ิ ส ต ์
c a t e s , p h o e b e เ ค ต ส ์ , ฟ ี บ ี
c a t h o l i c ค า ท อ ล ิ ก
c a t l i n แ ค ็ ต ล ิ ่ น
c a t l i n g แ ค ต เ ท อ ล ิ ่ ง
c a t t e l l เ ค ิ ต เ ท ล
c a u c h y โ ค ช ี
c a u c h y โ ค ซ ี
c a u l e y ค อ ล ี ย ์
c a u s e y ค อ ส ซ ี ่ ย ์
c a u s t i c ค อ ส ต ิ ก
c a v e r s เ ค เ ว ิ ร ์ ส
c a v i a r ค า เ ว ี ย ร ์
c a v i a r แ ค เ ว ี ย ร ์
c a w o o d ค า ว ู ๊ ด
c e d a r ซ ี ด า ร ์
c e d e r b e r g ซ ี เ ด อ ร ์ เ บ ิ ร ์ ก
c e d r i c เ ซ ด ร ิ ก
c e l e r y เ ซ เ ล ร ี
c e l e r y เ ซ เ ล อ ร ี
c e l e s t i t e เ ซ เ ล ส ไ ท ต ์
c e l l o เ ซ ล โ ล
c e l s i u s เ ซ ล เ ซ ี ย ส
c e n t e r h a l f เ ซ ็ น เ ต อ ร ์ ฮ า ล ์ ฟ
c e n t i m e t r e เ ซ น ต ิ เ ม ต ร
c e n t r a t e เ ซ ็ น เ ท ร ด
c e n t r i o l e เ ซ น ท ร ิ โ อ ล
c e n t r o s o m e เ ซ น โ ท ร โ ซ ม
c e r n y เ ค อ ร ์ น ี ่
c e r r a d o เ ซ อ ร ์ ร า โ ด
c h a d b o u r n e เ ช ิ ด บ ุ ร ์ น
c h a l l e n g e r แ ช ล เ ล น เ จ อ ร ์
c h a m b e r l a i n , w i l t เ ช ม เ บ อ ร ์ เ ล น , ว ิ ล ต ์
c h a p e r o n แ ช เ ป อ โ ร น
c h a r d i n , p i e r r e t e i l h a r d d e ช า ร ์ แ ด ง , ป ี แ ย ร ์ เ ต ย า ร ์ เ ด อ
c h a r l e ช า ร ์ ล ส ์
c h a r l o t t e ช า ร ์ ล อ ต
c h a r l o t t e ช า ร ์ ล อ ต ต ์
c h a r l o t t e ช า ร ์ ล อ ท เ ท อ
c h a r l t o n ช า ร ์ ล เ ต ิ ้ น
c h a r m a n ช า ร ์ เ ม ิ ่ น
c h a r n e y ช า ร ์ น ี ย ์
c h a r t ช า ร ์ ต
c h a r t i s m ช า ร ์ ท ิ ส ต ์
c h a y e s เ ช ส
c h e c k o u t เ ช ็ ก เ อ า ต ์
c h e e s e m a n ช ี ส เ ม ิ น
c h e l t o n เ ช ล เ ต ิ ้ น
c h e r w e l l เ ช อ ร ์ เ ว ล
c h e s t e r เ ช ส เ ต อ ร ์
c h i f l e y ไ ช ฟ ์ ล ี ย ์
c h i l d s ไ ช ล ด ์ ส
c h i n n e r y ช ิ น เ น อ ร ี ่
c h i t t e n d e n ช ิ ต เ ท ิ น เ ด ิ ่ น
c h l o r e n c h y m a ค อ ล เ ร ง ค ิ ม า
c h l o r i d e ค ล อ ไ ร ด ์
c h o k e r โ ช ้ ก เ ก อ ร ์
c h o r i o n ค อ ร ิ อ อ น
c h o r o p l e t h โ ค โ ร เ พ ล ท
c h r i s m a n ค ร ิ ส เ ม ิ น
c h r o m a t i d โ ค ร ม า ท ิ ด
c h r y s l e r ไ ค ร ส เ ล อ ร ์
c h u b b ช ั บ
c h u r t o n เ ช อ เ ต ิ ้ น
c i b b e r ซ ิ บ เ บ อ ร ์
c i l i a t e ซ ิ ล ิ เ อ ด
c i n e p l e x ซ ี เ น เ พ ล ็ ก ซ ์
c i s c o ซ ิ ซ โ ก
c i s n e r o s ซ ิ ส เ น โ ร ส
c l a n t o n แ ค ล ม เ ต ิ ้ น
c l a r a ค ล า ร า
c l a r a แ ค ล ร ่ า
c l a u d i n e ค ล อ ด ี น
c l a u d y ค ล อ ด ี ้
c l a u s e n เ ค ล า เ ซ ิ ่ น
c l a u s e r ค ล อ เ ซ อ ร ์
c l e a v a g e ค ล ี เ ว จ
c l e e ค ล ี
c l e m e n t i n e เ ค ล ม ็ อ ง ต ี น
c l e m e n t s เ ค ล ม เ ม ิ น ท ์ ส
c l i f f ค ล ิ ฟ ฟ ์
c l i n t o n ค ล ิ น ต ั น
c l i o ค ล ี โ อ
c l o n e โ ค ล น
c l o p t o n ค ล ็ อ ป เ ต ิ ้ น
c l o u g h ค ล ู ฟ
c l o u s e r เ ค ล า เ ซ อ ร ์
c l o w โ ค ล ว ์
c l o w n e y เ ค ล า น ี ย ์
c l o y n e ค ล อ ย น ์
c l u s t e r ค ล ั ส เ ต อ ร ์
c l u t e ค ล ู ต
c l u t t e r b u c k ค ล ั ต เ ต อ ร ์ เ บ ิ ่ ก
c o b h a m ค ็ อ บ เ ฮ ิ ่ ม
c o c k b u r n ค ็ อ ก เ บ ิ ร ์ น
c o d ค ็ อ ด
c o f e r โ ค เ ฟ อ ร ์
c o g h i l l ค ็ อ ก ฮ ิ ล
c o l e โ ค ล
c o l e s l a w โ ค ล ส ล อ ว ์
c o l i n a โ ค ล ิ น ่ า
c o l i n g โ ค ล ิ ่ ง
c o l l i n s ค อ ล ล ิ น ส ์
c o l l i n s o n , j a m e s ค อ ล ล ิ น ซ ั น , เ จ ม ส ์
c o l l i s t e r ค อ ล ล ิ ส เ ต อ ร ์
c o l o m b o โ ค ล ั ม โ บ
c o l o u r ค ั ล เ ล อ ร ์
c o l u m b i n e โ ค ล ั ม ไ บ น ์
c o m b a t ค อ ม แ บ ต
c o m m e n t ค อ ม เ ม น ต ์
c o m m o n v e t c h ค ั ม ม ั ่ น เ ว ็ ท ช ์
c o m m u n e ค อ ม ม ู น
c o m o , p e r r y โ ค โ ม , เ พ อ ร ์ ร ี
c o m p o n e n t ค อ ม โ พ เ น น ต ์
c o m p o u n d ค อ ม เ พ า น ด ์
c o m p r a d o r e ก ั ม ป ร ะ โ ด
c o n d u c t i o n ค อ น ด ั ก ช ั น
c o n e โ ค น
c o n g r e v e ค อ น ก ร ี ฟ
c o n s o l e ค อ น โ ซ ล
c o n s u l t i n g ค อ น ซ ั ล ต ิ ง
c o n s u m e r ค อ น ซ ู เ ม อ ร ์
c o n v e r t ค อ น เ ว ิ ร ์ ต
c o o k e , s a m ค ุ ก , แ ซ ม
c o o l a ค ู ล า
c o o l i d g e , r i t a ค ู ล ิ ด จ ์ , ร ิ ต า
c o o m b ค ู ม บ ์
c o p ซ ี โ อ พ ี
c o r i o l i s ค อ ร ิ อ อ ล ิ ส
c o r i o l i s ค อ ร ิ โ อ ล ิ ส
c o r n e t ค อ ร ์ เ น ต
c o r n f l a k e s ค อ ร ์ น เ ฟ ล ก ส ์
c o r o n a ค อ โ ร น า
c o r o n a โ ค โ ร น า
c o r r e g g i o ก อ ร ์ เ ร จ โ จ
c o s ค อ ส
c o t y l o s a u r โ ค ท ิ โ ล ซ อ ร ์
c o u r b e t , g u s t a v e ก ู ร ์ เ บ , ก ู ส ต า ฟ ว ์
c o u r s e w a r e ค อ ร ์ ส แ ว ร ์
c o w b o y ค า ว บ อ ย
c o w p e n s เ ค า ว ์ เ พ น ส ์
c r a i g เ ค ร ก
c r a s h a w แ ค ร ช อ ว ์
c r e a m o f t a r t a r ค ร ี ม อ อ ฟ ท า ร ์ ท า ร ์
c r e p e เ ค ร ป
c r i c k ค ร ิ ก
c r o w n ค ร า ว น ์
c r u s a d e ค ร ู เ ซ ด
c r u s a d e ค ร ู เ ส ด
c r y s t a l l o i d ค ร ิ ส แ ท ล ล อ ย ด ์
c s r ซ ี เ อ ส อ า ร ์
c u l i n a r y ค ั ล ล ิ น า ร ี
c u n e i f o r m ค ิ ว น ิ ฟ อ ร ์ ม
c u p r i t e ค ิ ว ไ พ ร ต ์
c u r l i n g เ ค ิ ล ล ิ ง
c u r s o r เ ค อ ร ์ เ ซ อ ร ์
c u t t e n ค ั ต เ ท ิ ้ น
c u t w o r k ค ั ต เ ว ิ ร ์ ก
c y b e r n e t i c s ไ ซ เ บ อ ร ์ เ น ต ิ ก ส ์
c y b o r g ไ ซ บ อ ร ์ ก
c y n t h i a ซ ิ น เ ท ี ย
d a b o r m i d a ด า บ อ ร ์ ม ิ ด า
d a d y เ ด ด ี ้
d a l e s s a n d r o ด ั ล เ ล ส ซ ั น โ ด ร
d a l t o n ด อ ล ต ั น
d a n i e l ด า น ี ล
d a n i e l ด า เ น ี ย ล
d a n i e l แ ด เ น ี ย ล
d a p o n t e ด ั ป พ า ว น ์ เ ต ้
d a r ด า ร ์
d a r t m o u t h ด า ร ์ ต เ ม ิ ท
d a s d แ ด ส ด ี
d a s y m e t r i c เ ด ซ ิ เ ม ต ร ิ ก
d a t i v e เ ด ท ิ ฟ
d a u g h t e r s ด อ เ ท อ ร ์ ส
d a v i d ด า ว ิ ด
d a v i d ด า ว ี ด
d a v i d เ ด ว ิ ด
d a v i d o f f เ ด ว ี ด อ ฟ
d e a d เ ด ด
d e b เ ด บ
d e b b y เ ด บ บ ี
d e b e l เ ด เ บ ิ ้ ล
d e b l o i s เ ด บ ล ู
d e b o ด ี โ บ
d e b r u i n เ ด บ ร ู อ ิ น
d e c o r a เ ด ค อ ร ่ า
d e c t เ ด ก ต ์
d e f e l i c e ด ี เ ฟ ล ิ ส
d e f o e ด ิ โ ฟ
d e h a v i l l a n d เ ด เ ฮ อ ว ิ ล เ ล ิ น ด ์
d e l e v a n เ ด ล ล า เ ว ิ ่ น
d e l u c e เ ด ล ุ ส
d e m b a r t เ ด ท บ า ร ์ ต
d e m o n s t r a t e เ ด ม อ น ส เ ต ร ต
d e n n e t t เ ด น น ิ ต
d e n n e y เ ด น น ี ่ ย ์
d e n v i l l e เ ด น ว ิ ล ล ์
d e p t h o f f i e l d เ ด พ ท ์ อ อ ฟ ฟ ี ล ด ์
d e r o c c o ด ี โ ร โ ค ่
d e s i g n ด ี ไ ซ น ์
d e s i g n e r b u g s ด ี ไ ซ เ น อ ร ์ บ ั ก
d e v o n i a n ด ี โ ว เ น ี ย น
d e v o s ด ี โ ว ส
d h a k a ด า ก า
d h a k a ธ า ก า
d i a l l a g e ไ ด แ อ ล เ ล จ
d i a l o g u e ไ ด อ ะ ล ็ อ ก
d i a n ไ ด อ ั น
d i c k ด ิ ก
d i c k ด ิ ๊ ก
d i c k e y ด ี ค ี ่
d i c k i t e ด ิ ก ไ ค ต ์
d i c k s t r a ด ิ ก ส ต ร า
d i c t a t o r s h i p ด ิ ก เ ท เ ท อ ร ์ ช ิ ป
d i e s e n ด ี เ ซ ิ ่ น
d i e t r i c h ด ิ ท ร ิ ก
d i f r a n c o ด ี ฟ ร ั ง โ ค ่
d i g e s t ไ ด เ จ ส ต ์
d i g g e s ด ิ ก ส ์
d i l l i n g h a m ด ิ ล ล ิ ง แ ฮ ม
d i m e r ไ ด เ ม อ ร ์
d i m o n d ไ ด เ ม ิ ่ น ด ์
d i m o s ไ ด โ ม ส
d i n e e n ด ิ น ี น
d i n g ด ิ ง
d i n g h y ด ี ง ี ่
d i n g l e ด ิ ง เ ก ิ ล
d i o n , c e l i n e ด ิ อ อ น , เ ซ ล ี น
d i o r i t e ไ ด อ อ ไ ร ต ์
d i o s d a d o ด ี โ อ ส ด า โ ด
d i p a s q u a l e ด ี พ ั ส ค ว า ล ี ่
d i t m a s ด ิ ต เ ม ิ ส
d o b b i n s ด ๊ อ บ บ ิ ่ ง ส ์
d o d d s , w a r r e n b a b y ด อ ด ส ์ , ว อ ร ์ เ ร น เ บ บ ี
d o e โ ด ว ์
d o e t s c h โ ด ช
d o l a n โ ด เ ล ิ น
d o l a n d ด ู เ ล ิ ่ น ด ์
d o l d r u m s ด อ ล ด ร ั ม ส ์
d o m ด อ ม
d o m a n ด ู เ ม ิ น
d o m e โ ด ม
d o m e n i c i เ ด อ เ ม เ น อ ช ี ่
d o m i n i s ด อ เ ม อ น ิ ส
d o n e r ด อ เ น อ ร ์
d o n g ด อ ง
d o n k i n ด ั ง ค ิ ้ น
d o n o h o ด อ น เ น อ โ ฮ
d o n o h u e ด อ เ น อ ฮ ิ ว
d o o r n โ ด ร ์ น
d o r r ด อ ร ์
d o r s e t t ด อ ร ์ ซ ิ ต
d o u g h n u t โ ด น ั ต
d o w n s ด า ว น ์ ส
d o w t y เ ด า ต ี ้
d q o s ด ี ค ิ ว โ อ
d r a a ด ร า
d r a g - o u t แ ด ร ก เ อ า ต ์
d r a i n เ ด ร น
d r d f ด ี อ า ร ์ ด ี เ อ ฟ
d r e a d n o u g h t เ ด ร ด น อ ต
d r e l l เ ด ร ล
d r o b ด ร อ บ
d r o p ด ร อ ป
d r o p ด ร ็ อ ป
d r o p - o f f ด ร อ ป อ อ ฟ
d r o u i n ด ร อ ว ิ น
d r u m s t i c k ด ร ั ม ส ต ิ ก
d r y ด ร า ย
d u b l i n ด ั บ ล ิ น
d u f f i e l d ด ้ ฟ ฟ ิ ล ด ์
d u f f i n ด ั ฟ ฟ ิ ่ น
d u k e s ด ุ ก ส ์
d u l b e c c o ด ั ล เ บ โ ค ่
d u l o n g a n d p e t i t ด ู ล อ ง แ อ น ด ์ เ ป ต ิ ต
d u m a s , a l e x a n d r e ด ู ม า , อ า แ ล ็ ก ซ อ ง ด ร ์
d u m a u r i e r เ ด อ ม อ ร ี เ อ อ ร ์
d u n h a m ด ั น เ ฮ ิ ม
d u n h i l l ด ั น ฮ ิ ล ล ์
d u n i t e ด ู ไ น ต ์
d u n l u c e ด ั น ล ู ส
d u n n e t t ด ั น น ิ ต
d u p l e s s i s ด ู พ ล ี ซ ิ ส
d u p o n t ด ู พ อ น ต ์
d u p r e ด ั ป เ ป อ ร ์
d u r a n ด ู แ ร น
d u r b i n เ ด อ ร ์ บ ิ ้ น
d u t c h ด ั ต ช ์
d u z y ด ิ ว ซ ี ่
d y e r ด า ย เ อ อ ร ์
d y e r ไ ด ย ์ เ อ อ ร ์
d y e r ไ ด เ อ อ ร ์
d y k e ไ ด ก ์
d y n a m i c ไ ด น า ม ิ ก
d y n a m i t e ไ ด น า ไ ม ต ์
d y n o ไ ด โ น
d y s a r t ด ี เ ซ ิ ร ์ ต
e - c i t i z e n อ ี ซ ิ ต ิ เ ซ น
e - c o m m e r c e อ ี ค อ ม เ ม ิ ร ์ ซ
e - p u b l i c a t i o n อ ี พ ั บ ล ิ เ ค ช ั น
e a g e r อ ี เ ก อ ร ์
e a k i n s อ ี ค ิ น ส ์
e a l e s อ ิ ล ส ์
e a r l y เ อ อ ร ์ ล ี
e a s t l a n d อ ี ส เ ล ิ ่ น ด ์
e c h o l s เ อ ค อ ล ส ์
e c k e l เ อ เ ค ิ ล
e c k e s เ อ ก ส ์
e c k m a n เ อ ็ ก เ ม ิ ่ น
e d d i n g s เ อ ด ด ิ ง ส ์
e d d i n s เ อ ด ด ิ ่ น ส ์
e d e l m a n เ อ เ ด ิ ล เ ม ิ น
e d e l s t e i n เ อ ด ั ล ส ไ ต น ์
e d i n b u r g เ อ เ ด ิ น เ บ ิ ร ์ ก
e d m o n d s o n เ อ ด เ ม ิ ่ น ด ์ ส ั น
e d w i n a เ อ ็ ด ว ี น ่ า
e g b e r t เ อ ก เ บ ิ ร ์ ต
e g b e r t เ อ ็ ก เ บ ิ ร ์ ต
e i c h e n b e r g ไ อ เ ค ิ น เ บ ิ ร ์ ก
e i c h e n b e r g e r ไ อ เ ค ิ น เ บ อ ร ์ เ ก อ ร ์
e i d เ อ ด
e i d s o n อ ี ด ส ั น
e i f l e r ไ อ เ ฟ อ เ ล อ ร ์
e i s e n s t e i n ไ อ ส ั ้ น ส ไ ต น ์
e l e c t r i c อ ิ เ ล ็ ก ต ร ิ ก
e l e c t r o n อ ิ เ ล ็ ก ต ร อ น
e l e z เ อ เ ล ส
e l f e n b e i n เ อ ล เ ฟ ิ น ไ บ น ์
e l i j a h เ อ ไ ล จ า ห ์
e l i o t , g e o r g e เ อ เ ล ี ย ต , จ อ ร ์ จ
e l i o t , t . s เ อ ล ี ย ต , ท ี . เ อ ส .
e l i z a b e t h เ อ ล ิ ซ า เ บ ท
e l l i o t t อ ี ล เ ล ี ย ต
e l l i o t t เ อ ล เ ล ี ย ต
e l m o r e เ อ ล ม อ ร ์
e l s i e เ อ ล ซ ี
e l s t e r เ อ ล ส เ ต อ ร ์
e l v a เ อ ล ว ่ า
e l w o o d เ อ ล ว ู ด
e l w y n เ อ ล ว ิ น
e m e r l i n g อ ี เ ม อ ร ์ ล ิ ่ ง
e m f อ ี เ อ ็ ม เ อ ฟ
e m m e เ อ ม
e m m e t เ อ ม ิ ต
e n d o d e r m เ อ น โ ด เ ด ิ ร ์ ม
e n d o s m o s i s เ อ น ด อ ส โ ม ซ ิ ส
e n f i e l d เ อ ็ น ฟ ิ ล ด ์
e n g e l เ อ ง เ ก ล
e n g e l เ อ ็ น เ ก ิ ล
e n g l e r เ อ ง เ ก อ เ ล อ ร ์
e n t e r p r i s e เ อ น เ ต อ ร ์ ไ พ ร ส ์
e n t e r p r i s e เ อ น เ ท อ ร ์ ไ พ ร ส ์
e p e i r o g e n e s i s เ อ ไ พ โ ร เ จ เ น ซ ิ ส
e p s i l o n เ อ ป ไ ซ ล อ น
e r i c อ ิ ร ิ ก
e r i c เ อ ร ิ ก
e r i k s o n เ อ ร ิ ก ส ั น
e r l a n d เ อ อ ร ์ เ ล ิ ่ น ด ์
e r l e n m e y e r เ อ อ ร ์ เ ล น เ ม เ ย อ ร ์
e s s i e n เ อ ซ ิ น
e s t c o u r t เ อ ส ต ์ ค อ ร ์ ต
e t i c เ อ ต ิ ก
e u l e r อ อ ย เ ล อ ร ์
e u n i c e ย ู น ิ ซ
e u p h e m i a ย ู ฟ ี เ ม ี ย
e v e l i n e เ อ เ ว อ ล ิ น
e v e r t o n เ อ เ ว อ ร ์ ต ั น
e w e r ย ู เ อ อ ร ์
e x u m อ ิ ก ซ ั ม
e y r i n g เ อ ร ิ ่ ง
e y t o n ไ อ เ ต ิ ้ น
f . เ อ ฟ
f a b l e เ ฟ เ บ ิ ล
f a c e - b o w เ ฟ ซ โ บ ว ์
f a c e r เ ฟ เ ซ อ ร ์
f a g e t แ ฟ จ ิ ต
f a l e s เ ฟ ล ึ ส
f a l l e ฟ อ ล ล ์
f a l t e r ฟ อ ล เ ต อ ร ์
f a n f a r e ฟ ั น ฟ า
f a n t e แ ฟ น ต ี ่
f a r c e ฟ า ร ์ ซ
f a r i s แ ฟ ร ิ ส
f a r l a n d ฟ า ร ์ เ ล ิ น
f a r m a n ฟ า ร ์ เ ม ิ ่ น
f a r n a b y ฟ า ร ์ เ น อ บ ี ้
f a r r a g u t แ ฟ เ ร อ เ ก ิ ต
f a r r a n d แ ฟ เ ร ิ ่ น ด ์
f a r r e r ฟ า ร ์ เ ร อ ร ์
f a s เ อ ฟ เ อ เ อ ส
f a s i ฟ า ซ ี ่
f a s n a c h t แ ฟ ส เ น ิ ก ต ์
f a t แ ฟ ต
f a t a ฟ า ต า
f a t e s เ ฟ ต ส ์
f a u s t เ ฟ า ส ต ์
f a u s t โ ฟ ส ต ์
f e d e r a l i s t เ ฟ เ ด อ ร ั ล ล ิ ส ต ์
f e h r แ ฟ ร ์
f e i k e ฟ ิ ก
f e i l d i n g ไ ฟ ล ์ ด ิ ่ ง
f e l d h a u s เ ฟ ล ด ์ เ ฮ า ส ์
f e l d s p a r เ ฟ ล ด ์ ส ป า
f e l d s p a r เ ฟ ล ด ์ ส ป า ร ์
f e l i c i a ฟ ั ล ล ิ เ ซ ี ย
f e l l e r s เ ฟ ล เ ล ิ ร ์ ส
f e n n o เ ฟ น โ น
f e r m เ ฟ ิ ร ์ ม
f e r m e n t a t i o n เ ฟ อ ร ์ เ ม น เ ท ช ั น
f e r n a n d o p o เ ฟ อ ร ์ น ั น โ ด โ ป
f e r r i เ ฟ อ ร ี ่
f e u d a l ฟ ิ ว ด ั ล
f e y n m a n ไ ฟ ย น ์ แ ม น
f i b e r o p t i c s ไ ฟ เ บ อ ร ์ อ อ ป ต ิ ก ส ์
f i c k e ฟ ิ ก
f i c k i a n ฟ ิ ก เ ก ี ย น
f i d l e r ไ ฟ เ ด อ ร ์ เ ล อ ร ์
f i e l d ฟ ี ล ด ์
f i e l d e r ฟ ิ ล เ ด อ ร ์
f i e r o ฟ ี โ ร
f i g u r e - s k a t i n g ฟ ิ ก เ ก อ ร ์ ส เ ก ต ต ิ ง
f i l e s ไ ฟ ล ส ์
f i l i o n ฟ ิ ล เ ย ิ ่ น
f i l l m o r e ฟ ิ ล ล ์ ม อ ร ์
f i l l m o r e , m i l l a r d ฟ ิ ล ล ์ ม อ ร ์ , ม ิ ล ล า ร ์ ด
f i l m n o i r ฟ ิ ล ์ ม น ั ว ร ์
f i n c k e ฟ ิ ง ก ์
f i n d e r ไ ฟ น ์ เ ด อ ร ์
f i n d l a y ฟ ิ น ด ์ ล ี ย ์
f i n e m a n ไ ฟ น ์ เ ม ิ น
f i n k e l ฟ ิ ง เ ก ิ ล
f i n k e l s t e i n ฟ ิ ง ก ั ล ส ไ ต น ์
f i n l a y ฟ ิ น ล ี ย ์
f i n l a y ฟ ิ น เ ล ย ์
f i n n ฟ ิ น น ์
f i n n e l l ฟ ิ น เ น ิ ล
f i o r i n a ฟ ิ อ อ ร ี ่ น ่ า
f i r n เ ฟ ิ ร ์ น
f i r s t m a n เ ฟ ิ ร ์ ส ต เ ม ิ ่ น
f i t n e s s ฟ ิ ต เ น ส
f i t z g e r a l d , f . s c o t t ฟ ิ ต ซ ์ เ จ ร ั ล ด ์ , เ อ ฟ . ส ก อ ต ต ์
f i t z s i m o n s ฟ ิ ต ซ ี เ ม ิ น ส ์
f l a g l e r แ ฟ ล ็ ก เ ล อ ร ์
f l a v i n , d a n เ ฟ ล ว ิ น , แ ด น
f l a v o u r เ ฟ ล เ ว อ ร ์
f l e m i n g เ ฟ ล ม ิ ง
f l e x n e r เ ฟ ล ก ส ์ เ น อ ร ์
f l o o r s h o w ฟ ล อ ร ์ โ ช ว ์
f l o p p y d i s c ฟ ล อ ป ป ี ด ิ ส ก ์
f l o r e s ฟ ล อ เ ร ส
f l o r i a n ฟ ล อ เ ร ี ่ ย น
f l u o r e s c e n c e ฟ ล ู อ อ เ ร ส เ ซ น ซ ์
f l y n t ฟ ล ิ น ต ์
f o g l i a ฟ อ เ ก ล ี ย
f o l k โ ฟ ล ์ ก
f o n d a , j a n e ฟ อ น ด า , เ จ น
f o o t m a n ฟ ุ ต เ ม ิ น
f o r m a l ฟ อ ร ์ แ ม ล
f o r s t e r ฟ อ ร ์ ส เ ต อ ร ์
f o r t n e y ฟ อ ร ์ ต น ี ย ์
f o r t u n e ฟ อ ร ์ ช ู น
f o s s i l ฟ อ ส ซ ิ ล
f o u s t เ ฟ า ส ์ ต
f o x t e r r i e r ฟ อ ก ซ ์ เ ท อ ร ์ เ ร ี ย
f r a m e เ ฟ ร ม
f r a n แ ฟ ร น
f r a n c i s ฟ ร า น ซ ิ ส
f r a n c i s แ ฟ ร น ซ ิ ส
f r a n c i u m แ ฟ ร น เ ซ ี ย ม
f r a n k i e แ ฟ ร ง ก ี
f r e d d y เ ฟ ร ด ด ี
f r e d e r i c k s o n เ ฟ ร เ ด อ ร ิ ก ส ั น
f r e e s e ฟ ร ี ส
f r e e s t y l e ฟ ร ี ส ไ ต ล ์
f r e e z e - f r a m e ฟ ร ี ซ เ ฟ ร ม
f r e i b e r g e r ไ ฟ ร เ บ อ ร ์ เ ก อ ร ์
f r e n c h เ ฟ ร น ช ์
f r e n c h f r y เ ฟ ร น ช ์ ฟ ร า ย
f r e t w e l l เ ฟ ร ต เ ว ล
f r i ฟ ร ี
f r i e d m a n , m i l t o n ฟ ร ี ด แ ม น , ม ิ ล ต ั น
f r i t s c h ฟ ร ิ ช
f r o u d e ฟ ร ู ด
f r u c t o s e ฟ ร ั ก โ ท ส
f r u i n ฟ ร ู อ ิ น
f r y e ไ ฟ ร ย ์
f u b i n i ฟ ิ ว บ ี น ี ่
f u l t z ฟ ุ ล ต ์ ส
f u n k h o u s e r ฟ ั ง ก ์ เ ฮ า เ ซ อ ร ์
f u r a n ฟ ู แ ร น
f u r k เ ฟ ิ ร ์ ก
f u r n a s เ ฟ อ ร ์ เ น ิ ส
f u s t e r ฟ ั ส เ ต อ ร ์
f u t t e r m a n ฟ ั ต เ ต อ ร ์ เ ม ิ ่ น
f y f e ไ ฟ ฟ ์
f y t ฟ ิ ต
g - s t r i n g จ ี ส ต ร ิ ง
g a d d แ ก ด
g a f f e y แ ก ฟ ฟ ี ่
g a g e เ ก จ
g a g e เ ก จ ์
g a g e r เ ก เ ก อ ร ์
g a i e s เ ก ไ อ ส ์
g a l a c t o s e ก า แ ล ็ ก โ ท ส
g a l a n t e ก อ ล ั น ต ี ้
g a l i l e e แ ก ล ิ ล ี
g a l l e r ก อ ล เ ล อ ร ์
g a l p i n แ ก ล พ ิ ่ น
g a l v i n แ ก ล ว ิ ่ น
g a m b i a แ ก ม เ บ ี ย
g a m b i e r แ ก ม บ ี เ อ อ ร ์
g a m m o n s แ ก ม เ ม ิ ่ น ส ์
g a m s e r แ ก ม เ ซ อ ร ์
g a r d e n ก า ร ์ เ ด ิ น
g a r e t แ ก เ ร ิ ต
g a r r แ ก ร ์
g a r v a n ก า ร ์ เ ว ิ ่ น
g a s a h o l แ ก ซ า ฮ อ ล
g a s o h o l แ ก โ ซ ฮ อ ล
g a s o h o l แ ก ๊ ส โ ซ ฮ อ ล
g a s o h o l แ ก ๊ ส โ ซ ฮ อ ล ์
g a t e s เ ก ต ส ์
g a t t แ ก ต ต ์
g a u l ก อ ล
g a u s s เ ก า ส ์
g a u s s , c a r l f r i e d r i c h เ ก า ส ์ , ค า ร ์ ล ฟ ร ี ด ร ิ ช
g e l a t i n e เ จ ล า ต ิ น
g e m m a เ จ ม ม า
g e m m a เ จ ม ม ่ า
g e n e r a l เ จ น เ น อ ร ั ล
g e n e r a l เ จ เ น ร ั ล
g e n e r a l เ จ เ น อ ร ั ล
g e n g เ จ ง
g e n o t y p e จ ี โ น ไ ท ป ์
g e o p h o n e จ ี โ อ โ ฟ น
g e o r g i e จ อ ร ์ จ ี
g e r a r d i เ จ อ ร า ร ์ ด ี ้
g e r g e r เ ก อ ร ์ เ ก อ ร ์
g e r h a r d แ ก ร ์ ฮ า ร ์ ด
g e r m e r เ จ อ ร ์ เ ม อ ร ์
g e r r y เ จ อ ร ์ ร ี
g e r s h o n เ ก อ ร ์ เ ช ิ ่ น
g e t t y s เ ก ต ี ส
g e y e r เ ก เ อ อ ร ์
g i e s e c k e ก ี ซ ิ ก
g i f t ก ิ ฟ ต ์
g i f t s h o p ก ิ ฟ ต ์ ช อ ป
g i g a b y t e ก ิ ก ะ ไ บ ต ์
g i g a b y t e จ ิ ก ะ ไ บ ต ์
g i g a n t e s ก ิ ก ก ็ อ น ต ส ์
g i l b e r t s o n ก ิ ล เ บ ิ ร ์ ต ส ั น
g i l d e r ก ิ ล เ ด อ ร ์
g i l l i l a n d ก ิ ล ี แ ล น ด ์
g i l l i n g h a m ก ิ ล ล ิ ง แ ฮ ม
g i l l o t ก ิ ล เ ล ิ ต
g i n g e r a l e จ ิ น เ จ อ ร ์ เ อ ล
g i n g r a s ก อ ง เ ก ร ิ ส
g i r a f f a เ จ อ แ ร ฟ ฟ ่ า
g l a d e s เ ก ล ด ส ์
g l a s s , p h i l i p ก ล า ส ส ์ , ฟ ิ ล ิ ป
g l e e m a n ก ล ี แ ม น
g l e e s o n ก ล ี เ ซ ิ ่ น
g l e n a r d เ ก ล เ น ิ ร ์ ด
g l e n d a เ ก ล น ด า
g l o b u l a r โ ก ล บ ุ ล า ร ์
g l y c e r i n e ก ล ี เ ซ อ ร ี น
g l y c o l y s i s ไ ก ล โ ค ล ิ ซ ิ ส
g l y c o l y s i s ไ ก ล โ ค ไ ล ซ ิ ส
g l y n n ก ล ิ น
g o d d a r d , r o b e r t h . ก อ ด ด า ร ์ ด , ร อ เ บ ิ ร ์ ต เ อ ช .
g o f o r t h โ ก ฟ อ ร ์ ท
g o l d s c h m i d t โ ก ล ด ์ ช ม ิ ต
g o l d s m i t h โ ก ล ด ์ ส ม ิ ท
g o l e s โ ก ล ส ์
g o l i g h t l y โ ก ไ ล ท ์ ล ี ่
g o o d a l l ก ู ๊ ด อ ล
g o o d m a n , b e n n y ก ู ด แ ม น , เ บ น น ี
g o o d s o n ก ู ๊ ด ส ั น
g o o d y ก ู ด ด ี
g o o l a g o n g , e v o n n e ก ู ล า ก อ ง , อ ี ว อ น น ์
g o o s e b e r r y ก ู ส เ บ ร ์ ร ี
g o o s e b e r r y ก ู ส เ บ อ ร ี ่
g o o s e b e r r y ก ู ส เ บ อ ร ์ ร ี
g o r d ก อ ร ์ ด
g o r e ก อ ร ์
g o r h a m ก อ ร ์ เ อ ิ ม
g o r r i e ก อ ร ์ ร ี ่
g o s e โ ก ส
g o s h o ก อ โ ช
g o s n e l l ก อ ส เ น ิ ล
g o u d g e เ ก า อ ู จ
g o u l a s h ก ุ ล า ช
g o u l a s h ก ู แ ล ช
g o w d y เ ก า ด ี ้
g r a f t o n ก ร า ฟ เ ต ิ น
g r a n d d u k e แ ก ร น ด ์ ด ุ ๊ ก
g r a n d m a i s o n แ ก ร น ด ์ ไ ม ซ อ น
g r a n t ก ร า น ต ์
g r a n t แ ก ร น ต ์
g r a p e เ ก ร ป
g r a p e f r u i t เ ก ร ป ฟ ร ุ ต
g r a p h i c g r a n i t e ก ร า ฟ ิ ก แ ก ร น ิ ต
g r a v e s เ ก ร ฟ ส ์
g r e a l e y เ ก ร ี ย ล ี ย ์
g r e e c e ก ร ี ซ
g r e e n a w a y ก ร ี น เ น อ เ ว ย ์
g r e e t ก ร ี ต
g r e n a d a เ ก ร น า ด า
g r e n a d a เ ก ร เ น ด า
g r i f f i s ก ร ิ ฟ ฟ ิ ส
g r i n h a m ก ร ี น เ ฮ ิ ่ ม
g r i s c o m ก ร ิ ส เ ค ิ ่ ม
g r i t ก ร ิ ต
g r i t s ก ร ิ ต ส ์
g r o e l โ ก ร ล
g r o p p e r ก ร ็ อ ป เ ป อ ร ์
g r o t t l i e b , a d o l p h ก อ ต ต ์ ล ี บ , อ ะ ด อ ล ์ ฟ
g r o w โ ก ร ว
g r u e r ก ร ู เ อ อ ร ์
g u a d e l o u p e ก ั ว เ ด อ ล ู ป
g u a g a m e l a ก ั ว ก า เ ม ล า
g u a r a c h a ก ั ว ร า ช ่ า
g u g u a n ก ู ก ว น
g u l l e t t ก ู ล ล ิ ต
g u m b e l ก ั ม เ บ ิ ล
g u n s t o n ก ั น ส เ ต ิ ้ น
g u n t e r ก ั น เ ต อ ร ์
g u n z ก ึ น ซ ์
g u s t i n ก ั ส ต ิ น
h a b o o b ฮ า บ ู บ
h a c i e n d a อ า เ ซ ี ย น ด า
h a d f i e l d แ ฮ ด ฟ ิ ล ด ์
h a e n d e l เ ฮ น เ ด ิ ล
h a f e r เ ฮ เ ฟ อ ร ์
h a g แ ฮ ็ ก
h a g e l i n แ ฮ ็ ก ก ี ล ิ น
h a l b e r t ฮ ั ล เ บ ิ ร ์ ต
h a l d ฮ อ ล ด ์
h a l d a n e ฮ อ ล เ ด น
h a l d e r m a n ฮ อ ล เ ด อ ร ์ เ ม ิ ่ น
h a l f o r d แ ฮ ล เ ฟ ิ ร ์ ด
h a l p e r แ ฮ ล เ ป อ ร ์
h a l t o n แ ฮ ล เ ต ิ ้ น
h a m a r เ ฮ อ ม า ร ์
h a m b e r g e r แ ฮ ม เ บ อ ร ์ เ ก อ ร ์
h a m b r o แ ฮ ม โ บ ร
h a m e r แ ฮ เ ม อ ร ์
h a m l e t t แ ฮ ม ล ิ ต
h a m l i n แ ฮ ม ล ิ น
h a m m e r m a n แ ฮ ม เ ม อ ร ์ เ ม ิ ่ น
h a m m o c k แ ฮ ม เ ม ิ ก
h a m r i c k แ ฮ ม ร ิ ก
h a n a u แ ฮ เ น า
h a n d a l แ ฮ น เ ด ิ ล
h a n d f o r d แ ฮ น ด ์ เ ฟ ิ ร ์ ด
h a n d y แ ฮ น ด ี ้
h a n n e r แ ฮ น เ น อ ร ์
h a n n i n g t o n แ ฮ น น ิ ง เ ต ิ ้ น
h a n s e l แ ฮ น เ ซ ิ ล
h a n w o r t h แ ฮ น เ ว ิ ร ์ ท
h a p g o o d แ ฮ ็ ป ก ู ๊ ด
h a r b e c k ฮ า ร ์ เ บ ็ ก
h a r b o u r ฮ า ร ์ เ บ อ ร ์
h a r g e ฮ า ร ์ จ
h a r g r a v e ฮ า ร ์ เ ก ร ฟ
h a r g r o v e ฮ า ร ์ โ ก ร ฟ
h a r k e y ฮ า ร ์ ค ี ่
h a r l a n d ฮ า ร ์ เ ล ิ ่ น
h a r m a n ฮ า ร ์ เ ม ิ น
h a r m o n i u m ฮ า ร ์ โ ม เ น ี ย ม
h a r m s w o r t h ฮ า ร ์ ม ส เ ว ิ ร ์ ท
h a r r e l s o n แ ฮ ร ์ ร ี ล ส ั น
h a r r i n g t o n แ ฮ ร ์ ร ิ ง เ ต ิ ้ น
h a r r i s o n , b e n j a m i n แ ฮ ร ์ ร ิ ส ั น , เ บ น จ า ม ิ น
h a r r o p แ ฮ ร ์ เ ร ิ ป
h a r r o w แ ฮ ร ์ โ ร ว ์
h a r t e ฮ า ร ์ ต
h a r t f o r t ฮ า ร ์ ต ฟ อ ร ์ ต
h a r t n e l l ฮ า ร ์ ต เ น ิ ล
h a r t s o n ฮ า ร ์ ต ส ั น
h a r t t ฮ า ร ์ ต
h a s s a l l แ ฮ ส เ ซ ิ ล
h a s s l e r แ ฮ ส เ ล อ ร ์
h a t c h e t แ ฮ ต เ ช ต
h a t t แ ฮ ต ต ์
h a u l e r ฮ อ เ ล อ ร ์
h a u s n e r เ ฮ า ส เ น อ ร ์
h a w k i n s o n ฮ อ ค ิ น ส ั น
h a w k s ฮ อ ก ส ์
h a y c o c k เ ฮ ค ็ อ ก
h a z e l t o n เ ฮ เ ซ ิ ล เ ต ิ ้ น
h d t v เ อ ช ด ี ท ี ว ี
h e a d h u n t e r เ ฮ ด ฮ ั น เ ต อ ร ์
h e a d i n g เ ฮ ด ด ิ ง
h e a d l e y เ ฮ ด ล ี ย ์
h e a n e y ฮ ี น ี ย ์
h e a t ฮ ี ต
h e b d e n เ ฮ ็ บ เ ด ิ ่ น
h e d g e s เ ฮ ด เ จ ส
h e g g i e เ ฮ ก ก ี ่
h e i f e t z ไ ฮ ฟ ิ ต ส ์
h e i n e ไ ฮ เ น
h e i n e m a n n ไ ฮ น ์ เ ม ิ น
h e i n i c k e ไ ฮ น ิ ก
h e i s e n b e r g ไ ฮ เ ซ ิ น เ บ ิ ร ์ ก
h e l i o t r o p e ฮ ี ล ิ โ อ โ ท ร ป
h e l l e r เ ฮ ล เ ล อ ร ์
h e l l o เ ฮ ล โ ล
h e l l o เ ฮ ล โ ห ล
h e l s i n k i เ ฮ ล ซ ิ ง ก ิ
h e m i m o r p h i t e เ ฮ ม ิ ม อ ร ์ ไ ฟ ต ์
h e n e g h a n ฮ ี เ น ก เ ฮ ิ น
h e n i e ฮ ี น ี ่
h e n n i n g เ ฮ น น ิ ง
h e n r i เ ฮ น ร ี
h e n s o n เ ฮ น ส ั น
h e n t o n เ ฮ น เ ต ิ ้ น
h e p p เ ฮ ็ ป
h e r e f o r d แ ฮ เ ร อ เ ฟ ิ ร ์ ด
h e r m e s เ ฮ อ ร ์ ม ิ ส
h e r r เ ฮ ร ์
h e r r e n เ ฮ เ ร ิ ่ น
h e r s c h e l เ ฮ อ ร ์ เ ช ิ ล
h e r t e r เ ฮ อ ร ์ เ ต อ ร ์
h e r z b e r g เ ฮ ส เ บ ิ ร ์ ก
h e s s เ ฮ ส
h e s s เ ฮ ส ส ์
h e s s e l เ ฮ ส เ ซ ิ ล
h e t t เ ฮ ็ ต
h e t t y เ ฮ ต ต ี ้
h e w e t t ฮ ิ ว อ ิ ต
h e y n เ ฮ น
h i ไ ฮ
h i - s o ไ ฮ โ ซ
h i c k e r s o n ฮ ิ ก เ ค อ ร ์ ส ั น
h i c k l i n g ฮ ิ ก ก ล ิ ง
h i c k l i n g ฮ ิ ก ค ล ิ ่ ง
h i c k l i n g ฮ ิ ก ล ิ ง
h i d d e n ฮ ิ ด เ ด ิ น
h i g h l a n d ไ ฮ เ ล ิ น ด ์
h i g h l o w ไ ฮ โ ล
h i l d a t a b a ฮ ิ ล ด า ท า บ า
h i l d i n g ฮ ิ ล ด ิ ่ ง
h i n d l e y ฮ ิ น ล ี ย ์
h i p ฮ ิ ป
h o a g l a n d โ ฮ ก เ ล ิ น
h o a r d ฮ อ ร ์ ด
h o b b s ฮ อ บ ส ์
h o b g o o d ฮ ็ อ บ ก ู ๊ ด
h o b i e โ ฮ บ ี ้
h o b s b a w m ฮ ็ อ บ ส ์ บ อ ว ์ ม
h o c k i n ฮ ็ อ ก ค ิ ้ น
h o d g i n ฮ อ จ ิ ้ น
h o f f ฮ อ ฟ ฟ ์
h o f f a ฮ อ ฟ ฟ า
h o f f m a n , d u s t i n ฮ อ ฟ ฟ ์ แ ม น , ด ั ส ต ิ น
h o f f m a n n ฮ อ ฟ ฟ ์ เ ม ิ น
h o l a r c t i c ฮ อ ล า ร ์ ก ต ิ ก
h o l d e n โ ฮ ล เ ด ิ ่ น
h o l l e n b a c h ฮ อ ล ล ิ น บ ั ก
h o l l i d a y ฮ อ ล ล ิ เ ด ย ์
h o l m e r โ ฮ ล เ ม อ ร ์
h o l o e n z y m e ฮ อ โ ล เ อ น ไ ซ ม ์
h o m e b a s e โ ฮ ม เ บ ส
h o m e s t a k e โ ฮ ม ส เ ต ก
h o n a k e r ฮ อ เ น อ เ ค อ ร ์
h o n d u r u s ฮ อ น ด ู ร ั ส
h o n o u r อ อ น เ น อ ร ์
h o n o u r อ อ เ น อ ร ์
h o o k e ฮ ุ ก
h o o k e ฮ ุ ค
h o o k e ฮ ู ก
h o p p e ฮ ็ อ ป
h o p p i n ฮ ็ อ ป ป ิ ้ น
h o r a c e ฮ อ เ ร ซ
h o r a c e โ อ ร า ซ
h o r l e y ฮ อ ร ์ ล ี ย ์
h o r n b e c k ฮ อ ร ์ น เ บ ็ ก
h o r n i g ฮ อ ร ์ น ิ ก
h o s m e r ฮ อ ส เ ซ อ เ ม อ ร ์
h o t b l a c k ฮ ็ อ ต แ บ ล ็ ก
h o u e d a r d อ ู เ อ ด า ร ์ ด
h o u l i h a n ฮ ู ล ี แ ฮ น
h o u s e r เ ฮ า เ ซ อ ร ์
h o u s l e y เ ฮ า ส ล ี ย ์
h o x i e ฮ ็ อ ก ซ ี ่
h u b ฮ ั บ
h u d d l e ฮ ั ด เ ด ิ ล
h u d d l e s t o n ฮ ั ด เ ด ิ ล ส เ ต ิ ้ น
h u l t e n ฮ ั ล เ ต ิ ้ น
h u m p e r d i n c k , e n g e l b e r t ฮ ั ม เ พ อ ร ์ ด ิ ง ก ์ , เ อ ง เ ก ิ ล เ บ ิ ร ์ ต
h u m p h r e y s ฮ ั ม ฟ ร ี ส
h u n ฮ ั ่ น
h u n d ฮ ั น ด ์
h u n d r e d w e i g h t ฮ ั น เ ด ร ด เ ว ต
h u n g e r f o r d ฮ ั ง เ ก อ ร ์ เ ฟ ิ ร ์ ด
h u n t e r ฮ ั น เ ต อ ร ์
h u n t s m a n ฮ ั น ต ์ ส เ ม ิ ่ น
h u y g e n ฮ ั ย เ ก น
h y a c i n t h ไ ฮ ย า ซ ิ น ท ์
h y d r o c o l l o i d ไ ฮ โ ด ร ค อ ล ล อ ย ด ์
h y d r o g e n s u l f i d e ไ ฮ โ ด ร เ จ น ซ ั ล ไ ฟ ด ์
h y d r o p o n i c s ไ ฮ โ ด ร พ อ น ิ ก ส ์
h y d r o u s ไ ฮ ด ร ั ส
h y d r o x i d e ไ ฮ ด ร อ ก ไ ซ ด ์
h y m a n ไ ฮ เ ม ิ น
h y p e r b o l i c ไ ฮ เ พ อ ร ์ โ บ ล ิ ก
h y p e r b o l i c s i n e ไ ฮ เ พ อ ร ์ โ บ ล ิ ก ไ ซ น ์
h y p e r b o l i c t a n g e n t ไ ฮ เ พ อ ร ์ โ บ ล ิ ก แ ท น เ จ น ต ์
h y p e r t o n i c ไ ฮ เ พ อ ร ์ ท อ น ิ ก
h y p o x i a ไ ฮ โ พ เ ซ ี ย
h y p s o m e t e r ฮ ิ ป โ ซ ม ิ เ ต อ ร ์
h y s o n ไ ฮ ส ั น
h y s s o p ฮ ิ ส ซ อ ป
h y s s o p ฮ ิ ส ส อ พ
i . l . u . ไ อ แ อ ล ย ู
i b ไ อ บ ี
i c ไ อ ซ ี
i d e เ อ ด
i d o c r a s e ไ อ โ ด เ ค ร ส
i g l o o อ ิ ก ล ู
i l i f f อ ี ล ิ ฟ
i n a อ ิ น ่ า
i n c a อ ิ น ค า
i n c h e s อ ิ น เ ช ิ ส
i n d i a n a , r o b e r t อ ิ น เ ด ี ย น า , ร อ เ บ ิ ร ์ ต
i n d o - a r y a n อ ิ น โ ด อ า ร ย ั น
i n d o o r อ ิ น ด อ ร ์
i n f i m u m อ ิ น ฟ ิ ม ั ม
i n g e b o r g อ ิ น ก ์ บ อ ร ์ ก
i n g h a m อ ิ ง เ อ ิ ม
i n g l e อ ิ ง เ ก ิ ล
i n g r a s s i a อ ิ ง ก ร า เ ซ ี ย
i n p u t อ ิ น พ ุ ต
i n t e g r a t i o n อ ิ น ท ิ เ ก ร ช ั น
i n t e r n อ ิ น เ ท ิ ร ์ น
i n t e r n e อ ิ น เ ท ิ ร ์ น
i n v e r c l y d e อ ิ น เ ว อ ร ์ ไ ค ล ด ์
i o d i n e ไ อ โ อ ด ี น
i p m ไ อ พ ี เ อ ็ ม
i r b y เ อ อ ร ์ บ ี ้
i r e t o n อ ี ร ี ต อ น
i r i s ไ อ ร ิ ส
i s a อ ี ซ ่ า
i s a a c ไ อ แ ซ ก
i s a a c ไ อ แ ซ ็ ก
i s a b e l อ ิ ซ า เ บ ล
i s a b e l อ ี ซ า เ บ ล
i s a m ไ อ แ ซ ม
i s h e r w o o d อ ี เ ช อ ร ์ ว ู ด
i s h i k a w a อ ิ ช ิ ก า ว ะ
i s k a n d a r อ ิ ส ก ั น ด า ร ์
i s o f l o r ไ อ โ ซ ฟ ล อ ร ์
i s o t h e r m ไ อ โ ซ เ ท อ ร ์ ม
i s o t h e r m ไ อ โ ซ เ ท ิ ร ์ ม
i s r a e l s อ ิ ส ร า เ อ ล ส ์
i v e r s ไ อ เ ว ิ ร ์ ส
i v e r s o n ไ อ เ ว อ ร ์ ส ั น
i v o n e ไ อ โ ว น
i z a t อ ี เ ซ ิ ต
j a c k s o n , m i c h a e l แ จ ็ ก ส ั น , ไ ม เ ค ิ ล
j a h n s จ า น ส ์
j a k a r t a จ า ก า ร ์ ต า
j a n e l l e เ จ อ เ น ล ล ์
j a n s k y แ ย น ส ก ี ้
j a r e d แ จ เ ร ิ ด
j a r o s i t e จ า โ ร ไ ซ ต ์
j e b b เ จ บ
j e f f o r d s เ จ ฟ เ ฟ ิ ร ์ ด ส
j e f f s เ จ ฟ ส ์
j e n n e t t e จ ิ น เ น ็ ต
j e r e m y เ จ เ ร ม ี
j e r n i g a n เ จ อ ร ์ น ิ แ ก น
j e r z y เ จ อ ร ์ ซ ี
j e s s y เ จ ส ซ ี ่
j e s u p เ จ เ ซ ิ ป
j e t s e t เ จ ๊ ต เ ซ ต
j o b e โ จ ๊ บ
j o e l s o n โ จ ล ส ั น
j o h a n n s e n โ จ แ ฮ น เ ซ ิ ่ น
j o h n s o n , l a d y b i r d จ อ ห ์ น ส ั น , เ ล ด ี เ บ ิ ร ์ ด
j o h n s o n , m i c h a e l จ อ ห ์ น ส ั น , ไ ม เ ค ิ ล
j o n จ อ น
j o s e f i n a โ จ ส ฟ ี น ่ า
j o s h u a โ จ ช ั ว
j o s t จ อ ส ต ์
j o u b e r t เ ย า เ บ ิ ร ์ ต
j o u l e จ ู ล
j u d a จ ู ด ้ า
j u d d จ ั ด ด ์
j u d k i n s จ ั ด ค ิ น ส ์
j u d s o n จ ั ด ส ั น
j u r a s s i c จ ู ร า ส ส ิ ก
j u r a s s i c จ ู แ ร ส ซ ิ ก
j u r a s s i c ย ู แ ร ส ส ิ ก
j u v e n a l จ ู เ ว น ั ล
k a d e s เ ค ด ส ์
k a i m เ ค ม
k a l m e r ค า ล เ ม อ ร ์
k a l o d n e r แ ค ล อ ด เ น อ ร ์
k a m p a l a ก ั ม ป า ล า
k a m p a l a ค ั ม ป า ล า
k a n a d y แ ค เ น อ ด ี ้
k a n d e l แ ค น เ ด ิ ล
k a n g a r o o แ ก ง ก า ร ู
k a r a m แ ค เ ร ิ ่ ม
k a r m e l ค า ร ์ เ ม ล
k a r n e y ค า ร ์ น ี ย ์
k a r p ค า ร ์ ป
k a r s t ค า ร ์ ส ต
k a r s t ค า ร ์ ส ต ์
k a r s t ค า ส ต ์
k a s d a n แ ค ส เ ด ิ ่ น
k a t h e r i n e ค า ท า ร ี เ น อ
k a t h e r i n e แ ค เ ท อ ร ิ น
k a t h e r i n e แ ค เ ท อ ร ี น
k a t h m a n d u ก า ฐ ม า ณ ฑ ุ
k a y l o r เ ค ย ์ เ ล อ ร ์
k a z i n เ ค ซ ิ น
k e c k เ ค ้ ก
k e e b l e ค ี เ บ ิ ล
k e e b l e r ค ี เ บ ล อ ร ์
k e e n a ค ี น ่ า
k e g a n เ ค เ ก ิ ้ น
k e i g h t l e y เ ค ต ล ี ย ์
k e i g w i n ไ ค ก ว ิ น
k e l e t i เ ค เ ล อ ต ี ้
k e l l e r m a n เ ค ล เ ล อ ร ์ เ ม ิ ่ น
k e l l y เ ค ล ล ี
k e l s e n เ ค ล เ ซ ิ ่ น
k e m a l เ ค ม า ล
k e m l e r เ ค ม เ ล อ ร ์
k e m p e เ ค ม ป ์
k e n n e l l y เ ค น เ น ล ล ี
k e n n e l l y เ ค น เ น ิ ล ล ี ่
k e n n e y เ ค น น ี ย ์
k e n n y เ ค น น ี
k e n t o n เ ค น เ ต ิ ้ น
k e r i t y เ ค เ ร อ ต ี ้
k e r s h เ ค ิ ร ์ ช
k e s e y เ ค ซ ี ย ์
k e t o s i s ค ี โ ท ซ ิ ส
k e t t e n เ ค ต เ ต ิ ้ น
k e t t e r i n g เ ค ต เ ต อ ร ิ ่ ง
k e t t e r i n g เ ค ต เ ท อ ร ิ ง
k e v i n f . c o l l i s เ ค ว ิ น เ อ ฟ . ค อ ล ล ิ ส
k e y s ค ี ย ส ์
k i d s o n ค ิ ด ส ั น
k i e f e r ค ิ ฟ เ ฟ อ ร ์
k i e h l ค ิ ล
k i h n ค ิ น
k i l c u l l e n ค ิ ล ค ั ล เ ล ิ ่ น
k i l l i a n ค ิ ล เ ย ิ ่ น
k i l o b i t ก ิ โ ล บ ิ ต
k i l o m e t r e ก ิ โ ล เ ม ต ร
k i l p a t r i c k ค ิ ล แ พ ็ ต ท ร ิ ก
k i m b e r l i t e ค ิ ม เ บ อ ร ์ ไ ล ต ์
k i n d r e d ค ิ น ด ร ิ ด
k i n g ค ิ ง
k i n g m a ค ิ ง ม ่ า
k i n g s t o n ค ิ ง ส ต ั น
k i n g s t o n ค ิ ง ส ์ ต ั น
k i o w a ไ ค โ อ ว า
k i p p ค ิ ป
k i r k m a n เ ค ิ ร ์ ก เ ม ิ น
k i s s i n g e r ค ิ ส ซ ิ น เ จ อ ร ์
k i t c h e n s ค ิ ต เ ช ิ ่ น ส ์
k i t t s ค ิ ต ส ์
k l a u s e n โ ค ล เ ซ ิ ่ น
k l e i n , c a l v i n ไ ค ล น ์ , แ ค ล ว ิ น
k l e i n d i e n s t ไ ค ล น ์ ด ิ น ส ต ์
k l e i n e r ไ ค ล เ น อ ร ์
k l i n t ค ล ิ น ต ์
k l i p p e n ค ล ิ ป เ ป ิ น
k m เ ค เ อ ็ ม
k n i f e ไ น ฟ ์
k n i g h t o n ไ น เ ต ิ ้ น
k n o l l โ น ล ล ์
k n o w l e r น ั ล เ ล อ ร ์
k o a l a โ ค อ า ล า
k o a l a โ ค อ า ล ่ า
k o l k o โ ค ล โ ค ่
k o n k e l ค อ ง เ ค ิ ล
k o o n s ค ู น ส ์
k o p p ค ็ อ ป
k o r e โ ค เ ร
k o r e n ค อ เ ร ิ ่ น
k o s e r โ ค เ ซ อ ร ์
k o s s ค อ ส
k o t h ค อ ท
k r e i s l e r ไ ค ร ส เ ล อ ร ์
k r e n e ค ร ิ น
k r e s g e เ ค ร ส ก ี ้
k r i c k ค ร ิ ก
k r i s t o l ค ร ิ ส เ ท ิ ล
k r o e g e r โ ค ร เ ก อ ร ์
k u c e r a เ ค อ เ ช ี ย ร ่ า
k u h l m a n ค ู ล เ ม ิ ่ น
k u l l m a n n ค ั ล เ ม ิ ่ น
k u n g a r ก ั น ก า ร ์
k u n k e l ค ั ง เ ค ิ ล
k u n t h ค ั น ท ์
k u p k e ค ั ป ก ์
k u r i l e ค ู ร ิ ล
k u r t l e w i n ค ู ร ์ ท เ ล ว ิ น
k u r t o s i s เ ค อ ร ์ โ ท ซ ิ ส
k y l ค ิ ล
k y l e ไ ค ล ์
k y n e ไ ค น ์
l a b แ ล ็ บ
l a d แ ล ็ ด
l a d o o เ ล อ ด ู
l a d y ' s f i r s t เ ล ด ี ้ ส ์ เ ฟ ิ ร ์ ส ต ์
l a g a s s e ล า ก ั ส ซ ี
l a g o s ล า ก อ ส
l a g r a n g e ล า ก ร า น จ ์
l a g r a n g i a n ล า ก ร า น เ ก ี ย น
l a h a r ล า ฮ า ร ์
l a m b e แ ล ม
l a m b e r t o n แ ล ม เ บ อ ร ์ เ ต ิ ้ น
l a m b i e แ ล ม บ ี ้
l a m o n ล อ ม อ น
l a m o o r e เ ล อ ม อ ร ์
l a m o u r e u x แ ล ม ุ โ ร
l a n d e r แ ล น เ ด อ ร ์
l a n d i s แ ล น ด ิ ส
l a n g แ ล ง
l a n g e l a n d ล ั ง เ ก แ ล น ด ์
l a n g e l i e r แ ล น เ จ เ ล ี ย ร ์
l a n g l e y แ ล ง ล ี ่ ย ์
l a n g w o r t h y แ ล ง เ ว อ ร ์ ท ี ่
l a n n o n e แ ล น โ น น ี ่
l a n t แ ล น ต ์
l a p p i n เ ล อ แ พ น
l a r e n ล อ เ ร ิ ่ น
l a r e y ล า ร ี ย ์
l a r i n ล า ร ิ น
l a s e l l e เ ล อ เ ซ ล
l a s e r r a d i a l เ ล เ ซ อ ร ์ เ ร เ ด ี ย ล
l a s e r d i s k เ ล เ ซ อ ร ์ ด ิ ส ก ์
l a s s e t e r แ ล ส ซ ิ เ ต อ ร ์
l a t e e f แ ล ท ี ฟ
l a t i s s i m u s d o r s i ล า ต ิ ซ ิ ม ั ส ด อ ร ์ ซ ี
l a t v a l a ล ั ต ว า ล ่ า
l a u r e l ล อ เ ร ิ ล
l a u x ล ็ อ ก ส ์
l a v e r t y แ ล เ ว อ ร ์ ต ี ้
l a v i s แ ล ฟ ว ิ ส
l a w l o r ล อ เ ล อ ร ์
l a w r e n c e , ( o f a r a b i a ) t h o m a s e . ล อ ว ์ เ ร น ซ ์ , ( อ อ ฟ อ า ร ะ เ บ ี ย ) ท อ ม ั ส อ ี .
l a w s ล อ ส ์
l a w t o n ล อ ว ์ เ ต ิ ้ น
l a x แ ล ็ ก ซ ์
l a z r u s ล ั ส เ ร ิ ส
l e a d b e a t e r เ ล ด บ ิ เ ต อ ร ์
l e a g u e ล ี ก
l e a h y เ ล ฮ ี
l e a m i n g t o n ล ี ม ิ ง เ ต ิ ้ น
l e a r เ ล ี ย ร ์
l e a r y เ ล ี ย ร ี ่
l e a v y ล ี ว ี ่
l e c o m p t e เ ล ็ ก เ ค ิ ่ ม ป ต ์
l e c o u r เ ล อ ก ู ร ์
l e c o x e n e ล ู โ ค ซ ี น
l e d e r เ ล ด เ ด อ ร ์
l e e k ล ี ก
l e f t w i c h เ ล ฟ ต ์ ว ิ ค
l e i b n i z , g o t t f r i e d v o n ไ ล บ ์ น ิ ซ , ก อ ท ท ์ ฟ ร ี ด ฟ อ น
l e i t h ล ิ ท
l e m a y เ ล เ ม ย ์
l e n g e l เ ล ง เ ก ิ ล
l e n t z เ ล น ต ์ ส
l e p i d o l i t e เ ล พ ิ โ ด ไ ล ต ์
l e p p e r t เ ล ป เ พ ิ ร ์ ต
l e r o u x เ ล อ ร ู
l e s s a r d เ ล ส เ ซ ิ ร ์ ด
l e v e r t o v ล ี เ ว อ ร ์ ท อ ฟ
l e w i n s k y , m o n i c a ล ู ว ์ อ ิ น ส ก ี , ม อ น ิ ก า
l e w i s , w y n d h a m ล ู อ ิ ส , ว ิ น ด ั ม
l e w i t t , s o l เ ล อ ว ิ ต ต ์ , โ ซ ล
l e x i e เ ล ็ ก ซ ี ่
l i b e r t a ล ิ เ บ อ ร ์ ต ้ า
l i c h e n ไ ล เ ค น
l i c h e n ไ ล เ ค ็ น
l i c h t ล ิ ก ต ์
l i d o f f ล ี ด อ ฟ
l i e n h a r d ล ิ น ฮ า ร ์ ด
l i f e s p a n ไ ล ฟ ์ ส แ ป น
l i f t ล ิ ฟ ต ์
l i g h t f o o t ไ ล ต ์ ฟ ุ ๊ ต
l i g h t w o o d ไ ล ต ์ ว ู ๊ ด
l i k e r t ล ิ เ ก ิ ร ์ ต
l i k e r t ไ ล เ ค ิ ร ์ ต
l i l a ล ิ ล ่ า
l i m b a u g h ล ิ ม โ บ
l i m o n ล ิ ม อ น
l i m o n ล ิ เ ม ิ น
l i m p o ล ิ ม โ ป
l i n d s e y ล ิ น ด ์ ซ ี ย ์
l i n e h a n ล ิ น ี แ ฮ น
l i p o p r o t e i n ไ ล โ ป โ ป ร ต ี น
l i p p o l d ล ิ ป โ พ ล ด ์
l i p s c h i t z ล ิ พ ช ิ ท ซ ์
l i p s k y ล ิ ป ส ไ ก
l i p s o n ล ิ ป ส ั น
l i q u i d ล ิ ค ว ิ ด
l i s s n e r ล ิ ส เ น อ ร ์
l i t h o s o l s ล ิ โ ท ซ อ ล ส ์
l i v e r p o o l ล ิ เ ว อ ร ์ พ ู ล
l l e w ล ู
l n g แ อ ล เ อ ็ น จ ี
l o b d e l l ล ็ อ บ เ ด ิ ล
l o b e โ ล บ
l o c k s p e c ล ็ อ ก ส เ ป ก
l o c k r i d g e ล ็ อ ก ร ิ จ
l o d e r โ ล เ ด อ ร ์
l o f t s ล อ ฟ ท ์ ส
l o g a r i t h m ล อ ก า ร ิ ท ึ ม
l o g a r i t h m s ล อ ก า ร ิ ท ึ ม
l o m m e l ล อ ม เ ม ิ ่ ล
l o n g - t e r m ล อ ง เ ท อ ม
l o n g b o t t o m ล อ ง เ บ ิ ต เ ท ิ ่ ม
l o n g d e n ล อ ง เ ด น
l o n g e ล อ น จ ์
l o n g h u r s t ล อ ง เ ฮ ิ ร ์ ส ต
l o n g y e a r ล อ ง เ ย ี ย ร ์
l o o p ล ู ป
l o o p e r ล ู เ พ อ ร ์
l o t t a ล ็ อ ต ต ้ า
l o u i s ล ุ ย
l o u i s ล ู อ ิ ส
l o u i s ห ล ุ ย ส ์
l o v e g o o d ล ั ฟ ก ู ๊ ด
l o v e l e s s ล ั ฟ เ ล ส
l o w - t e c h โ ล เ ท ค
l o w r a n c e ล อ เ ร ิ ่ น ส ์
l p m แ อ ล พ ี เ อ ็ ม
l u c e ล ู ซ
l u c i d a ล ู ซ ิ ด า
l u c i l l e ล ู ซ ี ล ล ์
l u c k e t t ล ั ก ค ิ ต
l u k e n s ล ู เ ค ิ น ส ์
l u m i e r e , a u g u s t e ล ู ม ี แ ย ร ์ , โ อ ก ู ส ต ์
l u n c h e o n ล ั น เ ช ี ย น
l u n d b e c k ล ั น ด ์ เ บ ็ ก
l u n d e l l ล ั น เ ด ิ ล
l u n d h o l m ล ั น ด ์ โ ฮ ล ์ ม
l u r e ล ุ ร ์
l u s h ล ั ช
l u t i t e ล ู ไ ท ต ์
l y n c h ล ิ น ช ์
l y n d s a y ล ิ น ด ์ เ ซ ย ์
l y n n ล ิ น น ์
l y o n e l ไ ล เ น ิ ล
l y t t e l t o n ล ิ ต เ ท ล เ ต ิ ้ น
m a a r ม า ร ์
m a b e y เ ม บ ี ย ์
m a c c a r t h y เ ม ิ ่ ก ค า ร ์ ท ี ่
m a c c o r m i c k แ ม ็ ก ค อ ร ์ ม ิ ก
m a c f a r l a n d เ ม ิ ่ ก ฟ า ร ์ เ ล ิ น ด ์
m a c k a i l เ ม ิ ่ ก เ ค ล
m a c k e r e l แ ม ก เ ค อ เ ร ล
m a c k e r e l แ ม ก เ ค เ ร ล
m a c l a c h l a n เ ม ิ ก แ ค ็ ก เ ล ิ น
m a c l a u r i n แ ม ค ล อ ร ิ น
m a c m i l l a n , h a r o l d แ ม ็ ก ม ิ ล ล ั น , แ ฮ โ ร ล ด ์
m a c n a m a r a แ ม ็ ก เ น อ แ ม ร ่ า
m a c p h e r s o n เ ม ิ ก เ ฟ อ ร ์ ส ั น
m a c r o b i o t i c แ ม โ ค ร ไ บ โ อ ต ิ ก
m a c r o s p o r e แ ม ค โ ค ร ส ป อ ร ์
m a d a m e ม า ด า ม
m a d d o x แ ม ็ ก เ ด ิ ก ส ์
m a d e l y n แ ม ็ ด ล ิ น
m a d e m o i s e l l e ม า ด ม ั ว แ ซ ล
m a d o n n a l i l y ม า ด อ น น ่ า ล ิ ล ี ่
m a d r i g a l แ ม ด ร ิ ก ั ล
m a d s o n แ ม ด ส ั น
m a g n i t u d e แ ม ก น ิ จ ู ด
m a g n i t u d e แ ม ก น ี จ ู ด
m a g r a t h เ ม ิ ่ ก แ ก ร ท
m a i e r เ ม เ อ อ ร ์
m a i l b o x เ ม ล บ อ ก ซ ์
m a i n c o u r s e เ ม น ค อ ร ์ ส
m a k e p e a c e แ ม ็ ก ค ี ป ิ ส
m a l a c h i t e ม า ล า ไ ค ต ์
m a l a d y แ ม เ ล อ ด ี ้
m a l d a r e l l i ม ั ล ด า เ ร ล ี ่
m a l d i v e ม ั ล ด ิ ฟ
m a l d i v e ม ั ล ด ี ฟ
m a l e ม า เ ล
m a l e t แ ม เ ล อ
m a l h e r b e แ ม ล เ อ ิ ร ์ บ
m a l i ม า ล ี
m a l k i n แ ม ล ค ิ น
m a l m g r e n แ ม ล ์ ม เ ก ร น
m a l t e r ม อ ล เ ต อ ร ์
m a m m a t u s แ ม ม ม า ต ั ส
m a m m a t u s แ ม ม ม า ท ั ส
m a n a h a n แ ม น เ น า แ ฮ น
m a n c a l l แ ม น ค อ ล
m a n d e l a ม ั น เ ด ล า
m a n d l e r แ ม น ด ์ เ ล อ ร ์
m a n d o l i n แ ม น โ ด ล ิ น
m a n d y แ ม น ด ี
m a n e y เ ม น ี ย ์
m a n f o r d แ ม น เ ฟ ิ ร ์ ด
m a n f r e d แ ม น ฟ ร ี ด
m a n f r e d i ม ั น เ ฟ ร ด ี ้
m a n g a n i n แ ม ง ก า น ิ น
m a n g a n i t e แ ม ง ก า ไ น ต ์
m a n g e เ ม น จ ์
m a n g e l s เ ม ง เ ก ิ ล ส ์
m a n h o o d แ ม น ฮ ู ด
m a n i l l a ม น ิ ล า
m a n k i n แ ม ง ค ิ ้ น
m a n n i n g แ ม น น ิ ง
m a n n i n g แ ม น น ิ ่ ง
m a n n i x แ ม น น ิ ก ส ์
m a n t o n แ ม น เ ต ิ ้ น
m a n u s เ ม น ิ ส
m a n w a r i n g แ ม น แ ว ร ิ ่ ง
m a p l e t o n เ ม เ พ ิ ่ ล เ ต ิ ้ น
m a r c e l l u s ม า ร ์ เ ซ ล ล ั ส
m a r c e l l u s ม า ร ์ เ ซ ล เ ล ิ ส
m a r c h ม า ร ์ ช
m a r c h a n t ม า ร ์ เ ช ิ น ต ์
m a r g a n ม า ร ์ เ ก ิ ่ น
m a r g i n ม า ร ์ จ ิ น
m a r g i t a ม า ร ์ จ ี ต ้ า
m a r i e n t h a l เ ม เ ร ี ย น เ ท ิ ล
m a r k e y ม า ร ์ ค ี ่
m a r l b o r o u g h ม า ร ์ ล โ บ โ ร ่
m a r l e r ม า ร ์ เ ล อ ร ์
m a r l s t o n e ม า ร ์ ล ส โ ต น
m a r m u r ม า ร ์ เ ม อ ร ์
m a r q u i s ม า ค ว ิ ส
m a r q u i s ม า ร ์ ก ี ่
m a r q u i s ม า ร ์ ค ว ิ ส
m a r r i a g e เ ม ร ิ จ
m a r r o n แ ม ร ์ เ ร ิ ่ น
m a r s h a l l ม า ร ์ แ ช ล
m a r s h a l l ม า ร ์ แ ช ล ล ์
m a r s h m a n ม า ร ์ ช เ ม ิ ่ น
m a r s t e l l e r ม า ร ์ ส เ ต ล เ ล อ ร ์
m a r t i n d a l e ม า ร ์ ต ิ น เ ด ล
m a r t i n s ม า ร ์ ท ิ น ส ์
m a r t i n s o n ม า ร ์ ต ิ น ส ั น
m a r w o o d ม า ร ์ ว ู ๊ ด
m a r x i s m ม า ร ์ ก ซ ิ ซ ึ ม
m a r x i s t ม า ร ์ ก ซ ิ ส ต ์
m a r y เ ม ร ี
m a r y แ ม ร ี
m a s e r u ม า เ ซ ร ู
m a s h e k แ ม ช ิ ก
m a s k ม า ส ก ์
m a s s s p e c t r o m e t e r แ ม ส ส เ ป ก โ ต ร ม ิ เ ต อ ร ์
m a s s e n แ ม ส เ ซ ิ ่ น
m a s s e y แ ม ส ซ ี ย ์
m a s s y แ ม ส ซ ี ่
m a s t แ ม ส ท ์
m a s t e r k e y ม า ส เ ต อ ร ์ ค ี ย ์
m a t a h a r i ม า ต า ฮ า ร ี
m a t a d o r ม า ท า ด อ ร ์
m a t e เ ม ต
m a t e r ม ั ต เ ต อ ร ์
m a t h e a แ ม เ ท ี ย
m a t h e w s แ ม ็ ต ท ิ ว ส ์
m a t t e r a ม ั ต เ ท ร ่ า
m a t t i e แ ม ็ ต ต ี
m a t u l a ม า ท ู ล ่ า
m a u l d i n เ ม า ล ์ เ ด ิ ้ น
m a u r i c e ม อ ร ิ ซ
m a u r i c e โ ม ร ี ซ
m a y b u r y เ ม ย ์ แ บ ร ี ่
m a z z o l i เ ม อ โ ซ ล ี ่
m c a d o o แ ม ็ ก ค า ด ู
m c a n a l l y แ ม ็ ก เ ค อ แ น ล ล ี ่
m c a n d r e w เ ม ิ ก แ ค น ด ร ิ ว
m c c a l l i s t e r เ ม อ แ ค ล ล ิ ส เ ต อ ร ์
m c c l e a n เ ม ิ ก ค ล ี น
m c c l e e r y เ ม ิ ่ ก ค ล ี ร ี ่
m c c o m b เ ม ิ ่ ก โ ค ม
m c c o n k e y เ ม ิ ่ ก ค อ ง ค ี ่
m c c o o k เ ม ิ ่ ก ค ู ๊ ก
m c c o r m i c k เ ม ิ ก ค อ ร ์ ม ิ ก
m c c o w a n เ ม ิ ่ ก เ ค า เ อ ิ ้ น
m c c r o r y เ ม ิ ก ค ร อ ร ี ่
m c c u l l e n เ ม ิ ่ ก ค ั ล เ ล ิ ่ น
m c c u n e เ ม ิ ก ค ู น
m c c u t c h a n เ ม ิ ่ ก ค ั ต เ ช ิ ่ น
m c d a d e เ ม ิ ่ ก เ ด ด
m c d o u g a l เ ม ิ ่ ก ด ู เ ก ิ ล
m c g a r v e y เ ม ิ ่ ก ก า ร ์ เ ว ย ์
m c g l a s h a n เ ม ิ ่ ก แ ก ล เ ช ิ ่ น
m c k e n z i e เ ม ิ ก เ ค น ซ ี ่
m c k e s s o n แ ม ก ค ี เ ซ ิ น
m c k i l l o p เ ม ิ ่ ก ค ี เ ล ิ ป
m c k i n s e y เ ม ิ ก ค ิ น ซ ี ่
m c k i t t r i c k เ ม ิ ก ค ี ต ท ร ิ ก
m c k o w n เ ม ิ ่ ก โ ค น
m c l a g l e n เ ม ิ ่ ก ค ล า เ ก อ เ ล ิ ่ น
m c l e i s h เ ม ิ ก ค ล ิ ช
m c n a b b เ ม ิ ่ ก แ น ็ บ
m c n a m e e แ ม ็ ก เ น อ ม ี ่
m c p h e r s o n เ ม ิ ก เ ฟ อ ร ์ ส ั น
m c q u i l l a n เ ม ิ ่ ก ค ว ิ ล เ ล ิ ่ น
m e ม ี
m e a l ม ี ล
m e a l e y ม ี ล ี ย ์
m e c u m เ ม เ ค ิ ่ ม
m e d i c u s เ ม ด ี เ ค ิ ส
m e d u l l a r y เ ม ด ั ล ล า ร ี
m e e k i n s ม ี ค ิ น ส ์
m e i j i เ ม จ ิ
m e i s e l ไ ม เ ซ ิ ล
m e l a s เ ม ล เ ล ิ ส
m e l c h o r เ ม ล เ ช อ ร ์
m e l f i เ ม ล ฟ ี ่
m e l i c k เ ม ล ิ ก
m e l l e s เ ม ล ส ์
m e l l e t เ ม ล ล ิ ต
m e l l i n g e r เ ม ล ี เ ง อ ร ์
m e l l o t เ ม ล ล ็ อ ต
m e l o n e เ ม โ ล น ี ่
m e n d e l s เ ม น เ ด ิ ล ส ์
m e n g e r เ ม น เ จ อ ร ์
m e n v i l l e เ ม น ว ิ ล
m e n z เ ม น ส ์
m e r o k a r s t เ ม โ ร ค า ส ต ์
m e r r e t t แ ม ร ์ ร ิ ต
m e r r i c k s แ ม ร ์ ร ิ ก ส ์
m e r t o n , t h o m a s เ ม อ ร ์ ต ั น , ท อ ม ั ส
m e r t z เ ม ต ส ์
m e s o p h y t e เ ม โ ซ ไ ฟ ต ์
m e s o s h e r e เ ม โ ซ ส เ ฟ ี ย ร ์
m e s s i n g เ ม ส ซ ิ ่ ง
m e s s i n g e r เ ม ซ ิ เ ง อ ร ์
m e t a b o l i t e s เ ม แ ท โ บ ไ ล ท ซ ์
m e t h v e n เ ม ท เ ว ิ ่ น
m e t r i c t o n เ ม ต ร ิ ก ต ั น
m e t t l e r เ ม ็ ต เ ล อ ร ์
m e t z n e r เ ม ็ ต ส ์ เ น อ ร ์
m e y e r s o n ไ ม เ อ อ ร ์ ส ั น
m e y n e เ ม น
m i c a ไ ม ก า
m i c h ม ิ ช
m i c h e n e r ม ิ ช เ น อ ร ์
m i c h o n ม ิ เ ช ิ น
m i c k e l ม ิ ก เ ค ิ ล
m i c r o g r a n i t e ไ ม โ ค ร แ ก ร น ิ ต
m i c r o l i t e r ไ ม โ ค ร ล ิ ต ร
m i d w a y ม ิ ด เ ว ย ์
m i e s v a n d e r r o h e , l u d w i g ม ี ส ว า น เ ด อ ร ์ โ ร ห ์ , ล ุ ด ว ิ ก
m i e v i l l e ม ี ว ิ ล
m i l d r e d ม ิ ล เ ด ร ด
m i l k ม ิ ล ก ์
m i l l , j o h n s t u a r t ม ิ ล ล ์ , จ อ ห ์ น ส จ ว ร ์ ต
m i l l e r , a r t h u r ม ิ ล เ ล อ ร ์ , อ า ร ์ เ ท อ ร ์
m i l l i c e n t ม ิ ล ล ิ เ ซ น ต ์
m i l s o n ม ิ ล ส ั น
m i l t ม ิ ล ต ์
m i n e r a l w a t e r ม ิ เ น อ ร ั ล ว อ เ ต อ ร ์
m i n i s k i r t ม ิ น ิ ส เ ก ิ ร ์ ต
m i n i c k ม ี น ิ ก
m i n i s k i r t ม ิ น ิ ส เ ก ิ ร ์ ต
m i n o t ม ี เ น ิ ต
m i n t u r n ม ิ น เ ท ิ ร ์ น
m i n t y ม ิ น ต ี ้
m i r a b e l ม ิ ร า เ บ ล
m i r a g e ม ิ ร า จ
m i r c h เ ม ิ ร ์ ก
m i r e ไ ม ร ์
m i s s a ม ิ ส ซ า
m i t o s i s ไ ม โ ท ซ ิ ส
m i t t s ม ิ ต ส ์
m i t t y ม ิ ต ต ี ่
m i x o n ม ิ ก เ ซ ิ ่ น
m i z r a h i ม ิ ส ร า ฮ ี
m l s s เ อ ็ ม แ อ ล เ อ ส เ อ ส
m o d e r n a r t โ ม เ ด ิ ร ์ น อ า ร ์ ต
m o f f i t ม ็ อ ฟ ฟ ิ ต
m o l l i s o n ม อ ล ล ี ส ั น
m o l l w e i d e ม อ ล ล ์ ไ ว ด ์
m o l l y ม อ ล ล ี
m o m e n t โ ม เ ม น ต ์
m o m e n t โ ม เ ม ิ น ต ์
m o n a โ ม น ่ า
m o n a c o โ ม น า โ ก
m o n d a l e ม ั น เ ด ล
m o n e y m a k e r ม ั น น ี ่ เ ม ก เ ค อ ร ์
m o n g o l d ม อ น โ ก ล ด ์
m o n g o l o i d ม อ ง โ ก ล อ ย ด ์
m o n o p l o i d ม อ โ น พ ล อ ย ด ์
m o n o p o l y โ ม โ น โ ป ล ี
m o n o p o l y โ ม โ น โ พ ล ี
m o n t a n a ม อ น ต า ญ า
m o n t r o s e ม อ น โ ท ร ส
m o o d ม ู ด
m o o e r s ม ู เ อ ิ ร ์ ส
m o r d e ม อ ร ์ ด
m o r d e c a i ม อ ร ์ ด ิ เ ค ไ อ
m o r e t o n ม อ ร ี เ ต ิ ้ น
m o r o n ม อ ร อ น
m o r s e ม อ ร ์ ส
m o r s s ม อ ร ์ ส
m o r t i m e r ม อ ร ์ ต ิ เ ม อ ร ์
m o s e l e r โ ม เ ซ อ เ ล อ ร ์
m o s h e r โ ม เ ช อ ร ์
m o s s p h l o x ม อ ส ฟ ล ้ อ ก ซ ์
m o s t o n ม อ ส เ ต ิ ้ น
m o t o r w a y ม อ เ ต อ ร ์ เ ว ย ์
m o u n t j o y เ ม า น ต ์ จ อ ย
m o u s s a เ ม า ส ์ ซ ่ า
m o y e r s ม อ ย เ อ ิ ร ์ ส
m u d a ม ุ ด า
m u l l a n e y ม ั ล เ ล อ น ี ย ์
m u l l e r ม ั ล เ ล อ ร ์
m u l l o y ม ั ล ล อ ย
m u l t i m e d i a ม ั ล ต ิ ม ิ เ ด ี ย
m u l t i s y s t e m ม ั ล ต ิ ซ ิ ส เ ท ม
m u n d e n ม ั น เ ด ิ ่ น
m u n r o เ ม ิ น โ ร
m u n s t e r ม ั น ส เ ต อ ร ์
m u n t z ม ั น ต ์ ส
m u r d o c k เ ม อ ร ์ ด ็ อ ก
m u s i c k ม ิ ว ซ ิ ก
m u s t a r d g a s ม ั ส ต า ร ์ ด แ ก ๊ ส
m y b u r g h ม ี เ บ ิ ร ์ ก
n a b a r r o น า แ บ โ ร ่
n a d l e r เ น ด เ ด อ เ ล อ ร ์
n a n e s เ น น ส ์
n a p p e r แ น ็ ป เ ป อ ร ์
n a r y แ น ร ี ่
n a s e r เ น เ ซ อ ร ์
n a s h , o g d e n แ น ช , อ อ ก เ ด น
n a s o n แ น ส ั น
n a s t , t h o m a s แ น ส ต ์ , ท อ ม ั ส
n a u m a n เ น า เ ม ิ น
n e a v e น ิ ฟ
n e b r a s k a เ น แ บ ร ส ก า
n e c k t i e เ น ก ไ ท
n e e b น ี ๊ บ
n e e d y น ี ด ด ี ้
n e e t น ิ ต
n e g u s น ี เ ก ิ ส
n e h m e r เ น ม เ ม อ ร ์
n e i t h น ิ ท
n e l l เ น ล ล ์
n e l l e n เ น เ ล ิ ่ น
n e l s o n เ น ล ส ั น
n e r l o v e เ น อ ร ์ ล ั ฟ
n e r n s t เ น ิ ร ์ น ส ท ์
n e s s e r เ น ส เ ซ อ ร ์
n e u m a n n น อ ย ม ั น น ์
n e v a d a เ น ว า ด า
n e v a d a เ น อ ว า เ ด อ
n e v i l l e เ น ว ิ ล ล ์
n e w น ิ ว
n e w d e l h i น ิ ว เ ด ล ี
n e w b u r g น ู เ บ ิ ร ์ ก
n e w c o m e น ู เ ค ิ ้ ม
n e w e l l น ู เ อ ิ ล
n e w s o m e น ิ ว ซ ั ม
n e w s o n น ู ส ั น
n i c a r a g u a น ิ ก า ร า ก ั ว
n i c a r i a น ิ ก า เ ร ี ย
n i c h o l l s น ิ ค อ ล ส ์
n i c o t i n e น ิ โ ค ต ิ น
n i e l s น ี ล ส ์
n i k k e l น ิ ก เ ก ิ ล
n i m b u s น ิ ม บ ั ส
n i r e n b e r g น ิ เ ร น เ บ ิ ร ์ ก
n i t r i l o t r i a c e t i c ไ น ต ร ิ โ ล ไ ต ร แ อ ซ ี ต ิ ก
n o l d โ น ล ด ์
n o n t r o n i t e น อ น โ ท ร ไ น ต ์
n o r m a n d y น อ ร ์ เ ม ิ น ด ี
n o r r i n g t o n น อ ร ์ ร ิ ง เ ต ิ ้ น
n o r t h c l i f f e น อ ร ์ ท ค ล ี ฟ
n o r t h r u p น อ ร ์ ท เ ร ิ ป
n o r t h u p น อ ร ์ ท ท ั ป
n o r w o o d น อ ร ์ ว ู ด
n o t e p a d โ น ้ ต แ พ ด
n o t t e r น ็ อ ต เ ต อ ร ์
n o v e l น อ เ ว ล
n o v o g r a t z เ น อ เ ว อ แ ก ร ็ ต ส ์
n t p เ อ ็ น ท ี พ ี
n u c k o l l s น อ เ ค ิ ล ส ์
n u c l e a r น ิ ว เ ค ล ี ย ร ์
n u m b e r น ั ม เ บ อ ร ์
n u n l i s t น ั น ล ิ ส ต ์
n u t t น ั ต
o ' b r i e n โ อ เ บ ร ี ย น
o a k l a n d โ อ ก แ ล น ด ์
o b e y โ อ เ บ ย ์
o b r i a n อ เ บ ร ี ย น
o b r i e n โ อ ไ บ ร เ อ ิ ่ น
o b u k h o v โ อ บ ู ค อ ฟ
o c c a m เ อ ิ ก แ ค ม
o c k l e y อ อ ก ล ี ย ์
o e c d โ อ อ ี ซ ี ด ี
o f f อ อ ฟ
o f f i c e อ อ ฟ ฟ ิ ศ
o g a n โ อ เ ก ิ ้ น
o h m โ อ ห ์ ม
o k e l l y อ อ เ ค ิ ล ล ี ่
o k u n โ อ ค ู น
o l d c a s t l e โ อ ล ด ์ แ ค ส เ ซ ิ ล
o l d e n d o r f โ อ ล ด ิ น ด อ ร ์ ฟ
o l d f o r d โ อ ล ด ์ เ ฟ ิ ร ์ ด
o l d s t y l e โ อ ล ด ์ ส ไ ต ล ์
o l i g o c e n e โ อ ล ิ โ ก ซ ี น
o l i v i n e โ อ ล ิ ว ี น
o l m o โ อ ล โ ม
o l n e y โ อ น ี ย ์
o l o u g h l i n เ อ ิ ล เ ล า ก ล ิ น
o l y m p i a โ อ ล ิ ม เ ป ี ย
o l y p h a n t โ อ ล ี เ ฟ ิ น ต ์
o p p e r อ อ ป เ ป อ ร ์
o r e n อ อ เ ร ิ ่ น
o r e n s t e i n อ อ ร ั น ส ไ ต น ์
o r g a n o p h y l l i c อ อ ร ์ ก า โ น ฟ ิ ล ิ ค
o r h a n อ อ ร ์ เ ฮ ิ ่ น
o r i o l e อ อ ร ี โ อ ล
o r i s o n อ อ ร า ส ั น
o r l e a n s อ อ ร ์ ล ี น ส ์
o r n s t e i n อ อ ร ์ น ส ไ ต น ์
o r o r k e อ อ ร อ ร ์ ก
o r t m a n อ อ ร ์ ต เ ม ิ ่ น
o s b o u r n อ อ ส เ บ ิ ร ์ น
o s h a u g h n e s s y โ อ ช อ เ น ส ซ ี ่
o s m o n อ อ ส เ ม ิ ่ น
o s s o l i อ อ ส โ ซ ล ี ่
o s t r y อ อ ส ท ร ี ้
o u r โ อ ย ู อ า ร ์
o u t p u t เ อ า ต ์ พ ุ ต
o v e r a c t โ อ เ ว อ ร ์ แ อ ก ต ์
o v e r h e a d p r o j e c t o r โ อ เ ว อ ร ์ เ ฮ ด โ ป ร เ จ ก เ ต อ ร ์
o v e r h e a d - p r o j e c t i o n โ อ เ ว อ ร ์ เ ฮ ด โ ป ร เ จ ก ช ั น
o v e r l o r d โ อ เ ว อ ร ์ ล อ ร ์ ด
o v u m โ อ ว ั ม
o x n a r d อ ็ อ ก ส ์ เ น ิ ร ์ ด
o x y อ อ ก ซ ี
p a c k แ พ ก
p a c k แ พ ็ ก
p a g a n e l l i ป า ก า เ น ล ล ี ่
p a g e r เ พ จ เ จ อ ร ์
p a l e o c e n e พ า ล ี โ อ ซ ี น
p a l e s t i n e ป า เ ล ส ไ ต น ์
p a l l a d i o ป ั ล ล า ด ี โ ย
p a l l i s e r แ พ ล ล ิ ส เ ซ อ ร ์
p a l m ป า ล ์ ม
p a l o แ พ โ ล
p a l t r o w , g w y n e t h พ ั ล โ ท ร ว ์ , ก ว ิ เ น ท
p a n g a e a ป ั น เ จ ี ย
p a n g a e a พ ั น เ จ ี ย
p a n k e y แ พ น ค ี ย ์
p a n t a n a l ป ั น ต า น ั ล
p a n t i h o s e แ พ น ท ิ โ ฮ ส
p a p a y a พ า พ า ย า
p a p e r เ ป เ ป อ ร ์
p a p e r เ พ เ พ อ ร ์
p a p p u s แ พ ป พ ั ส
p a p r i k a พ า พ ร ิ ก า
p a r b o i l พ า ร ์ บ อ ย ล ์
p a r d u e พ า ร ์ ด ู
p a r r a m o r e พ า ร า ม อ ร ์
p a r r o t f i s h แ พ ร ์ ร อ ต ฟ ิ ช
p a r s h a l l f l u m e พ า ร ์ แ ช ล ล ์ ฟ ล ู ม
p a r v u s พ า ร ์ เ ว ิ ส
p a s c a l ป า ส ก า ล
p a s c a l ป า ส ค า ล
p a s c a l พ า ส ค ั ล
p a s k แ พ ็ ส ก ์
p a s q u i l l พ า ส ค ว ิ ล ล ์
p a s s m o r e พ ั ส ม อ ร ์
p a s t e u r ป า ส เ ต อ ร ์
p a t e l เ พ ิ ต เ ท ล
p a t e r , w a l t e r h o r a t i o เ พ เ ต อ ร ์ , ว อ ล เ ต อ ร ์ ฮ อ เ ร ช ี โ อ
p a t t e e แ พ ็ ต ต ี ้
p a u l i n e พ อ ล ี น
p a u l i n e เ พ า ล ี เ น อ
p a u l i n e โ ป ล ี น
p a u l i n u s พ อ ล ี เ น ิ ส
p a u l s o n พ อ ล ส ั น
p a w s o n พ อ เ ซ ิ ่ น
p a y - p e r - v i e w เ ป ย ์ เ ป อ ร ์ ว ิ ว
p a y - p e r - v i e w เ พ ย ์ เ พ อ ร ์ ว ิ ว
p a y n e , j o h n เ พ ย ์ น , จ อ ห ์ น
p a y s o n เ พ ย ์ ส ั น
p e c o r a เ พ ็ ก ค อ ร ่ า
p e d d e r เ พ ็ ด เ ด อ ร ์
p e e t พ ิ ต
p e e t s พ ิ ต ส ์
p e i r s e เ พ ี ย ร ์ ส
p e k e r เ พ เ ค อ ร ์
p e n i n s u l a เ พ น ิ น ซ ู ล า
p e n n s y l v a n i a n เ พ น ซ ิ ล เ ว เ น ี ย น
p e n r y เ พ น ร ี ่
p e r a l เ พ อ เ ร ิ ่ ล
p e r c e n t i l e เ ป อ ร ์ เ ซ ็ น ไ ท ล ์
p e r i e s พ ี เ อ อ ร ิ ส
p e r i g e e เ ป ร ิ จ ี
p e r i g e e เ พ ร ิ จ ี
p e r i o d i c พ ี ร ิ อ อ ด ิ ก
p e r i o d i c เ พ ร ิ อ อ ด ิ ก
p e r l e เ พ ิ ร ์ ล
p e r o t h . , r o s s เ ป โ ร ต ์ , เ อ ช . ร อ ส ส ์
p e r r o t เ พ อ ร ์ เ ร ิ ต
p e r s o n s เ พ อ ร ์ ซ ั น ส ์
p e s o เ ป โ ซ
p e t e r m a n พ ี เ ต อ ร ์ เ ม ิ น
p e t e r s b e r g ป ี เ ต อ ร ์ ส เ บ ิ ร ์ ก
p e t p พ ี อ ี ท ี พ ี
p e t r y เ พ ็ ต ท ร ี
p f e i f f e r ไ ฟ เ ฟ อ ร ์
p h a i r แ ฟ ร ์
p h a n t o m แ ฟ น ท อ ม
p h a r m a c y ฟ า ร ์ ม า ซ ี
p h i l o s o p h y ฟ ิ ล อ โ ซ ฟ ี
p h i l p s ฟ ิ ล ป ์ ส
p h i n n e y ฟ ิ น น ี ่
p h o e b e ฟ ี บ ี
p h o s p h o r i t e ฟ อ ส ฟ อ ไ ร ต ์
p h y s i c k ฟ ี ซ ิ ก
p h y t o m e t e r ไ ฟ โ ต ม ิ เ ต อ ร ์
p i พ า ย
p i c o c u r i e พ ิ โ ค ค ู ร ี
p i k u s ไ พ เ ค ิ ส
p i n e a p p l e ไ พ น ์ แ อ ป เ ป ิ ล
p i n e s ไ พ น ์ ส
p i n n e y พ ิ น น ิ ย ์
p i r i e พ ี ร ี ่
p i t c a i r n พ ิ ต เ ค เ อ ิ ร ์ น
p i t o t t u b e พ ิ โ ท ต ์ ท ิ ว บ ์
p i t z พ ิ ต ส ์
p i z z a พ ิ ซ ซ า
p i z z a พ ี ซ ซ า
p l a c e n t a พ ล า เ ซ น ต า
p l a n แ ป ล น
p l a n a s o l พ ล า น า ซ อ ล
p l a s m พ ล า ซ ึ ม
p l a s m a พ ล า ส ม า
p l a t t แ พ ล ต ต ์
p l a t t e r แ พ ล ต เ ต อ ร ์
p l e n a s t e พ ล ี โ อ น า ส ต ์
p l o t k a พ ล ็ อ ต ค ่ า
p l o t t e r พ ล ็ อ ต เ ต อ ร ์
p l u m b พ ล ั ม บ ์
p l u n k e t t , r o y j . พ ล ั น เ ก ต ต ์ , ร อ ย เ จ .
p l u t e u s พ ล ู เ ท ี ย ส
p l y w o o d พ ล า ย ว ู ด
p m r พ ี เ อ ็ ม อ า ร ์
p n e u m o n i a น ิ ว ม อ เ น ี ย
p o c k e t พ ็ อ ก เ ก ็ ต
p o c k l i n g t o n พ ็ อ ก ล ิ ง เ ต ิ ้ น
p o d h o r e t z พ ็ อ ด เ ฮ อ เ ร ็ ต ส ์
p o d z o l พ อ ด ซ อ ล
p o e l โ พ เ อ ิ ล
p o e r โ พ เ อ อ ร ์
p o g u e โ พ ๊ ก
p o i n d e x t e r พ อ ย น ์ เ ด ็ ก ส เ ต อ ร ์
p o i n t r a c e พ อ ย ท ์ เ ร ซ
p o i t i e r , s i d n e y พ อ ย เ ท ี ย ร ์ , ซ ิ ด น ี ย ์
p o l i s โ พ ล ิ ส
p o l k โ พ ล ์ ก
p o l y p l o i d พ อ ล ิ พ ล อ ย ด ์
p o n c e t พ อ น เ ซ ิ ต
p o n s พ อ น ส ์
p o p e , j o h n r u s s e l l โ พ ป , จ อ ห ์ น ร ั ส เ ซ ล ล ์
p o p u l a r ป อ ป ป ู ล า ร ์
p o p u l a r ป ๊ อ ป ป ู ล า ร ์
p o p u l a r พ อ ป พ ู ล า ร ์
p o r r i d g e พ อ ร ์ ร ิ ด จ ์
p o r t m o r e s b y พ อ ร ์ ต ม อ ร ์ ส บ ี
p o r t o c a r r e r o พ อ ร ์ ท า ค า ร ์ เ ร โ ร ่
p o s e i d o n โ พ ไ ซ ด อ น
p o s e n โ พ เ ซ ิ ่ น
p o t a s s i u m โ พ แ ท ส เ ซ ี ย ม
p o u l i o t พ ู ล ี โ อ ้
p o u n d ป อ น ด ์
p o u n d เ ป า น ด ์
p o u n d เ พ า น ด ์
p o u n d e r เ พ า น ์ เ ด อ ร ์
p o w d e r เ พ า ว ์ เ ด อ ร ์
p o w e l l พ า ว เ อ ล ล ์
p o w e l l เ พ า เ ว ล ล ์
p o y n t e r พ อ ย น ์ เ ต อ ร ์
p r a d o พ ร า โ ด ้
p r a e g e r แ พ ร เ ก อ ร ์
p r a i r i e แ พ ร ร ี
p r e พ ร ี
p r i c k e t t พ ร ี ค ิ ต
p r i e s t e r พ ร ิ ส เ ต อ ร ์
p r i l l พ ร ิ ล
p r i n a พ ร ี น ่ า
p r i n c e o f w a l e s ป ร ิ น ส ์ อ อ ฟ เ ว ล ส ์
p r i n c e t o n พ ร ิ น ซ ์ ต ั น
p r i t c h e t t พ ร ิ ต ช ิ ต
p r o b s t พ ร อ บ ส ์ ต
p r o f i l e โ พ ร ไ ฟ ล ์
p r o f u m o โ พ ร ฟ ู โ ม
p r o j e c t i o n โ พ ร เ จ ็ ก ช ั น
p r y k e ไ พ ร ์ ก
p r y r o b i t u m e n ไ พ โ ร บ ิ ท ู เ ม น
p s i l o m e l a n e ไ ซ โ ล ม ิ เ ล น
p s y c h o ไ ซ โ ค
p t e r i d o p h y t e เ ท อ ร ิ โ ด ไ ฟ ต ์
p u l l e r พ ู เ ล อ ร ์
p u l t e n e y พ ั ล เ ต น ี ย ์
p u n a ป ิ ว น า
p u n a ป ู น า
p u r d i e เ พ อ ร ์ ด ี ้
p u r e เ พ ี ย ว
p u r e เ พ ี ย ว ร ์
p u r i t a n พ ิ ว ร ิ ต ั น
p u r s l e y เ พ อ ร ์ ส ล ี ย ์
p u s z t a ป ุ ส ต า
p v c พ ี ว ี ซ ี
p y m พ ิ ม
p y n e ไ พ น ์
q a n a t ค า น า ต
q u a d r a t ค ว อ แ ด ร ต
q u a r i t c h ค ว า ร ิ ช
q u a r t e r b a c k ค ว อ ร ์ เ ต อ ร ์ แ บ ็ ก
q u e l l o เ ก ว โ ล
q u e s t e r เ ค ว ส เ ต อ ร ์
q u i c k s o r t ค ว ิ ก ซ อ ร ์ ต
q u i c k s t e p ค ว ิ ก ส เ ต ็ ป
q u i n t u s ค ว ิ น เ ต ิ ส
r a c k e t แ ร ็ ก เ ก ต
r a c z ร ั ช
r a d i a l เ ร เ ด ี ย ล
r a d i c e แ ร ด ิ ส
r a d n o r แ ร ด เ น อ ร ์
r a d o m i r o ร า โ ด ม ี โ ร
r a i d e n เ ร เ ด ิ ่ น
r a i l t o n เ ร ล เ ต ิ ้ น
r a i n e y เ ร น ี ย ์
r a i s z ไ ร ซ ์
r a l l s ร อ ล ส ์
r a m b e r t แ ร ม เ บ ิ ร ์ ต
r a m o n d เ ร อ เ ม ิ น ด ์
r a n t a แ ร น ต ้ า
r a p h a e l ร า ฟ า เ อ ล
r a p h a e l ร า ฟ า เ อ ิ ล
r a p h a e l ร า ฟ า แ อ ล
r a p h a e l แ ร เ ฟ เ อ ล
r a s a ร า ซ ่ า
r a s t แ ร ส ต ์
r a t t e n แ ร ็ ต เ ต ิ ้ น
r a u l t ร อ ล
r a v e n s c r o f t เ ร เ ว ิ น ส ก ร อ ฟ ต ์
r a y l e i g h เ ร ย ์ ล ี
r a y l e i g h เ ร ย ์ ล ี ย ์
r a z z i e s แ ร ซ ซ ี ส ์
r e a l i s t เ ร ี ย ล ิ ส ต ์
r e a r d o n เ ร ี ย ร ์ เ ด ิ ้ น
r e c k เ ร ็ ก
r e c o r d e เ ร ็ ก ค อ ร ์ ด
r e d p a t h เ ร ด แ พ ท
r e f i l l ร ี ฟ ิ ล
r e i c h e r t ไ ร เ ค ิ ร ์ ต
r e i c h s t e i n ไ ร ค ์ ส ไ ต น ์
r e i n h a r t ไ ร น ์ ฮ า ร ์ ต
r e i n i c k e ไ ร เ น ิ ก
r e i n s t e i n ไ ร น ์ ส ไ ต น ์
r e m e s ร ิ ม ส ์
r e m o t e ร ี โ ม ต
r e n a ร ี น ่ า
r e n d เ ร น ด ์
r e n n e r เ ร น เ น อ ร ์
r e n n i n g e r เ ร น น ิ เ ง อ ร ์
r e n s h a w เ ร น ช อ ว ์
r e s e a r c h ร ี เ ซ ิ ร ์ ช
r e s o r t ร ี ส อ ร ์ ต
r e v e r d y ร ี เ ว อ ร ์ ด ี
r e v e r d y เ ร เ ว อ ร ์ ด ี
r e y e s ไ ร ส ์
r h o โ ร
r h o d o c h r o s i t e โ ร โ ด โ ค ร ไ ซ ต ์
r h o n d d a ร ั น เ ด อ
r i c k e n b a c k e r ร ิ ค ิ น แ บ เ ค อ ร ์
r i c k e t t s ร ิ ก ค ิ ต ส ์
r i d e n o u r ร ี ด ี น ุ ร ์
r i d e r ไ ร เ ด อ ร ์
r i e g e l ร ิ ก เ ก ิ ล
r i e g g e r ร ี เ ก อ ร ์
r i l l ร ิ ล
r i m o u s k i ร ิ เ ม อ ส ก ี ้
r i n a l d o ร ี น ั ล โ ด ้
r i n e h a r t ไ ร น ์ ฮ า ร ์ ต
r i o s ร ี โ อ ส
r i r i e ร ี ร ี ่
r i s c ร ิ ส ก ์
r i s s e r ร ี ส เ ซ อ ร ์
r i s t e r ร ิ ส เ ต อ ร ์
r i t c h i e ร ิ ต ช ี
r i t s o n ร ิ ต ส ั น
r i t t e r ร ี ต เ ท อ ร ์
r i v a r d ร ี เ ว ิ ร ์ ด
r m อ า ร ์ เ อ ็ ม
r o b ร ็ อ บ
r o b e r t s ร อ เ บ ิ ต ส ์
r o b i n a โ ร บ ี น ่ า
r o b i n e t t e ร อ บ ี เ น ็ ต
r o c k ร ็ อ ก
r o c k m a p l e ร ็ อ ก เ ม เ ป ิ ล
r o d i n , a u g u s t e โ ร แ ด ง , โ อ ก ู ส ต ์
r o d w a y ร ็ อ ด เ ว ย ์
r o e b u c k โ ร บ ั ก
r o h m e r โ ร ห ์ เ ม อ ร ์
r o h r b a c h ร อ ร ์ บ ั ก
r o l l e ร อ ล
r o l l e r โ ร ล เ ล อ ร ์
r o l l e r s k a t e โ ร ล เ ล อ ร ์ ส เ ก ต
r o l l e s t o n โ ร ล ส เ ต ิ ้ น
r o l l i n s ร อ ล ล ิ ่ น ส ์
r o m a n t i c โ ร แ ม น ต ิ ก
r o m b e r g ร อ ม เ บ ิ ร ์ ก
r o m e r o โ ร เ ม โ ร ่
r o o m e ร ู ม
r o o s ร ู ส
r o o t b e e r ร ู ต เ บ ี ย ร ์
r o r k e ร อ ร ์ ก
r o s e a u โ ร โ ซ
r o s e n c r a n t z โ ร เ ซ ิ ่ น แ ค ร น ต ์ ส
r o s e n h e i m โ ร ซ ิ น ไ ฮ ม ์
r o s e n q u i s t โ ร เ ซ ิ น ค ว ิ ส ต ์
r o s i n a โ ร ซ ี น ่ า
r o t a โ ร ต า
r o t h e r m e l ร อ เ ท อ ร ์ เ ม ิ ล
r o t h e s ร อ ท ส ์
r o t h r o c k ร อ ท เ ร ิ ่ ก
r o u n d s ร า ว น ด ์ ส
r o u s เ ร า อ ู ส
r o v i n e โ ร ว ิ น
r o w l a n d s o n โ ร ว ์ แ ล น ส ั น
r o x ร ็ อ ก ส ์
r o y c e ร อ ย ซ ์
r o z a n n e โ ร แ ซ น
r o z e n t a l ร อ เ ซ น เ ท ิ ล
r o z m a n ร ็ อ ส เ ม ิ น
r u b b r a ร ั บ เ บ ร อ
r u c k ร ั ก
r u d e ร ู ด
r u d k i n ร ั ด ค ิ น
r u d n i c k ร ั ด น ิ ก
r u f f i n ร ั ฟ ฟ ิ ่ น
r u f u s ร ู ฟ ั ส
r u g b y f o o t b a l l ร ั ก บ ี ้ ฟ ุ ต บ อ ล
r u g e l e y ร ู ก ี ล ี ย ์
r u g g ร ั ก
r u i s l i p ไ ร ส ล ิ ป
r u l o n ร ู เ ล ิ ่ น
r u s h b r o o k ร ั ช บ ร ู ก
r u s h f o r d ร ั ช เ ฟ ิ ร ์ ด
r u t z ร ั ต ส ์
r w a n d a ร ว ั น ด า
r y m a n ไ ร เ ม ิ น
r y u k y u ร ิ ว ก ิ ว
s a b a t a ซ า บ า ต ้ า
s a b a t i n i , g a b r i e l a ซ า บ า ต ี น ี , ก า บ ร ี เ อ ล า
s a c h a r แ ซ ช อ เ อ อ ร ์
s a d d แ ซ ด ด ์
s a f e t y b e l t เ ซ ฟ ต ี เ บ ล ต ์
s a i n t g e o r g e ' s เ ซ น ต ์ จ อ ร ์ เ จ ส
s a i n t j o h n ' s เ ซ น ต ์ จ อ น ส ์
s a i n t g e o r g e เ ซ น ต ์ จ อ ร ์ จ
s a l i b a ซ อ ล ี บ ้ า
s a l i n g e r , j . d . แ ซ ล ิ น เ จ อ ร ์ , เ จ . ด ี .
s a l m o n แ ซ ม อ น
s a l m o n แ ซ ล ม อ น
s a l m o n แ ซ ล เ ม ิ น
s a l m o n d แ ซ ล เ ม ิ น ด ์
s a l o n ซ า ล ง
s a l o n ซ า ล อ ง
s a l o n ซ า ล อ น
s a l o n ซ า ล ็ อ ง
s a l s b e r g แ ซ ล ส ์ เ บ ิ ร ์ ก
s a m แ ซ ม
s a m m a r t i n o ซ ั ม ม า ร ์ ต ี โ น ่
s a m o s ซ า ม อ ส
s a m u e l s o n แ ซ ม ิ ว เ อ ิ ล ส ั น
s a n c r o f t แ ซ ง ค ร อ ฟ ต ์
s a n d b y แ ซ น ด ์ บ ี ้
s a n s a n - f l a m s t e e d แ ซ น ซ ั น - แ ฟ ล ม ส ต ี ด
s a n t a a n a ซ า น ต า แ อ น น า
s a n t a c r u z แ ซ น ต า ค ร ู ซ
s a n t e n a ซ า น ต ี น า
s a p i r w h o r f ซ า เ พ ี ย ร ์ ว อ ร ์ ฟ
s a p r o p h y t i c b a c t e r i a แ ซ โ พ ร ไ ฟ ต ิ ก แ บ ค ท ี เ ร ี ย
s a r c o d i n a ซ า ร ์ โ ค ด ิ น า
s a r g ซ า ร ์ ก
s a r i c h แ ซ ร ิ ก
s a t y r แ ซ เ ท อ ร ์
s a u n d ซ อ น ด ์
s a u s s u r e , f e r d i n a n d d e โ ซ ซ ู ร ์ , เ ฟ อ ร ์ ด ิ น ั น ด ์ เ ด อ
s a v i s เ ซ ว ิ ส
s a v o n a ซ า โ ว น า
s c a l l y ส แ ค ล ล ี ่
s c a v e n g i n g ส ค า เ ว น จ ิ ง
s c h a r r e r ช า ร ์ เ ร อ ร ์
s c h e e l e ช ิ ล
s c h e r m e r h o r n เ ช อ ร ์ เ ม อ ร ์ เ ฮ ิ ร ์ น
s c h i l d e r ไ ช ล ์ เ ด อ ร ์
s c h l a f l y แ ช ล ฟ ล ี ่
s c h m e i s s e r ช ไ ม เ ซ อ ร ์
s c h m i t t ช ม ิ ต ต ์
s c h o l l ช อ ล ล ์
s c h o o l c r a f t ส ก ู ล แ ค ร ฟ ต ์
s c h u l h o f ช ู ล ฮ อ ฟ
s c h u l t z e ช อ ล ต ์ ส
s c h u l z , c h a r l e s ช ู ล ซ ์ , ช า ล ส ์
s c h u r z เ ช ิ ร ์ ส
s c h u y l e r ส ไ ก เ ล อ ร ์
s c h w a b e ช ว ็ อ บ
s c h w a l m ช ว ั ล ์ ม
s c i e n c e ไ ซ น ซ ์
s c l a t e r ส แ ค ล เ ต อ ร ์
s c o g g i n s ส ก ็ อ ก ก ิ น ส ์
s c o o t ส ก ู ต
s c r a p ส แ ก ร ็ ป
s c r i p t u r e ส ค ร ิ ป เ ช อ ร ์
s c r u g g s ส ก ร ั ก ส ์
s c u l l e y ส ก ั ล ล ี ย ์
s c u l l i n ส ก ั ล ล ิ ่ น
s c u l l i o n ส ก ั ล เ ย ิ ่ น
s e a b o r n ซ ี เ บ ิ ร ์ น
s e a b r o o k ซ ี บ ร ู ๊ ก
s e a t o n ซ ี เ ต ิ ้ น
s e b e l i u s เ ซ บ ิ ล ล ี อ ิ ส
s e c a n t ซ ี แ ค น ต ์
s e c a n t เ ซ แ ค น ต ์
s e c c o m b e เ ซ ็ ก โ ค ม
s e d e r ซ ี เ ด อ ร ์
s e d g w i c k เ ซ จ ว ิ ก
s e d l e y เ ซ ด ล ี ย ์
s e e l e ซ ี ล
s e e l i g ซ ี ล ิ ก
s e g a l , g e o r g e ซ ี ก ั ล , จ อ ร ์ จ
s e i g e l ไ ซ เ ก ิ ล
s e l b y เ ซ ล บ ี ้
s e l f เ ซ ล ์ ฟ
s e l i m เ ซ ล ิ ม
s e l k i r k เ ซ ล เ ค ิ ร ์ ก
s e l l i n เ ซ ล ิ ่ น
s e l l i n g เ ซ ล ล ิ ่ ง
s e l o u s เ ซ อ เ ล ิ ส
s e m e r เ ซ เ ม อ ร ์
s e m p e r เ ซ ม เ ป อ ร ์
s e n d e r เ ซ ็ น เ ด อ ร ์
s e n e r เ ซ เ น อ ร ์
s e n i o r ซ ี เ น ี ย ร ์
s e n t i เ ซ ็ น ต ิ
s e p t a g e เ ซ ็ ป เ ท จ
s e p t i m u s เ ซ ป ต ิ ม ิ ส
s e r e n o เ ซ เ ร โ น ่
s e s s e l เ ซ ส เ ซ ิ ล
s e v e r เ ซ ฟ เ ว อ ร ์
s e w i n g ซ ิ ว อ ิ ่ ง
s e x t o n เ ซ ก ซ ์ ต ั น
s e x t o n เ ซ ็ ก ส เ ต ิ ้ น
s e y b o l d เ ซ โ บ ล ด ์
s h a b u - s h a b u ช า บ ุ ช า บ ุ
s h a c k l e f o r d แ ช ็ ก ค ล ี เ ฟ ิ ร ์ ด
s h a d r a c h แ ช ด เ ร ิ ช
s h a r m a n ช า ร ์ เ ม ิ น
s h a r p l e s ช า ร ์ เ ป ิ ้ ล ส ์
s h a r r a t t ช า ร ์ เ ร ิ ต
s h a w n e e ช อ ว ์ น ี
s h e m a n ช ี แ ม น
s h e a f f e r ช ิ ฟ เ ฟ อ ร ์
s h e a r d แ ช ร ์ ด
s h e a r e r ช ี เ ร อ ร ์
s h e e h y ช ี ฮ ี
s h e h a n เ ช เ ฮ ิ ่ ม
s h e l a g h ช ี ล า
s h e p p a r d เ ช ป เ พ ิ ร ์ ด
s h e r b u r n เ ช อ ร ์ เ บ ิ ร ์ น
s h e r r a r d แ ช ร ์ เ ร ิ ร ์ ด
s h i e k ช ี ก
s h i e l ช ิ ล
s h i e l s ช ิ ล ส ์
s h i m จ ี ม
s h i r e e n ช ิ ร ิ น
s h i r l e y เ ช อ ร ์ ล ี ย ์
s h o n a โ ช น ่ า
s h o o t i n g s c r i p t ช ู ต ต ิ ้ ง ส ค ร ิ ป ต ์
s h o r t r i d g e ช อ ร ์ ท ร ิ จ
s h o r t s ช อ ร ์ ต ส
s h o t ช อ ต
s h o t t ช อ ต ต ์
s h u g a r t ช อ ก า ร ์ ต
s h u s t e r , j o e ช ั ส เ ต อ ร ์ , โ จ
s i b e l i u s ซ ิ บ ล ี อ ิ ส
s i d e ไ ซ ด ์
s i e r r a เ ซ ี ย ร า
s i g n o u t ไ ซ น ์ เ อ า ต ์
s i k o r a ซ ี ค อ ร ่ า
s i l b e r ซ ิ ล เ บ อ ร ์
s i l k s c r e e n ซ ิ ล ก ์ ส ก ร ี น
s i l l i m a n i t e ซ ิ ล ล ิ ม า ไ น ต ์
s i l u r i a n ไ ซ ล ู เ ร ี ย น
s i l v i o ซ ิ ล ว ิ โ อ
s i m o n s o n ไ ซ เ ม ิ น ส ั น
s i n e y ซ ิ ด น ี ย ์
s i t t e ซ ิ ต
s i t t i n g ซ ิ ต ต ิ ง
s j เ อ ส เ จ
s k o g ส ก ็ อ ก
s k o l e ส โ ก ล
s k y ส ก า ย
s l a c k ส แ ล ็ ก
s l a w s o n ส ล อ ว ์ ส ั น
s l a y ส เ ล ย ์
s l i d e ส ไ ล ด ์
s l i d e m u l t i - v i s i o n ส ไ ล ด ์ ม ั ล ต ิ ว ิ ช ั ่ น
s l o a t ส โ ล ต
s l o n i m ส ล อ เ น ิ ่ ม
s l o v e n e ส โ ล ว ี น
s m a r k ส ม า ร ์ ก
s m a r t c a r d ส ม า ร ์ ต ก า ร ์ ด
s m e a d ส ม ิ ด
s m e l l i e ส เ ม ล ล ี
s m i t h ส ม ิ ท
s m o k e ส โ ม ก
s m o l l e t t ส ม อ ล ล ิ ต
s m o t h e r s ส ม อ เ ท อ ร ์ ส
s m y l i e ส ม ิ ล ี ่
s n a i l ส เ น ล
s n e d d e n ส เ น ด เ ด ิ ้ น
s n e l l i n g ส เ น ล ล ิ ่ ง
s n o o k e r ส น ุ ก เ ก อ ร ์
s o d i u m c a r b o n a t e โ ซ เ ด ี ย ม ค า ร ์ บ อ เ น ต
s o d i u m h y d r o x i d e โ ซ เ ด ี ย ม ไ ฮ ด ร อ ก ไ ซ ด ์
s o f a โ ซ ฟ า
s o l e m โ ซ ล ิ ม
s o m a l i a โ ซ ม า เ ล ี ย
s o n e t t โ ซ น ิ ต
s o n n e ซ อ น น ์
s o p h y โ ซ ฟ ี
s o p w i t h ซ ั ป ว ิ ท
s o r b y ซ อ ร ์ บ ี ้
s o r r o w s ซ อ ร ์ โ ร ส ์
s o r u m โ ซ ร ั ่ ม
s o u n d l a b ซ า ว น ด ์ แ ล ็ บ
s o u n d e r s เ ซ า น ์ เ ด ิ ร ์ ส
s o u r เ อ ส โ อ ย ู อ า ร ์
s o u t h e e เ ซ า อ า ท ี ่
s o y e r ซ อ ย เ อ อ ร ์
s p a c k m a n ส แ ป ็ ก เ ม ิ ่ น
s p a f f o r d ส แ ป ฟ เ ฟ ิ ร ์ ด
s p e a k e r ส ป ี ก เ ก อ ร ์
s p e a k e r ส ป ี ก เ ค อ ร ์
s p e c t r o g r a m ส เ ป ก โ ท ร แ ก ร ม
s p e i g h t ส เ ป ต
s p e l l m a n ส เ ป ล ล ์ เ ม ิ น
s p i l l a n e ส ป ิ ล เ ล ิ น
s p i n d l e r ส ป ิ น เ ด อ เ ล อ ร ์
s p i r u l i n a ส ไ ป ร ู ล ิ น า
s p l i n t ส ป ล ิ น ต ์
s p r a g u e ส เ ป ร ก
s p r i e g e l ส ป ร ี เ ก ิ ล
s p y ส ป า ย
s r t เ อ ส อ า ร ์ ท ี
s t a d l e r ส แ ต ด เ ล อ ร ์
s t a i r ส แ ต ร ์
s t a l i n , j o s e p h ส ต า ล ิ น , โ จ เ ซ ฟ
s t a l l m a n ส ต ็ อ ล เ ม ิ ่ น
s t a l l o n e s ส แ ต ล โ ล น ส ์
s t a n b o r o u g h ส แ ต น บ ะ ร ะ
s t a n d - i n ส แ ต น ด ์ อ ิ น
s t a n n a r d ส แ ต เ น ิ ร ์ ด
s t a r c k ส ต า ร ์ ก
s t a r i n a ส ต า ร ิ น า
s t a r t e ส ต า ร ์ ต
s t a s s e n ส แ ต ส เ ซ ิ ่ น
s t a u g h t o n ส ต อ เ ต ิ ้ น
s t a y ส เ ต ย ์
s t e e p ส ต ี ป
s t e e v e s ส ต ี ว ึ ส
s t e i c h e n ส ไ ต เ ค ิ ่ น
s t e i n e m ส ไ ต น ์ น ั ่ ม
s t e i n h o f f ส ไ ต น ์ ฮ อ ฟ
s t e p a n e k ส เ ต ็ ป เ ป อ น ิ ก
s t e v e n ส ต ี เ ว น
s t i c k e r ส ต ิ ก เ ก อ ร ์
s t i k a ส ก ี ค ่ า
s t i r l i n g ส เ ต อ ร ์ ล ิ ง
s t o c k e r ส ต ็ อ ก เ ค อ ร ์
s t o c k h o l m ส ต อ ก โ ฮ ล ์ ม
s t o c k m a y e r ส ต ็ อ ก เ ม อ ร ์ เ อ อ ร ์
s t o e c k e l ส โ ต เ ค ิ ล
s t o k ส ต ็ อ ก
s t o p ส ต ็ อ ป
s t o t t ส ต ็ อ ต
s t o u t ส เ ต า ต ์
s t r a h m ส ต ร า ม
s t r a i t s ส เ ต ร ต ส ์
s t r a i t s t i m e s ส เ ต ร ต ส ไ ท ม ์
s t r a n k s ส แ ต ร ็ ง ก ์ ส
s t r a t o s p h e r e ส ต ร า โ ต ส เ ฟ ี ย ร ์
s t r a t o s p h e r e ส เ ต ร โ ต ส เ ฟ ี ย ร ์
s t r a t o s p h e r e ส แ ต ร โ ท ส เ ฟ ี ย ร ์
s t r a t t o n ส แ ต ร ต เ ต ิ ้ น
s t r a u s ส เ ต ร า ส ์
s t r a w ส ต ร อ ว ์
s t r e p t o c o c c u s ส เ ต ร ป โ ท ค อ ก ค ั ส
s t r i n g e r ส ต ร ิ ง เ ก อ ร ์
s t r o b e l ส โ ต ร เ บ ิ ล
s t r o k e ส โ ต ร ก
s t r o k e s ส โ ต ก ส ์
s t r u t z ส ต ั ๊ ต ส ์
s t u d y ส ต ั ด ด ี ้
s t u f f ส ต ั ฟ ฟ ์
s t u r g i s ส เ ต อ ร ์ จ ิ ส
s t u r r o c k ส ต อ ร ์ เ ร ิ ่ ก
s t u r t e v a n t ส เ ต อ ร ์ ต า เ ว ิ น ต ์
s t u t s m a n ส ต ั ๊ ต ส ์ เ ม ิ ่ น
s u b s t r a t u m ซ ั บ ส ต ร า ต ั ม
s u c h a n e k ซ า เ ค อ น ิ ก
s u c h e r ซ ั ต เ ช อ ร ์
s u c t i o n ซ ั ก ช ั น
s u e s s e ซ ู ส ส ์
s u g g ซ ั ก
s u m m e r f o r d ซ ั ม เ ม อ ร ์ เ ฟ ิ ร ์ ด
s u n d e r ซ ั น เ ด อ ร ์
s u n f i s h ซ ั น ฟ ิ ช
s u p e r f u n d ซ ู เ ป อ ร ์ ฟ ั น ด ์
s u p e r m a r k e t ซ ู เ ป อ ร ์ ม า ร ์ เ ก ต
s u r เ ซ อ ร ์
s u s i e ซ ู ซ ี
s u t t o n ซ ั ต ต ั น
s v เ อ ส ว ี
s v e n s o n ส เ ว น ส ั น
s v i เ อ ส ว ี ไ อ
s w a s e y ส ว า ซ ี ย ์
s w a t ส ว า ต
s w a z i l a n d ส ว า ซ ิ แ ล น ด ์
s w e a t e r ส เ ว ต เ ต อ ร ์
s w e e t i e ส ว ี ต ต ี
s w i n g ส ว ิ ง
s w i n g ส ะ ว ิ ง
s w i s h e r ส ว ี เ ช อ ร ์
s w i t h i n ส ว ิ เ ท ิ น
s y b i l ซ ิ บ ิ ล
s y m e s ไ ซ ม ึ ส
s y m i n g t o n ซ ี ม ิ ง เ ต ิ ้ น
s y m p o s i u m ซ ิ ม โ พ เ ซ ี ย ม
s y n c ซ ิ ง ก ์
s y n c h r o n o u s ซ ิ ง โ ค ร น ั ส
s y r u s เ ซ อ เ ร ิ ส
t a d w o r t h แ ท ด เ ว ิ ร ์ ท
t a i g a ไ ท ก า
t a i l o r เ ท ย ์ เ ล อ ร ์
t a i n เ ท น
t a k e เ ท ก
t a l b o t t แ ท ล เ บ ิ ต
t a l l m a n ท อ ล เ ม ิ น
t a m m แ ท ม
t a n k แ ท ็ ง ก ์
t a n k a ต ั ง ก า
t a n k a ท ั ง ก ะ
t a n k e r s l e y แ ท ง เ ก อ ร ์ ล ี ย ์
t a p แ ท ป
t a p แ ท ็ ป
t a p e s t r y แ ท เ พ ส ท ร ี
t a r b e l l ท า ร ์ เ บ ล
t a r r ท า ร ์
t a r r a n t ท า ร ์ เ ร ิ ่ น ต ์
t a r t ท า ร ์ ต
t a r v e r ท า ร ์ เ ว อ ร ์
t a s h j i a n แ ท ช เ จ ี ่ ย น
t a s k b a r ท า ส ก ์ บ า ร ์
t a t a m ท อ เ ท ิ ่ ม
t a t o m แ ท เ ท ิ ้ ม
t a w n e y ท อ น ี ่
t d r i ท ี ด ี อ า ร ์ ไ อ
t e a c h e r ท ี ช เ ช อ ร ์
t e a c h e r ท ี เ ช อ ร ์
t e a g u e ท ิ ๊ ก
t e c h n e t i u m เ ท ค น ี เ ช ี ย ม
t e c h n e t i u m เ ท ค น ี เ ท ี ย ม
t e c h n i c i a n เ ท ค น ิ เ ช ี ย น
t e d เ ท ด
t e h r a n เ ต ห ะ ร า น
t e l e x เ ท เ ล ก ซ ์
t e l e x เ ท เ ล ็ ก ซ ์
t e l o s ท ี ล อ ส
t e l v a เ ท ล ว ่ า
t e m p l a t e เ ท ม เ พ ล ต
t e m p l a t e เ ท ม เ พ ล ็ ต
t e m p l e เ ท ม เ ป ิ ล
t e m p l e เ ท ม เ พ ิ ล
t e m p l e เ ท ็ ม เ พ ิ ล
t e n n a n t i t e แ ท น แ น น ไ ท ต ์
t e n s o r เ ท น เ ซ อ ร ์
t e p p e r เ ท ็ ป เ ป อ ร ์
t e r a t o g e n เ ท อ ร า โ ท เ จ น
t e r e s a เ ต เ ร ซ า
t e r e s a เ ท ร ี ซ า
t e r e s a เ ท เ ร ซ า
t e s t เ ท ส ต ์
t h a c k e r แ ท ็ ก เ ค อ ร ์
t h e l e n เ ท เ ล ิ ่ น
t h e o d o s i a ท ี เ อ อ โ ด เ ซ ี ย
t h e o p h i l เ ท เ อ อ เ ฟ ิ ล
t h e r m o n u c l e a r เ ท อ ร ์ โ ม น ิ ว เ ค ล ี ย ร ์
t h e r o n เ ท เ ร ิ น
t h i e d e ท ิ ด
t h i r l b y เ ท ิ ร ์ ล บ ี ้
t h o m a s s o n ท อ เ ม อ ส ั น
t h o m p s o n ท อ ม ป ์ ส ั น
t h o r n b u r g ท อ ร ์ น เ บ ิ ร ์ ก
t h o r s t e i n ธ อ ร ์ ส ไ ต น ์
t h r a l l ท ร อ ล
t h r u s h ท ร ั ช
t i e ไ ท
t i l d e n ท ิ ล เ ด ิ ่ น
t i l m a n ท ิ ล แ ม น
t i l o s ต ิ ล อ ส
t i m b a l e s ท ิ ม บ า ล ี ส ์
t i p i ท ี ป ี
t i s s o t ท ิ ส ส อ ต
t o b y โ ท บ ี
t o l l w a y โ ท ล เ ว ย ์
t o p l e s s ท ็ อ ป เ ล ส
t o u r n e u r เ ท อ ร ์ เ น อ ร ์
t r a c h y แ ท ร ค ี
t r a c h y t e แ ท ร ไ ค ต ์
t r a c t o r แ ท ร ก เ ต อ ร ์
t r a c t o r แ ท ร ็ ก เ ต อ ร ์
t r a n s i t ท ร า น ซ ิ ต
t r a n s v a a l ท ร า น ส ว า ล
t r e m o l i t e เ ท ร โ ม ไ ล ต ์
t r i a d ไ ท ร แ อ ด
t r i c l i n i c ไ ท ร ค ล ิ น ิ ก
t r i p e ไ ท ร ์ ป
t r o c h o i d โ ท ร ค อ ย ด ์
t r o m b e ท ร อ ม เ บ
t r u m a n , m a r g a r e t ท ร ู แ ม น , ม า ร ์ ก า เ ร ต
t u l a g i ต ู ล า ก ี
t w i t t y , c o n w a y ท ว ิ ต ต ี , ค อ น เ ว ย ์
t w o - p i e c e ท ู พ ี ซ
u . f . o . ย ู เ อ ฟ โ อ
u a s b ย ู เ อ เ อ ส บ ี
u e l a n d อ ุ เ ล ิ น ด ์
u f o ย ู เ อ ฟ โ อ
u f o ย ู โ ฟ
u k e r s เ อ อ เ ค ิ ร ์ ส
u l i o อ ู ล ี โ อ ้
u l l s t e i n อ ั ล ล ์ ส ไ ต น ์
u l m a n อ ั ล เ ม ิ ่ น
u m p i r e อ ั ม ไ พ ร ์
u m s t e a d อ ั ม ส เ ต ด
u n i t a r y ย ู น ิ เ ท ร ี
u n i t y ย ู น ิ ต ี
u n r u h อ ั น ร ู
u p c h u r c h อ ั ป เ ช ิ ร ์ ช
u p i t อ ู พ ิ ต
u p l o a d อ ั ป โ ห ล ด
u p l o a d อ ั พ โ ห ล ด
u p p e r อ ั ป เ ป อ ร ์
u p s o n อ ั ป เ ซ ิ ่ น
u r e t h a n e ย ู ร ิ เ ท น
u r e t h a n e ย ู เ ร เ ท น
u s t i n o v อ ู ส ต ี น อ ฟ
v a l d e z ว ั ล เ ด ซ
v a l d e z แ ว ล เ ด ส
v a l e เ ว ล
v a l e n c e เ ว เ ล น ซ ์
v a l l e t t a ว ั ล เ ล ต ต า
v a l l e t t a ว ั ล เ ล ็ ต ต า
v a l l e y b a l l ว อ ล เ ล ย ์ บ อ ล
v a l v e ว า ล ์ ว
v a n แ ว น
v a n d o r e n แ ว น ด อ เ ร ิ ่ น
v a n k e u r e n แ ว ง ค อ ย เ ร ิ ่ น
v a n o s s แ ว น น อ ส
v a r g a s ว า ร ์ เ ก ิ ส
v a s q u e z แ ว ส เ ก ส
v a s s a l แ ว ส เ ซ ิ ล
v a t แ ว ต
v a u g h a n , s t e v i e r a y ว อ น , ส ต ี ว ี เ ร ย ์
v e e n ว ิ น
v e g a s เ ว ก ั ส
v e n e t t a เ ว อ เ น ็ ต ต ้ า
v e r m i c u l i t e เ ว อ ร ์ ม ิ ค ิ ว ไ ล ต ์
v e r o n i c a เ ว ร อ น ิ ก า
v e r o n i c a เ ว โ ร น ิ ก า
v e s p e r เ ว ส เ ป อ ร ์
v e t c h เ ว ช
v i c k e r y ว ิ ก เ ค อ ร ี ่
v i d o r ไ ว เ ด อ ร ์
v i n e y ไ ว น ี ย ์
v i n i n g ไ ว น ิ ่ ง
v i r g i l เ ว อ ร ์ จ ิ ล
v i r g i n i a เ ว อ ร ์ จ ิ เ น ี ย
v i t a ไ ว ท ่ า
v i t o n ว ิ เ ต ิ ้ น
v i v a l d i , a n t o n i o ว ี ว ั ล ด ี , อ ั น โ ต น ี โ อ
v o l n e y โ ว ล น ี ย ์
v o l t z โ ว ล ์ ต ส
v r i e s ว ร ิ ส
v r i e s ว ร ี ส
v t r ว ี ท ี อ า ร ์
v u l c a n i s e ว ั ล ค ะ ไ น ส ์
w a d d i n g t o n ว ั ด ด ิ ่ ง เ ต ิ ้ น
w a e r s ว อ เ อ เ อ ิ ร ์ ส
w a i n w r i g h t เ ว น ไ ร ต ์
w a i s t c o a t เ ว ส ต ์ โ ค ต
w a l b r o o k ว อ ล บ ร ู ๊ ก
w a l d e c k ว อ ล เ ด ็ ก
w a l d h a u s ว อ ล ์ ด เ ฮ า ส ์
w a l d m a n ว อ ล ์ ด เ ม ิ ่ น
w a l d r o n ว อ ล เ ด ร ิ ่ น
w a l l e n ว อ ล เ ล ิ ่ น
w a l l o p ว อ ล เ ล ิ ป
w a l r u s ว อ ล ร ั ส
w a l s e r ว อ ล เ ซ อ ร ์
w a l t e r s d o r f ว อ ล เ ต ิ ร ์ ส ด อ ร ์ ฟ
w a l t h a l l ว อ ล เ ท ิ ล
w a r e i n g แ ว ร ิ ่ ง
w a r f i e l d ว อ ร ์ ฟ ิ ล ด ์
w a r m - u p ว อ ร ์ ม อ ั ป
w a r m - u p ว อ ร ์ ม อ ั พ
w a r m a n ว อ ร ์ เ ม ิ ่ น
w a r s a w ว อ ร ์ ซ อ
w a r w i c k , d i o n n e ว อ ร ิ ก , ด ิ อ อ น น ์
w a r w i c k , d i o n n e ว อ ร ์ ว ิ ก , ด ิ อ อ น น ์
w a t e r h o u s e ว อ เ ต อ ร ์ เ ฮ า ส ์
w a t e r s , m u d d y ว อ เ ต อ ร ส ์ , ม ั ด ด ี
w a t k i n s ว ั ต ก ิ น ส ์
w a t t , j a m e s e . ว ั ต ต ์ , เ จ ม ส ์ อ ี .
w a u c h o p e ว อ เ ช ิ ป
w a x m a n แ ว ็ ก ส ์ เ ม ิ ่ น
w e a r i n g แ ว ร ิ ง
w e a t h e r s p o o n เ ว เ ท อ ร ์ ส ป ู น
w e a v e r ว ี เ ว อ ร ์
w e b b o a r d เ ว ็ บ บ อ ร ์ ด
w e b s i t e เ ว ็ บ ไ ซ ต ์
w e d d เ ว ด
w e d e l เ ว เ ด ิ ล
w e d e m e y e r เ ว ด ี ไ ม เ อ อ ร ์
w e e k e s ว ิ ก ส ์
w e i c k ว ิ ก
w e i d l e r ไ ว เ ด อ เ ล อ ร ์
w e i h e r ไ ว เ ฮ อ ร ์
w e i m e r ไ ว เ ม อ ร ์
w e i n l a n d ไ ว น ์ เ ล ิ ่ น ด ์
w e i s b e r g ไ ว ส ์ เ บ ิ ร ์ ก
w e l b o r n เ ว ล เ บ ิ ร ์ น
w e l d o n เ ว ล เ ด ิ ่ น
w e l l เ ว ล
w e l l b e l o v e d เ ว ล บ ี ล ั ฟ ด ์
w e l l e s เ ว ล ส ์
w e l l s h i v e l y เ ว ล ส ์ ไ ฮ ฟ ว ์ ล ี
w e l t เ ว ล ต ์
w e n z e l เ ว น เ ซ ิ ่ ล
w e s k e r เ ว ส เ ก อ ร ์
w e s t e r v e l t เ ว ส เ ต อ ร ์ ว ิ ล ต ์
w e s t l a n d เ ว ส ต ์ เ ล ิ น ด ์
w e s t w o o d เ ว ส ต ์ ว ู ด
w h e d o n เ ว เ ด ิ ้ น
w h e e l c h a i r ว ี ล แ ช ร ์
w h e e l o c k ว ี ล ็ อ ก
w h e l e n เ ว ล เ ล ิ น
w h e t s t o n e เ ว ต ส โ ต น
w h e y เ ว ย ์
w h i t e c r o s s ไ ว ต ์ ค ร อ ส
w h i t e f i e l d ไ ว ต ์ ฟ ิ ล ด ์
w h i t e h a i r ไ ว ต ์ แ ฮ ร ์
w h i t e h e a d , a l f r e d n o r t h ไ ว ต ์ เ ฮ ด , อ ั ล เ ฟ ร ด น อ ร ์ ท
w h i t e l a w ไ ว ท ์ ล อ ว ์
w h i t h a m ว ิ เ ท ิ ่ ม
w h i t t ว ิ ต ต ์
w h i t t a l l ว ิ เ ท ิ ต
w h i t t i e r ว ิ ต ต ี เ อ อ ร ์
w h y t e ไ ว ต ์
w i c k e r ว ิ ก เ ค อ ร ์
w i d d o w s o n ว ิ ด เ ด า ส ั น
w i g a n ไ ว เ ก ิ ่ น
w i g l e y ว ิ ก ล ี ย ์
w i l d s ไ ว ล ด ์ ส
w i l l a n s ว ิ ล เ ล ิ ่ น ส ์
w i l l e m s ว ิ เ ล ิ ่ ม ส ์
w i l l i a m s , r o b i n ว ิ ล เ ล ี ย ม ส ์ , ร อ บ ิ น
w i l l i a m s o n ว ิ ล เ ย ิ ม เ ซ ิ น
w i l l i b r o r d ว ิ ล ล ิ บ ร อ ร ์ ด
w i l l y - w i l l y ว ิ ล ล ี - ว ิ ล ล ี
w i n a n t ไ ว เ น ิ ่ น ต ์
w i n d o w - s h o p p i n g ว ิ น โ ด ว ์ ช ็ อ ป ป ิ ้ ง
w i n d s o r ว ิ น ด ์ เ ซ อ ร ์
w i n e ไ ว น ์
w i n e r ไ ว เ น อ ร ์
w i n l a w ว ิ น ล อ
w i n n e ว ิ น
w i s t e r ว ิ ส เ ต อ ร ์
w i t z i g ว ิ ต ซ ิ ก
w i x o n ว ิ ก เ ซ ิ ่ น
w o e r n e r ว อ ร ์ เ น อ ร ์
w o l c o t t โ ว ล ์ เ ค ิ ต
w o l f f ว ุ ล ์ ฟ
w o o d , g r a n t d e v o l s e n ว ู ด , แ ก ร น ด ์ เ ด อ ว อ ล เ ซ น
w o o d c o c k ว ู ๊ ด ค ็ อ ก
w o o d s t o c k ว ู ด ส ต อ ก
w o o d s t o c k ว ู ด ส ต ็ อ ก
w o o l ว ู ล
w o o l l e n ว ุ เ ล ิ ่ น
w o o l m e r ว ู ล เ ม อ ร ์
w o o l r i c h ว ุ ล ร ิ ก
w o o t t e n ว ู เ ต ิ ้ น
w o r d e n เ ว ิ ร ์ ด เ ด ็ น
w o r k e r เ ว ิ ร ์ ก เ ค อ ร ์
w r a t t e n แ ร ต เ ต ิ ้ น
w r e n เ ร น
w u - t s ' a i อ ู ๋ ไ ฉ ่
w u r z e l เ ว อ ร ์ เ ซ ิ ล
w y a t t ไ ว อ ั ต ต ์
w y c h e ไ ว ช
w y l a n d ไ ว เ ล ิ ่ น ด ์
w y m a n เ ว เ ม ิ น
w y s o c k i ว ี โ ซ ต ส ก ี ้
x b a r เ อ ก ซ ์ บ า ร ์
y a c h t ย อ ช ต ์
y a c h t ย อ ช ์ ต
y a l e เ ย ล
y a n t แ ย น ต ์
y a p แ ย ็ ป
y a r d e ย า ร ์ ด
y a t t แ ย ็ ต
y e o m a n โ ย เ ม ิ ่ น
y e s t e r d a y เ ย ส เ ต อ ร ์ เ ด ย ์
y n g l i n g อ ึ ง ล ิ ง
y o g i โ ย ก ี ่
y o h n ย อ น
y o u n g t u r k ย ั ง เ ต ิ ร ์ ก
y u g o s l a v i a ย ู โ ก ส ล า เ ว ี ย
y w c a ว า ย ด ั บ เ บ ิ ล ย ู ซ ี เ อ
z a b e l เ ซ เ บ ิ ล
z a i s เ ซ ส
z a r b ซ า ร ์ บ
z a r r แ ซ ร ์
z e e k ซ ิ ก
z e h n e r เ ซ เ น อ ร ์
z h o u e n l a i โ จ ว เ อ ิ ้ น ไ ห ล
z i e m e r ซ ี เ ม อ ร ์
z i m b a l i s t ซ ิ ม บ ั ล ล ิ ส ต ์
z i m m e r s ซ ิ ม เ ม ิ ร ์ ส
z i n k ซ ิ ง ก ์
z i o n ไ ซ อ อ น
z i o n ไ ซ เ อ ิ น
z i p p ซ ิ ป
z i p p e r ซ ิ ป
z o l l i n g e r ซ ั ล ล ี เ ง อ ร ์
z u l a u f ซ ู เ ล า ฟ ์
z u l e t a ซ ู เ ล ต ้ า
z u s m a n ซ ั ส เ ม ิ ่ น
z y g m u n t ซ ิ ก เ ม ิ ่ น ต ์
|
5af31617767c6e7581607570b3ff8a72ba317a84
|
e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4
|
/New LSTMAttn Model/.data/form-split/GOLD-TEST/lin.tst
|
17e78f3943c7bfa023753c841357dce5aaad2c36
|
[] |
no_license
|
davidgu13/Lemma-vs-Form-Splits
|
c154f1c0c7b84ba5b325b17507012d41b9ad5cfe
|
3cce087f756420523f5a14234d02482452a7bfa5
|
refs/heads/master
| 2023-08-01T16:15:52.417307
| 2021-09-14T20:19:28
| 2021-09-14T20:19:28
| 395,023,433
| 3
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 838
|
tst
|
lin.tst
|
tek koteka V;FUT
tindik tindikaki V;PST
yeb yebaki V;PST
yeb koyeba V;NFIN
vand vandi V;PRS
mem memi V;PRS
yamb koyamba V;NFIN
bom koboma V;NFIN
lob lobaki V;PST
kende kendei V;PRS
mel komela V;NFIN
ling lingaki V;PST
luk koluka V;NFIN
lamb kolamba V;NFIN
tek koteka V;NFIN
tun tunaki V;PST
tang kotanga V;FUT
telem telemaki V;PST
yebis yebisi V;PRS
bal kobala V;NFIN
salis kosalisa V;FUT
bal balaki V;PST
salis salisaki V;PST
li kolia V;FUT
mel melaki V;PST
kim kokima V;FUT
simb kosimba V;NFIN
tind tindaki V;PST
lob koloba V;FUT
lob koloba V;NFIN
kol kokola V;NFIN
su kosua V;NFIN
kom kokoma V;FUT
kom kokoma V;NFIN
kang kangi V;PRS
yib yibi V;PRS
kim kimaki V;PST
telem telemi V;PRS
kat kokata V;FUT
somb sombaki V;PST
yemb koyemba V;FUT
pumbu pumbuaki V;PST
zuw kozuwa V;FUT
yib koyiba V;FUT
tindik kotindika V;NFIN
pes pesaki V;PST
|
f43716123f42d51f5f0292cac1dab8bea71e814d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/122/CH6/EX6.8.1/exa6_8_1.sce
|
e924068d51ce0526c55fcaaf7386ef069e10928b
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,979
|
sce
|
exa6_8_1.sce
|
// Example 6-8-1
// Design of a lag lead compensator using root locus 1
// zeta ~= gamma (not equal to)
clear; clc;
xdel(winsid()); //close all windows
// please edit the path
// cd "/<your code directory>/";
// exec("rootl.sci");
s = %s;
G = syslin('c',4 , s * (s + 0.5)); //open loop system
Kv = 80; // desired velocity constant
wn = 5; // desired natural frequency and damping
_zeta = 0.5;
sigma = -1*wn * _zeta;
wd = wn * sqrt(1 - _zeta^2);
dp = sigma + %i*wd; // desired closed loop poles
disp(roots(G.den + 4),'Closed loop poles (uncompensated)=');
disp(horner(s*G,0),'Kv (uncompensated system = ');
rootl(G,[-5 -2; 1 2],'Uncompensated system');
xgrid(color('gray'));
plot([sigma sigma],[wd -wd],'x');
xstring(sigma,wd,'Desired CL poles');
// Designing Lead Part
[phi1 db] = phasemag(horner(G,dp));
angdef = 180 - phi1;
disp(angdef,'Angle deficiency = ');
z1 = 0.5 //Make the lead compensator zero cancel the system zero
// To determin p1;
// Gc1 = [0.5 +(-2.5 + 4.33j)] / [(p1 -2.5) + 4.33j]
[theta m2] = phasemag(-2.0 + 4.33*%i);
p1 = 2.5 + 4.33*cotd(theta - angdef); // so that it contributes 'angdef'
Gc1 = (s + z1)/(s + p1); disp(Gc1,'Lead compensator Gc1 =');
_gamma = p1 / z1; disp(_gamma,'gamma = ');
Kc = abs(1/horner(G*Gc1,dp)); disp(Kc,'Kc = ');
// Lag compensator design
_beta = Kv * _gamma / Kc / horner(s*G,0); disp(_beta,'beta');
T2 = 5; //say
z2 = 1 / T2; p2 = z2 / _beta;
Gc2 = (s + z2)/(s + p2);
disp(Gc2,'Lag compensator Gc2 =');
disp(abs(horner(Gc2,dp)),'magnitude contribution of lag part =');
disp(phasemag(horner(Gc2,dp)),'angle contribution of lag part =');
// these are acceptable
Gc = Kc*Gc1*Gc2;
disp(Gc,'final lag lead controller = ');
scf()
rootl(Gc*G,[-5 -2; 1 2],'Compensated system');
xgrid(color('gray'));
plot([sigma sigma],[wd -wd],'x');
C = Gc*G /. 1;
disp(C,'closed loop system =');
disp(roots(C.den),'closed loop poles = ');
disp(horner(s*Gc*G,0),'velocity error constant Kv =')
|
1d0915a9a58c761674a8d5790d1516916206113d
|
8217f7986187902617ad1bf89cb789618a90dd0a
|
/browsable_source/2.1.1/Unix/scilab-2.1.1/demos/bike/macros/init.simul.sci
|
00dcb01c791449635bcb7a242f909cf7a1c2dc72
|
[
"MIT",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] |
permissive
|
clg55/Scilab-Workbench
|
4ebc01d2daea5026ad07fbfc53e16d4b29179502
|
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
|
refs/heads/master
| 2023-05-31T04:06:22.931111
| 2022-09-13T14:41:51
| 2022-09-13T14:41:51
| 258,270,193
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 918
|
sci
|
init.simul.sci
|
path=sci+'/demos/bike/'
// compile if necessary
host("cd "+path+"; make simul");
// link if necessary
deff('[]=linkif(fname)',['if ~c_link(fname) then';
'link(''/tmp/''+fname+''.o'',fname);end']);
linkif('gjx');
linkif('constr');
linkif('ii');
linkif('h');
// Macros made by Maple
getf(path+'src/'+'gjx.sci','c');
getf(path+'src/'+'constr.sci','c');
getf(path+'src/'+'ii.sci','c');
getf(path+'src/'+'h.sci','c');
getf(path+'src/'+'iihs.sci','c');
// Other macros
getf(path+'macros/'+'show.sci','c');
getf(path+'macros/'+'macros.sci','c');
getf(path+'macros/'+'qinit.sci','c')
iiww=read(path+'data/'+'iiww.dat',222,2,"(e24.18)");
getf(path+'macros/'+'simulation.sci','c');
getf(path+'macros/'+'bike.sci','c');
exec(path+'macros/'+'param.sci');
getf(path+'macros/'+'velo1.sci','c');
getf(path+'macros/'+'velo2.sci','c');
getf(path+'macros/'+'velo3.sci','c');
getf(path+'macros/'+'velo4.sci','c');
|
4b82b7c2f3d9c4cb26250f36ee769da23bccbe79
|
42d11b27aa17f58dc219f2ef3dbe47ce246ac7ab
|
/map411 q5 dx erreur graphes 2.sce
|
d133022215f9d8920639a54f4372283785fb7818
|
[] |
no_license
|
yujia21/MAP411projet
|
23472dae62a23b1fe7e90d0d12371de0b930bc27
|
3987e227610b6a755a3caf4b760d4a587ec779cd
|
refs/heads/master
| 2021-01-10T01:11:29.632911
| 2016-01-20T18:03:07
| 2016-01-20T18:03:07
| 48,615,265
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,904
|
sce
|
map411 q5 dx erreur graphes 2.sce
|
clf;
//dx
xx = [0.0142857,
0.0153846,
0.0166667,
0.0181818,
0.02,
0.0222222,
0.025,
0.0285714,
0.0333333,
0.04
]
//dt = 0.000125
y1 = [0.0012024973109042714,
0.0012809568647734193,
0.0013707805543214935,
0.0014749791114914146,
0.0015934183529330292,
0.001738576916200718,
0.0019061696251357896,
0.002111793916791005,
0.002362828595418809,
0.002669162946097703
]
y2 = [0.007113717460286812,
0.0073038583596978495,
0.007510446374348456,
0.007735337005340939,
0.007980347397767627,
0.008246874850663964,
0.008535004642092978,
0.008841377443391583,
0.009153885612310616,
0.009437494608074123
]
subplot(2,2,1);
plot2d(log(xx),log(y1));
plot2d(log(xx),log(xx)*0.75-3.47,style=2);
xtitle( 'Changement dx, Norme L inf, dt = 0.000125', 'log(dx)', 'log(erreur)') ;
h1=legend(['log(erreur))', 'log(dx)*0.75-3.47'],4);
subplot(2,2,2);
plot2d(log(xx),log(y2));
plot2d(log(xx),log(xx)*0.2-4.01,style=2);
xtitle( 'Changement dx, Norme L 2, dt = 0.000125', 'log(dx)', 'log(erreur)') ;
h2=legend(['log(erreur))', 'log(dx)*0.2-4.01'],4);
//dt = 0.00015
y7=[0.0012115853698541068 0.0012899755841639382 0.0013797815834838412 0.0014841046966885818 0.0016022837593263617 0.001747595301037741 0.0019153572406789277 0.002120895219981822 0.0023718759209719886 0.0026780475759836664
]
y8 = [0.007167508316904441 0.007355653421681926 0.00756016491181782 0.007782888184489732 0.008025625881711674 0.00828975729477238 0.008575342930672636 0.008878989035741301 0.0091885358524982 0.009468860505930004
]
subplot(2,2,3);
plot2d(log(xx),log(y7));
plot2d(log(xx),log(xx)*0.75-3.47,style=2);
xtitle( 'Changement dx, Norme L inf, dt = 0.00015', 'log(dx)', 'log(erreur)') ;
h3=legend(['log(erreur))', 'log(dx)*0.75-3.47'],4);
subplot(2,2,4);
plot2d(log(xx),log(y8));
plot2d(log(xx),log(xx)*0.2-4,style=2);
xtitle( 'Changement dx, Norme L 2, dt = 0.00015', 'log(dx)', 'log(erreur)') ;
h4=legend(['log(erreur))', 'log(dx)*0.2-4'],4);
|
879402f534af39f85090ec03a25a91f4f0420612
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1979/CH5/EX5.1/Ex5_1.sce
|
f08cac59410ff7942f2d238bf4098f040204593e
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 726
|
sce
|
Ex5_1.sce
|
//chapter-5 page 174 example 5.1
//==============================================================================
clc;
clear;
//For a circular waveguide
a=3;//radius in cm
f0=10*10^9;//resonant frequency of a circular resonator in Hz
disp('Given the mode of operator is TM011 so here n=0,m=1,p=1');
c=3*10^10;//Velocity of light in cm/sec
m=1;
n=0;
p=1;
Pnm=2.405;//dominant mode value[TM01]
//CALCULATION
d=((p*(%pi))/(sqrt((2*(%pi)*f0/c)^2-(Pnm/a)^2)));//The minimum distance between the two end plates in cms
//OUTPUT
mprintf('\nThe minimum distance between the two end plates of a circular waveguide is d=%1.2f cms',d);
//=========================END OF PROGRAM===============================
|
92695e2638d6bd6403ee644dbe478b5813c6bee8
|
c87a44be475d3008f7d0fcb8dd2eac3b2fa78e94
|
/Examples/Chapter_4/Example_4_10.sce
|
7115205b26948a69e0e8997249a9fe01668ab1b5
|
[] |
no_license
|
Echeban/icmd3e
|
6c766ffafab0137a64de46448879d8a9eed2903c
|
6ca0273e322fa390fcabc66669f3f56c9af5a563
|
refs/heads/master
| 2020-03-27T09:08:47.798549
| 2018-08-27T15:45:44
| 2018-08-27T15:45:44
| 146,316,991
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 761
|
sce
|
Example_4_10.sce
|
// Example 4.10
// find alpha that maximizes (4.77)
mode(0)
function gMC = gMC(alfa)
// Mohr-Coulomb activation function
sn = s2*cosd(alfa)^2//normal stress
tauT = -s2*sind(alfa)*cosd(alfa)//transverse shear on the fracture plane
tauL = s6*cosd(alfa)//longitudinal shear on the fracture plane
gMC = (tauT/(F4-nT*sn))^2 + (tauL/(F6-nL*sn))^2 - 1
gMC = - gMC// negated to use fminsear to find its maximum
endfunction
s2 = -40;
s6 = 70;
alpha0 = 53;//deg
F6 = 61;//MPa E-glass/LY556
F2c = 138;//MPa
F4 = F2c*cosd(alpha0)*(sind(alpha0)+cosd(alpha0)/tand(2*alpha0))
nT = -tand(2*alpha0)^-1
nL = -F6*cosd(2*alpha0)/(F2c*cosd(alpha0)^2)
alphaMin = fminsearch(gMC,55)
g = - gMC(alphaMin)// negated to recover the maximum
IF = 1 + g
R = 1/IF
|
17cc9663b67f851a354e6604c110d63fc972b75b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/788/CH9/EX9.5.b/9_5_soln.sce
|
a1c72602e754a79ed3f002fd238894b0a95d2043
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 2,206
|
sce
|
9_5_soln.sce
|
clc;
pathname=get_absolute_file_path('9_5_soln.sce')
filename=pathname+filesep()+'9_5_data.sci'
exec(filename)
// Solution:
// acceleration due to gravity,
g=32.2; //ft/s^2
// pump's theoretical flow-rate,
Q_T_pump=(V_D_pump*Np)/231; //gpm
// pump's actual flow-rate,
Q_A_pump=(Q_T_pump*eff_v_pump)/100; //gpm
// velocity of oil,
v=((Q_A_pump)/449)/((%pi*((D/12)^2))/4); //ft/s
// Reynolds number,
N_R=(7740*v*D)/nu;
// friction factor,
f=64/N_R;
// equivalent length of 90 deg standard elbow,
Le_elbow=(K_elbow*(D/12))/f; //ft
// equivalent length of check valve,
Le_check_valve=(K_check*(D/12))/f; //ft
// total length of pipe,
LeTOT=L_pipe+(2*Le_elbow)+Le_check_valve; //ft
// head loss due to friction,
H_L=(f*LeTOT*(v^2))/(2*g*(D/12)); //ft
// head developed due to hydraulic motor and pump,
Hp=0; //ft
Hm=0; //ft
// height difference between station 1 and station 2,
Z=20; //ft
// pump discharge pressure,
p1=(((Z+H_L+Hm+Hp)*SG*62.4)/144)+p2; //psi
// input HP required to drive pump,
HP_pump=((p1-pi)*Q_A_pump)/(1714*(eff_m_pump/100)*(eff_v_pump/100)); //Hp
// motor theoretical power,
Q_T_motor=Q_A_pump*(eff_v_motor/100); //gpm
// speed of motor,
N_motor=floor((Q_T_motor*231)/V_D_motor); //rpm
// motor input horsepower,
HP_input_motor=((p2-po)*Q_A_pump)/1714; //HP
// rounding off the above answer
HP_input_motor=fix(HP_input_motor)+(fix(ceil((HP_input_motor-fix(HP_input_motor))*10))/10); //HP
// motor output horsepower,
HP_output_motor=(HP_input_motor*(eff_m_motor/100)*(eff_v_motor/100)); //HP
// motor output torque,
T_output_motor=(HP_output_motor*63000)/N_motor; //in.lb
// overall efficiency of system,
eff_overall=(HP_output_motor/HP_pump)*100; //%
// rounding off the above answer
eff_overall=fix(eff_overall)+(fix(ceil((eff_overall-fix(eff_overall))*10))/10); //%
// Results:
printf("\n Results: ")
printf("\n The Pump flow-rate is %.1f gpm.",Q_A_pump)
printf("\n The Pump discharge pressure is %.0f psi.",p1)
printf("\n The Input HP required to drive the pump is %.1f HP.",HP_pump)
printf("\n The Motor Speed is %.0f rpm.",N_motor)
printf("\n The Motor output torque is %.0f in.lb.",T_output_motor)
printf("\n The Overall efficiency of system is %.1f percent.",eff_overall)
|
915971cfd514caf85966192fd9d8245b2c97aa43
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/991/CH16/EX16.5/Example16_5.sce
|
df4b066cc30ef84863b8ce3ff8b0f185756cdf80
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,063
|
sce
|
Example16_5.sce
|
//Example 16.5.
//let input wave be V_in=V_p_in*sin(2*%pi*f*t)
f=1; //Frequency is 1Hz
T=1/f;
V_p_in=10; //Peak input voltage
V_th=0.7; //knee voltage of diode
clf();
//let n be double the number of cycles of output shown in graph
for n=0:1:1
t=T.*n/2:0.0005:T.*(n+1)/2 //time for each half cycle
V_in=V_p_in*sin(2*%pi*f.*t);
Vout=V_in;
if modulo(n,2)==0 then //positive half,D1 conducts till V_in=5V
a=bool2s(Vout<5);
b=bool2s(Vout>5);
y=a.*Vout+5*b; //output follows input till 5V then is constant at 5V
else //negative half, D2 conducts till V_in=-3V
a=bool2s(Vout<-3);
b=bool2s(Vout>-3);
y=-3*a+b.*Vout; //output follows input till -3V then stays constant at -3V
end
plot(t,y,'r')
plot(t,V_in,'-.')
end
hl=legend(['output','input']);
xtitle('Positive and Negative diode limiter','t','Vo')
disp('max output voltage is 5V')
disp('min output voltage is -3V')
|
a1ea7e8ec3590c8b84a1b685d39a97fd73de5d4a
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1205/CH16/EX16.5/S_16_5.sce
|
74eb56bac24d5657b5df0a8ebec44bb5bf3b2f3f
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 103
|
sce
|
S_16_5.sce
|
clc;
printf("Given problem is theoritical and no mathematical solving required for this problem");
|
2f384cc2c9a3f7e7477c0432990576e6b0147b8b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1964/CH12/EX12.5/ex12_5.sce
|
8e01d9ad5ec78840cf7366f48a6ccd80c04a234c
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 941
|
sce
|
ex12_5.sce
|
//Chapter-12, Example 12.5, Page 344
//=============================================================================
clc
clear
//INPUT DATA
Imax=400*10^-3;//maximum value of current in mA
Iav=150*10^-3;//average value of current in mA
Vs=100;//maximum value of secondary voltage in V
//CALCULATIONS
//we know that maximum value of current does not exceed 80 percentage
Imax1=0.8*Imax;//maximum value of current in mA
Vm=sqrt(2)*(Vs);//maximum value of secondary voltage in V
Rl=(Vm)/(Imax1);//value of load resistor in ohms
Vdc=(2*Vm)/(%pi);//DC(load) voltage
Idc=Vdc/(Rl);//DC load current in A
PIV=2*Vm;//PIV of each diode
mprintf("Thus value of load resistor,voltage,current and PIV of each diode are %1.0f ohms,%d V,%1.3f A and %3.1f V respectively",Rl,Vdc,Idc,PIV);
//=================================END OF PROGRAM======================================================================================================
|
7829973677b976f0f29866f221d30134e6235dbc
|
7a940ee01f83d8d0bbe3e26e7565adc629ecc6c4
|
/lab1/lab1.sce
|
235bdacf3245735baab9007369ac7d8f83436220
|
[] |
no_license
|
lfares/digital_control
|
2653ed3514bd18f595edf785872858bff9945def
|
64ca0ed95b5ca79d4574a6671728963ebba1fe64
|
refs/heads/master
| 2022-12-12T01:57:19.151645
| 2020-08-29T14:42:44
| 2020-08-29T14:42:44
| 291,271,814
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,221
|
sce
|
lab1.sce
|
f = scf(); // Cria uma nova figura
f.background = color("white") // Define o fundo da figura na cor branca
// Plotar uma senoide
t = 0:0.01:10; // gerar um conjunto de pontos no tempo
T = 2; // período da onda
A = 1; // amplitude da onda
y = A*sin(2*%pi*t/T);
plot(t,y)
// *** Exemple: To=T/8, t=0 ***
//T0 = T/8;
//t_first = 0;
//t2 = t_first:T0:10;
// *** Ex1: To = T,t = 0 ***
//T0 = T;
//t_first = 0;
//t2 = t_first:T0:10;
// *** Ex2: To = T,t = T/8 ***
//T0 = T;
//t_first = T/8;
//t2 = t_first:T0:10;
// *** Ex3: To = T/2,t = 0 ***
//T0 = T/2;
//t_first = 0;
//t2 = t_first:T0:10;
// *** Ex4: To = T/2,t = T/4 ***
//T0 = T/2;
//t_first = T/4;
//t2 = t_first:T0:10;
// *** Ex5: To = T/2,t = T/8 ***
//T0 = T/2;
//t_first = T/8;
//t2 = t_first:T0:10;
// *** Ex6: To = 0.9T/2,t = 0 ***
T0 = 0.9*(T/2);
t_first = 0;
t2 = t_first:T0:10;
y2 = sin(2*%pi*t2/T);
plot2d2(t2,y2,style=[color("red")])
set(gca(),"data_bounds",matrix([0,10,-1.4,1.4],2,-1));
set(gca(),"grid",[1 1]);
legend(['continuo';'discreto'],"in upper right");
title(["Senoide,","$y(t)=sin(2\pi f t)$","Período de amostragem "+string(T0)+" inicio em t= "+string(t_first)],'fontsize',2);
xlabel("$t$",'fontsize',2);
ylabel("$y(t)$",'fontsize',2);
|
a281cf804bfceec901f872933b06d3e740b3ee46
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2534/CH11/EX11.5/Ex11_5.sce
|
ea5b18ea5f3a672c650984d02cd930a9ea1c31ef
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 564
|
sce
|
Ex11_5.sce
|
//Ex11_5
clc
VCC = 9//collector voltage
Vp = 5//output peak voltage
VQ = VCC//operating point
VCEmax = VQ + Vp// maximum value of collector emitter voltage
VCEmin = VQ - Vp// minimum value of collector emitter voltage
disp("VCC = "+string(VCC)+"V")
disp("Vp = "+string(Vp)+"V")
disp("VQ = VCC = "+string(VQ)+"V")
disp("VCEmax = VQ + Vp = "+string(VCEmax)+"V")
disp("VCEmin = VQ - Vp = "+string(VCEmin)+"V")
eta = 50*[(VCEmax - VCEmin)/(VCEmax + VCEmin)]//amplifier efficiency
disp("eta = 50*[(VCEmax - VCEmin)/(VCEmax + VCEmin)] = "+string(eta)+"%")
|
449284f40a9a0402fec631772a355417b6686fdc
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3137/CH3/EX3.4/Ex3_4.sce
|
ba329cd29575786a10d7efd7d117e978179b8447
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 542
|
sce
|
Ex3_4.sce
|
//Initilization of variables
F1=-20 //N
F2=30 //N
F3=5 //N
F4=-40 //N
//Distances with respect to point O
x1=6 //m
x2=0 //m
x3=8 //m
x4=13 //m
//Calculations
R=F1+F2+F3+F4 //N
//Applying moment about point O equal to zero
M_O=-(F1*x1)+(F2*x2)+(F3*x3)+(F4*x4) //N-m
//Applying moment about point O equal to R*x
x=M_O/R //m
//Result
clc
printf('The resultant of force system is:%f N\n',R) //N
printf('The moment about point O is:%f N-m\n',M_O) //N-m
printf('The resultant of moment acts at %f meters from point O',x) //m
|
03c7007dc73843942e7362fb5c42ecd2f1c49e53
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3811/CH3/EX3.4/Ex3_4.sce
|
4bd29df326a5d69f2219a9e1beb2a1d5c9d79755
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 842
|
sce
|
Ex3_4.sce
|
//Book name: Fundamentals of electrical drives by Mohamad A. El- Sharkawi
//chapter 3
//example 3.4
//edition 1
//publisher and place:Nelson Engineering
clc;
clear;
Vrms=110; //The voltage on the ac side in volts
R=10; //Resistance value of the resistive load in ohm
alpha=60; //triggering angle of the converter in degree
Vm=110*(2)^(1/2); //maximum voltage in volts
a1=(Vm/(2*%pi*R))*(cosd(2*alpha)-1);
b1=(Vm/(4*%pi*R))*(sind(2*alpha)+(2*(%pi-alpha*(%pi/180))));
c1=(a1^(2)+b1^(2))^(1/2);
pie1=atand(a1/b1);
pie1=abs(pie1);
I1rms=c1/sqrt(2);
Irms=(Vrms/R)*sqrt(1-((alpha/%pi)*(%pi/180))+(sin(2*alpha)/(2*%pi)));
pf=(I1rms/Irms)*cos(pie1);
disp(pf,'The power factor on the ac side is')
//The answers vary due to round off error
|
9172edd2f555ad0ceeb5bf5f802189a7639b30b5
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/905/CH6/EX6.13/6_13.sce
|
5e05bd2648185250e5350feba4a12031202d6067
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,721
|
sce
|
6_13.sce
|
clear;
clc;
// Illustration 6.13
// Page: 380
printf('Illustration 6.13 - Page: 380\n\n');
// solution
//*****Data*****//
// A-benzene B-toluene C-1,2,3-trimethylbenzene
// From example 6.10
Nmin = 4.32; // [stages]
// From example 6.11
Rmin = 0.717; // [minimum reflux ratio]
// For R = 1
R = 1;
X = (R-Rmin)/(R+1);
// From equ 6.88
Y = 1-exp((1+54.4*X)/(11+117.2*X)*(X-1)/sqrt(X));
// Fro equ 6.86
N = (Y+Nmin)/(1-Y);
// From example 6.10 99.7% of the LNK (benzene) is recovered in the distillate// , 95% of the light key is in the distillate, and 95% of the heavy key is in// the bottoms
// For a basis of 100 mol of feed, the material balances for three components // are
// For distillate
nAd = 39.88; // [LNK, moles of benzene]
nBd = 28.5; // [LK, moles of toluene]
nCd = 1.50; // [HK, moles of 1,2,3-trimethylbenzene]
nTd = nAd+nBd+nCd; // [total number of moles]
xAd = nAd/nTd;
xBd = nBd/(nTd);
xCd = nCd/(nTd);
// For bottoms
nAb = 0.12;
nBb = 1.50;
nCb = 28.50;
nTb = nAb+nBb+nCb;
xAb = nAb/nTb;
xBb = nBb/nTb;
xCb = nCb/nTb;
D = nTd;
W = nTb;
// From problem statement
Zlk = 0.3;
Zhk = Zlk;
// Substituting in equation 6.89
// T = Nr/Ns
T = (Zhk/Zlk*W/D*(xBb/xCd)^2)^0.206;
// Solution of simultaneous equation
function[f]=H(e)
f(1) = e(1)-e(2)*T;
f(2) = e(1)+e(2)-N;
funcprot(0);
endfunction
// Initial guess
e = [5 4];
y = fsolve(e,H);
Nr = y(1); // [number of stages in rectifying section]
Ns = y(2); // [number of stages in stripping section]
disp(Ns,Nr);
printf('Rounding the estimated equilibrium stage requirement leads to 1 stage as a partial reboiler, 4 stages below the feed, and 5 stages above the feed.');
|
d911241e35d7b9861e60f9305b3f2b3add1d8ba8
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/69/CH8/EX8.14/8_14.sce
|
5c6e8353d6e338a284b0c27e3b7e0ec150ba83f2
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 381
|
sce
|
8_14.sce
|
clear; clc; close;
yos = 20*10^(-6);
Idss = 10*10^(-3);
Idq = 10*10^(-3);
Vp = -4;
Vdsq = Vp/4;
Rg = 10*10^(6);
Av = -8;
Vdd = 20;
Vgsq = Vp/4;
Id = Idss*(1-(Vgsq/Vp))^2;
gmo = 2*Idss/abs(Vp);
gm = gmo*(1-(Vgsq/Vp));
//let Rd||rd = x
x = abs(Av)/gm;
rd = 1/yos;
Rd = 106.5*10^(3)/47.87;
Rs = -Vgsq/Id;
disp(Rd,'Rd(ohms) = ');
disp(Rs,'Rs(ohms) = ');
|
0602109bf41fc56e644e6b2e19cd2dd987498713
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/964/CH19/EX19.6/19_6.sce
|
3d823cf1fd50908f72d159d9f328020919025c0a
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 506
|
sce
|
19_6.sce
|
clc;
clear;
x=[0.05 0.12 0.15 0.3 0.45 0.7 0.84 1.05];
y=[0.957 0.851 0.832 0.72 0.583 0.378 0.295 0.156];
sx=sum(x);
sxx=sum(x.*x);
sx3=sum(x.*x.*x);
sx4=sum(x.*x.*x.*x);
sx5=sum(x.*x.*x.*x.*x);
sx6=sum(x.*x.*x.*x.*x.*x);
n=8;
sy=sum(y);
sxy=sum(x.*y);
sx2y=sum(x.*x.*y);
sx3y=sum(x.*x.*x.*y);
m=[n sx sxx sx3;sx sxx sx3 sx4;sxx sx3 sx4 sx5;sx3 sx4 sx5 sx6];
p=[sy;sxy;sx2y;sx3y];
a=m\p;
disp("The cubic polynomial is y=a0 + a1*x + a2*x^2 + a3*x^3, where a0, a1, a2 and a3 are")
disp(a)
|
f657b61d32e50917393366879cf6f4aa4f237e35
|
8627886261b3eddf8440c0b470cd9ee25c762d97
|
/srs.sce
|
faacf50d971942d87750e2d75ee8843033496494
|
[] |
no_license
|
timurzotov/pvis
|
ba75cf86fae91b6adc8dd3fe9cd2672eea561cca
|
d60e8e241d6ce0ad3a9b2a75c8771f92a9b039ba
|
refs/heads/master
| 2020-09-08T07:59:31.719500
| 2019-11-11T21:14:13
| 2019-11-11T21:14:13
| 221,070,925
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,471
|
sce
|
srs.sce
|
//СРС
clc
disp('Календрарь на сегодня:')
disp(calendar());
disp('****************************************')
disp('Календрарь')
disp(calendar(2018,9));
disp('****************************************')
disp('Дата:')
disp(date());
disp('****************************************')
disp('Количество дней:')
disp(datenum());
disp('****************************************')
disp('Юлианский календарь ')
disp(getdate());
disp('****************************************')
disp('Округление до ближайшего целого')
disp('дано:')
disp([1.3, 1.5, 1.7, 2.5, 3.7])
disp('округление:')
disp(round([1.3, 1.5, 1.7, 2.5, 3.7]));
disp('****************************************')
disp('Окргуление в направлении нуля ')
disp('дано:')
disp([1.3, 1.5, 1.7, 2.5, 3.7])
disp('округление:')
disp(int([1.3, 1.5, 1.7, 2.5, 3.7]));
disp('****************************************')
disp('Округление вниз ')
disp('дано:')
disp([1.3, 1.5, 1.7, 2.5, 3.7])
disp('округление:')
disp(floor([1.3, 1.5, 1.7, 2.5, 3.7]));
disp('****************************************')
disp(' округление вверх ')
disp('дано:')
disp([1.3, 1.5, 1.7, 2.5, 3.7])
disp('округление:')
disp(ceil([1.3, 1.5, 1.7, 2.5, 3.7]));
disp('****************************************')
disp('Таймер:')
tic();
disp(toc());
|
859eae77413c0a7528d66e3e2f966c1a681a3fd8
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1184/CH2/EX2.8/Ex2_8.sce
|
4be56a1d435bfe54d32d3d02817e21f3f2cc0a3e
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 147
|
sce
|
Ex2_8.sce
|
//Example 2-8, Page No- 38
clear
clc
gain_dB = 40
pout_W= 100
pin_W = pout_W/10^4
printf('The input power is %.2f watt',pin_W);
|
b06a39d2fecc8bb295e75163192e376086d58838
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1958/CH12/EX12.2/Chapter12_example12_2.sce
|
b8ada7ba68527bc088412aed6a6cfd267024f4be
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 437
|
sce
|
Chapter12_example12_2.sce
|
clc
clear
//Input data
R=[3,5,6,7]//Resistances from circuit diagram 12.36(a) on page no. 193 in ohms
V=12//Voltage in V from circuit diagram 12.36(a) on page no. 193
//Calculations
Vth=(V*R(3))/(R(3)+R(4)+R(2))//Equivalent voltage in V
Rth=R(1)+(((R(2)+R(4))*R(3))/(R(2)+R(4)+R(3)))//Equivalent resistance in ohms
//Output
printf('Thevenin equivalent resistance is %i ohms \n Thevenin equivalent voltage is %i V',Rth,Vth)
|
b34046eb0ad18341b35bb4a282ce86c9fac2e4cd
|
9715cbe7e8e57bb70f628b3bd021842f99fbad75
|
/ejemplos/03_optimization/scilab/01_basic/01_golden_search/golden.sce
|
0c9ebc88f9fb9d981c0b755637ee1b8ebb17f601
|
[] |
no_license
|
UNIVALLE-EISC/numerical-methods
|
a3e3f432a6dc54a5ba845789ace2bf39db7ac6fe
|
3ea9401e281523e15be0525bfe36e48560caf646
|
refs/heads/master
| 2021-01-10T15:22:36.080955
| 2018-10-02T21:37:42
| 2018-10-02T21:37:42
| 51,824,833
| 2
| 2
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 501
|
sce
|
golden.sce
|
function [xlow, x2, fx2, x1, fx1, xup, d, xopt, ea] = golden(funcion, xlow, xup, niter)
phi = (1 + sqrt(5))/2;
for i=1:niter
d = (xup - xlow)/phi;
x1 = xlow + d;
x2 = xup - d;
fx1 = funcion(x1);
fx2 = funcion(x2);
if (fx1 < fx2) then
xopt = x1;
xlow = x2;
else
xopt = x2;
xup = x1;
end
ea = (2-phi)*abs((xup-xlow)/xopt)*100
end
endfunction
|
6c48fb50913a242e1b0ea6c50e5c1d636a6b684b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/72/CH8/EX8.5.1/8_5_1.sce
|
1595cf9e4bf1a138832e5f134cfb8e8f6b6a39cc
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 623
|
sce
|
8_5_1.sce
|
//chapter_no.-8, page_no.-346
//Example_no.8-5-1
clc;
//(a)Calculate_the_power_gain
R=25;//R=f0/fs ,ratio_of_output_frequency_over_signal_frequency
rQ=10;//figure_of_merit
x=((rQ)^2)/R;
PG=(R*x)/((1+sqrt(1+x))^2);
PG=10*log10(PG);//calculating_in_dB
disp(PG,'Up-converter_power_gain_(in dB)is =');
//(b)Calculate_the_noise_figure
Td=350;//Diode_temperature
To=300;//ambient_Temperature
F=1+(((2*Td)/To)*((1/rQ)+(1/rQ^2)));
F=10*log10(F);//calculating_in_dB
disp(F,'the_noise_figure(in dB)is =');
//(c)Calculate_the_band_width
r=.4//factor_of_merit_figure
BW=2*r*sqrt(R); //R=fo/fs
disp(BW,'the_band_width_is =');
|
f4d1257539beec1ed1ce067f9992b4ee4a344050
|
61e39cdb9efce4bc7bc35be444b193c1066f1bf2
|
/simpson1.sce
|
4e8b92dff11a77b54921a86e3e03c35dbca79944
|
[] |
no_license
|
nancyanand2807/SCILAB-CODES
|
866c1c99754975f9f0deb271d3844c854db1645c
|
69bf72606e8cd62aae3d1302c734f425d381a121
|
refs/heads/master
| 2020-06-02T00:39:27.236873
| 2019-06-09T11:26:55
| 2019-06-09T11:26:55
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 488
|
sce
|
simpson1.sce
|
//Simpson's (1/3)rd Rule
deff('y=f(x)','y=x^4')
a=input("Enter Lower Limit: ")
b=input("Enter Upper Limit: ")
n=input("Enter number of sum intervals: ")
h=(b-a)/n
add1=0
add2=0
add3=0
for i=0:n
x=a+i*h
y=f(x)
disp([x y])
if (i==0)|(i==n) then
add1=add1+y
else if (modulo(i,2)==0) then
add2=add2+y
else
add3=add3+y
end
end
end
I=(h/3)*(add1+2*add2+4*add3)
disp(I,"Integration by Simpsons (1/3)rd Rule is:")
|
f314189cc43b4cc32b831df3a21a114d91a10b69
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3876/CH14/EX14.2/Ex14_2.sce
|
a17e2453ecfc5a43649a4a11ee4f83e938b522d5
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 206
|
sce
|
Ex14_2.sce
|
//Chapter 14 Determination of Hydroniumion Concentrations
clc;
clear;
//Initialisation of Variables
e= 0.266 //v
R= 0.0592
//CALCULATIONS
pH= e/R
//RESULTS
mprintf("pH of the unkown solution= %.2f",pH)
|
f71e1043d8a451eaa2145253536213624d4c6eb1
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3415/CH8/EX8.4/Ex8_4.sce
|
c40fc7026408dc624fd7b6e4e88c8bbc27a769f9
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 645
|
sce
|
Ex8_4.sce
|
//fiber optic communications by joseph c. palais
//example 8.4
//OS=Windows XP sp3
//Scilab version 5.4.1
//given
clc
clear all
loss=0.25//loss for each type of misalignment in dB
a=50//core radius in um
NA=0.24//numerical aperture
dby2a=0.045//lateral offset from given plots for loss of 0.25dB
theta=2.4//angular misalignment from given plots for loss of 0.25dB
xbya=0.94//end separation from given plots for loss of 0.25dB
//tofind
d=dby2a*a*2//lateral offset in um
x=xbya*a//end separation in um
mprintf("lateral offset in =%fum",d)
mprintf("\nangular misalignment=%fdegrees",theta)
mprintf("\n End separation =%fum",x)
|
f6f240ae873fc26747ca8bdf2adf23afcf98f3ff
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2294/CH2/EX2.2/EX2_2.sce
|
ff901b05e78dc0e147ee4e3b929e94b93817bb9a
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,012
|
sce
|
EX2_2.sce
|
//Example 2.2<i>
//Find whether the given signal is causal or not.
clear all;
clc;
n=10;x1(1)=1;x2(1)=1;
for i=2:length(n)
x1(i)=i;
x2(i)=i-1;
y(i)=x1(i)+1 ./x2(i);
end
causal=%t;
for i=1:length(n)
if n(i)<0 &y(i)~=0 then
causal=%f;
end
end
disp(causal,"The statement that the system is causal is:");
//Example 2.2<ii>
//Find whether the given signal is causal or not.
clear all;
clc;
n=10;x1(1)=1;x2(1)=-1;
for i=2:length(n)
x1(i)=i;
x2(i)=i-2;
y(i)=x1(i).*x1(i)+x2(i);
end
causal=%t;
for i=1:length(n)
if n(i)<0 &y(i)~=0 then
causal=%f;
end
end
disp(causal,"The statement that the system is causal is:");
//Example 2.2<vi>
//Find whether the given signal is causal or not.
clear all;
clc;
n=-10:10;
for i=1:length(n)
x(i)=i;
y(i)=(i.^2);
end
causal=%t;
for i=1:length(n)
if n(i)<0 &y(i)~=0 then
causal=%f;
end
end
disp(causal,"The statement that the system is causal is:");
|
afade9cfdf736a4198d13200d71547a747c44b38
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2858/CH11/EX11.7/Ex11_7.sce
|
55051b035c5457ecc0936ce3c5e267fb4f333b90
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 298
|
sce
|
Ex11_7.sce
|
//example 11.7
clc; funcprot(0);
Ep=207e6;
Ip=123e-6;
nh=12000;
//from table
xz=0.008;
Ax=2.435;
T=(Ep*Ip/nh)^0.2;
Qg1=xz*Ep*Ip/Ax/T^3;
//part2
Fy=248000;
d1=0.254;
Am=0.772;
Mzmax=Fy*Ip*2/d1;
Qg2=Mzmax/Am/T;
if Qg2>Qg1 then
Qg=Qg1;
disp(Qg,"lateral load in kN");
end
|
01ca6dd844fe77314c57f67becd3cb0f6334d085
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/431/CH3/EX3.6/EX3_6.sce
|
bce545724a7404460cd976891c152b825624a8a7
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 457
|
sce
|
EX3_6.sce
|
//Calculating the value of primary current
//Chapter 3
//Example 3.6
//page 207
clear;
clc;
disp("Example 3.6")
I0=1.5; //no-load current
phi0=acosd(0.2)
I2=40; //secondary current in amperes
phi2=acosd(0.8)
r=3; //ratio of primary and secondary turns
I1=I2/r;
I1c=(I1*cosd(phi2))+(I0*cosd(phi0));
I1s=(I1*sind(phi2))+(I0*sind(phi0));
I=sqrt(I1c^2+I1s^2);
printf("I1=%fA",I)
|
5939fc79ee44662c825b4910ec8e03f014eb925e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3594/CH5/EX5.1/5_1.sce
|
1a36b6f0d03267c2fc18e5199999f6d9236214b6
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 604
|
sce
|
5_1.sce
|
clc
//given
s=1.125//inch
e=0.25//inch
t=2.25//inch
alpha=35//degrees
//from 5.2, we know theta+alpha=sininverse(s/t)
x=asind(s/t)
y=180-x//sin(x)=sin(180-x)=sin(y)
//at admission
p=x-alpha
//at cutoff
q=y-alpha
//from 5.3, theta+alpha=sininnverse(-e/t)
ang=asind(-e/t)
angle=abs(ang)
a=180+angle//lies in the negative region of sine curve
b=360-angle//lies in hte negative region of sine curve
//at release
r=a-alpha
//at compression
s=b-alpha
printf("Angle theta at admission, cut-off,\n release and compression are %.2f, %.2f, %.2f and %.2f degrees respectively",p,q,r,s)
|
4262b59a04a3027134a3c6c8cf0a5c50c18c3b60
|
035464a624f6f991af3d52aa977283771e8be0cd
|
/ИТ/4.sce
|
eef91b42793695540fdc8e836354978b6bbc196a
|
[] |
no_license
|
AlexLasher/infTech
|
4a927a7430b3430948ff5e080629a8d971ec3919
|
8c4ee19fc907b9b9b7ad7fb6af4872774e0ad3f6
|
refs/heads/master
| 2021-01-22T18:28:00.896093
| 2017-06-10T04:35:08
| 2017-06-10T04:35:08
| 85,083,402
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 538
|
sce
|
4.sce
|
x=[0.3:0.3:10]
y1=3 .*sin(x)-1 .*(cos(x)^2)
scf(0)
//subplot(221)
plot(x,y1,'LineStyle','--','Color','r','Thickness',1,...
'Marker','s','MarkerEdgeColor','b','MarkerFaceColor','y',...
'MarkerSize',2)
xtitle('График функции y1(x)','X','Y')
legend('y1(x)',1)
xgrid
y2=(3 .*(1+(x.^2))^0.5)./(x+5)
//subplot(223)
scf(1)
plot(x,y2,'LineStyle','-','Color','g','Thickness',3,...
'Marker','o','MarkerEdgeColor','r','MarkerFaceColor','k',...
'MarkerSize',10)
xtitle('График функции y2(x)','X','Y')
legend('y2(x)',1)
xgrid
|
2cd5104d516091de795abdbeb3d91d8c3926e83a
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3281/CH1/EX1.17/ex1_17.sce
|
410f1607018ea1007db4fa39b82a99834f7eb84c
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 315
|
sce
|
ex1_17.sce
|
//Page Number: 42
//Example 1.17
clc;
//Given
c=3D+8; //m/s
f=10D+9;//hz
er=6;
tandel=2D-4;
vp=c/er;//m/sec
disp('m/sec',vp,'Phase velocity:');
al=(%pi*f*tandel)/vp;//Np/m
disp('Np/m',al,'Attenuation constant:');
//Answer for velocity is calculated wrong in book, hence answers dont match for both
|
5cf2e3a51edb171b40c922189f6f506f02de848a
|
a30001e45f0342ced961e0431af0f297bf00a538
|
/TraceFileDiagnostics/SciLabScripts/anim_block_rotate.sce
|
0794a832cb55b8db26c9b48ef9a2068acbc0eaac
|
[] |
no_license
|
jsayres82/TraceTool
|
54697a1c744d0838e894a9bfdce800a4ba6dbbde
|
68826d7b31d0fa064b758d24fc408dbe27763e8b
|
refs/heads/master
| 2021-08-30T08:03:07.854850
| 2017-12-16T23:12:05
| 2017-12-16T23:12:05
| 109,863,651
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,444
|
sce
|
anim_block_rotate.sce
|
// anim_block_rotate.sce
clear; xdel(winsid());
exec('Euler2R.sci',-1);
exec('GeoVerMakeBlock.sci',-1);
exec('GeoPatMakeBlock.sci',-1);
// Block specification
Lx = 0.15;
Ly = 0.05;
Lz = 0.30;
// Motion data
t = [0:0.001:1]'; // Time data
r = [0*t, 0*t, 0*t]; // Position data
A = [2*%pi*t, 0*t, 0*t]; // Orientation data (x-y-z Euler angle)
n_time = length(t);
// Compute propagation of vertices and patches
for i_time=1:n_time
R = Euler2R(A(i_time,:));
VertexData(:,:,i_time) = GeoVerMakeBlock(r(i_time,:),R,[Lx,Ly,Lz]);
[X,Y,Z] = GeoPatMakeBlock(VertexData(:,:,i_time));
PatchData_X(:,:,i_time) = X;
PatchData_Y(:,:,i_time) = Y;
PatchData_Z(:,:,i_time) = Z;
end
// Draw initial figure
figure(1);
plot3d(PatchData_X(:,:,1),PatchData_Y(:,:,1),PatchData_Z(:,:,1));
h_fac3d = gce();
h_fac3d.color_mode = 4;
h_fac3d.foreground = 1;
h_fac3d.hiddencolor = 4;
// Axes settings
xlabel("x",'fontsize',2);
ylabel("y",'fontsize',2);
zlabel("z",'fontsize',2);
h_axes = gca();
h_axes.font_size = 2;
h_axes.isoview = "on";
h_axes.box = "off";
h_axes.rotation_angles = [63.5,-127];
h_axes.data_bounds = [-0.5,-0.5,-0.5;0.7,0.5,0.5];
xgrid;
// Animation Loop
for i_time=1:n_time
drawlater();
h_fac3d.data.x = PatchData_X(:,:,i_time);
h_fac3d.data.y = PatchData_Y(:,:,i_time);
h_fac3d.data.z = PatchData_Z(:,:,i_time);
drawnow();
end
|
a8e22af5427d6fe2f75f09eb25c1af57386307e6
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/569/CH6/EX6.10/6_10.sci
|
ea5f4bd222cc4a4034e308e4ea8fd5e63107cfb1
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 235
|
sci
|
6_10.sci
|
// Calculating Difference mode gain and output voltage
clc;
V2=5*10^-3;
V1=3*10^-3;
Vo=300*10^-3;
Vd=V2-V1;
Ad=Vo/Vd;
disp(Ad,'difference mode gain=')
V2=155*10^-3;
V1=153*10^-3;
Vo=Ad*(V2-V1);
disp(Vo,'output voltage (V)=')
|
e3f4c9ff21f0a0b9671c7c6def20d9e54874eb69
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3507/CH14/EX14.4/Ex14_4.sce
|
5f6ebd77dd87c5255b27cbf88b0a3780b54bfcbd
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 243
|
sce
|
Ex14_4.sce
|
//chapter 14
//example 14.4
//page 302
gain_abs=30
n=5
Ap1=10*log10(gain_abs) // db
Ap_tot=Ap1*n
Ap_f=Ap_tot-10 // db
printf("total power gain = %.3f db \n",Ap_tot)
printf("power gain with negative feedback = %.3f db \n",Ap_f)
|
a998c231e4545b756f0242150b13069c49492d57
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3630/CH3/EX3.10/Ex3_10.sce
|
3486f099853ea666d050fa1db6d7cd089ce88663
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 291
|
sce
|
Ex3_10.sce
|
clc;
//ex3.10
Vlpk=20.5; //volt
RL=5100; //ohm
Ilpk=Vlpk/RL; //Ampere// from v=r*i
Vave=13.1; //volt//from v=r*i
Iave=Vave/RL; //Ampere
disp('mA',Ilpk*1000,"Ilpk="); //The answers vary due to round off error
disp('mA',Iave*1000,"Iave="); //The answers vary due to round off error
|
5400783af53316f656528b574206187fb5157ddf
|
abed134eb329d44a339af93997f34c76b7649173
|
/P2Codes/Add6.tst
|
72058a43a5616b95c92d6350bcec81322bd21c9c
|
[] |
no_license
|
Patrickyyh/CSCE-312
|
8823df9f53d378b96c8018064da3823faef95ce3
|
b9ba0fd8592ce5d91d1689219ff48d638a66aee0
|
refs/heads/master
| 2023-05-03T18:46:15.689810
| 2021-05-22T06:02:17
| 2021-05-22T06:02:17
| 369,727,875
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 366
|
tst
|
Add6.tst
|
// Name and UIN
load Add6.hdl,
output-file Add6.out,
compare-to Add6.cmp,
output-list a%B1.6.1 b%B1.6.1 out%B1.6.1 carry%B3.1.3;
set a %B000001,
set b %B000001,
eval,
output;
set a %B000000,
set b %B111111,
eval,
output;
set a %B101010,
set b %B010101,
eval,
output;
set a %B001100,
set b %B110011,
eval,
output;
set a %B010010,
set b %B011001,
eval,
output;
|
23c751bc53a7aee9c2848e7d199972b5270f8586
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3685/CH13/EX13.2/Ex13_2.sce
|
07037446edaa413be7172cc4089981f8439a6c26
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 334
|
sce
|
Ex13_2.sce
|
clc
rk = 14 // Compression ratio
k = 6 // cutoff percentage ratio
rc = k/100*(rk-1)+1
g = 1.4 // Heat capacity ratio
n_diesel = 1-((1/g))*(1/rk^(g-1))*((rc^(g-1))/(rc-1)) // Cycle efficiency
printf("\n Example 13.2\n")
printf("\n Air standard efficiency is %f percent",n_diesel*100)
//The answers vary due to round off error
|
40f54bc11b002ed975e942a0ef1cdf370f0ebd7f
|
dbd504f73f233675d0c8c2c8c5730e866aabcd96
|
/codes/MRC.sce
|
6559d8ee93f2859ca0e07628285decd3e7d0aaa2
|
[] |
no_license
|
surajdurgesht/Wireless-Communication-Lab
|
f5019be42d24fe6568e98d666efd901283a0c7a7
|
e8fac339daf91d24ee0dd9e22e9236fcbb68dac3
|
refs/heads/master
| 2020-06-04T19:07:54.824459
| 2019-06-16T06:30:21
| 2019-06-16T06:30:21
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 282
|
sce
|
MRC.sce
|
clf();
clear all
S=0:10:100;
t=100;
Y=grand(1,10000,'exp',2);
G=grand(1,10000,'exp',2);
s=10^(S/10);
for i=1:1:length(S);
K=(S(i)*(Y^2+G^2));
X(i)=sum(K<t)/10000;
end
plot(S,X);
xlabel("power");
ylabel("probability of error");
title("MRC Simulation");
|
b31bc002b6fb47142f8bc2346847e7ada3d7c61f
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1574/CH1/EX1.5/Signals_Ex_1_5.sce
|
1affce8b21c3e6f1aaf4672f3ef585b4f333c276
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 894
|
sce
|
Signals_Ex_1_5.sce
|
clc
//Chapter 1 Signals
//Example 1.5, page no 19
//given
T=1,t0=0,wo=2*%pi
P=1
t=0:0.001:1
f=P*t
//The trigonometric Fourier series coeff for given function
a0=(1/T)*inttrap(t,f)
for n=1:10
f1=(P*t).*cos(wo*n*t)
a(n)=(2/T)*inttrap(t,f1)
if a(n)<0.01 then
a(n)=0
end
end
for n=1:10
f2=(P*t).*sin(2*%pi*(1/T)*n*t)
b(n)=(2/T)*inttrap(t,f2)
end
// Displaying trigonometric Fourier series coeff
mprintf('The value of a0 is: %f\n',a0)
disp('The values of a(n): (upto n=10)')
for n=1:10
disp(a(n))
end
disp('The values of b(n): (upto n=10)')
for n=1:10
disp(b(n))
end
mprintf('The trigonometric Fourier series for given function\n can be written as:\n')
mprintf('f(t)=%f%fsin(2*pi*t)%fsin(4*pi*t)\n%fsin(6*pi*t)%fsin(8*pi*t)%fsin(10*pi*t)\n%fsin(12*pi*t)%fsin(14*pi*t).......',b(1),b(2),b(3),b(4),b(5),b(6),b(7),b(8))
|
5f31ed0ac55e581f7abd7d577956923328903af5
|
9cb37875b74a713c93c09fa50ccc70ac0f71ecdb
|
/CostHriFunction/PR2/SCENARIOS/Pr2TableChompNav.sce
|
4e72dad71dfa09b092269a46e1ea0db6df466c02
|
[] |
no_license
|
jmainpri/move3d-assets
|
a5b621daaedaaf8784fed0da1e80d029c83f3983
|
939db49d17a14e052bb58324b70e6112803d3105
|
refs/heads/master
| 2021-01-16T17:48:56.669119
| 2016-02-16T14:04:09
| 2016-02-16T14:04:09
| 20,237,987
| 1
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 6,304
|
sce
|
Pr2TableChompNav.sce
|
#************************************************************
# Scenario of Ikea
#
# date : Wed Feb 8 19:58:29 2012
#************************************************************
p3d_sel_desc_name P3D_ENV Ikea
p3d_sel_desc_name P3D_ROBOT Lampe
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.851000 -1.108000 0.796000 0.000000 0.000000 0.000000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_sel_desc_name P3D_ROBOT Assiette
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.980000 -1.590000 0.800000 0.000000 0.000000 0.000000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_sel_desc_name P3D_ROBOT Pommes
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.350000 -1.430000 0.800000 0.000000 0.000000 0.000000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_sel_desc_name P3D_ROBOT Verre
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.650000 -1.780000 0.810000 0.000000 0.000000 0.000000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_sel_desc_name P3D_ROBOT Tabouret
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -0.385000 -0.675000 0.000000 0.000000 0.000000 0.000000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_sel_desc_name P3D_ROBOT sailLamp1
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.970000 0.000000 3.000000 0.000000 0.000000 0.000000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_sel_desc_name P3D_ROBOT sailLamp2
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.340000 0.000000 3.000000 0.000000 0.000000 0.000000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_sel_desc_name P3D_ROBOT sailLamp3
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 2.680000 0.000000 0.000000 0.000000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_sel_desc_name P3D_ROBOT HERAKLES_HUMAN1
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 1.616000 -1.684000 0.661000 0.000000 0.000000 63.720000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 95.220000 47.628000 -45.288000 0.000000 34.848000 0.000000 11.034000 -73.170000 0.000000 -76.680000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -5.125000 -99.495000 -4.536000 99.582000 0.000000 0.000000 0.000000 14.948000 -77.844000 -0.688000 85.148000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_sel_desc_name P3D_ROBOT PR2_ROBOT
p3d_set_robot_steering_method Multi-Localpath
p3d_set_robot_radius 1.000000
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 2.790000 -2.334000 0.000000 0.000000 0.000000 111.564000 0.266000 0.000000 0.000000 19.467000 -27.232000 73.631000 -29.209000 -80.784000 -87.768000 -23.598000 -2.673134 0.000000 0.000000 71.230000 72.586000 66.193000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 1.924000 -0.372000 0.000000 0.000000 0.000000 -84.168000 0.266000 0.000000 0.000000 19.467000 -27.232000 73.631000 -29.209000 -80.784000 -87.768000 -23.598000 -2.673134 0.000000 0.000000 71.230000 72.586000 66.193000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_constraint p3d_lin_rel_dofs 1 15 1 14 2 1.000000 0.000000 0
p3d_constraint p3d_lin_rel_dofs 1 25 1 24 2 1.000000 0.000000 0
p3d_constraint p3d_pr2_arm_ik 7 6 7 9 10 11 12 13 1 32 0 1 8
p3d_set_cntrt_Tatt 2 1.000000 0.000000 0.000000 -0.180000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000
p3d_set_cntrt_Tatt2 2 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 1.000000 0.000000 0.000000 -0.180000
p3d_constraint p3d_pr2_arm_ik 7 16 17 19 20 21 22 23 1 33 0 1 18
p3d_set_cntrt_Tatt 3 1.000000 0.000000 0.000000 -0.180000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000
p3d_set_cntrt_Tatt2 3 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 1.000000 0.000000 0.000000 -0.180000
p3d_set_object_base_and_arm_constraints 32 1 0 2 2 3
p3d_set_arm_data 2 3 32
p3d_set_arm_data 3 3 33
p3d_set_camera_pos 2.139855 -1.263509 1.101327 3.936337 4.936935 0.803750 0.000000 0.000000 1.000000 0.000000
|
f7c3a71f565db16a901dfd5b0166a66f8f6ae28a
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2084/CH10/EX10.5/10_5.sce
|
446deb0578e5ead900919da1d40546070c7f0282
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 432
|
sce
|
10_5.sce
|
//developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 10.5
//calculation of the moment of inertia of the wheel
//given data
r=10*10^-2//radius(in m) of the wheel
F=5//force(in N) of pulling
aplha=2//angular acceleration(in rad/s^2) of the wheel
//calculation
tau=F*r//net torque
I=tau/aplha//moment of inertia
printf('the moment of inertia of the wheel is %3.2f kg-m^2',I)
|
5dce079f09d55ac6a3c831f286b8546d0f19e2ad
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1670/CH7/EX7.9/7_9.sce
|
08d554a098a07c5321ef51ddc99317494c1f498b
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 850
|
sce
|
7_9.sce
|
//Example 7.9
//Newtons Backward Formula
//Page no. 243
clc;close;clear;
printf(' x\t y\t d\t d2\t d3\t d4\t d5\t d6\n')
printf('---------------------------------------------------------------')
h=0.1;
deff('y=f2(x)','y=(z(x-2,4)+z(x-3,5)+z(x-4,6))/h^2')
z=[1,7.989;1.1,8.403;1.2,8.781;1.3,9.129;1.4,9.451;1.5,9.750;1.6,10.031];
for i=3:8
for j=1:9-i
z(j,i)=z(j+1,i-1)-z(j,i-1)
end
end
printf('\n')
for i=1:7
for j=1:8
if z(i,j)==0 then
printf(' \t')
elseif j==1
printf(' %.1f\t',z(i,j))
else
printf('%.3f\t',z(i,j))
end
end
printf('\n')
end
j=6;y1=0;
for i=3:6
y1=y1+z(j,i)/(i-2)
j=j-1
end
y1=y1/h;
y2(7)=f2(7);
printf('\n\n dy\n -- = %.10g\n dx',y1)
printf('\n\n\n d2y\n --- = %.5g\n dx2',y2(7))
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.