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
c81c94e9904890c4dbe0cbf6bee7977408d41e6b
449d555969bfd7befe906877abab098c6e63a0e8
/1535/CH1/EX1.3/Ch01Ex3.sci
8337ec8da0ddbd8a66afa084a79f1da1f4d4b42a
[]
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
620
sci
Ch01Ex3.sci
// Scilab Code Ex1.3 : Page-24 (2010) A1 = 40; // First amplitude of oscillation, cm An_plus_1 = 4; // Amplitude after 100 oscillations, cm n = 100; // Number of oscillations T = 2.5; // Time period of oscillations, s t = T/4; // Time taken to reach the first amplitude from the mean position, s // Now A1 = x0*exp(-lambda*t) and An_plus_1 = x0*exp(-lambda*(t+nT)) // A1/An_plus_1 = exp(n*lambda*T), solving for lambda lambda = log(A1/An_plus_1)/(n*T); // Damping constant. per sec printf("\nDamping constant = %3.2e per sec", lambda); // Result // Damping constant = 9.21e-003 per sec
4ebdb151bd806b6568080793bd33808f7f65f4a8
449d555969bfd7befe906877abab098c6e63a0e8
/3257/CH7/EX7.8/Ex7_8.sce
810280732bc0849dca6f84fb82ee71c7cc17d5ef
[]
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
180
sce
Ex7_8.sce
// Theoretical limiting drawing ratio clc epsilon_max = 1 printf("\n Example 7.8") D0_Dp = exp(epsilon_max) printf("\n Theoretical limiting drawing ratio is %0.3f",D0_Dp)
50325cec914a00dc7e8b5d53c5ca888b98008bfa
449d555969bfd7befe906877abab098c6e63a0e8
/2213/CH7/EX7.3/ex_7_3.sce
13e86678b756e0b385ed9ee1190d7fb14122907f
[]
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
400
sce
ex_7_3.sce
//Example 7.3 //maximum speed clc; clear; close; format('v',4) a=2.4;//aceleration in kmphps b=3.2;//retardation in kmphps s=1.5;//in km vs=45;//shedule speed in kmph ts=(s*3600)/vs;//shedule time in seconds tst=20;//stop time tr=ts-tst;//actual time for run in seconds k=((1/(2*a))+(1/(2*b)));//constant vm=((tr/(2*k))-sqrt(((tr^2)/(4*k^2))-((3600*s)/k)));//in kmph disp(vm,"maximum speed in kmph")
78357a243be0041bf8511314a2c1cd18320f9e58
449d555969bfd7befe906877abab098c6e63a0e8
/1826/CH3/EX3.5/ex3_5.sce
7b98672ec9652a0a3e221a05d7a20b5a2ef62e90
[]
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
174
sce
ex3_5.sce
// Example 3.5, page no-92 clear clc lam=0.7078 *10^-10 wt=42 wt1=48 lam1=(lam*(wt-1)^2)/(wt1-1)^2 printf("\nWavelength of cadmium radiation is %.4f A°",lam1*10^10)
3f56b0cdea2a650cc8a914d574ee026ea105b562
449d555969bfd7befe906877abab098c6e63a0e8
/3655/CH2/EX2.5/Ex2_5.sce
926c0e82cca239a4b9049b4738237a1f535b567b
[]
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
826
sce
Ex2_5.sce
// Example 2.5 //computation of the energy in jules of the impinging electron after the collision// // Page no. 49 clc; clear; close; //Given data e=1.602*10^-19; //Calculation for the Kinetic energy E1 gained by the electron// E1=10*e; //Calculation for the Kinetic energy E2 needed to be transferred fom the bombarded electron to the atom// E2=3.07*e;//(7.73eV-4.66eV)=3.07eV //Calculation for the Kinetic energy E of the electron after the collision// E=E1-E2; //Displaying the result in command window printf('\n Kinetic energy E1 gained by the electron = %0.2f x 10^-19 J',E1*10^19); printf('\n \n Kinetic energy E2 needed to be transferred fom the bombarded electron to the atom = %0.2f x 10^-19 J',E2*10^19); printf('\n \n Kinetic energy E of the electron after the collision = %0.2f x 10^-19 J',E*10^19);
f899f2016f93f0aeefbf2f4f02f9585dd8c3f710
449d555969bfd7befe906877abab098c6e63a0e8
/833/CH16/EX16.2/Ex16_2.sce
9f8ecc25ec8d5559d0b7d7a9014de1ec51620b95
[]
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
Ex16_2.sce
//Caption:Find equivalent circuit resistance //Exa:16.2 clc; clear; close; Wc=60//Core loss(in watts) a=90//Voltage across first rotor is 90% of applied voltage(in %) V=230//Voltage applied to motor(in volts) v=V*(a/100) Ic=Wc/v rc=v/Ic disp(rc,'Equivalent circuit resistance(in ohms)=')
46b836f802e0e9b613ab2f4242b0531b9a8bd490
449d555969bfd7befe906877abab098c6e63a0e8
/551/CH9/EX9.13/13.sce
18f783a4ace6027320b011488100871e6ae46ffd
[]
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
301
sce
13.sce
clc m_O2=3; //kg M_O2=32; m_N2=9; //kg M_N2=28; R0=8.314; R_O2=R0/M_O2; R_N2=R0/M_N2; x_O2=(m_O2/M_O2)/((m_O2/M_O2) + (m_N2/M_N2)); x_N2=(m_N2/M_N2)/((m_O2/M_O2) + (m_N2/M_N2)); dS=-m_O2*R_O2*log(x_O2) -m_N2*R_N2*log(x_N2); disp("Change in entropy =") disp(dS) disp("kJ/kg K")
ec197f68d1b232cfc5484cb5d782905bf5b6416d
127061b879bebda7ce03f6910c80d0702ad1a713
/bin/PIL_hop_mat.sci
c51b3f53e1a73121a8e0f6b09ecc90a19fd008b5
[]
no_license
pipidog/PiLib-Scilab
961df791bb59b9a16b3a32288f54316c6954f128
125ffa71b0752bfdcef922a0b898263e726db533
refs/heads/master
2021-01-18T20:30:43.364412
2017-08-17T00:58:50
2017-08-17T00:58:50
100,546,695
0
1
null
null
null
null
UTF-8
Scilab
false
false
8,107
sci
PIL_hop_mat.sci
// **** Purpose **** // This function generates the hopping matrix of a given crystal // structure and // Slaster-Koster parameters // **** Variables **** // [surr_site]: list(m) -> n x 9, real // <= this is the output variable of PIL_uc_nb // [site_orb]: n x 3, integer // <= the variable specify the orbital of each site. // [SK_parameter]: n x 7, real // <= the SK_parameter [orb1, orb2, nn_order, ts, tp, td, tf] // [hop_fliter]: 1x1, positive real, default=10^-6 // <= the fliter of small matrix elements in H_hop // [state_info]: n x 5, integer // => tells how the states are ordered // [state_label, site, n(principle), L(angular), sub-orbital] // [H_hop]: list(tot_sublatt) x tot_suborb x tot_suborb x tot_surr_site, real // => the hopping matrix of each nearest neighbor order // **** Version **** // 05/15/2014 first built // 05/24/2014 modify output to include r-vector // 06/03/2014 fix surr_site becomes list problem // 06/06/2014 full rewirte, each bond has its own H_hop // **** Comment **** // 1.site_orb: // e.g: [1,1,0; 3,1,2] means sublattice 1 / 2, has an atomic orbital set with // prinipal (or type) quantum number n=1/1 and angular momentum L=0 / 2 // Note: the principal number n will not have any esseitial function. This is // just a number for you to dinguish two orbitals on the same site. // So, when print state info, it will be shown. // 2.SK_parameter: // e.g: [1,2,ts,tp,td,tf] means orb1 (i.e the orbital defined in site_orb(1,:)) // and orb2 has SK_parameter: ts,tp,td,tf // to prevent from double assign, this function require SK_parameter(1,n) <= // SK_parameter(2,n). // Note: The way we label SK_paramater will not use the information of principal // number n in [site_orb]. // 3.more infomation: // the hop matrix doen't correspond to real Hamiltonian, it just tells you the coupling // between two negibhbor sites. The real Hamiltoina has to consider their position vectors // and impose periodic boundary condiition. // 4.About the H_hop // H_hop means tij(ra,rb)\sum{i,j}C_{i}^{+}(ra)C_{j}(rb), so all the H_hop are just // upper or lower triangle. function [state_info,H_hop]=PIL_hop_mat(surr_site,site_orb,SK_parameter... ,basis_out,hop_order,hop_fliter) // make surr_site integers [lhs,rhs]=argn(); select rhs case 4 hop_order=2; // default set to 2nd order hop_fliter=10^-3; // default case 5 hop_fliter=10^-3; // default end // check input if length(site_orb(:,1)) > 1 then for n=2:length(site_orb(:,1)) if prod(site_orb(n,:)==site_orb(n-1,:))==1 then disp('Error: PIL_hop_mat, two the same orbitals on the same site is not allowed!'); abort end end end for n=1:length(SK_parameter(:,1)) if round(real(SK_parameter(n,1))) > round(real(SK_parameter(n,2))) then disp('Error: PIL_hop_mat, just specify SK_parameter(n,1) smaller than SK_parameter(n,2) terms !'); abort; end end // label how user define the orbital before sort site_orb=gsort(cat(2,site_orb,[1:length(site_orb(:,1))]'),'lr','i'); // define necessary parameters tot_sublatt=size(surr_site); tot_suborb=2*sum(2*site_orb(:,3)+1); // sort complex SK_parameter SK_sort_tmp=gsort(round(real(SK_parameter(:,1:3))),'lr','i'); SK_par_tmp=zeros(SK_parameter); for n=1:length(SK_sort_tmp(:,1)) tmp_ind=find(round(real(SK_parameter(:,1)))==SK_sort_tmp(n,1)... & round(real(SK_parameter(:,2)))==SK_sort_tmp(n,2) ... & round(real(SK_parameter(:,3)))==SK_sort_tmp(n,3)) SK_par_tmp(n,:)=SK_parameter(tmp_ind,:); end SK_parameter=SK_par_tmp; // generate all SubOrb table, site_suborb --> // [site, n, L, suborb_index, UserOrb_index] // the orders of site_suborb is also the state_index site_suborb=[]; for n=1:length(site_orb(:,1)) //suborb index (defined by PIL_basis_trans), //Orb_index (order of the orbital) select site_orb(n,3) case 0 // suborb=1~2 ; SK checker=1,1 site_suborb=cat(1,site_suborb,cat(2,repmat(site_orb(n,:),2,1)... ,[1,2]')); case 1 // suborb=3~8 ; SK checker=2~4,2~4 site_suborb=cat(1,site_suborb,cat(2,repmat(site_orb(n,:),6,1)... ,[3:8]')); case 2 // suborb=9~18 ; SK checker=5~9,5~9 site_suborb=cat(1,site_suborb,cat(2,repmat(site_orb(n,:),10,1)... ,[9:18]')); case 3 // subob=19~32 ; SK checker=10~16,10~16 site_suborb=cat(1,site_suborb,cat(2,repmat(site_orb(n,:),14,1)... ,[19:32]')); else disp('Error: PIL_hop_mat, site_orb(n,3) can only ranges 0 to 3 !'); abort end end site_suborb(:,[4:5])=site_suborb(:,[5,4]); site_suborb=gsort(site_suborb,'lr','i'); // site_range is also the state_index of the SurOrb of each site site_range=zeros(tot_sublatt,2); for n=1:tot_sublatt tmp=find(site_suborb(:,1)==n); site_range(n,1)=min(tmp); site_range(n,2)=max(tmp); end // basis transformation matrix U=[]; for n=1:length(site_orb(:,1)) select site_orb(n,3) case 0 [M_out,U_in_out]=PIL_basis_trans(eye(2,2),'s','c',basis_out); case 1 [M_out,U_in_out]=PIL_basis_trans(eye(6,6),'p','c',basis_out); case 2 [M_out,U_in_out]=PIL_basis_trans(eye(10,10),'d','c',basis_out); case 3 [M_out,U_in_out]=PIL_basis_trans(eye(14,14),'f','c',basis_out); end U=PIL_dirsum(U,U_in_out); end // key part========================================================= H_hop=list(); for n=1:tot_sublatt // run total sublattice H_hop(n)=zeros(tot_suborb,tot_suborb,length(surr_site(n)(:,1))-1); s1=round(surr_site(n)(1,3)); for m=2:length(surr_site(n)(:,1)) // run all its neighbor sites s2=round(surr_site(n)(m,3)); r=surr_site(n)(m,7:9)-surr_site(n)(1,7:9); order=round(surr_site(n)(m,1)); if order <= hop_order then for p=site_range(s1,1):site_range(s1,2) // run matrix range for q=site_range(s2,1):site_range(s2,2) suborb1=site_suborb(p,4); suborb2=site_suborb(q,4); SK_index=find(round(real(SK_parameter(:,1)))... ==site_suborb(p,5)... & round(real(SK_parameter(:,2)))==site_suborb(q,5)... & round(real(SK_parameter(:,3)))==order); if length(SK_index)==0 then SK_index=find(round(real(SK_parameter(:,1)))... ==site_suborb(q,5)... & round(real(SK_parameter(:,2)))==site_suborb(p,5)... & round(real(SK_parameter(:,3)))==order); end select length(SK_index) case 0 // no assign case H_hop(n)(p,q,m-1)=PIL_SK_int(suborb1,suborb2... ,r,[0,0,0,0]); case 1 // normal case H_hop(n)(p,q,m-1)=PIL_SK_int(suborb1,suborb2... ,r,SK_parameter(SK_index,4:7)); else // conflict assign case disp('Error: PIL_hop_mat, SK_parameter has conflict assignments!'); abort; end end end H_hop(n)(:,:,m-1)=clean(U*H_hop(n)(:,:,m-1)*U'); else // exit calculate higher order hopping. break end end end // ================================================================= state_info=cat(2,[1:tot_suborb]',site_suborb(:,1:4)); endfunction
dfc8c5c0367b0a93805add7e2f875d59266b3fbc
449d555969bfd7befe906877abab098c6e63a0e8
/1076/CH19/EX19.5/19_5.sce
a0da9823c68c8cd5409d0fe6de2a216e7b607430
[]
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
98
sce
19_5.sce
clear; clc; vf=3; VA=8000; dQ=vf/100 * VA mprintf("capacity of SVS= +- %d MVAR", dQ);
5df8cf59d93d200ea26152d2bd36743897d92a14
449d555969bfd7befe906877abab098c6e63a0e8
/978/CH11/EX11.10/Example11_10.sce
db321f41f652d6272d738cfa01f2ee5f948f01bc
[]
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
356
sce
Example11_10.sce
//chapter-11,Example11_10,pg 507 Vi=1.3//input voltage R2=10*10^3 R3=10*10^3 R8=10*10^3//potentiometer B=1/3//wiper distance V1=((R3*Vi)/(R3+(B*R8)))//output voltage-1 V2=-((R2*Vi)/(R1+((1-B)*R8)))//output voltage-2 printf("ouput voltage-1\n") printf("V1=%.4f V\n",V1) printf("ouput voltage-2\n") printf("V2=%.4f V\n",V2)
8619aa72c903754d57ee8f7d23c07e987adc7f4f
449d555969bfd7befe906877abab098c6e63a0e8
/851/CH3/EX3.29/Figure3_29.sce
fec5f2e519b7ef32d255c29c0f4acd03fac66173
[]
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
698
sce
Figure3_29.sce
//clear// //Implementation of LMS ADAPTIVE FILTER //For noise cancellation application clear; clc; close; order = 18; t =0:0.01:1; x = sin(2*%pi*5*t); noise =rand(1,length(x)); x_n = x+noise; ref_noise = noise*rand(10); w = zeros(order,1); mu = 0.01*(sum(x.^2)/length(x)); N = length(x); for k =1:1010 for i = 1:N-order-1 buffer = ref_noise(i:i+order-1); desired(i) = x_n(i)-buffer*w; w = w+(buffer*mu*desired(i))'; end end subplot(4,1,1) plot2d(t,x) title('Orignal Input Signal') subplot(4,1,2) plot2d(t,noise,2) title('random noise') subplot(4,1,3) plot2d(t,x_n,5) title('Signal+noise') subplot(4,1,4) plot(desired) title('noise removed signal')
131d8e982aeac202340ee5dabbc415d397e5adea
449d555969bfd7befe906877abab098c6e63a0e8
/3886/CH5/EX5.2/5_2.sce
11ef18bb6938029aa26b550d3a2de5c87dfb8ff1
[]
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
325
sce
5_2.sce
//Value of theta //refer fig.5.6 //Consider equilibrium //300N block //N1=300*cosd(theta) //Law of friction //F1=100*cosd(theta) //consider equilibrium of 900 N block //N2=1200*cosd(theta) //Law of friction //F2=400*cosd(theta) theta=atand(5/9) //degree printf("Required value is\ntheta=%0.2d degree",theta)
da8a41486c403e9863a93db95d8d3b4ac60110d5
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.4/macros/scicos/drawblock.sci
3c08a48f359a82468e6f1043f7382164d281504e
[ "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
74
sci
drawblock.sci
function drawblock(o) // Copyright INRIA execstr(o(5)+'(''plot'',o)')
023a3aa0c35754eaef44abcc0c81ba299874f7b1
449d555969bfd7befe906877abab098c6e63a0e8
/1358/CH1/EX1.5/Example15.sce
222223fbce503ed5cde1678a0549ee504116b29d
[]
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
491
sce
Example15.sce
// Display mode mode(0); // Display warning for floating point exception ieee(1); clear; clc; disp("Turbomachinery Design and Theory,Rama S. R. Gorla and Aijaz A. Khan, Chapter 1, Example 5") disp ("Theoritical Question") //V is the velocity of the body, l is the linear dimension, rho is the fluid density, k is the rms height of surface roughness and g is the gravitational acceleration disp("Functional Relationship for Force F may be: F = V^2 * l^2 * rho * f(k/l , l*g/V^2)")
db1ac03082cea6cb668c22f4430205e2da54b907
449d555969bfd7befe906877abab098c6e63a0e8
/25/CH8/EX8.2/8_2.sce
e792650f8c5f1e8cc9dda6fc0411b12429a2fc22
[]
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
383
sce
8_2.sce
//example:-8.2,page no.-398. // program to design an equi-split wilkinson power divider for 50 ohm system impedence. Zo=50; Z=sqrt(2)*Zo; // impedence of quarter wave transmission line. R=2*Zo; // shunt resistor. disp(R,'the shunt resistance value should be in ohm = ') disp(Z,'the quarter wave transmission line in the divide should have a characteristic impedence in ohm = ')
b635d45ae3a1c430f750eb31ea34d04dfcfb5546
449d555969bfd7befe906877abab098c6e63a0e8
/2705/CH8/EX8.8/Ex8_8.sce
347ec4c01b096c4dbc4724dbbac0f2d092880543
[]
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,149
sce
Ex8_8.sce
clear; clc; disp('Example 8.8'); // aim : To determine // the percentage composition of the gas by volume // given values CO = 30;// %age mass composition of CO N2 = 20;// %age mass composition of N2 CH4 = 15;// %age mass composition of CH4 H2 = 25;// %age mass composition of H2 O2 = 10;// %age mass composition of O2 mCO = 28;// molculer mass of CO mN2 = 28;// molculer mass of N2 mCH4 = 16;// molculer mass of CH4 mH2 = 2;// molculer mass of H2 mO2 = 32;// molculer mass of O2 // solution vg = CO/mCO+N2/mN2+CH4/mCH4+H2/mH2+O2/mO2; v1 = CO/mCO/vg*100;// %age volume composition of CO v2 = N2/mN2/vg*100;// %age volume composition of N2 v3 = CH4/mCH4/vg*100;// %age volume composition of CH4 v4 = H2/mH2/vg*100;// %age volume composition of H2 v5 = O2/mO2/vg*100;// %age volume composition of O2 mprintf('\n The percentage composition of CO by volume is = %f\n,\nThe percentage composition of N2 by volume is = %f\n\nThe percentage composition of CH4 by volume is = %f\n\nThe percentage composition of H2 by volume is = %f\n\nThe percentage composition of O2by volume is=%f',v1,v2,v3,v4,v5); // End
7853886dd52548c12a5ec03a90de7afa7ca7d272
449d555969bfd7befe906877abab098c6e63a0e8
/2175/CH11/EX11.3/11_3.sce
3dc3626f9e2ff5f73b146ca212975bbbce35e560
[]
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
527
sce
11_3.sce
clc; Cai=600; alpha_i=16*%pi/180; l=25/1000; m=5; vi=0.375; n=m*vi/(Cai*sin(alpha_i)*l); disp("m",n,"length of nozzle arc is:"); //part II p=0.025; Beta_1=18*%pi/180; Cre=437; t=0.0005; l1=m*vi*p/n/(p*sin(Beta_1)-t)/Cre; bhm=l1; Beta_2=21*%pi/180; Crf=294; lf=m*vi*p/[n*(p*sin(Beta_2)-t)*Crf]; bhf=lf Beta_3=35*%pi/180; Crf2=169; l2=m*vi*p/n/(p*sin(Beta_3)-t)/Crf2; disp("Blade height at exit of first row, fixed and second row is respectively"); disp("mm",l2*1000,"mm",bhf*1000,"mm",bhm*1000);
b4e91c7c6dcc932332c9767af8c9911ff2cccd55
449d555969bfd7befe906877abab098c6e63a0e8
/431/CH3/EX3.29/EX3_29.sce
7fe105d0a749edfb6c211cd7c5be9f76e1acacf4
[]
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
906
sce
EX3_29.sce
//Calculate efficiency of transformer //Chapter 3 //Example 3.30 //page 237 clear; clc; disp("Example 3.30") kVA=10; //rating of the transformers V1=400; //primary voltage in volts V2=200; //secondary voltage in volts f=50; //frequency in hertz MAXeffi=0.96; //maximium efficiency output1=(kVA*0.75); //output at 75% of full load input1=(output1/MAXeffi); printf("\nInput at 75percent of full load=%fkW",input1); TL=input1-output1; printf("\nTotal losses=%fkW",TL); Pi=TL/2; Pc=TL/2; disp("Maximiunm efficiency occurs at 3/4th of full load") Pc=Pi/(3/4)^2; printf("\nThus,total losses on full load=%fW",((Pc+Pi)*1000)); pf=0.8; //power factor lagging effi=(kVA*pf*100)/((kVA*pf)+(Pc+Pi)); printf("\nEfficiency on full load. 0.8 power factor lagging=%fpercent",effi)
4441a55971b4e14d47cfeae8a7103c1bedd88c91
0812f3bb6f3cc038b570df68ccee4275da04b11f
/models/complexity_1000/Applied_Thermodynamics_and_Engineering/CH12/EX12.7/12_7.sce
1acb0e85100fed01457d8b86abe5c73e5d23fe2f
[]
no_license
apelttom/20-semester_PhD_thesis
edc0b55580bae9d364599932cd73cf32509f4b7a
ff28b115fcf5e121525e08021fa0c02b54a8e143
refs/heads/master
2018-12-26T22:03:38.510422
2018-12-14T20:04:11
2018-12-14T20:04:11
106,552,276
0
0
null
null
null
null
UTF-8
Scilab
false
false
230
sce
12_7.sce
clc; p=1.013;//bar V=2.83;//m^3 R=0.287; T=288;//K m_deliv=p*V*10^5/(T*R*10^3); n=1.3; z=3; p2=70;//bar p1=0.98;//bar m=m_deliv/60; T_P=z*[n/(n-1)]*m*R*T*{[(p2/p1)^[(n-1)/(3*n)]]-1}; disp("kW",T_P,"Total indicated powar is:");
5d5104b5f30ef89d5f144493e479caa3e6620444
449d555969bfd7befe906877abab098c6e63a0e8
/1694/CH7/EX7.1/EX7_1.sce
1c890d372fa9d2460f514e7718d5ed3e39226a72
[]
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
395
sce
EX7_1.sce
clear; clc; printf("\nEx7.1\n"); //page no.-205 //given mu1=0.36;............//MOBILITY OF ELECTRONS IN m^2/volt-sec mu2=0.17;............//MOBILITY OF HOLES IN m^2/volt-sec e=1.6*10^-19;........//charge in coulamb n=2.5*10^19;.........//density of electron & holes per m^3 sigma=n*e*(mu1+mu2)...//total conductivity in mho/metre printf("\ntotal conductivity is 2.12 mho/metre\n");
5bf5da7888518044dcd42b585276e24f491d0e18
99b4e2e61348ee847a78faf6eee6d345fde36028
/Toolbox Test/ac2poly/ac2poly4.sce
cbe6dc3cf3628750d1c03fed1e2c012b31c89d9a
[]
no_license
deecube/fosseetesting
ce66f691121021fa2f3474497397cded9d57658c
e353f1c03b0c0ef43abf44873e5e477b6adb6c7e
refs/heads/master
2021-01-20T11:34:43.535019
2016-09-27T05:12:48
2016-09-27T05:12:48
59,456,386
0
0
null
null
null
null
UTF-8
Scilab
false
false
164
sce
ac2poly4.sce
//check o/p if null matrix is given as i/p r = [0,0,0]; [a,efinal] = ac2poly(r); disp(a); disp(efinal); // Output // 1. 0. 0. // // 0. //
1ea6dfeab0312c0ab8f9832bd003be79b33406d7
449d555969bfd7befe906877abab098c6e63a0e8
/401/CH12/EX12.5/Example12_5.sce
4314d57b8019a106b93d8d2ed9ae8a4d157bbc79
[]
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
603
sce
Example12_5.sce
//Example 12.5 //Program to determine the total channel loss ignoring dispersion clear; clc ; close ; //Given data alpha_fc=5; //dB/km - FIBER CABLE ATTENUATION alpha_j=2; //dB/km - SPLICE LOSS alpha_s=3.5; //dB - SOURCE CONNECTOR LOSS alpha_d=2.5; //dB - DETECTOR CONNECTOR LOSS L=4; //km - LENGTH OF OPTICAL FIBER LINK //Total channel loss alpha_cr=alpha_s+alpha_d C_L=(alpha_fc+alpha_j)*L+alpha_cr; //Displaying The Result in Command Window printf("\n\n\tTotal channel loss, C_L = %1.0f dB",C_L)
f133c8d49e1c2a264c4831c48cc5756235f48192
91bba043768342a4e23ee3a4ff1aa52fe67f7826
/cs/142/3/tests/test6.tst
808d96aee1edd0b51493ee3bf02a7db1e7306f94
[]
no_license
MaxNanasy/old-homework
6beecc3881c953c93b847f1d0d93a64ec991d6de
48b7997a49a8f111344f30787c178e1661db04bd
refs/heads/master
2016-09-08T04:37:44.932977
2010-03-02T00:48:59
2010-03-02T00:48:59
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
275
tst
test6.tst
type newType = int; void sym1 () { type newType = int; type newType2 = array 10 of short; var sym2 : int; const sym2 = 22; } main() { const sym2 = 22; type newType2 = array 22 of newType; PRINT SYMBOL TABLE }
60486ba4814696f023cac4483f79ba16222d0f8e
449d555969bfd7befe906877abab098c6e63a0e8
/137/CH2/EX2.6c/prob_2_6c.sce
71e26e56d73c2a4b9f7fdac512575489d3b4ea30
[]
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
459
sce
prob_2_6c.sce
clc; //Assuming SI units for all quantities //given signal is x(t)=1 //energy of signal x(t) t0=0;t1=5; x=1; y=integrate('x^2','t',t0,t1); disp(+'joule',y,'energy of signal x(t)='); //to find correlation coefficient we have to calculate the energies of different given signals g3=-1; e3=integrate('g3^2','t',t0,t1); disp(+'joule',e3,'energy of signal'); //correltion coefficient c3=integrate('g3*x','t',t0,t1); disp(c3/sqrt(y*e3),'correlation coefficient=');
864e366f67064d653ba2449a0c945163dc498d17
449d555969bfd7befe906877abab098c6e63a0e8
/3428/CH21/EX14.21.2/Ex14_21_2.sce
53754e61451a6bcc483569dfe4b5b0eca5d7dd07
[]
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
450
sce
Ex14_21_2.sce
//Section-14,Example-2,Page no.-PC.8 //To calculate the number of gas molecules left. clc; //PV=nRT P=(10^-5*(1/760)) //atm V=(10^-3*(1/1000)) //L R=0.0821 //LatmK^-1mol^-1 T=298 //K n=((P*V)/(R*T)) //moles N_a=6.023*10^23 //1 mole gas=6.023*10^23 molecules N=n*N_a disp(N,'No. of gas molecules left')
3b53bb32d24c7deb6e675507b07ef9c83e608708
449d555969bfd7befe906877abab098c6e63a0e8
/3866/CH10/EX10.3/Ex10_3.sce
ada1764dc1077db06287caf519772fe469a75807
[]
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
526
sce
Ex10_3.sce
clc; clear; close; Rint=0.027/0.5;//in ohm/um L=20000;//in um Cint=0.1;//in fF/um Reqn=12500;//in ohms Ceff=1;//in fF/um W=0.2;//in um Rwire=Rint*L; Cwire=Cint*L; Reff=Reqn/100; Cself=Ceff*(3*W)*100; Telmore=(Reff*Cwire/2)+(Reff+Rwire)*Cwire/2; disp(Rwire,'Wire resistance(in ohms)='); disp(Cwire,'Wire capacitance(in fermifarads)='); disp(Reff,'Inverter on resistance(in ohms)='); disp(Cself,'Inverter output capacitance(in fermifarads)='); disp(Telmore*10^(-6),'Resulting elmore delay(in nanoseconds)=');
421efbfeeb0c1a4783a4fdc1bb5d96236f69320e
f542bc49c4d04b47d19c88e7c89d5db60922e34e
/PresentationFiles_Subjects/CONT/PU17QHW/ATWM1_Working_Memory_MEG_PU17QHW_Session2/ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run2.sce
b53587b1414c45695a8bb0899372fe70cd9fd502
[]
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,596
sce
ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run2.sce
# ATWM1 MEG Experiment scenario = "ATWM1_Working_Memory_MEG_salient_cued_run2"; #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; 43 62 292 292 399 125 1842 2992 1992 fixation_cross gabor_135 gabor_152 gabor_106 gabor_170 gabor_135 gabor_152 gabor_106_alt gabor_170_alt "2_1_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2000_gabor_patch_orientation_135_152_106_170_target_position_1_2_retrieval_position_2" gabor_circ gabor_152_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_1_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_152_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2192 2992 2392 fixation_cross gabor_127 gabor_150 gabor_016 gabor_044 gabor_127 gabor_150_alt gabor_016_alt gabor_044 "2_2_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2400_gabor_patch_orientation_127_150_016_044_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_044_framed blank blank blank blank fixation_cross_target_position_1_4 "2_2_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_044_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1742 2992 2142 fixation_cross gabor_145 gabor_100 gabor_078 gabor_120 gabor_145_alt gabor_100 gabor_078 gabor_120_alt "2_3_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2150_gabor_patch_orientation_145_100_078_120_target_position_2_3_retrieval_position_2" gabor_circ gabor_055_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_3_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_055_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2192 2992 2092 fixation_cross gabor_018 gabor_178 gabor_073 gabor_089 gabor_018 gabor_178_alt gabor_073_alt gabor_089 "2_4_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2100_gabor_patch_orientation_018_178_073_089_target_position_1_4_retrieval_position_1" gabor_018_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_4_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_018_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2142 2992 1942 fixation_cross gabor_092 gabor_051 gabor_071 gabor_109 gabor_092_alt gabor_051 gabor_071 gabor_109_alt "2_5_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_1950_gabor_patch_orientation_092_051_071_109_target_position_2_3_retrieval_position_2" gabor_circ gabor_002_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_5_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_002_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2242 2992 2192 fixation_cross gabor_059 gabor_080 gabor_115 gabor_034 gabor_059 gabor_080_alt gabor_115_alt gabor_034 "2_6_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2200_gabor_patch_orientation_059_080_115_034_target_position_1_4_retrieval_position_1" gabor_059_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_6_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_059_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 2142 2992 1992 fixation_cross gabor_075 gabor_050 gabor_156 gabor_114 gabor_075_alt gabor_050_alt gabor_156 gabor_114 "2_7_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2150_3000_2000_gabor_patch_orientation_075_050_156_114_target_position_3_4_retrieval_position_1" gabor_029_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_7_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_029_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2042 2992 2142 fixation_cross gabor_062 gabor_138 gabor_031 gabor_173 gabor_062 gabor_138 gabor_031_alt gabor_173_alt "2_8_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2150_gabor_patch_orientation_062_138_031_173_target_position_1_2_retrieval_position_2" gabor_circ gabor_090_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_8_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_090_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2242 2992 2592 fixation_cross gabor_023 gabor_003 gabor_091 gabor_142 gabor_023_alt gabor_003 gabor_091 gabor_142_alt "2_9_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2600_gabor_patch_orientation_023_003_091_142_target_position_2_3_retrieval_position_2" gabor_circ gabor_052_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_9_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_052_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2242 2992 2242 fixation_cross gabor_164 gabor_036 gabor_107 gabor_077 gabor_164 gabor_036_alt gabor_107 gabor_077_alt "2_10_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2250_gabor_patch_orientation_164_036_107_077_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_107_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_10_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_107_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1992 2992 2492 fixation_cross gabor_026 gabor_168 gabor_143 gabor_011 gabor_026_alt gabor_168 gabor_143 gabor_011_alt "2_11_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2500_gabor_patch_orientation_026_168_143_011_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_094_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_11_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_094_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1742 2992 2542 fixation_cross gabor_040 gabor_157 gabor_124 gabor_091 gabor_040 gabor_157_alt gabor_124_alt gabor_091 "2_12_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2550_gabor_patch_orientation_040_157_124_091_target_position_1_4_retrieval_position_1" gabor_177_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_12_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_177_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 1942 2992 2142 fixation_cross gabor_068 gabor_001 gabor_111 gabor_138 gabor_068 gabor_001_alt gabor_111 gabor_138_alt "2_13_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1950_3000_2150_gabor_patch_orientation_068_001_111_138_target_position_1_3_retrieval_position_2" gabor_circ gabor_049_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_13_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_049_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2192 2992 2092 fixation_cross gabor_119 gabor_064 gabor_151 gabor_101 gabor_119 gabor_064_alt gabor_151 gabor_101_alt "2_14_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2100_gabor_patch_orientation_119_064_151_101_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_151_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_14_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_151_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1992 2992 1942 fixation_cross gabor_089 gabor_051 gabor_162 gabor_008 gabor_089 gabor_051 gabor_162_alt gabor_008_alt "2_15_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_1950_gabor_patch_orientation_089_051_162_008_target_position_1_2_retrieval_position_1" gabor_089_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_15_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_089_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1842 2992 2342 fixation_cross gabor_045 gabor_111 gabor_133 gabor_166 gabor_045 gabor_111_alt gabor_133_alt gabor_166 "2_16_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2350_gabor_patch_orientation_045_111_133_166_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_166_framed blank blank blank blank fixation_cross_target_position_1_4 "2_16_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_166_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1792 2992 2142 fixation_cross gabor_119 gabor_044 gabor_085 gabor_150 gabor_119_alt gabor_044 gabor_085_alt gabor_150 "2_17_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2150_gabor_patch_orientation_119_044_085_150_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_150_framed blank blank blank blank fixation_cross_target_position_2_4 "2_17_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_150_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 2142 2992 1892 fixation_cross gabor_119 gabor_033 gabor_051 gabor_080 gabor_119 gabor_033 gabor_051_alt gabor_080_alt "2_18_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2150_3000_1900_gabor_patch_orientation_119_033_051_080_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_099_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_18_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_099_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1942 2992 2592 fixation_cross gabor_029 gabor_057 gabor_118 gabor_144 gabor_029 gabor_057_alt gabor_118 gabor_144_alt "2_19_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2600_gabor_patch_orientation_029_057_118_144_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_118_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_19_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_118_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2192 2992 2492 fixation_cross gabor_161 gabor_043 gabor_104 gabor_076 gabor_161 gabor_043 gabor_104_alt gabor_076_alt "2_20_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2500_gabor_patch_orientation_161_043_104_076_target_position_1_2_retrieval_position_1" gabor_021_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_20_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_021_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 2242 2992 2442 fixation_cross gabor_127 gabor_173 gabor_011 gabor_147 gabor_127 gabor_173 gabor_011_alt gabor_147_alt "2_21_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2250_3000_2450_gabor_patch_orientation_127_173_011_147_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_060_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_21_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_060_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2242 2992 2342 fixation_cross gabor_020 gabor_089 gabor_138 gabor_162 gabor_020 gabor_089_alt gabor_138 gabor_162_alt "2_22_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2350_gabor_patch_orientation_020_089_138_162_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_138_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_22_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_138_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1742 2992 2292 fixation_cross gabor_116 gabor_097 gabor_137 gabor_031 gabor_116 gabor_097 gabor_137_alt gabor_031_alt "2_23_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2300_gabor_patch_orientation_116_097_137_031_target_position_1_2_retrieval_position_1" gabor_071_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_23_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_071_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1892 2992 2342 fixation_cross gabor_070 gabor_097 gabor_180 gabor_054 gabor_070_alt gabor_097 gabor_180_alt gabor_054 "2_24_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2350_gabor_patch_orientation_070_097_180_054_target_position_2_4_retrieval_position_2" gabor_circ gabor_143_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_24_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_143_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2092 2992 2192 fixation_cross gabor_001 gabor_171 gabor_132 gabor_021 gabor_001 gabor_171_alt gabor_132 gabor_021_alt "2_25_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2200_gabor_patch_orientation_001_171_132_021_target_position_1_3_retrieval_position_1" gabor_001_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_25_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_001_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 2092 2992 2042 fixation_cross gabor_144 gabor_054 gabor_127 gabor_178 gabor_144 gabor_054_alt gabor_127 gabor_178_alt "2_26_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2100_3000_2050_gabor_patch_orientation_144_054_127_178_target_position_1_3_retrieval_position_2" gabor_circ gabor_004_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_26_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_004_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1842 2992 2092 fixation_cross gabor_163 gabor_013 gabor_051 gabor_034 gabor_163_alt gabor_013_alt gabor_051 gabor_034 "2_27_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2100_gabor_patch_orientation_163_013_051_034_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_081_framed blank blank blank blank fixation_cross_target_position_3_4 "2_27_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_081_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2192 2992 2292 fixation_cross gabor_034 gabor_166 gabor_010 gabor_050 gabor_034_alt gabor_166 gabor_010 gabor_050_alt "2_28_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2300_gabor_patch_orientation_034_166_010_050_target_position_2_3_retrieval_position_2" gabor_circ gabor_121_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_28_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_121_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2092 2992 2192 fixation_cross gabor_104 gabor_123 gabor_180 gabor_153 gabor_104_alt gabor_123 gabor_180 gabor_153_alt "2_29_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2200_gabor_patch_orientation_104_123_180_153_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_042_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_29_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_042_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1942 2992 2392 fixation_cross gabor_082 gabor_111 gabor_163 gabor_003 gabor_082 gabor_111 gabor_163_alt gabor_003_alt "2_30_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2400_gabor_patch_orientation_082_111_163_003_target_position_1_2_retrieval_position_1" gabor_033_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_30_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_033_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1792 2992 2392 fixation_cross gabor_002 gabor_107 gabor_073 gabor_154 gabor_002_alt gabor_107_alt gabor_073 gabor_154 "2_31_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2400_gabor_patch_orientation_002_107_073_154_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_073_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_31_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_073_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1992 2992 2242 fixation_cross gabor_018 gabor_160 gabor_055 gabor_134 gabor_018_alt gabor_160_alt gabor_055 gabor_134 "2_32_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2250_gabor_patch_orientation_018_160_055_134_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_089_framed blank blank blank blank fixation_cross_target_position_3_4 "2_32_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_089_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 1792 2992 1942 fixation_cross gabor_044 gabor_129 gabor_108 gabor_068 gabor_044 gabor_129_alt gabor_108 gabor_068_alt "2_33_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1800_3000_1950_gabor_patch_orientation_044_129_108_068_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_068_framed blank blank blank blank fixation_cross_target_position_1_3 "2_33_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_068_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2042 2992 2042 fixation_cross gabor_125 gabor_060 gabor_008 gabor_094 gabor_125 gabor_060 gabor_008_alt gabor_094_alt "2_34_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2050_gabor_patch_orientation_125_060_008_094_target_position_1_2_retrieval_position_1" gabor_125_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_34_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_125_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2142 2992 2042 fixation_cross gabor_131 gabor_043 gabor_069 gabor_011 gabor_131_alt gabor_043 gabor_069 gabor_011_alt "2_35_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2050_gabor_patch_orientation_131_043_069_011_target_position_2_3_retrieval_position_2" gabor_circ gabor_178_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_35_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_178_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2092 2992 2542 fixation_cross gabor_071 gabor_042 gabor_009 gabor_147 gabor_071 gabor_042 gabor_009_alt gabor_147_alt "2_36_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2550_gabor_patch_orientation_071_042_009_147_target_position_1_2_retrieval_position_2" gabor_circ gabor_042_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_36_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_042_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 1892 2992 2042 fixation_cross gabor_029 gabor_163 gabor_054 gabor_141 gabor_029 gabor_163 gabor_054_alt gabor_141_alt "2_37_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1900_3000_2050_gabor_patch_orientation_029_163_054_141_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_141_framed blank blank blank blank fixation_cross_target_position_1_2 "2_37_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_141_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1942 2992 2142 fixation_cross gabor_111 gabor_064 gabor_085 gabor_048 gabor_111_alt gabor_064 gabor_085_alt gabor_048 "2_38_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2150_gabor_patch_orientation_111_064_085_048_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_002_framed blank blank blank blank fixation_cross_target_position_2_4 "2_38_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_002_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2042 2992 1942 fixation_cross gabor_062 gabor_178 gabor_044 gabor_103 gabor_062 gabor_178_alt gabor_044_alt gabor_103 "2_39_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_1950_gabor_patch_orientation_062_178_044_103_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_103_framed blank blank blank blank fixation_cross_target_position_1_4 "2_39_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_103_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1942 2992 1892 fixation_cross gabor_079 gabor_152 gabor_122 gabor_063 gabor_079 gabor_152_alt gabor_122_alt gabor_063 "2_40_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_1900_gabor_patch_orientation_079_152_122_063_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_016_framed blank blank blank blank fixation_cross_target_position_1_4 "2_40_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_016_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 1942 2992 2242 fixation_cross gabor_031 gabor_119 gabor_085 gabor_138 gabor_031 gabor_119_alt gabor_085 gabor_138_alt "2_41_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1950_3000_2250_gabor_patch_orientation_031_119_085_138_target_position_1_3_retrieval_position_2" gabor_circ gabor_119_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_41_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_119_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2242 2992 1992 fixation_cross gabor_118 gabor_061 gabor_009 gabor_176 gabor_118_alt gabor_061_alt gabor_009 gabor_176 "2_42_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2000_gabor_patch_orientation_118_061_009_176_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_146_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_42_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_146_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1842 2992 2442 fixation_cross gabor_029 gabor_053 gabor_143 gabor_169 gabor_029_alt gabor_053_alt gabor_143 gabor_169 "2_43_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2450_gabor_patch_orientation_029_053_143_169_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_143_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_43_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_143_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1842 2992 2442 fixation_cross gabor_060 gabor_172 gabor_035 gabor_095 gabor_060_alt gabor_172 gabor_035_alt gabor_095 "2_44_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2450_gabor_patch_orientation_060_172_035_095_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_095_framed blank blank blank blank fixation_cross_target_position_2_4 "2_44_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_095_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 1792 2992 1892 fixation_cross gabor_145 gabor_175 gabor_086 gabor_058 gabor_145 gabor_175_alt gabor_086_alt gabor_058 "2_45_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1800_3000_1900_gabor_patch_orientation_145_175_086_058_target_position_1_4_retrieval_position_2" gabor_circ gabor_129_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_45_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_129_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1992 2992 2292 fixation_cross gabor_055 gabor_079 gabor_097 gabor_121 gabor_055 gabor_079 gabor_097_alt gabor_121_alt "2_46_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2300_gabor_patch_orientation_055_079_097_121_target_position_1_2_retrieval_position_2" gabor_circ gabor_079_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_46_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_079_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1892 2992 2342 fixation_cross gabor_067 gabor_084 gabor_148 gabor_018 gabor_067 gabor_084 gabor_148_alt gabor_018_alt "2_47_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2350_gabor_patch_orientation_067_084_148_018_target_position_1_2_retrieval_position_2" gabor_circ gabor_130_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_47_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_130_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2042 2992 2592 fixation_cross gabor_061 gabor_022 gabor_150 gabor_080 gabor_061 gabor_022_alt gabor_150_alt gabor_080 "2_48_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2600_gabor_patch_orientation_061_022_150_080_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_130_framed blank blank blank blank fixation_cross_target_position_1_4 "2_48_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_130_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 1792 2992 1992 fixation_cross gabor_025 gabor_164 gabor_091 gabor_114 gabor_025_alt gabor_164 gabor_091_alt gabor_114 "2_49_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1800_3000_2000_gabor_patch_orientation_025_164_091_114_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_091_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_49_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_091_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1892 2992 2542 fixation_cross gabor_043 gabor_061 gabor_006 gabor_133 gabor_043 gabor_061_alt gabor_006 gabor_133_alt "2_50_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2550_gabor_patch_orientation_043_061_006_133_target_position_1_3_retrieval_position_1" gabor_043_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_50_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_043_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2142 2992 2442 fixation_cross gabor_082 gabor_111 gabor_002 gabor_039 gabor_082_alt gabor_111 gabor_002 gabor_039_alt "2_51_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2450_gabor_patch_orientation_082_111_002_039_target_position_2_3_retrieval_position_2" gabor_circ gabor_159_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_51_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_159_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1792 2992 1942 fixation_cross gabor_059 gabor_083 gabor_172 gabor_125 gabor_059 gabor_083_alt gabor_172_alt gabor_125 "2_52_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_1950_gabor_patch_orientation_059_083_172_125_target_position_1_4_retrieval_position_1" gabor_012_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_52_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_012_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1892 2992 2242 fixation_cross gabor_171 gabor_105 gabor_152 gabor_062 gabor_171 gabor_105_alt gabor_152 gabor_062_alt "2_53_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2250_gabor_patch_orientation_171_105_152_062_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_016_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_53_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_016_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2092 2992 2092 fixation_cross gabor_046 gabor_151 gabor_115 gabor_072 gabor_046 gabor_151_alt gabor_115_alt gabor_072 "2_54_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2100_gabor_patch_orientation_046_151_115_072_target_position_1_4_retrieval_position_1" gabor_094_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_54_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_094_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1742 2992 2492 fixation_cross gabor_007 gabor_064 gabor_097 gabor_179 gabor_007_alt gabor_064 gabor_097_alt gabor_179 "2_55_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2500_gabor_patch_orientation_007_064_097_179_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_133_framed blank blank blank blank fixation_cross_target_position_2_4 "2_55_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_133_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 2142 2992 2092 fixation_cross gabor_006 gabor_170 gabor_118 gabor_133 gabor_006 gabor_170_alt gabor_118 gabor_133_alt "2_56_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2150_3000_2100_gabor_patch_orientation_006_170_118_133_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_133_framed blank blank blank blank fixation_cross_target_position_1_3 "2_56_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_133_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1792 2992 2542 fixation_cross gabor_120 gabor_144 gabor_177 gabor_087 gabor_120_alt gabor_144 gabor_177 gabor_087_alt "2_57_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2550_gabor_patch_orientation_120_144_177_087_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_038_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_57_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_038_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1992 2992 2242 fixation_cross gabor_021 gabor_003 gabor_154 gabor_081 gabor_021_alt gabor_003_alt gabor_154 gabor_081 "2_58_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2250_gabor_patch_orientation_021_003_154_081_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_127_framed blank blank blank blank fixation_cross_target_position_3_4 "2_58_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_127_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2042 2992 2192 fixation_cross gabor_081 gabor_147 gabor_009 gabor_037 gabor_081_alt gabor_147 gabor_009 gabor_037_alt "2_59_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2200_gabor_patch_orientation_081_147_009_037_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 "2_59_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_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; 43 64 292 292 399 125 1742 2992 1992 fixation_cross gabor_093 gabor_131 gabor_114 gabor_069 gabor_093_alt gabor_131_alt gabor_114 gabor_069 "2_60_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_2000_gabor_patch_orientation_093_131_114_069_target_position_3_4_retrieval_position_2" gabor_circ gabor_131_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_60_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_131_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1742 2992 1892 fixation_cross gabor_135 gabor_013 gabor_151 gabor_093 gabor_135_alt gabor_013 gabor_151_alt gabor_093 "2_61_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_1900_gabor_patch_orientation_135_013_151_093_target_position_2_4_retrieval_position_2" gabor_circ gabor_013_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_61_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_013_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2092 2992 2042 fixation_cross gabor_045 gabor_102 gabor_062 gabor_121 gabor_045 gabor_102_alt gabor_062 gabor_121_alt "2_62_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2050_gabor_patch_orientation_045_102_062_121_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_014_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_62_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_014_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1992 2992 2392 fixation_cross gabor_122 gabor_041 gabor_008 gabor_166 gabor_122_alt gabor_041_alt gabor_008 gabor_166 "2_63_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2400_gabor_patch_orientation_122_041_008_166_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_008_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_63_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_008_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1742 2992 2192 fixation_cross gabor_169 gabor_052 gabor_091 gabor_028 gabor_169_alt gabor_052 gabor_091_alt gabor_028 "2_64_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2200_gabor_patch_orientation_169_052_091_028_target_position_2_4_retrieval_position_2" gabor_circ gabor_052_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_64_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_052_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1842 2992 1892 fixation_cross gabor_141 gabor_034 gabor_012 gabor_080 gabor_141_alt gabor_034_alt gabor_012 gabor_080 "2_65_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_1900_gabor_patch_orientation_141_034_012_080_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 "2_65_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_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; 43 62 292 292 399 125 2042 2992 2342 fixation_cross gabor_150 gabor_070 gabor_042 gabor_132 gabor_150 gabor_070_alt gabor_042_alt gabor_132 "2_66_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2350_gabor_patch_orientation_150_070_042_132_target_position_1_4_retrieval_position_1" gabor_150_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_66_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_150_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1892 2992 2292 fixation_cross gabor_132 gabor_107 gabor_168 gabor_152 gabor_132_alt gabor_107 gabor_168 gabor_152_alt "2_67_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2300_gabor_patch_orientation_132_107_168_152_target_position_2_3_retrieval_position_2" gabor_circ gabor_107_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_67_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_107_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 1892 2992 2492 fixation_cross gabor_085 gabor_104 gabor_142 gabor_068 gabor_085_alt gabor_104 gabor_142 gabor_068_alt "2_68_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1900_3000_2500_gabor_patch_orientation_085_104_142_068_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 "2_68_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_022_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2192 2992 2592 fixation_cross gabor_090 gabor_074 gabor_020 gabor_160 gabor_090 gabor_074_alt gabor_020_alt gabor_160 "2_69_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2600_gabor_patch_orientation_090_074_020_160_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_160_framed blank blank blank blank fixation_cross_target_position_1_4 "2_69_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_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; 43 64 292 292 399 125 1842 2992 2292 fixation_cross gabor_030 gabor_170 gabor_050 gabor_097 gabor_030_alt gabor_170 gabor_050 gabor_097_alt "2_70_Encoding_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1850_3000_2300_gabor_patch_orientation_030_170_050_097_target_position_2_3_retrieval_position_1" gabor_030_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_70_Retrieval_Working_Memory_MEG_P3_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_030_retrieval_position_1" 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; };
bc5a431b25d78d6bb1a74d68fdc755078e778610
449d555969bfd7befe906877abab098c6e63a0e8
/32/CH1/EX1.08/1_08.sce
191ec21b14d0c100427ca296353d6c229ac77f1f
[]
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
479
sce
1_08.sce
//pathname=get_absolute_file_path('1.08.sce') //filename=pathname+filesep()+'1.08-data.sci' //exec(filename) //Diameter of cylinder(in m): dia=15*10^-2 //Manometer difference in Hg column(in m): h=12*10^-2 //Density of mercury(in kg/m^3): d=13.6*10^3 //Acceleration due to gravity(in m/s^2): g=9.81 //Weight of piston(in N): pressure*area w=h*d*g*%pi*dia^2/4 //Mass of the piston(in kg): m=w/g printf("\n\n RESULT \n\n") printf("\n\n Mass of the piston= %f kg",m)
9a86979d537e1629b7eea53183dc11e45f1eff46
449d555969bfd7befe906877abab098c6e63a0e8
/50/DEPENDENCIES/newtonNLE.sce
cb0e9d5c93780e6b5450349211aaa36a00bc87ea
[]
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
817
sce
newtonNLE.sce
function [xn] =newtonNLE(x0,f,J) //Newton-Raphson method applied to a //system of linear equations f(x) = 0, //given the jacobian function J, with //J is the jacobian matrix of the functions. //x = [x1;x2;...;xn], f = [f1;f2;...;fn] //x0 is an initial guess of the solution N = 3; //define max. number of iterations PE= 10^-15; //define tolerance maxval = 10000.0; //define value for divergence xx = x0; //load initial guess for n=1:1:N JJ = J(xx); if(abs(det(JJ))<PE) then error('newtonm - Jacobian is singular - try new x0'); abort; end; xn = xx - inv(JJ)*f(xx); if(abs(f(xn))<=PE) then break; else xx=xn; end; if (abs(f(xx))>=maxval) then error('Solution diverges'); abort; end; end; disp(n," no. of iterations ="); endfunction
c8de6106d2ac2bc180c53d85af64554ef1d4a8ee
86ae7e24466d959da945d5b6d8ab93354a9e8a1d
/cylinder.sce
45890f47dc4dbba3d79ab68be7a11b9fce446d9f
[]
no_license
AnujaNagare/Scilab-Programs
be27fdeb0db8cfa4b00ac5121676b18412b8a222
4152eac1a3e87ec7408fb3dfea55cac984cca2d9
refs/heads/master
2021-08-30T16:53:33.876536
2017-12-18T19:11:47
2017-12-18T19:11:47
114,677,855
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,876
sce
cylinder.sce
function [x,y,z] = cylinder(r,n) xdel(winsid()); pi=22/7; Radius = r; Height = 1; SideCount = n+1; // Vertices n_side = SideCount; for i_ver=1:n_side VertexData(i_ver,:) = [Radius*cos(2*%pi/n_side*i_ver),Radius*sin(2*%pi/n_side*i_ver),0]; VertexData(n_side+i_ver,:) = [Radius*cos(2*%pi/n_side*i_ver),Radius*sin(2*%pi/n_side*i_ver),Height]; end // Side Patches for i_pat=1:n_side-1 Index_Patch1(i_pat,:) = [i_pat,i_pat+1,i_pat+1+n_side,i_pat+n_side]; end Index_Patch1(n_side,:) = [n_side,1,1+n_side,2*n_side]; for i_pat=1:n_side // Side patches data PatchData1_X(:,i_pat) = VertexData(Index_Patch1(i_pat,:),1); PatchData1_Y(:,i_pat) = VertexData(Index_Patch1(i_pat,:),2); PatchData1_Z(:,i_pat) = VertexData(Index_Patch1(i_pat,:),3); end x=PatchData1_X; y=PatchData1_Y; z=PatchData1_Z; // Draw side patches figure(1); plot3d(PatchData1_X,PatchData1_Y,PatchData1_Z); h1_fac3d = gce(); h1_fac3d.color_mode = 4; h1_fac3d.foreground = 1; h1_fac3d.hiddencolor = 4; // Bottom Patches Index_Patch2(1,:) = [1:n_side]; Index_Patch2(2,:) = [n_side+1:2*n_side]; for i_pat=1:2 // Bottom patch data PatchData2_X(:,i_pat) = VertexData(Index_Patch2(i_pat,:),1); PatchData2_Y(:,i_pat) = VertexData(Index_Patch2(i_pat,:),2); PatchData2_Z(:,i_pat) = VertexData(Index_Patch2(i_pat,:),3); end // Draw bottom patches figure(1); plot3d(PatchData2_X,PatchData2_Y,PatchData2_Z); h2_fac3d(i_pat) = gce(); h2_fac3d(i_pat).color_mode = 4; h2_fac3d(i_pat).foreground = 1; h2_fac3d(i_pat).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.2,-0.2,0;0.2,0.2,0.4]; xgrid;
852acfbf0b919ed8f7fc73cc45857d5ef83ff7e4
717ddeb7e700373742c617a95e25a2376565112c
/72/CH5/EX5.2.1/5_2_1.sce
a6e87fc4554e48d7fd3d1f4e68474cb62589be7f
[]
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
707
sce
5_2_1.sce
//CAPTION: Heterojunction_Bipolar_Transistor(HBT) //CHAPTER NO.-5 //Example No.5-2-1 , Page No.-213 //(a) Program_to_determine_the_latice_match_present_in_percent disp('the_latice_match_present_is_within 1%'); //(b) Program_to_find_the_conduction-band_differential_between_Ge_and_GeAs X1=4;//electron_affinity X2=4.07;//electron_affinity AE=X1-X2; disp(AE,'the_conduction-band differential_is(in eV) ='); //(c) Program_to_find_the_valence-band_differential_between_Ge_and_GeA Eg2=1.43;//energy_gap Eg1=.8;//energy_gap Ev=Eg2-Eg1-AE disp(Ev,'the valence-band differential is(in eV) =');
c66381a4deef966daf0cb09a4a5c9b6663953333
449d555969bfd7befe906877abab098c6e63a0e8
/2300/CH3/EX3.11.2/Ex3_2.sce
acdcd10248edaf6ced32b5bfa4046d24919495d2
[]
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
384
sce
Ex3_2.sce
//scilab 5.4.1 //WINDOWS 7 Operating Systems //chapter 3 PROPERTIES OF SEMICONDUCTORS //example 2 clc //Given data Sn=480; //Conductivity in S/m yn=0.38; //Electron mobility in m^2/(V*s) e=1.6*10^-19; //Charge of electron in C //Required Formula Nd=Sn/(e*yn); //Concentration of donor atoms per m^3 disp('m^-3',Nd,'Concentration of donor atoms'); //End
d43613b325fa931f6dad7064e32f5662dd217c91
ac1f8441b0319b4a391cd5a959bd3bb7988edfa7
/data/news2015/news2015/SplitsNEWS15/ThEn/then.7.tst
dc7cf06ce83ec9815f2f356b25892b1097b727bb
[ "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
119,998
tst
then.7.tst
ก ร อ ต ส ์ g r o t z ก ร อ ท g r o t h ก ร อ ส ส ์ g r o s s e ก ร ั น เ บ ิ ร ์ ก g r u n b e r g ก ร า ต ์ ซ ี เ อ โ น ่ g r a z i a n o ก ร า ว น ด ์ โ ฮ ส เ ต ส g r o u n d h o s t e s s ก ร า ส ส ์ , ก ึ น เ ท อ ร ์ g r a s s , g u e n t e r ก ร ิ ฟ ฟ ิ ่ ง g r i f f i n g ก ร ิ ฟ ส ์ g r e a v e s ก ร ิ ล ส ์ g r i l s ก ร ิ ๊ ก g r e i g ก ร ี น g r e e n e ก ร ี น พ ี ซ g r e e n p e a c e ก ร ี น ฟ ิ ล ด ์ g r e e n f i e l d ก ร ี น ส ไ ต น ์ g r e e n s t e i n ก ร ี น ิ ช g r e e n i c h ก ร ี น แ ฮ ล ช ์ g r e e n h a l g h ก ร ี โ น , ฮ อ เ ร ช ี โ อ g r e e n o u g h , h o r a t i o ก ร ู แ ย ร ์ g r u y e r e ก ล ั ว ซ อ น เ น c l o i s o n n e ก ล ี เ ซ ช ั น g l e i z a t i o n ก ล ี เ ซ ิ ่ น g l e e s o n ก ล ี แ ม น g l e e m a n ก ล ู ท า เ ม ต g l u t a m a t e ก ล ู โ ค ไ ซ ด ์ g u l c o s i d e ก อ ซ g a u z e ก อ น ซ า เ ล ิ ส g o n z a l e s ก อ ร ์ ก ี , อ า ร ์ ช ี ล g o r k y , a r s h i l e ก อ ร ์ ส g o r e s ก อ ร ์ เ ต ิ ้ น g o r t o n ก อ โ ช g o s h o ก ั ต เ ม ิ น น ์ g u t m a n n ก ั ต แ ซ น น ี ก ้ า g a z z a n i g a ก ั น ด ์ เ ล ิ ก g u n d l a c h ก ั น แ ท ร ม g u n t r a m ก ั ล ว ี โ น , อ ี ต า โ ล c a l v i n o , i t a l o ก ั ว เ ต ม า ล า g u a t e m a l a ก ั ว เ ต ม า ล า ซ ิ ต ี g u a t e m a l a c i t y ก า ฐ ม า ณ ฑ ุ k a t h m a n d u ก า ร ั น ต ี g u a r a n t e e ก า ร ์ บ g a r b e ก า ร ์ เ ด ล ล ่ า g a r d e l l a ก า ล ิ เ ล อ ี , ก า ล ิ เ ล โ อ g a l i l e i , g a l i l e o ก า ว ิ ต k a w i t ก า โ น g a n o ก ิ น เ ท อ ร ์ g i n t h e r ก ิ ล ค ึ ส g i l k e s ก ิ ล ล ิ ง แ ฮ ม g i l l i n g h a m ก ิ ล เ ล ม ิ ้ น g u i l l e m i n ก ิ ล เ ล ี ่ ย น g i l i a n ก ิ ล เ ล ี ่ ย ม g i l l i a m ก ิ โ ล เ ฮ ิ ร ต ซ ์ k i l o h e r t z ก ี เ ด ี ้ ย น g i d e o n ก ี เ ร ิ ่ น g e r e n ก ึ น ซ ์ g u n z ก ู ก ว น g u g u a n ก ู ด g o o d e ก ู ด แ ม น , เ บ น น ี g o o d m a n , b e n n y ก ู ต า ร า จ า k u t a r a j a ก ู ล ด ์ g o u l d ก ู ส g o o s e ก ู เ ท น เ บ ิ ร ์ ก g u t e n b u r g ก ู ๊ ด บ อ ด ิ ้ g o o d b o d y ก ู ๊ ด ว ิ ล ล ์ g o o d w i l l ก ู ๊ ด ส ป ี ด g o o d s p e e d ก ู ๊ เ ด ิ ่ น g o o d e n ก ็ อ ด ล ั ฟ g o d l o v e ก ็ อ ด เ ซ ิ ล g o d s e l l ค ร อ ว ์ ฟ ิ ช c r a w f i s h ค ร ั ส ต ์ c r u s t ค ร ิ ช ต ั น , ไ ม เ ค ิ ล c r i c h t o n , m i c h a e l ค ร ิ ป ท อ น k r y p t o n ค ร ิ ป โ ท ซ ู น c r y p t o z o o n ค ร ิ ส ต ์ เ ม ิ น c h r i s t m a n ค ร ิ ส เ ต น เ ซ ิ ่ น c h r i s t e n s e n ค ร ิ ส โ ท บ า ไ ล ต ์ c r i s t o b a l i t e ค ร ิ โ ซ ไ ท ล ์ c h r y s o t i l e ค ร ี ซ ั ส c r o e s u s ค ร ี เ ต เ ช ี ย ส c r e t a c e o u s ค ร ู ส , ท อ ม c r u i s e , t o m ค ร ู เ ก อ ร ์ k r u g e r ค ล อ เ ด ิ ล c l a u d e l ค ล อ เ ต ิ ้ น c l a u g h t o n ค ล อ โ ร แ ก น ิ ก c h l o r o r g a n i c ค ล ั ด k l u d ค ล ั ต เ ต อ ร ์ เ บ ิ ่ ก c l u t t e r b u c k ค ล ั ส เ ต อ ร ์ c l u s t e r ค ล า ร ิ เ น ต c l a r i n e t ค ล า ส ส ิ ก c l a s s i c ค ล ิ น k l i n ค ล ิ ฟ ต ั น c l i f t o n ค ล ิ ๊ ก k l i c k ค ล ี ฟ แ ล น ด ์ , โ ก ร เ ว อ ร ์ c l e v e l a n d , g r o v e r ค ล ี เ ม ิ ่ น k l e e m a n ค ล ี โ อ c l i o ค ล ู ต c l u t e ค ว อ ร ์ น q u o r n ค ว ิ ก k w i c ค ว ิ น ท า น ่ า q u i n t a n a ค ว ิ ล q u i l l ค ว ี น แ อ น น ์ q u e e n a n n e ค อ ก จ ี อ า โ น ่ c a g g i a n o ค อ น ก ร ี ต c o n c r e t e ค อ น ท ร า ส ต ์ c o n t r a s t ค อ น เ ท ส ต ์ c o n t e s t ค อ น เ ฟ อ ร ์ c o n f e r ค อ น เ ว ิ ร ์ ต c o n v e r t ค อ น แ ว น ต ์ c o n v e n t ค อ น โ ด ร ไ ด ต ์ c h o n d r o d i t e ค อ บ บ ิ ง c o b b i n g ค อ ฟ ฟ ี ่ เ ม ต c o f f e e m a t e ค อ ฟ โ น k o v n o ค อ ม พ ิ เ ท ช ั น c o m p e t i t i o n ค อ ม ม า น เ ด อ ร ์ c o m m a n d e r ค อ ม ม ิ ว น ิ ส ม ์ c o m m u n i s m ค อ ม ม ิ ว เ ท เ ต อ ร ์ c o m m u t a t o r ค อ ม ม ู น c o m m u n e ค อ ม ี ่ c o m e y ค อ ม เ ม น ต ์ c o m m e n t ค อ ม เ ม ิ ร ์ ช c o m m e r c e ค อ ร ิ อ อ น c h o r i o n ค อ ร ์ น ิ ซ c o r n i c e ค อ ร ์ น เ ฟ ล ก ส ์ c o r n f l a k e s ค อ ร ์ เ ซ ต c o r s e t ค อ ร ์ เ ด ต c h o r d a t e ค อ ร ์ เ น ล ล ์ c o r n e l l ค อ ล ล ิ ง ส ์ c o l l i n g s ค อ ล ล ิ เ ก ท ิ ฟ c o l l i g a t i v e ค อ ล เ ก ต , ว ิ ล เ ล ี ย ม c o l g a t e , w i l l i a m ค อ ล เ ร ง ค ิ ม า c h l o r e n c h y m a ค อ เ ล ิ ่ ม c o l u m ค ะ ป ิ ล ล า ร ์ c a p i l l a r ค ะ ย ั ค k a y a k ค ั ก k u c k ค ั ก ส ์ k u x ค ั ต c u t ค ั ต ท า น ี ่ c a t t a n i ค ั น ท ร ี c o u n t r y ค ั น น ิ ่ ง แ ฮ ม c u n n i n g h a m ค ั ป ป ู ช ี c a p p u c c i ค ั ป โ พ ร ว ิ น ซ ี k a a p p r o v i n s i e ค ั ม ม ิ น โ ท ไ น ต ์ c u m m i n t o n i t e ค ั ม เ บ อ ร ์ แ ล น ด ์ c u m b e r l a n d ค ั ล ม ์ c u l m ค ั ส เ ซ ต เ ท ป c a s s e t t e t a p e ค ั ส เ ท ิ ก ส ์ c a s t e x ค า ซ ี เ ม ี ย ร ์ k a s i m i r ค า น อ น c a n o n ค า ร ์ ด ิ ้ น c a r d i n ค า ร ์ ต เ ม ิ ่ ล c a r t m e l ค า ร ์ บ อ น ิ เ ฟ อ ร ั ส c a r b o n i f e r o u s ค า ร ์ บ ู เ ร ต อ ร ์ c a r b u r e t t o r ค า ร ์ ม า น k a r m a n ค า ร ์ ร ู เ ซ ล c a r r o u s e l ค า ร ์ ล ี อ ั น c a r l y o n ค า ร ์ ล เ ซ ิ ่ น c a r l s e n ค า ร ์ ล เ ซ ิ ่ น c a r l s o n ค า ร ์ ส เ ว ล c a r s w e l l ค า ร ์ เ ซ ิ ่ น k a r s t e n ค า ร ์ เ ต อ ร ์ c a r t e r ค า ร ์ เ น เ ล ี ย น c a r n e l i a n ค า ร ์ เ ม ล ่ า c a r m e l a ค า ร ์ เ ม ิ ก c a r m a c k ค า ร ์ เ ม ิ ่ น k a r m i n ค า ร ์ เ ร น เ ฟ ล ด ์ k a r r e n f e l d ค า ร ์ ไ ม เ ค ิ ล , โ ฮ ก ี c a r m i c h a e l , h o a g y ค า ว ส ์ c o w e s ค า ส ซ ิ ่ น c a s s i n ค า ส โ ซ ว า ร ี ่ c a s s o w a r y ค า ฮ า เ น ่ k a h a n e ค า เ ด ล c a d e l l ค า โ ด แ ก น c a d o g a n ค ิ ก ก า ป ู k i c k a p o o ค ิ ช k e e c h ค ิ ม ป ์ เ ต ิ ้ น k i m p t o n ค ิ ล ค ั ล เ ล ิ ่ น k i l c u l l e n ค ิ ว บ า c u b a ค ิ ว บ ิ ซ ึ ม c u b i s m ค ิ ว ไ พ ร ต ์ c u p r i t e ค ิ ส ต ์ เ ม เ ค อ ร ์ k i s t e m a k e r ค ี ต ส ์ k e a t s ค ี ฟ ต ์ k i e f t ค ี เ ล อ ร ์ k e e l e r ค ี เ อ อ เ ฮ น k e o h a n e ค ี โ ม c h e m o ค ุ ก , แ ซ ม c o o k e , s a m ค ุ ท ท า k u t t a ค ู บ ี ้ k u b i e ค ู ล เ ล อ ร ์ c o o l e r ค ู ว ์ เ ป อ ร ์ c o w p e r ค ู เ ก อ เ ล อ ร ์ k u g l e r ค ู แ ซ ็ ก , จ อ ห ์ น c u s a c k , j o h n ค ็ อ ก น ิ ท ิ ฟ c o g n i t i v e ค ็ อ บ บ ์ c o b b ค ็ อ ป เ ป อ ร ์ k o p p e r จ อ ร ี ่ j o r y จ อ ร ์ เ ก ิ ้ น เ ซ ิ ่ น j o r g e n s e n จ อ ห ์ น บ ี . บ ิ ก ส ์ j o h n b . b i g g s จ อ ห ์ น น ี ่ j o h n n i e จ อ ห ์ น ส ั น , ไ ม เ ค ิ ล j o h n s o n , m i c h a e l จ ั ต แ ล น ด ์ j u t l a n d จ ั ม ป ์ บ อ ล j u m p b a l l จ า เ ม ก า j a m a i c a จ า โ ค บ ี ้ j a c o b i จ ิ น เ จ อ ร ์ เ บ ร ด g i n g e r b r e a d จ ิ น เ ซ ง g i n s e n g จ ิ ๊ บ ล ิ ่ น g i b l i n จ ี ก ล ี โ อ ต ต ี ้ g i g l i o t t i จ ี ก ล ี ้ g i g l i จ ี น ่ า g i n a จ ี เ ก ิ ต g i g o t จ ี เ อ ็ ม โ อ g m o จ ี โ อ ด g e o d e จ ู ซ j u i c e จ ู น ั ก j u n a c k e จ ู ส j o o s จ ู เ ล ี ย ต j u l i e t จ ู เ ล ี ย น ่ า j u l i a n a จ ู เ ว ิ ล j e w e l l จ ็ อ ก j o c k จ ็ อ บ ส ์ , ส ต ี ฟ j o b s , s t e v e ช น ิ ต ส เ ล อ ร ์ s c h n i t z l e r ช ม ิ ต ต ์ s c h m i t t ช ร อ ท s c h r o t h ช ร ี ฟ s h r e e v e ช ล ู เ ต อ ร ์ s c h l u t e r ช อ ก ท อ ว ์ c h o c t a w ช อ ค ร อ ส s h a w c r o s s ช อ น เ บ อ ร ์ เ ก อ ร ์ s c h o n b e r g e r ช อ ร ์ ต ค ร ั ส ต ์ เ พ ส ท ร ี s h o r t c r u s t p a s t r y ช อ ร ์ ต ค ั ต s h o r t c u t ช อ ร ์ ต เ ท น น ิ ง s h o r t e n i n g ช อ ล ์ ก c h a l k ช อ เ ล อ ร ์ s c h a l l e r ช อ เ ว ล s h o w e l l ช ั บ c h u b b ช า ด c h a d ช า ม ั ว ส ์ c h a m o i s ช า ม า ล s h a m a l ช า ร ์ ต c h a r t s ช า ร ์ ล ว ิ ล ล ์ c h a r l e v i l l e ช า ร ์ แ ด ง , ช อ ง - บ า ต ี ส ต ์ - ซ ี เ ม อ ง c h a r d i n , j e a n - b a p t i s t e - s i m e o n ช า ร ์ โ ค ล c h a r c o a l ช า ล ส ์ c h a r l e s ช า ล ส ์ , เ ร ย ์ c h a r l e s , r a y ช ิ ง c h i n g ช ิ ป บ อ ร ์ ด c h i p b o a r d ช ิ ป เ พ น เ ด ล c h i p p e n d a l e ช ิ ล ล ิ c h i l l y ช ิ ล ล ิ ง s c h i l l i n g ช ิ ล ล ี เ ง อ ร ์ s c h i l l i n g e r ช ิ เ ฟ อ ร ์ s c h i e f f e r ช ี ต s h e e t ช ี ต เ ท ิ ่ ม c h e a t h a m ช ี ต เ ท ิ ่ ม c h e e t h a m ช ี ฟ s h e a f ช ี เ อ ิ น s h e e h a n ช ี โ อ ฟ ี ่ c i o f f i ช ู s h o e ช ู t e w ช ู ต ต ิ ้ ง ส ค ร ิ ป ต ์ s h o o t i n g s c r i p t ช ู ว ์ s h e w ช ู เ ม ิ น s h u m a n ช เ ว เ บ ิ ่ ล s c h w e b e l ช โ ร s h e r o ช ่ า ช ่ า ช ่ า c h a - c h a - c h a ซ ล ิ เ ช ี ย ส s i l i c e o u s ซ อ ด ส ์ s w o r d s ซ อ น ด ์ s a u n d ซ อ น แ ท ก , ซ ู ซ า น s o n t a g , s u s a n ซ อ ป ป ี ้ z o p p i ซ อ ฟ ค อ ซ s o v k h o z ซ อ ล ต ์ ส เ ม ิ น s a l t z m a n ซ อ ล เ ต ิ ้ น s a l t o n ซ ั ท เ ท อ ร ์ แ ล น ด ์ s u t h e r l a n d ซ ั น ต า ย า น า , จ อ ร ์ จ s a n t a y a n a , g e o r g e ซ ั น น ี ไ ซ ด ์ อ ั ป s u n n y - s i d e u p ซ ั บ ค อ น แ ท ร ก เ ต อ ร ์ s u b c o n t r a c t o r ซ ั ม เ ม อ ร ์ เ ซ ต s o m e r s e t ซ ั ล ฟ า ไ ด อ ะ ซ ี น s u l f a d i a z i n e ซ า ช ิ ม ิ s a s h i m i ซ า น ต ี น า s a n t e n a ซ า น โ ต s a n t o ซ า พ อ ร ิ โ ต ้ s a p o r i t o ซ า ม ิ ซ ด ั ต s a m i z d a t ซ า ร ์ ส ฟ ิ ล ด ์ s a r s f i e l d ซ า ล ั ส , ม า ร ์ เ ซ โ ล s a l a s , m a r c e l o ซ า ล ี เ อ ิ ร ์ ส s a l y e r s ซ า ล ่ า s a l a ซ า ว า ส s a v a s ซ า ว ่ า s a v a ซ า แ ม น ท า s a m a n t h a ซ ิ ก s i k h ซ ิ ก เ ก ล อ ร ์ z i e g l e r ซ ิ ง ก ส ์ s i n k s ซ ิ ต ี c i t y ซ ิ น จ อ ห ์ น s i n j o h n ซ ิ น น ิ ต s i n n e t t ซ ิ น เ จ อ ร ์ z e n g e r ซ ิ น เ น อ ร ์ ย ิ ส ซ ึ ม s y n e r g i s m ซ ิ ฟ เ ต ิ ้ น s i f t o n ซ ิ ม ิ แ ล ร ิ ต ี s i m i l a r i t y ซ ิ ม เ ม อ ร ์ ล ี ่ z i m m e r l y ซ ิ ม เ ม อ ร ์ เ ม ิ น z i m m e r m a n n ซ ิ ล ล ิ ม า ไ น ต ์ s i l l i m a n i t e ซ ิ ล ล ์ เ ม อ ร ์ z i l l m e r ซ ิ ล ว า ไ น ต ์ s y l v a n i t e ซ ิ ล ิ เ อ ด c i l i a t e ซ ิ ล เ ว อ ร ์ เ ท ิ ร ์ น s i l v e r t h o r n ซ ิ ส ค ิ น ด ์ s i s k i n d ซ ิ ส เ ว ส เ ต อ ร ์ s y l v e s t e r ซ ี ก ิ น เ ท อ เ ล อ ร ์ s i e g e n t h a l e r ซ ี ด ี เ อ ็ ม เ อ c d m a ซ ี ต อ น แ น ค ท ิ ส c h i t o n a c t i s ซ ี น ิ ก s i n e k ซ ี บ อ ล ด ์ s e b a l d ซ ี บ ี เ อ ส c b s ซ ี บ ้ า s e b a ซ ี พ ี ย ู c p u ซ ี ฟ z i f f ซ ี ม อ น s i m o n ซ ี ร ี น ี ่ s i r r i n e ซ ี ล เ ว อ น ิ ส s y l v a n u s ซ ี เ ค ิ ล s i c h e l ซ ี เ ง อ ร ์ s i n g h e r ซ ี เ ด อ ร ์ s e d e r ซ ี เ ด อ ร ์ z e d e r ซ ี เ ด อ ร ์ เ บ ิ ร ์ ก c e d e r b e r g ซ ี เ ต อ ร ์ s a e t e r ซ ี เ บ ิ ร ์ ต s i e b e r t ซ ี เ ม ิ น s e a m a n ซ ี เ ม ิ น s y m o n ซ ี เ ล ก ต ์ s e l e c t ซ ี เ อ ็ น เ อ ็ น c n n ซ ี โ ร c i r o ซ ู ซ า น s u s a n ซ ู ซ ่ า s o u s a ซ ู ต ส ์ s u i t s ซ ู น ี ่ z u n i ซ ู ม เ ล น ส ์ z o o m l e n s ซ ู ร ั ต s u r u t ซ ู ร า โ ซ s u r a z o ซ ู เ ต อ ร ์ s u t e r ซ ู เ ป อ ร ์ ไ ว เ ซ อ ร ์ s u p e r v i s o r ซ ู แ ซ น น า ห ์ s u s a n n a h ซ ู โ ท ร s u t r o ด ร อ บ d r o b ด ร ั ม เ ม ิ น ด ์ d r u m m o n d ด ร า ม า ต ิ ก d r a m a t i c ด ร ิ ง ก ์ ว อ เ ต อ ร ์ d r i n k w a t e r ด ร ิ ง ค อ ล ล ์ d r i n k a l l ด ร ิ ง เ ค อ ร ์ d r i n k e r ด ร ิ ส ก อ ล ล ์ d r i s c o l l ด ร ู ต d r u i t t ด ว อ น d w a n ด อ น เ น อ ล ี ย ์ d o n n e l l e y ด อ ร ์ ฟ แ ม น d o r f m a n ด อ ร ์ เ ว ิ ร ์ ด d o r w a r d ด อ ล บ ี ้ d a l b y ด อ ล ิ ช d a w l i s h ด อ ส ต ์ d o s t ด อ อ ุ โ ร ่ d o u r o ด อ เ ม อ น ิ ก d o m i n i c k ด อ เ ม อ น ิ ส d o m i n i s ด อ แ ร น d o r a n ด ั ค ส ์ ฮ ุ น ด ์ d a c h s h u n d ด ั ง ก ์ ล ี ย ์ d u n k l e y ด ั น ฟ ี ่ d u n p h y ด ั บ ล ิ น d u b l i n ด ั บ เ บ ิ ล ย ู ท ี โ อ w t o ด ั ม d u m m ด ั ม ค ี ่ d u m k e ด ั ม ม ี โ ค ่ d a m i c o ด ั ม เ ม อ ร ์ d u m m e r ด ั ล ม า เ ช ี ย d a l m a t i a ด ั ล เ ล ส ซ ั น โ ด ร d a l e s s a n d r o ด า บ อ ร ์ ม ิ ด า d a b o r m i d a ด า ย เ อ อ ร ์ d y e r ด า ร ี d a r i ด า ร ์ บ ี d e r b y ด า ว น ี ่ ย ์ d o w n e y ด า ว แ ล น ด ์ d o w l a n d ด ิ ก d i c k e ด ิ ก บ ี ้ d i g b y ด ิ ก ส ต ร า d i c k s t r a ด ิ ง ค ิ น ส ์ d i n k i n s ด ิ ง เ ค ิ ล d i n k e l ด ิ ซ อ เ ร ี ย d e s o r i a ด ิ ต เ ม อ ร ์ d i t t m e r ด ิ ต โ ก , ส ต ี ฟ d i t k o , s t e v e ด ิ ว ต ี ฟ ร ี d u t y f r e e ด ิ ว ล อ น ี ่ d u l a n y ด ิ ส ต ์ เ ล อ ร ์ d i s t l e r ด ิ เ ค อ ร ์ เ ม ิ ่ น d i c k e r m a n ด ิ โ ฟ d e f o e ด ิ โ ว โ ต ้ d e v o t o ด ี ซ ั ล โ ฟ ว ิ บ ร ิ โ อ d e s u l f o v i b r i o ด ี ซ ี โ ม น ี ่ d i s i m o n e ด ี บ ร ิ ต d e b r e t t ด ี พ อ ร ์ ต d e p o r t e ด ี ฟ อ ร ์ เ ร ิ ส d e f o r e s t ด ี ฟ ิ น เ บ เ ก อ ร ์ d i e f e n b a k e r ด ี ม ั น ท อ ย ต ์ d e m a n t o i d ด ี ล ล ิ ่ ง d i l l i n g ด ี ล ี ย ์ d e a l e y ด ี ล ี ย ์ d e e l e y ด ี อ อ ส โ ค ร ี เ ด ส d i o s c o r i d e s ด ี เ ว ิ น ส ์ d e v e n s ด ี เ อ เ อ ฟ d a f ด ี โ ค ส ต ้ า d e c o s t a ด ี โ ว เ น ี ย น d e v o n i a n ด ี ไ ว น ์ d i v i n e ด ู ม า , อ า แ ล ็ ก ซ อ ง ด ร ์ d u m a s , a l e x a n d r e ด ู เ ร ี ย d u r y e a ด ู เ อ น d u a n e ด ู เ อ อ แ ร ็ ก d u r a c k ด ู เ อ ิ ส d e w a s ด ู โ ร d u r o ด ู โ ร ค ล า ไ ร ต ์ d u r o c l a r i t e ด ไ ว เ อ อ ร ์ d w y e r ด ็ อ ก d o c k ด ็ อ ด เ ว ล d o d w e l l ต อ ง ก า t o n g a ต ี น ี ย ์ k e e n e y ต ู ว า ล ู t u v a l u ท ร ั ส ช ์ ไ น ต ิ ง เ ก ล t h r u s h n i g h t i n g a l e ท ร ิ เ ท ี ย ม t r i t i u m ท ร ิ โ อ t r i o ท อ ช t a u c h ท อ น ี ่ t a w n e y ท อ พ อ โ ล ย ี t o p o l o g y ท อ ม t o m ท อ ย เ ช อ ร ์ t e u s c h e r ท อ ร ์ น ด ิ ก t h o r n d i k e ท อ ร ์ น แ บ ร ี ่ t h o r n b e r r y ท อ ร ์ เ น โ ด t o r n a d o ท อ ล ล ์ t a l l e ท อ เ ท ิ ่ ม t a t a m ท ั ง ส เ ต น t u n g s t e n ท ั ฟ เ ว ล t a v e l ท ั ม ส ์ อ ั ป t h u m b s u p ท ั ว ร ์ t o u r ท า น า น า ร ี ฟ t a n a n a r i v e ท า บ า ส โ ก t a b a s c o ท า ร ์ ต t a r t ท า ร ์ น t a r n ท ิ ล แ ม น t i l m a n ท ิ ๊ ก t e a g u e ท ี น า t i n a ท ี ฟ ร า t e p h r a ท ี ม t e a m ท ี ว ี พ ู ล t v p o o l ท ี อ อ เ บ ิ ล ด ์ t h e o b a l d ท ี เ อ อ ด อ เ ร ิ ส t h e o d o r u s ท ู พ ี ซ t w o - p i e c e น อ ต k n o t น อ น แ อ ท เ ท น เ ม น ท ์ n o n - a t t a i n m e n t น อ ป ฟ ์ k n o p f น อ ฟ k n a u f น อ ร ์ ด n o r d น อ ร ์ ต n o r t e น อ ร ์ ท เ ค ิ ต n o r t h c o t t น อ ร ์ บ ี ้ n o r b y น อ ร ์ ม อ ล ล ิ ต ี ้ n o r m a l i t y น อ ร ์ เ ว ิ ล n o r v a l น อ ร ์ เ ว ิ ล n o r v e l l น อ เ ว ล n o v e l น ั ต แ ค ร ็ ก เ ก อ ร ์ n u t c r a c k e r น ั ท n u t s น า ร ์ ด ี ้ n a r d i น า ร ์ ว ่ า n a r v a น า ว ี n a v y น ิ ก ก ี n i c k y น ิ ค เ ก ิ ล n i c k l e น ิ ต เ ท ิ ล k n i t t e l น ิ ม ส ์ n i m s น ิ ล ล ์ k n i l l น ิ ว ก ิ น ี n e w g u i n e a น ิ ว ซ ั ม n e w s o m e น ิ ว เ บ อ ร ี n e w b e r y น ิ ส ต ์ n i s t น ี k n e e น ี n e e น ี เ ด ล n i e d e r l น ี เ ม ิ ่ น n i e m a n n น ู บ ร า น ช ์ n e w b r a n c h น ู ฮ อ ร ์ ส n e w h o r s e น ู เ ซ ิ ่ ม n e w s o m น ู เ น ิ น n o o n a n น ู โ ว n o u v e a u น ็ อ ก k n o c h น ็ อ บ ส ์ n o b s บ ร อ ด ล ี ย ์ b r o a d l e y บ ร อ น ส ั น , ช า ล ส ์ b r o n s o n , c h a r l e s บ ร อ น เ ต b r o n t e บ ร อ ย เ อ อ ร ์ , ม า ร ์ เ ซ ล b r e u e r , m a r c e l บ ร อ ว ์ ล ี ย ์ b r a w l e y บ ร ั ง ก ์ b r u n k บ ร ั น b r u n บ ร ั ส เ ซ ล b r u s s e l บ ร า ค ิ ส โ ท โ ค ร น b r a c h i s t o c h r o n e บ ร า ซ ิ ล น ั ต b r a z i l n u t บ ร ิ ก ล ี ย ์ b r i c k l e y บ ร ิ ด จ ิ ต b r i d g i t บ ร ิ น b r e e n บ ร ิ ม เ ม อ ร ์ b r i m m e r บ ร ิ ล b r i l l บ ร ิ ส ต อ ล b r i s t o l บ ร ิ เ ก อ เ ด ี ย ร ์ b r i g a d i e r บ ร ิ เ ค อ ร ์ b r i c k e r บ ร ิ เ ต น b r i t a i n บ ร ี ม b r i e m บ ร ี เ น อ b r y n a บ ร ู ก ฮ า ร ์ ต b r o o k h a r t บ ร ู ม ฟ ิ ล ด ์ b r o o m f i e l d บ ร ู เ ค อ ร ์ b r o o k e r บ ร ู ไ ค ต ์ b r o o k i t e บ ล า ว b l a u บ ล า ส ท ู ล า b l a s t u l a บ ล ิ ส ส ์ b l i s s บ ล ู ช ี ส b l u e c h e e s e บ อ ง ว ั ว ย า ช b o n v o y a g e บ อ ต ซ ์ b r o t z บ อ ต ต ี เ ช ล ล ี , ซ ั น โ ด ร b o t t i c e l l i , s a n d r o บ อ ต ส ์ b a u t z บ อ น น ์ b o n n e บ อ น ฟ ิ ล ด ์ b o n f i e l d บ อ บ ว ิ ก b o b w i g บ อ ย b o y e บ อ ย เ ด ิ ่ น b o y d e n บ อ ร ี ล b o r e a l บ อ ร ์ เ ก ิ ่ น b o r g e n บ อ ร ์ เ น อ ร ์ b o e r n e r บ อ ล b a l l บ อ ส ต ั น b o s t o n บ อ เ น เ ว ี ย b o n a v i a บ ั ก ค ี ่ b u c k y บ ั ก เ ต ิ ้ น b u c k t o n บ ั ก เ ม ิ น b u c h m a n บ ั ด เ จ ต b u d g e t บ ั ต เ ซ อ ร ์ b u t z e r บ ั น ต ิ ่ ง b u n t i n g บ ั น เ ง อ ร ์ b u n g e r บ ั ล ล ิ ส ต ิ ก b a l l i s t i c บ ั ส แ ต ร ์ b a s s e - t e r r e บ า น ส ์ b a r n e s บ า ย พ า ส b y p a s s บ า ย ส ์ แ บ ล ล อ ต b u y s b a l l o t บ า ร อ แ ก ร ม b a r o g r a m บ า ร ์ ค ร อ ฟ ต ์ b a r c r o f t บ า ร ์ ด อ น b a r d o n บ า ร ์ ต เ ท ิ ้ น ส ไ ต น ์ b a r t e n s t e i n บ า ร ์ น ส เ ต อ เ ป ิ ้ ล b a r n s t a p l e บ า ร ์ บ ิ ซ ง b a r b i z o n บ า ร ์ บ ้ า b a r b a บ า ร ์ เ ด ิ ่ น b a r d e n บ า ร ์ เ บ ล b a r b e l l บ า ร ์ เ บ ี ย ร ี ่ b a r b i e r i บ า ล า ก ล า ว า b a l a k l a v a บ า ว เ อ อ ร ์ b o w e r บ ิ ก บ ร า เ ท อ ร ์ b i g b r o t h e r บ ิ ก เ ก ิ ล b i c k e l บ ิ ก เ ม ้ า ท ์ b i g m o u t h บ ิ ง เ ฮ ิ ม b i n g h a m บ ิ ต เ ท ิ ร ์ น b i t t e r n บ ิ น b e a n e บ ิ น ส ต ็ อ ก b i n s t o c k บ ิ ล เ ก อ ร ์ b i l g e r บ ิ ว เ ท น b u t a n e บ ิ ว เ บ ิ น b u b e n บ ิ ว เ ล ิ ่ น ด ์ b u l a n d บ ิ ส b u i s บ ิ ส ก ิ ต b i s c u i t บ ิ โ ก เ น ี ย b e g o n i a บ ิ ๊ ก ล ี ่ b i g l e y บ ี . โ ค ไ ล b . c o l i บ ี ช b e e c h บ ี ม ิ ช b e a m i s h บ ี เ ก อ ร ์ เ ต ิ ้ น b i c k e r t o n บ ี เ น ิ ่ ม b y n u m บ ี เ บ ิ ล b e a b l e บ ี เ ฟ ิ ร ์ ด b y f o r d บ ี เ ม ิ ่ น ต ์ b e m e n t บ ี เ ร ิ น ส ์ b e r e n s บ ี เ ล ิ น b i l l e n บ ี เ อ ส ท ี b s t บ ุ ค เ น อ ร ์ b u c h n e r บ ุ ช , จ อ ร ์ จ เ ฮ อ ร ์ เ บ ิ ร ์ ด ว อ ล ์ ก เ ก อ ร ์ b u s h , g e o r g e h e r b e r t w a l k e r บ ุ น เ ซ น , ร อ เ บ ิ ร ์ ต b u n s e n , r o b e r t บ ุ ร ั ส ซ ่ า b o u r a s s a บ ุ ร ์ ด b o o r d บ ุ เ ช ิ ล b u s h e l l บ ุ ๊ ก ช อ ป b o o k s h o p บ ู ก ี b o o k i e บ ู ม b o o m บ ู ร ์ ก อ น ย ์ b o u r g o g n e บ ู โ อ น า ร ์ โ ร ต ี , ม ี เ ก ล ั น เ จ โ ล b u o n a r r o t i , m i c h e l a n g e l o บ ๋ อ ย b o y ป ร า ก p r a g u e ป ร ี เ ซ ส ช ั น p r e c e s s i o n ป ั ล ล า ด ี โ ย p a l l a d i o ป า ป า p a p a ป า ม ป ั ส p a m p a s ป า ส เ ต อ ร ์ น ั ค , บ อ ร ิ ส p a s t e m a k , b o r i s ป า เ ล ส ไ ต น ์ p a l e s t i n e ป ิ แ อ ร ์ p i e r r e ป ี เ ต อ ร ส ์ , ไ ม ก ์ p e t e r s , m i k e ป ี เ ต อ ร ์ ล ู p e t e r l o o ป ุ ช ช ี น ี , จ า โ ก โ ม p u c c i n i , g i a c o m o ป ุ ช ต ู p u s h t u ป ๊ อ ป ร ็ อ ก p o p - r o c k พ น ม เ ป ญ p h a n o m p e n h พ ร า ว ด ์ p r o u d พ ร ิ น เ ด ิ ล p r i n d l e พ ร ิ ส ซ ิ ล ล า p r i s c i l l a พ ร ิ ส ม อ ย ด ์ p r i s m o i d พ ร ี p r e พ ร ี ฟ ต ี ้ p r i f t i พ ร ี เ ซ ล p r e - s a l e พ ร ี เ ม ี ย ร ์ p r e m i e r พ ล ั ม p l u m พ ล า น า ซ อ ล p l a n a s o l พ ล า เ ซ น ต า p l a c e n t a พ ล ็ อ ต ส ์ p l o t z พ อ ด ซ อ ล p o d z o l พ อ ต ี ต p o t e e t พ อ ม พ า p o m p a พ อ ย น ี เ อ อ ร ์ p o i n i e r พ อ ย น ์ เ ต อ ร ์ p o y n t e r พ อ ร ์ ร ิ ต p o r r i t t พ อ ล ท อ ร ์ แ ร น ซ ์ p a u l t o r r a n c e พ อ ล ด ิ ่ ง p a u l d i n g พ อ ล พ ต p o l p o t พ อ ล ส ์ p a u l s พ อ เ ม อ ร อ ย p o m e r o y พ ั ต เ ต อ ร ์ p u t t e r พ ั ล โ ท ร ว ์ , ก ว ิ เ น ท p a l t r o w , g w y n e t h พ า ร า ด ี โ ซ ่ p a r a d i s o พ า ร า โ บ ล า p a r a b o l a พ า ร ์ ค ิ น ส ั น p a r k i n s o n พ า ร ์ ม า ร ์ p a r m a r พ า ร ์ ล ิ น p a r l i n พ า ร ์ เ ก อ ร ์ , เ ร ย ์ ม อ น ด ์ p a r k e r , b a r r y พ า ส เ ช อ ไ ร ซ ์ p a s t e u r i z e พ า ส โ อ เ ว อ ร ์ p a s s o v e r พ ิ ก เ ค เ ร ล p i c k e r e l พ ิ ก โ ค โ ล p i c c o l o พ ิ ง ก ์ p i n k พ ิ ง ก ์ น ี ่ p i n k n e y พ ิ จ ิ โ อ ไ น ต ์ p i g e o n i t e พ ิ ต p e e t พ ิ ต ช ์ เ บ ล น ด ์ p i t c h b l e n d e พ ิ ต ต ์ p i t t พ ิ ต เ ค เ อ ิ ร ์ น p i t c a i r n พ ิ น น ิ ย ์ p i n n e y พ ิ น เ ซ น ต ์ p i n s e n t พ ิ น เ น อ ด ้ า p i n e d a พ ิ ม เ ป อ ร ์ p i m p e r พ ิ ล า ฟ p i l a f พ ิ ล เ ช อ ร ์ p i l c h e r พ ี ซ า โ น ่ p i s a n o พ ี ต p e a t พ ี น น ่ า p i n n a พ ี ร ะ ม ิ ด p y r a m i d พ ี อ ี p e พ ี เ ต อ ร ์ เ ซ ิ ่ น p e t e r s e n พ ี เ ต อ ร ์ เ ม ิ น p e t e r m a n n พ ี เ อ ช p h พ ี เ อ ร ิ ส p i e r i s พ ี เ อ ็ น เ อ p n a s พ ี แ อ ล เ อ p l a พ ุ ก p o o k พ ู เ ด ิ ล p o o d l e พ ็ อ ก p a u k ฟ ร อ ม ม ์ f r o m m e ฟ ร า น เ ช ส โ ก f r a n c e s c o ฟ ร ิ ช f r i t s c h ฟ ร ิ ซ เ ซ ิ ล f r i z z l e ฟ ร ิ เ ด ิ ร ์ ส ด อ ร ์ ฟ f r i e d e r s d o r f ฟ ร ี ท า ว น ์ f r e e t o w n ฟ ร ี บ า ร ์ f r e e b a r ฟ ร ุ ต f r u i t ฟ ล อ ย f l o y d ฟ ล อ ร ิ ส ต ์ f l o r i s t ฟ ล ั ม f l u m ฟ ล ิ ก ค ิ น เ ง อ ร ์ f l i c k i n g e r ฟ ล ิ น เ น อ ร ์ f l i n n e r ฟ ล ี ต ว ู ด f l e e t w o o d ฟ ล ู อ อ ร ์ ส ป า ร ์ f l u o r s p a r ฟ ล ู อ อ ไ ร ด ์ f l u o r i d e s ฟ ล ู อ อ ไ ร ต ์ f l u o r i t e ฟ ล ู เ อ อ ร ์ f l u o r ฟ อ ก ซ ์ เ ท อ ร ์ เ ร ี ย f o x t e r r i e r ฟ อ ต f a u g h t ฟ อ ท f o t h ฟ อ บ ส ์ f o r b e s ฟ อ ร ์ ช อ ว ์ f o r s h a w ฟ อ ร ์ เ ท อ น อ ฟ f o r t u n o f f ฟ อ ร ์ แ ท ร น f o r t r a n ฟ อ ร ์ แ ม ล f o r m a l ฟ อ ล ล ิ ส f o l l i s ฟ อ ล โ ล ว ์ f o l l o w ฟ อ ล โ ล ส ์ f o l l o w s ฟ อ ส f o s s ฟ อ ส ฟ อ ร ั ส p h o s p h o r o u s ฟ อ ส ฟ อ ร ั ส p h o s p h o r u s ฟ อ แ ร ม ิ น ิ เ ฟ อ ร ์ f o r a m i n i f e r ฟ ั ง ก ์ ช ั น น ั ล f u n c t i o n a l ฟ ั ล โ ก น ี ่ f a l c o n e ฟ ั ๊ ง f u n g ฟ า ด า ม า f a d a m a ฟ า บ ู ล า f a b u l a ฟ า ย p h i ฟ า ร ิ ง เ ด ิ ่ น f a r i n g d o n ฟ า ร ์ โ ก f a r g o ฟ า ร ์ โ ล ว ์ , ท ั ล f a f l o w , t a l ฟ ิ ก เ ก ี ย น f i c k i a n ฟ ิ ง ก ์ f i n c k ฟ ิ ด โ ต ้ f e c t e a u ฟ ิ ต ช ิ ต f i t c h e t t ฟ ิ ต ส ์ ว อ เ ต อ ร ์ f i t z w a t e r ฟ ิ ต ส ์ ว ิ ล เ ย ิ ่ ม f i t z w i l l i a m ฟ ิ ต เ น ส f i t n e s s ฟ ิ น น ี ย ์ f i n n e y ฟ ิ น น ี ่ f i n n i e ฟ ิ น ิ ช f i n i s h ฟ ิ น เ ท ล f i n t e l ฟ ิ ล ล ิ ป ส ์ p h i l l i p s ฟ ิ ล ิ ป ป ์ p h i l i p p ฟ ิ ล เ ต อ ร ์ เ ค ้ ก f i l t e r c a k e ฟ ิ ล เ ย ิ ่ น f i l i o n ฟ ิ โ ร ส f i r o z ฟ ิ โ ล ้ p h i l o ฟ ี f i e ฟ ี เ ซ อ ร ์ f i e s e r ฟ ื อ เ ร อ ร ์ f u e h r e r ฟ ุ ้ ค เ ซ ี ย f u c h s i a ฟ ู ม f u m e ฟ ู ล เ ล อ ร ์ , บ ั ก ม ิ น ส เ ต อ ร ์ f u l l e r , b u c k m i n s t e r ฟ ็ อ ก ส ล ี ย ์ f o x l e y ม อ ต โ ต m o t t o ม อ น ด ์ m o n d ม อ น ต ์ เ ป เ ล ี ย ร ์ m o n t p e l i e r ม อ น โ ซ ไ น ต ์ m o n z o n i t e ม อ น โ ร , ม า ร ิ ล ี น m o n r o e , m a r i l y n ม อ ย m o y ม อ ย ส ์ เ ช อ ร ์ m o i s t u r e ม อ ย เ อ ิ ร ์ ส m o y e r s ม อ ร ์ น ิ ่ ง เ ต ิ ้ น m o r n i n g t o n ม อ ร ์ ร ิ น m u r r i n ม อ ร ์ ร ิ ส m o r r i s ม อ ร ์ เ ฟ ี ย m o r p h i a ม อ ร ์ เ ล ิ น ด ์ m o r l a n d ม อ ร ์ เ ล ิ ่ น ด ์ m o r e l a n d ม อ ร ์ โ ร ว ์ m u r r o w ม อ ล ต ์ เ อ ก ซ แ ท ร ก ต ์ m a l t e x t r a c t ม อ ล ล ์ ไ ว ด ์ m o l l w e i d e ม อ ส m o s s e ม อ ส เ ล อ ร ์ m o s l e r ม อ เ น อ แ ฮ น m o n a h a n ม อ เ ร ็ ต ต ี ้ m o r e t t i ม อ โ น ท ร อ ป ิ ก m o n o t r o p i c ม ะ ล ะ ก า m a l a k a ม ั ค ซ ิ ม m a k s i m ม ั ง ก ์ เ ต ิ ้ น m o n c k t o n ม ั น ซ า โ น ่ m a n z a n o ม ั น น ์ , ท อ ม ั ส m a n n , t h o m a s ม ั น ส ั น m u n s o n ม ั น เ ด ิ ล m u n d e l l ม ั น เ ฟ ร ด ี ้ m a n f r e d i ม ั ม ม ่ า m u m m a ม ั ม เ ซ ิ ่ น m o m s e n ม ั ล ก า m u l g a ม ั ล ด ี ฟ ส ์ m a l d i v e s ม ั ล ต ิ ม ี เ ด ี ย m u l t i m e d i a ม ั ล ร อ ย m u l r o y ม ั ล ล อ ย m u l l o y ม ั ล ล ิ ส m u l l i s ม ั ล ล ิ ่ ง ส ์ m u l l i n g s ม ั ล ล ี m a l l e e ม ั ล เ ล อ น ี ย ์ m u l l a n e y ม ั ว ร ์ เ ฮ ด m o o r e h e a d ม ั ส ซ า ว า m a s s a w a ม ั ส ต า ร ์ ด m u s t a r d ม ั ส เ ซ ิ ล ไ ว ต ์ m u s s e l w h i t e ม ั ส เ ล ิ ่ น m a s l a n ม า ก ี ้ m a k i ม า ด ม ั ว แ ซ ล m a d e m o i s e l l e ม า ด า ก ั ส ก า ร ์ m a d a g a s c a r ม า ต า ฮ า ร ี m a t a h a r i ม า ร ี อ ั ต m a r r y a t ม า ร ์ ค , ฟ ร ั น ซ ์ m a r c , f r a n z ม า ร ์ ช m a r s c h ม า ร ์ ต ิ น ล ู เ ท อ ร ์ m a r t i n l u t h e r ม า ร ์ บ ั ก m a r b a c h ม า ร ์ ล ิ น m a r l y n ม า ร ์ ส ั น m a r s o n ม า ร ์ ส เ ด ิ ้ น m a r s d e n ม า ร ์ เ ก ส m a r q u e z ม า ร ์ เ ค ิ ่ ม m a r c o m ม า ร ์ เ ท ็ น m a r t e n ม า ร ์ โ ล ว ์ m a r l o w e ม า ล อ ร ี m a l o r y ม า ล ั น m a l a n ม า เ ซ อ ร ั ล m a c e r r l ม า เ น , เ อ ด ู อ า ร ์ m a n e t , e d o u a r d ม า เ ร ส ค ่ า m a r e s c a ม า เ ล อ ร ์ , ก ู ส ต า ฟ m a h l e r , g u s t a v ม ิ ก ก ี ย ์ m i c k e y ม ิ ก ม า ไ ท ต ์ m i g m a t i t e ม ิ ก เ ซ อ ร ์ m i x e r ม ิ ด m e i d ม ิ ด เ ด ิ ล บ ร ู ๊ ก m i d d l e b r o o k ม ิ ด เ ด ิ ล ล ี บ ุ ๊ ช m i d d l e b u s h ม ิ ต เ ช ล ล ์ , ม า ร ์ ก า เ ร ต m i t c h e l l , m a r g a r e t ม ิ น ส ์ m i n n s ม ิ ล ค ์ ส m i l k s ม ิ ล ต ั น , จ อ ห ์ น m i l t o n , j o h n ม ิ ล เ ว ิ ร ์ ด m i l l w a r d ม ิ ว ด ี ่ m u d i e ม ิ ว เ อ อ ไ ร m u r a i ม ิ ส ท ร า ล m i s t r a l ม ิ เ ช ิ น m i c h o n ม ิ โ ค ล ส m i k l o s ม ี ต ต ิ ง m e e t i n g ม ี น ิ ก m i n i c k ม ี เ ก ิ ่ น m e e g a n ม ี เ ด ี ย ม แ ร ร ์ m e d i u m r a r e ม ี เ ท น m e t h a n e ม ุ ส ล ิ ม m u s l i m ม ู ซ อ น m o u z o n ม ู ด ี ้ m o o d i e ม ู ท m u t h ม ู ฟ เ ม น ต ์ m o v e m e n t ม ู ร ั ต m u r a t ม ู ส m o o s e ม ู ส ส ์ m o u s s e ม ู ส เ ค ต ิ น m u s c a t i n e ย อ น จ ์ y o n g e ย อ ร ์ y o r e ย อ ร ์ ก - แ อ น ต ์ เ ว ิ ร ์ ป y o r k - a n t w e r p ย ั ง y o u n g ย ั ง , ช ิ ก y o u n g , c h i c ย ั ง บ ล ั ด y o u n g b l o o d ย ั ล y u l ย า ซ ู y a z o o ย ิ ป ซ ี g y p s y ย ู ซ ิ ส u s i s ย ู ท ิ ล ิ ต ี u t i l i t y ย ู น ิ เ ค อ ร ์ ซ ั ล u n i c u r s a l ย ู น ิ เ ว อ ร ์ ซ อ ล u n i v e r s a l ย ู อ ั น e u a n ย ู เ ค ร น u k r a i n ย ู เ ค ล ส e u c l a s e ย ู เ อ ฟ โ อ u . f . o . ย ู เ อ ิ ร ์ ต e w e r t ย ู เ อ ิ ร ์ ส e w e r s ย ู เ อ เ อ ส บ ี u a s b ร อ ก ก ี r o c k y ร อ ด เ จ อ ร ส ์ , จ ิ ม ม ี r o d g e r s , j i m m i e ร อ น ด ์ r o n d e ร อ น ส ล ี ย ์ r a w n s l e y ร อ น ั ล ด ์ ไ อ ล ์ เ ม อ ร ์ ฟ ิ ช เ ช อ ร ์ r o n a l d a y l m e r f i s h e r ร อ บ า ร ์ ต ส r o b a r t s ร อ บ ิ น ส ั น , บ ิ ล ล ์ ( โ บ แ จ ง เ ก ิ ล ส ์ ) r o b i n s o n , b i l l ( b o j a n g l e s ) ร อ บ ิ ส ั น r o b i s o n ร อ บ ิ โ ช r o b i c h a u d ร อ บ ี ้ r a b i ร อ ย ั ล ฟ ล ั ช r o y a l f l u s h ร อ ส ซ ี r o s s i ร อ ส เ ซ ิ ่ น r o s s o n ร อ ส เ ว ล ล ์ r o s w e l l ร อ เ ก ิ ่ น r u g e n ร อ เ อ ิ ล r a w l e ร ั ด ค ิ น r u d k i n ร ั ด ด ี เ ม ิ ่ น r u d d i m a n ร ั ด เ ด ิ ่ ก r u d d o c k ร ั ต เ ต อ ร ์ r u t t e r ร ั ต เ ท ิ ่ น r u t t a n ร ั น ด ้ า r a n d a ร ั น น ิ ่ ง r u n n i n g ร ั น เ ย ิ ้ น r u n y o n ร ั ล r u h l ร ั ส ก ิ น , จ อ ห ์ น r u s k i n , j o h n ร ั ส ส ์ r u s s ร ั ส เ ซ ล ล ์ , ม อ ร ์ แ ก น r u s s e l l , m o r g a n ร ั ส โ ค ่ r a s c o ร า บ า ต r a b a r t ร า ว น ด ์ r o u n d ร า ห ์ ม า น r a h m a n ร า โ ม ส r a m o s ร ิ ก ค ่ า r i c c a ร ิ ก ส ์ r i g g s ร ิ ง เ ค อ ร ์ r i n k e r ร ิ จ ล ี ่ r i d g e l y ร ิ ช า ร ์ ด ส ั น , บ ิ ล ล ์ r i c h a r d s o n , b i l l ร ิ ด ล ี ย ์ r i d l e y ร ิ ต า r i t a ร ิ ส ช ์ r i s c h ร ิ เ ช ิ ร ์ ด ส r i c h a r d s ร ิ เ ว อ ร ์ ไ ซ ด ์ r i v e r s i d e ร ี น า ร ์ ด r e n a r d ร ี ฟ ส ์ r i v e s ร ี ม า ร ์ ก r e m a r k ร ี เ ค ว ส ต ์ r e q u e s t ร ี เ ซ ป ช ั น r e c e p t i o n ร ี เ ฟ ร ช เ ม น ต ์ r e f r e s h m e n t ร ี เ ฟ ล ก เ ต อ ร ์ r e f l e c t o r ร ี เ ฟ ิ ร ์ ด r e f o r d ร ี เ อ เ จ น ต ์ r e a g e n t s ร ี โ น ล ด ์ r e n o l d ร ี ้ ด ด ิ ้ ง r e a d i n g ร ุ ช ด ี , ซ ั ล ม ั น r u s h d i e , s a l m a n ร ุ ส เ ซ ี ย r u s s i a ร ู ด อ ล ฟ ์ r u d o l p h ร ู ด ี เ ก อ ร ์ r u e d i g e r ร ู ฮ ์ r u h e ร ู เ ด ิ ล r u d e l ร ู เ ล ต r o u l e t ร ู ไ ด ต ์ r u d i t e ร ็ อ ก ค ิ น แ ฮ ม r o c k i n g h a m ร ็ อ ก ล ี ย ์ r o c k l e y ร ็ อ ก ส ์ บ ี ้ r o x b y ร ็ อ ก เ ว ล ล ์ r o c k w e l l ร ็ อ ช r a u c h ร ็ อ ท เ ท ิ ่ น เ บ ิ ร ์ ก r o t h e n b e r g ร ็ อ ป ส ์ r o p s ร ็ อ ส เ ม ิ น r o z m a n ล อ น ท ์ l u n t ล อ ฟ ต ิ ส l o f t i s ล อ ร ิ ส l o r i s ล อ ว ์ เ ย อ ร ์ l a w y e r ล อ เ ค ิ น l a c o n ล อ เ ด อ ร ์ , เ อ ส เ ต l a u d e r , e s t e e ล ั ก ค ิ ่ ง l u c k i n g ล ั ง เ ก แ ล น ด ์ l a n g e l a n d ล ั น ด ์ l u n d e ล ั น ด ์ เ บ ิ ร ์ ก l u n d b e r g ล ั น ด ์ เ บ ็ ก l u n d b e c k ล ั น เ ด ิ ้ น l u n d e n ล ั ฟ ต ์ l u f t ล ั ส เ ซ ล ส ์ l a s c e l l e s ล ั ส เ ร ิ ส l a z r u s ล า ก ร า น จ ์ l a g r a n g e ล า ป า ซ l a p a z ล า ร ี ย ์ l a r e y ล า ร ์ ค ั ม l a r c o m ล า ว ด ์ l o u d ล า ว ิ ง เ ต ิ ้ น l a v i n g t o n ล า ว ี น ่ า l a v i n a ล า ว เ อ อ ร ี ่ l o w e r y ล า ฮ ู ด l a h o o d ล า โ ด น น ่ า l a d o n n a ล ิ ก ู เ ร ี ย น l i g u r i a n ล ิ ซ ซ ี l i z z y ล ิ ซ ิ ป ป ั ส l y s i p p o s ล ิ ต เ ท ล เ ต ิ ้ น l y t t e l t o n ล ิ ต เ ท ิ ล เ ล อ ร ์ l i t t l e r ล ิ น ค อ ล ์ น l i n c o l n ล ิ น ต ั น l i n t o n ล ิ น เ ด ร ิ ม l i n d r u m ล ิ ฟ ว ิ ง ร ู ม l i v i n g r o o m ล ิ ม l i m ล ิ ม น ิ ก l i m n i c ล ิ ม อ น l i m o n ล ิ ว ย ู เ อ อ ร ์ l i e w e r ล ิ ว โ ค พ ล า ส ต ์ l e u c o p l a s t ล ี ช l e e c h ล ี ซ อ น ต ์ l i s s a n t ล ี ด ส ์ l e e d s ล ี ท โ ก l y t h g o e ล ี ม า ซ อ ง l i m a c o n ล ี ล ิ ส l i l l i s ล ี ว า ย l e v i ล ี เ บ ิ ร ์ ต l i e b e r t ล ี เ ว ส ก ์ l e v e s q u e ล ี โ ม ส l e m o s ล ุ ก ส ์ l u k e s ล ุ ต ว ิ ด จ ์ l u t w i d g e ล ุ ร ์ l u r e ล ู น ่ า l u n a ล ู อ ั น l u h a n ล ู เ ช โ ร ่ l u c e r o ล ู ไ ท ต ์ l u t i t e ล ็ อ ก ซ ์ l o x ล ็ อ ก อ อ ฟ l o g o f f ล ็ อ ก ฮ ี ด l o c k h e e d ล ็ อ ด ว ิ ก l o d w i c k ล ็ อ ฟ เ ก ร น l o f g r e n ว อ ค ล ู เ ซ ี ย น v a u c l u s i a n ว อ ช w a e s c h e ว อ ต ค ิ น ส ั น w a t k i n s o n ว อ ต ส ั น w a t s o n ว อ ร ์ ร ี w o r r y ว อ ร ์ เ ด ิ ล w a r d l e ว อ ล ก ร ี น w a l g r e e n ว อ ล ซ ิ ง แ ฮ ม w a l s i n g h a m ว อ ล ด ์ ไ ฮ ม w a l d h e i m ว อ ล ส เ ต ร ิ ม w a h l s t r o m ว อ ล ิ ส ต ั น w o l i s t o n ว อ ล เ ด ร ิ ่ น w a l d r o n ว อ ล เ ล ซ w a l l a c e ว อ ล โ พ ล w a l p o l e ว อ ล ์ ด w a l d e ว อ ส ส ์ v o s s ว อ เ ช ิ ป w a u c h o p e ว อ เ ต อ ร ์ เ ฟ ิ ร ์ ด w a t e r f o r d ว อ เ ต อ ร ์ เ ม ิ น w a t e r m a n ว อ เ น ล o n e l l ว อ เ ร ิ ล w e r l e ว ั ด เ ด ิ ม w a d h a m ว ั ต เ ต ิ ร ์ ส w a t t e r s ว ั ล w a a l ว ั ล เ ล น ซ ู เ อ ล ่ า v a l e n z u e l a ว า ค า ช ั น w a k a s h a n ว า ซ า v a s a ว า ร ์ เ ท เ น ี ่ ย น v a r t a n i a n ว า ส ล ี น v a s e l i n e ว ิ ก เ ค อ ร ี ่ v i c k e r y ว ิ ก เ น อ ร ์ w i g n e r ว ิ ก เ ม ิ ่ น w i c k m a n ว ิ ค อ ม บ ์ w y c o m b e ว ิ ต ส ั น w h i t s o n ว ิ ต ั ส v i t u s ว ิ ต เ ค ิ ป w i t k o p ว ิ ต เ ต อ ร ์ w i t t e r ว ิ ต เ บ ร ด w h i t b r e a d ว ิ ต โ ค ม w h i t c o m b e ว ิ ต โ ค ว ส ก ี ้ w i t k o w s k i ว ิ น ฟ ร ี ย ์ w i n f r e y ว ิ น ฟ ิ ล ด ์ w i n f i e l d ว ิ น เ ต อ ร ์ เ บ ิ ต เ ท ิ ่ ม w i n t e r b o t t o m ว ิ ม เ บ อ ร ์ ล ี ่ w i m b e r l y ว ิ ล ก ์ ส w i l k s ว ิ ล ล า ร ์ ด w i l l a r d ว ิ ล ิ ง เ ด ิ ้ น w i l l i n g d o n ว ิ ล เ บ อ ร ์ ฟ อ ร ์ ซ w i l b e r f o r c e ว ิ ส เ ด ิ ้ ม w i s d o m ว ิ ส เ ต ิ ้ น w h i s t o n ว ิ ส โ ค ส v i s c o s e ว ิ เ ต อ ร ิ ่ ง w e t e r i n g ว ิ เ ม ิ ร ์ ส ล ี ่ w o m e r s l e y ว ิ เ ล ิ ่ ม ส ์ w i l l e m s ว ี ก ล ี ย ์ w e a k l e y ว ี ค า ร ี ่ v i c a r i ว ี ซ ี ย ์ v e a s e y ว ี ซ ี ่ v e a z e y ว ี เ ล อ ร ์ w i e l e r ว ี แ ว ง โ ค v i v a n c o ว ี โ ซ ต ส ก ี ้ w y s o c k i ว ี ไ อ พ ี v i p ว ุ ล ร ิ ก w o o l r i c h ว ุ ล เ ฟ ิ ร ์ ต w o l f e r t ว ุ เ ล ิ ร ์ ด w o o l a r d ว ู ต เ ต ิ ้ น w o o t t o n ว ู น เ ด ด w o u n d e d ว ู ล w o o l ว ู ล เ น อ ร ์ , ท อ ม ั ส w o o l n e r , t h o m a s ว ู ล เ ฟ อ ว ิ ต ส ์ w o l f o w i t z ว ู ๊ ด ท อ ร ์ ป w o o d t h o r p e ว ็ อ ฟ เ ฟ ิ ร ์ ด w o f f o r d ส ก ร ี น s c r r e e n ส ก ร ู s c r e w ส ก อ ต ต ์ , เ ซ อ ร ์ ว อ ล เ ต อ ร ์ s c o t t , s i r w a l t e r ส ก อ ล า ร ์ s c h o l a r ส ก ั ล ล ี ่ s k u l l y ส ก ั ๊ ด s k u d ส ก า ล ่ า s c a l a ส ก ิ ร อ ส s k y r o s ส ก ิ ว s k e w ส ก ี น s k e n e ส ก ุ ต เ ท อ ร ู ไ ด ต ์ s k u t t e r u d i t e ส ก ู ด า ม อ ร ์ s c u d a m o r e ส ก ู ต s c o o t ส ค ร ู เ ป ิ ล s c r u p l e ส ค ว ิ ด s q u i d ส ค า ร ์ ส เ ด ล s c a r s d a l e ส ค ิ ด ม อ ร ์ s k i d m o r e ส จ ว ร ์ ต , ร ็ อ ด s t e w a r t , r o d ส ต ร อ ม โ บ ล ี s t r o m b o l i ส ต ร ั ก s t r u c k ส ต ร ั ต ต ์ s t r u t t ส ต ร า ห ์ เ ล อ ร ์ s t r a h l e r ส ต ร า เ ท ิ ร ์ ส s t r u t h e r s ส ต ร ิ ก แ ล น ด ์ , ว ิ ล เ ล ี ย ม s t r i c k l a n d , w i l l i a m ส ต ร ิ ง ฟ ิ ล ด ์ s t r i n g f i e l d ส ต ร ิ น ด ์ เ บ ิ ร ์ ก s t r i n d b e r g ส ต อ ม ส ์ s t o r m s ส ต อ ร ์ s t o r e ส ต อ ล ล ิ ง ส ์ s t a l l i n g s ส ต ั ก ล ี ่ ย ์ s t o k l e y ส ต ั ล s t u l l ส ต า ร ์ s t a r ส ต ิ ล ล ์ s t i l l e ส ต ิ ล ไ บ ต ์ s t i l b i t e ส ต ู อ ิ ต s t u i t ส ต ็ อ ก เ ต ิ ้ น s t o c k t o n ส ต ็ อ ป s t o p ส ป ิ น ิ เ ฟ ก ซ ์ s p i n i f e x ส ป ี ก ส ์ s p e a k e s ส ป ี ว ี ย ์ s p i v e y ส ป ี เ ว ิ ก s p i v a k ส ม อ ล โ บ น ส ์ s m a l l b o n e s ส ม อ เ ท อ ร ์ ส s m o t h e r s ส ม ิ ต ส ์ s m i t s ส ม ิ ล s m i l ส ม ี ่ s m e e ส ล อ ว ์ s l a w ส ล ิ ป s l i p ส ล ี ป เ ป อ ร ์ s l e e p e r ส ล ี โ ก ้ s l i g o ส ว ั น s w a n n ส ว ิ ต เ ซ อ ร ์ แ ล น ด ์ s w i t z e r l a n d ส ว ี น ี ่ s w e e n y ส ะ เ ต ๊ ะ s a t e ส ุ ม า ต ร า s u m a t r a ส ุ เ อ ซ s u e z ส เ ต ด s t e a d ส เ ต น ก ล า ส s t a i n e d g l a s s ส เ ต น ซ ิ ล s t e n c i l ส เ ต น เ ด อ ร ์ s t e n d e r ส เ ต น เ น อ ร ์ s t a i n e r ส เ ต ย ์ เ น อ ร ์ s t a y n e r ส เ ต ร ป โ ท ไ ม ซ ิ น s t r e p t o m y c i n ส เ ต ร า ส ์ s t r o u s e ส เ ต ร ิ โ อ เ พ ล น ิ ก ร า ฟ s t e r e o p l a n i g r a p h ส เ ต อ น ิ ส เ ล ิ ส s t a n i s l a s ส เ ต อ ร ์ ด ี ่ s t u r d y ส เ ต อ ร ์ ล ิ ง s t i r l i n g ส เ ต ิ ร ์ น s t e r n e ส เ ต เ ว ิ ่ น s t a v e n ส เ ต เ อ อ ร ์ s t a y e r ส เ ต ็ ป s t e p ส เ น ท s n a i t h ส เ ป ร ย ์ s p r a y ส เ ป อ ร ์ จ ิ ้ น s p u r g e o n ส เ ม ล s m a l e ส เ ล อ ร ี s l u r r y ส เ ล อ ร ์ เ ว ิ ่ น ส ์ s l a v e n s ส แ ก น ด ร ิ ต s c a n d r e t t ส แ ก ร ็ บ เ บ ิ ล s c r a b b l e ส แ ก ร ็ ป s c r a p ส แ ค บ แ ล น ด ์ s c a b l a n d ส แ ค ร น เ ต ิ น s c r a n t o n ส แ ต ด เ ล อ ร ์ s t a d l e r ส แ ต น ด ์ อ ิ น s t a n d - i n ส แ ต น ว ู ๊ ด s t a n w o o d ส แ ต น ส ์ แ บ ร ี ่ s t a n s b u r y ส แ ต ร ง s t r a n g ส แ ต ร ส เ ซ อ ร ์ s t r a s s e r ส แ ต ล โ ล น ส ์ s t a l l o n e s ส แ ต เ ร อ บ ิ ้ น s t a r o b i n ส แ ต ็ ก โ พ ล s t a c k p o l e ส แ น ป บ ี น s n a p b e a n ส แ ป ง เ ก อ เ ล อ ร ์ s p a n g l e r ส แ ป ท s p a t h ส แ ล ต เ ต อ ร ี ่ s l a t t e r y ส แ ว ง ก ์ s w a n k ส โ ป ร ล ์ ส s p r o l e s ส ไ ค ร น ์ s k r i n e ส ไ ต ก ์ เ ม ิ ่ น s t e i g m a n ส ไ ต เ ค ิ ่ น s t e i c h e n ส ไ ป เ ค อ ร ์ s p i k e r ส ไ ป เ อ ิ ท s p i e t h ส ไ ม ท s m y t h e ห ย า ง ไ ฉ ่ y a n g - t s ' a i อ ค ิ ล ล ิ ส a c h i l l e s อ จ ี ้ a g y อ ม า เ ล ี ย a m a l i a อ ล ี น a l e n e อ อ ก ซ ิ เ ด ช ั น - ร ี ด ั ก ช ั น o x i d a t i o n - r e d u c t i o n อ อ ก ั ส เ ซ น บ อ ร ์ ก a u g u s t e n b o r g อ อ ง แ ก น o n c k e n อ อ ต ต ิ ้ ง o t t i n g อ อ ต เ ท ร ไ ล ต ์ o t t r e l i t e อ อ ฟ ช อ ร ์ ค ล า ส o f f s h o r e c l a s s อ อ ม โ บ ร ม ิ เ ต อ ร ์ o m b r o m e t e r อ อ ร ์ ด เ ว ย ์ o r d w a y อ อ ร ์ ด แ น น ซ ์ o r d n a n c e อ อ ร ์ พ ิ เ ม น ต ์ o r p i m e n t อ อ ร ์ ล ี ่ o r l e y อ อ ร ์ เ ม ิ ่ น ด ์ o r m o n d e อ อ ร ์ เ ฮ ิ ่ น o r h a n อ อ ร ์ โ ล o r l o อ อ ร ์ ไ พ น ์ o r p i n e อ อ ล ก ี ่ a l g i e อ อ ล ต ั น a l t o n อ อ ล เ ล อ ร ์ a l l e r อ อ ส โ ต ร น ี เ ช ี ย น a u s t r o n e s i a n อ อ ส โ ต ร ว ์ o s t r o w อ อ ฮ อ ล ์ ต a h a l t อ อ เ ก ิ ส a u g u s อ อ เ ก ิ ส ต ี น ่ า a u g u s t i n a อ อ เ ม ล เ ว อ น ี ่ o m e l v e n y อ อ เ ล อ ท ่ า a l e t h a อ อ เ ฮ ร ์ น o h e a r n อ ะ ค ล ิ น ิ ก a c l i n i c อ ะ ค ี เ ม น ิ ด a c h e a m e n i d อ ะ ซ อ ร ์ ส a z o r e s อ ะ พ า ร ์ ต เ ม น ต ์ a p a r t m e n t อ ะ ม ี น a m i n อ ะ ย า ล า a y a l a อ ะ ล า ค ล อ ร ์ a l a c h l o r อ ะ ล า ร ์ a l a r อ ะ เ ค เ ซ ี ย a c a c i a อ ะ เ ด ี ย แ บ ต ิ ก a d i a b a t i c อ ะ โ ก โ ก a g o g o อ ะ โ ป จ ี a p o g e e อ ั ต ล ี ย ์ u t l e y อ ั ต โ ต a t t o อ ั น ซ อ ร ์ จ a n s o r g e อ ั น น า ส ต ์ a n a s t อ ั น ส เ ว ิ ร ์ ท u n s w o r t h อ ั น เ ด อ ร ์ u n d e r อ ั น โ ท น ี ่ a n t o n e อ ั บ เ บ ท a b b a t e อ ั ป เ ซ ต u p s e t อ ั ป เ ป อ ร ์ u p p e r อ ั ฟ ก า น ิ ส ถ า น a f g a n i s t a n อ ั ล ค า ล ่ า a l c a l a อ ั ล ต ร า เ ม ฟ ิ ก u l t r a m a f i c อ ั ล บ า เ น ซ ี a l b a n e s e อ ั ล ล อ ย a l l o y อ ั ล โ ล เ ว ย ์ , ล อ ว ์ เ ร น ซ ์ a l l o w a y , l a w r e n c e อ ั ล ไ ซ เ ม อ ร ์ a l z h e i m e r อ ั ส ม า ร า a s m a r a อ า ก อ ส ต ี โ น a g o s t i n o อ า ซ อ ฟ a z o v อ า ต า a t a อ า ป ี อ า a p i a อ า ร ย ั น a r y a n อ า ร า โ ก เ น ส , เ ซ อ ร ์ จ ี โ อ a r a g o n e s , s e r g i o อ า ร ์ ค ิ เ ท ก เ ช อ ร ์ a r c h i t e c t u r e อ า ร ์ ค ี โ อ โ ซ อ ิ ก a r c h e o z o i c อ า ร ์ ด ี / อ า ร ์ เ อ r d / r a อ า ร ์ บ ิ ท ร า ร ี a r b i t r a r y อ า ร ์ ม า เ จ อ ร ์ a r m a t u r e อ า ร ์ ล ิ ง ต ั น a r l i n g t o n อ า ร ์ เ ก ิ ่ น ด ์ a r c a n d อ า ร ์ เ ด น a r d e n อ า ร ์ เ ด น , เ อ ล ิ ซ า เ บ ท a r d e n , e l i z a b e t h อ า ร ์ เ ม อ เ ด ล a r m i d a l e อ า ร ์ เ ว ิ น a r v o n อ า ร ์ เ อ ็ ม r m อ า เ ม อ ฮ ั น น ี ่ o m a h o n e y อ า โ ว ก า โ ด ร , อ า ม า เ ด โ อ a v o g a d r o , a m a e d e o อ ิ ก ล ู i g l o o อ ิ ง เ ก ิ ล ฮ า ร ์ ต e n g l e h a r t อ ิ ด ส ์ e a d e s อ ิ น ช ์ i n c h อ ิ น ซ ิ เ น อ เ ร เ ท อ ร ์ i n c i n e r a t o r อ ิ น ซ ์ i n c e อ ิ น ท ิ เ ก ร เ ต อ ร ์ i n t e g r a t o r อ ิ น ฟ ี เ ร ี ย ร ์ i n f e r i o r อ ิ น ว า ร ์ i n v a r อ ิ น เ จ ก ช ั น i n j e c t i o n อ ิ น เ จ โ ล ว ์ i n g e l o w อ ิ น เ ซ ป ท ิ ซ อ ล ส ์ i n c e p t i s o l s อ ิ น เ ด ี ย น ซ ั ม เ ม อ ร ์ i n d i a n s u m m e r อ ิ น เ ต อ ร ์ เ ซ ก ซ ั น i n t e r s e c t i o n อ ิ น เ ท อ ร ์ เ น ช ั น แ น ล i n t e r n a t i o n a l อ ิ น เ น ิ ส i n n e s อ ิ บ เ ซ น , เ ฮ น ร ิ ก i b s e n , h e n r i k อ ิ ป เ ป ิ ้ น i p p e n อ ิ ม พ อ ร ์ ต i m p o r t อ ิ ม ั ล ซ อ ย ด ์ e m u l s o i d อ ิ ม เ บ ิ ร ์ ต i m b e r t อ ิ ร ิ ค า เ ช ี ย ส e r i c a c e o u s อ ิ ส ล า เ ม ี ย i s l a m i a อ ิ ส เ ท ิ ่ ม e a s t h a m อ ิ เ ล ็ ก ต ร อ น e l e c t r o n อ ิ โ ค โ น ไ ม เ ซ อ ร ์ e c o n o m i z e r อ ี ก อ ร ์ i g o r อ ี ค ิ ้ น e a k i n อ ี ซ า ด อ ร ่ า i s a d o r a อ ี ซ ี โ ด ร y s i d r o อ ี พ ร ็ อ ม e p r o m อ ี ฟ น ิ ง พ ร ิ ม โ ร ส e v e n i n g p r i m r o s e อ ี ล ิ ก i l l i g อ ี ว า ร ์ ต e w a r t อ ี ส เ ต อ ร ์ ล ี ่ e a s t e r l y อ ี อ อ ก ช ั ่ น e - a u c t i o n อ ี เ ก ิ ล เ ต ิ ้ น e a g l e t o n อ ี เ ค อ ร ์ e a k e r อ ี เ จ ี ย น a e g e a n อ ี เ น ส i n e z อ ี เ ม อ เ จ ิ น i m o g e n อ ี เ อ เ อ ฟ e a f อ ี โ ก i g o e อ ี โ น e n o อ ู ก า ร ์ ต ี ้ u g a r t e อ ู ซ ี ่ u z i อ ู เ ล อ ร ์ u h l e r อ ู แ บ ล ด ี ้ u b a l d i อ เ ร ี ย ส a r i a s อ แ ด ร ์ a d a i r อ โ ก a g o อ ็ อ ก ส ์ เ น ิ ร ์ ด o x n a r d ฮ อ ก ไ ก โ ด h o k k a i d o ฮ อ จ h a u g e ฮ อ จ ต ิ ้ น ส ั น h o d g k i n s o n ฮ อ ต ด อ ก h o t d o g ฮ อ บ ส ์ , ท อ ม ั ส h o b b e s , t h o m a s ฮ อ ป h o p ฮ อ ป ก ิ น ส ์ , แ อ น โ ท น ี h o p k i n s , a n t h o n y ฮ อ ฟ ฟ ์ แ ม น , ด ั ส ต ิ น h o f f m a n , d u s t i n ฮ อ ฟ ส ต ิ ด h o f s t e d e ฮ อ ย ล ์ h o y l e ฮ อ ย เ อ อ ร ์ h e u e r ฮ อ ร ์ น h o r n e ฮ อ ร ์ น เ บ ็ ก h o r n b e c k ฮ อ ร ์ เ น ิ ล h o r n e l l ฮ อ ล ล ิ ส เ ต อ ร ์ h o l l i s t e r ฮ อ ล ิ ง ส เ ว ิ ร ์ ท h o l l i n g s w o r t h ฮ อ ล เ ด ิ ้ น h a l d e n ฮ อ ล เ ล อ เ ด ย ์ h o l l a d a y ฮ อ ล แ ล ม เ ช ี ย ร ์ h a l l a m s h i r e ฮ อ ล โ ล เ ว ย ์ h o l l o w a y ฮ อ ว ์ ก เ ค ิ น h a w k e n ฮ อ ส เ ซ อ เ ม อ ร ์ h o s m e r ฮ อ เ ต ิ ่ น h o u g h t o n ฮ อ เ ร อ ว ิ ต ส ์ h o r o w i t z ฮ ั ต ต ี ้ h u t t y ฮ ั บ ล ี ย ์ h u b l e y ฮ ั ม เ ม ิ ล h u m m e l ฮ ั ล เ บ ิ ร ์ ต h u l b e r t ฮ า ซ ็ อ ป h a z o p ฮ า ร ์ ก ร ี ฟ ส ์ h a r g r e a v e s ฮ า ร ์ ด ค อ ร ์ h a r d - c o r e ฮ า ร ์ ด ด ี ค ร อ ส ส ์ h a r d y c r o s s ฮ า ร ์ ด ิ ง , ว อ ร ์ เ ร น ก า ม า เ ล ี ย ล h a r d i n g , w a r r e n g a m a l i e l ฮ า ร ์ ด ี ้ h a r d i e ฮ า ร ์ ด แ ค เ ซ ิ ล h a r d c a s t l e ฮ า ร ์ ต ส h e a r t z ฮ า ร ์ ต ส ั น h a r t s o n ฮ า ร ์ ต ี เ ก ิ ้ น h a r t i g a n ฮ า ร ์ บ ิ เ ซ ิ น h a r b i s o n ฮ า ร ์ ม ส เ ว ิ ร ์ ท h a r m s w o r t h ฮ า ร ์ ว ี ย ์ , อ ั ล เ ฟ ร ด h a r v e y , a l f r e d ฮ า ร ์ เ ด ิ น h a r d e n ฮ า ร ์ เ ท ิ ล h a r t l e ฮ า ร ์ เ ป อ ร ์ h a r p e r ฮ า ร ์ เ ม ิ น h a r m a n ฮ า ว ล ิ ต h o w l e t t ฮ า ว ล ี ่ h o w l e y ฮ า ว ว ิ ก h o w i c k ฮ า ว เ อ อ ร ์ ต ั น h o w e r t o n ฮ า ว เ อ ิ ล ส ์ h o w e l l s ฮ า ว เ อ ิ ล ส ์ h o w l e s ฮ า ว แ ม น h o w m a n ฮ า เ ว น h a v e n ฮ ิ ก ค ิ น ล ู เ ป อ ร ์ h i c k e n l o o p e r ฮ ิ น ด ์ เ ม ิ ่ น h y n d m a n ฮ ิ บ ส ์ h i b b s ฮ ิ ป โ ซ ม ิ เ ต อ ร ์ h y p s o m e t e r ฮ ิ ล ด า ท า บ า h i l d a t a b a ฮ ิ ล เ ต ิ น h i l t o n ฮ ิ ล เ ล อ ร ี ่ h i l l e r y ฮ ิ ล เ ล ิ น แ บ ร น ด ์ h i l l e n b r a n d ฮ ิ ล เ อ ล h i l l e l ฮ ิ ว จ ์ h u g e ฮ ิ ว ส ั น h e w s o n ฮ ิ ว เ ม ิ น h u m a n ฮ ิ ส เ ท อ ร ี ซ ิ ส h y s t e r e s i s ฮ ี ด h e e d e ฮ ี ล ล ี ่ ย ์ h e a l e y ฮ ี โ ม ฟ ิ เ ล ี ย h e m o p h i l i a ฮ ุ ก h o o k e ฮ ู ซ ่ า h u s a ฮ ู ล ี แ ฮ น h o u l i h a n ฮ ู ส h e u s s ฮ ็ อ ก ค ิ ่ ง h o c k i n g ฮ ็ อ ป ก ิ น ส ั น h o p k i n s o n ฮ ็ อ ป ค ิ ้ น h o p k i n เ ก ต ี ส g e t t y s เ ก ร น g r e n เ ก ร น า ด า g r e n a d a เ ก ร ย ์ เ ฮ า น ด ์ g r e y h o u n d เ ก ร ล g r e l l เ ก ร ว ิ ล ล ์ g r e v i l l e เ ก ร อ ิ ง ก ์ g r e i n k e เ ก ร า ส ก อ ฟ k r a u s k o p f เ ก ล า โ ค ส g l a u k o s เ ก ล เ ด อ ร ์ g e l d e r เ ก ล เ น ิ น g l e n n o n เ ก ล เ บ ิ ้ น g e l b e n เ ก ล ์ บ g e l b เ ก ว น โ ด ล ิ น g w e n d o l i n e เ ก ส ต ั ล ต ์ g e s t a l t เ ก อ ร ์ ท ร ู ด g e r t r u d e เ ก อ ร ์ เ อ โ ร ่ g u e r r e r o เ ก า ต ์ g o u t เ ก ิ ร ์ ด g e r d เ ก เ ด ิ ้ น g a d e n เ ก เ ล ิ ่ น g a l e n เ ก ็ ต ต ิ ้ ง ส ์ g e t t i n g s เ ค ต k a t e เ ค น ท ั ก ก ี k e n t u c k y เ ค น เ น ด ี , ร อ เ บ ิ ร ์ ต เ อ ฟ . k e n n e d y , r o b e r t f . เ ค น เ น ด ี ้ k e n n e d y เ ค ป อ น c a p o n เ ค ป เ น อ ร ์ k e p n e r เ ค พ ี ่ ย ์ c a p e y เ ค พ เ ล อ ร ์ k e p l e r เ ค ม ี ่ c a m y เ ค ม เ ม อ ร ์ k e m m e r เ ค ล k a i l เ ค ล ต ์ c e l t เ ค ล ล ี k e l l y เ ค ล ล ี เ ฮ อ ร ์ k e l l e h e r เ ค ล ว ิ น เ จ อ ร ์ c l e v e n g e r เ ค ล า เ ซ อ ร ์ c l o u s e r เ ค ล า เ ซ ิ ่ น c l a u s e n เ ค ล ี ย ร ี ่ c l e a r y เ ค ล เ ล อ ร ์ k e l l e r เ ค ล เ ว อ ร ์ c l a v e r เ ค ว ด q u a d e เ ค ว ด q u a i d เ ค ว ี น ิ ส c a v i n e s s เ ค ส ซ ิ ล ร ิ ่ ง k e s s e l r i n g เ ค ส เ ต อ ร ์ k e s t e r เ ค อ ร ์ ช า โ ท เ ว ี ย ม k u r c h a t o v i u m เ ค อ ร ์ ซ ี ย ์ k e r s e y เ ค อ ร ์ ต ิ ส c u r t i z เ ค อ ร ์ ต ิ ส k u r t i s เ ค อ ร ์ ท ิ ส c u r t i s s เ ค อ ร ์ เ ว ิ ้ น c u r w e n เ ค อ ร ์ โ ม น ด ์ k e r m o d e เ ค อ เ ช ี ย ร ่ า k u c e r a เ ค า ร ี ่ k h o u r y เ ค ิ ร ์ ก ซ ี ่ k i r k s e y เ ค ิ ร ์ ก ว ู ด k i r k w o o d เ ค ิ ร ์ ก แ ล น ด ์ k i r k l a n d เ ค ิ ร ์ ช k e r s h เ ค ิ ร ์ ด c u r d เ ค ิ ร ์ ท k u r t h เ ค ิ ร ์ ส ท ิ น k i r s t e n เ ค ิ ล ล ิ ง c u r l i n g เ ค เ ก ิ ้ น k e g a n เ ค เ ล อ ต ี ้ k e l e t i เ ค เ ว ิ ่ น k e v a n เ ค โ ต ้ k e t o เ จ ต ต ์ j e t t เ จ น g e n n เ จ น ท ร ี ่ ย ์ g e n t r y เ จ น ี ่ j a n i e เ จ น เ ซ ิ ่ น j a n s s e n เ จ น เ ซ ิ ่ น j e n s e n เ จ น เ น อ เ ร ช ั ่ น ว า ย g e n e r a t i o n y เ จ ม ี ม ่ า j e m i m a เ จ ล g e l เ จ ล j a i l เ จ ล ม ุ ล g e m m u l e เ จ ส ซ ี ่ j e s s y เ จ อ น ิ ค ี ่ j a n i c k i เ จ อ เ ก ิ ต j a g a t เ จ ฮ ู ด ้ า j e h u d a เ จ ี ย ง , ไ ค เ ช ก c h i a n g k a i - s h e k เ จ ี ย ร ์ g i e r เ จ เ ร อ ไ ม อ า ห ์ j e r e m i a h เ ช s h e a เ ช ก ส เ ป ี ย ร ์ , ว ิ ล เ ล ี ย ม s h a k e s p e a r e , w i l l i a m เ ช ก า c h e k a เ ช ต แ ล น ด ์ s h e t l a n d เ ช น c h a i n เ ช น ส โ ต น s h e n s t o n e เ ช ม เ บ อ ร ์ ม ิ ว ส ิ ก c h a m b e r m u s i c เ ช ย ์ s h a y เ ช ล ป s c h l e p p เ ช ส ส ์ c h e s s เ ช ส เ ต อ ร ์ c h e s t e r เ ช ส เ ต ิ ร ์ ส c h e s t e r s เ ช า ส ์ s h o u s e เ ช ิ ด บ ุ ร ์ น c h a d b o u r n e เ ช ิ ร ์ ส s c h u r z เ ช ี ย ร ์ c h e e r เ ช เ ร อ ร ์ s c h e r r e r เ ช โ ร ก ี c h e r o k e e เ ช ็ ก c h e c k เ ซ ด s a i d เ ซ ต อ ั ป s e t - u p เ ซ ต เ ล ิ ่ น ด ์ z e t l a n d เ ซ น ต ์ บ อ น ิ ฟ ั ส s a i n t b o n i f a c e เ ซ น ต ์ ม า ร ์ ส s a i n t m a r s เ ซ น ต ์ เ น อ ร ์ z e n t n e r เ ซ น ท ร ิ โ อ ล c e n t r i o l e เ ซ น ี ส s e n e s e เ ซ น เ ต อ ร ์ แ บ ็ ก c e n t r e - b a c k เ ซ น โ ท ร โ ซ ม c e n t r o s o m e เ ซ ฟ เ ต ิ ้ น s e f t o n เ ซ ฟ เ ฮ า ส ์ s a f e h o u s e เ ซ ม ิ ไ ฟ น ั ล s e m i - f i n a l เ ซ ล ฟ ร ิ ด จ ์ s e l f r i d g e เ ซ ล ส ์ แ ม น s a l e s m a n เ ซ ล ิ ่ น s e l l i n เ ซ ล ่ า s e l a h เ ซ ส ค ิ ้ น s e s k i n เ ซ ส เ ช ิ ่ น ส ์ s e s s i o n s เ ซ อ ร า ต ์ , ช อ ร ์ ช s e u r a t , g e o r g e s เ ซ อ ร า โ น s e r r a n o เ ซ อ ร ์ บ ิ ้ น s e r b i n เ ซ อ ร ์ ล อ ย น ์ s i r l o i n เ ซ อ ร ์ เ ก ิ ล z i r k e l เ ซ า ท ์ ว อ ร ์ ก s o u t h w a r k เ ซ า ท ์ ว ิ ก s o u t h w i c k เ ซ า น ์ เ ด ิ ร ์ ส s o u n d e r s เ ซ า โ ต เ ม แ อ น ด ์ ป ร ิ น ซ ิ เ ป s a o t o m e a n d p r i n c i p e เ ซ ิ ร ์ ฟ บ อ ร ์ ด s u r f b o a r d เ ซ เ ค ิ ล s e c k e l เ ซ เ ว อ เ ร ิ ่ น ส ์ s e v e r a n c e เ ซ เ ว โ ร ่ s e v e r o เ ซ ็ ก โ ค ม s e c c o m b e เ ซ ็ น เ ด อ ร ์ s e n d e r เ ซ ็ ป เ ท จ s e p t a g e เ ด ก ซ ์ โ ท ร ส d e x t r o s e เ ด ก ร ู ต d e g r o o t เ ด ค อ ร ์ d e c o r เ ด ซ ิ เ ม ต ร ิ ก d a s y m e t r i c เ ด ด ซ ี d e a d s e a เ ด ด ร ิ ก d e d r i c k เ ด ท ร ิ ก d e t r i c k เ ด น น ี ฮ ี d e n n e h y เ ด น อ ย เ อ อ ร ์ d e n o y e r เ ด น ี ส ั น d e n i s o n เ ด น เ ม ิ ่ น d e n m a n เ ด บ ร ้ า d e b r a เ ด ร ิ ส แ บ ร ี ่ d a r e s b u r y เ ด ล ล ิ ง เ ง อ ร ์ d e l l i n g e r เ ด ล า โ น , ร ู ส เ ว ล ต ์ แ ฟ ร ง ค ล ิ น d e l a n o , r o o s e v e l t f r a n k l i n เ ด ล ์ ฟ ส d e l f s เ ด ว อ ล ล ์ d e v a l l เ ด ว ิ น d e v i n เ ด ว ิ ส d a v i e s เ ด ว ี d a v y เ ด ส เ พ ิ ร ์ ส d e s p r e s เ ด อ ค ู น ิ ง , ว ิ ล เ ล ม d e k o o n i n g , w i l l e m เ ด อ บ า ค ่ า d e b a c a เ ด อ ม อ น ด ์ d u m o n d เ ด อ ร ์ ต ิ น d e r t i e n เ ด อ ร ์ เ ว ิ ร ์ ด d u r w a r d เ ด อ ล ั ก ซ ์ d e l u x e เ ด อ ไ พ d u p u y เ ด เ ก ร ิ ฟ d e g r a f f เ ด เ ฟ ิ ร ์ ด d e f o r d เ ด เ ล ี ่ ย น d e l e o n เ ด เ ว เ ร ล d e v e r e l l เ ด โ ซ เ น ี ย d e s o n i a เ ด โ ม แ ค ร ต d e m o c r a t i c เ ด โ ล ส d e l o s เ ด ็ ก เ ค อ ร ์ d e c k e r เ ด ็ ต โ ม ล ด ์ d e t m o l d เ ต ห ะ ร า น t e h r a n เ ต อ ร ์ t e r เ ต ็ น ท ์ t e n t เ ท ก เ ค อ ร ์ t a k e r เ ท ก ไ ท ต ์ t e k t i t e เ ท ช t e s h เ ท น ช ์ t e n c h เ ท น น ิ ล t e n n i e l เ ท ย ์ เ ล อ ร ์ t a i l o r เ ท ย ์ เ ล อ ร ์ t a y l e r เ ท ร ซ t r a c e เ ท ร ซ ี ย ์ t r a c e y เ ท ร ด ด ิ ง t r a d i n g เ ท ร น ด ์ t r e n d เ ท ร ว ิ โ น , ล ี t r e v i n o , l e e เ ท ร ิ ก t h r o c k เ ท ร ิ ย า ก ิ t e r i y a k i เ ท ล ล ู เ ร ี ย ม t e l l u r i u m เ ท ว า น ี ่ t a v a n i เ ท อ ร ์ โ บ ช า ร ์ จ t u r b o c h a r g e เ ท อ ร ์ โ ม ม ิ เ ต อ ร ์ t h e r m o m e t e r เ ท เ ร ซ า t h e r e s a เ ท เ ล ก ร า ฟ t e l e g r a p h เ น ค ร ี ส n a c r e o u s เ น ช ั น แ น ล n a t i o n a l เ น บ ิ ว ล า n e b u l a เ น ล ล ี n e l l y เ น ล ล ์ n e l l เ น ว ิ เ ก เ ต อ ร ์ n a v i g a t o r เ น อ เ จ เ ร ี ่ ย น n a j a r i a n เ น เ ซ ิ ่ น n e s e n เ น เ ซ ี ย น ซ ั ส n a z i a n z u s เ น เ ล ิ ่ น n e l l e n เ น แ บ ร ส ก ั น n e b r a s k a n เ น ็ ก ต ์ k n e c h t เ น ็ ต เ ท ิ ล เ ต ิ ้ น n e t t l e t o n เ บ ง ส ์ ส ั น b e n g t s o n เ บ ด ี น ี ่ b e d i n i เ บ ด แ น ร ี ่ b e d n a r y เ บ ต ส ์ b a t e s เ บ ต ี ้ b a t y เ บ น ค ล ิ ฟ ฟ ์ b e n c l i f f เ บ น น ์ b e n n เ บ น ส ั น , จ อ ร ์ จ b e n s o n g e o r g e เ บ น เ น ต ต ์ b a n n e t t เ บ บ ี เ ฟ ซ b a b y f a c e เ บ ย ์ เ น ิ ร ์ ด b a y n a r d เ บ ร จ เ น ฟ , เ ล โ อ น ิ ด b r e z h n e v , l e o n i d เ บ ร น ด า b r e n d a เ บ ร ิ น ส ั น b e r e n s o n เ บ ร ิ ล b e r y l เ บ ร ิ ล เ ล ี ย ม b e r y l l i u m เ บ ร ี ย b r i a เ บ ร เ ท อ ร ์ เ ต ิ ้ น b r e t h e r t o n เ บ ล ก น ี ย ์ b l a k e n e y เ บ ล ส ซ ิ ่ ง b l e s s i n g เ บ ล ส ์ b a l e s เ บ ล า ร ุ ส b e l a r u s เ บ ล ิ น ด า b e l i n d a เ บ ล ี ่ b a i l y เ บ ล โ ล b e l l o เ บ ล ์ ล ี ่ b a i l l i e เ บ ว ิ ล ั ก ค ว า b e v i l a c q u a เ บ อ ร อ ฟ ส ก ี ้ b o r o w s k i เ บ อ ร ์ ช ฟ ิ ล ด ์ b u r c h f i e l d เ บ อ ร ์ ช า ด ต ์ b o r c h a r d t เ บ อ ร ์ ต ิ ส b u r t i s เ บ อ ร ์ น า ร ์ โ ด ้ b e r n a r d o เ บ อ ร ์ น า เ ด ต ต ์ b e r n a d e t t e เ บ อ ร ์ ม ิ ว ด า b e r m u d a เ บ อ ร ์ ล ี ส ั น b u r l e s o n เ บ อ ร ์ ส ไ ต น ์ b u r s t e i n เ บ อ ร ์ เ ก ิ ้ น b u r g o n เ บ อ ร ์ เ ค า b e r k o w เ บ อ ร ์ เ ค ิ ล b i r c h a l l เ บ อ ร ์ เ ค ิ ล b i r k e l เ บ อ ร ์ เ น อ ส ์ b e r n e r s เ บ อ เ ร อ ว ิ ต ส ์ b o r o w i t z เ บ า ล ์ เ ต ิ ้ น b o u l t o n เ บ า ว อ เ ต อ ร ์ b o w a t e r เ บ ิ น ส ์ , ร อ เ บ ิ ร ์ ต b u r n s , r o b e r t เ บ ิ ฟ เ ว อ ร ์ b e v e r เ บ ิ ร ์ ก ส ั น b e r k s o n เ บ ิ ร ์ ก ฮ า ร ์ ด b u r g h a r d เ บ ิ ร ์ ก ฮ ิ ล b u r c h i l l เ บ ิ ร ์ ก เ น อ ร ์ b e r g n e r เ บ ิ ร ์ ก เ ฟ ล ด ์ b e r g f e l d เ บ ิ ร ์ น ต b e r n d t เ บ ี ย ด ส ล ี ่ b e a r d s l e e เ บ ี ย ร ี ่ b e e r y เ บ เ ค ิ ร ์ ต b e c k e r t เ บ เ ต ิ ้ น b e t t o n เ บ เ ม ิ ล เ ม ิ น ส ์ b e m e l m a n s เ บ เ ว อ ร ์ ล ี ่ b e v e r l y เ บ เ อ ิ ร ์ น b e a r n เ บ แ ว น b e a v a n เ บ ็ ก ว ิ ท b e c k w i t h เ บ ็ ก เ ม ิ น b e c k m a n เ ป ด า น ี อ ุ ส p e d a n i u s เ ป โ ซ p e s o เ พ ซ p a c e เ พ ซ ี ย ์ p a c e y เ พ ด ด ิ ก ร ี p e d i g r e e เ พ ด ล ี ย ์ p e d l e y เ พ ด เ ด อ ร ์ เ ซ ิ ่ น p e d e r s e n เ พ น ซ ิ ล เ ว เ น ี ย น p e n n s y l v a n i a n เ พ น แ ด ร ก อ น p e n d r a g o n เ พ น โ ฟ ล ด ์ p e n f o l d เ พ ร อ ฟ ส ไ ก ต ์ p e r o v s k i t e เ พ ร ิ เ จ ี ย น ไ ท ด ์ p e r i g e a n t i d e เ พ ร ี ่ p e r y เ พ ร เ ว ิ ่ น p r e v i n เ พ ล ย ์ ส เ ต ช ั ่ น p l a y s t a t i o n เ พ ล เ ล อ เ ท ี ย ร ์ p e l l e t i e r เ พ ส ท ร ี p a s t r y เ พ อ ต ิ ซ ี เ ก อ ร ์ p e t e s e e g e r เ พ อ น ี น ่ า p e n i n a เ พ อ ร ิ โ ด ไ ท ต ์ p e r i d o t i t e เ พ อ ร ิ ไ ค เ น ต ิ ก p e r i k i n e t i c เ พ อ ร ิ ่ ง p e r r i n g เ พ อ ร ์ ค ิ ้ น p e r k i n เ พ อ ร ์ เ ต ิ ้ น p u r t o n เ พ อ แ ร ร ่ า p e r e r a เ พ เ ก ส p e g u e s เ พ เ ต ิ ส p e t t u s เ พ เ พ โ ร น ี p e p e r o n i เ พ เ ย อ ร ์ p a y e r เ พ เ ร ก ร ี น p e r e g r i n e เ พ เ ล ิ ต p e l o t เ พ เ ล ิ ม p e l h a m เ พ เ อ อ ร ิ ส p e r e s s เ พ ็ ก เ ค ิ ่ ม p e c k h a m เ ฟ ซ ล ิ ฟ ต ์ f a c e l i f t เ ฟ ต ต ิ ่ ง f e t t i n g เ ฟ น f e i n เ ฟ น ส ์ ก f e n s k e เ ฟ ร ด เ ม ิ ่ น f r e d m a n เ ฟ ร ต ส ์ f r e t z เ ฟ ร ี ย ร ์ f r e r e เ ฟ ร เ ค อ ร ์ f r a k e r เ ฟ ล เ ด อ ร ์ f e l d e r เ ฟ ส f e s s เ ฟ อ ด ี เ ม ิ ่ น f a d i m a n เ ฟ อ ร ิ ก ค ล อ ไ ร ด ์ f e r r i c c h l o r i d e เ ฟ อ ร ์ เ ร ล f e r r e l เ ฟ า ส ์ ต f o u s t เ ฟ า ส ์ บ อ ล f a u s t b a l l เ ฟ ิ ร ์ ก f u r k เ ฟ ิ ร ์ น f i r n เ ฟ เ บ ี ย น f a b i a n เ ม ก ะ ต ั น m e g a t o n เ ม ก เ ฮ ิ ร ์ ส ต m e d h u r s t เ ม ซ ี ่ m a c y เ ม ซ ู ร า โ ด m e s u r a d o เ ม ด ี โ ร ส m e d e i r o s เ ม ด เ ว ย ์ m e d w a y เ ม น ท อ ร ์ m e n t o r เ ม น ส ์ m a n e s เ ม น เ ก น , แ อ ล ั น m e n k e n , a l a n เ ม น เ ช ว ิ ค m e n s h e v i k เ ม น เ น ิ น m e n n e n เ ม ย ์ น า ร ์ ด m a y n a r d เ ม ย ์ ส m a i s เ ม ย ์ แ ท ็ ก m a y t a g เ ม ร ี เ อ ิ น m a r y o n เ ม ร ี เ อ ็ ต ท า m a r i e t t a เ ม ล เ ล ิ ส m e l a s เ ม ส ิ ก m e s i c เ ม ส เ ซ ิ ล m e s s e l เ ม อ ร ร ั ส ค ่ า m a r u s k a เ ม อ ร ี น m a r i n e เ ม อ ร ์ ช ี ่ m u r c h i e เ ม อ ร ์ ด ็ อ ก , ไ อ ร ิ ส m u r d o c h , i r i s เ ม อ ร ์ ล ิ น m e r l i n เ ม อ ร ์ เ ร ย ์ m u r r a y เ ม อ ล ็ อ ต m a l o t t เ ม อ แ ค ล ล ิ ส เ ต อ ร ์ m c c a l l i s t e r เ ม า อ า m o u a เ ม ิ ก ก ิ น ต ี ้ m c g i n t y เ ม ิ ก ค ล อ ย m c c l o y เ ม ิ ก ค ล ั ก เ ล ิ น m c l a c h l a n เ ม ิ ก ค ล า ฟ ล ิ น m c l a u g h l i n เ ม ิ ก ค อ ม บ ์ ส m c c o m b s เ ม ิ ก ค อ ร ์ ม ิ ก m c c o r m i c k เ ม ิ ก ค อ ล m c c a l l เ ม ิ ก ค อ ว ์ m c c a w เ ม ิ ก ค ั ต เ ช ิ ่ น m c c u t c h e n เ ม ิ ก ค ั ล เ ล ิ ร ์ ส m c c u l l e r s เ ม ิ ก ค ู น m c c u n e เ ม ิ ก ด ั ฟ m a c d u f f เ ม ิ ก ฟ า ร ์ เ ล ิ น ด ์ m c f a r l a n d เ ม ิ ก ฟ ี ่ m c p h e e เ ม ิ ก ย ู m c c u e เ ม ิ ก เ ค น ซ ี m a c k e n z i e เ ม ิ ก เ ค อ ร ์ ด ี ้ m c c u r d y เ ม ิ ก แ ค ส เ ล ิ น m c c a s l i n เ ม ิ ก แ ม น m c m a h o n เ ม ิ ก แ ฮ ฟ ฟ ี ย ์ m a h a f f e y เ ม ิ ร ์ ส m e r z เ ม ิ ่ ก ก ิ น ล ี ย ์ m c g i n l e y เ ม ิ ่ ก ก ี เ น ิ ส m c g u i n n e s s เ ม ิ ่ ก ค ร อ ว ์ m c c r a w เ ม ิ ่ ก ค อ ร ์ เ ม ิ ่ ก m a c c o r m a c k เ ม ิ ่ ก ค อ ล ี ย ์ m a c a u l e y เ ม ิ ่ ก ค อ ล ี ย ์ m c c a u l e y เ ม ิ ่ ก ค อ ล เ ล ิ ่ ม m c c o l l u m เ ม ิ ่ ก ค ั ต เ ช ิ ่ น m c c u t c h a n เ ม ิ ่ ก ค ั ล เ ล ิ ก m a c c u l l o c h เ ม ิ ่ ก ค ิ บ เ บ ิ ้ น m c k i b b i n เ ม ิ ่ ก เ ค ร ์ เ ร ิ ่ น m c c a r r a n เ ม ิ ่ ก เ ค า เ อ ิ ้ น m c c o w a n เ ม ิ ่ ก แ ก ล เ ช ิ ่ น m c g l a s h a n เ ม ี ย น ม ่ า ร ์ m y a n m a r เ ม ี ย ร ์ ส m e a r s เ ม เ น ฟ ี ่ m e n e f e e เ ม เ น ิ ช m e n a s h e เ ม เ ย ิ ร ์ ส m a y e r s เ ม เ ร ด ิ ท m e r e d i t h เ ม เ ฮ ิ ล m e h l e เ ม แ บ ร ์ ร ี ่ m a y b e r r y เ ม โ ร ค า ส ต ์ m e r o k a r s t เ ม โ ล ด ิ ก า m e l o d i c a เ ม ็ ต ส ์ เ น อ ร ์ m e t z n e r เ ย ร ์ ฮ ู ด ี ้ y e h u d i เ ย อ ร ม ั น g e r m a n เ ย อ ไ ร อ ้ า u r i a h เ ย ี ย ร ์ ด ล ี ย ์ y e a r d l e y เ ย เ ร ว า น y e r e v a n เ ย ็ ก j a e c k เ ร ด ด ี ้ r e d d y เ ร ด ด ึ ส r e d d e s เ ร ด อ น r a d o n เ ร ด ิ โ อ ล า เ ร ี ย r a d i o l a r i a n เ ร ด เ ว ย ์ r e d w a y เ ร ด ไ ว น ์ r e d w i n e เ ร น ช อ ว ์ r e n s h a w เ ร น อ ด r e y n a u d เ ร น เ ต ิ ้ น r e n t o n เ ร น โ ด น r e n d o n เ ร ย ์ น ึ ส r a y n e s เ ร ย ์ เ น อ ร ์ r a y n e r เ ร ย ์ เ บ ิ ร ์ น r a y b u r n เ ร ส เ ต ิ ้ น r e s t o n เ ร อ ฮ ิ ม r a h i m เ ร า อ ู ส r o u s เ ร เ ซ อ ร ์ ว ั ว ร ์ r e s e r v o i r เ ร เ ด อ ร ์ r a d e r เ ร เ น อ ร ์ r a y n o r เ ร เ ว ร ่ า r a v e r a เ ร เ ว ิ น ส ก ร อ ฟ ต ์ r a v e n s c r o f t เ ร เ ว ิ ่ น r a v e n เ ร โ ด ม r a d o m e เ ร โ ม r a m o เ ร ็ ก เ ฟ ิ ร ์ ด r e x f o r d เ ร ็ ม เ ม ิ ร ์ ต r e m m e r t เ ล จ ิ ้ ง l a g i n g เ ล ช l e s h เ ล ด ด ี ้ l e d d y เ ล ต ส ์ l e t t s เ ล น ฮ า ร ์ ต l e o n h a r t เ ล น เ ฟ ิ ส ต ์ l e n f e s t เ ล ฟ เ ซ ม ี โ อ โ น ว ิ ช ว ี ก อ ต ส ก ี l e v s e m i o n o v i c h v y g o t s k y เ ล ม น ิ ส เ ค ต l e m n i s c a t e เ ล ส เ ต ร ด l e s t r a d e เ ล ห ์ เ ร อ ร ์ , จ ิ ม l e h r e r , j i m เ ล อ ค ล ั ง เ ช เ ซ ล ล ์ l e c l a n c h e c e l l เ ล อ ช า เ ต ล ี เ ย ร ์ l e c h a t e l i e r เ ล อ พ อ ย น ์ ต l a p o i n t e เ ล อ ว ิ น ย ่ า l a v i n i a เ ล อ เ ซ อ เ ร ิ ท l a z a r e t h เ ล อ แ พ น l a p p i n เ ล อ แ ฮ น ด ์ l e h a n d เ ล อ โ ว l a w o เ ล ฮ า ร ์ , ฟ ร ั น ซ ์ l e h a r , f r a n z เ ล า น จ ์ l o u n g e เ ล า น ์ l o w n เ ล า เ ด ิ ้ น l o u d o n เ ล ิ ฟ จ อ ย l o v e j o y เ ล ิ ฟ ซ อ ง l o v e s o n g เ ล ี ย ฟ ร ิ ก l e o f r i c เ ล เ ท ิ ม l e t h e m เ ล เ ม ย ์ l e m a y เ ล เ ว ็ ต l e v e t เ ล ็ ก ซ ี ่ l e x i e เ ว ก เ ต อ ร ์ v e c t o r เ ว ม ิ ส w e m y s s เ ว ย ์ ม ั ท w e y m o u t h เ ว ร อ ง , ค ว น เ ซ บ ั ส เ ต ี ย น v e r o n , j u a n s e b a s t i a n เ ว ล เ ซ อ ร ์ w e l s e r เ ว ล เ ด ิ ่ น w h e l d o n เ ว ล เ ม ิ ่ น w e l l m a n เ ว ส ต ิ น w e s t i n เ ว ส ต ์ ฟ อ ล w e s t f a l l เ ว ส ท ิ ง เ ฮ า ส ์ , จ อ ร ์ จ w e s t i n g h o u s e , g e o r g e เ ว ส เ ต อ ร ์ เ ก ร น w e s t e r g r e n เ ว อ ร ์ ซ า เ ช ่ v e r s a c e เ ว ิ ร ์ ต ท ิ ง เ ต ิ ้ น w o r t h i n g t o n เ ว เ น อ เ บ ิ ล ส ์ v e n a b l e s เ ว โ ด ว ่ า v e d o v a เ ว ็ ก เ น อ ร ์ w e g n e r เ ว ็ ต v e t t e เ ว ็ ต ส ์ v e t s เ ว ็ บ ม า ส เ ต อ ร ์ w e b m a s t e r เ ว ็ บ เ พ จ w e b p a g e เ อ ก ซ ิ ม แ บ ง ก ์ e x i m b a n k เ อ ก ซ เ พ ร ส ช ั น น ิ ซ ึ ม e x p r e s s i o n i s m เ อ ก ซ โ ป e x p o เ อ ก น ็ อ ก e g g n o g เ อ ค อ ล ส ์ e c h o l s เ อ ง เ ก อ เ ล อ ร ์ e n g l e r เ อ ช ด ี ท ี ว ี h d t v เ อ ด จ ์ เ ว ิ ร ์ ท e d g e w o r t h เ อ ด ี ต ้ า e d i t a เ อ ต เ ท ิ ร ์ ส e t t e r s เ อ ท ิ ล แ อ ล ก อ ฮ อ ล ์ e t h y l a l c o h o l เ อ ท ี อ ี a t e เ อ น จ ิ เ น ี ย ร ิ ง e n g i n e e r i n g เ อ น ด ร ิ น e n d r i n เ อ น น ิ ส e n n i s เ อ น เ ด อ ร ์ ล ิ น e n d e r l i n เ อ น โ ด ส เ ป ิ ร ์ ม e n d o s p e r m เ อ บ ิ เ ง อ ร ์ e b i n g e r เ อ ป พ ล ี ย ์ e p p l e y เ อ พ ิ แ ท ก ซ ี e p i t a x y เ อ พ ี แ อ ล a p l เ อ ฟ ไ อ บ ี เ อ f i b a เ อ ม ส ์ a m e s เ อ ม ิ ก e m i g เ อ ร ิ ต e h r e t เ อ ล ซ ี ่ e l s e y เ อ ล ต ิ ้ ง e l t i n g เ อ ล บ ร ิ จ e l b r i d g e เ อ ล ฟ ิ น e l f i n เ อ ล ิ ง e l l i n g เ อ ล ิ ส เ ว ิ ร ์ ท a y l e s w o r t h เ อ ล ิ แ ก น ซ ์ e l e g a n c e เ อ ล ี น a i l e e n เ อ ล ี เ น อ ร ์ e l i n o r เ อ ล เ ว อ ี ่ e l v e y เ อ ล แ ค น e l k a n เ อ ส ต ์ ค อ ร ์ ต e s t c o u r t เ อ ส เ ซ ก ซ ์ e s s e x เ อ ส เ ต อ บ อ น e s t e b a n เ อ อ ก ร า ด ี o g r a d y เ อ อ ค ร ี a c r e e เ อ อ บ ิ จ า a b i j a h เ อ อ ร ิ ส a r i s เ อ อ ร ์ บ ี ้ i r b y เ อ อ ร ์ เ น ส ต ์ e r n e s t เ อ อ ร ์ ไ ว น ์ i r v i n e เ อ อ ว ั น ส ์ a v a n s เ อ อ ี a . e . เ อ อ เ ล ิ น ส ั น a l l a n s o n เ อ อ เ ล ิ ร ์ ส a l e r s เ อ อ เ ล ็ ก a l e c k เ อ า ช ี ่ o u c h i เ อ า ต ์ ด อ ร ์ o u t d o o r เ อ า ต ์ เ ล ต o u t l e t เ อ า ท ์ เ ว ต o u t h w a i t e เ อ า เ ต ิ ้ น a u t e n เ อ ิ ร ์ ล เ ก ร ย ์ e a r l g r e y เ อ ิ ล ค ็ อ ก a l c o c k เ อ ิ ส ต ิ น a s t i n เ อ ิ ส ต ์ แ บ ร ี ่ a s t b u r y เ อ ี ย น i a n เ อ เ ค ิ ก a y c o c k เ อ เ ช ิ ล เ ม ิ ่ น e s h l e m a n เ อ เ ด ิ ล เ ม ิ น e d e l m a n เ อ เ ต อ ร ์ a t o r เ อ เ น อ ร ์ จ ี e n e r g y เ อ เ ม อ ร ี ่ a m o r y เ อ เ ม อ ร ี ่ e m o r y เ อ เ ล ิ ร ์ ต e h l e r t เ อ เ ว อ ร ์ ฮ า ร ์ ต e v e r h a r t เ อ โ อ แ อ ล อ า ร ์ a o l r เ อ ไ ล ซ า e l i z a เ อ ็ ก ส ์ เ น อ ร ์ e x n e r เ อ ็ ด ว ิ น e d w y n เ อ ็ น ส เ ต ร ิ ม e n s t r o m เ อ ็ ม จ ี ด ี m g d เ อ ็ ม ด ี แ อ ล m d l เ อ ็ ม เ อ ส ด ั บ บ ล ิ ว m s w เ อ ็ ม เ อ ็ ม ด ี m m d เ อ ็ ม ไ อ ซ ี m i c เ ฮ h a i g h เ ฮ ก เ น อ ร ์ h e g n e r เ ฮ ง ก ์ h e n k e เ ฮ ซ บ อ ล เ ล า ะ ห ์ h e z b o l l a h เ ฮ ด h e y d เ ฮ ด ฮ ั น เ ต อ ร ์ h e a d h u n t e r เ ฮ ต ท ิ ช h e t t i c h เ ฮ น น ิ ่ ง ส ์ h e n n i n g s เ ฮ น ร ี , ร อ เ บ ิ ร ์ ต h e n r i , r o b e r t เ ฮ น เ ด อ เ ร ิ น h e n d r e n เ ฮ น เ น ส ซ ี ่ h e n n e s s y เ ฮ น เ น ิ ล h e n l e เ ฮ ป เ บ ิ ร ์ น , แ ค ท า ร ี น h e p b u r n , k a t h a r i n e เ ฮ ย ์ น ี ่ h a y n i e เ ฮ ล ท ์ h e a l t h เ ฮ ส เ ต ิ น h e s s t o n เ ฮ อ ช ี ่ ย ์ h e r s h e y เ ฮ อ ร ์ ร ิ ก h e r r i c k เ ฮ อ ร ์ ร ิ ง h e r r i n g เ ฮ อ ร ์ ล ิ ่ ง h e r l i n g เ ฮ อ ร ์ เ ท ิ ล h e r t e l เ ฮ อ ร ์ เ ม ิ ล h e r m l e เ ฮ อ ร ์ โ ม เ จ น ส ์ h e r m o g e n e s เ ฮ า ว ์ เ ว ิ ร ์ ด เ ค ล า ส ์ ไ ม เ อ อ ร ์ h o w a r d k l a u s m e i e r เ ฮ า เ ซ อ ร ์ h o u s e r เ ฮ ิ บ ส ต ์ h e r b s t เ ฮ เ ท อ ร ์ h e a t h e r เ ฮ เ ท อ โ ร ส เ ฟ ี ย ร ์ h e t e r o s p h e r e เ ฮ เ ท อ โ ร โ ค ร โ ม โ ซ ม h e t e r o c h r o m o s o m e เ ฮ เ ล น h e l e n เ ฮ ็ น น ์ h e n n e แ ก ด g a d d แ ก ร น ด ิ ส ั น g r a n d i s o n แ ก ร น ด ์ ค า น า ร ี g r a n d c a n a r y แ ก ร น ต ์ ว ิ ก ก ิ น ส ์ g r a n t w i g g i n s แ ก ร น ต ์ , ย ู ล ิ ส ซ ิ ส ซ ิ ม ป ์ ส ั น g r a n t , u l y s s e s s i m p s o n แ ก ร ม บ ล ิ ง g r a m b l i n g แ ก ร ม แ ค ร ก เ ก อ ร ์ g r a h a m c r a c k e r แ ก ร ี g a r y แ ก ร เ บ า g r a b a u แ ก ร โ ก g r a c o แ ก ร ์ g a i r แ ก ร ์ ร ิ ก g a r r i c k แ ก ล ช g l a s h แ ก ล ด ิ โ อ ล ั ส g l a d i o l u s แ ก ล ล า เ ก ิ ร ์ ส g a l l a g h e r s แ ก ล ล ี เ ว ิ น g a l l i v a n แ ก ล ล ี เ อ น g a l l i e n n e แ ก ล เ ต ิ ้ น g a l t o n แ ก ว ร ่ า g u e r r a แ ก ส ก ิ ล g a s k i l l แ ก ส เ ก ร น c a s g r a i n แ ก ส เ ซ อ ร ์ g a s s e r แ ก ็ ต เ ต ิ น g a t t o n แ ก ็ บ เ บ ิ ร ์ ต g a b b e r t แ ค ช ิ น c a s h i n แ ค ช โ ฟ ล ว ์ c a s h f l o w แ ค ท ี k a t h y แ ค ท ี น า c a t e n a แ ค น ซ ั ส k a n s a s แ ค น ด ์ เ ล อ ร ์ , เ อ ซ า c a n d l e r , a s a แ ค น บ ี ้ c a n b y แ ค น ย อ น c a n y o n แ ค น ู c a n o e แ ค น เ ด ล า c a n d e l a แ ค ม ป ิ ง c a m p i n g แ ค ม เ ม ิ ่ น k a m m a n แ ค ร ต ส ์ k r a t z แ ค ร ิ น k a r i n แ ค ร ์ เ ร ิ ่ น c a r r o n แ ค ล ก ์ - ซ ิ น เ ต อ ร ์ c a l c - s i n t e r แ ค ล ป c l a p p แ ค ล ม เ ต ิ ้ น c l a n t o n แ ค ล ร ี ต ี ้ c l a r i t y แ ค ล ิ ฟ อ ร ์ เ น ี ย c a l i f o r n i a แ ค ล ็ ก c l a c k แ ค ล ็ ก c l e g g แ ค ส เ ซ ิ ต c a s s a t t แ ค ส เ ซ ิ ล เ ต ิ ้ น c a s t l e t o n แ ค ส เ ซ ี ย c a s s i a แ ค เ ซ ิ ล c a s s e l l แ ค เ บ ิ ต k a b a t แ ค เ ร น k a r e n แ ค เ ร ิ ล c a r r o l แ ค เ ว ิ น แ น ็ ก c a v a n a g h แ ค เ ว ิ ล c a v i l l แ ค โ ท ด c a t h o d e แ ค โ ร c a r r o w แ ค ็ ต ว อ ล ์ ก c a t w a l k แ ค ็ ป ช อ c a p s h a w แ จ ซ j a z z แ จ น ส ์ j a n z แ จ เ ซ ิ ่ น j a s e n แ ช ง ก ์ s h a n k แ ช ง ค ล ิ น s h a n k l i n แ ช น เ ซ ิ ล c h a n c e l แ ช น เ ต อ ร ์ c h a n t e r แ ช น โ ด ส c h a n d o s แ ช ม s h a m แ ช ม พ ู s h a m p o o แ ช ร ์ เ ร ิ ร ์ ด s h e r r a r d แ ช ล ็ ป s c h l a p p แ ช โ ด ว ์ s h a d o w แ ช ็ ต ต ิ น c h a t t i n แ ซ ง ก า ม อ น s a n g a m o n แ ซ ง ก ี ย ์ s a n k e y แ ซ ง ส เ ต อ ร ์ s a n g s t e r แ ซ ง แ ต ก ซ ู เ ป ร ี , อ อ ง ต ว น เ ด อ s a i n t - e x u p e r y , a n t o i n e d e แ ซ ต s a t แ ซ น ด ี s a n d y แ ซ น ต ี ้ s a n t y แ ซ น โ ด เ ว ิ ล s a n d o v a l แ ซ น ไ ด เ ฟ อ ร ์ s a n d i f e r แ ซ ฟ เ ฟ ิ ร ์ ด s a f f o r d แ ซ ม s a m แ ซ ม บ ร ้ า z a m b r a แ ซ ร ์ ร ิ ส s a r r i s แ ซ ล ี ่ s a l l i e แ ซ ล เ ม ิ น ส ์ s a l m o n s แ ซ เ ต อ ร ์ ฟ ิ ล ด ์ s a t t e r f i e l d แ ด ด ิ ส เ ม ิ ่ น d a d i s m a n แ ด น ซ ี เ ก อ ร ์ d a n z i g e r แ ด น ซ ี ่ d a n c y แ ด น น ี d a n แ ด น น ี d a n n y แ ด ฟ น ี d a p h n e แ ด ฟ โ ฟ ด ิ ล d a f f o d i l แ ด ร ก ค ิ ว ล ่ า d r a c u l a แ ด ร ็ ก ส ์ d r a x แ ด ล ี โ อ ้ d a l i o แ ด ว ี ่ d a v e e แ ท น t a n แ ท น t a n n แ ท น ส ์ t a n s แ ท ม บ ู ร ี น t a m b o u r i n e แ ท ร ช t h r a s h แ ท ร ม ิ น t h e r e m i n แ ท ร ์ เ ร ิ ล t e r r i l l แ ท โ ค ไ น ต ์ t a c o n i t e แ ท ็ ก ซ ี ่ t a x i แ ท ็ ก เ ก ิ ร ์ ต t a g g a r t แ น ก ซ อ ส n a x o s แ บ ต ช ์ b a t c h แ บ ต ั น ร ู ช b a t o n r o u g e แ บ น ด ์ b a n d แ บ น ต ้ า b a n t a แ บ น เ ด อ ร ์ b a n d e r แ บ ม บ ร ิ จ b a m b r i d g e แ บ ม เ ฟ ิ ร ์ ด b a m f o r d แ บ ร ค ิ โ อ พ อ ด b r a c h i o p o d แ บ ร ด เ ว ล b r a d w e l l แ บ ร น น ิ เ ก ิ น b r a n i g a n แ บ ร น เ น ิ ้ น b r a n n a n แ บ ร น เ ฮ ิ ม b r a n h a m แ บ ร ม ล ี ย ์ b r a m l e y แ บ ร ิ ่ ง b a r i n g แ บ ร เ ว ิ ร ์ ด b r e v a r d แ บ ร ็ ก ค ิ ต b r a c k e t t แ บ ร ์ b a i r แ บ ร ์ b a i r e แ บ ร ์ ร ิ จ b e r r i d g e แ บ ร ์ ร ี ม อ ร ์ b a r r y m o r e แ บ ร ์ ร ี ่ เ ก ิ น b e r r i g a n แ บ ร ์ ร ่ า b e r r a แ บ ล เ ค ิ ่ ม b a l c o m แ บ ล เ ท อ เ ซ อ ร ์ b a l t h a s a r แ บ ล ็ ก ว ู ด b l a c k w o o d แ บ ล ็ ก ฮ อ ว ์ ก b l a c k h a w k แ บ ล ็ ก เ ช ี ย ร ์ b l a c k s h e a r แ บ ล ็ ก เ ว ล เ ด อ ร ์ b l a c k w e l d e r แ บ ส ก ิ ้ น b a s k i n แ บ ส ซ ี ่ b a s s i e แ บ ็ ก ค ็ อ ก b a d c o c k แ บ ็ ก บ ี ้ b a g b y แ บ ็ ก เ ค ิ น b a k k e n แ บ ็ ก โ ฮ b a c k h o e แ บ ็ ต เ ซ ิ น b a t s o n แ พ ง บ อ ร ์ น p a n g b o r n แ พ ต ี โ น ด p a t e n a u d e แ พ น ท า ล ู น p a n t a l o o n แ พ น ท ิ โ ฮ ส p a n t i h o s e แ พ ร ต ต ์ p r a t t แ พ ร เ ก อ ร ์ p r a e g e r แ พ ล ต ต ์ p l a t t แ พ ล โ ม ส p a l m o s แ พ ส เ ส จ p a s s a g e แ พ เ ด ร อ ิ ก p a d r a i c แ พ เ ม ล า p a m e l a แ พ ็ ต เ ท ิ น p a t t e n แ พ ็ ป เ ว ิ ร ์ ท p a p w o r t h แ ฟ ช ั ่ น โ ช ว ์ f a s h i o n s h o w แ ฟ น ซ ี เ ค ้ ก f a n c y c a k e แ ฟ น น ิ ง f a n n i n g แ ฟ น เ ช อ ร ์ f a n c h e r แ ฟ ม ิ ล ี f a m i l y แ ฟ ร ี โ บ f a r i b a u l t แ ฟ ร ์ เ ฮ เ ว ิ ่ น f a i r h a v e n แ ฟ ล ร ์ f l a r e แ ฟ ล ็ ต f l a t t แ ฟ ฮ ี f a h e y แ ม ก ซ ์ เ ว ล ล ์ m a x w e l l แ ม ก น า m a g n a แ ม ก น ี โ ท ส ต ิ ก ช ั น m a g n e t o s t r i c t i o n แ ม ง ก า น ี ส m a n g a n e s e แ ม ต เ ท อ ร ์ m a t h e r แ ม ท ิ น ี ่ m a t h e n y แ ม ท ิ ส m a t h e s แ ม น น ิ ก ส ์ m a n n i x แ ม น น ์ ไ ฮ ม ์ m a n n h e i m แ ม น ว ิ ล m a n v i l l e แ ม น ฮ า ร ์ ต m a n h a r t แ ม น เ ช ส เ ต อ ร ์ m a n c h e s t e r แ ม น เ ด อ ร ์ เ ช ด m a n d e r s c h e i d แ ม น เ น อ ร ์ ส m a n n e r s แ ม น เ ย ิ ่ น m a n n i o n แ ม ร ์ m a r e แ ม ร ์ ร ี ่ ฟ ิ ล ด ์ m e r r i f i e l d แ ม ล ต ส ์ m a l t z แ ม ล โ บ น m a l b o n e แ ม เ จ ส ต ี m a j e s t y แ ม โ ค ร โ ม เ ล ก ุ ล m a c r o m o l e c u l e แ ม โ จ โ ล ่ m a g g i o l o แ ม ็ ก ล ิ น m a c k l i n แ ม ็ ก เ ค ิ ล ว ี m c e l w e e แ ม ็ ก เ ค ิ ล เ ว น m c e l w a i n แ ม ็ ก เ ค ิ ล แ ร ท m c e l r e a t h แ ม ็ ก เ ล อ ร ์ m a c k l e r แ ม ็ ต ไ ท m a t t h a i แ ม ็ ส เ ต อ ร ์ ส ั น m a s t e r s o n แ ย น ต ์ y a n t แ ย ็ ต y a t t แ ร ง ค ิ น r a n k i n e แ ร ง ค ์ r a n k แ ร ด ิ ก ส ์ r a d i x แ ร ด ิ ้ น r a d i n แ ร ต เ ต ิ ้ น w r a t t e n แ ร น ด ์ r a n d แ ร ม เ ม ล ส ์ เ บ อ ร ์ ไ ก ต ์ r a m m e l s b e r g i t e แ ร ส ค ิ ้ น r a s k i n แ ร ็ บ r a b b แ ร ็ ป เ ป อ พ อ ร ์ ต r a p p a p o r t แ ล ก ต ิ ก l a c t i c แ ล ง โ ล l a n g l o แ ล ช เ ช อ ร ์ l a s h e r แ ล น ด ร ิ ท l a n d r e t h แ ล น ท า น ั ม l a n t h a n u m แ ล น เ ต อ ร ์ l a n t e r แ ล น เ ม ิ ่ น l a n m a n แ ล พ ส ์ l a p s e แ ล ฟ แ ฟ น l a f f a n แ ล ม เ บ ิ ร ์ น l a m b o u r n e แ ล ส เ ซ ิ ่ น l a s s o n แ ล เ ท อ เ ม อ ร ์ l a t i m e r แ ล โ ต ซ อ ล l a t o s o l แ ล ็ ป ท อ ป ค อ ม พ ิ ว เ ต อ ร ์ l a p t o p c o m p u t e r แ ว ง ค อ ย เ ร ิ ่ น v a n k e u r e n แ ว น ฮ ู ๊ ก v a n h o o k แ ว น เ ด อ ร ์ พ ู ล v a n d e r p o o l แ ว ร ่ า v a i r a แ ว ร ์ w e a r e แ ว ร ์ ด อ น v e r d o n แ ว ล พ ี ่ v a l p y แ ว ล ล ี ่ v a l l e e แ ว ล ิ ด ิ ต ี v a l i d i t y แ ว เ ง อ ร ์ w a n g e r แ ว ็ ก เ ม ิ ่ น w a g m a n แ ส ต ม ป ์ s t a m p แ อ ก ต ิ ว ิ ส ต ์ a c t i v i s t แ อ ก ท ิ เ ว เ ต ็ ด ส ล ั ด จ ์ a c t i v a t e d s l u d g e แ อ ก า ซ ี a g a s s i z แ อ ง เ ก ิ ล เ ต ิ ้ น a n g l e t o n แ อ ง โ ก ล a n g l o แ อ ด ด ิ ส a d d i s แ อ น ต ิ บ อ ด ี a n t i b o d y แ อ น ต ิ อ อ ก ซ ิ แ ด น ต ์ a n t i o x i d a n t แ อ น ต ิ โ ม น ี a n t i m o n y แ อ น ต ิ ไ ว ร ั ส a n t i v i r u s แ อ น น า a n n a แ อ น อ ก ไ ซ ต ์ a n a u x i t e แ อ น อ น ิ ม ั ส a n o n y m o u s แ อ น ะ ล ็ อ ก ค อ ม พ ิ ว เ ต อ ร ์ a n a l o g c o m p u t e r แ อ น เ ด ร ิ ส a n d r u s แ อ น เ ต อ ร ์ a n t e r แ อ น เ ท อ ร ิ เ ด ี ย ม a n t h e r i d i u m แ อ น ไ อ อ น a n i o n แ อ บ ิ เ ก ล a b i g a i l แ อ ม พ ล ิ ไ ฟ เ อ อ ร ์ a m p l i f i e r แ อ ม ฟ ิ น ิ ว แ ร น a m p h i n e u r a n แ อ ม ะ ซ อ น ส โ ต น a m a z o n s t o n e แ อ ม ิ แ ร น ต ์ a m i r a n t e s แ อ ม เ บ ร อ ซ ี เ อ ิ ส a m b r o s i u s แ อ ม เ ม ิ ่ น ส ์ a m m o n s แ อ ม แ ป ร ์ a m p e r e แ อ ม โ ม เ น ี ย a m m o n i a แ อ ร ์ ค อ น ด ิ ช ั น น ิ ง a i r c o n d i t i o n i n g แ อ ร ์ เ ช อ ร ์ a y r s h i r e แ อ ร ์ เ ร อ บ ี ้ l a r r a b e e แ อ ล บ ร ิ เ ต ิ ้ น a l b r i t t o n แ อ ล ย ู l u แ อ ล ล ั น a l l a n แ อ ล ล ิ ส ต ้ อ น a l l i s t o n แ อ ล ล ิ ส ั น a l l i s o n แ อ ล ล ี โ ล ม อ ร ์ ฟ a l l e l o m o r p h แ อ ล ล ี ่ ย ์ a l l e y แ อ ล ว ิ น a l v i n แ อ ล อ ี ด ี l e d แ อ ล เ ค ิ ร ์ น a l c o r n แ อ ล เ บ ิ ร ์ ต a l b e r t แ อ ล เ พ ิ ร ์ ต a l p e r t แ อ ล เ ล อ ร ์ เ ต ิ ้ น a l l e r t o n แ อ ล เ ว ิ ร ์ ด a l w a r d แ อ ล เ ว ิ ่ น a l v e n แ อ ล โ ต ส เ ต ร ต ั ส a l t o s t r a t u s แ อ ล โ บ ร a l b r o แ อ ว า ล อ น , แ ฟ ร ง ก ี a v a l o n , f r a n k i e แ อ ส ซ ิ ม ิ เ ล ช ั น a s s i m i l a t i o n แ อ ส ธ ์ ม า a s t h m a แ อ ส เ ต อ ร ์ a s t e r แ อ เ ท ิ ล a t h o l l แ อ เ ม ท ิ ส ต ์ a m e t h y s t แ อ เ ล ิ ก แ ซ น เ ด อ ร ์ ส ั น a l e x a n d e r s o n แ อ ็ ก ซ ิ ล ร ็ อ ด a x i l r o d แ อ ็ ก ส ฟ อ ร ์ ด a x f o r d แ อ ็ ก เ ซ ิ ล ร ็ อ ด a x e l r o d แ อ ็ ต ว ิ ล ล ์ a t w i l l แ อ ็ ป เ ป ิ ้ ล เ ม ิ ่ น a p p l e m a n แ อ ๊ บ a b แ ฮ ก ล ู ต h a k l u y t แ ฮ ง ก ์ h a n k แ ฮ ด ด ิ ่ ง เ ต ิ ้ น h a d d i n g t o n แ ฮ ต ต ี ้ h a t t i e แ ฮ น ด ์ บ ิ ล h a n d b i l l แ ฮ น ด ์ ล ี ย ์ h a n d l e y แ ฮ น น ิ บ อ ล h a n n i b a l แ ฮ น น ี เ ก ิ ้ น h a n n i g a n แ ฮ น เ น อ ร ์ h a n n e r แ ฮ ป เ ป ิ ้ ล h a p p e l แ ฮ ฟ เ น ี ย ม h a f n i u m แ ฮ ม ป ์ ต ั น h a m p t o n แ ฮ ม ป ์ ส ั น h a m p s o n แ ฮ ม ม อ น ด ์ h a m m o n d แ ฮ ม ล ิ ต h a m l e t t แ ฮ ม เ ม ิ น h a m m o n แ ฮ ม เ ม ิ น ด ส ์ h a m m o n d s แ ฮ ร ์ ร ิ ส ส ์ h a r r i s s แ ฮ ร ์ ว ู ๊ ด h a r e w o o d แ ฮ ล ิ บ ั ต h a l i b u t แ ฮ ล เ บ ิ ร ์ ก h a l b e r g แ ฮ ล โ ค ร h a l c r o w แ ฮ ล ์ ฟ เ ด ิ ่ น h a l f d a n แ ฮ ส ซ ิ ต h a s s e t t แ ฮ ส บ ร ู ก h a s b r o u c k แ ฮ โ น เ ว อ ร ์ h a n o v e r แ ฮ ็ ก ก ี ล ิ น h a g e l i n แ ฮ ็ ก ส เ ต ิ ้ น h a x t o n โ ก ต ส ์ g o e t z e โ ก ร ล g r o e l โ ก ร ว g r o w โ ก ล ด ์ บ า ก g o l d b a c h โ ก ล ด ์ ส g o l d s โ ก ล ด ์ เ บ ล ิ ต ต ์ g o l d b l a t t โ ก ล ส g l o s โ ก ล อ ม บ ิ ก g o l o m b e k โ ก ล เ ด อ ร ์ g o l d e r โ ก ล เ ว อ ร ์ g l o v e r โ ก เ ว ิ ่ น g o v a n โ ก โ น เ ร ี ย g o n o r r h e a โ ก ไ ด แ อ ก k o d i a k โ ค ต เ ม ิ ่ น c o a t m a n โ ค น า ก ร ี c o n a k r y โ ค น ิ ก c o n i c โ ค บ k o b e โ ค บ อ ล ไ ท ต ์ c o b a l t i t e โ ค ร น k r o n e โ ค ร ม , จ อ ห ์ น c r o m e , j o h n โ ค ร โ ม ส เ ฟ ี ย ร ์ c h r o m o s p h e r e โ ค ล ด ์ c o l d โ ค ล น c l o n e โ ค ล ว ิ น c o l v i n โ ค ล ิ ฟ อ ร ์ ม c o l i f o r m โ ค ล แ ม น , เ ก ล น น ์ c o l e m a n , g l e n n โ ค ส c a u s s e โ ค เ ก ิ ้ น c o g a n โ ค เ ก ิ ้ น k o g a n โ ค เ ซ แ ค น ต ์ c o s e c a n t โ ค เ อ ต c o a t e โ ค เ ฮ ิ น c o h a n โ ค โ ร ก ร า ฟ ิ ก c h o r o g r a p h i c โ ค ไ ซ ส ม ิ ก c o s e i s m i c โ จ j o โ จ ซ ิ ฟ า j o s e p h a โ จ ว ่ า j o v a โ จ โ จ บ า j o j o b a โ ช ก s z o k e โ ช น เ ฮ อ ร ์ s c h o e n h e r r โ ช ล เ ด อ ร ์ ส s h o u l d e r s โ ช เ ด อ ร ์ s c h o d e r โ ช เ บ อ ร ์ s c h o b e r โ ซ ด า - ไ ล ม ์ s o d a - l i m e โ ซ น ั ล z o n a l โ ซ ป ส โ ต น s o a p s t o n e โ ซ ล ส ์ s o l e s โ ซ ล ิ ม s o l e m โ ซ เ ฟ ี ย s o f i a โ ด น ั ต d o u g h n u t โ ด บ d a u b e โ ด บ ี ้ d o b y โ ด ฟ d o v e โ ด อ า บ d o a b โ ด เ บ อ ร ์ แ ม น พ ิ น เ ช อ ร ์ d o b e r m a n p i n s c h e r โ ด เ ม น d o m a i n โ ด โ ร ท ี d o r o t h y โ ท น ี t o n i โ ท น เ น อ ร ์ t o n e r โ ท ล เ ว ย ์ t o l l w a y โ ท เ ค ็ น t o k e n โ ท เ ฟ ิ ล t o e f l โ น ก อ เ ล ส n o g a l e s โ น ส n o c e โ น เ บ ิ ่ ล n o b l e โ น เ บ เ ล ี ย ม n o b e l i u m โ น เ ล ิ น n o l a n โ บ ด b o d e โ บ ด ร ี ้ b e a u d r y โ บ ด ิ น b o d i n โ บ ท ู ล ิ น ั ม ท อ ก ซ ิ น b o t u l i n u m t o x i n โ บ น า ป า ร ์ ต b o n a p a r t e โ บ น ิ น b o n i n โ บ ร ก เ ก อ ร ์ b r o k e r โ บ ร ม ี น b r o m i n e โ บ ร เ ด ิ ส b r o a d u s โ บ ร ์ , น ี ล ส ์ b o h r , n i e l s โ บ ล ส ์ b o l e s โ บ ล เ จ อ ร ์ b o l g e r โ บ ว ์ ล ิ น ไ จ ต ์ b o w l i n g i t e โ บ เ ด ิ ้ น b o h d a n โ บ เ น อ ม ี ่ b o n a m y โ บ เ น อ ร ์ b o n e r โ บ เ ม ิ น น ์ b a u m a n n โ บ เ ล อ ร ์ b o l e r โ บ เ อ ล ล ์ b o e l l โ บ แ ด น b e a u d i n โ บ โ ล น า ซ อ เ ซ จ b o l o g n a s a u s a g e โ ป ล ิ โ ค น ิ ก p o l y c o n i c โ พ ป p o p e โ พ ร ว ี น ี ่ p r o v i n e โ พ ร โ ท ซ ั ว p r o t o z o a โ พ ล ี ค ี เ ล ส p o l y c h e l e s โ พ ล ี น ิ ว เ ค ล ี ย ร ์ อ ะ โ ร ม า ต ิ ก ไ ฮ โ ด ร ค า ร ์ บ อ น p o l y n u c l e a r a r o m a t i c h y d r o c a r b o n s โ พ ล ี ไ ฮ ด ร อ ก ซ ี แ อ ล ค า โ น เ อ ต p o l y h y d r o x y a l k a n o a t e โ พ ส เ ต อ ร ์ p o s t e r โ พ ส แ ต น p o s t a n โ พ เ ซ ต p o s e t โ พ เ อ อ ร ์ p o e r โ พ แ ท ส เ ซ ี ย ม ไ ฮ ด ร อ ก ไ ซ ด ์ p o t a s s i u m h y d r o x i d e โ ฟ ต ้ า f o l t a โ ฟ เ ด ิ น f o d e n โ ม ก า ด ิ ส ช ู m o g a d i s h u โ ม ซ ี เ ม ิ น m o s i m a n n โ ม ต ส ์ m o t e s โ ม น ิ น โ อ บ ู ค อ ฟ m o n i n - o b u k h o v โ ม ล ิ บ ด ี น ั ม m o l y b d e n u m โ ม ล เ ต ิ ้ น m o u l t o n โ ม ล เ น อ ร ์ m o l n a r โ ม ส ก า โ ต ้ m o s c a t o โ ม เ ส ก m o s a i c โ ม เ ส ส m o s e s โ ม โ น แ ซ ็ ก ค า ไ ร ด ์ m o n o s a c c h a r i d e โ ย ก ี ่ y o g i โ ย ส ต ์ y o s t โ ย เ ค ิ ่ ม y o a k a m โ ร ก ี เ อ อ ร ์ r o g i e r โ ร ด โ ช ว ์ r o a d s h o w โ ร บ r o b e โ ร บ ี ้ r o b i e โ ร ม r o h m โ ร ล ฟ ิ ่ ง r o l f i n g โ ร ล ิ ต r o w l e t t โ ร ล เ ล อ ร ์ r o l l e r โ ร ส r o w s e โ ร ส , ว ิ น เ ซ น ต ์ r o s e , v i n c e n t โ ร เ ซ ิ น ค ว ิ ส ต ์ r o s e n q u i s t โ ร เ ด ิ ่ ก r o d a k โ ร เ ต อ ร ์ r o t o r โ ร เ ล ิ น r o e l a n d โ ร แ ซ ล บ ้ า r o s a l b a โ ร โ ด โ ค ร ไ ซ ต ์ r h o d o c h r o s i t e โ ล ต ั ส l o t u s โ ล น l o e n โ ล น ล ี l o n e l y โ ล ว ์ , เ ซ อ ร ์ เ ด ว ิ ด อ ะ เ ล ็ ก ซ า น เ ด อ ร ์ ซ ี ซ ิ ล l o w , s i r d a v i d a l e x a n d e r c e c i l โ ล ว ์ ไ ร ซ ์ l o w - r i s e โ ว ล เ ต อ ร ์ ส w o l t e r s โ ว ล เ ป อ ร ์ w o l p e r โ ว ล ์ ก v o l k โ ว ห ์ ล w o h l โ ส ก ร า ต ี ส s o c r a t e s โ ห ม ด m o d e โ ห ว ต v o t e โ อ ก ร า o k r a โ อ ก ี ฟ o g i v e โ อ ค ็ อ ต ส ก ์ o k h o t s k โ อ พ อ ล o p a l โ อ ล ด ์ โ ร ส o l d r o s e โ อ ล เ ค ิ ต o l c o t t โ อ ว ี อ อ ต o v i a t t โ อ เ ก ิ ล o g l e โ อ เ ด ล o d e l l โ อ เ น ็ ต o - n e t โ อ เ พ น แ อ ร ์ o p e n a i r โ อ เ ร ล ล ี ่ o r e i l l y โ อ เ ว น ส ์ o w e n s โ อ เ ว อ ร ์ ล อ ร ์ ด o v e r l o r d โ อ เ ว อ ร ์ เ ว ต o v e r w e i g h t โ อ เ ว อ ร ์ เ ฮ ด โ ป ร เ จ ก เ ต อ ร ์ o v e r h e a d p r o j e c t o r โ อ แ อ เ ท ิ น o a t e n โ อ โ ด ก ร า ฟ o d o g r a p h โ อ โ บ o b o e โ ฮ จ h o g e โ ฮ ม ส เ ต ก h o m e s t a k e โ ฮ ม า โ ล ก ร า ฟ ิ ก h o m a l o g r a p h i c โ ฮ ม เ พ จ h o m e p a g e โ ฮ ล เ ด อ ร ์ h o l d e r โ ฮ ล เ บ ิ ร ์ น h o l b o r n โ ฮ ล ์ ม เ บ ิ ร ์ ก h o l m b e r g โ ฮ ห ์ ล h o h l โ ฮ เ น ิ ่ น h o n a n โ ฮ เ ล อ ร ์ h o h l e r โ ฮ โ ม เ ซ ก ช ว ล h o m o s e x u a l ไ ก ร ซ ์ g r i c e ไ ก ล โ ค ไ ซ ด ์ g l y c o s i d e ไ ก เ น เ ว ี ย ร ์ g u i n e v e r e ไ ค c h i ไ ค k a i ไ ค ร โ อ ไ ฮ เ ด ร ต c r y o h y d r a t e ไ ค ล ง ์ ค น ิ ก ต ์ k l e i n k n e c h t ไ ค ล ด ์ c l y d e ไ ค ล น ์ เ ม ิ น k l e i n m a n ไ ค ล เ น ิ ร ์ ต k l e i n e r t ไ ค เ ซ อ ร ์ k e i s e r ไ ช เ ร อ ร า s h i r e r ไ ซ ค ล า ด ิ ส c y c l a d e s ไ ซ ด ์ s i d e ไ ซ ด ์ ส s i d e s ไ ซ ด ์ เ ม ิ น s e i d m a n ไ ซ น ั ส s i n u s ไ ซ บ อ ร ์ ก c y b o r g ไ ซ บ ี เ ร ี ย s i b e r i a ไ ซ เ ก อ เ ล อ ร ์ z e i g l e r ไ ซ เ ด ิ ้ น s e i d e n ไ ซ เ บ อ ร ์ ส เ ป ซ c y b e r s p a c e ไ ซ เ บ อ ร ์ เ น ต ิ ก c y b e r n e t i c ไ ซ โ ค p s y c h o ไ ซ โ ค ร ฟ ิ ล ิ ก p s y c h r o p h i l i c ไ ด ต ั น d i g h t o n ไ ด น า ไ ม ต ์ d y n a m i t e ไ ด น ิ เ ซ ิ ่ น d i n e s e n ไ ด ย ์ ส ั น d y s o n ไ ด ร ว ์ พ อ ย ต ์ โ พ ร ไ ฟ ล ์ เ ล อ ร ์ d r i v e p o i n t p r o f i l e r ไ ด ร ์ เ ว อ ร ์ d r i v e r ไ ด อ อ ก ไ ซ ด ์ d i o x i d e ไ ด เ ว อ เ จ น ซ ์ d i v e r g e n t ไ ด เ อ ิ ส d y a s ไ ด แ อ น d i a n e ไ ท ด ์ t i d e ไ ท ย แ ล น ด ์ t h a i l a n d ไ ท ร แ ซ ็ ก ค า ไ ร ด ์ t r i s a c c h a r i d e ไ น ซ ์ n i c e ไ น ต ์ ค ล ั บ n i g h t c l u b ไ น ต ์ ฮ อ ว ์ ก n i g h t h a w k ไ น บ ล ี ย ์ n i b l e y ไ น ย ์ ส เ ต ร ิ ม n y s t r o m ไ บ ร ด ิ น บ ั ก b r e i d e n b a c h ไ บ ร น ึ ส b r i n e s ไ บ ร เ อ ิ ้ น b r i o n ไ บ ล b l i g h ไ บ อ อ ส b i o s ไ บ แ ซ น ท ิ อ ั ม b y z a n t i u m ไ พ น ์ ส p i n e s ไ พ น ์ แ อ ป เ ป ิ ล p i n e a p p l e ไ พ ร ส ์ p r y s e ไ พ ร ์ อ ะ โ น ม ิ เ ต อ ร ์ p y r a n o m e t e r ไ พ เ ซ อ ร ์ p e i s e r ไ ฟ น ์ ไ ด เ ซ ิ ่ น f i n d e i s e n ไ ฟ ร ส ์ f r i e s ไ ฟ ล ช เ ม ิ ่ น f l e i s c h m a n n ไ ฟ ล ์ ด ิ ่ ง f e i l d i n g ไ ฟ เ ด อ ร ์ เ ล อ ร ์ f i d l e r ไ ฟ เ บ อ ร ์ ก ล า ส ส ์ f i b e r g l a s s ไ ฟ โ บ ร ไ ล ต ์ f i b r o l i t e ไ ม ส โ ต ร m a e s t r o ไ ม เ ค ิ ล m i c h a e l ไ ม เ ค ิ ล ส ั น - ม อ ร ์ เ ล ย ์ m i c h e l s o n - m o r l e y ไ ม เ ร ิ ่ น m y r o n ไ ม โ ค ร ล ิ ต ร m i c r o l i t e r ไ ม โ ค ร โ พ ร เ ซ ส เ ซ อ ร ์ m i c r o p r o c e s s o r ไ ม โ ท ต ิ ก m i t o t i c ไ ร ก ิ r e i k i ไ ร ง ์ โ ก ล ด ์ r e i n g o l d ไ ร ด ิ ง r i d i n g ไ ร ด ิ ่ ง ส ์ r i d i n g s ไ ร ม ์ r i m e ไ ร ส ์ เ ม ิ ่ น r e i s m a n ไ ร อ ั ล r i a l ไ ร เ น อ ร ์ r e i n e r ไ ร เ น ิ ร ์ ต r e i n e r t ไ ร เ บ ิ ร ์ ก r y b e r g ไ ล ก อ น l y g o n ไ ล น ์ เ ด ิ น เ บ า ม ์ l i n d e n b a u m ไ ล อ อ ว ์ l i a w ไ ล เ ซ อ ร ์ ส ั น l e i s e r s o n ไ ว ก ิ ง v i k i n g ไ ว ซ ิ น เ บ ิ ร ์ น w e i s s e n b o r n ไ ว ต ส ์ w e i t z ไ ว ต ์ ส เ ม ิ ่ น w e i t z m a n ไ ว ต ์ เ ซ ล w h i t e s e l l ไ ว ต ์ เ ล เ ท อ ร ์ w h i t e l e a t h e r ไ ว น ี ย ์ v i n e y ไ ว น ์ เ บ อ ร ์ เ ก อ ร ์ , แ ค ส ป า ร ์ w e i n b e r g e r , c a s p a r ไ ว ร ั ส v i r u s ไ ว ไ ฟ w i - f i ไ อ ซ ี เ ด อ ร ์ i s i d o r ไ อ ด า i d a ไ อ ด ี ก า ร ์ ด i d c a r d ไ อ ท อ ฟ ฟ ์ a i t o f f ไ อ บ ี i b ไ อ ร ิ ส i r i s ไ อ ส ั ้ น ส ไ ต น ์ e i s e n s t e i n ไ อ เ ค ิ ล เ ล อ ร ์ e i c h l e r ไ อ เ ด ล อ ร ์ i d l e r ไ อ เ ฟ อ เ ล อ ร ์ e i f l e r ไ อ เ อ ส ด ี เ อ ็ น i s d n ไ อ โ ซ โ ค ร น i s o c h r o n e ไ อ โ ซ ไ ซ ม ์ i s o z y m e ไ ฮ ก ุ h a i k u ไ ฮ ซ ์ h i c e ไ ฮ ด ์ h y d e ไ ฮ ฟ ์ ส h i v e s ไ ฮ เ ก อ ร ์ h a i g e r ไ ฮ เ ค ิ ส h e i k e s ไ ฮ เ น ิ น h e i n e n ไ ฮ เ ร อ ด อ ล h e y e r d a h l ไ ฮ โ ก ร ม ิ เ ต อ ร ์ h y g r o m e t e r ไ ฮ โ ค ร ฟ ล ู อ อ โ ร ค า ร ์ บ อ น h y d r o f l u o r o c a r b o n ไ ฮ โ ด ร พ อ น ิ ก ส ์ h y d r o p o n i c s ไ ฮ โ ด ร เ จ น h y d r o g e n ไ ฮ โ พ ล ิ ม เ น ี ย น h y p o l i m n i o n ไ ฮ โ ล h i - l o
f439eee3093e4ad06fe203cba17ec8cfe255a22f
7c82ece01341a445b10f5cccd1ff7c8614e1c5a2
/TP1_Linear system/PuissancesIterees.sci
8c3feb57b59a5807052e987dc1746c74ce168df0
[ "MIT" ]
permissive
PaulEmmanuelSotir/TPs_3IF
87116bcf91d7f871f77bef26e35684f02c5ece87
51e1b82837bd2e9e01fe84721f127c469f1f24a7
refs/heads/master
2021-06-01T15:55:23.452046
2016-05-24T13:54:53
2016-05-24T13:54:53
43,512,483
0
0
null
null
null
null
UTF-8
Scilab
false
false
424
sci
PuissancesIterees.sci
function [vec,lambda] = PuissancesIterees(A,k_max) // Output variables initialisation (not found in input variables) vec=[]; lambda=[]; // Display mode mode(0); // Display warning for floating point exception ieee(1); n = size(A,1); Y = rand(n,1); for k = mtlb_imp(0,k_max) X = Y/norm(Y); Y = A*X; end; vec = Y/norm(Y); lambda = norm(Y); if sign(lambda*Y)~=sign(A*Y) then lambda = lambda*(-1); end; endfunction
74490521bc77b222eb1b7a8441afbda0cdc07343
449d555969bfd7befe906877abab098c6e63a0e8
/3472/CH32/EX32.6/Example32_6.sce
16e218df79d4f6dc86cb7b0760d5bfd1d28ccb52
[]
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
916
sce
Example32_6.sce
// A Texbook on POWER SYSTEM ENGINEERING // A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar // DHANPAT RAI & Co. // SECOND EDITION // PART III : SWITCHGEAR AND PROTECTION // CHAPTER 6: CIRCUIT BREAKER // EXAMPLE : 6.6 : // Page number 567 clear ; clc ; close ; // Clear the work space and console // Given data I = 1200.0 // Rated normal current(A) MVA = 1500.0 // Rated MVA kV = 33.0 // Voltage(kV) // Calculations I_breaking = MVA/(3**0.5*kV) // Rated symmetrical breaking current(kA) I_making = I_breaking*2.55 // Rated making current(kA) I_short = I_breaking // Short-time rating(kA) // Results disp("PART III - EXAMPLE : 6.6 : SOLUTION :-") printf("\nRated normal current = %.f A", I) printf("\nBreaking current = %.2f kA (rms)", I_breaking) printf("\nMaking current = %.f kA", I_making) printf("\nShort-time rating = %.2f kA for 3 secs", I_short)
8c0811a28952d26ae20ecf0b550db2ccb94cae61
449d555969bfd7befe906877abab098c6e63a0e8
/2102/CH7/EX7.4/exa_7_4.sce
4f7187f530910c4c9de99866ef634f9d30f0c3c6
[]
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
271
sce
exa_7_4.sce
// Exa 7.4 clc; clear; close; // Given data Vmin= 2.2;// in V Vmax= 4.0;// in V I= 11;// in mA I= I*10^-3;//in A Resistance= Vmin/I;// in Ω Current = Vmax/Resistance;// in A disp(Resistance,"Resistance in Ω is : ") disp(Current*10^3,"Current in mA is : ")
60ca22d57c0af69f28bf34a4331ff0a992947c49
777ac7fa75f240739af167655f7fab95cba80ef6
/docs/Basics.New/Registr.tst
856fb48d1001fa1c0d60fc001d66938ed082c729
[]
no_license
Karabur/TML-project
8d498d8133f4b1ea8e8c3fe6f6f47f7ab5de4b5c
0bfe006b0e66628427b769bc1be903875e77d5b7
refs/heads/master
2021-01-02T09:20:39.055827
2013-12-28T22:02:15
2013-12-28T22:02:15
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
842
tst
Registr.tst
Title: TestName: Проверка команды Registration: ON; Difficulty: A1; FullTime: 0; Questions: 1; Registration: OFF; EndTitle. StartTest: Question: 1; Weight: 1.0; BeginText: (только для полнофункиональной FLTS) В этом тесте проверяеться работа команды Registration: OFF Команда отключает фиксацию результатов в базе данных. Необходима для тренировочных тестов. Результат этого теста не должен быть зарегистрирован в базе данных. EndText; OrChoice: AtX: 8; AtY: 8; Width: 100; Height: 100; 1: правильно endcase; 2: правильно endcase; 3: правильно endcase; Right: 1,2,3; Ask; EndTest.
ce92defe351fb79e94af84dbb78230e35fa97b2c
449d555969bfd7befe906877abab098c6e63a0e8
/1523/CH2/EX2.1/2_1.sce
f064b9ca3de6728301cfa1b8a5fe8163c3153b8e
[]
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
335
sce
2_1.sce
//Network Theorem-1 //pg no.-2.4 //example2.1 printf("\nConverting the two delta networks formed by resistors 4.5 Ohm, 3Ohm, and 7.5Ohm into equivalent star networks"); a=4.5; b=3; c=7.5; R1= (a*c)/(a+b+c); R2= (c*b)/(c+b+a); R3= (a*b)/(a+b+c); mprintf("\nR1=R6 = %.2f Ohm \nR2=R5 = %.1f Ohm \nR3=R4 = %.1f Ohm",R1,R2,R3);
94eb2115de722597e3209593333b2f53414fda56
449d555969bfd7befe906877abab098c6e63a0e8
/1004/CH4/EX4.4/Ch04Ex4.sci
5e70dc76dc3900f83d6fda4d45da7d5229ed3450
[]
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
683
sci
Ch04Ex4.sci
// Scilab code: Ex4.4 : Zero point energy of a system : Pg: 126 (2008) h = 6.626e-034; // Planck's constant, Js x = 1e-02; // Displacement of the spring about its mean position, m F = 1e-02; // Force applied to the spring-mass system, N m = 1e-03; // Mass of attached to the spring, kg // As F = k*x, k = 4*%pi^2*f^2*m is the stiffness constant, solving for f, f = sqrt(F/(4*%pi^2*m*x)); // Frequency of oscillations of mass-spring system, Hz U = 1/2*h*f; // Zero point energy of the mass-spring system, J printf("\nThe zero point energy of the mass-spring system = %4.2e J", U); // Result // The zero point energy of the mass-spring system = 1.67e-033 J
6aad4fb042d0c5960db2b9037f1b07f008f6a2b3
449d555969bfd7befe906877abab098c6e63a0e8
/1538/CH10/EX10.3/Ex10_3.sce
96600f179288f48edc8b2e84f216b4949411b344
[]
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
698
sce
Ex10_3.sce
//example-10.3 //page no-307 //given //length of glass piece l=1.1*10^3 //mm //width of glass piece b=225 //mm //height or thicness of plate h=10 //mm //load P=250 //N //for a simply supported beam subjected to concentrated load in the middle of its span, M=P*l/4 //N mm //and force F=P/2 //N //part(a) //flexure strength sigma=6*M/b/h^2 //N/mm^2 //part (b) //shear strength tau=3*F/2/b/h //N/mm^2 //part (c) P1=350 //N M1=P1*l/4 //ineria I=b*h^3/12 //mm^4 y=h/2 //mm //the modulus of rupture is given by sigmar=M1*y/I printf ("the flexture strength, shear strength and modulus of rupture are %f N/mm^2, %f N/mm^2 and %f N/mm^2 resp",sigma, tau, sigmar)
7feedfeeb23d20981a925377cb5855b6d18fe22d
01ecab2f6eeeff384acae2c4861aa9ad1b3f6861
/xcos_blocks/output_func.sci
c0832b4b740d65b69d111c937a395fb59038bb49
[]
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
763
sci
output_func.sci
function block=output_func(block,flag) if flag==1 t = scicos_time(); execstr('global ' + (block.opar(1))) execstr('var = ' + (block.opar(1))) period = 1/block.rpar(1) remainder = t-fix(t./(period)).*period if remainder <= (1D-10) then if t == 0 then clear var j = 1:block.rpar(2) var(j, 1) = block.inptr(1)(j) execstr((block.opar(1)) + ' = var') else mat_sz = size(var) j = 1:block.rpar(2) num_cols = mat_sz(1,2) var(j, num_cols + 1) = block.inptr(1)(j) execstr((block.opar(1)) + ' = var') end end end endfunction
b6bbf24ed79166a47a878a0ce0a336626d68724c
449d555969bfd7befe906877abab098c6e63a0e8
/764/CH22/EX22.3.b/Ex22_3.sce
868697183ac15917672c889806162dd73d38f253
[]
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,403
sce
Ex22_3.sce
clear //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 //Depends on data22_3.sci file //Obtain path of solution file path = get_absolute_file_path('Ex22_3.sce') //Obtain path of data file datapath = path + filesep() + 'data22_3.sci' //Clear all clc //Execute the data file exec(datapath) //Calculate the total force acting on the piston P (kN) P = F + (frac/100)*F //Calculate the inner diameter of the cylinder Di (mm) Di = sqrt((4 * P * 1000)/(%pi * Pi)) Diround = round_five(Di) //Calculate the permissible strength of the material sigmat (N/mm2) sigmat = Sut/fs //Calculate the thickness of the cylinder t (mm) if (behavior == 'brittle') then t = (Diround/2) * (sqrt((sigmat + Pi)/(sigmat - Pi)) - 1) tround = round(t) //Print results printf("\nInner diameter of the cylinder(Di) = %f mm \n",Diround) printf("\nThickness of the cylinder(t) = %f mm \n",tround) elseif (behavior == 'ductile') t = (Di/2) * (sqrt((sigmat + (1-2*mu)*Pi)/(sigmat - (1+mu)*Pi)) - 1) tround = round(t) //Print results printf("\nInner diameter of the cylinder(Di) = %f mm \n",Diround) printf("\nThickness of the cylinder(t) = %f mm \n",tround) else printf("Specify the material behavior") end
5fe21c200082321a10f00c8f04212291f5df35bd
449d555969bfd7befe906877abab098c6e63a0e8
/3269/CH2/EX2.3/Ex2_3.sce
27a1fb85f53f7f276b7f1e6162370a3d0b5af387
[]
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
685
sce
Ex2_3.sce
// Example 2.3 clear all; clc; // Given data me = 9.1095*10^(-28); // Mass of electron in grams c = 2.9979*10^10; // Speed of light in vacuum in cm/sec // Calculation rest_mass = me*c^2; // Result printf('\n Rest mass energy of electron = %5.4E ergs\n',rest_mass); disp('Expressing the result in joules') // 1 Joule = 10^(-7)ergs rest_mass_j = rest_mass*10^(-7); printf('\n Rest mass energy of electron = %5.4E joules\n',rest_mass_j); disp('Expressing the result in MeV') // 1 MeV = 1.6022*10^(-13)joules rest_mass_mev = rest_mass_j/(1.6022*10^(-13)); printf('\n Rest mass energy of electron = %5.4f MeV\n',rest_mass_mev);
a45a33ea883f05d4d88b516044868c9640968b43
449d555969bfd7befe906877abab098c6e63a0e8
/2414/CH2/EX2.5/Ex2_5.sce
50ff39f4040fb609d52c54b0774bf2a8ef2366af
[]
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
775
sce
Ex2_5.sce
clc; //page no 43 //problem 2.5 //All voltages are in V //All power in watts R=5; //ohm C0=5; //dc value C1=8; C2=6; C3=3; //volts Vrms=sqrt(C0^2+0.5*(C1^2+C2^2+C3^2)); //rms voltage disp(Vrms,'(a) The rms value of voltage is'); P=Vrms^2/R; //watts disp('W',P,'(b) The average power dissipated in resistor is') P0=C0^2/R; disp(P0,'(c) The dc power is '); P1=C1^2/(2*R); disp(P1,'The power in fundamental is'); P2=C2^2/(2*R); P3=C3^2/(2*R); disp(P3,P2,'The second and third harmonics are'); //for plot fHz=[0:1600]; f1=500; //fundamental freq. f2=1000; f3=1500; Pn=[P0 zeros(1:f1-1) P1 zeros(f1+1:f2-1) P2 zeros(f2+1:f3-1) P3 zeros(f3+1:1600)] clf plot2d(fHz,Pn,[3],rect=[0,0,1600,8]) xtitle('Power spectrum','f,Hz','Pn(W)') xgrid
aaecbd26fa1ac173e02b25fd1cd035f318af5355
1db0a7f58e484c067efa384b541cecee64d190ab
/macros/db2pow.sci
acc83d6f525f14d6465c4e5dbcd5b9d39ecc5a97
[]
no_license
sonusharma55/Signal-Toolbox
3eff678d177633ee8aadca7fb9782b8bd7c2f1ce
89bfeffefc89137fe3c266d3a3e746a749bbc1e9
refs/heads/master
2020-03-22T21:37:22.593805
2018-07-12T12:35:54
2018-07-12T12:35:54
140,701,211
2
0
null
null
null
null
UTF-8
Scilab
false
false
651
sci
db2pow.sci
function [y] = db2pow(ydb) //This function calculates the power value in Watt of the decibel value ydb passed as the parameter //Calling sequence //function [y] = mag2pow(ydb) //Parameters //ydb : scalar or vector or matrix or N-D array //Examples //ydb = 20 //y=mag2pow(ydb) //Authors //Ishita Bedi //Modified to handle char i/p by Debdeep Dey funcprot(0); rhs = argn(2) if(rhs~=1) error("Wrong number of input arguments.") end //This statement calculates the power in Watt of ydb which was in decibel using ydb = 10log (y) -- log base 10 if(type(ydb)~=10) then y = 10.^(ydb/10); else y1=ascii(y); y = 10.^(y1/10); end endfunction
fed22afade3963d611e27f653f3624bff3b6702f
676ffceabdfe022b6381807def2ea401302430ac
/library/Demos/Python/NekMesh/Tests/test_nekmesh_node.tst
8c2cfbb5e100b91d9a506bda080359814f209ced
[ "MIT" ]
permissive
mathLab/ITHACA-SEM
3adf7a49567040398d758f4ee258276fee80065e
065a269e3f18f2fc9d9f4abd9d47abba14d0933b
refs/heads/master
2022-07-06T23:42:51.869689
2022-06-21T13:27:18
2022-06-21T13:27:18
136,485,665
10
5
MIT
2019-05-15T08:31:40
2018-06-07T14:01:54
Makefile
UTF-8
Scilab
false
false
3,325
tst
test_nekmesh_node.tst
<?xml version="1.0" encoding="utf-8" ?> <test> <description> Unit test of the Python interface for the Nektar::NekMesh::Node class. </description> <executable python="true"> test_nekmesh_node.py </executable> <parameters></parameters> <metrics> <metric type="regex" id="1"> <regex>^.*testNodeConstructor: (.*)</regex> <matches> <match> <field id="0">PASS</field> </match> </matches> </metric> <metric type="regex" id="2"> <regex>^.*testNodeGetID: (.*)</regex> <matches> <match> <field id="0">PASS</field> </match> </matches> </metric> <metric type="regex" id="3"> <regex>^.*testNodeSetID: (.*)</regex> <matches> <match> <field id="0">PASS</field> </match> </matches> </metric> <metric type="regex" id="4"> <regex>^.*testNodeDistance: (.*)</regex> <matches> <match> <field id="0">PASS</field> </match> </matches> </metric> <metric type="regex" id="5"> <regex>^.*testNodeGetLoc: (.*)</regex> <matches> <match> <field id="0">PASS</field> </match> </matches> </metric> <metric type="regex" id="6"> <regex>^.*testNodeAbs2: (.*)</regex> <matches> <match> <field id="0">PASS</field> </match> </matches> </metric> <metric type="regex" id="7"> <regex>^.*testNodeFieldAccess: (.*)</regex> <matches> <match> <field id="0">PASS</field> </match> </matches> </metric> <metric type="regex" id="8"> <regex>^.*testNodeSet__len__: (.*)</regex> <matches> <match> <field id="0">PASS</field> </match> </matches> </metric> <metric type="regex" id="9"> <regex>^.*testNodeSetClear: (.*)</regex> <matches> <match> <field id="0">PASS</field> </match> </matches> </metric> <metric type="regex" id="10"> <regex>^.*testNodeSet__iter__: (.*)</regex> <matches> <match> <field id="0">PASS</field> </match> </matches> </metric> <metric type="regex" id="11"> <regex>^.*testNodeSet__contains__: (.*)</regex> <matches> <match> <field id="0">PASS</field> </match> </matches> </metric> <metric type="regex" id="12"> <regex>^.*testNodeSetAdd: (.*)</regex> <matches> <match> <field id="0">PASS</field> </match> </matches> </metric> </metrics> </test>
1228208b8bb9aaa7c4d34e0b4eae872ddba8f121
26a377346a0dc49631395932b6a454abeecbd6a6
/lsolve_usolve.sci
56a8a8b4cf85f2b95bcc148e23411619c6f69e6f
[]
no_license
Younes-97/TP_CN
0552ef4799985d51115126fcef98eb645f9b0e6d
0d7eaea53a6d824a894e7926fa118a1fe5dd40a5
refs/heads/main
2023-01-24T15:23:54.697366
2020-11-26T00:12:47
2020-11-26T00:12:47
316,080,053
0
0
null
null
null
null
UTF-8
Scilab
false
false
261
sci
lsolve_usolve.sci
s=100 rand("seed") n=100 A=rand(n,n) L=tril(A) U=triu(A) xex=rand(n,1); a=U*xex; c=L*xex; l=lsolve(A,c) u=usolve(A,a) fErrorB=norm(xex-xu,2)/norm(xex,2) fErrorB1=norm(xex-l,2)/norm(xex,2) bErrorB=norm(a-U*u,2)/norm(a,2) bErrorB1=norm(c-U*l,2)/norm(a,2)
e5be56c46c3b6e8f572aeddfaf82ea3dd0b3edc5
449d555969bfd7befe906877abab098c6e63a0e8
/3718/CH7/EX7.4/Ex7_4.sce
65377ab68cece0c5e5e8c582c2ee6d8158958779
[]
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
261
sce
Ex7_4.sce
//Chapter 7: Solid State //Problem: 4 clc; //Declaration of Variables r_Na = 0.98 * 10 ** - 10 //in m r_Cl = 1.81 * 10 ** - 10 //in m // Solution rr = r_Na / r_Cl mprintf("When the radius ration is :%.2f, the coordination number is 6.",rr)
0f1bf3122c78c637a5d03c59f0b276f48ea3d787
449d555969bfd7befe906877abab098c6e63a0e8
/3651/CH4/EX4.10/10.sce
fe752c7672b8eefca3950514b961e02cc8f5d33b
[]
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
396
sce
10.sce
//Variable declaration rho1=1.2*10**-8 p1=0.4 rho2=0.12*10**-8 p2=0.5 rho3=1.5*10**-8 //Calculations R=(rho1*p1)+(rho2*p2) R_c=R+rho3 //Results printf('Increase in resistivity in copper =%0.3f *10**-8 ohm m \n ',(R*10**8)) printf('Total resistivity of copper alloy =%0.3f *10**-8 ohm m \n ',(R_c*10**8)) printf('The resistivity of alloy at 3K =%0.3f *10**-8 ohm m \n ',(R*10**8))
25fab3e13171f021680380a5f8eb236c426fc60b
449d555969bfd7befe906877abab098c6e63a0e8
/3860/CH2/EX2.22/Ex2_22.sce
1be2190eefb3ee14235dffb54c4db0f37e0a1cd5
[]
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
369
sce
Ex2_22.sce
//Example 2.22: Reduce expression using Boolean laws ( Consensus Theorem) clc // Clears the console disp('f = c''d''+ ac'' + ad + bd'' + ab ') disp('Two terms can be reduced using consensus twice') disp('c''d'' $ ad = ac'' and ad $ bd'' = ab') disp('Thus we can remove ac'' and ab leaving') disp('f = c''d''+ ad + bd'' ') //the reduced expression is displayed.
ca82b83eac736e05b505103a69c27089dda9bd99
449d555969bfd7befe906877abab098c6e63a0e8
/3773/CH6/EX6.3/Ex6_3.sce
68bdcb38ad14e5871f609e3d60900e5680bad014
[]
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,636
sce
Ex6_3.sce
//Chapter 6: Electric Dipoles, Thin Linear Antennas and Arrays of Dipoles and Apertures //Example 6-12.1 clc; //Variable Initialization s1 = 0.4 //Spacing 1(lambda) s2 = 0.5 //Spacing 2(lambda) s3 = 0.6 //Spacing 3(lambda) R_21_1 = 6.3 //Mutual resistance for s1 (ohm) R_21_2 = -12.691 //Mutual resistance for s2 (ohm) R_21_3 = -23.381 //Mutual resistance for s3 (ohm) Z = 73.13 //Self impedance of lambda/2 dipole (ohm) //Calculation gain_1 = sqrt(2*(Z/(Z+R_21_1))) //Gain in field for s1 (unitless) gain_iso1 = 1.64*(gain_1**2) //Power gain over isotropic (unitless) gain_iso_db1 = 10*log10(gain_iso1) //Power gain (in dBi) gain_2 = sqrt(2*(Z/(Z+R_21_2))) //Gain in field for s2 (unitless) gain_iso2 = 1.64*(gain_2**2) //Power gain over isotropic (unitless) gain_iso_db2 = 10*log10(gain_iso2) //Power gain (in dBi) gain_3 = sqrt(2*(Z/(Z+R_21_3))) //Gain in field for s3 (unitless) gain_iso3 = 1.64*(gain_3**2) //Power gain over isotropic (unitless) gain_iso_db3 = 10*log10(gain_iso3) //Power gain (in dBi) //Result mprintf( "The gain in field over half wave antenna for s1 is %.2f",gain_1) mprintf( "\nThe power gain over isotropic for s1 is %.2f or %.1f dBi",gain_iso1,gain_iso_db1) mprintf( "\n\nThe gain in field over half wave antenna for s2 is %.2f",gain_2) mprintf( "\nThe power gain over isotropic for s2 is %.2f or %.2f dBi ", gain_iso2,gain_iso_db2) mprintf( "\n\nThe gain in field over half wave antenna for s3 is %.2f",gain_3) mprintf( "\nThe power gain over isotropic for s3 is %.2f or %.2f dBi ",gain_iso3,gain_iso_db3)
7e2fe249ecf727abaf7ed7febf8de8aa22ee5150
c1e86b47eb05c58f4522db485e82bd9aed662eb9
/spec/fixtures/config_index.tst
88287cb679a83d67e02955df5bd219866a42b4a4
[ "MIT" ]
permissive
yieldbot/sensu-yieldbot-plugins
26958bf57bbee73469bfc1f759e05bcb4ef31906
e03aee60bd6ed2621292884a0d07dcdffe58bfca
refs/heads/master
2020-04-06T06:32:15.712693
2018-10-09T15:50:14
2018-10-09T15:50:14
18,178,205
8
7
null
null
null
null
UTF-8
Scilab
false
false
276
tst
config_index.tst
health index pri rep docs.count docs.deleted store.size pri.store.size green infosphere_20140923185901 3 2 390476 52892 446.7mb 145.8mb green changelog 12 1 142 0 548kb 274kb
91502ee760117ffeb781a51ed8bb887359d3036b
449d555969bfd7befe906877abab098c6e63a0e8
/593/CH1/EX1.1/ex1_1.sce
41b499280654e6018ba17c5c3e8868278c07db8c
[]
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,269
sce
ex1_1.sce
clear; //clc(); // Example 1.1 // Page: 9 printf("Example-1.1 Page no.-9\n\n"); //***Data***// m_i = 10;//[g] m_w = 990;//[g] M_i = 342.3;//[g] M_w = 18;//[g] // The mass fraction is // ( mass fraction of sucrose ) = x_i (by mass) = m_i/(sum of all substances) x_i = m_i/(m_i+m_w); x_i = x_i*100;// [in percentage] // This is also the weight fraction. // The mole fraction is // ( mole fraction of sucrose ) = x_j (by mole) = n_i/(sum of number moles of all the substances) n_i = m_i/M_i;// number of moles of sucrose n_w = m_w/M_w;// number of moles of water x_j = n_i/(n_i+n_w); x_j = x_j*100;// [in percentage] // The molality, a concentration unit is widely used in equilibrium calculations, is defined as // m (molality) = (moles of solute)/(kg of solvent) m = n_i/m_w*1000;//[molal] // For solutions of solids and liquids (but not gases) ppm almost always means ppm by mass, so x_ppm = x_i*10^(6)/100;//[ppm] printf(" sucrose concentration in terms of the mass fraction is %f%%\n",x_i); printf(" sucrose concentration in terms of the mole fraction is %f%%\n",x_j); printf(" sucrose concentration in terms of the molality is %f molal\n",m); printf(" sucrose concentration in terms of the ppm is %f ppm",x_ppm);
d48198d610a4222474012844cdaf393a06e32692
449d555969bfd7befe906877abab098c6e63a0e8
/1553/CH26/EX26.1/26Ex1.sce
abaf83e08628aa9e8443bd045b6d41815ed9cb32
[]
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
230
sce
26Ex1.sce
//chapter 26 Ex 1 clc; clear; close; Dist=28; t=7; Btime=(t/Dist)*1000; Atime=Btime-t; Atime_min=(round(Atime/60)); Atime_sec=(modulo(Atime,240)); printf("Time of A over course is %d min %d sec",Atime_min,Atime_sec);
c3d875e36746e6a1fa9530a1cf0f45f13218f3ee
449d555969bfd7befe906877abab098c6e63a0e8
/2855/CH12/EX12.8/Ex12_8.sce
4af66bddaac8287311363420e0fcdbbbb9d2a2ef
[]
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
236
sce
Ex12_8.sce
//Chapter 12 //page no 443 //given clc; clear all; Lmax=60; //in km D=17; //in ps/nm.km dL=0.5; //in nm fb=1/Lmax/10^9/dL/10^-9/D/10^-12*10^-9; printf("\n Maximum system bit rate,fb = %0.2f Gb/s",fb);
6fc7f2212661a18f968deba0d99016b706ffa3e8
1bb72df9a084fe4f8c0ec39f778282eb52750801
/test/PY3.prev.tst
b6459dcbdc89b97afaa7478e6b15da377c1e56f8
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
gfis/ramath
498adfc7a6d353d4775b33020fdf992628e3fbff
b09b48639ddd4709ffb1c729e33f6a4b9ef676b5
refs/heads/master
2023-08-17T00:10:37.092379
2023-08-04T07:48:00
2023-08-04T07:48:00
30,116,803
2
0
null
null
null
null
UTF-8
Scilab
false
false
90,684
tst
PY3.prev.tst
ExponentGCDs=[1] ---------------- X1 [5,12,13] X2 [15,8,17] X3 [7,24,25] ---------------- X11 [9,40,41] X12 [35,12,37] X13 [11,60,61] X21 [21,20,29] X22 [55,48,73] X23 [39,80,89] X31 [13,84,85] X32 [63,16,65] X33 [15,112,113] ---------------- X111 [17,144,145] X112 [99,20,101] X113 [19,180,181] X121 [45,28,53] X122 [119,120,169] X123 [95,168,193] X131 [21,220,221] X132 [143,24,145] X133 [23,264,265] X211 [33,56,65] X212 [91,60,109] X213 [51,140,149] X221 [85,132,157] X222 [231,160,281] X223 [135,352,377] X231 [69,260,269] X232 [247,96,265] X233 [87,416,425] X311 [25,312,313] X312 [195,28,197] X313 [27,364,365] X321 [77,36,85] X322 [207,224,305] X323 [175,288,337] X331 [29,420,421] X332 [255,32,257] X333 [31,480,481] ---------------- X1111 [33,544,545] X1112 [323,36,325] X1113 [35,612,613] X1121 [117,44,125] X1122 [319,360,481] X1123 [279,440,521] X1131 [37,684,685] X1132 [399,40,401] X1133 [39,760,761] X1211 [65,72,97] X1212 [171,140,221] X1213 [115,252,277] X1221 [189,340,389] X1222 [527,336,625] X1223 [287,816,865] X1231 [165,532,557] X1232 [551,240,601] X1233 [215,912,937] X1311 [41,840,841] X1312 [483,44,485] X1313 [43,924,925] X1321 [165,52,173] X1322 [455,528,697] X1323 [407,624,745] X1331 [45,1012,1013] X1332 [575,48,577] X1333 [47,1104,1105] X2111 [57,176,185] X2112 [187,84,205] X2113 [75,308,317] X2121 [133,156,205] X2122 [351,280,449] X2123 [231,520,569] X2131 [93,476,485] X2132 [391,120,409] X2133 [111,680,689] X2211 [145,408,433] X2212 [459,220,509] X2213 [195,748,773] X2221 [341,420,541] X2222 [903,704,1145] X2223 [583,1344,1465] X2231 [245,1188,1213] X2232 [999,320,1049] X2233 [295,1728,1753] X2311 [129,920,929] X2312 [667,156,685] X2313 [147,1196,1205] X2321 [325,228,397] X2322 [855,832,1193] X2323 [663,1216,1385] X2331 [165,1508,1517] X2332 [1015,192,1033] X2333 [183,1856,1865] X3111 [49,1200,1201] X3112 [675,52,677] X3113 [51,1300,1301] X3121 [221,60,229] X3122 [615,728,953] X3123 [559,840,1009] X3131 [53,1404,1405] X3132 [783,56,785] X3133 [55,1512,1513] X3211 [105,88,137] X3212 [275,252,373] X3213 [203,396,445] X3221 [333,644,725] X3222 [943,576,1105] X3223 [495,1472,1553] X3231 [301,900,949] X3232 [975,448,1073] X3233 [399,1600,1649] X3311 [57,1624,1625] X3312 [899,60,901] X3313 [59,1740,1741] X3321 [285,68,293] X3322 [799,960,1249] X3323 [735,1088,1313] X3331 [61,1860,1861] X3332 [1023,64,1025] X3333 [63,1984,1985] ---------------- X11111 [65,2112,2113] X11112 [1155,68,1157] X11113 [67,2244,2245] X11121 [357,76,365] X11122 [1007,1224,1585] X11123 [935,1368,1657] X11131 [69,2380,2381] X11132 [1295,72,1297] X11133 [71,2520,2521] X11211 [153,104,185] X11212 [403,396,565] X11213 [315,572,653] X11221 [517,1044,1165] X11222 [1479,880,1721] X11223 [759,2320,2441] X11231 [477,1364,1445] X11232 [1519,720,1681] X11233 [639,2480,2561] X11311 [73,2664,2665] X11312 [1443,76,1445] X11313 [75,2812,2813] X11321 [437,84,445] X11322 [1239,1520,1961] X11323 [1159,1680,2041] X11331 [77,2964,2965] X11332 [1599,80,1601] X11333 [79,3120,3121] X12111 [105,208,233] X12112 [299,180,349] X12113 [155,468,493] X12121 [261,380,461] X12122 [703,504,865] X12123 [423,1064,1145] X12131 [205,828,853] X12132 [759,280,809] X12133 [255,1288,1313] X12211 [329,1080,1129] X12212 [1107,476,1205] X12213 [427,1836,1885] X12221 [765,868,1157] X12222 [2015,1632,2593] X12223 [1343,2976,3265] X12231 [525,2788,2837] X12232 [2255,672,2353] X12233 [623,3936,3985] X12311 [305,1848,1873] X12312 [1419,380,1469] X12313 [355,2508,2533] X12321 [741,580,941] X12322 [1943,1824,2665] X12323 [1463,2784,3145] X12331 [405,3268,3293] X12332 [2279,480,2329] X12333 [455,4128,4153] X13111 [81,3280,3281] X13112 [1763,84,1765] X13113 [83,3444,3445] X13121 [525,92,533] X13122 [1495,1848,2377] X13123 [1407,2024,2465] X13131 [85,3612,3613] X13132 [1935,88,1937] X13133 [87,3784,3785] X13211 [209,120,241] X13212 [555,572,797] X13213 [451,780,901] X13221 [741,1540,1709] X13222 [2135,1248,2473] X13223 [1079,3360,3529] X13231 [693,1924,2045] X13232 [2183,1056,2425] X13233 [935,3552,3673] X13311 [89,3960,3961] X13312 [2115,92,2117] X13313 [91,4140,4141] X13321 [621,100,629] X13322 [1775,2208,2833] X13323 [1679,2400,2929] X13331 [93,4324,4325] X13332 [2303,96,2305] X13333 [95,4512,4513] X21111 [105,608,617] X21112 [475,132,493] X21113 [123,836,845] X21121 [253,204,325] X21122 [663,616,905] X21123 [495,952,1073] X21131 [141,1100,1109] X21132 [775,168,793] X21133 [159,1400,1409] X21211 [217,456,505] X21212 [627,364,725] X21213 [315,988,1037] X21221 [533,756,925] X21222 [1431,1040,1769] X21223 [871,2160,2329] X21231 [413,1716,1765] X21232 [1551,560,1649] X21233 [511,2640,2689] X21311 [177,1736,1745] X21312 [1147,204,1165] X21313 [195,2108,2117] X21321 [493,276,565] X21322 [1311,1360,1889] X21323 [1071,1840,2129] X21331 [213,2516,2525] X21332 [1591,240,1609] X21333 [231,2960,2969] X22111 [265,1392,1417] X22112 [1131,340,1181] X22113 [315,1972,1997] X22121 [629,540,829] X22122 [1647,1496,2225] X22123 [1207,2376,2665] X22131 [365,2652,2677] X22132 [1911,440,1961] X22133 [415,3432,3457] X22211 [561,1240,1361] X22212 [1643,924,1885] X22213 [803,2604,2725] X22221 [1365,1892,2333] X22222 [3655,2688,4537] X22223 [2247,5504,5945] X22231 [1045,4452,4573] X22232 [3975,1408,4217] X22233 [1287,6784,6905] X22311 [465,4312,4337] X22312 [2891,540,2941] X22313 [515,5292,5317] X22321 [1269,740,1469] X22322 [3367,3456,4825] X22323 [2727,4736,5465] X22331 [565,6372,6397] X22332 [4071,640,4121] X22333 [615,7552,7577] X23111 [249,3440,3449] X23112 [2107,276,2125] X23113 [267,3956,3965] X23121 [805,348,877] X23122 [2175,2392,3233] X23123 [1863,3016,3545] X23131 [285,4508,4517] X23132 [2695,312,2713] X23133 [303,5096,5105] X23211 [481,600,769] X23212 [1275,988,1613] X23213 [819,1900,2069] X23221 [1349,2340,2701] X23222 [3735,2432,4457] X23223 [2071,5760,6121] X23231 [1157,3876,4045] X23232 [3927,1664,4265] X23233 [1495,6528,6697] X23311 [321,5720,5729] X23312 [3355,348,3373] X23313 [339,6380,6389] X23321 [1189,420,1261] X23322 [3255,3712,4937] X23323 [2871,4480,5321] X23331 [357,7076,7085] X23332 [4087,384,4105] X23333 [375,7808,7817] X31111 [97,4704,4705] X31112 [2499,100,2501] X31113 [99,4900,4901] X31121 [725,108,733] X31122 [2079,2600,3329] X31123 [1975,2808,3433] X31131 [101,5100,5101] X31132 [2703,104,2705] X31133 [103,5304,5305] X31211 [273,136,305] X31212 [731,780,1069] X31213 [611,1020,1189] X31221 [1005,2132,2357] X31222 [2911,1680,3361] X31223 [1455,4592,4817] X31231 [949,2580,2749] X31232 [2967,1456,3305] X31233 [1287,4816,4985] X31311 [105,5512,5513] X31312 [2915,108,2917] X31313 [107,5724,5725] X31321 [837,116,845] X31322 [2407,3024,3865] X31323 [2295,3248,3977] X31331 [109,5940,5941] X31332 [3135,112,3137] X31333 [111,6160,6161] X32111 [161,240,289] X32112 [435,308,533] X32113 [259,660,709] X32121 [429,700,821] X32122 [1175,792,1417] X32123 [671,1800,1921] X32131 [357,1276,1325] X32132 [1247,504,1345] X32133 [455,2088,2137] X32211 [585,2072,2153] X32212 [2035,828,2197] X32213 [747,3404,3485] X32221 [1357,1476,2005] X32222 [3567,2944,4625] X32223 [2415,5248,5777] X32231 [909,5060,5141] X32232 [4015,1152,4177] X32233 [1071,7040,7121] X32311 [553,3096,3145] X32312 [2451,700,2549] X32313 [651,4300,4349] X32321 [1325,1092,1717] X32322 [3471,3200,4721] X32323 [2575,4992,5617] X32331 [749,5700,5749] X32332 [4047,896,4145] X32333 [847,7296,7345] X33111 [113,6384,6385] X33112 [3363,116,3365] X33113 [115,6612,6613] X33121 [957,124,965] X33122 [2759,3480,4441] X33123 [2639,3720,4561] X33131 [117,6844,6845] X33132 [3599,120,3601] X33133 [119,7080,7081] X33211 [345,152,377] X33212 [931,1020,1381] X33213 [795,1292,1517] X33221 [1309,2820,3109] X33222 [3807,2176,4385] X33223 [1887,6016,6305] X33231 [1245,3332,3557] X33232 [3871,1920,4321] X33233 [1695,6272,6497] X33311 [121,7320,7321] X33312 [3843,124,3845] X33313 [123,7564,7565] X33321 [1085,132,1093] X33322 [3135,3968,5057] X33323 [3007,4224,5185] X33331 [125,7812,7813] X33332 [4095,128,4097] X33333 [127,8064,8065] ---------------- X111111 [129,8320,8321] X111112 [4355,132,4357] X111113 [131,8580,8581] X111121 [1221,140,1229] X111122 [3535,4488,5713] X111123 [3399,4760,5849] X111131 [133,8844,8845] X111132 [4623,136,4625] X111133 [135,9112,9113] X111211 [425,168,457] X111212 [1155,1292,1733] X111213 [1003,1596,1885] X111221 [1653,3604,3965] X111222 [4823,2736,5545] X111223 [2375,7632,7993] X111231 [1581,4180,4469] X111232 [4895,2448,5473] X111233 [2159,7920,8209] X111311 [137,9384,9385] X111312 [4899,140,4901] X111313 [139,9660,9661] X111321 [1365,148,1373] X111322 [3959,5040,6409] X111323 [3815,5328,6553] X111331 [141,9940,9941] X111332 [5183,144,5185] X111333 [143,10224,10225] X112111 [225,272,353] X112112 [595,468,757] X112113 [387,884,965] X112121 [637,1116,1285] X112122 [1767,1144,2105] X112123 [975,2728,2897] X112131 [549,1820,1901] X112132 [1855,792,2017] X112133 [711,3080,3161] X112211 [913,3384,3505] X112212 [3243,1276,3485] X112213 [1155,5452,5573] X112221 [2117,2244,3085] X112222 [5559,4640,7241] X112223 [3799,8160,9001] X112231 [1397,8004,8125] X112232 [6279,1760,6521] X112233 [1639,11040,11161] X112311 [873,4664,4745] X112312 [3763,1116,3925] X112313 [1035,6572,6653] X112321 [2077,1764,2725] X112322 [5439,4960,7361] X112323 [3999,7840,8801] X112331 [1197,8804,8885] X112332 [6319,1440,6481] X112333 [1359,11360,11441] X113111 [145,10512,10513] X113112 [5475,148,5477] X113113 [147,10804,10805] X113121 [1517,156,1525] X113122 [4407,5624,7145] X113123 [4255,5928,7297] X113131 [149,11100,11101] X113132 [5775,152,5777] X113133 [151,11400,11401] X113211 [513,184,545] X113212 [1403,1596,2125] X113213 [1235,1932,2293] X113221 [2037,4484,4925] X113222 [5959,3360,6841] X113223 [2919,9440,9881] X113231 [1957,5124,5485] X113232 [6039,3040,6761] X113233 [2679,9760,10121] X113311 [153,11704,11705] X113312 [6083,156,6085] X113313 [155,12012,12013] X113321 [1677,164,1685] X113322 [4879,6240,7921] X113323 [4719,6560,8081] X113331 [157,12324,12325] X113332 [6399,160,6401] X113333 [159,12640,12641] X121111 [185,672,697] X121112 [651,260,701] X121113 [235,1092,1117] X121121 [429,460,629] X121122 [1127,936,1465] X121123 [767,1656,1825] X121131 [285,1612,1637] X121132 [1271,360,1321] X121133 [335,2232,2257] X121211 [441,1160,1241] X121212 [1363,684,1525] X121213 [603,2204,2285] X121221 [1045,1332,1693] X121222 [2775,2128,3497] X121223 [1767,4144,4505] X121231 [765,3572,3653] X121232 [3055,1008,3217] X121233 [927,5264,5345] X121311 [385,2952,2977] X121312 [2091,460,2141] X121313 [435,3772,3797] X121321 [989,660,1189] X121322 [2607,2576,3665] X121323 [2047,3696,4225] X121331 [485,4692,4717] X121332 [3111,560,3161] X121333 [535,5712,5737] X122111 [609,3760,3809] X122112 [2867,756,2965] X122113 [707,5076,5125] X122121 [1485,1148,1877] X122122 [3895,3672,5353] X122123 [2943,5576,6305] X122131 [805,6588,6637] X122132 [4575,952,4673] X122133 [903,8296,8345] X122211 [1241,2520,2809] X122212 [3555,2108,4133] X122213 [1819,5580,5869] X122221 [3069,4420,5381] X122222 [8255,5952,10177] X122223 [4991,12480,13441] X122231 [2397,9796,10085] X122232 [8927,3264,9505] X122233 [2975,15168,15457] X122311 [1001,10200,10249] X122312 [6675,1148,6773] X122313 [1099,12300,12349] X122321 [2829,1540,3221] X122322 [7535,7872,10897] X122323 [6191,10560,12241] X122331 [1197,14596,14645] X122332 [9167,1344,9265] X122333 [1295,17088,17137] X123111 [585,6832,6857] X123112 [4331,660,4381] X123113 [635,8052,8077] X123121 [1749,860,1949] X123122 [4687,5016,6865] X123123 [3927,6536,7625] X123131 [685,9372,9397] X123132 [5751,760,5801] X123133 [735,10792,10817] X123211 [1121,1560,1921] X123212 [3003,2204,3725] X123213 [1843,4524,4885] X123221 [3045,5092,5933] X123222 [8375,5568,10057] X123223 [4727,12864,13705] X123231 [2565,8932,9293] X123232 [8855,3648,9577] X123233 [3287,14784,15145] X123311 [785,12312,12337] X123312 [7371,860,7421] X123313 [835,13932,13957] X123321 [2709,1060,2909] X123322 [7367,8256,11065] X123323 [6407,10176,12025] X123331 [885,15652,15677] X123332 [9191,960,9241] X123333 [935,17472,17497] X131111 [161,12960,12961] X131112 [6723,164,6725] X131113 [163,13284,13285] X131121 [1845,172,1853] X131122 [5375,6888,8737] X131123 [5207,7224,8905] X131131 [165,13612,13613] X131132 [7055,168,7057] X131133 [167,13944,13945] X131211 [609,200,641] X131212 [1675,1932,2557] X131213 [1491,2300,2741] X131221 [2461,5460,5989] X131222 [7215,4048,8273] X131223 [3519,11440,11969] X131231 [2373,6164,6605] X131232 [7303,3696,8185] X131233 [3255,11792,12233] X131311 [169,14280,14281] X131312 [7395,172,7397] X131313 [171,14620,14621] X131321 [2021,180,2029] X131322 [5895,7568,9593] X131323 [5719,7920,9769] X131331 [173,14964,14965] X131332 [7743,176,7745] X131333 [175,15312,15313] X132111 [297,304,425] X132112 [779,660,1021] X132113 [539,1140,1261] X132121 [885,1628,1853] X132122 [2479,1560,2929] X132123 [1335,3848,4073] X132131 [781,2460,2581] X132132 [2583,1144,2825] X132133 [1023,4264,4385] X132211 [1313,5016,5185] X132212 [4731,1820,5069] X132213 [1651,7980,8149] X132221 [3045,3172,4397] X132222 [7991,6720,10441] X132223 [5495,11712,12937] X132231 [1989,11620,11789] X132232 [9047,2496,9385] X132233 [2327,15936,16105] X132311 [1265,6552,6673] X132312 [5355,1628,5597] X132313 [1507,9324,9445] X132321 [2997,2596,3965] X132322 [7847,7104,10585] X132323 [5735,11328,12697] X132331 [1749,12580,12701] X132332 [9095,2112,9337] X132333 [1991,16320,16441] X133111 [177,15664,15665] X133112 [8099,180,8101] X133113 [179,16020,16021] X133121 [2205,188,2213] X133122 [6439,8280,10489] X133123 [6255,8648,10673] X133131 [181,16380,16381] X133132 [8463,184,8465] X133133 [183,16744,16745] X133211 [713,216,745] X133212 [1971,2300,3029] X133213 [1771,2700,3229] X133221 [2925,6532,7157] X133222 [8591,4800,9841] X133223 [4175,13632,14257] X133231 [2829,7300,7829] X133232 [8687,4416,9745] X133233 [3887,14016,14545] X133311 [185,17112,17113] X133312 [8835,188,8837] X133313 [187,17484,17485] X133321 [2397,196,2405] X133322 [7007,9024,11425] X133323 [6815,9408,11617] X133331 [189,17860,17861] X133332 [9215,192,9217] X133333 [191,18240,18241] X211111 [201,2240,2249] X211112 [1435,228,1453] X211113 [219,2660,2669] X211121 [589,300,661] X211122 [1575,1672,2297] X211123 [1311,2200,2561] X211131 [237,3116,3125] X211132 [1927,264,1945] X211133 [255,3608,3617] X211211 [385,552,673] X211212 [1035,748,1277] X211213 [627,1564,1685] X211221 [1037,1716,2005] X211222 [2847,1904,3425] X211223 [1615,4368,4657] X211231 [869,3060,3181] X211232 [3015,1232,3257] X211233 [1111,5040,5161] X211311 [273,4136,4145] X211312 [2491,300,2509] X211313 [291,4700,4709] X211321 [925,372,997] X211322 [2511,2800,3761] X211323 [2175,3472,4097] X211331 [309,5300,5309] X211332 [3127,336,3145] X211333 [327,5936,5945] X212111 [385,1488,1537] X212112 [1395,532,1493] X212113 [483,2356,2405] X212121 [893,924,1285] X212122 [2343,1976,3065] X212123 [1615,3432,3793] X212131 [581,3420,3469] X212132 [2655,728,2753] X212133 [679,4680,4729] X212211 [897,2296,2465] X212212 [2747,1404,3085] X212213 [1235,4428,4597] X212221 [2133,2756,3485] X212222 [5671,4320,7129] X212223 [3591,8480,9209] X212231 [1573,7236,7405] X212232 [6231,2080,6569] X212233 [1911,10720,10889] X212311 [777,6136,6185] X212312 [4307,924,4405] X212313 [875,7788,7837] X212321 [2013,1316,2405] X212322 [5311,5280,7489] X212323 [4191,7520,8609] X212331 [973,9636,9685] X212332 [6351,1120,6449] X212333 [1071,11680,11729] X213111 [345,6608,6617] X213112 [3835,372,3853] X213113 [363,7316,7325] X213121 [1333,444,1405] X213122 [3663,4216,5585] X213123 [3255,5032,5993] X213131 [381,8060,8069] X213132 [4615,408,4633] X213133 [399,8840,8849] X213211 [697,696,985] X213212 [1827,1564,2405] X213213 [1275,2668,2957] X213221 [2093,3876,4405] X213222 [5871,3680,6929] X213223 [3151,9120,9649] X213231 [1853,5796,6085] X213232 [6111,2720,6689] X213233 [2431,10080,10369] X213311 [417,9656,9665] X213312 [5467,444,5485] X213313 [435,10508,10517] X213321 [1813,516,1885] X213322 [5031,5920,7769] X213323 [4551,6880,8249] X213331 [453,11396,11405] X213332 [6391,480,6409] X213333 [471,12320,12329] X221111 [505,5088,5113] X221112 [3339,580,3389] X221113 [555,6148,6173] X221121 [1421,780,1621] X221122 [3783,3944,5465] X221123 [3103,5304,6145] X221131 [605,7308,7333] X221132 [4599,680,4649] X221133 [655,8568,8593] X221211 [969,1480,1769] X221212 [2627,1836,3205] X221213 [1547,3996,4285] X221221 [2565,4148,4877] X221222 [7015,4752,8473] X221223 [4023,10736,11465] X221231 [2125,7668,7957] X221232 [7455,2992,8033] X221233 [2703,12496,12785] X221311 [705,9928,9953] X221312 [6059,780,6109] X221313 [755,11388,11413] X221321 [2301,980,2501] X221322 [6223,6864,9265] X221323 [5343,8624,10145] X221331 [805,12948,12973] X221332 [7719,880,7769] X221333 [855,14608,14633] X222111 [1001,4080,4201] X222112 [3723,1364,3965] X222113 [1243,6324,6445] X222121 [2325,2332,3293] X222122 [6095,5208,8017] X222123 [4247,8904,9865] X222131 [1485,9052,9173] X222132 [6935,1848,7177] X222133 [1727,12264,12385] X222211 [2289,5720,6161] X222212 [6955,3612,7837] X222213 [3171,11180,11621] X222221 [5461,7140,8989] X222222 [14535,11008,18233] X222223 [9159,21760,23609] X222231 [4053,18404,18845] X222232 [15943,5376,16825] X222233 [4935,27392,27833] X222311 [1969,15960,16081] X222312 [11115,2332,11357] X222313 [2211,20140,20261] X222321 [5141,3300,6109] X222322 [13575,13568,19193] X222323 [10759,19200,22009] X222331 [2453,24804,24925] X222332 [16263,2816,16505] X222333 [2695,29952,30073] X223111 [905,16368,16393] X223112 [9579,980,9629] X223113 [955,18228,18253] X223121 [3381,1180,3581] X223122 [9263,10584,14065] X223123 [8183,12744,15145] X223131 [1005,20188,20213] X223132 [11639,1080,11689] X223133 [1055,22248,22273] X223211 [1809,1880,2609] X223212 [4747,3996,6205] X223213 [3267,6956,7685] X223221 [5365,9828,11197] X223222 [15015,9472,17753] X223223 [8103,23296,24665] X223231 [4725,14948,15677] X223232 [15655,6912,17113] X223233 [6183,25856,26585] X223311 [1105,24408,24433] X223312 [13899,1180,13949] X223313 [1155,26668,26693] X223321 [4661,1380,4861] X223322 [12903,15104,19865] X223323 [11623,17664,21145] X223331 [1205,29028,29053] X223332 [16359,1280,16409] X223333 [1255,31488,31513] X231111 [489,13280,13289] X231112 [7387,516,7405] X231113 [507,14276,14285] X231121 [2365,588,2437] X231122 [6615,7912,10313] X231123 [6063,9016,10865] X231131 [525,15308,15317] X231132 [8455,552,8473] X231133 [543,16376,16385] X231211 [1081,840,1369] X231212 [2835,2668,3893] X231213 [2139,4060,4589] X231221 [3509,6900,7741] X231222 [9975,6032,11657] X231223 [5191,15600,16441] X231231 [3197,9396,9925] X231232 [10287,4784,11345] X231233 [4255,16848,17377] X231311 [561,17480,17489] X231312 [9595,588,9613] X231313 [579,18620,18629] X231321 [2989,660,3061] X231322 [8415,10192,13217] X231323 [7791,11440,13841] X231331 [597,19796,19805] X231332 [10807,624,10825] X231333 [615,21008,21017] X232111 [793,1776,1945] X232112 [2331,1300,2669] X232113 [1131,3700,3869] X232121 [1925,2652,3277] X232122 [5151,3800,6401] X232123 [3175,7752,8377] X232131 [1469,6300,6469] X232132 [5607,1976,5945] X232133 [1807,9576,9745] X232211 [2337,7384,7745] X232212 [7739,3420,8461] X232213 [3059,12780,13141] X232221 [5445,6308,8333] X232222 [14359,11520,18409] X232223 [9495,21248,23273] X232231 [3781,19620,19981] X232232 [16023,4864,16745] X232233 [4503,27904,28265] X232311 [2145,13528,13697] X232312 [10235,2652,10573] X232313 [2483,18156,18325] X232321 [5253,4004,6605] X232322 [13783,13056,18985] X232323 [10455,19712,22313] X232331 [2821,23460,23629] X232332 [16215,3328,16553] X232333 [3159,29440,29609] X233111 [633,22256,22265] X233112 [12091,660,12109] X233113 [651,23540,23549] X233121 [3685,732,3757] X233122 [10431,12760,16481] X233123 [9735,14152,17177] X233131 [669,24860,24869] X233132 [13447,696,13465] X233133 [687,26216,26225] X233211 [1537,984,1825] X233212 [4059,4060,5741] X233213 [3219,5740,6581] X233221 [5285,10788,12013] X233222 [15159,8960,17609] X233223 [7735,23808,25033] X233231 [4901,13860,14701] X233232 [15543,7424,17225] X233233 [6583,25344,26185] X233311 [705,27608,27617] X233312 [14875,732,14893] X233313 [723,29036,29045] X233321 [4453,804,4525] X233322 [12663,15616,20105] X233323 [11895,17152,20873] X233331 [741,30500,30509] X233332 [16375,768,16393] X233333 [759,32000,32009] X311111 [193,18624,18625] X311112 [9603,196,9605] X311113 [195,19012,19013] X311121 [2597,204,2605] X311122 [7599,9800,12401] X311123 [7399,10200,12601] X311131 [197,19404,19405] X311132 [9999,200,10001] X311133 [199,19800,19801] X311211 [825,232,857] X311212 [2291,2700,3541] X311213 [2075,3132,3757] X311221 [3429,7700,8429] X311222 [10087,5616,11545] X311223 [4887,16016,16745] X311231 [3325,8532,9157] X311232 [10191,5200,11441] X311233 [4575,16432,17057] X311311 [201,20200,20201] X311312 [10403,204,10405] X311313 [203,20604,20605] X311321 [2805,212,2813] X311322 [8215,10608,13417] X311323 [8007,11024,13625] X311331 [205,21012,21013] X311332 [10815,208,10817] X311333 [207,21424,21425] X312111 [377,336,505] X312112 [987,884,1325] X312113 [715,1428,1597] X312121 [1173,2236,2525] X312122 [3311,2040,3889] X312123 [1751,5160,5449] X312131 [1053,3196,3365] X312132 [3431,1560,3769] X312133 [1391,5640,5809] X312211 [1785,6968,7193] X312212 [6499,2460,6949] X312213 [2235,10988,11213] X312221 [4141,4260,5941] X312222 [10863,9184,14225] X312223 [7503,15904,17585] X312231 [2685,15908,16133] X312232 [12319,3360,12769] X312233 [3135,21728,21953] X312311 [1729,8760,8929] X312312 [7227,2236,7565] X312313 [2067,12556,12725] X312321 [4085,3588,5437] X312322 [10695,9632,14393] X312323 [7783,15456,17305] X312331 [2405,17028,17197] X312332 [12375,2912,12713] X312333 [2743,22176,22345] X313111 [209,21840,21841] X313112 [11235,212,11237] X313113 [211,22260,22261] X313121 [3021,220,3029] X313122 [8855,11448,14473] X313123 [8639,11880,14689] X313131 [213,22684,22685] X313132 [11663,216,11665] X313133 [215,23112,23113] X313211 [945,248,977] X313212 [2635,3132,4093] X313213 [2403,3596,4325] X313221 [3973,8964,9805] X313222 [11703,6496,13385] X313223 [5655,18592,19433] X313231 [3861,9860,10589] X313232 [11815,6048,13273] X313233 [5319,19040,19769] X313311 [217,23544,23545] X313312 [12099,220,12101] X313313 [219,23980,23981] X313321 [3245,228,3253] X313322 [9519,12320,15569] X313323 [9295,12768,15793] X313331 [221,24420,24421] X313332 [12543,224,12545] X313333 [223,24864,24865] X321111 [273,736,785] X321112 [851,420,949] X321113 [371,1380,1429] X321121 [645,812,1037] X321122 [1711,1320,2161] X321123 [1095,2552,2777] X321131 [469,2220,2269] X321132 [1887,616,1985] X321133 [567,3256,3305] X321211 [737,2184,2305] X321212 [2379,1100,2621] X321213 [979,3900,4021] X321221 [1725,2068,2693] X321222 [4559,3600,5809] X321223 [2975,6768,7393] X321231 [1221,6100,6221] X321232 [5063,1584,5305] X321233 [1463,8784,8905] X321311 [665,4488,4537] X321312 [3315,812,3413] X321313 [763,5916,5965] X321321 [1653,1204,2045] X321322 [4343,4176,6025] X321323 [3335,6192,7033] X321331 [861,7540,7589] X321332 [5135,1008,5233] X321333 [959,9360,9409] X322111 [1089,7280,7361] X322112 [5395,1332,5557] X322113 [1251,9620,9701] X322121 [2701,1980,3349] X322122 [7095,6808,9833] X322123 [5439,10120,11489] X322131 [1413,12284,12365] X322132 [8383,1656,8545] X322133 [1575,15272,15353] X322211 [2185,4248,4777] X322212 [6195,3772,7253] X322213 [3243,9676,10205] X322221 [5453,8004,9685] X322222 [14703,10496,18065] X322223 [8815,22272,23953] X322231 [4301,17220,17749] X322232 [15855,5888,16913] X322233 [5359,26880,27409] X322311 [1737,18584,18665] X322312 [12019,1980,12181] X322313 [1899,22220,22301] X322321 [5005,2628,5653] X322322 [13359,14080,19409] X322323 [11055,18688,21713] X322331 [2061,26180,26261] X322332 [16303,2304,16465] X322333 [2223,30464,30545] X323111 [1057,11376,11425] X323112 [7347,1204,7445] X323113 [1155,13588,13637] X323121 [3053,1596,3445] X323122 [8151,8600,11849] X323123 [6751,11400,13249] X323131 [1253,15996,16045] X323132 [9951,1400,10049] X323133 [1351,18600,18649] X323211 [2025,2968,3593] X323212 [5459,3900,6709] X323213 [3275,8268,8893] X323221 [5421,8900,10421] X323222 [14863,9984,17905] X323223 [8463,22784,24305] X323231 [4525,16068,16693] X323232 [15759,6400,17009] X323233 [5775,26368,26993] X323311 [1449,21400,21449] X323312 [12947,1596,13045] X323313 [1547,24396,24445] X323321 [4845,1988,5237] X323322 [13135,14592,19633] X323323 [11343,18176,21425] X323331 [1645,27588,27637] X323332 [16335,1792,16433] X323333 [1743,30976,31025] X331111 [225,25312,25313] X331112 [12995,228,12997] X331113 [227,25764,25765] X331121 [3477,236,3485] X331122 [10207,13224,16705] X331123 [9975,13688,16937] X331131 [229,26220,26221] X331132 [13455,232,13457] X331133 [231,26680,26681] X331211 [1073,264,1105] X331212 [3003,3596,4685] X331213 [2755,4092,4933] X331221 [4557,10324,11285] X331222 [13439,7440,15361] X331223 [6479,21360,22321] X331231 [4437,11284,12125] X331232 [13559,6960,15241] X331233 [6119,21840,22681] X331311 [233,27144,27145] X331312 [13923,236,13925] X331313 [235,27612,27613] X331321 [3717,244,3725] X331322 [10919,14160,17881] X331323 [10679,14640,18121] X331331 [237,28084,28085] X331332 [14399,240,14401] X331333 [239,28560,28561] X332111 [465,368,593] X332112 [1219,1140,1669] X332113 [915,1748,1973] X332121 [1501,2940,3301] X332122 [4263,2584,4985] X332123 [2223,6664,7025] X332131 [1365,4028,4253] X332132 [4399,2040,4849] X332133 [1815,7208,7433] X332211 [2329,9240,9529] X332212 [8547,3196,9125] X332213 [2907,14476,14765] X332221 [5405,5508,7717] X332222 [14175,12032,18593] X332223 [9823,20736,22945] X332231 [3485,20868,21157] X332232 [16095,4352,16673] X332233 [4063,28416,28705] X332311 [2265,11288,11513] X332312 [9379,2940,9829] X332313 [2715,16268,16493] X332321 [5341,4740,7141] X332322 [13983,12544,18785] X332323 [10143,20224,22625] X332331 [3165,22148,22373] X332332 [16159,3840,16609] X332333 [3615,28928,29153] X333111 [241,29040,29041] X333112 [14883,244,14885] X333113 [243,29524,29525] X333121 [3965,252,3973] X333122 [11655,15128,19097] X333123 [11407,15624,19345] X333131 [245,30012,30013] X333132 [15375,248,15377] X333133 [247,30504,30505] X333211 [1209,280,1241] X333212 [3395,4092,5317] X333213 [3131,4620,5581] X333221 [5181,11780,12869] X333222 [15295,8448,17473] X333223 [7359,24320,25409] X333231 [5053,12804,13765] X333232 [15423,7936,17345] X333233 [6975,24832,25793] X333311 [249,31000,31001] X333312 [15875,252,15877] X333313 [251,31500,31501] X333321 [4221,260,4229] X333322 [12415,16128,20353] X333323 [12159,16640,20609] X333331 [253,32004,32005] X333332 [16383,256,16385] X333333 [255,32512,32513] ---------------- X1111111 [257,33024,33025] X1111112 [16899,260,16901] X1111113 [259,33540,33541] X1111121 [4485,268,4493] X1111122 [13199,17160,21649] X1111123 [12935,17688,21913] X1111131 [261,34060,34061] X1111132 [17423,264,17425] X1111133 [263,34584,34585] X1111211 [1353,296,1385] X1111212 [3811,4620,5989] X1111213 [3531,5180,6269] X1111221 [5845,13332,14557] X1111222 [17271,9520,19721] X1111223 [8295,27472,28697] X1111231 [5709,14420,15509] X1111232 [17407,8976,19585] X1111233 [7887,28016,29105] X1111311 [265,35112,35113] X1111312 [17955,268,17957] X1111313 [267,35644,35645] X1111321 [4757,276,4765] X1111322 [14007,18224,22985] X1111323 [13735,18768,23257] X1111331 [269,36180,36181] X1111332 [18495,272,18497] X1111333 [271,36720,36721] X1112111 [561,400,689] X1112112 [1475,1428,2053] X1112113 [1139,2100,2389] X1112121 [1869,3740,4181] X1112122 [5335,3192,6217] X1112123 [2751,8360,8801] X1112131 [1717,4956,5245] X1112132 [5487,2584,6065] X1112133 [2295,8968,9257] X1112211 [2945,11832,12193] X1112212 [10875,4028,11597] X1112213 [3667,18444,18805] X1112221 [6837,6916,9725] X1112222 [17927,15264,23545] X1112223 [12455,26208,29017] X1112231 [4389,26500,26861] X1112232 [20375,5472,21097] X1112233 [5111,36000,36361] X1112311 [2873,14136,14425] X1112312 [11811,3740,12389] X1112313 [3451,20460,20749] X1112321 [6765,6052,9077] X1112322 [17711,15840,23761] X1112323 [12815,25632,28657] X1112331 [4029,27940,28229] X1112332 [20447,4896,21025] X1112333 [4607,36576,36865] X1113111 [273,37264,37265] X1113112 [19043,276,19045] X1113113 [275,37812,37813] X1113121 [5037,284,5045] X1113122 [14839,19320,24361] X1113123 [14559,19880,24641] X1113131 [277,38364,38365] X1113132 [19599,280,19601] X1113133 [279,38920,38921] X1113211 [1505,312,1537] X1113212 [4251,5180,6701] X1113213 [3955,5772,6997] X1113221 [6549,14980,16349] X1113222 [19367,10656,22105] X1113223 [9287,30816,32185] X1113231 [6405,16132,17357] X1113232 [19511,10080,21961] X1113233 [8855,31392,32617] X1113311 [281,39480,39481] X1113312 [20163,284,20165] X1113313 [283,40044,40045] X1113321 [5325,292,5333] X1113322 [15695,20448,25777] X1113323 [15407,21024,26065] X1113331 [285,40612,40613] X1113332 [20735,288,20737] X1113333 [287,41184,41185] X1121111 [369,800,881] X1121112 [1075,612,1237] X1121113 [531,1700,1781] X1121121 [901,1260,1549] X1121122 [2415,1768,2993] X1121123 [1479,3640,3929] X1121131 [693,2924,3005] X1121132 [2623,936,2785] X1121133 [855,4472,4553] X1121211 [1105,3528,3697] X1121212 [3675,1612,4013] X1121213 [1443,6076,6245] X1121221 [2573,2964,3925] X1121222 [6783,5456,8705] X1121223 [4495,10032,10993] X1121231 [1781,9300,9469] X1121232 [7575,2288,7913] X1121233 [2119,13200,13369] X1121311 [1017,6344,6425] X1121312 [4819,1260,4981] X1121313 [1179,8540,8621] X1121321 [2485,1908,3133] X1121322 [6519,6160,8969] X1121323 [4935,9328,10553] X1121331 [1341,11060,11141] X1121332 [7663,1584,7825] X1121333 [1503,13904,13985] X1122111 [1705,11952,12073] X1122112 [8715,2068,8957] X1122113 [1947,15604,15725] X1122121 [4277,3036,5245] X1122122 [11247,10904,15665] X1122123 [8695,16008,18217] X1122131 [2189,19740,19861] X1122132 [13335,2552,13577] X1122133 [2431,24360,24481] X1122211 [3393,6424,7265] X1122212 [9563,5916,11245] X1122213 [5075,14892,15733] X1122221 [8517,12644,15245] X1122222 [22999,16320,28201] X1122223 [13719,34880,37481] X1122231 [6757,26724,27565] X1122232 [24759,9280,26441] X1122233 [8439,41920,42761] X1122311 [2673,29464,29585] X1122312 [18923,3036,19165] X1122313 [2915,35052,35173] X1122321 [7797,4004,8765] X1122322 [20839,22080,30361] X1122323 [17319,29120,33881] X1122331 [3157,41124,41245] X1122332 [25479,3520,25721] X1122333 [3399,47680,47801] X1123111 [1665,17072,17153] X1123112 [11155,1908,11317] X1123113 [1827,20564,20645] X1123121 [4717,2556,5365] X1123122 [12567,13144,18185] X1123123 [10335,17608,20417] X1123131 [1989,24380,24461] X1123132 [15295,2232,15457] X1123133 [2151,28520,28601] X1123211 [3193,4824,5785] X1123212 [8643,6076,10565] X1123213 [5115,13132,14093] X1123221 [8477,13764,16165] X1123222 [23199,15680,28001] X1123223 [13279,35520,37921] X1123231 [7037,25284,26245] X1123232 [24639,9920,26561] X1123233 [8959,41280,42241] X1123311 [2313,32984,33065] X1123312 [20083,2556,20245] X1123313 [2475,37772,37853] X1123321 [7597,3204,8245] X1123322 [20559,22720,30641] X1123323 [17679,28480,33521] X1123331 [2637,42884,42965] X1123332 [25519,2880,25681] X1123333 [2799,48320,48401] X1131111 [289,41760,41761] X1131112 [21315,292,21317] X1131113 [291,42340,42341] X1131121 [5621,300,5629] X1131122 [16575,21608,27233] X1131123 [16279,22200,27529] X1131131 [293,42924,42925] X1131132 [21903,296,21905] X1131133 [295,43512,43513] X1131211 [1665,328,1697] X1131212 [4715,5772,7453] X1131213 [4403,6396,7765] X1131221 [7293,16724,18245] X1131222 [21583,11856,24625] X1131223 [10335,34352,35873] X1131231 [7141,17940,19309] X1131232 [21735,11248,24473] X1131233 [9879,34960,36329] X1131311 [297,44104,44105] X1131312 [22499,300,22501] X1131313 [299,44700,44701] X1131321 [5925,308,5933] X1131322 [17479,22800,28729] X1131323 [17175,23408,29033] X1131331 [301,45300,45301] X1131332 [23103,304,23105] X1131333 [303,45904,45905] X1132111 [665,432,793] X1132112 [1755,1748,2477] X1132113 [1387,2484,2845] X1132121 [2277,4636,5165] X1132122 [6527,3864,7585] X1132123 [3335,10248,10777] X1132131 [2109,5980,6341] X1132132 [6695,3192,7417] X1132133 [2831,10920,11281] X1132211 [3633,14744,15185] X1132212 [13483,4956,14365] X1132213 [4515,22892,23333] X1132221 [8437,8484,11965] X1132222 [22119,18880,29081] X1132223 [15399,32320,35801] X1132231 [5397,32804,33245] X1132232 [25159,6720,26041] X1132233 [6279,44480,44921] X1132311 [3553,17304,17665] X1132312 [14523,4636,15245] X1132313 [4275,25132,25493] X1132321 [8357,7524,11245] X1132322 [21879,19520,29321] X1132323 [15799,31680,35401] X1132331 [4997,34404,34765] X1132332 [25239,6080,25961] X1132333 [5719,45120,45481] X1133111 [305,46512,46513] X1133112 [23715,308,23717] X1133113 [307,47124,47125] X1133121 [6237,316,6245] X1133122 [18407,24024,30265] X1133123 [18095,24648,30577] X1133131 [309,47740,47741] X1133132 [24335,312,24337] X1133133 [311,48360,48361] X1133211 [1833,344,1865] X1133212 [5203,6396,8245] X1133213 [4875,7052,8573] X1133221 [8077,18564,20245] X1133222 [23919,13120,27281] X1133223 [11439,38080,39761] X1133231 [7917,19844,21365] X1133232 [24079,12480,27121] X1133233 [10959,38720,40241] X1133311 [313,48984,48985] X1133312 [24963,316,24965] X1133313 [315,49612,49613] X1133321 [6557,324,6565] X1133322 [19359,25280,31841] X1133323 [19039,25920,32161] X1133331 [317,50244,50245] X1133332 [25599,320,25601] X1133333 [319,50880,50881] X1211111 [345,2368,2393] X1211112 [1739,420,1789] X1211113 [395,3108,3133] X1211121 [861,620,1061] X1211122 [2263,2184,3145] X1211123 [1743,3224,3665] X1211131 [445,3948,3973] X1211132 [2679,520,2729] X1211133 [495,4888,4913] X1211211 [689,1320,1489] X1211212 [1947,1196,2285] X1211213 [1027,3036,3205] X1211221 [1725,2548,3077] X1211222 [4655,3312,5713] X1211223 [2783,7056,7585] X1211231 [1365,5428,5597] X1211232 [5015,1872,5353] X1211233 [1703,8496,8665] X1211311 [545,5928,5953] X1211312 [3819,620,3869] X1211313 [595,7068,7093] X1211321 [1581,820,1781] X1211322 [4223,4464,6145] X1211323 [3503,5904,6865] X1211331 [645,8308,8333] X1211332 [5159,720,5209] X1211333 [695,9648,9673] X1212111 [801,3920,4001] X1212112 [3283,1044,3445] X1212113 [963,5684,5765] X1212121 [1885,1692,2533] X1212122 [4935,4408,6617] X1212123 [3567,7144,7985] X1212131 [1125,7772,7853] X1212132 [5695,1368,5857] X1212133 [1287,10184,10265] X1212211 [1729,3960,4321] X1212212 [5115,2812,5837] X1212213 [2451,8140,8501] X1212221 [4181,5700,7069] X1212222 [11175,8288,13913] X1212223 [6919,16800,18169] X1212231 [3173,13764,14125] X1212232 [12183,4256,12905] X1212233 [3895,20832,21193] X1212311 [1449,12920,13001] X1212312 [8755,1692,8917] X1212313 [1611,15980,16061] X1212321 [3901,2340,4549] X1212322 [10335,10528,14753] X1212323 [8319,14560,16769] X1212331 [1773,19364,19445] X1212332 [12463,2016,12625] X1212333 [1935,23072,23153] X1213111 [745,11088,11113] X1213112 [6699,820,6749] X1213113 [795,12628,12653] X1213121 [2501,1020,2701] X1213122 [6783,7544,10145] X1213123 [5863,9384,11065] X1213131 [845,14268,14293] X1213132 [8439,920,8489] X1213133 [895,16008,16033] X1213211 [1449,1720,2249] X1213212 [3827,3036,4885] X1213213 [2507,5676,6205] X1213221 [4125,7268,8357] X1213222 [11455,7392,13633] X1213223 [6303,17696,18785] X1213231 [3565,11748,12277] X1213232 [12015,5152,13073] X1213233 [4623,19936,20465] X1213311 [945,17848,17873] X1213312 [10379,1020,10429] X1213313 [995,19788,19813] X1213321 [3621,1220,3821] X1213322 [9943,11424,15145] X1213323 [8823,13664,16265] X1213331 [1045,21828,21853] X1213332 [12519,1120,12569] X1213333 [1095,23968,23993] X1221111 [1169,13920,13969] X1221112 [8787,1316,8885] X1221113 [1267,16356,16405] X1221121 [3525,1708,3917] X1221122 [9455,10152,13873] X1221123 [7943,13176,15385] X1221131 [1365,18988,19037] X1221132 [11615,1512,11713] X1221133 [1463,21816,21865] X1221211 [2241,3080,3809] X1221212 [5995,4428,7453] X1221213 [3699,9020,9749] X1221221 [6109,10260,11941] X1221222 [16815,11152,20177] X1221223 [9471,25840,27521] X1221231 [5157,17876,18605] X1221232 [17767,7344,19225] X1221233 [6615,29648,30377] X1221311 [1561,24840,24889] X1221312 [14835,1708,14933] X1221313 [1659,28060,28109] X1221321 [5429,2100,5821] X1221322 [14775,16592,22217] X1221323 [12871,20400,24121] X1221331 [1757,31476,31525] X1221332 [18447,1904,18545] X1221333 [1855,35088,35137] X1222111 [2193,8176,8465] X1222112 [7811,3060,8389] X1222113 [2771,13140,13429] X1222121 [5085,5372,7397] X1222122 [13351,11160,17401] X1222123 [9135,19592,21617] X1222131 [3349,19260,19549] X1222132 [15087,4216,15665] X1222133 [3927,26536,26825] X1222211 [5177,13464,14425] X1222212 [15939,8060,17861] X1222213 [7099,25740,26701] X1222221 [12285,15748,19973] X1222222 [32639,24960,41089] X1222223 [20735,48768,52993] X1222231 [9021,41860,42821] X1222232 [35903,11904,37825] X1222233 [10943,61824,62785] X1222311 [4505,34968,35257] X1222312 [24675,5372,25253] X1222313 [5083,44556,44845] X1222321 [11613,7684,13925] X1222322 [30623,30336,43105] X1222323 [24095,43392,49633] X1222331 [5661,55300,55589] X1222332 [36575,6528,37153] X1222333 [6239,67200,67489] X1223111 [1953,38896,38945] X1223112 [22451,2100,22549] X1223113 [2051,42900,42949] X1223121 [7725,2492,8117] X1223122 [21271,24600,32521] X1223123 [18975,29192,34817] X1223131 [2149,47100,47149] X1223132 [26847,2296,26945] X1223133 [2247,51496,51545] X1223211 [3977,3864,5545] X1223212 [10419,9020,13781] X1223213 [7339,15180,16861] X1223221 [12045,22468,25493] X1223222 [33839,21120,39889] X1223223 [18095,52608,55633] X1223231 [10701,33220,34901] X1223232 [35183,15744,38545] X1223233 [14063,57984,59665] X1223311 [2345,56088,56137] X1223312 [31635,2492,31733] X1223313 [2443,60876,60925] X1223321 [10413,2884,10805] X1223322 [28943,34176,44785] X1223323 [26255,39552,47473] X1223331 [2541,65860,65909] X1223332 [36815,2688,36913] X1223333 [2639,71040,71089] X1231111 [1145,26208,26233] X1231112 [14859,1220,14909] X1231113 [1195,28548,28573] X1231121 [4941,1420,5141] X1231122 [13703,16104,21145] X1231123 [12383,18744,22465] X1231131 [1245,30988,31013] X1231132 [17399,1320,17449] X1231133 [1295,33528,33553] X1231211 [2409,2120,3209] X1231212 [6307,5676,8485] X1231213 [4587,9116,10205] X1231221 [7525,14388,16237] X1231222 [21255,13072,24953] X1231223 [11223,33136,34985] X1231231 [6765,20468,21557] X1231232 [22015,10032,24193] X1231233 [8943,36176,37265] X1231311 [1345,36168,36193] X1231312 [20139,1420,20189] X1231313 [1395,38908,38933] X1231321 [6461,1620,6661] X1231322 [18063,21584,28145] X1231323 [16543,24624,29665] X1231331 [1445,41748,41773] X1231332 [23079,1520,23129] X1231333 [1495,44688,44713] X1232111 [1881,4720,5081] X1232112 [5723,2964,6445] X1232113 [2603,9204,9565] X1232121 [4485,5852,7373] X1232122 [11935,9048,14977] X1232123 [7527,17864,19385] X1232131 [3325,15132,15493] X1232132 [13095,4408,13817] X1232133 [4047,22504,22865] X1232211 [5249,15960,16801] X1232212 [17115,7772,18797] X1232213 [6931,28140,28981] X1232221 [12261,14500,18989] X1232222 [32375,25728,41353] X1232223 [21239,48000,52489] X1232231 [8613,43684,44525] X1232232 [36023,11136,37705] X1232233 [10295,62592,63433] X1232311 [4769,31320,31681] X1232312 [23355,5852,24077] X1232313 [5491,41580,41941] X1232321 [11781,8740,14669] X1232322 [30935,29568,42793] X1232323 [23639,44160,50089] X1232331 [6213,53284,53645] X1232332 [36503,7296,37225] X1232333 [6935,66432,66793] X1233111 [1545,47728,47753] X1233112 [26219,1620,26269] X1233113 [1595,50868,50893] X1233121 [8181,1820,8381] X1233122 [23023,27864,36145] X1233123 [21303,31304,37865] X1233131 [1645,54108,54133] X1233132 [29559,1720,29609] X1233133 [1695,57448,57473] X1233211 [3569,2520,4369] X1233212 [9387,9116,13085] X1233213 [7267,13356,15205] X1233221 [11925,23908,26717] X1233222 [34055,20352,39673] X1233223 [17543,53376,56185] X1233231 [10965,31588,33437] X1233232 [35015,16512,38713] X1233233 [14663,57216,59065] X1233311 [1745,60888,60913] X1233312 [33099,1820,33149] X1233313 [1795,64428,64453] X1233321 [10101,2020,10301] X1233322 [28583,34944,45145] X1233323 [26663,38784,47065] X1233331 [1845,68068,68093] X1233332 [36839,1920,36889] X1233333 [1895,71808,71833] X1311111 [321,51520,51521] X1311112 [26243,324,26245] X1311113 [323,52164,52165] X1311121 [6885,332,6893] X1311122 [20335,26568,33457] X1311123 [20007,27224,33785] X1311131 [325,52812,52813] X1311132 [26895,328,26897] X1311133 [327,53464,53465] X1311211 [2009,360,2041] X1311212 [5715,7052,9077] X1311213 [5371,7740,9421] X1311221 [8901,20500,22349] X1311222 [26375,14448,30073] X1311223 [12599,42000,43849] X1311231 [8733,21844,23525] X1311232 [26543,13776,29905] X1311233 [12095,42672,44353] X1311311 [329,54120,54121] X1311312 [27555,332,27557] X1311313 [331,54780,54781] X1311321 [7221,340,7229] X1311322 [21335,27888,35113] X1311323 [20999,28560,35449] X1311331 [333,55444,55445] X1311332 [28223,336,28225] X1311333 [335,56112,56113] X1312111 [777,464,905] X1312112 [2059,2100,2941] X1312113 [1659,2900,3341] X1312121 [2725,5628,6253] X1312122 [7839,4600,9089] X1312123 [3975,12328,12953] X1312131 [2541,7100,7541] X1312132 [8023,3864,8905] X1312133 [3423,13064,13505] X1312211 [4393,17976,18505] X1312212 [16371,5980,17429] X1312213 [5451,27820,28349] X1312221 [10205,10212,14437] X1312222 [26751,22880,35201] X1312223 [18655,39072,43297] X1312231 [6509,39780,40309] X1312232 [30447,8096,31505] X1312233 [7567,53856,54385] X1312311 [4305,20792,21233] X1312312 [17515,5628,18397] X1312313 [5187,30284,30725] X1312321 [10117,9156,13645] X1312322 [26487,23584,35465] X1312323 [19095,38368,42857] X1312331 [6069,41540,41981] X1312332 [30535,7392,31417] X1312333 [6951,54560,55001] X1313111 [337,56784,56785] X1313112 [28899,340,28901] X1313113 [339,57460,57461] X1313121 [7565,348,7573] X1313122 [22359,29240,36809] X1313123 [22015,29928,37153] X1313131 [341,58140,58141] X1313132 [29583,344,29585] X1313133 [343,58824,58825] X1313211 [2193,376,2225] X1313212 [6251,7740,9949] X1313213 [5891,8460,10309] X1313221 [9765,22532,24557] X1313222 [28951,15840,33001] X1313223 [13815,46112,48137] X1313231 [9589,23940,25789] X1313232 [29127,15136,32825] X1313233 [13287,46816,48665] X1313311 [345,59512,59513] X1313312 [30275,348,30277] X1313313 [347,60204,60205] X1313321 [7917,356,7925] X1313322 [23407,30624,38545] X1313323 [23055,31328,38897] X1313331 [349,60900,60901] X1313332 [30975,352,30977] X1313333 [351,61600,61601] X1321111 [473,864,985] X1321112 [1323,836,1565] X1321113 [715,2052,2173] X1321121 [1197,1804,2165] X1321122 [3239,2280,3961] X1321123 [1919,4920,5281] X1321131 [957,3724,3845] X1321132 [3479,1320,3721] X1321133 [1199,5880,6001] X1321211 [1545,5192,5417] X1321212 [5251,2220,5701] X1321213 [1995,8732,8957] X1321221 [3589,4020,5389] X1321222 [9447,7696,12185] X1321223 [6327,13936,15305] X1321231 [2445,13172,13397] X1321232 [10591,3120,11041] X1321233 [2895,18512,18737] X1321311 [1441,8520,8641] X1321312 [6603,1804,6845] X1321313 [1683,11644,11765] X1321321 [3485,2772,4453] X1321322 [9135,8528,12497] X1321323 [6847,13104,14785] X1321331 [1925,15252,15373] X1321332 [10695,2288,10937] X1321333 [2167,19344,19465] X1322111 [2457,17776,17945] X1322112 [12827,2964,13165] X1322113 [2795,23028,23197] X1322121 [6213,4316,7565] X1322122 [16351,15960,22849] X1322123 [12711,23240,26489] X1322131 [3133,28956,29125] X1322132 [19431,3640,19769] X1322133 [3471,35560,35729] X1322211 [4865,9048,10273] X1322212 [13659,8540,16109] X1322213 [7315,21228,22453] X1322221 [12261,18340,22061] X1322222 [33143,23424,40585] X1322223 [19703,50304,54025] X1322231 [9765,38308,39533] X1322232 [35639,13440,38089] X1322233 [12215,60288,61513] X1322311 [3809,42840,43009] X1322312 [27387,4316,27725] X1322313 [4147,50796,50965] X1322321 [11205,5668,12557] X1322322 [29975,31872,43753] X1322323 [24983,41856,48745] X1322331 [4485,59428,59597] X1322332 [36695,4992,37033] X1322333 [4823,68736,68905] X1323111 [2409,23920,24041] X1323112 [15755,2772,15997] X1323113 [2651,28980,29101] X1323121 [6741,3740,7709] X1323122 [17935,18648,25873] X1323123 [14679,25160,29129] X1323131 [2893,34524,34645] X1323132 [21783,3256,22025] X1323133 [3135,40552,40673] X1323211 [4625,7128,8497] X1323212 [12555,8732,15293] X1323213 [7363,19116,20485] X1323221 [12213,19684,23165] X1323222 [33383,22656,40345] X1323223 [19175,51072,54553] X1323231 [10101,36580,37949] X1323232 [35495,14208,38233] X1323233 [12839,59520,60889] X1323311 [3377,47064,47185] X1323312 [28779,3740,29021] X1323313 [3619,54060,54181] X1323321 [10965,4708,11933] X1323322 [29639,32640,44089] X1323323 [25415,41088,48313] X1323331 [3861,61540,61661] X1323332 [36743,4224,36985] X1323333 [4103,69504,69625] X1331111 [353,62304,62305] X1331112 [31683,356,31685] X1331113 [355,63012,63013] X1331121 [8277,364,8285] X1331122 [24479,32040,40321] X1331123 [24119,32760,40681] X1331131 [357,63724,63725] X1331132 [32399,360,32401] X1331133 [359,64440,64441] X1331211 [2385,392,2417] X1331212 [6811,8460,10861] X1331213 [6435,9212,11237] X1331221 [10669,24660,26869] X1331222 [31647,17296,36065] X1331223 [15087,50416,52625] X1331231 [10485,26132,28157] X1331232 [31831,16560,35881] X1331233 [14535,51152,53177] X1331311 [361,65160,65161] X1331312 [33123,364,33125] X1331313 [363,65884,65885] X1331321 [8645,372,8653] X1331322 [25575,33488,42137] X1331323 [25207,34224,42505] X1331331 [365,66612,66613] X1331332 [33855,368,33857] X1331333 [367,67344,67345] X1332111 [897,496,1025] X1332112 [2387,2484,3445] X1332113 [1955,3348,3877] X1332121 [3213,6716,7445] X1332122 [9271,5400,10729] X1332123 [4671,14600,15329] X1332131 [3013,8316,8845] X1332132 [9471,4600,10529] X1332133 [4071,15400,15929] X1332211 [5225,21528,22153] X1332212 [19539,7100,20789] X1332213 [6475,33228,33853] X1332221 [12141,12100,17141] X1332222 [31823,27264,41905] X1332223 [22223,46464,51505] X1332231 [7725,47428,48053] X1332232 [36239,9600,37489] X1332233 [8975,64128,64753] X1332311 [5129,24600,25129] X1332312 [20787,6716,21845] X1332313 [6187,35916,36445] X1332321 [12045,10948,16277] X1332322 [31535,28032,42193] X1332323 [22703,45696,51025] X1332331 [7245,49348,49877] X1332332 [36335,8832,37393] X1332333 [8303,64896,65425] X1333111 [369,68080,68081] X1333112 [34595,372,34597] X1333113 [371,68820,68821] X1333121 [9021,380,9029] X1333122 [26695,34968,43993] X1333123 [26319,35720,44369] X1333131 [373,69564,69565] X1333132 [35343,376,35345] X1333133 [375,70312,70313] X1333211 [2585,408,2617] X1333212 [7395,9212,11813] X1333213 [7003,9996,12205] X1333221 [11613,26884,29285] X1333222 [34463,18816,39265] X1333223 [16415,54912,57313] X1333231 [11421,28420,30629] X1333232 [34655,18048,39073] X1333233 [15839,55680,57889] X1333311 [377,71064,71065] X1333312 [36099,380,36101] X1333313 [379,71820,71821] X1333321 [9405,388,9413] X1333322 [27839,36480,45889] X1333323 [27455,37248,46273] X1333331 [381,72580,72581] X1333332 [36863,384,36865] X1333333 [383,73344,73345] X2111111 [393,8576,8585] X2111112 [4891,420,4909] X2111113 [411,9380,9389] X2111121 [1645,492,1717] X2111122 [4551,5320,7001] X2111123 [4095,6232,7457] X2111131 [429,10220,10229] X2111132 [5767,456,5785] X2111133 [447,11096,11105] X2111211 [817,744,1105] X2111212 [2139,1900,2861] X2111213 [1539,3100,3461] X2111221 [2525,4788,5413] X2111222 [7119,4400,8369] X2111223 [3775,11088,11713] X2111231 [2261,6900,7261] X2111232 [7383,3344,8105] X2111233 [2983,12144,12505] X2111311 [465,12008,12017] X2111312 [6715,492,6733] X2111313 [483,12956,12965] X2111321 [2173,564,2245] X2111322 [6063,7216,9425] X2111323 [5535,8272,9953] X2111331 [501,13940,13949] X2111332 [7735,528,7753] X2111333 [519,14960,14969] X2112111 [649,1680,1801] X2112112 [1995,1012,2237] X2112113 [891,3220,3341] X2112121 [1541,1980,2509] X2112122 [4095,3128,5153] X2112123 [2599,6120,6649] X2112131 [1133,5244,5365] X2112132 [4503,1496,4745] X2112133 [1375,7752,7873] X2112211 [1785,5368,5657] X2112212 [5795,2652,6373] X2112213 [2363,9516,9805] X2112221 [4173,4964,6485] X2112222 [11023,8736,14065] X2112223 [7215,16352,17873] X2112231 [2941,14820,15109] X2112232 [12255,3808,12833] X2112233 [3519,21280,21569] X2112311 [1617,10744,10865] X2112312 [7979,1980,8221] X2112313 [1859,14220,14341] X2112321 [4005,2948,4973] X2112322 [10519,10080,14569] X2112323 [8055,15008,17033] X2112331 [2101,18180,18301] X2112332 [12423,2464,12665] X2112333 [2343,22624,22745] X2113111 [537,16016,16025] X2113112 [8827,564,8845] X2113113 [555,17108,17117] X2113121 [2773,636,2845] X2113122 [7791,9400,12209] X2113123 [7191,10600,12809] X2113131 [573,18236,18245] X2113132 [9991,600,10009] X2113133 [591,19400,19409] X2113211 [1225,888,1513] X2113212 [3219,3100,4469] X2113213 [2475,4588,5213] X2113221 [4061,8100,9061] X2113222 [11583,6944,13505] X2113223 [5983,18144,19105] X2113231 [3725,10788,11413] X2113232 [11919,5600,13169] X2113233 [4975,19488,20113] X2113311 [609,20600,20609] X2113312 [11227,636,11245] X2113313 [627,21836,21845] X2113321 [3445,708,3517] X2113322 [9735,11872,15353] X2113323 [9063,13216,16025] X2113331 [645,23108,23117] X2113332 [12535,672,12553] X2113333 [663,24416,24425] X2121111 [721,5280,5329] X2121112 [3795,868,3893] X2121113 [819,6820,6869] X2121121 [1829,1260,2221] X2121122 [4815,4712,6737] X2121123 [3751,6840,7801] X2121131 [917,8556,8605] X2121132 [5727,1064,5825] X2121133 [1015,10488,10537] X2121211 [1425,2632,2993] X2121212 [3995,2508,4717] X2121213 [2147,6204,6565] X2121221 [3597,5396,6485] X2121222 [9727,6864,11905] X2121223 [5775,14768,15857] X2121231 [2869,11220,11581] X2121232 [10455,3952,11177] X2121233 [3591,17680,18041] X2121311 [1113,12616,12665] X2121312 [8051,1260,8149] X2121313 [1211,14940,14989] X2121321 [3285,1652,3677] X2121322 [8791,9360,12841] X2121323 [7335,12272,14297] X2121331 [1309,17460,17509] X2121332 [10767,1456,10865] X2121333 [1407,20176,20225] X2122111 [1625,7728,7897] X2122112 [6555,2132,6893] X2122113 [1963,11316,11485] X2122121 [3813,3484,5165] X2122122 [9983,8856,13345] X2122123 [7175,14472,16153] X2122131 [2301,15580,15749] X2122132 [11495,2808,11833] X2122133 [2639,20520,20689] X2122211 [3537,8216,8945] X2122212 [10507,5724,11965] X2122213 [4995,16748,17477] X2122221 [8533,11556,14365] X2122222 [22791,16960,28409] X2122223 [14151,34240,37049] X2122231 [6453,28196,28925] X2122232 [24871,8640,26329] X2122233 [7911,42560,43289] X2122311 [2977,26136,26305] X2122312 [17787,3484,18125] X2122313 [3315,32428,32597] X2122321 [7973,4836,9325] X2122322 [21111,21440,30089] X2122323 [16951,29760,34249] X2122331 [3653,39396,39565] X2122332 [25431,4160,25769] X2122333 [3991,47040,47209] X2123111 [1505,23088,23137] X2123112 [13875,1652,13973] X2123113 [1603,26196,26245] X2123121 [5133,2044,5525] X2123122 [13943,15576,20905] X2123123 [12095,19272,22753] X2123131 [1701,29500,29549] X2123132 [17375,1848,17473] X2123133 [1799,33000,33049] X2123211 [2937,3416,4505] X2123212 [7747,6204,9925] X2123213 [5115,11468,12557] X2123221 [8413,14916,17125] X2123222 [23391,15040,27809] X2123223 [12831,36160,38369] X2123231 [7293,23876,24965] X2123232 [24511,10560,26689] X2123233 [9471,40640,41729] X2123311 [1897,36696,36745] X2123312 [21267,2044,21365] X2123313 [1995,40588,40637] X2123321 [7373,2436,7765] X2123322 [20271,23360,30929] X2123323 [18031,27840,33169] X2123331 [2093,44676,44725] X2123332 [25551,2240,25649] X2123333 [2191,48960,49009] X2131111 [681,25760,25769] X2131112 [13915,708,13933] X2131113 [699,27140,27149] X2131121 [4189,780,4261] X2131122 [11895,14632,18857] X2131123 [11151,16120,19601] X2131131 [717,28556,28565] X2131132 [15367,744,15385] X2131133 [735,30008,30017] X2131211 [1705,1032,1993] X2131212 [4515,4588,6437] X2131213 [3627,6364,7325] X2131221 [5957,12276,13645] X2131222 [17127,10064,19865] X2131223 [8695,26928,28297] X2131231 [5549,15540,16501] X2131232 [17535,8432,19457] X2131233 [7471,28560,29521] X2131311 [753,31496,31505] X2131312 [16891,780,16909] X2131313 [771,33020,33029] X2131321 [5005,852,5077] X2131322 [14271,17680,22721] X2131323 [13455,19312,23537] X2131331 [789,34580,34589] X2131332 [18487,816,18505] X2131333 [807,36176,36185] X2132111 [1105,1968,2257] X2132112 [3075,1972,3653] X2132113 [1683,4756,5045] X2132121 [2813,4284,5125] X2132122 [7623,5336,9305] X2132123 [4495,11592,12433] X2132131 [2261,8700,8989] X2132132 [8175,3128,8753] X2132133 [2839,13800,14089] X2132211 [3657,12376,12905] X2132212 [12467,5244,13525] X2132213 [4715,20748,21277] X2132221 [8493,9476,12725] X2132222 [22351,18240,28849] X2132223 [14991,32960,36209] X2132231 [5773,31236,31765] X2132232 [25071,7360,26129] X2132233 [6831,43840,44369] X2132311 [3417,20056,20345] X2132312 [15587,4284,16165] X2132313 [3995,27468,27757] X2132321 [8253,6596,10565] X2132322 [21631,20160,29569] X2132323 [16191,31040,35009] X2132331 [4573,36036,36325] X2132332 [25311,5440,25889] X2132333 [5151,45760,46049] X2133111 [825,37808,37817] X2133112 [20155,852,20173] X2133113 [843,39476,39485] X2133121 [5893,924,5965] X2133122 [16863,21016,26945] X2133123 [15975,22792,27833] X2133131 [861,41180,41189] X2133132 [21895,888,21913] X2133133 [879,42920,42929] X2133211 [2257,1176,2545] X2133212 [6027,6364,8765] X2133213 [4995,8428,9797] X2133221 [8213,17316,19165] X2133222 [23751,13760,27449] X2133223 [11911,37440,39289] X2133231 [7733,21156,22525] X2133232 [24231,11840,26969] X2133233 [10471,39360,40729] X2133311 [897,44696,44705] X2133312 [23707,924,23725] X2133313 [915,46508,46517] X2133321 [6853,996,6925] X2133322 [19671,24640,31529] X2133323 [18711,26560,32489] X2133331 [933,48356,48365] X2133332 [25591,960,25609] X2133333 [951,50240,50249] X2211111 [985,19392,19417] X2211112 [11211,1060,11261] X2211113 [1035,21412,21437] X2211121 [3869,1260,4069] X2211122 [10647,12296,16265] X2211123 [9487,14616,17425] X2211131 [1085,23532,23557] X2211132 [13431,1160,13481] X2211133 [1135,25752,25777] X2211211 [2001,1960,2801] X2211212 [5243,4524,6925] X2211213 [3683,7644,8485] X2211221 [6045,11252,12773] X2211222 [16975,10608,20017] X2211223 [9087,26384,27905] X2211231 [5365,16692,17533] X2211232 [17655,7888,19337] X2211233 [7047,29104,29945] X2211311 [1185,28072,28097] X2211312 [15851,1260,15901] X2211313 [1235,30492,30517] X2211321 [5229,1460,5429] X2211322 [14527,17136,22465] X2211323 [13167,19856,23825] X2211331 [1285,33012,33037] X2211332 [18471,1360,18521] X2211333 [1335,35632,35657] X2212111 [1649,4560,4849] X2212112 [5187,2516,5765] X2212113 [2227,8436,8725] X2212121 [3885,4828,6197] X2212122 [10295,7992,13033] X2212123 [6623,15336,16705] X2212131 [2805,13468,13757] X2212132 [11375,3672,11953] X2212133 [3383,19656,19945] X2212211 [4401,12920,13649] X2212212 [14155,6588,15613] X2212213 [5859,23180,23909] X2212221 [10309,12420,16141] X2212222 [27255,21472,34697] X2212223 [17751,40480,44201] X2212231 [7317,36356,37085] X2212232 [30247,9504,31705] X2212233 [8775,52448,53177] X2212311 [3961,27000,27289] X2212312 [19875,4828,20453] X2212313 [4539,35500,35789] X2212321 [9869,7140,12181] X2212322 [25935,24992,36017] X2212323 [19951,36960,42001] X2212331 [5117,45156,45445] X2212332 [30687,5984,31265] X2212333 [5695,55968,56257] X2213111 [1385,38352,38377] X2213112 [21291,1460,21341] X2213113 [1435,41172,41197] X2213121 [6789,1660,6989] X2213122 [19007,22776,29665] X2213123 [17447,25896,31225] X2213131 [1485,44092,44117] X2213132 [24311,1560,24361] X2213133 [1535,47112,47137] X2213211 [3081,2360,3881] X2213212 [8083,7644,11125] X2213213 [6123,11564,13085] X2213221 [10045,19812,22213] X2213222 [28575,17248,33377] X2213223 [14847,44704,47105] X2213231 [9165,26852,28373] X2213232 [29455,13728,32497] X2213233 [12207,48224,49745] X2213311 [1585,50232,50257] X2213312 [27531,1660,27581] X2213313 [1635,53452,53477] X2213321 [8549,1860,8749] X2213322 [24087,29216,37865] X2213323 [22327,32736,39625] X2213331 [1685,56772,56797] X2213332 [30951,1760,31001] X2213333 [1735,60192,60217] X2221111 [1881,14560,14681] X2221112 [10283,2244,10525] X2221113 [2123,18564,18685] X2221121 [4845,3212,5813] X2221122 [12775,12648,17977] X2221123 [10047,18104,20705] X2221131 [2365,23052,23173] X2221132 [15255,2728,15497] X2221133 [2607,28024,28145] X2221211 [3689,6600,7561] X2221212 [10275,6572,12197] X2221213 [5611,15900,16861] X2221221 [9381,14260,17069] X2221222 [25415,17808,31033] X2221223 [14999,38640,41449] X2221231 [7533,29044,30005] X2221232 [27263,10416,29185] X2221233 [9455,46032,46993] X2221311 [2849,33480,33601] X2221312 [21195,3212,21437] X2221313 [3091,39420,39541] X2221321 [8541,4180,9509] X2221322 [22895,24528,33553] X2221323 [19199,31920,37249] X2221331 [3333,45844,45965] X2221332 [28103,3696,28345] X2221333 [3575,52752,52873] X2222111 [4137,19184,19625] X2222112 [16459,5460,17341] X2222113 [5019,28340,28781] X2222121 [9685,8988,13213] X2222122 [25359,22360,33809] X2222123 [18135,36808,41033] X2222131 [5901,39260,39701] X2222132 [29143,7224,30025] X2222133 [6783,51944,52385] X2222211 [9073,21336,23185] X2222212 [27051,14620,30749] X2222213 [12771,43180,45029] X2222221 [21845,29412,36637] X2222222 [58311,43520,72761] X2222223 [36295,87552,94777] X2222231 [16469,72420,74269] X2222232 [63687,22016,67385] X2222233 [20167,109056,110905] X2222311 [7665,66392,66833] X2222312 [45355,8988,46237] X2222313 [8547,82604,83045] X2222321 [20437,12516,23965] X2222322 [54087,54784,76985] X2222323 [43335,76288,87737] X2222331 [9429,100580,101021] X2222332 [65095,10752,65977] X2222333 [10311,120320,120761] X2223111 [3817,60144,60265] X2223112 [35979,4180,36221] X2223113 [4059,68020,68141] X2223121 [13205,5148,14173] X2223122 [35919,40280,53969] X2223123 [31255,49608,58633] X2223131 [4301,76380,76501] X2223132 [44823,4664,45065] X2223133 [4543,85224,85345] X2223211 [7473,8536,11345] X2223212 [19691,15900,25309] X2223213 [13091,29100,31909] X2223221 [21525,38372,43997] X2223222 [59911,38400,71161] X2223223 [32775,92672,98297] X2223231 [18709,60900,63709] X2223232 [62727,27136,68345] X2223233 [24327,103936,106745] X2223311 [4785,94552,94673] X2223312 [54635,5148,54877] X2223313 [5027,104364,104485] X2223321 [18837,6116,19805] X2223322 [51847,59904,79225] X2223323 [46215,71168,84857] X2223331 [5269,114660,114781] X2223332 [65415,5632,65657] X2223333 [5511,125440,125561] X2231111 [1785,63712,63737] X2231112 [34571,1860,34621] X2231113 [1835,67332,67357] X2231121 [10509,2060,10709] X2231122 [29767,36456,47065] X2231123 [27807,40376,49025] X2231131 [1885,71052,71077] X2231132 [38391,1960,38441] X2231133 [1935,74872,74897] X2231211 [4361,2760,5161] X2231212 [11523,11564,16325] X2231213 [9163,16284,18685] X2231221 [15045,30772,34253] X2231222 [43175,25488,50137] X2231223 [22007,67824,71305] X2231231 [13965,39412,41813] X2231232 [44255,21168,49057] X2231233 [18767,72144,74545] X2231311 [1985,78792,78817] X2231312 [42411,2060,42461] X2231313 [2035,82812,82837] X2231321 [12669,2260,12869] X2231322 [36047,44496,57265] X2231323 [33887,48816,59425] X2231331 [2085,86932,86957] X2231332 [46631,2160,46681] X2231333 [2135,91152,91177] X2232111 [2889,5360,6089] X2232112 [8107,5076,9565] X2232113 [4347,12596,13325] X2232121 [7285,10908,13117] X2232122 [19695,13912,24113] X2232123 [11703,29896,32105] X2232131 [5805,22748,23477] X2232132 [21175,7992,22633] X2232133 [7263,35816,36545] X2232211 [9361,31320,32689] X2232212 [31755,13468,34493] X2232213 [12099,52780,54149] X2232221 [21749,24420,32701] X2232222 [57255,46592,73817] X2232223 [38311,84480,92761] X2232231 [14837,79716,81085] X2232232 [64167,18944,66905] X2232233 [17575,112128,113497] X2232311 [8721,51800,52529] X2232312 [40075,10908,41533] X2232313 [10179,70700,71429] X2232321 [21109,16740,26941] X2232322 [55335,51712,75737] X2232323 [41511,79360,89561] X2232331 [11637,92516,93245] X2232332 [64807,13824,66265] X2232333 [13095,117248,117977] X2233111 [2185,95472,95497] X2233112 [51051,2260,51101] X2233113 [2235,99892,99917] X2233121 [15029,2460,15229] X2233122 [42927,53336,68465] X2233123 [40567,58056,70825] X2233131 [2285,104412,104437] X2233132 [55671,2360,55721] X2233133 [2335,109032,109057] X2233211 [5841,3160,6641] X2233212 [15563,16284,22525] X2233213 [12803,21804,25285] X2233221 [21045,44132,48893] X2233222 [60775,35328,70297] X2233223 [30567,95744,100505] X2233231 [19765,54372,57853] X2233232 [62055,30208,69017] X2233233 [26727,100864,104345] X2233311 [2385,113752,113777] X2233312 [60491,2460,60541] X2233313 [2435,118572,118597] X2233321 [17589,2660,17789] X2233322 [50407,62976,80665] X2233323 [47847,68096,83225] X2233331 [2485,123492,123517] X2233332 [65511,2560,65561] X2233333 [2535,128512,128537] X2311111 [969,52160,52169] X2311112 [27547,996,27565] X2311113 [987,54116,54125] X2311121 [7885,1068,7957] X2311122 [22695,28552,36473] X2311123 [21663,30616,37505] X2311131 [1005,56108,56117] X2311132 [29575,1032,29593] X2311133 [1023,58136,58145] X2311211 [2881,1320,3169] X2311212 [7755,8428,11453] X2311213 [6579,10780,12629] X2311221 [10829,23220,25621] X2311222 [31455,18032,36257] X2311223 [15631,49680,52081] X2311231 [10277,27636,29485] X2311232 [32007,15824,35705] X2311233 [13975,51888,53737] X2311311 [1041,60200,60209] X2311312 [31675,1068,31693] X2311313 [1059,62300,62309] X2311321 [8989,1140,9061] X2311322 [25935,32752,41777] X2311323 [24831,34960,42881] X2311331 [1077,64436,64445] X2311332 [33847,1104,33865] X2311333 [1095,66608,66617] X2312111 [1633,2256,2785] X2312112 [4371,3220,5429] X2312113 [2691,6580,7109] X2312121 [4445,7452,8677] X2312122 [12231,8120,14681] X2312123 [6895,18792,20017] X2312131 [3749,13020,13549] X2312132 [12927,5336,13985] X2312133 [4807,21576,22105] X2312211 [6177,22264,23105] X2312212 [21659,8700,23341] X2312213 [7859,36300,37141] X2312221 [14325,15428,21053] X2312222 [37639,31200,48889] X2312223 [25575,55328,60953] X2312231 [9541,53700,54541] X2312232 [42423,12064,44105] X2312233 [11223,74464,75305] X2312311 [5865,32248,32777] X2312312 [25715,7452,26773] X2312313 [6923,45036,45565] X2312321 [14013,11684,18245] X2312322 [36703,33696,49825] X2312323 [27135,52832,59393] X2312331 [7981,59940,60469] X2312332 [42735,9568,43793] X2312333 [9039,76960,77489] X2313111 [1113,68816,68825] X2313112 [36091,1140,36109] X2313113 [1131,71060,71069] X2313121 [10165,1212,10237] X2313122 [29391,37240,47441] X2313123 [28215,39592,48617] X2313131 [1149,73340,73349] X2313132 [38407,1176,38425] X2313133 [1167,75656,75665] X2313211 [3577,1464,3865] X2313212 [9699,10780,14501] X2313213 [8379,13420,15821] X2313221 [13805,29988,33013] X2313222 [40239,22880,46289] X2313223 [19855,63648,66673] X2313231 [13181,34980,37381] X2313232 [40863,20384,45665] X2313233 [17983,66144,68545] X2313311 [1185,78008,78017] X2313312 [40795,1212,40813] X2313313 [1203,80396,80405] X2313321 [11413,1284,11485] X2313322 [33063,42016,53465] X2313323 [31815,44512,54713] X2313331 [1221,82820,82829] X2313332 [43255,1248,43273] X2313333 [1239,85280,85289] X2321111 [1417,5856,6025] X2321112 [5307,1924,5645] X2321113 [1755,9028,9197] X2321121 [3293,3276,4645] X2321122 [8631,7400,11369] X2321123 [6031,12600,13969] X2321131 [2093,12876,13045] X2321132 [9831,2600,10169] X2321133 [2431,17400,17569] X2321211 [3225,8008,8633] X2321212 [9779,5100,11029] X2321213 [4475,15708,16333] X2321221 [7701,10100,12701] X2321222 [20503,15504,25705] X2321223 [12903,30704,33305] X2321231 [5725,25908,26533] X2321232 [22479,7600,23729] X2321233 [6975,38608,39233] X2321311 [2769,22600,22769] X2321312 [15707,3276,16045] X2321313 [3107,28476,28645] X2321321 [7245,4628,8597] X2321322 [19135,19152,27073] X2321323 [15183,27056,31025] X2321331 [3445,35028,35197] X2321332 [22935,3952,23273] X2321333 [3783,42256,42425] X2322111 [4313,25584,25945] X2322112 [19803,5396,20525] X2322113 [5035,34932,35293] X2322121 [10437,8284,13325] X2322122 [27359,25560,37441] X2322123 [20519,39240,44281] X2322131 [5757,45724,46085] X2322132 [32039,6840,32761] X2322133 [6479,57960,58321] X2322211 [8865,18392,20417] X2322212 [25531,14940,29581] X2322213 [12915,40172,42197] X2322221 [21829,31140,38029] X2322222 [58647,42496,72425] X2322223 [35607,88576,95465] X2322231 [16965,70052,72077] X2322232 [63511,23040,67561] X2322233 [21015,108032,110057] X2322311 [7201,71640,72001] X2322312 [47163,8284,47885] X2322313 [7923,86764,87125] X2322321 [20165,11172,23053] X2322322 [53655,55808,77417] X2322323 [43927,75264,87145] X2322331 [8645,103332,103693] X2322332 [65175,9728,65897] X2322333 [9367,121344,121705] X2323111 [4121,50160,50329] X2323112 [31515,4628,31853] X2323113 [4459,58740,58909] X2323121 [12549,5980,13901] X2323122 [33695,36312,49537] X2323123 [28391,46920,54841] X2323131 [4797,67996,68165] X2323132 [41447,5304,41785] X2323133 [5135,77928,78097] X2323211 [7905,10712,13313] X2323212 [21115,15708,26317] X2323213 [13107,31724,34325] X2323221 [21637,36516,42445] X2323222 [59607,39424,71465] X2323223 [33495,91648,97577] X2323231 [18309,63140,65741] X2323232 [62935,26112,68137] X2323233 [23511,104960,107561] X2323311 [5473,88536,88705] X2323312 [52731,5980,53069] X2323313 [5811,99820,99989] X2323321 [19205,7332,20557] X2323322 [52311,58880,78761] X2323323 [45655,72192,85417] X2323331 [6149,111780,111949] X2323332 [65367,6656,65705] X2323333 [6487,124416,124585] X2331111 [1257,87776,87785] X2331112 [45787,1284,45805] X2331113 [1275,90308,90317] X2331121 [12733,1356,12805] X2331122 [36951,47080,59849] X2331123 [35631,49720,61169] X2331131 [1293,92876,92885] X2331132 [48391,1320,48409] X2331133 [1311,95480,95489] X2331211 [4345,1608,4633] X2331212 [11859,13420,17909] X2331213 [10395,16348,19373] X2331221 [17141,37620,41341] X2331222 [50103,28304,57545] X2331223 [24583,79344,83065] X2331231 [16445,43188,46213] X2331232 [50799,25520,56849] X2331233 [22495,82128,85153] X2331311 [1329,98120,98129] X2331312 [51067,1356,51085] X2331313 [1347,100796,100805] X2331321 [14125,1428,14197] X2331322 [41055,52432,66593] X2331323 [39663,55216,67985] X2331331 [1365,103508,103517] X2331332 [53815,1392,53833] X2331333 [1383,106256,106265] X2332111 [2233,2544,3385] X2332112 [5883,4756,7565] X2332113 [3915,8692,9533] X2332121 [6437,11484,13165] X2332122 [17919,11480,21281] X2332123 [9799,27720,29401] X2332131 [5597,18204,19045] X2332132 [18759,8120,20441] X2332133 [7279,31080,31921] X2332211 [9345,35032,36257] X2332212 [33371,13020,35821] X2332213 [11795,56172,57397] X2332221 [21669,22820,31469] X2332222 [56887,47616,74185] X2332223 [38967,83456,92105] X2332231 [14245,82212,83437] X2332232 [64311,17920,66761] X2332233 [16695,113152,114377] X2332311 [8961,47320,48161] X2332312 [38363,11484,40045] X2332313 [10643,66924,67765] X2332321 [21285,18212,28013] X2332322 [55735,50688,75337] X2332323 [40887,80384,90185] X2332331 [12325,89892,90733] X2332332 [64695,14848,66377] X2332333 [14007,116224,117065] X2333111 [1401,109040,109049] X2333112 [56635,1428,56653] X2333113 [1419,111860,111869] X2333121 [15589,1500,15661] X2333122 [45375,58072,73697] X2333123 [43911,61000,75161] X2333131 [1437,114716,114725] X2333132 [59527,1464,59545] X2333133 [1455,117608,117617] X2333211 [5185,1752,5473] X2333212 [14235,16348,21677] X2333213 [12627,19564,23285] X2333221 [20837,46116,50605] X2333222 [61047,34304,70025] X2333223 [29815,96768,101257] X2333231 [20069,52260,55981] X2333232 [61815,31232,69257] X2333233 [27511,99840,103561] X2333311 [1473,120536,120545] X2333312 [62491,1500,62509] X2333313 [1491,123500,123509] X2333321 [17125,1572,17197] X2333322 [49911,64000,81161] X2333323 [48375,67072,82697] X2333331 [1509,126500,126509] X2333332 [65527,1536,65545] X2333333 [1527,129536,129545] X3111111 [385,74112,74113] X3111112 [37635,388,37637] X3111113 [387,74884,74885] X3111121 [9797,396,9805] X3111122 [29007,38024,47825] X3111123 [28615,38808,48217] X3111131 [389,75660,75661] X3111132 [38415,392,38417] X3111133 [391,76440,76441] X3111211 [2793,424,2825] X3111212 [8003,9996,12805] X3111213 [7595,10812,13213] X3111221 [12597,29204,31805] X3111222 [37399,20400,42601] X3111223 [17799,59600,62201] X3111231 [12397,30804,33205] X3111232 [37599,19600,42401] X3111233 [17199,60400,62801] X3111311 [393,77224,77225] X3111312 [39203,396,39205] X3111313 [395,78012,78013] X3111321 [10197,404,10205] X3111322 [30199,39600,49801] X3111323 [29799,40400,50201] X3111331 [397,78804,78805] X3111332 [39999,400,40001] X3111333 [399,79600,79601] X3112111 [1025,528,1153] X3112112 [2739,2900,3989] X3112113 [2275,3828,4453] X3112121 [3741,7900,8741] X3112122 [10823,6264,12505] X3112123 [5423,17064,17905] X3112131 [3525,9628,10253] X3112132 [11039,5400,12289] X3112133 [4775,17928,18553] X3112211 [6129,25400,26129] X3112212 [22987,8316,24445] X3112213 [7587,39116,39845] X3112221 [14245,14148,20077] X3112222 [37335,32032,49193] X3112223 [26103,54496,60425] X3112231 [9045,55748,56477] X3112232 [42535,11232,43993] X3112233 [10503,75296,76025] X3112311 [6025,28728,29353] X3112312 [24339,7900,25589] X3112313 [7275,42028,42653] X3112321 [14141,12900,19141] X3112322 [37023,32864,49505] X3112323 [26623,53664,59905] X3112331 [8525,57828,58453] X3112332 [42639,10400,43889] X3112333 [9775,76128,76753] X3113111 [401,80400,80401] X3113112 [40803,404,40805] X3113113 [403,81204,81205] X3113121 [10605,412,10613] X3113122 [31415,41208,51817] X3113123 [31007,42024,52225] X3113131 [405,82012,82013] X3113132 [41615,408,41617] X3113133 [407,82824,82825] X3113211 [3009,440,3041] X3113212 [8635,10812,13837] X3113213 [8211,11660,14261] X3113221 [13621,31620,34429] X3113222 [40455,22048,46073] X3113223 [19239,64480,67289] X3113231 [13413,33284,35885] X3113232 [40663,21216,45865] X3113233 [18615,65312,67913] X3113311 [409,83640,83641] X3113312 [42435,412,42437] X3113313 [411,84460,84461] X3113321 [11021,420,11029] X3113322 [32655,42848,53873] X3113323 [32239,43680,54289] X3113331 [413,85284,85285] X3113332 [43263,416,43265] X3113333 [415,86112,86113] X3121111 [585,928,1097] X3121112 [1595,1092,1933] X3121113 [923,2436,2605] X3121121 [1533,2444,2885] X3121122 [4183,2856,5065] X3121123 [2415,6392,6833] X3121131 [1261,4620,4789] X3121132 [4455,1768,4793] X3121133 [1599,7480,7649] X3121211 [2057,7176,7465] X3121212 [7107,2924,7685] X3121213 [2635,11868,12157] X3121221 [4773,5236,7085] X3121222 [12551,10320,16249] X3121223 [8471,18480,20329] X3121231 [3213,17716,18005] X3121232 [14111,4080,14689] X3121233 [3791,24720,25009] X3121311 [1937,11016,11185] X3121312 [8667,2444,9005] X3121313 [2275,15228,15397] X3121321 [4653,3796,6005] X3121322 [12191,11280,16609] X3121323 [9071,17520,19729] X3121331 [2613,20116,20285] X3121332 [14231,3120,14569] X3121333 [2951,25680,25849] X3122111 [3345,24752,24977] X3122112 [17731,4020,18181] X3122113 [3795,31892,32117] X3122121 [8509,5820,10309] X3122122 [22407,21976,31385] X3122123 [17487,31816,36305] X3122131 [4245,39932,40157] X3122132 [26671,4920,27121] X3122133 [4695,48872,49097] X3122211 [6601,12120,13801] X3122212 [18483,11644,21845] X3122213 [9963,28684,30365] X3122221 [16685,25092,30133] X3122222 [45135,31808,55217] X3122223 [26767,68544,73585] X3122231 [13325,51972,53653] X3122232 [48495,18368,51857] X3122233 [16687,81984,83665] X3122311 [5145,58712,58937] X3122312 [37411,5820,37861] X3122313 [5595,69452,69677] X3122321 [15229,7620,17029] X3122322 [40767,43456,59585] X3122323 [34047,56896,66305] X3122331 [6045,81092,81317] X3122332 [49951,6720,50401] X3122333 [6495,93632,93857] X3123111 [3289,31920,32089] X3123112 [21147,3796,21485] X3123113 [3627,38836,39005] X3123121 [9125,5148,10477] X3123122 [24255,25112,34913] X3123123 [19783,34056,39385] X3123131 [3965,46428,46597] X3123132 [29415,4472,29753] X3123133 [4303,54696,54865] X3123211 [6321,9880,11729] X3123212 [17195,11868,20893] X3123213 [10019,26220,28069] X3123221 [16629,26660,31421] X3123222 [45415,30912,54937] X3123223 [26151,69440,74201] X3123231 [13717,49956,51805] X3123232 [48327,19264,52025] X3123233 [17415,81088,82937] X3123311 [4641,63640,63809] X3123312 [39035,5148,39373] X3123313 [4979,73260,73429] X3123321 [14949,6500,16301] X3123322 [40375,44352,59977] X3123323 [34551,56000,65801] X3123331 [5317,83556,83725] X3123332 [50007,5824,50345] X3123333 [5655,94528,94697] X3131111 [417,86944,86945] X3131112 [44099,420,44101] X3131113 [419,87780,87781] X3131121 [11445,428,11453] X3131122 [33919,44520,55969] X3131123 [33495,45368,56393] X3131131 [421,88620,88621] X3131132 [44943,424,44945] X3131133 [423,89464,89465] X3131211 [3233,456,3265] X3131212 [9291,11660,14909] X3131213 [8851,12540,15349] X3131221 [14685,34132,37157] X3131222 [43631,23760,49681] X3131223 [20735,69552,72577] X3131231 [14469,35860,38669] X3131232 [43847,22896,49465] X3131233 [20087,70416,73225] X3131311 [425,90312,90313] X3131312 [45795,428,45797] X3131313 [427,91164,91165] X3131321 [11877,436,11885] X3131322 [35207,46224,58105] X3131323 [34775,47088,58537] X3131331 [429,92020,92021] X3131332 [46655,432,46657] X3131333 [431,92880,92881] X3132111 [1161,560,1289] X3132112 [3115,3348,4573] X3132113 [2619,4340,5069] X3132121 [4309,9180,10141] X3132122 [12495,7192,14417] X3132123 [6231,19720,20681] X3132131 [4077,11036,11765] X3132132 [12727,6264,14185] X3132133 [5535,20648,21377] X3132211 [7105,29592,30433] X3132212 [26715,9628,28397] X3132213 [8787,45484,46325] X3132221 [16517,16356,23245] X3132222 [43287,37184,57065] X3132223 [30295,63168,70057] X3132231 [10469,64740,65581] X3132232 [49335,12992,51017] X3132233 [12151,87360,88201] X3132311 [6993,33176,33905] X3132312 [28171,9180,29629] X3132313 [8451,48620,49349] X3132321 [16405,15012,22237] X3132322 [42951,38080,57401] X3132323 [30855,62272,69497] X3132331 [9909,66980,67709] X3132332 [49447,12096,50905] X3132333 [11367,88256,88985] X3133111 [433,93744,93745] X3133112 [47523,436,47525] X3133113 [435,94612,94613] X3133121 [12317,444,12325] X3133122 [36519,47960,60281] X3133123 [36079,48840,60721] X3133131 [437,95484,95485] X3133132 [48399,440,48401] X3133133 [439,96360,96361] X3133211 [3465,472,3497] X3133212 [9971,12540,16021] X3133213 [9515,13452,16477] X3133221 [15789,36740,39989] X3133222 [46927,25536,53425] X3133223 [22287,74816,78065] X3133231 [15565,38532,41557] X3133232 [47151,24640,53201] X3133233 [21615,75712,78737] X3133311 [441,97240,97241] X3133312 [49283,444,49285] X3133313 [443,98124,98125] X3133321 [12765,452,12773] X3133322 [37855,49728,62497] X3133323 [37407,50624,62945] X3133331 [445,99012,99013] X3133332 [50175,448,50177] X3133333 [447,99904,99905] X3211111 [497,2496,2545] X3211112 [2067,644,2165] X3211113 [595,3588,3637] X3211121 [1173,1036,1565] X3211122 [3071,2760,4129] X3211123 [2231,4440,4969] X3211131 [693,4876,4925] X3211132 [3551,840,3649] X3211133 [791,6360,6409] X3211211 [1065,2408,2633] X3211212 [3139,1740,3589] X3211213 [1515,4988,5213] X3211221 [2581,3540,4381] X3211222 [6903,5104,8585] X3211223 [4263,10384,11225] X3211231 [1965,8468,8693] X3211232 [7519,2640,7969] X3211233 [2415,12848,13073] X3211311 [889,8040,8089] X3211312 [5427,1036,5525] X3211313 [987,9916,9965] X3211321 [2405,1428,2797] X3211322 [6375,6512,9113] X3211323 [5143,8976,10345] X3211331 [1085,11988,12037] X3211332 [7695,1232,7793] X3211333 [1183,14256,14305] X3212111 [1353,7504,7625] X3212112 [5963,1716,6205] X3212113 [1595,10452,10573] X3212121 [3237,2684,4205] X3212122 [8479,7800,11521] X3212123 [6279,12200,13721] X3212131 [1837,13884,14005] X3212132 [9879,2200,10121] X3212133 [2079,17800,17921] X3212211 [2825,6072,6697] X3212212 [8211,4700,9461] X3212213 [4075,12972,13597] X3212221 [6909,9700,11909] X3212222 [18527,13536,22945] X3212223 [11327,27936,30145] X3212231 [5325,22372,22997] X3212232 [20111,7200,21361] X3212233 [6575,34272,34897] X3212311 [2321,22200,22321] X3212312 [14763,2684,15005] X3212313 [2563,27084,27205] X3212321 [6405,3652,7373] X3212322 [17015,17568,24457] X3212323 [13847,23904,27625] X3212331 [2805,32452,32573] X3212332 [20615,3168,20857] X3212333 [3047,38304,38425] X3213111 [1281,16720,16769] X3213112 [10355,1428,10453] X3213113 [1379,19380,19429] X3213121 [4029,1820,4421] X3213122 [10855,11832,16057] X3213123 [9231,15080,17681] X3213131 [1477,22236,22285] X3213132 [13407,1624,13505] X3213133 [1575,25288,25337] X3213211 [2465,3192,4033] X3213212 [6555,4988,8237] X3213213 [4147,9804,10645] X3213221 [6837,11716,13565] X3213222 [18887,12384,22585] X3213223 [10535,29088,30937] X3213231 [5829,19780,20621] X3213232 [19895,8352,21577] X3213233 [7511,33120,33961] X3213311 [1673,28536,28585] X3213312 [16851,1820,16949] X3213313 [1771,31980,32029] X3213321 [6045,2212,6437] X3213322 [16511,18720,24961] X3213323 [14495,22752,26977] X3213331 [1869,35620,35669] X3213332 [20687,2016,20785] X3213333 [1967,39456,39505] X3221111 [2097,27104,27185] X3221112 [16819,2340,16981] X3221113 [2259,31460,31541] X3221121 [6565,2988,7213] X3221122 [17679,19240,26129] X3221123 [15015,24568,28793] X3221131 [2421,36140,36221] X3221132 [21823,2664,21985] X3221133 [2583,41144,41225] X3221211 [4033,5256,6625] X3221212 [10731,8140,13469] X3221213 [6771,16060,17429] X3221221 [11165,19092,22117] X3221222 [30831,20240,36881] X3221223 [17215,47472,50497] X3221231 [9509,32340,33709] X3221232 [32487,13616,35225] X3221233 [12247,54096,55465] X3221311 [2745,46472,46553] X3221312 [27475,2988,27637] X3221313 [2907,52124,52205] X3221321 [9877,3636,10525] X3221322 [26967,30544,40745] X3221323 [23655,37168,44057] X3221331 [3069,58100,58181] X3221332 [33775,3312,33937] X3221333 [3231,64400,64481] X3222111 [3841,13680,14209] X3222112 [13395,5428,14453] X3222113 [4899,22420,22949] X3222121 [8909,9660,13141] X3222122 [23415,19352,30377] X3222123 [15871,34440,37921] X3222131 [5957,33276,33805] X3222132 [26367,7544,27425] X3222133 [7015,46248,46777] X3222211 [9225,24472,26153] X3222212 [28595,14268,31957] X3222213 [12587,46284,47965] X3222221 [21837,27716,35285] X3222222 [57967,44544,73105] X3222223 [36975,86528,94097] X3222231 [15949,74820,76501] X3222232 [63855,20992,67217] X3222233 [19311,110080,111761] X3222311 [8073,61336,61865] X3222312 [43571,9660,44629] X3222313 [9131,78540,79069] X3222321 [20685,13892,24917] X3222322 [54511,53760,76561] X3222323 [42735,77312,88337] X3222331 [10189,97860,98389] X3222332 [65007,11776,66065] X3222333 [11247,119296,119825] X3223111 [3393,71024,71105] X3223112 [40723,3636,40885] X3223113 [3555,77972,78053] X3223121 [13837,4284,14485] X3223122 [38199,44440,58601] X3223123 [34239,52360,62561] X3223131 [3717,85244,85325] X3223132 [48319,3960,48481] X3223133 [3879,92840,92921] X3223211 [6985,6552,9577] X3223212 [18291,16060,24341] X3223213 [13035,26572,29597] X3223221 [21389,40260,45589] X3223222 [60207,37376,70865] X3223223 [32047,93696,99025] X3223231 [19085,58692,61717] X3223232 [62511,28160,68561] X3223233 [25135,102912,105937] X3223311 [4041,100760,100841] X3223312 [56563,4284,56725] X3223313 [4203,109004,109085] X3223321 [18445,4932,19093] X3223322 [51375,60928,79697] X3223323 [46767,70144,84305] X3223331 [4365,117572,117653] X3223332 [65455,4608,65617] X3223333 [4527,126464,126545] X3231111 [2065,43488,43537] X3231112 [24915,2212,25013] X3231113 [2163,47716,47765] X3231121 [8453,2604,8845] X3231122 [23343,27176,35825] X3231123 [20935,31992,38233] X3231131 [2261,52140,52189] X3231132 [29535,2408,29633] X3231133 [2359,56760,56809] X3231211 [4257,3976,5825] X3231212 [11147,9804,14845] X3231213 [7955,16188,18037] X3231221 [13053,24596,27845] X3231222 [36751,22800,43249] X3231223 [19551,57200,60449] X3231231 [11653,35796,37645] X3231232 [38151,17200,41849] X3231233 [15351,62800,64649] X3231311 [2457,61576,61625] X3231312 [34547,2604,34645] X3231313 [2555,66588,66637] X3231321 [11253,2996,11645] X3231322 [31351,37200,48649] X3231323 [28551,42800,51449] X3231331 [2653,71796,71845] X3231332 [39951,2800,40049] X3231333 [2751,77200,77249] X3232111 [3425,9072,9697] X3232112 [10611,5300,11861] X3232113 [4675,17172,17797] X3232121 [8109,10300,13109] X3232122 [21527,16536,27145] X3232123 [13727,32136,34945] X3232131 [5925,27772,28397] X3232132 [23711,7800,24961] X3232133 [7175,40872,41497] X3232211 [9321,27800,29321] X3232212 [30163,13884,33205] X3232213 [12363,49484,51005] X3232221 [21805,26052,33973] X3232222 [57615,45568,73457] X3232223 [37647,85504,93425] X3232231 [15405,77252,78773] X3232232 [64015,19968,67057] X3232233 [18447,111104,112625] X3232311 [8425,56472,57097] X3232312 [41811,10300,43061] X3232313 [9675,74572,75197] X3232321 [20909,15300,25909] X3232322 [54927,52736,76145] X3232323 [42127,78336,88945] X3232331 [10925,95172,95797] X3232332 [64911,12800,66161] X3232333 [12175,118272,118897] X3233111 [2849,82800,82849] X3233112 [45747,2996,45845] X3233113 [2947,88596,88645] X3233121 [14445,3388,14837] X3233122 [40535,48792,63433] X3233123 [37343,55176,66625] X3233131 [3045,94588,94637] X3233132 [51935,3192,52033] X3233133 [3143,100776,100825] X3233211 [6441,4760,8009] X3233212 [16915,16188,23413] X3233213 [12939,24140,27389] X3233221 [21229,42180,47221] X3233222 [60495,36352,70577] X3233223 [31311,94720,99761] X3233231 [19437,56516,59765] X3233232 [62287,29184,68785] X3233233 [25935,101888,105137] X3233311 [3241,107160,107209] X3233312 [58515,3388,58613] X3233313 [3339,113740,113789] X3233321 [18029,3780,18421] X3233322 [50895,61952,80177] X3233323 [47311,69120,83761] X3233331 [3437,120516,120565] X3233332 [65487,3584,65585] X3233333 [3535,127488,127537] X3311111 [449,100800,100801] X3311112 [51075,452,51077] X3311113 [451,101700,101701] X3311121 [13221,460,13229] X3311122 [39215,51528,64753] X3311123 [38759,52440,65209] X3311131 [453,102604,102605] X3311132 [51983,456,51985] X3311133 [455,103512,103513] X3311211 [3705,488,3737] X3311212 [10675,13452,17173] X3311213 [10203,14396,17645] X3311221 [16933,39444,42925] X3311222 [50343,27376,57305] X3311223 [23895,80272,83753] X3311231 [16701,41300,44549] X3311232 [50575,26448,57073] X3311233 [23199,81200,84449] X3311311 [457,104424,104425] X3311312 [52899,460,52901] X3311313 [459,105340,105341] X3311321 [13685,468,13693] X3311322 [40599,53360,67049] X3311323 [40135,54288,67513] X3311331 [461,106260,106261] X3311332 [53823,464,53825] X3311333 [463,107184,107185] X3312111 [1305,592,1433] X3312112 [3515,3828,5197] X3312113 [2987,4884,5725] X3312121 [4917,10556,11645] X3312122 [14287,8184,16465] X3312123 [7095,22568,23657] X3312131 [4669,12540,13381] X3312132 [14535,7192,16217] X3312133 [6351,23560,24401] X3312211 [8153,34104,35065] X3312212 [30723,11036,32645] X3312213 [10075,52332,53293] X3312221 [18957,18724,26645] X3312222 [49679,42720,65521] X3312223 [34799,72480,80401] X3312231 [11997,74404,75365] X3312232 [56639,14880,58561] X3312233 [13919,100320,101281] X3312311 [8033,37944,38785] X3312312 [32283,10556,33965] X3312313 [9715,55692,56533] X3312321 [18837,17284,25565] X3312322 [49319,43680,65881] X3312323 [35399,71520,79801] X3312331 [11397,76804,77645] X3312332 [56759,13920,58441] X3312333 [13079,101280,102121] X3313111 [465,108112,108113] X3313112 [54755,468,54757] X3313113 [467,109044,109045] X3313121 [14157,476,14165] X3313122 [42007,55224,69385] X3313123 [41535,56168,69857] X3313131 [469,109980,109981] X3313132 [55695,472,55697] X3313133 [471,110920,110921] X3313211 [3953,504,3985] X3313212 [11403,14396,18365] X3313213 [10915,15372,18853] X3313221 [18117,42244,45965] X3313222 [53879,29280,61321] X3313223 [25559,85920,89641] X3313231 [17877,44164,47645] X3313232 [54119,28320,61081] X3313233 [24839,86880,90361] X3313311 [473,111864,111865] X3313312 [56643,476,56645] X3313313 [475,112812,112813] X3313321 [14637,484,14645] X3313322 [43439,57120,71761] X3313323 [42959,58080,72241] X3313331 [477,113764,113765] X3313332 [57599,480,57601] X3313333 [479,114720,114721] X3321111 [705,992,1217] X3321112 [1891,1380,2341] X3321113 [1155,2852,3077] X3321121 [1909,3180,3709] X3321122 [5247,3496,6305] X3321123 [2967,8056,8585] X3321131 [1605,5612,5837] X3321132 [5551,2280,6001] X3321133 [2055,9272,9497] X3321211 [2641,9480,9841] X3321212 [9243,3724,9965] X3321213 [3363,15484,15845] X3321221 [6125,6612,9013] X3321222 [16095,13328,20897] X3321223 [10927,23664,26065] X3321231 [4085,22932,23293] X3321232 [18135,5168,18857] X3321233 [4807,31824,32185] X3321311 [2505,13832,14057] X3321312 [11011,3180,11461] X3321313 [2955,19292,19517] X3321321 [5989,4980,7789] X3321322 [15687,14416,21305] X3321323 [11607,22576,25385] X3321331 [3405,25652,25877] X3321332 [18271,4080,18721] X3321333 [3855,32912,33137] X3322111 [4369,32880,33169] X3322112 [23427,5236,24005] X3322113 [4947,42196,42485] X3322121 [11165,7548,13477] X3322122 [29415,28952,41273] X3322123 [23023,41736,47665] X3322131 [5525,52668,52957] X3322132 [35055,6392,35633] X3322133 [6103,64296,64585] X3322211 [8601,15640,17849] X3322212 [24035,15228,28453] X3322213 [13019,37260,39469] X3322221 [21789,32900,39461] X3322222 [58975,41472,72097] X3322223 [34911,89600,96161] X3322231 [17437,67716,69925] X3322232 [63327,24064,67745] X3322233 [21855,107008,109217] X3322311 [6681,77080,77369] X3322312 [48995,7548,49573] X3322313 [7259,91020,91309] X3322321 [19869,9860,22181] X3322322 [53215,56832,77857] X3322323 [44511,74240,86561] X3322331 [7837,106116,106405] X3322332 [65247,8704,65825] X3322333 [8415,122368,122657] X3323111 [4305,41072,41297] X3323112 [27331,4980,27781] X3323113 [4755,50132,50357] X3323121 [11869,6780,13669] X3323122 [31527,32536,45305] X3323123 [25647,44296,51185] X3323131 [5205,60092,60317] X3323132 [38191,5880,38641] X3323133 [5655,70952,71177] X3323211 [8281,13080,15481] X3323212 [22563,15484,27365] X3323213 [13083,34444,36845] X3323221 [21725,34692,40933] X3323222 [59295,40448,71777] X3323223 [34207,90624,96865] X3323231 [17885,65412,67813] X3323232 [63135,25088,67937] X3323233 [22687,105984,108385] X3323311 [6105,82712,82937] X3323312 [50851,6780,51301] X3323313 [6555,95372,95597] X3323321 [19549,8580,21349] X3323322 [52767,57856,78305] X3323323 [45087,73216,85985] X3323331 [7005,108932,109157] X3323332 [65311,7680,65761] X3323333 [7455,123392,123617] X3331111 [481,115680,115681] X3331112 [58563,484,58565] X3331113 [483,116644,116645] X3331121 [15125,492,15133] X3331122 [44895,59048,74177] X3331123 [44407,60024,74665] X3331131 [485,117612,117613] X3331132 [59535,488,59537] X3331133 [487,118584,118585] X3331211 [4209,520,4241] X3331212 [12155,15372,19597] X3331213 [11651,16380,20101] X3331221 [19341,45140,49109] X3331222 [57535,31248,65473] X3331223 [27279,91760,95729] X3331231 [19093,47124,50845] X3331232 [57783,30256,65225] X3331233 [26535,92752,96473] X3331311 [489,119560,119561] X3331312 [60515,492,60517] X3331313 [491,120540,120541] X3331321 [15621,500,15629] X3331322 [46375,61008,76633] X3331323 [45879,62000,77129] X3331331 [493,121524,121525] X3331332 [61503,496,61505] X3331333 [495,122512,122513] X3332111 [1457,624,1585] X3332112 [3939,4340,5861] X3332113 [3379,5460,6421] X3332121 [5565,12028,13253] X3332122 [16199,9240,18649] X3332123 [8015,25608,26833] X3332131 [5301,14140,15101] X3332132 [16463,8184,18385] X3332133 [7223,26664,27625] X3332211 [9273,38936,40025] X3332212 [35011,12540,37189] X3332213 [11451,59660,60749] X3332221 [21565,21252,30277] X3332222 [56511,48640,74561] X3332223 [39615,82432,91457] X3332231 [13629,84740,85829] X3332232 [64447,16896,66625] X3332233 [15807,114176,115265] X3332311 [9145,43032,43993] X3332312 [36675,12028,38597] X3332313 [11067,63244,64205] X3332321 [21437,19716,29125] X3332322 [56127,49664,74945] X3332323 [40255,81408,90817] X3332331 [12989,87300,88261] X3332332 [64575,15872,66497] X3332333 [14911,115200,116161] X3333111 [497,123504,123505] X3333112 [62499,500,62501] X3333113 [499,124500,124501] X3333121 [16125,508,16133] X3333122 [47879,63000,79129] X3333123 [47375,64008,79633] X3333131 [501,125500,125501] X3333132 [63503,504,63505] X3333133 [503,126504,126505] X3333211 [4473,536,4505] X3333212 [12931,16380,20869] X3333213 [12411,17420,21389] X3333221 [20605,48132,52357] X3333222 [61311,33280,69761] X3333223 [29055,97792,102017] X3333231 [20349,50180,54149] X3333232 [61567,32256,69505] X3333233 [28287,98816,102785] X3333311 [505,127512,127513] X3333312 [64515,508,64517] X3333313 [507,128524,128525] X3333321 [16637,516,16645] X3333322 [49407,65024,81665] X3333323 [48895,66048,82177] X3333331 [509,129540,129541] X3333332 [65535,512,65537] X3333333 [511,130560,130561] Maximum level 6 at [3280]: X; 3; 4; 5
fbbab368ba8738e9d69bc63b003e9c63cb591d0f
449d555969bfd7befe906877abab098c6e63a0e8
/38/CH10/EX10.4/4.sce
299395e97166beff598296f6e0c0bbd400bf1764
[]
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
4.sce
// Caption: Finding switching times T on and T off clear; close; clc; //off time at i=Imin T_off=-0.25*log(10/12)/2.5; //on time T_on=-0.25*log((12-20)/(10-20))/5;//in seconds disp(T_on,'On time=')
3b17f442adc0f3ae9617679a8429aa4d793a411a
449d555969bfd7befe906877abab098c6e63a0e8
/2681/CH7/EX7.1/Ex7_1.sce
729fb3f8ae2e7cf66d7aadf99b4f9126fab13d07
[]
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
242
sce
Ex7_1.sce
//resistance of a planar resistor //given clc con_d=4.1d+7//mho/m l=10d-3//m w=5d-3//m d=0.2d-6//m Rp=l/(w*d*con_d)//resistance Rp=round(Rp*1000)/1000///rounding off decimals disp(Rp,'resistance of a aluminum planar resistor')//ohm
2a39ecf5a7618a7cd0cee1d40de9bff17800b7f8
449d555969bfd7befe906877abab098c6e63a0e8
/1472/CH22/EX22.8/22_8.sce
02af8f31f450b781268b2eb80cb56924f0051202
[]
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
205
sce
22_8.sce
clc //initialization of varaibles dH2=14087 //B/lb xc=3.67 //lb xN=8.78 //lb tb=100 //F //calculations dt2=dH2/(xc*0.196 + xN*0.248) t2=dt2+tb //results printf("products temperature = %d F",t2)
6445dade60445ad064aa4231cd74933e03937482
449d555969bfd7befe906877abab098c6e63a0e8
/1938/CH6/EX6.20/6_20.sce
ebf997886236ac28508c27fdc005dca496757859
[]
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,002
sce
6_20.sce
clc,clear printf('Example 6.20\n\n') Power_total=1.414 //per unit V_L=1 //per unit phi_t=acos(0.707) I_L_T=Power_total/(sqrt(3)*V_L*cos(phi_t)) //Total current //Current supplied by each alternator I_1=I_L_T/2 I_2=I_1 V_ph=V_L/sqrt(3) phi=acos(0.707) R_a=0,X_s=0.6 //resistacne and synchronous reactance E_ph=sqrt( (V_ph*cos(phi)+ I_1*R_a)^2 + (V_ph*sin(phi)+I_1*X_s)^2 ) delta= atan((I_1*X_s+V_ph*sin(phi)) / (V_ph*cos(phi))) - phi //power angle printf('EMF is %.4f p.u. and power angle is %.2f degrees ',E_ph,delta*(180/%pi)) printf('\n\nFollowing assumptions were made :\n') printf('1.Terminal or bus bar voltage at ppoint of connection is constant\n') printf('2.The alternators are identical and are initially equally excited\n') printf('3.The power supplied by prime movers is adjusted so that each machine carries half the load represented by external impedance Z=R+ j 2pifL , where R and L are constant\n') printf('4.The stator resistance is negligible')
4c10d3a61428ea4280a7ec3ce88091ed614b91c0
802fedd9545ecd8658d011542f301f576351f096
/projects/unioc_asserv/scilab/adns_calibration2.sci
4fa72ee205363dcd9dc05382643d8cd905e0267f
[]
no_license
robotter/eurobot
53609295e8d266a82a1d7487202dc3e5ecd2196a
a76363b28623056de15685207d770f094dc7fcde
refs/heads/master
2021-01-10T05:15:45.021571
2019-05-31T16:58:18
2019-05-31T16:58:18
36,223,912
5
1
null
2017-07-05T08:02:59
2015-05-25T10:05:56
C
UTF-8
Scilab
false
false
3,610
sci
adns_calibration2.sci
pi = 4*atan(1); A=[ 277.0 -142.0 -458.0 -159.0 -15.0 852.0; 124.0 -63.0 -801.0 -305.0 -3.0 1046.0; 67.0 -35.0 -856.0 -337.0 -53.0 1126.0; 119.0 -50.0 -691.0 -269.0 -61.7 975.9; 247.0 -135.0 -789.0 -345.0 -46.0 792.0; 183.0 -72.0 -948.0 -450.0 20.4 1089.0; -99.0 47.0 664.0 406.9 -34.0 -851.0; -311.0 176.0 519.0 343.0 -30.0 -574.0; -348.0 199.4 543.0 268.0 39.0 -554.0; -71.0 40.0 522.0 318.0 17.0 -698.0; -101.0 60.7 534.3 300.3 -15.0 -647.0; -129.0 72.0 542.0 343.3 27.0 -474.5; ]; B=[ -490.0 -242.0 -15.0 916.0 547.0 -321.0; -584.0 -334.0 -38.0 949.0 387.0 -190.0; -657.0 -404.0 2.0 1241.0 646.0 -281.0; -809.0 -487.0 -14.0 1109.0 793.0 -451.0; -735.0 -443.0 -8.0 1275.0 798.0 -451.0; -763.0 -470.0 12.0 1167.0 675.1 -324.8; 528.0 312.0 1.0 -814.0 -612.0 347.0; 353.0 194.0 10.0 -868.0 -594.0 366.1; 282.0 173.0 -8.0 -634.0 -493.0 291.0; 491.0 283.0 21.0 -723.0 -492.0 322.0; 432.0 265.0 -47.0 -961.0 -674.0 432.0; 366.0 229.0 -62.0 -483.0 -385.5 249.0; ]; C=[ 18.0 646.0 912.0 -525.0 -792.0 -237.1; 21.0 654.0 440.9 -251.0 -596.0 -109.0; 28.0 375.0 782.0 -398.0 -938.0 -228.0; 51.0 648.0 908.0 -471.6 -716.0 -259.5; 14.0 150.0 781.0 -371.0 -919.0 -191.2; 21.0 414.0 738.0 -380.0 -718.5 -301.9; -23.0 -390.0 -513.0 325.0 369.4 243.6; -10.0 -277.0 -567.3 421.0 519.3 230.9; 7.0 -75.0 -585.0 322.0 407.0 257.0; -39.0 -511.0 -686.8 405.4 343.8 239.6; -20.0 -564.0 -654.0 382.0 647.0 346.0; -19.0 -221.0 -416.0 348.0 294.0 190.8; ]; R=[ 27.0 -588.0 19.0 -1047.0 54.0 -840.0; 26.0 -1098.0 74.0 -1893.0 143.0 -1297.0; 49.0 -1744.0 134.0 -2221.0 148.0 -2165.0; 153.0 -2820.0 85.0 -4064.0 317.0 -2483.0; 147.0 -2889.0 123.0 -5082.0 252.0 -3951.0; 73.0 -2514.0 203.0 -6283.0 360.0 -5076.0; -31.0 732.0 -48.0 1065.0 -56.0 898.0; -34.0 1190.0 -72.0 2024.0 -84.0 1790.3; -20.0 1324.0 -111.0 3099.0 -211.0 2585.0; -78.0 2746.0 -115.0 4226.0 -384.0 3150.0; -146.0 4123.1 -80.0 5156.0 -378.0 3625.0; -124.0 3287.0 -290.0 5833.0 -426.0 4666.0; ]; //A iA=[ 0.9 0 0; 1.1 0 0; 2.0 0 0; 1.2 0 0; 1.0 0 0; 1.3 0 0; -0.95 0 0; -0.725 0 0; -0.85 0 0; -0.9 0 0; -0.8 0 0; -0.75 0 0; ]*10; //cm->mm 0 0; //B (+2pi/3) iB=[ 0.95 0 0; 1.25 0 0; 1.30 0 0; 1.20 0 0; 1.35 0 0; 1.35 0 0; -1.00 0 0; -0.95 0 0; -0.8 0 0; -0.8 0 0; -1.0 0 0; -0.65 0 0; ]*10; //cm->mm theta=-2*pi/3; irB=iB*[ cos(theta) -sin(theta) 0; sin(theta) cos(theta) 0; 0 0 0]; //C (+4pi/3) iC=[ 1.3 0 0; 1.1 0 0; 1.1 0 0; 1.3 0 0; 1.2 0 0; 1.3 0 0; -0.85 0 0; -0.9 0 0; -0.8 0 0; -0.9 0 0; -0.85 0 0; -0.7 0 0; ]*10; //cm->mm theta=-4*pi/3; irC=iC*[ cos(theta) -sin(theta) 0; sin(theta) cos(theta) 0; 0 0 0]; //R iR=[ 0 0 6; 0 0 13; 0 0 16; 0 0 22; 0 0 27; 0 0 35; 0 0 -4; 0 0 -10; 0 0 -19; 0 0 -24; 0 0 -26; 0 0 -31; ]*pi/180; mult = 2^14; Moutput = [A(:,3:6);B(:,3:6);C(:,3:6);R(:,3:6)]; Minput = [iA;irB;irC;iR]*mult; [arc,la,lb,sig,resid] = armax( 0, 0, Moutput', Minput'); [Ax,Bx,Dx]=arma2p(arc); //Results in polynomial form. M = pinv(coeff(Bx)); // show matrix M u = mopen('matrix.h','w') fprintf(u,'double hrobot_adnsMatrix[3][6] = {\n'); for j=1:3 fprintf(u,'{'); for i=1:4 fprintf(u,'%f',M(j,i)); if(i ~= 4), fprintf(u,','); end end fprintf(u,'}'); if(j ~= 3), fprintf(u,','); end fprintf(u,'\n'); end fprintf(u,'};\n'); mclose(u);
0c08b16640a187fbe2760f5854496e9bd207faad
99b4e2e61348ee847a78faf6eee6d345fde36028
/Toolbox Test/latcfilt/latcfilt4.sce
0064f7585997bee63a6dd32455f7b169cf5cce02
[]
no_license
deecube/fosseetesting
ce66f691121021fa2f3474497397cded9d57658c
e353f1c03b0c0ef43abf44873e5e477b6adb6c7e
refs/heads/master
2021-01-20T11:34:43.535019
2016-09-27T05:12:48
2016-09-27T05:12:48
59,456,386
0
0
null
null
null
null
UTF-8
Scilab
false
false
180
sce
latcfilt4.sce
//no i/p args are passed to the function [f,g]=latcfilt(); //output //!--error 10000 //check input format //at line 31 of function latcfilt called by : //[f,g]=latcfilt();
9a11e1798f940e2af304b769168e6bead62874d4
449d555969bfd7befe906877abab098c6e63a0e8
/3020/CH18/EX18.20/ex18_20.sce
2b868511a0e70e94df6a2a12a903b32334d64841
[]
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
286
sce
ex18_20.sce
clc; clear all; I=200;//current in Amp H=1.5;//applied megnetic field in Wb/m^2 n=8.4e28;//no of electrons per unit volume in electron/m^3 d=1e-3;//thickness of the strip in m e=1.6e-19;//charge of electron Vy=I*H/(n*e*d);//hall potential disp('Volt',Vy,'hall potential is:')
da413a42fff6176708d496cfd8550bcef2dcfa5e
449d555969bfd7befe906877abab098c6e63a0e8
/3669/CH11/EX11.1/1.sce
dc278891ae4aadc4a08354b7294f1b4d1b40607c
[]
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
833
sce
1.sce
//Variable declaration n1=1.48; //refractive index of core n2=1.45; //refractive index of cladding //Calculation NA=sqrt((n1**2)-(n2**2)); //numerical aperture theta0=asin(NA); //acceptance angle(radian) theta0=theta0*180/%pi; //acceptance angle(degrees) theta0_m=60*(theta0-int(theta0)); thetac=asin(n2/n1); //critical angle(radian) thetac=thetac*180/%pi; //critical angle(degrees) thetac_m=60*(thetac-int(thetac)); delta=(n1-n2)/n1; //fractional refractive indices change //Result printf('numerical aperture is %0.3f \n',(NA)) printf('acceptance angle is %0.3f degrees %0.3f minutes \n',int(theta0),(theta0_m)) printf('critical angle is %0.3f degrees %0.3f minutes \n',int(thetac),int(thetac_m)) printf('fractional refractive indices change is %0.3f \n',(delta))
4d7f6891bcb7b3bf949f9e368766c977dda56cc9
449d555969bfd7befe906877abab098c6e63a0e8
/1373/CH3/EX3.9/Chapter3_Example9.sce
c9b9653a7bb9bb2cff72cd662535ce70694ccda1
[]
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
837
sce
Chapter3_Example9.sce
//Chapter-3, Example 3.9, Page 64 //============================================================================= clc clear L1=0.006;//Thickness of each glass sheet in m L2=0.002;//Thickness of air gap in m Tb=-20;//Temperature of the air inside the room in degree C Ta=30;//Ambient temperature of air in degree C ha=23.26;//Heat transfer coefficient between glass and air in W/m^2.K kglass=0.75;//Thermal conductivity of glass in W/m.K kair=0.02;//Thermal conductivity of air in W/m.K //CALCULATIONS q=((Ta-Tb)/((1/ha)+(L1/kglass)+(L2/kair)+(L1/kglass)+(1/ha)));//Rate of heat leaking into the room per unit area of the door in W/m^2 //OUTPUT mprintf('Rate of heat leaking into the room per unit area of the door is %3.1f W/m^2',q) //=================================END OF PROGRAM==============================
3012f7d29bf023fc7a18a108a73a635f2558e61d
449d555969bfd7befe906877abab098c6e63a0e8
/2066/CH9/EX9.1/9_1a.sce
ac3110760de89b5ee0e9b24649ee15f0298e694c
[]
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
363
sce
9_1a.sce
clc clear //Initialization of variables rho=2.45 //slugs/ft^3 mu=9.2e-3 //lb-sec/ft^2 x=3 v=3 //ft/s B=6/12 //ft L=36/12 //ft //calculatons Nr=v*x*rho/mu y=[1.32 1.46 1.328] Cd=y*Nr^(-0.5) Fd=2*Cd*B*L*(0.5*rho*v^2) //results disp("Drag on the plates using different formulae blasius, parabola and pohlhauser in order") format('v',6);Fd disp(Fd)
d4acfe85d55dcb27031333e6e4c464a106b51bdd
449d555969bfd7befe906877abab098c6e63a0e8
/2021/CH6/EX6.8/EX6_8.sce
d25d934d5a468154522a6a33d286ac9747cb276e
[]
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
182
sce
EX6_8.sce
//Fiding of Discharge //Given d1=0.3; pd=0.06; g=9.81; cv=0.98; //To Find vc=sqrt(2*g*pd)*cv; V=0.8*vc; A=(%pi/4)*d1^2; q=V*A; disp(" Discharge ="+string(q)+" m^3/sec");
673f85bbf0e044440fbbb264ba104ef58cf20fd1
449d555969bfd7befe906877abab098c6e63a0e8
/2384/CH1/EX1.3/ex1_3.sce
1d7c771e6020bbb8030ecbf8ab1784f752d6606c
[]
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
322
sce
ex1_3.sce
// Exa 1.3 clc; clear; close; format('v',5) // Given data // Part (a) V = 30;// in V R = 6;// in ohm I = V/R;// the equivalent current in A disp(I,"The equivalent current in A is"); // Part (b) I = 10;// in A R = 5;// in ohm V = I*R;// the equivalent voltage in V disp(V,"The equivalent voltage in V is");
5fcf4cbf58ba18203135eacd755e4fd0b8677d45
117d2e73730351cc15ef378cd319a907c507e476
/Interpolação/legendre.sce
d4c389206bd18c611dfe8fde287e84ff892a9f66
[ "Apache-2.0" ]
permissive
Trindad/algoritmos-calculo-numerico
b900768350277a46da636a3d0da9b8c83c4da780
1dcafd39d2281cb3065ba9742c693e5e49e2a08c
refs/heads/master
2021-01-22T21:28:09.251265
2014-07-23T14:08:55
2014-07-23T14:08:55
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
861
sce
legendre.sce
// legendre clear clc format (3) function pn = legPoly(x,i), //LEGPOLY calculates the legendre polynomial of i-th order in x // x can be a scalar, a vector or a matrix //pn : nth legendre polynomial //pn_1 : n-1 legendre polynomial //pn_p1 : n+1 legendre polynomial // Konstantinos G. //Modified version of the C code in "Numerical recipes in C" pn_p1 = 1; pn = ones(size(x,1), size(x,2)); disp(pn); if(i > 0) pn_1 = x.*pn; disp(pn); if(i==1) pn = pn_1; else for i = 2 : i pn_p1 = (x .* (2 * i - 1).*pn_1 - (i - 1)*pn)/i; pn = pn_1; pn_1 = pn_p1; disp(pn_p1); end pn = pn_p1; end end disp(pn); endfunction x = [1,2;2,5]; disp(x); leg = legPoly(x,2);
b492fd4f07de673949b34f1c610192462c420fbe
449d555969bfd7befe906877abab098c6e63a0e8
/605/CH3/EX3.14/3_14.sce
48934405207ed3d409a245988e379ed36a6ca888
[]
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
208
sce
3_14.sce
//data q=2 //m B=%pi //rad/m d1=.4 //m Z2=1 S=2.4 //formula and result printf("\nresult:-") Z_L=complex(1,-S*tan(B*d1))/complex(S,-tan(B*d1)) disp(Z_L,"Z_L=") disp(Z_L*100,"ZL=")
0919e874f65341869bd2c7f3372add5797b5da56
449d555969bfd7befe906877abab098c6e63a0e8
/2333/CH6/EX6.5/5.sce
93056de818c26795dfa7c941556d31e43c3e2181
[]
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
634
sce
5.sce
clc // Given that mu1 = 1.45 // refractive index for core mu2 = 1.40 // refractive index for cladding mu = 1 // refractive index for air // Sample Problem 5 on page no. 256 printf("\n # PROBLEM 5 # \n") theta_c = asin(mu2 / mu1) * (180 / %pi) // critical angle in degree theta_c_ = asin(mu/mu2) * (180 / %pi) // Acceptance angle in degree printf("\n Standard formula used \n theta_c = asin(mu2 / mu1) * (180 / pi). \n NA = sqrt(mu1^2 - mu2^2). \n theta_0 = asin(NA) * (180 / pi). \n") printf("\n Critical angle at the core - cladding boundary is %f degree \n Critical angle at cladding - air boundary is %f degree",theta_c,theta_c_)
0f17a202a6d78a52b06ddd1cfabd806e36fdc35f
449d555969bfd7befe906877abab098c6e63a0e8
/551/CH8/EX8.12/12.sce
3912a41c41f00e4369e851115137b3776e3cace8
[]
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
101
sce
12.sce
clc pr=20; Z=1.25; Tr=8.0; Tc=282.4; //K T=Tc*Tr; disp("Temperature =") disp(T) disp("K")
5b33b8888298a7e3eab01d5d9ca1e36fe99ce6d3
1e24352e8e5a1e8197bcfce30a879455715bf961
/gaussian_elimination/ge.sce
9f59773b231dc01fca32854f7fb20d7e21e2c4b7
[]
no_license
hermesespinola/metodos_numericos
5728637aad5600d097774b74aa07902c4c7695a2
9b962585454326c715389f52fa7a961f375c2113
refs/heads/master
2021-06-17T09:04:43.921979
2017-05-05T20:38:58
2017-05-05T20:38:58
80,470,291
0
1
null
null
null
null
UTF-8
Scilab
false
false
553
sce
ge.sce
function [ X ] = ge( A, b ) % ge: Gaussian Elimination % % A method for solving matrix equations of the form Ax = b. [n m] = size(A); if n ~= m error('A must be a square matrix'); elseif n ~= size(b)(1) error('A and b sizes do not match'); end X = zeros(size(A)(1), 1); for i=1:n temp = A(i:end,i:end); m = temp(2:end, 1) ./ temp(1); temp(2:end, :) = (temp(2:end, :) - m * temp(1, :)); A(i:end,i:end) = temp; end X(end) = b(end) ./ A(end); for i=n-1:-1:1 X(i) = (b(i) - sum(-(A(i+1:end,i) .* X(i+1:end)))) ./ A(i, i); end end % ge
205c54a784616e93885e562ff0c4bf681b3c886b
449d555969bfd7befe906877abab098c6e63a0e8
/2471/CH11/EX11.5/Ex11_5.sce
34e6ff9e35efd0512070a32fb9dd6291e4cbbc52
[]
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
979
sce
Ex11_5.sce
clear ; clc; // Example 11.5 printf('Example 11.5\n\n'); printf('Page No. 318\n\n'); //From the heat balance:- //Heat recovered in the boiler = heat gained by the air = heat lost by the flue gases //=> Q = m_a*Cp_a*dT_a = m_f*Cp_f*dT_f // As mass flow rate of air/flue gas is not given in the book //Assuming m_a = m_f = 2.273 kg/s & Cp_a = 1*10^3 J/kg-K m_a = 2.273;// in kg/s m_f = m_a;// in kg/s Cp_a = 1*10^3;// Specific heat capacity of air in J/kg-K T1_a = 20;// Entrance temperature of air in degree celcius T2_a = 130;// Exit temperature of air in degree celcius dT_a = T2_a - T1_a;//in K T1_f = 260;// Entrance temperature of flue gases in degree celcius T2_f = 155;// Entrance temperature of flue gases in degree celcius dT_f = T1_f - T2_f;//in K //From heat balance:- Q = m_a*Cp_a*dT_a = m_f*Cp_f*dT_f Cp_f = ((m_a*Cp_a*dT_a)/(m_f*dT_f));// in J/kg-K Q = m_f*Cp_f*dT_f;// in W printf('The total heat recovered at full load if %3.2e W',Q)
0765254e7a5b3f6385a542b94a3c1016e402ce99
449d555969bfd7befe906877abab098c6e63a0e8
/75/CH3/EX3.3/ex_3.sce
801f9a7e3ca11b508f564ea7a732cda95c5d82eb
[]
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
218
sce
ex_3.sce
// PG (137) X=[0,-1] Y=[1,2] deff('[y]=f(x)','y=log(x)') deff('[y]=fp(x)','y=1/x') deff('[y]=fpp(x)','y=-1/(x)^2') p = lagrange(X,Y) // E = f(x)-p e = 0.00005 // for a four-place logarithmic table
83e3d5175779fb3455fe8ee3beddfcd9f71ec81e
6d1f05d2074f1d6f18d3d473f2dbd867c94fc7ee
/giarratano/SOURCE/TESTING/tmplmslt.tst
593ba2ebc2e277b7992de09805f48b796f69dd06
[]
no_license
arranger1044/icse-1516
c40d2c86892cd90c14042a95581cbb0e238190fb
ee4bafb57bb549ef40e29b8edf8cdad038e97162
refs/heads/master
2020-12-24T19:04:01.588095
2016-05-31T07:46:47
2016-05-31T07:46:47
56,578,768
14
5
null
null
null
null
UTF-8
Scilab
false
false
288
tst
tmplmslt.tst
(unwatch all) (clear) (dribble-on "tmplmslt.out") (batch "tmplmslt.bat") (dribble-off) (clear) (open "tmplmslt.rsl" tmplmslt "w") (load "compline.clp") (printout tmplmslt "tmplmslt.bat differences are as follows:" crlf) (compare-files tmplmslt.exp tmplmslt.out tmplmslt) (close tmplmslt)
667bc5a0b1946b77aa5003e860d16f46f9555fbe
449d555969bfd7befe906877abab098c6e63a0e8
/291/CH5/EX5.6a/eg5_6a.sce
5fb945a6d033bd18bd977b3f9f5a3aa5830cc16b
[]
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
170
sce
eg5_6a.sce
lamda = 1/10000; x = 5000; prob = %e^(-1*lamda*x); disp(prob, " Probability that she will be able to complete her trip without having to replace her car battery is");
2f23d1284a7d53bcca31441242b354982bc44e7b
1e2348b6daaf1f0f4a39a56632cf1664f4948c8b
/Unit 1/Q3.sce
82014e0719a5112688d31e8bd51ca51167248dab
[]
no_license
Winnie-the-Poorvi/Scilab-Assignment
db54a2d7cc962f8e2d0ba94a421a3c44b3fd9754
d88fa564ad55d59fb9c568242532a8dbf59569c6
refs/heads/master
2020-12-31T23:39:48.289353
2020-04-11T16:26:42
2020-04-11T16:26:42
239,080,731
0
0
null
null
null
null
UTF-8
Scilab
false
false
411
sce
Q3.sce
A=input("Enter the elements of matrix A") disp(A,"The coefficients of matrix A") n=length(A(1,:)) aug=[A,eye(n,n)] for j=1:n-1 for i=j+1:n aug(i,j:2*n)=aug(i,j:2*n)-aug(i,j)/aug(j,j)*aug(j,j:2*n) end end for j=n:-1:2 aug(1:j-1,:)=aug(1:j-1,:)-aug(1:j-1,j)/aug(j,j)*aug(j,:) end for j=1:n aug(j,:)=aug(j,:)/aug(j,j) end B=aug(:,n+1:2*n) disp(B,"The inverse of A")
87b5144f0671d7cdc0c1d85b2a00e2acc416f714
449d555969bfd7befe906877abab098c6e63a0e8
/2990/CH4/EX4.19/Ex4_19.sce
8f36313d9119a2d00244fe7b9bd24fdf8b6c2324
[]
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
434
sce
Ex4_19.sce
funcprot(0); // Initialization of Variable function[dms]=degtodms(deg) d = int(deg) md = abs(deg - d) * 60 m = int(md) sd = (md - m) * 60 sd=round(sd*100)/100 dms=[d m sd] endfunction ET1=-3.0/60-51.4/3600//ET at april 2 in hr ET2=-3.0/60-33.5/3600//ET at april 3 in hr //calculation dET=(ET2-ET1)*18.0/24//change in ET ET=ET1+dET; ET=degtodms(ET); disp(ET,"ET (-ve) in hr min s"); clear()
42fde4fb401e1c465f23dc704fd4e172d8f175a2
449d555969bfd7befe906877abab098c6e63a0e8
/557/CH2/EX2.7/7.sce
2478e1ef75131bb386fc29a130105cf53831adca
[]
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
7.sce
clc ;funcprot(0); //Example 2.7 //Initializing the variables rho = 0.8*10^3; //Density of fluid rhoM = 13.6*10^3; //Density of manometer liquid g = 9.81;//Acceleration due to gravity //Calculations function[P]=fluidPressure(h1,h2) P = rhoM*g*h2-rho*g*h1; endfunction disp(fluidPressure(0.1,-0.2)/1000,"Gauge pressure (kN/m2):","!-----Part (b)-----!",fluidPressure(0.5,0.9)/1000,"Gauge pressure (kN/m2):","!-----Part (a)-----!");
d8ee0c3b8692e7567118cb066f7020cbf2e76423
449d555969bfd7befe906877abab098c6e63a0e8
/1938/CH7/EX7.4/7_4.sce
a897e8078604e52337da77c7dffa31c608164f13
[]
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
755
sce
7_4.sce
clc,clear printf('Example 7.4\n\n') V_L=500,V_ph=V_L/sqrt(3) phi=acos(0.9) //lagging output_power=17*10^3 R_a=0.8 //armaature reactance mechanical_losses=1300 //mechanical losses is W P_m=output_power+mechanical_losses //gross mechanical power developed // P_m= input_power - stator losses // input_power= 3* V_ph * I_aph * cos(phi) // Stator losses= 3*I_aph^2*R_a // solving above equations we get 2.4 I_a^2 - 779/.4225*I_a + 18300 = 0 I_a_eqn=[2.4 -779.4225 18300] I_a_roots=roots(I_a_eqn) I_a=I_a_roots(2) //neglecting higher value I_aph=I_a printf('Current drawn by the motor is %.3f A\n',I_a) input_power= 3* V_ph * I_aph * cos(phi) eta=100*output_power/input_power printf('Full load efficiency is %.2f percent',eta)
642a639c629c93647cb2efffb3169ce396f468df
449d555969bfd7befe906877abab098c6e63a0e8
/978/CH8/EX8.1/Example8_1.sce
4f5246cd64b8bb176f385a03c6c0485bb63631b6
[]
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
344
sce
Example8_1.sce
//chapter-8,Example8_1,pg 234 fr=400*10^3//resonance frequency C=400*10^-12//tuned capacitance R=10//resistance of coil n=40//Cp=nC Cp=n*(100/400)*10^-12//interwinding capacitance L=(1/(4*(%pi^2)*(fr^2)*(C+Cp)))//inductance of coil Q=2*%pi*fr*(L/R)//observed Q-factor printf("observed Q-factor\n") printf("Q=%.2f ",Q)
4fe376d818686ae67825d0c9b452c1e45dd5a104
ebd6f68d47e192da7f81c528312358cfe8052c8d
/swig/Examples/test-suite/scilab/constructor_copy_runme.sci
bfd2b1c20f5e643919e7cd1c1b640ab912012f39
[ "LicenseRef-scancode-swig", "GPL-3.0-or-later", "LicenseRef-scancode-unknown-license-reference", "GPL-3.0-only", "Apache-2.0" ]
permissive
inishchith/DeepSpeech
965ad34d69eb4d150ddf996d30d02a1b29c97d25
dcb7c716bc794d7690d96ed40179ed1996968a41
refs/heads/master
2021-01-16T16:16:05.282278
2020-05-19T08:00:33
2020-05-19T08:00:33
243,180,319
1
0
Apache-2.0
2020-02-26T05:54:51
2020-02-26T05:54:50
null
UTF-8
Scilab
false
false
546
sci
constructor_copy_runme.sci
exec("swigtest.start", -1); f1 = new_Foo1(3); f11 = new_Foo1(f1); checkequal(Foo1_x_get(f1), Foo1_x_get(f11), "Foo1_x_get(f1) <> Foo1_x_get(f11)"); delete_Foo1(f1); delete_Foo1(f11); f8 = new_Foo8(); try f81 = new_Foo8(f8); swigtesterror("Foo(f8) called."); catch end bi = new_Bari(5); bc = new_Bari(bi); checkequal(Bari_x_get(bi), Bari_x_get(bc), "Bar_x_get(bi) <> Bar_x_get(bc)"); delete_Bari(bi); delete_Bari(bc); bd = new_Bard(5); try bc = Bard(bd); swigtesterror("Bard(bd) called."); catch end exec("swigtest.quit", -1);
f4530e8a9690bc95a281998cd5d0a5a2621d88cf
449d555969bfd7befe906877abab098c6e63a0e8
/2939/CH8/EX8.3/Ex8_3.sce
cdfaf5dfa5981a89a2a5193d51817684c8674743
[]
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
213
sce
Ex8_3.sce
// Ex8_3 clc; // Given: n0=1;// initial primary electrons n=1.6*10^4; x=2.2; //distance in cm // Solution: a=log(n/n0)/(x); printf("The alpha coefficient is = %f electrons electron^-1 cm^-1",a)
7b2c171181746d9bccba1034192b262bd8f3ef66
53574807d527c12370e28c14133b875345163a04
/star_wars.tst
2d0281ed93b1560838aa61f66c804119e6175c68
[]
no_license
logston/madlibs
ad0ad41b8966bddc4295bf0f64624ab9528e5b2b
8296f0871a0f5bb1280bc2608844685807e14cd7
refs/heads/master
2021-01-10T08:13:40.689782
2016-03-14T03:25:29
2016-03-14T03:25:29
53,824,025
0
0
null
2018-09-14T05:40:26
2016-03-14T03:26:54
Scilab
UTF-8
Scilab
false
false
605
tst
star_wars.tst
Darth _name_ looked at his master while his _adjective_ breathing filled the room. He was told to go to _verb_ everything on the planet of _silly word_. He got in his _noun_ and jumped to hyperspace. Soon before he reached the planet, he dropped out of hyperspace and was attacked by Rebel _noun (plural)_. He _verb ending in "ed"_ them off and continued to the planet's surface. He landed and confronted more opposition, slicing it down with his _noun_. He used the _noun_ to choke another Rebel, then _verb ending in "ed"_ him aside. He finished off all life on the planet with a/an _adjective_ laugh.
b018c6e08df2fabf0a1c0cdc89034f90ffe46a86
449d555969bfd7befe906877abab098c6e63a0e8
/683/CH9/EX9.3/TF_3.sce
6a8a143b43f01749257cc0d5e45e9241e6eefe76
[]
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
301
sce
TF_3.sce
// sum 9-3 clc; clear; d=18; p=2.5; dr=d-(1.2268*p); dm=(d+dr)/2; alpha=atan(p/(%pi*dm)); theta=%pi*30/180; u1=0.15; u2=0.13; x=(tan(alpha)+(u1/cos(theta)))/(1-(tan(alpha)*u1/cos(theta))); K=dm*x/(2*d)+(0.625*u2); // printing data in scilab o/p window printf("K is %0.5f ",K);
74b8a8d2a43d5a105fa28b8ef533bf7966398402
449d555969bfd7befe906877abab098c6e63a0e8
/243/CH14/EX14.6/14_06.sce
518a19e81171f3adb9c7266af6ae134aea9e7428
[]
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
354
sce
14_06.sce
//Example No. 14_06 //Power method //Pg No. 478 clear ; close ; clc ; A = [ 1 2 0 ; 2 1 0 ; 0 0 -1 ] X(:,1) = [0 ; 1 ; 0] for i = 1:7 Y(:,i) = A*X(:,i) X(:,i+1) = Y(:,i)/max(Y(:,i)) end disp(' 0 1 2 3 4 5 6 7 ','Iterations') disp(X,'X = ',[[%nan ;%nan ;%nan] Y ],'Y = ')
17c76f87f672c1de27a1c0f367e53057156c7a4f
449d555969bfd7befe906877abab098c6e63a0e8
/1808/CH4/EX4.8/Chapter4_Example8.sce
2a1ae5fac16228b19966310702bf4778a9f05438
[]
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,042
sce
Chapter4_Example8.sce
clc clear //INPUT DATA p1=40;//Boiler pressure in bar p2=4;//lp turbine pressure in bar p4=0.1;//condenser pressure in bar h1=2960.7;//Enthalpy in kJ/kg S1=6.362;//Entropy in kJ/kg.K h4=3066.8;//Enthalpy in kJ/kg S4=7.566;//Entropy in kJ/kg.K S3=6.8943;//Entropy in kJ/kg.K S10=1.7764;//Entropy in kJ/kg.K h3=2737.6;//Enthalpy in kJ/kg h10=604.7;//Enthalpy in kJ/kg h6=191.8;//Enthalpy in kJ/kg h9=2584.7;//Enthalpy in kJ/kg S6=0.649;//Entropy in kJ/kg.K S9=8.15;//Entropy in kJ/kg.K V6=0.001001;//Specific volume in m^3/kg //CALCULATIONS x2=((S1-S10)/(S3-S10));//quality of steam h2=(h10+(x2*(h3-h10)));//Enthalpy in kJ/kg x5=((S4-S6)/(S9-S6));//quality of steam h5=(h6+(x5*(h9-h6)));//Enthalpy in kJ/kg Wt=((h1-h2)+(h4-h5));//turbine work in kJ/kg h7=(h6+(V6*(p1-p4*100)));//Enthalpy in kJ/kg Wp=(h7-h6);//Pump work in kJ/kg Qs=((h1-h7)+(h4-h2));//heat supplied in kJ/kg nRr=((Wt-Wp)/Qs)*100;//Rankine cycle efficiency in percentage //OUTPUT printf('(i) The Rankine efficiency is %3.2f percent ',nRr)
9a0446804b320e0feea76c3335fdb1350c713746
449d555969bfd7befe906877abab098c6e63a0e8
/3772/CH12/EX12.1/Ex12_1.sce
d9006f99325e3e29fed0d1a4b9b4ba9585511932
[]
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
468
sce
Ex12_1.sce
// Problem no 12.1,Page No.286 clc;clear; close; L=6 //m //Length of Beam L_1=4 //m //Length of Beam with udl Load w=10 //KN/m //u.d.l //Calculation //Deflection of cantileverat C due to udl on AB y_c=w*L_1**4*8**-1+w*L_1**3*6**-1*(L-L_1) //Deflection of cantileverat C due to prop reaction alone //y_c_2=R_c*L**3*3**-1 //Since both Deflection are Equal //y_c=y_c_2 R_c=y_c*(6**3)**-1*3 //Reaction at C //Result printf("The Reaction at End C is %.3f kN",R_c)
3986ef6b8fd9d18fae6648912e4df4b8ee0da005
449d555969bfd7befe906877abab098c6e63a0e8
/2087/CH8/EX8.2/example8_2.sce
b01e52d1d85068de1ed24a10a9b6bcdd0504e400
[]
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,758
sce
example8_2.sce
//example 8.2 //calculate forces induced due to earthquake by responce spectrum method clc;funcprot(0); //given H=100; //heigth of dam wb=70; //width of base of dam wt=7; //width of top of dam l=1; //length of dam hw=98; //heigth of water in dam hsu=90; //heigth of slope on downstream side s=1/0.7; //slope on downstream side gammad=24; //unit weigth of dam gammaw=9.81; //unit weigth of water E=2.05D7; //modulus of elasticity beta=1; I=2; Fo=0.25; //from table 8.2 //t=Sa/g; t=0.19; //from fig. 8.4 alphah=beta*I*Fo*t; T=5.55*H^2/wb*(gammad/(gammaw*E))^0.5; //(a) Base shear W=l*gammad*(wt*H+((hsu/s)*hsu)/2); Fb=0.6*W*alphah; mprintf("Base shear=%f KN.",Fb); //(b) Base moment hbar=((wt*H^2/2)+((hsu/s)*hsu^2/6))/((wt*H)+(hsu/s)*hsu/2); Mb=0.9*W*hbar*alphah; mprintf("\nBase moment=%f KN-m.",Mb); //(c) shear at 10m from top Cv=0.08; F10=Cv*Fb; F10=round(F10); mprintf("\nshear at 10m from top=%f KN.",F10); //(d) Moment at 10m from top Cm=0.02; M10=Cm*Mb; M10=round(M10); mprintf("\nmoment at 10m from top=%f KN.",M10); //(e) Hydrodynamic pressure //at 10m from top y=8; W10=1680; Cm=0.735; Cy=(Cm/2)*((y*(2-y/hw)/hw)+(y*(2-y/hw)/hw)^0.5); p=Cy*alphah*gammaw*hw; P10=0.726*p*y; Mp10=0.299*p*y^2; P10=round(P10*100)/100; Mp10=round(Mp10*100)/100; //at 100m from top y=98; W100=84840; Cm=0.735; Cy=(Cm/2)*(y*(2-y/hw)/hw+(y*(2-y/hw)/hw)^0.5); p=Cy*alphah*gammaw*hw; P100=0.726*p*y; Mp100=0.299*p*y^2; mprintf("\nHydrodynamic forces:\nAt 10m from top: F=%f kn;M=%fkn-m\nAt 100m from top: F=%i kn;M=%ikn-m.",P10,Mp10,P100,Mp100);
1d8d5fb18684532fc5f8cbb1e545ec74ca6af61d
449d555969bfd7befe906877abab098c6e63a0e8
/3802/CH1/EX1.5/Ex1_5.sce
6eb2baaccbf3c851d986226c9c338282cd2a71bb
[]
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,480
sce
Ex1_5.sce
//Book Name:Fundamentals of Electrical Engineering //Author:Rajendra Prasad //Publisher: PHI Learning Private Limited //Edition:Third ,2014 //Ex1_5.sce. clc; clear; subplot(2,2,1) t=[0:0.00001:2]; x=length(t); i=ones(1,x); for n=1:x; if t(n)<=1 i(n)=2 else i(n)=0 end end xlabel("Time in seconds") ylabel("Current in amphere") title("current wavefrom") plot(t,i) subplot(2,2,2) t=[0:0.00001:2]; x=length(t); v=ones(1,x); c=0.1; for n=1:x; i(n)=2; if t(n)<=1 v(n)=i(n)*t(n)/c; else v(n)=i(n)/c; end end xlabel("Time in seconds") ylabel("voltaget in volts") title("voltage wavefrom") plot(t,v) subplot(2,3,4) t=[0:0.00001:2]; x=length(t); q=ones(1,x); c=0.1; for n=1:x; v(n)=20; if t(n)<=1 q(n)=v(n)*t(n)*c; else q(n)=v(n)*c; end end xlabel("Time in seconds") ylabel("capacitance in coloumbs") title("charge waveform") plot(t,q) subplot(2,3,5) t=[0:0.00001:2]; x=length(t); p=ones(1,x); for n=1:x; v(n)=20; if t(n)<=1 i(n)=2; p(n)=v(n)*t(n)*i(n); else i(n)=0; p(n)=v(n)*i(n); end end xlabel("Time in seconds") ylabel("power in watts") title("power waveform") plot(t,p) subplot(2,3,6) t=[0:0.00001:2]; x=length(t); e=ones(1,x); c=0.1; for n=1:x; v(n)=20; if t(n)<=1 e(n)=((v(n)*t(n))^2*c)/2; else e(n)=((v(n)^2)*c)/2; end end xlabel("Time in seconds") ylabel("Energy in joules") title("Energy waveform") plot(t,e)
9f21d8c4bca2124e825e7a566cec270974072627
449d555969bfd7befe906877abab098c6e63a0e8
/1286/CH6/EX6.13/6_13.sce
13529c2f8876a18a2a900bfa5eb7ae55cd019d62
[]
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
6_13.sce
clc //initialisation n=166*10^-7//kg/m/sec k=2.7*10^25//m^-3 d=1.25//kg/m^3 c=450//m/sec //CALCULATIONS l=3*n/(d*c) f=c/l di=sqrt(1/(sqrt(2)*%pi*k*l)) //results printf(' mean free path= % 1e m',l) printf(' \ncollision frequency= % 1e c',f) printf(' \navg velocity= % 1e m',di)
bdadecda283f46db4124a60d4c2b9496b0f3ccac
449d555969bfd7befe906877abab098c6e63a0e8
/1184/CH11/EX11.2/Ex11_2.sce
a10a90fd60c5d86af442702417ab53b1fa86fabd
[]
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
359
sce
Ex11_2.sce
//Example 11-2, Page no - 400 clear clc B=12.5*10^3 SN_dB= 25 C_th = 2*B SN=316.2 C =B*3.32*log10(SN+1) N= 2^(C/(2*B)) printf('The maximum theorotical data rate is %.1f kbps',C_th/10^3) printf('\n The maximum theorotical capacity of channel is %.1f Kbps',C/10^3) printf('\n The number of levels needed to acheive maximum speed are %d',N)
4d5d6e8fed56b9d8e747e1613a963badaeedc9a9
ada14abde6a1b92f4594420bd42bb5b50fa56ed9
/AKQFIT.sci
fce992c437fc799ef9de9b6af1239c93e338fd62
[]
no_license
rafaelvanhoz/Workspace
b8584ec671767439216e327e658b7558cbfaf4b9
46b5e6d1c47ec2e33447c83a2b24bef229d87418
refs/heads/master
2020-03-27T04:26:30.022167
2018-09-25T20:43:09
2018-09-25T20:43:09
145,939,577
0
0
null
null
null
null
UTF-8
Scilab
false
false
21,395
sci
AKQFIT.sci
mode(-1); // suprime a impressão dos comandos na tela clear(); // apaga todas as variáveis definidas // Descrição dos cálculos no documento k0eAlfaV1.pdf // Leitura do arquivo de dados de entrada arquivoDeEntrada=input("Nome do arquivo de dados: ","s"); entrada=mopen(arquivoDeEntrada,"r"); entradaAu=mopen("au.dat"); // Lê as duas primeiras linhas comentario=mgetl(entrada,1); cabecalho=mgetl(entrada,1); mgetl(entradaAu,1); mgetl(entradaAu,1); // O arquivo de entrada deve ter a seguinte estrutura de colunas (24 colunas) // "Isotopo Egama Eficiencia sigma Eres sig% Asp_Cd sigma Asp sigma k0 sig% Fcd sigma Gepi sigma Gth sigma I0 sig% Sigma0 sig% Q0 sigma" // Leitura dos dados [n,isotopoSuperior,N,sN,NCd,sNCd,fz,sfz,fzCd,sfzCd,fa,sfa,faCd,sfaCd,D,sD,DCd,sDCd,C,sC,CCd,sCCd,S,sS,SCd,sSCd,w,sw,wCd,swCd,EgamaSuperior,IN,epsilon,sigmaEps,Er,sigErPorcento,k0,sigk0Porcento,Fcd,sigmaFcd,Gepi,sigmaGepi,Gth,sigmaGth,I0,sigI0Porcento,S0,sigS0Porcento,Q0,sigmaQ0,idouro] = mfscanf(-1,entrada,"%s %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %i %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %i"); [nAu,isotopoSuperiorAu,NAu,sNAu,NCdAu,sNCdAu,fzAu,sfzAu,fzCdAu,sfzCdAu,faAu,sfaAu,faCdAu,sfaCdAu,DAu,sDAu,DCdAu,sDCdAu,CAu,sCAu,CCdAu,sCCdAu,SAu,sSAu,SCdAu,sSCdAu,wAu,swAu,wCdAu,swCdAu,EgamaSuperiorAu,INAu,epsilonAu,sigmaEpsAu,ErAu,sigErPorcentoAu,k0Au,sigk0PorcentoAu,FcdAu,sigmaFcdAu,GepiAu,sigmaGepiAu,GthAu,sigmaGthAu,I0Au,sigI0PorcentoAu,S0Au,sigS0PorcentoAu,Q0Au,sigmaQ0Au] = mfscanf(-1,entrada,"%s %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %i %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %lg %i"); mclose(entrada); mclose(entradaAu); dim = size(EgamaSuperior); NGamas = dim(1,1) // ---------- Impressão dos dados de entrada ---------- // ---- Cabeçalho da tabela //cabecalho="Isotopo N, Fz Fa D C S w Egama IN Efic sigma Eres sig% k0 sig% Fcd sig Gepi sigma Gth sigma I0 sig% sigma0 sig% Q0 sigma idouro"; // Tabela de entrada //Tab = [N sN NCd sNCd fz sfz fzCd sfzCd fa sfa faCd sfaCd D sD DCd sDCd C sC CCd sCCd S sS SCd sSCd w sw wCd swCd EgamaSuperior IN epsilon sigmaEps Er sigErPorcento k0 sigk0Porcento Fcd sigmaFcd Gepi sigmaGepi Gth sigmaGth I0 sigI0Porcento S0 sigS0Porcento Q0 sigmaQ0 idouro]; // Impressão //cabecalho=sprintf("Isotopo Egama Efic sigma Eres sig% Asp_Cd sigma Asp sigma Rcd sigma k0 sig% Fcd Gepi sigma Gth sigma I0 sig% sigma0 sig% Q0 sigma"); //formato="%5s %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f %7.2f %2i %8.2e %7.2e %7.2f %5.1f %10.4e %7.2e %10.4e %7.2e %6.2f %4.2f %7.2e %4.2f %6.4f %6.4f %9.6f %8.5f %8.5f %8.5f %8.3f %4.1f %8.3f %4.1f %10.6f %10.6f %2i"; //for i=1:NGamas //StrDados(i) =sprintf(formato,isotopoSuperior(i),Tab(i,1),Tab(i,2),Tab(i,3),Tab(i,4),Tab(i,5),Tab(i,6),Tab(i,7),Tab(i,8),Tab(i,9),Tab(i,10),Tab(i,11),Tab(i,12),Tab(i,13),Tab(i,14),Tab(i,15),Tab(i,16),Tab(i,17),Tab(i,18),Tab(i,19),Tab(i,20),Tab(i,21),Tab(i,22),Tab(i,23),Tab(i,24),Tab(i,25),Tab(i,26),Tab(i,27),Tab(i,28),Tab(i,29),Tab(i,30),Tab(i,31),Tab(i,32),Tab(i,33),Tab(i,34),Tab(i,35),Tab(i,36),Tab(i,37),Tab(i,38),Tab(i,39),Tab(i,40),Tab(i,41),Tab(i,42),Tab(i,43),Tab(i,44),Tab(i,45),Tab(i,46),Tab(i,47),Tab(i,48),Tab(i,49)); //xend; //write(%io(2),""); //write(%io(2),"Dados de entrada:"); //write(%io(2),cabecalho); //for i=1:NGamas // write(%io(2),StrDados(i)); //end; // Calcula os erros absolutos sigmaEr = sigErPorcento.*Er/100; sigmak0 = sigk0Porcento.*k0/100; // Identifica o indice dos dados do Au198 //iAu=1; //for i=1:NGamas // if(isotopoSuperior(i)=="Au198") // iAu = i; // end; //end; //iAu2=1; //for i=1:NGamas // if(isotopoSuperior(i)=="Au198") // iAu2 = i; // end; //end; // ---------------------------------------------------------------------------------------------------- // ----- Cálculo de alfa e dos k0 simultaneamente // Usando a aproximação linear de Q0 for i=1:NGamas isotopoInferior(i) = isotopoSuperior(i); EgamaInferior(i) = EgamaSuperior(i); end; for i=1:NGamas ApSCd(i)=(N(i)*fa(i)*fz(i))/(D(i)*C(i)*S(i)*w(i)) ApCd(i)=(NCd(i)*faCd(i)*fzCd(i))/(DCd(i)*CCd(i)*SCd(i)*wCd(i)) ApSCdAu(i)=(NAu(i)*faAu(i)*fzAu(i))/(DAu(i)*CAu(i)*SAu(i)*wAu(i)) ApCdAu(i)=(NCdAu(i)*faCdAu(i)*fzCdAu(i))/(DCdAu(i)*CCdAu(i)*SCdAu(i)*wCdAu(i)) end; for i=1:NGamas Ysuperior(i)=log(ApCd(i)./Q0(i)./epsilon(i)./Fcd(i)./Gepi(i)); end; //for i=1:NGamas // function Ysuperior2=F(ApCd,Q0,epsilon,Fcd,Gepi); // Ysuperior2=log(ApCd(i)./Q0(i)./epsilon(i)./Fcd(i)./Gepi(i)); //endfunction //end; //for i=1:NGamas //dYsdApCd(i)=numderivative (F,ApCd(i)); //dYsdQ0(i)=numderivative (F,Q0(i)); //dYsdepsilon(i)=numderivative (F,epsilon(i)); //dYsdFcd(i)=numderivative (F,Fcd(i)); //dYsdGepi(i)=numderivative (F,Gepi(i)); //end; for i=1:NGamas Yinferior(i)=log((ApSCd(i)-ApCd(i)./Fcd(i))./(ApSCdAu(idouro(i))-ApCdAu(idouro(i))./FcdAu(idouro(i))).*GthAu(idouro(i))./Gth(i).*epsilonAu(idouro(i))./epsilon(i)); end; pause //for i=1:NGamas // function Yinferio=G(ApSCd,ApCd,Fcd,ApSCdAu,ApCdAu,FcdAu,GthAu,Gth,epsilonAu,epsilon); // Yinferio=log(((ApSCd(i)-(ApCd(i)./Fcd(i)))./(ApSCdAu(idouro(i))-((ApCdAu(idouro(i))./FcdAu(idouro(i)))))).*(((GthAu(idouro(i))./Gth(i)).*(epsilonAu(idouro(i))))./epsilon(i))); //endfunction //end; //for i=1:NGamas //dYidApSCd(i)=numderivative (G,ApSCd(i)); //dYidApCd(i)=numderivative (G,ApCd(i)); //dYidFcd(i)=numderivative (G,Fcd(i)); //dYidGth(i)=numderivative (G,Gth(i)); //dYidepsilon(i)=numderivative (G,epsilon(i)); //dYidApSCdAu(i)=numderivative (G,ApSCdAu(idouro(i))); //dYidApCdAu(i)=numderivative (G,ApCdAu(idouro(i))); //dYidFcdAu(i)=numderivative (G,FcdAu(idouro(i))); //dYidGthAu(i)=numderivative (G,GthAu(idouro(i))); //dYidepsilonAu(i)=numderivative (G,epsilonAu(idouro(i))); //end; // vetor dos Y // Primeira parte (SUPERIOR): Expressão 1 (Fcd será retirado, todos são 1 e sem erro) //NInferior = indiceInferior; isotopo=[isotopoSuperior;isotopoSuperior]; Egama=[EgamaSuperior;EgamaSuperior]; // //((ApSCd-ApCd./Fcd)./(ApSCd(iAu)-ApCd(iAu)./Fcd(iAu)).*Gth(iAu)./Gth.*epsilon(iAu)./epsilon); //Yinferior=log //Yinferior=log((ApSCd-ApCd./Fcd)./(ApSCd(idouro)-ApCd(idouro)./Fcd(idouro)).*Gth(idouro)./Gth.*epsilon(idouro)./epsilon); // O vetor Y total é composto da parte superior e da inferior Y=[Ysuperior;Yinferior]; // Cálculos das derivadas parciais // Ysuperior dYsdApCd = ApCd.^(-1); dYsdQ0 = -Q0.^(-1); dYsdepsilon = -epsilon.^(-1); dYsdFcd = -Fcd.^(-1); dYsdGepi = -Gepi.^(-1); // Yinferior dYidApSCd = (ApSCd-ApCd./Fcd).^(-1); dYidApCd = -(ApSCd.*Fcd-ApCd).^(-1); dYidFcd = ApCd.*(((ApSCd.*Fcd-ApCd).*Fcd).^(-1)); dYidGth = -Gth.^(-1); dYidepsilon = -epsilon.^(-1); //dYidApSCdAu = -(ApSCd(iAu)-ApCd(iAu)/Fcd(iAu))^(-1); //dYidApCdAu = (ApSCd(iAu)*Fcd(iAu)-ApCd(iAu))^(-1); //dYidFcdAu = -ApCd(iAu)*(((ApSCd(iAu)*Fcd(iAu)-ApCd(iAu))*Fcd(iAu))^(-1)); //dYidGthAu = Gth(iAu)^(-1); //dYidepsilonAu = epsilon(iAu)^(-1); dYidApSCdAu = -(ApSCdAu(idouro)-ApCdAu(idouro)./FcdAu(idouro)).^(-1); dYidApCdAu = (ApSCdAu(idouro).*FcdAu(idouro)-ApCdAu(idouro)).^(-1); dYidFcdAu = -ApCdAu(idouro).*(((ApSCdAu(idouro).*FcdAu(idouro)-ApCdAu(idouro)).*FcdAu(idouro)).^(-1)); dYidGthAu = GthAu(idouro).^(-1); dYidepsilonAu = epsilonAu(idouro).^(-1); // ----- Variância de Y (varY): propagação do erro de cada grandeza que compõe Y // Parte superior (Equações 17 e 18) varYsupTodos = (dYsdApCd.*sigmaApCd).^2 + (dYsdQ0.*sigmaQ0).^2 + (dYsdepsilon.*sigmaEps).^2 + (dYsdFcd.*sigmaFcd).^2 + (dYsdGepi.*sigmaGepi).^2; for i=1:NGamas varYsuperior(i)=varYsupTodos(i); end; varYinfTodos = (dYidApSCd.*sigmaApSCd).^2 + (dYidApCd.*sigmaApCd).^2 + (dYidApSCdAu.*sigmaApSCdAu(idouro)).^2 + (dYidApCdAu.*sigmaApCdAu(idouro)).^2 + (dYidFcd.*sigmaFcd).^2 + (dYidFcdAu.*sigmaFcdAu(idouro)).^2 + (dYidGth.*sigmaGth).^2 + (dYidepsilon.*sigmaEps).^2 + (dYidGthAu.*sigmaGthAu(idouro)).^2 + (dYidepsilonAu.*sigmaEpsAu(idouro)).^2; for i=1:NGamas varYinferior(i)=varYinfTodos(i); end; // A variância varY=[varYsuperior;varYinferior]; // Diagonal do Vy Vy=diag(varY); // Covariâncias //// Equação (20) //for i=1:NGamas // if(isotopo(i)~="Au198") // Vy(idouro(i),i) = dYsdApCd(idouro(i)).*dYidApCdAu2(idouro(i)).*sigmaApCd(idouro(i)).^2 + dYsdepsilon(idouro(i)).*dYidepsilonAu2(idouro(i)).*sigmaEps(idouro(i)).^2 + dYsdFcd(idouro(i)).*dYidFcdAu2(idouro(i)).*sigmaFcd(idouro(i)).^2; // // + falta cov. dos epsilons // Vy(i,idouro(i)) = Vy(idouro(i),i); // end; // if //end; // for i // Equação 21 for i=1:NGamas for j=i+1:NGamas if(isotopo(i)==isotopo(j)) if(idouro(i)==idouro(j)) Vy(i,j) = dYsdQ0(i).*dYsdQ0(j).*sigmaQ0(i).^2 + dYsdFcd(i).*dYsdFcd(j).*sigmaFcd(i).^2 + dYsdGepi(i).*dYsdGepi(j).*sigmaGepi(i).^2; // + falta cov. dos epsilons Vy(j,i) = Vy(i,j); end end end; // for j end; // for i // Equação (22) for i=1:NGamas for j=NGamas+1:NGamas*2 if(Egama(i)==Egama(j)) if(idouro(i)==idouro(j-NGamas)) k = j-NGamas; // j está entre NGamas+1 e NGamas+NInferior, k é um índice entre 1 e NGamas Vy(i,j) = dYsdApCd(i)*dYidApCd(k)*sigmaApCd(i)^2 + dYsdFcd(i)*dYidFcd(k)*sigmaFcd(i)^2 + dYsdepsilon(i)*dYidepsilon(k)*sigmaEps(i)^2; if (idouro(i)==idouro(k)) then Vy(j,i)=0 Vy(j,i) = Vy(i,j); end end end end; // for j end; // for i // Equação (23) for i=1:NGamas for j=NGamas+1:NGamas*2 if(isotopo(i)==isotopo(j) & Egama(i)~=Egama(j)) if(idouro(i)==idouro(j-NGamas)) k = j-NGamas; // j está entre NGamas+1 e NGamas+NInferior, k é um índice entre 1 e NGamas Vy(i,j) = dYsdFcd(i)*dYidFcd(k)*sigmaFcd(i)^2; // + falta cov. dos epsilons if (idouro(i)==idouro(k)) then Vy(j,i)=0 Vy(j,i) = Vy(i,j); end end end; // if end; // for j end; // for i // Equação (24) for i=NGamas+1:NGamas*2 for j=i+1:NGamas*2 if(isotopo(i)==isotopo(j)) k = i-NGamas; l = j-NGamas;; // j está entre NGamas+1 e NGamas+NInferior, k é um índice entre 1 e NGamas if (idouro(k)==idouro(l)) Vy(i,j) = dYidApCdAu(idouro(l)).*dYidApCdAu(idouro(l)).*sigmaApCdAu(idouro(l)).^2 + dYidApSCdAu(idouro(l)).*dYidApSCdAu(idouro(l)).*sigmaApCdAu(idouro(l)).^2 + dYidFcdAu(idouro(l)).*dYidFcdAu(idouro(l)).*sigmaFcdAu(idouro(l)).^2 + dYidGthAu(idouro(l)).*dYidGthAu(idouro(l)).*sigmaGthAu(idouro(l)).^2 + dYidepsilonAu(idouro(l)).*dYidepsilonAu(idouro(l)).*sigmaEpsAu(idouro(l)).^2 + dYidGth(k).*dYidGth(l).*sigmaGth(k).^2 + dYidFcd(k).*dYidFcd(l).*sigmaFcd(k).^2; // + falta cov. dos epsilons Vy(j,i) = Vy(i,j); end end; // if end; // for j end; // for i // Equação (25) for i=NGamas+1:NGamas*2 for j=i+1:NGamas*2 if(isotopo(i)~=isotopo(j)) k = i-NGamas; l = j-NGamas; if (idouro(k)==idouro(l)) // j está entre NGamas+1 e NGamas+NInferior, k é um índice entre 1 e NGamas Vy(i,j) = dYidApCdAu(idouro(l)).*dYidApCdAu(idouro(l)).*sigmaApCdAu(idouro(l)).^2 + dYidApSCdAu(idouro(l)).*dYidApSCdAu(idouro(l)).*sigmaApCdAu(idouro(l)).^2 + dYidFcdAu(idouro(l)).*dYidFcdAu(idouro(l)).*sigmaFcdAu(idouro(l)).^2 + dYidGthAu(idouro(l)).*dYidGthAu(idouro(l)).*sigmaGthAu(idouro(l)).^2 + dYidepsilonAu(idouro(l)).*dYidepsilonAu(idouro(l)).*sigmaEpsAu(idouro(l)).^2; Vy(j,i) = Vy(i,j); end end; // if end; // for j end; // for i // A matriz de planejamento // Terá 1 coluna para o a, 1 para o alfa e (NGamas-1) colunas para os ln(k0) col1Superior=ones(NGamas,1); col1Inferior=zeros(NGamas,1); col1 = [col1Superior;col1Inferior]; for i=1:NGamas col2Superior(i)=((Q0(i)+0.429).*log(Er(i))-0.602)./Q0(i); // aproximação linear do ln[Q0(alfa)] end; col2Inferior=zeros(NGamas,1); col2 = [col2Superior;col2Inferior]; NTotal=NGamas*2; X = zeros(NTotal,NGamas); // Parte superior for i=1:NGamas X(i,i) = 1; X(NGamas + i,i) = 1; end; // for i // Matriz de Planejamento X = [col1 col2 X]; // ----------------------- Ajuste pelos mínimos quadrados dimX=size(X); NumeroDeParametros = dimX(1,2); VyInv = inv(Vy); Vpar = inv(X'*VyInv*X); Par = Vpar*X'*VyInv*Y; // --- Calcula as diferenças Yaju=X*Par; D=(Y-Yaju); // Calcula o qui-quadrado Qui2=D'*VyInv*D; // Calcula o qui-quadrado reduzido GrausDeLiberdade=NTotal-NumeroDeParametros; Qui2Red=Qui2/GrausDeLiberdade; //-------------------------------------------------------------- // --- Resultados do ajuste a = Par(1,1); Sigmaa=sqrt(Vpar(1,1)); alfa = Par(2,1); Sigmaalfa=sqrt(Vpar(2,2)); correlacaoa_alfa = Vpar(1,2)/(Sigmaa*Sigmaalfa); format("v",10); write(%io(2),"a = "+string(a)+" +- "+string(Sigmaa)); write(%io(2),"alfa = "+string(alfa)+" +- "+string(Sigmaalfa)); write(%io(2),"correlacao(a,alfa) = "+string(correlacaoa_alfa)); write(%io(2),""); format("v",10); // --- Imprime o qui-quadrado e o qui-quadrado reduzido write(%io(2),"Qui-quadrado: "+string(Qui2)); write(%io(2),"com "+string(GrausDeLiberdade)+" graus de liberdade."); write(%io(2),"Qui-quadrado reduzido: "+string(Qui2Red)); write(%io(2),"Probabilidade do qui-quadrado exceder "+string(Qui2)+" :"+string((1-cdfchi("PQ",Qui2,GrausDeLiberdade))*100)+"%"); write(%io(2),""); // Valores dos k0: write(%io(2),""); write(%io(2)," Isotopo Gama k0 sigma(k0) tabela: k0 +- sigma(k0)"); format("v",10); for i=1:NGamas k=i+2 write(%io(2),isotopo(i)+" "+string(Egama(i))+" "+string(exp(Par(k,1)))+ " +- "+string(exp(Par(k,1))*sqrt(Vpar(k,k)))+ " "+string(k0(i))+ " +- "+string(sigmak0(i))); end; // for i //-------------------------------------------------- // Falta transferir o erro de Er e Q0 para Y write(%io(2),""); write(%io(2),""); write(%io(2),"--- Transfere o erro de Er e Q0 da variável X para a variável Y"); //dYsdQ02=dYsdQ0 VyVelho = Vy; // Transferência do erro de Er e Q0 para a variável Y // derivadas parciais for i=1:NGamas dYsdEr(i) = alfa*((Q0(i)+0.429).*((Er(i).*Q0(i)).^(-1))); dYsdQ0alfa(i)= alfa*(log(Er(i))./Q0(i))-(alfa*(log(Er(i)).*(Q0(i)+0.429)-0.602)./(Q0(i).^2)); sigmaErb(i)=sigmaEr(i); sigmaQ0b(i)=sigmaQ0(i); dYsdQ0b(i)=dYsdQ0(i) end // Termos diagonais: varYsupNovo = varYsuperior + (dYsdEr.*sigmaErb).^2 + (dYsdQ0b.*sigmaQ0b).^2; sigmaYsupNovo=sqrt(varYsupNovo); for i=1:NGamas Vy(i,i) = varYsupNovo(i,1); end; // Termos covariantes for i=1:NGamas for j=i+1:NGamas if(isotopo(i)==isotopo(j)) if (idouro(i)==idouro(j)) Vy(i,j) = Vy(i,j) + dYsdEr(i)*dYsdEr(j)*sigmaErb(i)^2 + dYsdQ0alfa(i)*dYsdQ0alfa(j)*sigmaQ0b(i)^2; Vy(j,i) = Vy(i,j); end end; // if end; // for j end; // for i // Começando o levenberg Aa=grand(1,1,'unf',2, 30) Aalfa=grand(1,1,'unf',0.0001, 0.1) A2=[Aa;Aalfa] for i=1:NGamas A2(i+2) = log(i + grand(1,1,'unf',1.001, 5)) end Yexp=Y R=X'*VyInv*X //valores de lambda e parâmetros para o loop na hora de fazer a análise chidif = 1; lambda=0.000000001; X2=0; chi2=-1; recalcularY=1; while 1 if recalcularY == 1 then a2=A2(1) alfa2=A2(2) for i=1:NGamas k0b=A2(i+2) YajuSup(i)=a2+((alfa2./Q0(i)).*((Q0(i)+0.429).*log(Er(i))-0.602))+log(exp(k0b)) YajuInftodos(i)=log(exp(k0b)) end Yaju2=[YajuSup;YajuInftodos] Datb=Yexp-Yaju2 Yy=Yexp-Yaju2 if chi2 == -1 then chi2=Datb'*inv(Vy)*Datb end end RLambda = zeros(NGamas+2,NGamas+2); for i=1:NGamas+2 for j=1:NGamas+2 if (i==j) //se são valores diagonais, adiciona-se lambda RLambda(i,j)=(1+lambda)*R(i,j); else //caso contrátio... RLambda(i,j)=R(i,j); end; end; end; DA=inv(RLambda)*X'*inv(Vy)*Yy; Ynovo=X*DA; D=Yy-Ynovo chi2novo=D'*inv(Vy)*D //pause chidif = chi2novo - chi2; if chidif >= 0 lambda = lambda * 10; recalcularY=0 else lambda = lambda / 10; Anovo = A2+DA // for i=1:NGamas // Anovo(i+2) = exp(Anovo(i+2)) // end A2 = Anovo chi2=chi2novo recalcularY = 1 end if abs(chidif) < 0.001 then if abs(chidif) > 0.0001 then break; end end // pause; end expA=A2; for i=1:NGamas expA(i+2)=exp(expA(i+2)) end Qui2Rednovo=chi2novo/GrausDeLiberdade; write(%io(2), "Saiiiiiiiiiiii"); // ----------------------- Ajuste pelos mínimos quadrados VyInv = inv(Vy); Vpar = inv(X'*VyInv*X); Par = Vpar*X'*VyInv*Y; q=inv(RLambda); for i=1:NGamas+2 for j=1:NGamas+2 Sigmaanovo=sqrt(q(i,i)); Sigmaalfanovo=sqrt(q(j,j)); correlacaonovo(i,j)=(q(i,j)/(Sigmaanovo*Sigmaalfanovo))*1000.0; end end // --- Calcula as diferenças Yaju=X*Par; D2=(Y-Yaju); Dq=Yy // Calcula o qui-quadrado Qui2=D2'*VyInv*D2; // Calcula o qui-quadrado reduzido Qui2Red=Qui2/GrausDeLiberdade; //-------------------------------------------------------------- // Covariâncias e correlações parametros(1)=" a"; parametros(2)=" alfa"; format("v",3); for i=3:NumeroDeParametros parametros(i) = "k0_" + string(i-2); end; tabelaCor = " "; for i=1:6 tabelaCor = tabelaCor + parametros(i)+" "; end; for i=7:NumeroDeParametros tabelaCor = tabelaCor + parametros(i)+" "; end; //CovCor=zeros(size(Vpar)); for i=1:NumeroDeParametros for j=i:NumeroDeParametros format("v",5); CovCor(j,i)=string((Vpar(j,i)/(sqrt(Vpar(j,j)*Vpar(i,i))))*1000); format("v",5); CovCor(i,j)=string((Vpar(j,i)/(sqrt(Vpar(j,j)*Vpar(i,i))))*1000); end; end; write(%io(2),""); write(%io(2),tabelaCor); mode(0); [parametros CovCor] mode(-1); write(%io(2),tabelaCor); write(%io(2),""); // --- Resultados do ajuste a = Par(1,1); Sigmaa=sqrt(Vpar(1,1)); alfa = Par(2,1); Sigmaalfa=sqrt(Vpar(2,2)); correlacaoa_alfa = Vpar(1,2)/(Sigmaa*Sigmaalfa); format("v",10); write(%io(2),"a = "+string(a)+" +- "+string(Sigmaa)); write(%io(2),"alfa = "+string(alfa)+" +- "+string(Sigmaalfa)); write(%io(2),"correlacao(a,alfa) = "+string(correlacaoa_alfa)); write(%io(2),""); format("v",10); // --- Imprime o qui-quadrado e o qui-quadrado reduzido write(%io(2),"Qui-quadrado: "+string(chi2novo)); write(%io(2),"com "+string(GrausDeLiberdade)+" graus de liberdade."); write(%io(2),"Qui-quadrado reduzido: "+string(Qui2Rednovo)); write(%io(2),"Probabilidade do qui-quadrado exceder "+string(chi2novo)+" :"+string((1-cdfchi("PQ",chi2novo,GrausDeLiberdade))*100)+"%"); write(%io(2),""); // Valores dos k0: write(%io(2),""); write(%io(2),"Isotopo Gama k0 sigma(k0) tabela: k0 +- sigma(k0)"); format("v",10); for i=1:NGamas k=2+i; write(%io(2),isotopo(i)+" "+string(Egama(i))+" "+string(exp(Par(k,1)))+ " +- "+string(exp(Par(k,1))*sqrt(Vpar(k,k)))+ " "+string(k0(i))+ " +- "+string(sigmak0(i))); end; // for i q=inv(RLambda) //--- Impressão da tabela de resultados na tela for i=1:NTotal sigmaY(i) = sqrt(Vy(i,i)); end; MatP = [Egama Y Yaju D D./sigmaY] write(%io(2),""); write(%io(2)," i isótopo Egama Y Yaju diferença dif. ponder."); for i=1:NTotal StrPrint(i)=""; formato=" %2i %s %7.2f %8.4f %8.4f %8.4f %8.4f"; StrPrint(i) =sprintf(formato,i,isotopo(i),MatP(i,1),MatP(i,2),MatP(i,3),MatP(i,4),MatP(i,5)); write(%io(2),StrPrint(i)); end; write(%io(2),""); // Gráficos // Resíduos ponderados pelo desvio padrão clf(); for i=1:NTotal vetorX(i)= 0.95+i*1.005; end; plot2d(vetorX,D./sigmaY); differ=D./sigmaY; // Muda as configuracoes do grafico // foram obtidas olhando a janela do Figure Properties a=get("current_axes"); // pega o grafico a.box = "on"; a.thickness = 2; a.sub_tics = [4 4]; a.font_style = 8; a.font_size = 3; a.grid = [-1 0]; a.x_label.text = "índice"; a.y_label.text = "(Y-Yajustado)/sigmaY"; a.x_label.font_style = 8; a.y_label.font_style = 8; a.x_label.font_size = 4; a.y_label.font_size = 4; p1=a.children.children(1); // pontos p1.line_mode ="off"; p1.mark_mode = "on"; p1.mark_style = 0; p1.mark_foreground = 2; // cor azul p1.mark_background = 2; // cor azul p1.mark_size_unit = "point"; // referencia do tamanho p1.mark_size = 6; // tamanho da marca // Gráficos de comparação dos k0: grafK0=input(" Quer gráfico do k0?","string"); if(grafK0=="S" | grafK0=="s" | grafK0=="sim") abscissas = 1:NGamas; //k0aju(1) = 1.0; sigmak0aju(1) = 0.0; // k0 do Au //k0aju(2) = 1.0; sigmak0aju(1) = 0.0; // k0 do Au k0aju(1:NGamas)=expA(3:NumeroDeParametros); for i=1:NGamas sigmak0aju(i) = expA(i+2)*sqrt(q(i+2,i+2)); end; // for razaok0 = k0aju./k0; sigmaRazaok0 = sqrt((sigmak0aju./k0).^2+(sigmak0.*k0aju./k0.^2).^2); clf(); plot2d(abscissas,razaok0); errbar(abscissas,razaok0,sigmaRazaok0,sigmaRazaok0); xsegs([0 26],[1 1]); end; // if grafK0
6a2f1f5f41a5a1b9378a7c219abace70f412294f
449d555969bfd7befe906877abab098c6e63a0e8
/1332/CH16/EX16.1/16_1.sce
a4883eb81fc3a87c5f06900654816b7ceea9a70d
[]
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
874
sce
16_1.sce
//Example 16.1 //Outline of Linear Shooting Method //Page no. 572 clc;close;clear; deff('y=f(x)','y=x^2'); h=0.5;X0=0;Y0=1;Z1=[-1,-1.5,-1.1771];i=1;Y1=Y0; for j=1:3 Z0=Z1(i); i=i+1 Y0=1; for n=1:2 printf('\nFor n = %i\n---------------------------\n',n-1) K1(1)=h*Z0; printf('\n K11 = %g',K1(1)); K1(2)=h*f(Y0); printf('\n K12 = %g',K1(2)); K2=h*f(Y0+K1(2)) printf('\n K22 = %g',K2); Z0=Z0+(K1(2)+K2)/2 printf('\n Z%i = %g',n,Z0); K2=h*Z0; printf('\n K21 = %g',K2); Y0=Y0+(K1(1)+K2)/2 printf('\n Y%i = %g',n,Y0); printf('\n\n\n') if n==1 then Y2=Y0 end end printf('\n\n\n') end printf('Hence the solution is y(%g) = %i, y(%g) = %.4f and y(%g) = %.1f',X0,Y1,X0+h,Y2,X0+2*h,Y0)
635acf4fa4e7162127c03bad21605ebc5c2b334f
449d555969bfd7befe906877abab098c6e63a0e8
/40/CH5/EX5.5/Exa_5_5.sce
0b1ba221e95f75ab403b540f11390770774de0bb
[]
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
114
sce
Exa_5_5.sce
x=[1 0 2 0 3];//one period of signal n=0:4; k=0:4; x1=x*exp(%i*n'*2*k*%pi/4) DTFTx=abs(x1) DFT=fft(x,-1) DFS=DFT/5
e8131f4cac50b9198943b9a208ec91118ab09492
449d555969bfd7befe906877abab098c6e63a0e8
/2642/CH3/EX3.9/Ex3_9.sce
5b1b6970397d514a1cea9c09d454af2976397915
[]
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,210
sce
Ex3_9.sce
// FUNDAMENTALS OF ELECTICAL MACHINES // M.A.SALAM // NAROSA PUBLISHING HOUSE // SECOND EDITION // Chapter 3 : TRANSFORMER AND PER UNIT SYSTEM // Example : 3.9 clc;clear; // clears the console and command history // Given data P_i = 350 // iron loss of transformer in W P_cu = 650 // copper loss of transformer in W kVA = 30 // kVA ratingss of transformer pf = 0.6 // power factor // caclulations P_tloss = (P_i+P_cu)*10^-3 // total full load loss in kW P_out = kVA*pf // o/p power at full load in kW P_in = P_out+P_tloss // i/p power at full load n_1 = (P_out/P_in)*100 // efficiency at full load kVA_out = kVA*sqrt(P_i/P_cu) // o/p kVA corresponding to maximum efficiency P_01 = kVA_out*pf // o/p power in W P_tloss1 = 2*P_i // maximum efficiency iron loss=copper loss in W P_in1 = P_01+P_tloss1*10^-3 // i/p power in kW n_2 = (P_01/P_in1)*100 // efficiency // display the result disp("Example 3.9 solution"); printf(" \n Efficiency at full load \n n_1 = %.2f percent \n", n_1); printf(" \n Out put power \n P_01 = %.1f kW \n", P_01); printf(" \n Efficiency \n n_2 = %.2f percent \n", n_2);
bcbf5655cc69675780f90ff9031bf49eadd8797c
449d555969bfd7befe906877abab098c6e63a0e8
/995/CH1/EX1.13/Ex1_13.sce
ad21c0b003ed1f5a35be25779737d3ed7692cec4
[]
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
128
sce
Ex1_13.sce
//Ex:1.13 clc; clear; close; p=0.3;//in watts v=1500;//in volts i=(p/v)*10^6; printf("Current supplied = %d microamp",i);
e903fe5a91eee910707f7bf2880b26ba7bf55675
449d555969bfd7befe906877abab098c6e63a0e8
/3136/CH4/EX4.2/Ex4_2.sce
3560463b610f530351447bab5e41b037d1069e64
[]
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,434
sce
Ex4_2.sce
clear all; clc; disp("The relevant formulae are given as : ") disp("Eta_1 =((62.4*0.00223*Q_1*H_1/(550*P_s1)))*100") disp("Q_2=Q_1*N_2/N_1") disp("H_2=H_1*(N_2/N_1)^2") disp("P_s2=P_s1*((N_2/N_1)^3)") disp("H and P_s at Q=0 are obtained with extrapolition") Q_1= [0 285 435 540 785 920 1275]; H_1= [205 200 195 190 186 172 130]; P_s1=[28 31 36 42 44 49 58]; Eta_1 = zeros(1,length(Q_1)); Q_2=zeros(1,length(Q_1)); H_2=zeros(1,length(Q_1)); P_s2=zeros(1,length(Q_1)); Eta_2=zeros(1,length(Q_1)); for i = 1: length(Q_1) Eta_1(i) =((62.4*0.00223*Q_1(i)*H_1(i)/(550*P_s1(i))))*100;//multiplied by 100 to get answer in percentage Q_2(i) = Q_1(i)*1850/1350;//Since Q2=Q1*N2/N1 and N2=1850 and N1=1350 H_2(i) = H_1(i)*((1850/1350)^2);//Since H2=H1*((N2/N1)^2) P_s2(i)=P_s1(i)*((1850/1350)^3) Eta_2(i)=Eta_1(i) end table = [Q_1'H_1'P_s1'Eta_1'Q_2'H_2'P_s2'Eta_2']; disp(" Q_1(gpm) H_1(ft) P_s1(hp) Eta_1(%) Q_2(gpm) H_2(ft) P_s2(hp) Eta_2(%)") disp(table) figure() plot(Q_1,H_1,'o',Q_1,P_s1,'d',Q_1,Eta_1,'s') legend("H_1(ft)","P_s1(hp)","Eta_1(%)",-1) xlabel("Q_1(gpm)") ylabel("H_1(ft), P_s1(hp) , Eta_1(%)") set(gca(),"grid",[1 1]) figure(1) plot(Q_2,H_2,'o',Q_2,P_s2,'d',Q_2,Eta_2,'s') legend("H_2(ft)","Ps_2(hp)","Eta_2(%)",-1) xlabel("Q_2(gpm)") ylabel("H_2(ft), Ps_2(hp) , Eta_2(%)") set(gca(),"grid",[1 1])
29463f981781f3de1478cdc95a5f98d087799612
449d555969bfd7befe906877abab098c6e63a0e8
/3014/CH3/EX3.11/Ex3_11.sce
97855a53c32f5811afbf8ac7375da4354b959bf7
[]
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
394
sce
Ex3_11.sce
clc //given that lambda = 1 //wavelength in angstrom h = 6.62e-34 // Planks constant m_e = 9.1e-31 // mass of electron in kg c = 3e8 // speed of light in m/sec theta = 90 // angle for longest passing wavelength printf("Example 3.11") d_lambda= h*(1-cos(theta*%pi/180))/(m_e*c) // calculation of wavelength shift printf("\nWavelength shift is %f angstrom. \n\n\n",d_lambda*1e10)