blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 6 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2 values | repo_name stringlengths 6 87 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 15 values | visit_date timestamp[us]date 2016-08-04 09:00:04 2023-09-05 17:18:33 | revision_date timestamp[us]date 1998-12-11 00:15:10 2023-09-02 05:42:40 | committer_date timestamp[us]date 2005-04-26 09:58:02 2023-09-02 05:42:40 | github_id int64 436k 586M ⌀ | star_events_count int64 0 12.3k | fork_events_count int64 0 6.3k | gha_license_id stringclasses 7 values | gha_event_created_at timestamp[us]date 2012-11-16 11:45:07 2023-09-14 20:45:37 ⌀ | gha_created_at timestamp[us]date 2010-03-22 23:34:58 2023-01-07 03:47:44 ⌀ | gha_language stringclasses 36 values | src_encoding stringclasses 17 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 5 10.4M | extension stringclasses 15 values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a3ef25fb26ff93fb91cf0b75cd3ce8a1b43fa910 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1172/CH3/EX3.13/Example3_13.sce | cb830a6c70983cf2cdbf64db47f11c01e897974b | [] | 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 | 532 | sce | Example3_13.sce | clc
//Given that
v = 300 // speed of electron in m/s
accuracy = 1e-4 // accuracy in speed
h = 6.6e-34 // Plank's constant
m_e = 9.1e-31 // mass of electron in Kg
//Sample Problem 13 page No. 140
printf("\n\n\n # Problem 13 # \n")
printf("\n Standard formula Used \n delta_p * delta_x >= h /(2*pi)")
del_p = accuracy * m_e * v //calculation of Uncertainty in momentum
del_x = h / (4 * %pi * del_p) //calculation of Uncertainty in position
printf ("\n Uncertainty in position of electron is %f mm. ", del_x*1000 )
|
9a00bee207aa98fbebae57f67910bf3bda2abda3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2735/CH13/EX13.11/Ex13_11.sce | 24488c6291c0331553113750f66cc21779e49a00 | [] | 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 | Ex13_11.sce | clc
clear
//Initialization of variables
p1=50 //psia
pr=0.58
//calculations
p=p1*pr
s1=1.6585
h1=1174.1 //Btu/lbm
sf=0.3680
sfg=1.3313
hfg=945.3
vg=13.746
hf=218.82
x= (s1-sf)/sfg
v2=vg*x
h2=hf+x*hfg
V2rev=223.77*sqrt(h1-h2)
m=%pi/4 *1/144 *V2rev/v2
//results
printf("mass flow rate = %.3f lbm/sec",m)
|
80dfced2b45ad6b9e611a8a28c940da054b4f901 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.2/tests/scilab.tst | 08f842da283c9169e0f33dc5b32a2ab7f315058d | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | 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 | 13,256 | tst | scilab.tst | pi=%pi
i=%i
e=%e
// tests
//
1
a=1
b=[1 2 3]
c=[1 2 3;4 5 6]
d=[1 2 3;4 5 6]'
d=[1 2 3 4;4 5 6 7;8 9 10 11;12 13 14 15]
d=[1 2;3 4]
e1=[[1 2] [3 4];[5 6 7 8];[9;10;11;12]']
f([1 3 5],[1 2 3])=[-1 -2 -3;-4 -5 -6;-7 -8 -9]
g=[i,2,3;1 i 3;1 2 i]
h=[i 1 2 i 3]
o=[1 i i 2 3]'
b(2)=3
e1(1,3)=1
p='apcdefghijklmnopqrstuvwxyz0123456789'
// test de stackg
a,b,c,d,e1,f,g,h,o,p
b(2)
e1(1,3)
e1([1 2],[3 4])
e1(1:2,:)
e1(:,4)
e1(:,:)
g(1,1)
g(:,1)
g(1:2,:)
g(:,:)
o'
//test de stack2
//
// additions...
[1 2 3;4 5 6]-[1 2 3;4 5 6]
[1 2 3;4 5 6]+2*[1 2 3;4 5 6]-[1 2 3;4 5 6]*3
[1 i 3;4 5 i]+2*[1 i 3;4 5 i]-[1 i 3;4 5 i]*3
[2*i -4*i 2*i]+2*[i -2*i i]+i*[2 -4 2]-[i -2*i i]*2 -2*[2 -4 2]*i
//
2\[4 8 16]/2-[1 2 4]
i\[2*i 2 i*4]/i-[-i*2 -2 -4*i]
// element wise operations
[1 2;3 4;5 6].*[1 2;3 4;5 6]-[1 4;9 16;25 36]
[1 2;3 4;5 6*i].*[1 2;3 4;5 6]-[1 4;9 16;25 36*i]
[1 2;3 4;5 6].*[1 2;3 4;5 6*i]-[1 4;9 16;25 36*i]
[1 2;3 4;5 6*i].*[1 2;3 4;5 6*i]-[1 4;9 16;25 -36]
//
[2 9 8;3 10 15]./[2 3 4;3 5 5]-[1 3 2;1 2 3]
[2 9*i 8;3 10 15]./[2 3 4;3 5 5]-[1 3*i 2;1 2 3]
[2 9 8;3 10 15]./[2*i 3 4;3 5 5]-[-i 3 2;1 2 3]
[2*i 9 8;3 10 15]./[2*i 3 4;3 5 5]-[1 3 2;1 2 3]
//
[2 3 4;3 5 5].\[2 9 8;3 10 15]-[1 3 2;1 2 3]
[2 i 4;3 5 5].\[2 9 8;3 10 15]-[1 -9*i 2 ;1 2 3]
[2 3 4;3 5 5].\[i 9 8;3 10 15]-[.5*i 3 2;1 2 3]
[i 3 4;3 5 5].\[i 9 8;3 10 15]-[1 3 2;1 2 3]
//multiplication
[1 2 3;4 5 6]*[3;2;1]-[10;28]
[1 i 3;4 5 6]*[3;2;1]-[6+2*i;28]
[1 2 3;4 5 6]*[i;2;1]-[i+7;4*i+16]
[1 i 3;2*i,-i,1]*[i;-i;i]-[4*i+1;-3+i]
//eye
eye(4,4)
//a+-b*eye a*eye+-b a+-eye*b eye*a+-b
-2*eye+[1 2;3 4]+eye*2-[1 2;3 4]
-2*i*eye+[1 2;3 4]+eye*2*i-[1 2;3 4]
// :
1:10
1:.1:2
// for
for k=1:3,for l=1:2,a(k,l)=k+l;end;end;a
diag([1 2 3])-[1 0 0;0 2 0;0 0 3]
diag([1 i 2])-[1 0 0;0 i 0;0 0 2]
a=[1 2 3 4;5 6 7 8];
c=a;
c(1,1)=i;
diag(a)-[1;6]
diag(a,1)-[2;7]
diag(a,-1)-[5]
diag(a,4)
diag(c)-[i;6]
diag(c,1)-[2;7]
diag(c,-1)-[5]
diag(c,4)
//
eye(a)
eye(c)
eye(3,3)
eye(2,3)
//
ones(a)
ones(c)
ones(3,3)
ones(3,2)
//
rand(a)
rand(c)
rand(3,3)
rand(3,2)
rand
rand('uniform')
rand('normal')
rand('seed',5)
rand('seed',0)
//
abs(c)
abs(a)
//
real(c)
imag(c)
real(a)
imag(a)
//
round(rand(3,3))
//
conj(a)
conj(c)
//
size(a)
[m,n]=size(a)
//
triu(a)
tril(a)
triu(a,1)
triu(a,-1)
tril(a,1)
tril(a,-1)
triu(c)
tril(c)
triu(c,1)
triu(c,10)
triu(c,-1)
triu(c,-10)
tril(c,1)
tril(c,10)
tril(c,-1)
tril(c,-10)
//test de matlu
a=rand(4,4);b=rand(5,4);ac=a+i*rand(4,4);bc=b+i*rand(5,4);
//
if abs((1/a)*a-eye)> 10*%eps then pause,end
if abs((i/a)*a-i*eye)> 10*%eps then pause,end
if abs((1/ac)*ac-eye)> 10*%eps then pause,end
if abs((i/ac)*ac-i*eye)> 10*%eps then pause,end
if abs(a*(a\1)-eye)> 10*%eps then pause,end
if abs(a*(a\i)-i*eye)> 10*%eps then pause,end
if abs(ac*(ac\1)-eye)> 10*%eps then pause,end
if abs(ac*(ac\i)-eye*i)> 10*%eps then pause,end
//
if abs(inv(a)*a-eye)> 10*%eps then pause,end
if abs(inv(ac)*ac-eye)> 10*%eps then pause,end
//
if abs((b/a)*a-b)> 10*%eps then pause,end
if abs((b/ac)*ac-b)> 10*%eps then pause,end
if abs((bc/a)*a-bc)> 10*%eps then pause,end
if abs((bc/ac)*ac-bc)> 10*%eps then pause,end
//
if abs(a*(a\b')-b')> 10*%eps then pause,end
if abs(ac*(ac\b')-b')> 10*%eps then pause,end
if abs(a*(a\bc')-bc')> 10*%eps then pause,end
if abs(ac*(ac\bc')-bc')> 10*%eps then pause,end
//
[l u]=lu(a);
if abs(l*u-a)> 10*%eps then pause,end
[l u]=lu(ac);
if abs(l*u-ac)> 10*%eps then pause,end
//
h1(5,5)=0;for k=1:5,for l=1:5, h1(k,l)=1/(k+l-1);end;end;
if abs(inv(h1)-matrix('hilb',5))> 1.e-7 then pause,end
//
if abs(det(matrix('magic',5))-5070000)> 1.e-7 then pause,end
//
b=a*a';h=chol(b);
if abs(h'*h-b)> 10*%eps then pause,end
bc=triu(ac*ac');bc=bc+bc'-diag(real(diag(bc)));;h=chol(bc);
if abs(h'*h-bc)> 10*%eps then pause,end
//test de matqr
a=rand(3,4);b=rand(3,4);ac=a+i*rand(3,4);bc=b+i*rand(3,4);
//
if abs(a*(1/a)*a-a)> 10*%eps then pause,end
if abs(a*(i/a)*a-i*a)> 10*%eps then pause,end
if abs(a*(a\ 1)*a-a)> 10*%eps then pause,end
if abs(a*(a\ i)*a-i*a)> 10*%eps then pause,end
if abs(ac*(1/ac)*ac-ac)> 10*%eps then pause,end
if abs(ac*(i/ac)*ac-i*ac)> 10*%eps then pause,end
if abs(ac*(ac\ 1)*ac-ac)> 10*%eps then pause,end
if abs(ac*(ac\ i)*ac-i*ac)> 10*%eps then pause,end
//
if abs(a/b-a*(1/b))> 10*%eps then pause,end
if abs(ac/b-ac*(1/b))> 10*%eps then pause,end
if abs(a/bc-a*(1/bc))> 10*%eps then pause,end
if abs(ac/bc-ac*(1/bc))> 10*%eps then pause,end
//
if abs(a\ b -(a\ 1)*b)> 10*%eps then pause,end
if abs(a\ bc-(a\ 1)*bc)> 10*%eps then pause,end
if abs(ac\ b-(ac\ 1)*b)> 10*%eps then pause,end
if abs(ac\ bc-(ac\ 1)*bc)> 10*%eps then pause,end
//
//elemt-wise
a=rand(3,2);ai=a+rand(3,2)*%i;
de=2;
if norm(ai.*de-ai*de,1) >1000*%eps then pause,end
if norm(de.*ai-de*ai,1) >1000*%eps then pause,end
if norm(ai.*de-ai*de,1) >1000*%eps then pause,end
if norm(de.*ai-de*ai,1) >1000*%eps then pause,end
de=de+3*%i;
if norm(ai.*de-ai*de,1) >1000*%eps then pause,end
if norm(de.*ai-de*ai,1) >1000*%eps then pause,end
if norm(ai.*de-ai*de,1) >1000*%eps then pause,end
if norm(de.*ai-de*ai,1) >1000*%eps then pause,end
//
de=2;def=de*ones(a);
if norm(a./de-a./def,1) >1000*%eps then pause,end
if norm(ai./de-ai./def,1) >1000*%eps then pause,end
//
de=2+3*%i;def=de*ones(a);
if norm(a./de-a./def,1) >1000*%eps then pause,end
if norm(ai./de-ai./def,1) >1000*%eps then pause,end
de=2;def=de*ones(a);
if norm(a.\de-a.\def,1) >1000*%eps then pause,end
if norm(ai.\de-ai.\def,1) >1000*%eps then pause,end
//
de=2+3*%i;def=de*ones(a);
if norm(a.\de-a.\def,1) >1000*%eps then pause,end
if norm(ai.\de-ai.\def,1) >1000*%eps then pause,end
///////////
de=2;def=de*ones(a);
if norm(de.\a-de.\a,1) >1000*%eps then pause,end
if norm(de.\ai-def.\ai,1) >1000*%eps then pause,end
//
de=2+3*%i;def=de*ones(a);
if norm(de.\a-def.\a,1) >1000*%eps then pause,end
if norm(de.\ai-def.\ai,1) >1000*%eps then pause,end
de=2;def=de*ones(a);
if norm(de./a-def./a,1) >1000*%eps then pause,end
if norm(de./ai-def./ai,1) >1000*%eps then pause,end
//
de=2+3*%i;def=de*ones(a);
if norm(de./a-def./a,1) >1000*%eps then pause,end
if norm(de./ai-def./ai,1) >1000*%eps then pause,end
//
[p,r]=qr(a);
if abs(p*r-a)> 10*%eps then pause,end
[p,r]=qr(a');
if abs(p*r-a')> 10*%eps then pause,end
[p,r,x]=qr(a);
if abs(p*r*x'-a)> 10*%eps then pause,end
[p,r]=qr(ac);
if abs(p*r-ac)> 10*%eps then pause,end
[p,r,x]=qr(ac);
if abs(p*r-ac*x)> 10*%eps then pause,end
//
if abs(cond(diag([1 2 3 4]))-4)> 10*%eps then pause,end
if abs(cond(diag([1 i 3 4]))-4)> 10*%eps then pause,end
v=[1 2 3 4 5];
if abs(norm(v,1)-15)> 10*%eps then pause,end
if abs(norm(v,'inf')-5)> 10*%eps then pause,end
if abs(norm(v,2)-sqrt(55))> 10*%eps then pause,end
if abs(norm(v,'fro')-sqrt(55))> 10*%eps then pause,end
v=v';
if abs(norm(v,1)-15)> 10*%eps then pause,end
if abs(norm(v,'inf')-5)> 10*%eps then pause,end
if abs(norm(v,2)-sqrt(55))> 10*%eps then pause,end
if abs(norm(v,'fro')-sqrt(55))> 10*%eps then pause,end
v=[i 2 3 4 5];
if abs(norm(v,'inf')-5)> 10*%eps then pause,end
if abs(norm(v,2)-sqrt(55))> 10*%eps then pause,end
if abs(norm(v,'fro')-sqrt(55))> 10*%eps then pause,end
v=v';
if abs(norm(v,1)-15)> 10*%eps then pause,end
if abs(norm(v,'inf')-5)> 10*%eps then pause,end
if abs(norm(v,2)-sqrt(55))> 10*%eps then pause,end
if abs(norm(v,'fro')-sqrt(55))> 10*%eps then pause,end
a=[diag([1 2 3]);[0 0 0]];
if abs(norm(a,1)-3)> 10*%eps then pause,end
if abs(norm(a,'inf')-3)> 10*%eps then pause,end
if abs(norm(a,2)-3)> 10*%eps then pause,end
if abs(norm(a,'fro')-sqrt(14))> 10*%eps then pause,end
a=a';
if abs(norm(a,1)-3)> 10*%eps then pause,end
if abs(norm(a,'inf')-3)> 10*%eps then pause,end
if abs(norm(a,2)-3)> 10*%eps then pause,end
if abs(norm(a,'fro')-sqrt(14))> 10*%eps then pause,end
a=[diag([i,2,3]),[0;0;0]];
if abs(norm(a,'inf')-3)> 10*%eps then pause,end
if abs(norm(a,2)-3)> 10*%eps then pause,end
if abs(norm(a,'fro')-sqrt(14))> 10*%eps then pause,end
a=a';
if abs(norm(a,1)-3)> 10*%eps then pause,end
if abs(norm(a,'inf')-3)> 10*%eps then pause,end
if abs(norm(a,2)-3)> 10*%eps then pause,end
if abs(norm(a,'fro')-sqrt(14))> 10*%eps then pause,end
//
a=rand(3,5);ac=a+i*rand(3,5);
[u,s,v]=svd(a);u*s*v'-a;
if abs(svd(a)-diag(s))> 10*%eps then pause,end
[u,s,v]=svd(ac);u*s*v'-ac;
if abs(svd(ac)-diag(s))> 10*%eps then pause,end
//
[u,s,v]=svd(a,0);u*s*v'-a;
if abs(svd(a,0)-diag(s,0))> 10*%eps then pause,end
[u,s,v]=svd(ac,0);u*s*v'-ac;
if abs(svd(ac,0)-diag(s))> 10*%eps then pause,end
a=a';ac=ac';
a=rand(3,5);ac=a+i*rand(3,5);
[u,s,v]=svd(a);u*s*v'-a;
if abs(svd(a)-diag(s))> 10*%eps then pause,end
[u,s,v]=svd(ac);u*s*v'-ac;
if abs(svd(ac)-diag(s))> 10*%eps then pause,end
//
[u,s,v]=svd(a,0);u*s*v'-a;
if abs(svd(a,0)-diag(s,0))> 10*%eps then pause,end
[u,s,v]=svd(ac,0);u*s*v'-ac;
if abs(svd(ac,0)-diag(s))> 10*%eps then pause,end
//
if abs(a*pinv(a)*a-a)> 10*%eps then pause,end
if abs(ac*pinv(ac)*ac -ac)> 10*%eps then pause,end
a=a';ac=ac';
if abs(a*pinv(a)*a-a)> 10*%eps then pause,end
if abs(ac*pinv(ac)*ac-ac)> 10*%eps then pause,end
//
if abs(rank(a)-3)> 10*%eps then pause,end
if abs(rank(ac)-3)> 10*%eps then pause,end
rand('seed',0)
// matdsr matdsc
a=rand(4,4);ac=a+i*rand(4,4);t=a*a';tc=ac*ac';
tc=triu(tc,1)+triu(tc,1)'+diag(real(diag(tc)));
//
//hess
[u,h]=hess(a);
if norm(u*h*u'-a,1) > 20*%eps then pause,end
if abs(norm(h-hess(a),1))> 10*%eps then pause,end
[u,h]=hess(ac);
if norm(u*h*u'-ac,1) > 200*%eps then pause,end
if abs(norm(h-hess(ac),1))> 10*%eps then pause,end
[u,h]=hess(t);
if norm(u*h*u'-t,1) > 200*%eps then pause,end
if abs(norm(h-hess(t),1))> 10*%eps then pause,end
[u,h]=hess(tc);
if norm(u*h*u'-tc,1) > 200*%eps then pause,end
if abs(norm(h-hess(tc),1))> 10*%eps then pause,end
//schur
[u,s]=schur(a);
if norm(u*s*u'-a,1 ) > 200*%eps then pause,end
if norm(s-schur(a),1 ) > 200*%eps then pause,end
if norm(spec(a)-spec(s),1)> 200*%eps then pause,end
[u,s]=schur(ac);
if norm(u*s*u'-ac,1 ) > 200*%eps then pause,end
if norm(s-schur(ac),1 ) > 200*%eps then pause,end
if norm(spec(ac)-spec(s),1)> 200*%eps then pause,end
[u,s]=schur(t);
if norm(u*s*u'-t,1 ) > 200*%eps then pause,end
if norm(s-schur(t),1 ) > 200*%eps then pause,end
if norm(diag(s)-spec(t),1)> 200*%eps then pause,end
[u,s]=schur(tc);
if norm(u*s*u'-tc,1 ) > 200*%eps then pause,end
if norm(s-schur(tc),1 ) > 200*%eps then pause,end
if norm(diag(s)-spec(tc),1) > 200*%eps then pause,end
// fonctions matricielles
s=sqrt(t);
if norm(t-s*s,1) > 200*%eps then pause,end
s=log(t);
if norm(t-exp(s)) > 200*%eps then pause,end
s=sqrt(tc);
if norm(tc-s*s,1) > 220*%eps then pause,end
s=exp(tc);s=triu(s,1)+triu(s,1)'+diag(real(diag(s)));
if norm(log(s)-tc,1)> 1.e-9 then pause,end
if norm(sin(t)**2+cos(t)**2-eye,1) > 22*%eps then pause,end
if norm(sin(tc)**2+cos(tc)**2-eye,1) > 20*%eps then pause,end
//poly et root
p=rand(5,1);pc=p+i*rand(5,1);x=poly(0,'x');
if norm(sort(p )-sort(real(roots(poly(p,'x'))))) > 1000*%eps then pause,end
if norm(sort(imag(pc))-sort(real(roots(poly(imag(pc),'x'))))) > 1000*%eps then pause,end
//**
if norm(t^(-1)-inv(t),1) > 200*%eps then pause,end
if norm(tc**(-1)-inv(tc),1) > 200*%eps then pause,end
x=rand+i*rand;
if norm((t**x)*(t^(-x))-eye,1) > 200*%eps then pause,end
if norm((tc**x)*(tc**(-x))-eye,1) > 200*%eps then pause,end
//element op
if norm(sin([0 pi/2 pi 3*pi/2])-[0 1 0 -1],1) > 10*%eps then pause,end
if norm(cos([0 pi/2 pi 3*pi/2])-[1 0 -1 0],1) > 10*%eps then pause,end
if norm(log([e 1/e e**2])-[1 -1 2],1) > 10*%eps then pause,end
if norm(exp([1 -1 2])-[e 1/e e**2],1) > 10*%eps then pause,end
if norm(sqrt([1 -1 4])-[1 i 2],1) > 10*%eps then pause,end
if norm(sin(x)-(exp(i*x)-exp(-i*x))/(2*i),1) > 10*%eps then pause,end
if norm(cos(x)-(exp(i*x)+exp(-i*x))/2,1) > 10*%eps then pause,end
if norm(sqrt(x)^2-x,1) > 10*%eps then pause,end
if norm(log(exp(x))-x,1) > 10*%eps then pause,end
// triu
z=poly(0,'z');a=[z 1 -z+1 8;z*z 10*z 5 -z;3 7 z+1 -1-z];
[m,n]=size(a);mn=mini([m n]);a1=a;l=1;
//
for dg=-(m-1):0,
if norm(coeff(triu(a,dg)-a1),1)>%eps then dg,pause,end,
for k=1:l,a1(-dg+k,k)=0;end,l=mini([l+1,mn]);end
for dg=1:n,
if norm(coeff(triu(a,dg)-a1),1)>%eps then dg,pause,end,
if dg>(n-m),l=l-1;end;for k=1:l,a1(k,dg+k)=0;end;end;
//
a=a';a1=a;[m,n]=size(a);mn=mini([m,n]);l=1;
for dg=-(m-1):0,
if norm(coeff(triu(a,dg)-a1),1)>%eps then dg,pause,end,
for k=1:l,a1(-dg+k,k)=0;end,l=mini([l+1,mn]);end
for dg=1:n,
if norm(coeff(triu(a,dg)-a1),1)>%eps then dg,pause,end,
if dg>(n-m),l=l-1;end;for k=1:l,a1(k,dg+k)=0;end;end;
//
a=a+%i*[1 2 3 4;5 6 7 8;9 10 11 12]';
[m,n]=size(a);mn=mini([m n]);a1=a;l=1;
//
for dg=-(m-1):0,
if norm(coeff(triu(a,dg)-a1),1)>%eps then dg,pause,end,
for k=1:l,a1(-dg+k,k)=0;end,l=mini([l+1,mn]);end
for dg=1:n,
if norm(coeff(triu(a,dg)-a1),1)>%eps then dg,pause,end,
if dg>(n-m),l=l-1;end;for k=1:l,a1(k,dg+k)=0;end;end;
//
a=a';a1=a;[m,n]=size(a);mn=mini([m,n]);l=1;
for dg=-(m-1):0,
if norm(coeff(triu(a,dg)-a1),1)>%eps then dg,pause,end,
for k=1:l,a1(-dg+k,k)=0;end,l=mini([l+1,mn]);end
for dg=1:n,
if norm(coeff(triu(a,dg)-a1),1)>%eps then dg,pause,end,
if dg>(n-m),l=l-1;end;for k=1:l,a1(k,dg+k)=0;end;end;
//test de clear
x=[1,2,3];
clear x,if exists('x')==1 then pause,end
x=[1,2,3];y='afs';
clear x y,if exists('x')==1| exists('y')==1 then pause,end
X=[1,2,3];Y='afs';
clear X Y,if exists('X')==1| exists('Y')==1 then pause,end
|
fcee4922b1d4d40161cdfa05b6388635fdcecdd1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /162/CH4/EX4.15/example415.sce | f241fdb32e211302b4c95c1535f8a907e80480ea | [] | 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 | 85 | sce | example415.sce | //Example 4.15
clc;
syms s;
F=(s+3)/(s*((s+1)^2)*(s+2));
f=ilaplace(F);
disp(f); |
8f27ab9e18f0c1e681cf4ba2bb5d9aebac986c1f | 449d555969bfd7befe906877abab098c6e63a0e8 | /854/CH13/EX13.9/Example13_9.sce | 2802ba70a307fc4039e69f63480ac8416d3108d9 | [] | 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 | 704 | sce | Example13_9.sce | //clear//
//Caption:Program to determine incident and transmitted anlges
//Example13.9
//page464
clear;
clc;
n1 =1.00; //refractive index of air
n2 =1.45; //refractive index of glass
teta1 = asin(n2/sqrt(n1^2+n2^2));
teta2 = asin(n1/sqrt(n1^2+n2^2));
Brewster_Condition = teta1+teta2;
disp(teta1*57.3,'Incident angle in degrees teta1 =')
disp(teta2*57.3,'transmitted angle in degrees teta2=')
disp(Brewster_Condition*57.3,'sum of the incident angle and transmitted angle, Brewster_Condition=')
//Result
//Incident angle in degrees teta1 = 55.411793
//transmitted angle in degrees teta2 = 34.594837
//sum of the incident angle and transmitted angle, Brewster_Condition= 90.00663
|
2959f8e267fae62486ddd7cbf4c105c056f02512 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1217/CH6/EX6.17.a/Exa6_17a.sce | 843d3cca3eea4a9b14f7305c0c8a141132ec12a4 | [] | 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 | 448 | sce | Exa6_17a.sce | // Exa 6.17a
clc;
clear;
close;
// given data
R=10;//in Kohm
R1=R;//in Kohm
R2=R;//in Kohm
R3=R;//in Kohm
Rf=5.6;//in Kohm
R4=Rf;//in Kohm
R5=Rf;//in Kohm
RA=2.7;//in Kohm
RB=1.5;//in Kohm
C=0.01;//in uF
C1=C;//in uF
C2=C;//in uF
alfa=3*RB/(RA+RB);
disp("The type of response will be determined by the value of damping coefficient.");
disp(alfa,"Value of alfa is :");
disp("This value correspondes to the chebyshev response."); |
90be811a232dae0b9f829d2fab5f8fa59d8b0872 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1472/CH5/EX5.4.b/5_4b.sce | 5630a23fd1e1ee4006f140bfbcc13f31faa85307 | [] | 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 | 288 | sce | 5_4b.sce | clc
//initialization of varaibles
P1=75 //psia
P2=15 //psia
V1=6 //cu ft
g=1.2
m=3
//calculations
Q=30 //Btu
V2=V1*(P1/P2)^(1/g)
U=0.48*(P2*V2-P1*V1)
W=Q-U
//results
printf("Work done = %.1f Btu",W)
//The answer given in textbook is wrong. please check using a calculator
|
ac680cd484550ea35f0fc32ce73470f808617e94 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2223/CH18/EX18.29/Ex18_29.sce | 89f23a68dfa03d23ca3427a5bcc1888a334cd021 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,325 | sce | Ex18_29.sce | // scilab Code Exa 18.29 Centrifugal compressor with vaned diffuser
T01=310; // in Kelvin
p01=1.103; // Initial Pressure in bar
dh=0.10; // hub diameter in m
d2=0.55; // impeller diameter in m
c1=100; // Velocity of air at the entry of inducer
c3=c1; // Velocity of air at diffuser exit
shi=1.035; // power input factor
mu=0.9; // slip factor
m=7.5; // in kg/s
gamma=1.4;
N=15e3; // rotor Speed in RPM
disp("(a)for radially tipped blades")
cp=1005; // Specific Heat at Constant Pressure in J/(kgK)
R=287;
n_tt=0.81; // total to total efficiency
T1=T01-((c1^2)/(2*cp));
p1=p01*((T1/T01)^(gamma/(gamma-1)));
ro1=(p1*1e5)/(R*T1);
A1=m/(ro1*c1);
dt=sqrt((A1*4/(%pi))+(dh^2));
disp("cm",dt*1e2,"(i)tip diameter of the inducer at entry is")
d1=0.5*(dt+dh); // Mean Blade ring diameter
u1=%pi*d1*N/60;
w1=sqrt((u1^2)+(c1^2));
a1=sqrt(gamma*R*T1);
M1_rel=w1/a1;
disp(M1_rel,"(ii)the Relative Mach number at inducer blade entry Mw1=")
u2=%pi*d2*N/60;
w_st=shi*mu*(u2^2);
T02=T01+(w_st/cp);
T02s=T01+(n_tt*(T02-T01));
pr_0=(T02s/T01)^(gamma/(gamma-1));
disp(pr_0,"(iii)stagnation pressure ratio developed is")
P=m*cp*(T02-T01);
disp("kW",P*1e-3,"(iv)the power required is")
disp("(b)for vaned diffuser")
c_theta2=mu*u2; // velocity of whirl(swirl component) at the impeller exit
// vaneless space between the impeller exit and the vaned diffuser entry=0.1*impeller radius
//r2s=r2*1.1;
// width of the casing after the impeller exit=1.4*impeller passage width
c_theta2s=c_theta2/(1.1*1.4);
cr2=c1;
cr2s=cr2/(1.1*1.4);
c2s=sqrt((cr2s^2)+(c_theta2s^2));
alpha2s=atand(cr2s/c_theta2s);
disp("degree",alpha2s,"(i)the direction of flow at the diffuser entry is alpha2s=")
T2s=T02-((c2s^2)/(2*cp));
a2s=sqrt(gamma*R*T2s);
M2s=c2s/a2s;
disp(M2s,"(ii)the Mach number at the diffuser entry is")
Ar=c2s/c3;
d3_2s=1.16; // d3/d2s from last trial given in the book
alpha3=acosd(cosd(alpha2s)/d3_2s);
Ar_v=d3_2s*sind(alpha3)/(sind(alpha2s));
disp(Ar_v,"(iii)Area ratio of the vaned diffuser is")
T03=T02;
T3=T03-((c3^2)/(2*cp));
pr3_1=(((T3*T01)/(T1*T03))^(gamma/(gamma-1)))*pr_0;
disp(pr3_1,"(iv)the static pressure ratio of the compressor is")
disp("comment: Calculations in the book are wrong in the beginning itself for p1. so the values slightly differs here only for part(a)")
|
fc91dc49a9e811ed3796c1ae17143dc3404d4ad3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2342/CH5/EX5.11/EX5_11.sce | 265ec148dc3a14f7074e414036c675bd985447ab | [] | 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 | 822 | sce | EX5_11.sce | // Exa 5.11
format('v',5)
clc;
clear;
close;
// Given data
k= 0.1;// in mA/V^2
V_T= 1;// in V
R2= 87*10^3;// in Ω
R1= 110*10^3;// in Ω
R_S=2;// in kΩ
R_D=2;// in kΩ
//R_D=3*10^3;// in Ω
V_DD= 6;// in V
V_SS= 6;// in V
V_G= (V_DD+V_SS)*R2/(R1+R2);// in V
// V_S= I_D*R_S-V_SS
// V_GS= V_G-V_S= V_G+V_SS-(I_D*R_S)
// I_D= k*[V_GS-V_T]^2 = k*[(V_G+V_SS-V_T)-(I_D*R_S)]^2
//(I_D*R_S)^2- I_D*(2*R_S*(V_G+V_SS-V_T)+1/k) +(V_G+V_SS-V_T)^2
A= R_S^2;// assumed
B= -(2*R_S*(V_G+V_SS-V_T)+1/k);// assumed
C= (V_G+V_SS-V_T)^2;// assumed
I_D= [A B C]
I_D= roots(I_D);// in mA
I_D= I_D(2);// in mA
disp(I_D,"The value of I_D in mA is : ")
// Applying KVL to drain source loop, V_DD+V_SS= I_D*R_D+V_DS+I_D*R_S
V_DS=V_DD+V_SS-I_D*R_D-I_D*R_S;// in V
disp(V_DS,"The value of V_DS in volts is : ")
|
e0bbba8e19e51e111e6242b2cd98390e103c86c0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1640/CH1/EX1.13/1_13.sce | 4782e4542806c1a37b4847ac5cfc9b37a117972b | [] | 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 | 317 | sce | 1_13.sce | clc
//initialisation of variables
w= 62.4 //lb/ft^3
l= 12 //ft
b= 6 //ft
h= 5.196 //ft
a= 60 //degrees
a1= 45 //degrees
//CALCULATIONS
P= w*l*b*h/2
h1= ((l*b^3*(sind(a))^2/12)/(l*b*(h/2)))+(h/2)
R= P*(b-(h1/cosd(a/2)))/((b*sind(a1))/2)
//RESULTS
printf ('Total comression in the promp CD = %.f lb ',R)
|
17e97981592a12d4bddc4000089ce814f1921a65 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3886/CH21/EX21.2/21_2.sce | b1c6b101bdbde9f2d64e8367cfde981b8685aed9 | [] | 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 | 198 | sce | 21_2.sce | //S.H.M
r=0.75 //m
T=1.2 //sec
omega=((2*%pi)/(1.2)) //rad/sec
vxmax=0.75*5.236 //m/sec
axmax=0.75*5.236^2 //m/sec^2
printf("\nvx(max)=%.3f m/sec\nax(max)=%.3f m/sec^2",vxmax,axmax)
|
ab8abfe2f873c6cac6a6da405b3f9c8acf1fbdea | 449d555969bfd7befe906877abab098c6e63a0e8 | /1163/CH4/EX4.14/example_4_14.sce | e1bf03794f6d6fc83612a2faedb524a4ee4e157b | [] | 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 | 430 | sce | example_4_14.sce | clear;
clc;
disp("--------------Example 4.14---------------")
bits= 8; // bits per sample
fl=0; // The human voice normally contains frequencies from 0 to 4000 Hz.
fh=4000; // Hz
sampling_rate = 2*fh; // twice the highest frequency
bit_rate=sampling_rate*bits; // formula
printf("The sampling rate is %d samples/s and the bit rate is %d kbps.",sampling_rate,bit_rate*10^-3); // display the result with appropriate units
|
d36c62ea3900a9d21e43ee9db09bba289d7e42bd | 449d555969bfd7befe906877abab098c6e63a0e8 | /671/CH10/EX10.19/10_19.sce | 22b908d08a149a732f056e6fbed9f2564d851c64 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 183 | sce | 10_19.sce | V=250
Ia=200
Ra=0.22
Ea=V-Ia*Ra
Pm=Ea*Ia
Prl=600
Pmout=Pm-Prl
n=1250
wm=2*%pi*n/60
Tl=Pmout/wm
disp(Tl)
Rf=125
Psh=V*V/Rf
Pein=V*Ia+Psh
effi=Pmout/Pein
disp(effi)
|
2af374d6bbf156bd3621cd887a207a210e51720c | 449d555969bfd7befe906877abab098c6e63a0e8 | /257/CH7/EX7.13/example_7_13.sce | b0d6586e5b1caef56f6c358e75e8f17a0691c2df | [] | 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 | 311 | sce | example_7_13.sce | syms f J K s t
T=1/(J*(s^2+(f/J)*s+(K/J))) //Q/I
omegaN=sqrt(K/J)
Mp=6 //given
zeta=0.667
omegaD=omegaN*sqrt(1-zeta^2)
Tp=%pi/omegaD
disp(Tp," Tp = ")
I=laplace('10',t,s)
Q=I*T
x=limit(s*Q,s,0);
disp(10/0.5," K = ")
disp(K/omegaN^2," J= ")
disp(zeta*(2*sqrt(K*J))," f = ")
|
897450e0afccb77f8e5c3ec2ae8c42ac7033799d | b1b2e80029cc5546ff903cab102cf2f635407fda | /tp.sci | c260b95e4eabbcbbed9b713ab19dfeb9ea7d7e88 | [
"MIT"
] | permissive | walidzbiri/zip-code-classification | abc3f0e84400b66ea1e13304ef6353e683e085e5 | f46b4196ba87afc9eff3ad598a40657999860bf4 | refs/heads/main | 2023-03-22T22:56:10.434583 | 2021-03-20T21:22:51 | 2021-03-20T21:22:51 | 349,837,025 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,998 | sci | tp.sci | xdel(winsid());
clc;
//getd('C:\Users\ab\Desktop\TP S7 eilco\TpImage\TP\cavite');
//// qst 1
//// qst2
//I=imread('code_postale.jpeg');
//figure;
//imshow(I);
//I_gray=rgb2gray(I);
//figure;
//imshow(I_gray);
////qst3
//seuil=imgraythresh(I_gray);
//I_bw=~im2bw(I_gray,seuil);
//figure;
//imshow(I_bw);
//// qst4
//str=imcreatese('ellipse',8,8);
////I_erode=imerode(I_bw,str);
//I_dilate=imdilate(I_bw,str);
//figure;
//imshow(I_dilate);
//// qst5
//figure;
//[L,N]=imlabel(I_dilate);
//imshow (L ,jetcolormap(N));
//// qst6
//for k= 1:N
// objet=(L==k);figure;imshow(objet);
//end
//// L=1 donc 0g ; L=2 donc 1 ;L=3 donc 0d ;L=4 donc 2 ;L=5 donc 6
//
//// qst7
//image6= L==5;
//image2= L==4;
//image0d= L==3;
//image1= L==2;
//image0g= L==1;
//
////qst 8,9,10
////qst 11
//[surface_6_central_normalise,surface_6_ouest_normalise,surface_6_est_normalise,surface_6_sud_normalise,surface_6_nord_normalise]=cavite(image6);
//[surface_2_central_normalise,surface_2_ouest_normalise,surface_2_est_normalise,surface_2_sud_normalise,surface_2_nord_normalise]=cavite(image2);
//[surface_1_central_normalise,surface_1_ouest_normalise,surface_1_est_normalise,surface_1_sud_normalise,surface_1_nord_normalise]=cavite(image1);
//[surface_0g_central_normalise,surface_0g_ouest_normalise,surface_0g_est_normalise,surface_0g_sud_normalise,surface_0g_nord_normalise]=cavite(image0g);
//[surface_0d_central_normalise,surface_0d_ouest_normalise,surface_0d_est_normalise,surface_0d_sud_normalise,surface_0d_nord_normalise]=cavite(image0d);
//qst12
//qst13
Mtotale=[]; // manhattan
Vtotale=[];// barycentre
for i=0:9
//strcat('.\training_set\',int2str(i),'.jpg');
I=imread(strcat(['.\training_set\',string(i),'.jpg']));
[Matrice,Vecteur]=train(I);
Mtotale=[Mtotale;Matrice];
Vtotale=[Vtotale;Vecteur];
end
//classifieur plus proche voisin
// manhattan
// test avec normalisation on n'a la même hauteur d'acquisition dans ce cas probléme 4/0 et parfois 7/1 et une fois 4/6
// test sans normalisation (sumsurface=1)) on n'a la même hauteur d'acquisition dans ce cas probléme 5/2 6/8 et une fois 5/1
// euclidiene
// test avec normalisation on n'a la même hauteur d'acquisition dans ce cas probléme 4/0 et parfois 7/1 et une fois 4/6
// test sans normalisation (sumsurface=1)) on n'a la même hauteur d'acquisition dans ce cas probléme 5/2 6/8 et une fois 2/9 et 4/6 et 5/1 et 7/1
ImageAtester=imread('.\test_set\10.jpg');
figure;imshow(ImageAtester);
[M1,V1,centres]=train(ImageAtester);
for k=1:5
tousCavite=M1(k,:);
classe=1;
//manhattan
//Z= abs(tousCavite(1) - Mtotale(1,1)) + abs(tousCavite(2) - Mtotale(1,2)) + abs(tousCavite(3) - Mtotale(1,3)) + abs(tousCavite(4) - Mtotale(1,4)) + abs(tousCavite(5) - Mtotale(1,5)) ;
//euclidiene
Z= sqrt((tousCavite(1) - Mtotale(1,1))^2 + (tousCavite(2) - Mtotale(1,2))^2 + (tousCavite(3) - Mtotale(1,3))^2 + (tousCavite(4) - Mtotale(1,4))^2 + (tousCavite(5) - Mtotale(1,5))^2) ;
for j=2:50
//manhattan
//Z0= abs(tousCavite(1) - Mtotale(j,1)) + abs(tousCavite(2) - Mtotale(j,2)) + abs(tousCavite(3) - Mtotale(j,3)) + abs(tousCavite(4) - Mtotale(j,4)) + abs(tousCavite(5) - Mtotale(j,5)) ;
//euclidiene
Z0= sqrt((tousCavite(1) - Mtotale(j,1))^2 + (tousCavite(2) - Mtotale(j,2))^2 + (tousCavite(3) - Mtotale(j,3))^2 + (tousCavite(4) - Mtotale(j,4))^2 + (tousCavite(5) - Mtotale(j,5))^2) ;
if Z0<Z
Z=Z0;
classe=j;
end
end
if(modulo(classe,5)== 0)then
xstring(centres(1,k),150,msprintf('%d',(classe/5)-1));
gce().font_size = 6;
else
xstring(centres(1,k),150,msprintf('%d',classe/5));
gce().font_size = 6;
end
end
////barycentre
//
//ImageAtester=imread('.\test_set\10.jpg');
//figure;imshow(ImageAtester);
//[M1,V1,centres]=train(ImageAtester);
//for k=1:5
// tousCavite=M1(k,:);
// classe=1;
// //manhattan
// Z= abs(tousCavite(1) - Vtotale(1,1)) + abs(tousCavite(2) - Vtotale(1,2)) + abs(tousCavite(3) - Vtotale(1,3)) + abs(tousCavite(4) - Vtotale(1,4)) + abs(tousCavite(5) - Vtotale(1,5)) ;
// //euclidiene
// //Z= sqrt((tousCavite(1) - Vtotale(1,1))^2 + (tousCavite(2) - Vtotale(1,2))^2 + (tousCavite(3) - Vtotale(1,3))^2 + (tousCavite(4) - Vtotale(1,4))^2 + (tousCavite(5) - Vtotale(1,5))^2) ;
// for j=2:10
// //manhattan
// Z0= abs(tousCavite(1) - Vtotale(j,1)) + abs(tousCavite(2) - Vtotale(j,2)) + abs(tousCavite(3) - Vtotale(j,3)) + abs(tousCavite(4) - Vtotale(j,4)) + abs(tousCavite(5) - Vtotale(j,5)) ;
// //euclidiene
// // Z0= sqrt((tousCavite(1) - Vtotale(j,1))^2 + (tousCavite(2) - Vtotale(j,2))^2 + (tousCavite(3) - Vtotale(j,3))^2 + (tousCavite(4) - Vtotale(j,4))^2 + (tousCavite(5) - Vtotale(j,5))^2) ;
// if Z0<Z
// Z=Z0;
// classe=j;
// end
// end
// xstring(centres(1,k),150,msprintf('%d',(classe-1)));
// gce().font_size = 6;
//end
|
29ac110105fcb2f95604559ebb4dac02eee1b47e | 623a9dd972dc78dbde5d5b8dc187acd6a1eb5910 | /TP0/Baskara.sci | 8cf6df10efb625bdae2e2e87b5283a459ec46231 | [] | no_license | gtessi/CN2012-FICH | 0daad054ceb6c36636ee5e8b174a676b9e0acb9b | 4024384653b61b5af9e1c11ffb575e154025ee47 | refs/heads/master | 2020-03-27T05:53:04.684505 | 2018-08-25T03:03:15 | 2018-08-25T03:03:15 | 146,059,800 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 744 | sci | Baskara.sci | function [r] = Baskara(v)
// Controla que a sea distinto de 0
if (v(1)<>0) then
// Calcula el discriminante
disc=v(2).^2-4*v(1)*v(3)
// Calcula las raíces
x1=(-v(2)+sqrt(disc))/2*v(1);
x2=(-v(2)-sqrt(disc))/2*v(1);
// Informa el tipo de raíz según el discriminante
if (disc>0) then
mprintf('Las raíces son reales, distintas.\n\n')
elseif (disc==0) then
mprintf('Las raíces son reales, iguales.\n\n')
else
mprintf('Las raíces son complejas conjugadas.\n\n')
end
r=[x1 x2];
else
mprintf('No se puede aplicar la fórmula.\n\n')
end
endfunction |
87867ec6bdc619022afbbde8f6628f691ea97c2e | a1161d9e9d26e0a7b20c31269be145f13d9d3e89 | /QA/tests/h2o_qmd/h2o_scf.tst | 71c57bf4914acb27223466f359438af8cd90d5da | [
"LicenseRef-scancode-warranty-disclaimer",
"ECL-2.0"
] | permissive | nwchemgit/nwchem | c06e7e1fe11b3afad17b167f29a97c4fa3ad0fda | c5a8125298a6ea7d6eb27b07c196ea8041aa7198 | refs/heads/master | 2023-09-05T17:18:34.513866 | 2023-09-02T02:56:47 | 2023-09-02T02:56:47 | 111,318,191 | 425 | 164 | NOASSERTION | 2023-09-11T16:34:14 | 2017-11-19T17:48:21 | Fortran | UTF-8 | Scilab | false | false | 900 | tst | h2o_scf.tst | Time = 0.001
Temperature = 30.02
Energy = 0.000E+00
Time = 0.001
Temperature = 107.10
Energy = -6.849E+02
Time = 0.002
Temperature = 196.30
Energy = -6.841E+02
Time = 0.002
Temperature = 253.20
Energy = -6.841E+02
Time = 0.003
Temperature = 245.06
Energy = -6.849E+02
Time = 0.003
Temperature = 173.85
Energy = -6.862E+02
Time = 0.004
Temperature = 84.42
Energy = -6.872E+02
Time = 0.004
Temperature = 40.21
Energy = -6.873E+02
Time = 0.005
Temperature = 75.40
Energy = -6.861E+02
Time = 0.005
Temperature = 165.63
Energy = -6.846E+02
|
3f20d0f3dc73961ea3b0f1390395eee28802f7cf | 449d555969bfd7befe906877abab098c6e63a0e8 | /2015/CH4/EX4.4/4_4.sce | c3ed3dc439f4f718109446a89c39e96c5c1f67dc | [] | 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 | 637 | sce | 4_4.sce | clc
//initialisation of variables
h1=3221.6 //kj/kg
s1=7.399 //kj/kgk
sf2=0.521 //kj/kgk
sfg2=7.808 //kj/kgk
hf2=152 //kj/kg
hfg2=2415 //kj/kg
t1=653 //temp in k
t2=309.2 //temp in k
v=0.1006*10^-2
p1=10 //pressure in bar
p2=0.06 //pressure in bar
h3=152 //kj/kg
x=110
y=639.7
z=610
a=2015
//CALCULATIONS
x2=(s1-sf2)/sfg2
h2=hf2+(x2*hfg2)
wo=h1-h2
hs=h1-h3
theff=wo/hs
sr1=3600/wo
ceff=(t1-t2)/t1
wp=v*(p1-p2)
h4=h3+wp
reff=(x+y)/(z+a)
sr2=3600/(x+y)
hr=3600/reff
printf('steam rate and carnot efficiency are %2fkg/kwh and %2f',sr1,ceff)
printf('\nsteam rate and heat rate are %2fkg/kwh and %2f',sr2,hr)
|
453464b4447a08213d4ef81fa269602df38c227d | 449d555969bfd7befe906877abab098c6e63a0e8 | /73/CH11/EX11.11/Example11_11.sci | 48613d3d5d1f845b7b04804e0c7db15becc49bd0 | [] | 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 | 836 | sci | Example11_11.sci | //Chapter 11_Nonlinear Circuit Application
//Caption :Design Peak Detector
//Example11.11: Design a positive peak detector using type uA 760 comparator that can respond to a 100 mV(pp),5 MHz sinusoidal input signal.The device has following specifications. Response time=25 ns, propagation time=12 ns, and Input bias current=8uA.
//Solution:
clear;
clc;
Vp=50*10^-3;//since peak-peak voltage is 100 mV
f=5*10^6;
T=200*10^-9;
t=15*10^-9//since rise time(t) should be greater than propagation delay(12ns)
deltaVc=Vp*(1-cos(4*t/T*90*(%pi)/180));
Ib=8*10^-6;//input bias current
C=Ib/(deltaVc/T);
disp('mV',deltaVc*10^3,'voltage change is:')
disp('pF',C*10^12,'capacitor value is:')
//Note:
// the Exact value as calculated is taken to calculate C, so C=293.59555 pF. If approx value of deltaVc is taken as 5 mV then C=320 pF |
4b9922e4193f8d31c19e44f6dadc0b1af5d2c610 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3856/CH5/EX5.3/Ex5_3.sce | 0882d1f28cc2bb3cf46a3668ac8522be0aeeb125 | [] | 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 | 751 | sce | Ex5_3.sce | //How much work must be done by a heat pump when the outdoor temperature is 5 dgree and minus 10 degree
//Example 5.3
clc;
clear;
q2=5000; //Amount of heat deliver by a pump in J
T2=295; //Temperature of house in K
T1=278; //Outdoor teperature in K
q1=abs(q2)*(T1/T2); //Amount of heat in J
w1=abs(q2)-q1; //Amount of work done by a heat pump when the outdoor temperature is 5 dgree in J
printf("(a)Amount of work done when the outdoor temperature is 5 dgree = %.0f J",w1);
T3=263; //Outdoor teperature in K
q1=abs(q2)*(T3/T2); //Amount of heat in J
w2=abs(q2)-q1; //Amount of work done by a heat pump in J
printf("\n(b)Amount of work done when the outdoor temperature is minus 10 degree = %.0f J",w2);
|
8361fbeda4ae514a5ce26c39188960e336a02de6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2870/CH4/EX4.4/Ex4_4.sce | 07406eca63e42562922f91541fb97972ea6579a5 | [] | 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 | Ex4_4.sce | clc;clear;
//Example 4.4
//given data
V1=0.05;
P1=200;
k=150;
A=0.25;
//calculations
//Part - a
V2=2*V1;
x2=(V2-V1)/A;//displacement of spring
F=k*x2;//compression force
P2=P1+F/A;//additional pressure is equivalent the compression of spring
disp(P2,'the final pressure inside the cylinder in kPa');
//Part - b
//work done is equivalent to the area of the P-V curve of Fig 4-10
W=(P1+P2)/2*(V2-V1);//area of trapezoid = 1/2 * sum of parallel sides * dist. b/w them
disp(W,'the total work done by the gas in kJ');
//Part - c
x1=0;//intial compression of spring
Wsp=0.5*k*(x2^2-x1^2);
disp(Wsp,'the fraction of this work done against the spring to compress it in kJ')
|
9dfd3ffe34dba351c24e899241b6b06728833267 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4/macros/m2sci/%e2sci.sci | 539e6cfa8ec6178d476df9ee8fde055cb3216fc5 | [
"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 | 983 | sci | %e2sci.sci | function [stk,txt,top]=%e2sci()
// genere le code relatif a l'extraction d'une sous matrice
//!
// Copyright INRIA
txt=[]
rhs=maxi(0,abs(evstr(op(3)))-1)
sn=stk(top);top=top-1
s2=stk(top)
if rhs==1 then
if s2(1)==':' then
stk=list(sn(1)+'('+s2(1)+')','0','?','1',sn(5))
elseif sn(3)=='1' then
stk=list(sn(1)+'('+s2(1)+')','0','1','?',sn(5))
elseif sn(4)=='1' then
stk=list(sn(1)+'('+s2(1)+')','0','?','1',sn(5))
elseif s2(4)=='1' then
stk=list(sn(1)+'('+s2(1)+')','0','?','1',sn(5))
else
v='mtlb_e'+rhsargs([sn(1),s2(1)])
txt='// '+v+' may be replaced by '+sn(1)+'('+s2(1)+')'+' if '+sn(1)+' is a vector.'
stk=list(v,'0','?','?',sn(5))
end
else
s1=stk(top-1);top=top-1
if s1(3)=='1'&s1(4)=='1' then
stk=list(sn(1)+rhsargs([s1(1),s2(1)]),'0','1','?',sn(5))
elseif s2(3)=='1'&s2(4)=='1' then
stk=list(sn(1)+rhsargs([s1(1),s2(1)]),'0','?','1',sn(5))
else
stk=list(sn(1)+rhsargs([s1(1),s2(1)]),'0','?','?',sn(5))
end
end
|
823f14b641e7bad8edf5fb37da5c66ef79c2d461 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2087/CH15/EX15.2/example15_2.sce | 51defb483473eb15998aea4af920bf36be9b4686 | [] | 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 | 503 | sce | example15_2.sce |
//example 15.2
//design an irrigation channel in alluvial soil by Laecy's theory
clc;funcprot(0);
//given
Q=15; //Full supply discharge
f=1; //silt factor
s=1/2; //side slope of channel
//from Laecey regime channel (Fig.15.4(b)) B and D is obtained as;
B=15.1;
D=1.38;
//also from Fig.15.5 we get slope as
S=0.19/1000;
mprintf("Width of channel section=%f m.",B);
mprintf("\nDepth of channel section=%f m.",D);
mprintf("\nBed slope=%f.",S);
|
48a787ae24a36ff6589ce2ec11a67ef8664f6827 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2267/CH12/EX4.17/Ex12_17.sce | c4a83e9da69e8a50b96ecc011993537c8623aaf5 | [] | 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 | 237 | sce | Ex12_17.sce | //Part B Chapter 4 Example 17
clc;
clear;
close;
l=25;//m
d=0.5;//mm
n=10;//no. of rounds
G=82;//GN/m^2
Ip=%pi/32*d^4*10^-12;//m^4
theta=2*%pi*n;//radian
T=G*10^9*Ip*theta/l;//Nm
disp("Torque required is "+string(T)+" Nm.");
|
61b257c980fe46b204577ccaf92b581ac5967943 | 5f2ca8e18735204f5995ac7e44a6e301eb23ea0b | /scripts/sim/coordinated_turn_f16.sce | 98ffaf00f3a849552e339bdb9811ac084cb34700 | [] | no_license | Jettanakorn/mcflight | 4e7d4e20976e8f3621bf13fec2a8b522ecfc49a9 | e6579a11e10c5e9ae9ee558f464a6b88e1ae7a26 | refs/heads/master | 2023-03-17T10:49:28.906700 | 2019-10-30T20:20:58 | 2019-10-30T20:20:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 992 | sce | coordinated_turn_f16.sce | exec('trim/trim_f16.sci');
exec('eqm/params_f16.sci');
//[X0, controls, params] = trim_coordinated_turn(800, 1000, 0.3, -3/180*%pi);
params = load_f16();
params.xcg = 0.35;
params.VT_ftps = 502;
params.alt_ft = 0;
X0 = [
502.
0.2391101
0.0005096
1.3665928
0.0500909
0.
0.
0.
0.
0.
0.
0.
64.1323
];
controls.throttle = 0.835;
controls.elev_deg = -1.48;
controls.ail_deg = 0.0954;
controls.rudder_deg = -0.411;
function xd = f16_model(t,X)
[xd] = eqm(t, X, controls, params);
endfunction
t = 0:0.001:180;
disp('Simulating...');
y = ode(X0, t(1), t, f16_model);
/*disp('Calculating further outputs...');
nz_g = 0*t;
nx_g = 0*t;
nzs_g = 0*t;
mach = 0*t;
thrust_pound = 0*t;
for i=1:length(t)
[xd,outputs] = eqm(t(i), y(:,i), controls, params);
nz_g(i) = outputs.nz_g;
nx_g(i) = outputs.nx_g;
nzs_g(i) = nx_g(i)*sin(y(2,i))+nz_g(i)*cos(y(2,i));
mach(i) = outputs.mach;
thrust_pound(i) = outputs.thrust_pound*sin(y(5,i));
end*/
|
f5beaf54862c9d28414b98d6e6c9d5c0fc213fc9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1466/CH2/EX2.1/2_1.sce | 8b0a7044f0c6c3bc34703c79b6fc72c7cc16ba58 | [] | 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 | 210 | sce | 2_1.sce | clc
//initialisation of variables
V= 4000 //ft^3
W= 64 //lb
w= 62.4 //lbf/ft^3
//CALCULATIONS
W1= W*V/2240
V1= W1*2240/w
//RESULTS
printf (' volume of the dispalcement in fresh water = %.f ft^3',V1)
|
8375235276873c959f33e87060026d8c772c0921 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH5/EX5.5/5Ex5.sce | 1a3b0689c50e1e05d277fa560d25e5a1fdedf68f | [] | 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 | 118 | sce | 5Ex5.sce | //chapter 5 Ex 5
clc;
clear;
close;
//let the value to be found out be x
x=sqrt(25/16);
mprintf("x=%.2f",x);
|
7278c4c3edfbd572c540d42b1ae121f68318aa6f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2339/CH13/EX13.6.1/Ex13_6.sce | 29af54562c9b6faeb696ff92eebb1c19415e782e | [] | 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 | 154 | sce | Ex13_6.sce | clc
clear
Na=600;
Za=25;
Zb=50;
Zc=20;
Zd=40;
Nad=(Zb/Za)*(Zd/Zc);
Nd=Na/Nad;
printf('Speed of Output Shaft= %2.1f RPM',Nd);
printf('\n');
|
745a570a5ab9d9eddfddb79250e5814fca14cc2f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3204/CH2/EX2.20/Ex2_20.sce | 081286cace7af027d44279a043d1a206cc891b5c | [] | 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 | 528 | sce | Ex2_20.sce | //Initilization of variables
theta1=50.5 //degree //is the angle made between BC & and BE
theta2=36.87 //degree //is te angle ade between BA &BE
g=9.81 //m/s^2
Wa=15*g //N
Wb=40*g //N
Wc=20*g //N
//Calculations
R2=Wc/(sind(theta1)) //N //from F.B.D of cylinder C(sum Fy=0)
R4=(Wb+R2*sind(theta1))/sind(theta2) //N //from F.B.D of cylinder B(sum Fy=0)
R6=R4*cosd(theta2) //N //from F.B.D of cylinder A(sum Fx=0)
//Results
clc
printf('The reaction between the cylinder A and the wall of the channel is %f N \n',R6)
|
baf439c3c214380bcc410714388cf9cafce08a3c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2333/CH4/EX4.9/9.sce | 01d1905cb98e8d2b03b6eff7ca4da42ac62f39a2 | [] | 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 | 353 | sce | 9.sce | clc
// Given that
Ip = 53 // Angle of polarization of light
// Sample Problem 9 on page no. 216
printf("\n # PROBLEM 9 # \n")
I_r = 90 - Ip // Angle of refraction
mu = tan(Ip*%pi/180) // Refractive index of water
printf("Standard formula used \n mu=tan(Ip)\n")
printf("\nAngle of refraction is %d degree. \n Refractive index of material is %f",I_r,mu)
|
d9c2ae1ed7bebbc6c941a701a34cad3f79d11cb7 | b9602336613b26d0b9c22a09d219c0ed8e158b4e | /Examples/Examples_Mat/square.sce | 2c9cd97082af98cfed62159b51306cb1786033c6 | [
"BSD-2-Clause"
] | permissive | CEG-MCA-Scilab-Hackathon/Scilab_Armadillo_Toolbox | d0a366f5f058ee45d3c4be7a41e08ed419d4b7cd | 70c97cda4e0dd54df0a638e9b99f380c09ffa37e | refs/heads/master | 2022-12-11T01:28:28.742041 | 2020-08-26T12:24:27 | 2020-08-26T12:24:27 | 290,481,428 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 105 | sce | square.sce | // Calculating the square.
y = [1.2, 1, 1.9; 4, 2.6, 5; 2.3, 8, 7];
squareres = armaMat("square",y)
|
848c685663b3df82436ac7de778b4a4510865fc9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH4/EX3.6/EX3_6.sce | 6669cf6c91b8792d04c3cd60251acdcf77324032 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 305 | sce | EX3_6.sce | // Grob's Basic Electronics 11e
// Chapter No. 03
// Example No. 3_6
clc; clear;
// How much current is produced by 60 V across 12 kOhms?
// Given data
V = 60; // Voltage=60 Volts
R = 12*10^3; // Resistance=12k Ohms
I = V/R;
disp (I,'The Current I in Amps')
disp ('i.e 5 mAmps')
|
af63d66f521a1893dd76005c37ac611d3f3ce055 | 9ba84a7f7b27fc82fdfcfb8dd03498c4cc91f124 | /Parcial 3/AgustinDiaz6.sce | f34b3755b0fdad9582dd63f48ec920d486ebc9d1 | [] | no_license | ignaciolitma/LCC-Metodos-Numericos | 8120eba09ea160e3252542373afc5ddad49a04c9 | e63728e5f15bb469dff205a74901a5b930e1271d | refs/heads/main | 2023-03-12T11:34:36.940908 | 2021-03-01T20:56:12 | 2021-03-01T20:56:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,115 | sce | AgustinDiaz6.sce | // Pregunta 6
// Aplica f a todos los elementos
// de la matriz A
function B = matrixfun(f,A)
B = A
for i = 1 : size(A,'r')
for j = 1 : size(A,'c')
B(i,j) = f(A(i,j))
end
end
endfunction
// Aplica el metodo compuesto de Simpson
// para aproximar la integral definida
// de f entre a y b
// partida en n subintervalos
// siendo n par
function integral = metodoCompuestoSimpson(f, a, b, n)
h = (b - a) / n
ximpares = a+h:2*h:b-h
xpares = a+2*h:2*h:b-2*h
integral = f(a) + 4 * sum(matrixfun(f, ximpares)) + 2 * sum(matrixfun(f, xpares)) + f(b)
integral = h / 3 * integral
endfunction
deff('y=f(x)', 'y=cos(2*acos(x))')
a=-1
b=1
i2 = metodoCompuestoSimpson(f, a, b, 2)
i4 = metodoCompuestoSimpson(f, a, b, 4)
i6 = metodoCompuestoSimpson(f, a, b, 6)
disp('Los valores con el metodo compuesto de simpson son:')
disp('Con 2 intervalos: ' + string(i2))
disp('Con 4 intervalos: ' + string(i4))
disp('Con 6 intervalos: ' + string(i6))
disp('La integral calculada por Scilab es: ' + string(integrate('f(x)', 'x', -1, 1)))
t = -1:.1:1
deff('y=g(x)', 'y=2*x^2-1')
plot2d(t, g(t), style=color('blue'))
plot2d(t, f(t), style=color('magenta'))
// Podemos ver que la función coincide con un polinomio de segundo grado en el intervalo [-1, 1]
// Debido a que el metodo compuesto de Simpson aproxima mediante
// interpolacion de polinomios de segundo grado,
// (y dado que el polinomio de interpolacion de segundo grado coincide con el polinomio de segundo grado que se interpola)
// la aproximacion es siempre exacta (obviando errores numericos)
// sin importar cuantos intervalos utilizemos (mientras sean par y mayor que 1)
// Por lo cual no cambian los valores de la integral aproximada a medida que aumentamos
// la cantidad de subintervalos
// Resultado de Scilab
// "Los valores con el metodo compuesto de simpson son:"
// "Con 2 intervalos: -0.6666667"
// "Con 4 intervalos: -0.6666667"
// "Con 6 intervalos: -0.6666667"
// "La integral calculada por Scilab es: -0.6666667"
// Y un plot de la funcion donde coinciden las funciones f y g
|
61dc50692b706ffebbd523ec6262aeae86202d6b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1445/CH7/EX7.2/ch7_ex_2.sce | ac414b4456c6e4fb9bc3c7d04f187546754abcc1 | [] | 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 | 952 | sce | ch7_ex_2.sce | //CHAPTER 7- SINGLE PHASE TRANSFORMER
//Example 2
disp("CHAPTER 7");
disp("EXAMPLE 2");
//VARIABLE INITIALIZATION
v1=400; //primary voltage in Volts
v2=200; //secondary voltage in Volts
I0=1; //in Amperes
pf1=0.4; //power factor in degrees
I2=50; //secondary current in Amperes
pf2=0.8; //lagging power factor in degrees
//SOLUTION
//function to convert from polar to rectangular form
function [x,y]=pol2rect(mag,angle1);
x=mag*cos(angle1);
y=mag*sin(angle1);
endfunction;
phi_0=acos(pf1);
phi=acos(pf2);
I2_dash=(v2*I2)/v1;
[x0,y0]=pol2rect(I0,-phi_0);
[x2_dash,y2_dash]=pol2rect(I2_dash,-phi);
I1_x=x0+x2_dash; //x-component of I1
I1_y=y0+y2_dash; //y-component of I1
disp(sprintf("The primary current in reactangular form is (%f-j%f) A",I1_x,-I1_y));
//END
|
a9906537ae93f1e54f05f4f91afc5ef3583e66d1 | 18bf68cdf766092ccdcba8d231e8140063833a5a | /ConitnuousTimeCosineWave.sce | 068110274163ee4f2f334946c2afaec545ba4eed | [] | no_license | goodengineer/Scilab-Exercises | b51cc9a4c938f0289a32875d2d21eb9061d0e68e | 3c268211fe48e7e4d0002e44757ea8b50cda10f9 | refs/heads/master | 2022-12-24T23:30:12.875423 | 2020-10-05T06:27:20 | 2020-10-05T06:27:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 329 | sce | ConitnuousTimeCosineWave.sce | // program to generate & plot a continuous time cosine wave
// Exercise 1
clear;
clf;
clc;
// clear previous graph and plots
dt = 1/1000;
t = -1:dt:1;
A =1;
f=1;
Theta = %pi/4;
x = A*cos(2*%pi*f*t + Theta);
plot(t,x,'m');
xlabel("t","fontsize",4);
ylabel("x","fontsize",4);
title("Continuous Time Cosine Wave","fontsize",4);
|
0e9c1204c0e6cb101038b03b088cb0ac91b7de69 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH42/EX42.02/42_02.sce | 17d7090d2d0ff0d5469b458059523fad2b11278c | [] | 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 | 633 | sce | 42_02.sce | //Problem 42.02: A filter section is to have a characteristic impedance at zero frequency of 600 ohm and a cut-off frequency at 5 MHz. Design (a) a low-pass T section filter, and (b) a low-pass pi section filter to meet these requirements.
//initializing the variables:
R0 = 600; // in ohm
fc = 5E6; // in Hz
//calculation:
//capacitance
C = 1/(%pi*R0*fc)
//inductance
L = R0/(%pi*fc)
printf("\n\n Result \n\n")
printf("\n A low-pass T section filter capcitance is %.2E farad and inductance is%.2E Henry",C, L/2)
printf("\n A low-pass pi section filter capcitance is %.2E farad and inductance is%.2E Henry",C/2, L) |
926c6b659f015063ccb676de5e4e96091f37abf1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1466/CH24/EX24.2/24_2.sce | 209cf422257b0e81ea1486fc85823f6c2a591e41 | [] | 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 | 353 | sce | 24_2.sce |
clc
//initialisation of variables
A1=0.954*10^-4//ft^2
A2=2.082*10^-4//ft^2
p1=47.9//lb/in^2
T1=180//R
Ma1=1
Ma2=2.28//plotting
g1=1.4
R=53.3
//CALCULATIONS
v1=49*sqrt(T1)
k=(g1-1)/2
T2=T1*(k+Ma1)/(1+(k*Ma2*Ma2))
p2=p1/((T1/T2)^(g1/(g1-1)))
vs2=49*sqrt(T2)
v2=Ma2*vs2
W=144*p1*A1*v1/(R*T1)
//RESULTS
printf ('W = %.3f Lb/sec',W)
|
3e6ac12754ac16cb810d490c14cd68d1011640b0 | 1f57c25951e0b065ae60f388372d92fb44f41e5c | /Practica 1/SecanteMod.sce | 0312d34c71927a9deadb2edba3725f098c908225 | [] | no_license | javilag/metodosNumericos | 1d93774d87a1bef50002089a51c5bfe961eb26de | 06dbc373351ff56c465896d47c89d5f896f249d8 | refs/heads/master | 2021-01-01T19:43:18.598387 | 2015-10-28T19:01:13 | 2015-10-28T19:01:13 | 42,838,717 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 833 | sce | SecanteMod.sce |
function secanteM(f,xi,tol,imax)
//f es la función que se ingresara entre comillas
//xi es un punto
//tol es la tolerancia
//imax es el numero maximo de iteraciones
i=1;
d=2;
printf('+-----------+----------------------+----------------------+\n');
printf('| Iteracion | xi | error |\n');
printf('+-----------+----------------------+----------------------+\n');
printf('| %9d | %20.15f | %20.15f |\n',i,xi,tol);
ea(i)=100;
while (i<imax)
xid=xi+d;
x=xi
fxi=evstr(f);
x=xid
fxid=evstr(f);
if(abs(ea(i))>=tol)
xr=xi-(fxi*(fxid-xi))/(fxid-fxi);
ea(i+1)=abs((xr-xi)/xr);
xi=xr;
X(i)=xr;
Y(i)=i;
printf('| %9d | %20.15f | %20.15f |\n',i,xi,ea(i+1));
i=i+1;
else
imax=i;
end
end
plot(X,Y);
endfunction
|
b04a180ad77984547dd76bd27f7f0791b2d80411 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2990/CH4/EX4.26/Ex4_26.sce | 59b5091bddc677fdcb68f51d8cf51fd37b90737e | [] | 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 | 463 | sce | Ex4_26.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
Long=75.0;//longitude in degrees
GST=5+25.0/60+15.0/3600;//GST in hr
LMT=5.0+40.0/60;//LMT in hr
//calculation
LST=GST-Long/15.0*9.8565/3600+LMT+9.8565/3600*(LMT);
LST=degtodms(LST);
disp(LST,"LST of next day in deg min sec");
clear()
|
14d0774396a8f515dc60315e11bcf8798a5c8c86 | d1a2737ec744ffbba1165afa7b05f26a4076f513 | /Lab 7/q2.sce | 1f1fd75eaf680950dc1d1fef385256d552f8e41e | [
"MIT"
] | permissive | ipsitmantri/EE-324-Control-Systems-Lab | 4e37a3de51f4114ba0ea281cbb1da78a6c4815bb | b34c45efc3539005603b2e76c1665d6636f80f88 | refs/heads/master | 2023-04-03T10:42:34.548542 | 2021-04-13T14:11:21 | 2021-04-13T14:11:21 | 357,540,595 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,081 | sce | q2.sce | clc; clear;
s = poly(0, 's');
ratio = 20;
//-----------------
// Part a
g = 1 / (s^2 + 3*s + 2);
slope = %pi / log(10);
G = syslin('c', g);
scf();
evans(G, 1000);
x = -10:0.0001:0;
y = -slope * x;
plot(x, y, 'r-', 'LineWidth', 2);
K = 4.437; // constant gain for 10% OS
disp("K for 10 % OS = ");
disp(K);
//-------------------
// Part b
sse_original = 1 / (1 + K * 0.5);
disp("Original Steady State Error = ");
disp(sse_original);
// choose pole very close to origin
pole = 0.0001;
zero = ratio * pole;
g_lag_comp = (s + zero) * g / (s + pole);
G_lag_comp = syslin('c', g_lag_comp);
scf();
evans(G_lag_comp, 1000);
sse_lag_comp = 1 / (1 + (K * 20 * 0.5));
disp("New Steady State Error = ");
disp(sse_lag_comp);
//-------------------
// Part c
Poles = [0.0001, 0.01, 1, 10, 20];
for i=1:size(Poles, 2)
pole = Poles(i);
zero = pole * ratio;
g_lag_comp = (s + zero) * g / (s + pole);
G_lag_comp = syslin('c', g_lag_comp);
scf();
evans(G_lag_comp, 2000);
plot(x, y, 'r-', 'LineWidth', 2);
title(sprintf("pole at -%.4f, zero at -%.4f", pole, zero));
end
|
64a10a2c465375597db1ad8feae94b00211a1411 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2339/CH3/EX3.29.1/Ex3_29.sce | c334f4e4bb189fc9960056f24e18f8c78f586fd1 | [] | 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 | 959 | sce | Ex3_29.sce | clc
clear
//Inputs
//The Values in the program are as follows:
//Temperature in Celcius converted to Kelvin(by adding 273)
//Pressure in bar converted to kPa (by multiplying 100)
//Volume in m^3
//Value of R,Cp and Cv in kJ/kg K
V1=0.1;
V3=V1;
P1=10;
T1=200+273;
P2=3;
R=0.287;
G=1.4;
Cv=0.718;
m=(P1*100*V1)/(R*T1);
T2=T1*((P2/P1)^((G-1)/G));
V2=V1*((P1/P2)^((1)/G));
T3=T2;
P3=(P2*V2)/V3;
printf('Pressure after Isothermal Compression: %1.2f bar',P3);
printf('\n');
printf('Temperature after isothermal compression: %1.2f K',T2);
printf('\n');
W1=((P1*100*V1)-(P2*100*V2))/(G-1);
printf('Work Developed during adiabatic expansion: %2.0f kJ',W1);
printf('\n');
W2=(P2*100*V2)*log(V3/V2);
printf('Work of Compression: %1.2f kJ',W2);
printf('\n');
Q=m*Cv*(T1-T3);
printf('Heat supplied in 3rd Process: %1.2f kJ',Q);
printf('\n');
U=m*Cv*(T2-T1);
printf('Change in Internal Energy: %1.2f kJ',U);
printf('\n');
|
4cbf7afb38a7c706aa17d8c92b5b76bc8610199d | 717ddeb7e700373742c617a95e25a2376565112c | /2825/CH4/EX4.13/Ex4_13.sce | b4973df752cd080d05fc265e5b154d00c13c14c1 | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 1,094 | sce | Ex4_13.sce | //Ex4_13 Pg-245
clc
V=20 //source voltage in V
Vz=12 //zener voltage in V
Vs=V-Vz //voltage across resistor in V
Rs=330 //series resistance in ohm
RL=1.5*10^3 //load resistance in ohm
disp("Voltage across resistor ")
printf(" = %.0f V \n ",Vr)
disp("(1) Current through series resistor Is")
Is=Vr/Rs //Current through series resistor
printf(" Is = %.1f mA \n ",Is*10^3)
disp("(2) Current through series load Il")
VL=Vz //voltage across load
IL=VL/RL //Current through series load
printf(" IL = %.0f mA \n ",IL*10^3)
disp("(3)Current through zener diode")
Iz=Is-IL //Current through zener diode
printf(" IL = %.1f mA \n ",Iz*10^3)
disp("(4)Respective wattage of elements used")
disp("(a) Series resistor -> W=Is*Vs")
W=Vs*Is //wattage of series resistor
printf(" = %.1f mW \n ",W*10^3)
disp("(b) Zener diode -> W=Iz*Vz")
W=Vz*Iz //wattage of zener diode
printf(" = %.1f mW \n ",W*10^3)
disp("(b) Load resistor -> W=IL*VL")
W=VL*IL //wattage of zener diode
printf(" = %.0f mW \n ",W*10^3)
|
945a5935017bfe55550206ab2cc3dc17f3688cd5 | 8781912fe931b72e88f06cb03f2a6e1e617f37fe | /scilab/diffuse/newtempmultireactconc.sce | 241ef7239f46e446ff17a1200f35632b9faff324 | [] | no_license | mikeg2105/matlab-old | fe216267968984e9fb0a0bdc4b9ab5a7dd6e306e | eac168097f9060b4787ee17e3a97f2099f8182c1 | refs/heads/master | 2021-05-01T07:58:19.274277 | 2018-02-11T22:09:18 | 2018-02-11T22:09:18 | 121,167,118 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,235 | sce | newtempmultireactconc.sce |
function [newtempmultireactconc]=newtempmultireactconc(nsubsteps, nspecies, concm, n1, n2, n3,t0,t,h,dif,sourcesm,sinksm,inconsts)
//cycle over each element of the array
//update concentration
rconsts=0;
nconcm=zeros(n1,n2,n3,nspecies);
ddt=dt/nsubsteps;
for kk=1:nsubsteps
t=t0+ddt;
//t0=t0+ddt;
for isp=1:nspecies
for i1=1:n1
for i2=1:n2
for i3=1:n3
//nconcm(isp,i1,i2,i3)=mconcupdate(concs, i1,i2,i3,n1,n2,n3,t0,t,h,dif,sources,sinks);
nconcm(i1,i2,i3,isp)=mconcupdate(nspecies, concm, isp,i1,i2,i3,n1, n2, n3,t0,t,h,dif,sourcesm,sinksm,inconsts);
if isp=3
if (nconcm(i1,i2,i3,1)>0.000001)
if(nconcm(i1,i2,i3,2)>0.000001)
nconcm(i1,i2,i3,3)=nconcm(i1,i2,i3,3)+0.5*nconcm(i1,i2,i3,1)+0.75*nconcm(i1,i2,i3,2);
nconcm(i1,i2,i3,1)=0.5*nconcm(i1,i2,i3,1);
nconcm(i1,i2,i3,2)=0.25*nconcm(i1,i2,i3,2);
end
end
end
end
end
end
end
concs=nconcm;
//concs=react(concs,n1,n2,n3,nspecies,rconsts, t);
t0=t
end
newtempmultireactconc=nconcm;
//newtempmulticonc=concm;
endfunction
|
c72fb5b27c57271951bbe064c0fd1e9851e632f5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /226/CH16/EX16.5/example5_sce.sce | 17077b319088a9a91ed4fa61e0d30a34c56dba29 | [] | 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 | 309 | sce | example5_sce.sce | //chapter 16
//example 16.5
//page 683
printf("\n")
printf("given")
f=5*10^3;vo=5;I1=1*10^-3;Vf=.7;
disp("phase shift oscillator")
R1=(vo/29)/I1
R1=150;//use standard value
R2=29*R1
R4=(2*Vf)/I1
R4=1.5*10^3;//use 1.5kohm standard value
R5=R2-R4
R6=.4*R5
R7=.8*R5
R=R1;
C=1/(2*3.14*R*f*sqrt(6)) |
84b97b76a6bb53b059dad2de669bb30d9e6fbd8e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2096/CH2/EX2.14/EX_2_14.sce | eab2e1c27aaf6efee5f86864ac41c5de54555c5e | [] | 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 | 357 | sce | EX_2_14.sce | //Example 2.14//unknown resistance
clc;
clear;
Z1=50//impedance of first arm(in ohm)
Za=80//phase angle of first arm(in degree)
Z2=125//impedance of second arm(in ohm)
Z3=200//impedane of third arm(in ohm)
Zc=30//phase angle of third arm(in degree)
Z4=(Z2*Z3)/Z1
disp(Z4,'magnitude of Z4 arm(in ohm)=')
Zd=Zc-Za
disp(Zd,'phase angle of Z4 arm(in degree)=')
|
e5a60a514b58631e2b26d5ccc93b2a6fb79d41e0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2213/CH1/EX1.7/ex_1_7.sce | 931ee49a6a6e541c99f5916997a1c2973511093f | [] | 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,022 | sce | ex_1_7.sce | //Example 1.7 // rating of furnance
clc;
clear;
close;
format('v',6)
sh=0.1;// specific heat of steel in kcal/Kg/°C
lh=26.67;//latent heat in kcal/kg
mp=555;//melting point of steel °C
t1=35;//initial temperture in °C
e=0.8;//overall efficiency
ip=5700;//input current in amperes
rs=0.008;//resistance of transformer referred to secondary in ohms
rr=0.014;// recatance in ohms
m=2;// steel in tonnes
ers=((m*10^3*((sh*(mp-t1))+lh)));// energy required in joules
ersh=ers/(860);//energy required in kWh
ata=1;//time taken to melt steel in hours
ao=ersh/ata;//average output in kW
ai=ao/e;//average input in kW
vdr=ip*rs;//voltage drop due to resistance of furnace leads
vdr1=ip*rr;//voltage drop due to reactance of furnace leads
va=((ai*10^3)/(3*ip))-(vdr);//voltage resistive in nature
rac=va/ip;//arc resistance in Ω
oppv=sqrt((va+vdr)^2+vdr1^2);//open circuit phase voltage in volts
kvas=3*ip*oppv*10^-3;//total kVA drawn
pf=((va+vdr)/oppv);//power factor
rf=ai/ata;// in kW
disp(rf,"rating of furnance in kW")
|
e7f2bba41753c4f72661a57a2788164fb8797071 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4/macros/m2sci/cla2sci.sci | f2f449fa5ff2095897084e8e0f270e0007964a4b | [
"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 | 3,225 | sci | cla2sci.sci | function [txt,vnms,vtps,lcount]=cla2sci(clause,vnms,vtps)
// traduit une clause (if while for select)
//!
// Copyright INRIA
typ=clause(1)
//write(6,'cla2sci '+typ(1))
level;level(1)=level(1)+1
select typ(1)
case %if then
ncl=size(clause)
ncas=(ncl-2)/2
tg=[]
level(2)=1
[t1,t2,ilst,vnms,vtps,lcount]=exp2sci(clause(2),1,vnms,vtps)
t1=t1(1);
tg=[tg;t2]
txt=[%if+' '+t1(1)+' '+%then]
vtps_n=vtps
vnms_n=vnms
[t1,vnms_1,vtps_1,lcount]=ins2sci(clause(3),1,vnms,vtps)
txt=[txt;indentsci(t1)];
[vtps_n,vnms_n]=updatevtps(size(vtps),vtps_n,vtps_1,vnms_n,vnms_1)
// elseif parts
for ic=2:ncas
level(2)=ic
[t1,t2,ilst,vnms,vtps,lcount]=exp2sci(clause(2*ic),1,vnms,vtps)
if type(t1(1))==15 then t1=t1(1),end
tg=[tg;t2]
txt=[txt;%elseif+' '+t1(1)+' '+%then];
[t1,vnms_1,vtps_1,lcount]=ins2sci(clause(1+2*ic),1,vnms,vtps)
[vtps_n,vnms_n]=updatevtps(size(vtps),vtps_n,vtps_1,vnms_n,vnms_1)
txt=[txt;indentsci(t1)];
end;
// else part
[t1,vnms_1,vtps_1,lcount]=ins2sci(clause(ncl),1,vnms,vtps)
if t1<>[] then
txt=[txt;%else;indentsci(t1)];
[vtps_n,vnms_n]=updatevtps(size(vtps),vtps_n,vtps_1,vnms_n,vnms_1)
end
txt=[tg;txt;%end]
//
vtps=vtps_n
vnms=vnms_n
case %while then
level(2)=1
[t1,t2,ilst,vnms,vtps,lcount]=exp2sci(clause(2),1,vnms,vtps)
t1=t1(1);
if t2==[] then
txt=[%while+' '+t1(1)+' '+%then]
else
txt=[%while+' %t '+%then;
t2
%if+' '+t1(1)+' '+%then+' break;'+%end]
end
vtps_n=vtps
vnms_n=vnms
[t1,vnms_1,vtps_1,lcount]=ins2sci(clause(3),1,vnms,vtps)
txt=[txt;indentsci(t1);%end]
[vtps,vnms]=updatevtps(size(vtps),vtps_n,vtps_1,vnms_n,vnms_1)
case %for then
name=typ(2)
sciexp=1
level(2)=1
[t1,t2,ilst,vnms,vtps,lcount]=exp2sci(clause(2),1,vnms,vtps)
kn=find(name==vnms(:,2))
if kn==[] then
if funptr(name)<>0 then
vnms=[vnms;['%'+name,name]];
name='%'+name
else
vnms=[vnms;[name,name]];
end
kn=size(vnms,1),
else
vnms(kn($),:)=[name,name]
end
t1=t1(1);
if t1(2)=='2' then
vtps(kn)=list('1','1','1',0)
else
vtps(kn)=list('1','?','1',0)
end
txt=[t2;%for+' '+name+' = '+t1(1)];
sciexp=0;
vtps_n=vtps
vnms_n=vnms
[t1,vnms_1,vtps_1,lcount]=ins2sci(clause(3),1,vnms,vtps)
txt=[txt; indentsci(t1);%end]
[vtps,vnms]=updatevtps(size(vtps),vtps_n,vtps_1,vnms_n,vnms_1)
case %select then
ncas=(size(clause)-3)/2
tg=[]
level(2)=1
[exp1,t1,ilst,vnms,vtps,lcount]=exp2sci(clause(2),1,vnms,vtps)
tg=[tg;t1]
exp1=exp1(1)
txt=[%select+' '+exp1(1)];
txt=[txt;indentsci(t1)];
vtps_n=vtps
vnms_n=vnms
for ic=2:2:2*ncas
level(2)=ic/2
[exp2,t2,ilst,vnms,vtps,lcount]=exp2sci(clause(1+ic),1,vnms,vtps)
tg=[tg;t2]
exp2=exp2(1)
txt=[txt;%case+' '+exp2(1)+' '+%then]
[t1,vnms_1,vtps_1,lcount]=ins2sci(clause(2+ic),1,vnms,vtps)
[vtps_n,vnms_n]=updatevtps(size(vtps),vtps_n,vtps_1,vnms_n,vnms_1)
txt=[txt;indentsci(t1)];
end;
[t1,vnms_1,vtps_1,lcount]=ins2sci(clause(3+2*ncas),1,vnms,vtps)
if t1<>[] then
txt=[txt;%else;indentsci(t1)];
[vtps_n,vnms_n]=updatevtps(size(vtps),vtps_n,vtps_1,vnms_n,vnms_1)
end
txt=[tg;txt;%end]
vtps=vtps_n
vnms=vnms_n
end
|
de9e37bfc1d6fb8a8675d9ba3574ebed6003b613 | 449d555969bfd7befe906877abab098c6e63a0e8 | /503/CH3/EX3.24/ch3_24.sci | efdc473c2caac8935c07703ec398476d3336211e | [] | 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 | 940 | sci | ch3_24.sci | //find how 2 transformers connected in parallel share the load
clc;
Z1=complex(.012,.06);
Z2=2*complex(.014,.045);
Z=Z1+Z2;
r=800; //kva rating
pf=.8;
S_L=r*(complex(pf,-1*sind(acosd(pf))));
S_1=S_L*Z2/Z;disp(S_1,'load by first transformer(kVA)');
S_2=S_L*Z1/Z;disp(S_2,'load by second transformer(kVA)');
S_2rated=300;
S_Lmax=S_2rated*abs(Z)/abs(Z1);
disp(S_Lmax,'max load by both transformer(kVA)');
r1=600; //kva
V=440;
Z1actual=Z1*V/(r1*1000/V);
Z2actual=Z2*V/(r1*1000/V);
Zactual=Z1actual+Z2actual;
Z_Lact=V^2/(S_L*1000);
V1=445;
I1=(V1*Z2actual-10*Z_Lact)/(Z1actual*Z2actual+Z_Lact*Zactual);
I2=(V1*-1*Z1actual-10*Z_Lact)/(Z1actual*Z2actual+Z_Lact*Zactual);
S1=V*I1/1000; disp(S1,'kVA of first transformer');
S2=V*I2/1000; disp(S2,'kVA of second transformer');
Pout=abs(S1)*cosd(atand(imag(S1)/real(S1)))+abs(S2)*cosd(atand(imag(S2)/real(S2)));
disp(Pout,'total output power(kW)'); |
3517f1642352fb0a36cbf7311f7b7959fa46aef3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /249/CH9/EX9.3/9_03.sce | e83b694ada660289a80faea52810085eb2c97511 | [] | 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 | 566 | sce | 9_03.sce | clear
clc
//At 338 k
XA=0.581;
t=1;//min
//From ex 9.2 at 65 degree celcius
XAe=0.89;
//For a batch reactor,k1t/XAe=-ln(1-XA/Xae)
k1_338=-(XAe/t)*log(1-(XA/XAe));
//At 25 degree celcius
XAe1=0.993;
T1=338;T2=298;
R=8.314;
//At 298 k
XA1=0.6;
t1=10;//min
k1_298=-(XAe1/t1)*log(1-(XA1/XAe1));
E1=(R*log(k1_338/k1_298))*(T1*T2)/(T1-T2)
ko=k1_338/(exp(-E1/(R*T1)))
//k1=ko*exp(-E1/RT)
//k2=k1/k
printf("\n The rate constants are k=exp[(75300/RT)-24.7] min-1")
printf("\n k1=exp[17.2-(48900/RT)] min-1")
printf("\n k2=exp[41.9-(123800/RT)] min-1 ") |
5c38e0e40ad49ca0bfa6c8acac4aa259ba4347d2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /593/CH8/EX8.9/ex8_9.sce | 069702a526c95a86d1c3ce387803af83c721bfae | [] | 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,716 | sce | ex8_9.sce | clear;
//clc();
// Example 8.9
// Page: 189
printf("Example-8.9 Page no.-189\n\n");
//***Data***//
// Here we will denote ethanol as species 'a' and water as the species 'b'
x_a = 0.1238;
x_b = (1-x_a);
T = 85.3;//[C] Given boiling temperature
// We have
// x_a + x_b = 1 and y_a + y_b = 1
// The Antoine equation constants for ethanol from the table A.2(page 418) given in the book, are
A_a = 8.04494;
B_a = 1554.3;
C_a = 222.65;
// and that for water
A_b = 7.96681;
B_b = 1668.21;
C_b = 228.0;
// Thus vapor pressure of ethanol and water are respectively
p_a = (1/760)*10^(A_a - B_a/(T+C_a));
p_b = (1/760)*10^(A_b - B_b/(T+C_b));
// Also the activity coefficients are given by
// Y_a = 10^((B^(2)*A*x_b^(2))/(A*x_a+B*x_b)^(2)) and
// Y_b = 10^((A^(2)*B*x_b^(2))/(A*x_a+B*x_b)^(2))
// here A and B are Van Laar coefficients and their values for ethanol-water system is reported in the book at page 186 (last two lines), so
A = 0.7292;
B = 0.4104;
// hence
Y_a = 10^((B^(2)*A*x_b^(2))/(A*x_a+B*x_b)^(2));
Y_b = 10^((A^(2)*B*x_a^(2))/(A*x_a+B*x_b)^(2));
// Now taking into account of nonideality of the gaseous phase, the modified Raoult's law gives
// (y_a/x_a) = (Y_a*p_a)/P and (y_b/x_b) = (Y_b*p_b)/P
// we will take a simple method
// solving the above two equation for y_a and y_b and adding them, we get
P = (Y_a*p_a*x_a)+(Y_b*p_b*x_b);//[atm]
// So,
y_a = (Y_a*p_a*x_a)/P;
// and
y_b = (Y_b*p_b*x_b)/P;
printf(" Boiling pressure of the liquid at 85.3 deg C is %0.4f atm\n",P);
printf(" Mole fraction of ethanaol in vapor phase is %0.4f\n",y_a);
printf(" Mole fraction of water in the vapor phase is %0.4f",y_b);
|
73f641c8a3daa442a01d9586ef8860c981c6f12c | 717ddeb7e700373742c617a95e25a2376565112c | /605/CH9/EX9.7/9_7.sce | fc55c51bc1add769a8a2080c84df42e15b308bb8 | [] | 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 | 585 | sce | 9_7.sce |
Gr=0.01
m=acosh(sqrt(10^(0.1*L)-1)/sqrt(10^(0.1*Gr-1)))/acosh(W/Wc)
printf("\nm=%.0f\n",m)
m=3
E=log(coth(Gr/17.37))
X=sinh(E/2/m)
n=3
gp=1
for p=1:1:n
ap=sin((2*p-1)*%pi/2/m)
bp=X^2+sin(p*%pi/m)^2
printf("\nap=%.4f\nbp=%.4f\n",ap,bp)
end
gp=0.62425
printf("\ng0=g4=1")
printf("\np=1\tgp=0.62425")
for p=2:1:n
gp=4*sin((2*(p-1)-1)*%pi/2/m)*sin((2*p-1)*%pi/2/m)/(X^2+sin((p-1)*%pi/m)^2)/gp
printf("\np=%.0f\tgp=%.5f",p,gp)
end
printf("\nL1=L3=%.4e H\nC1=%.4e F",75*0.62425/(2*%pi*10^8),0.9662/(75*2*%pi*10^8))
|
7daec6aee93b863ef7b35d07625d5979b741f38e | b4980b761e4b88d097e526fe06ebef2383d3d613 | /lab08/AssignmentStatement.tst | 4525b1f2fbb39b7c9d7fe342e1f242e7a3883f53 | [] | no_license | Vineeth-Kada/Computer-Systems-Design | aa42b053c709fdbf06713dc3e1e2649faa02c65d | 4c05e393e057ffb1540c74a53a0cb17f7129d8f8 | refs/heads/main | 2023-06-17T06:27:02.442583 | 2021-07-15T10:43:37 | 2021-07-15T10:43:37 | 289,896,111 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,504 | tst | AssignmentStatement.tst | load Computer.hdl,
output-file AssignmentStatement.out,
compare-to AssignmentStatement.cmp,
output-list time%S1.4.1 reset%B2.1.2 ARegister[0]%D1.7.1 DRegister[0]%D1.7.1 pc%D0.4.0 RAM64[19]%D1.7.1 RAM64[16]%D1.7.1 RAM64[17]%D1.7.1 RAM64[18]%D1.7.1;
//This program computes a + b - c and where a, b and c are variables. a is stored in RAM64[16], b is stored in RAM64[17] and c is stored in RAM64[18].
//The result of a + b - c is stored in RAM64[19].
set RAM64[16] 14, set RAM64[17] 35, set RAM64[18] 41,
// Load a program written in the Hack machine language.
ROM32K load AssignmentStatement.hack,
output;
// First run (at the beginning PC=0), also value stored in RAM64[19] at the end must be 8
repeat 8 {
tick, tock, output;
}
// Reset PC and initialising a, b and c to new values
set reset 1,
set RAM64[16] 8, set RAM64[17] 23, set RAM64[18] 40, set RAM64[19] 0,
tick, tock, output;
// Second run, to check that the PC was reset correctly and also to check that program works for other test cases
// Also value stored in RAM64[19] at the end must be -9.
set reset 0,
repeat 8 {
tick, tock, output;
}
// Reset PC and initialising a, b and c to new values
set reset 1,
set RAM64[16] 15, set RAM64[17] 232, set RAM64[18] 176, set RAM64[19] 0,
tick, tock, output;
// Third run, to check that the program works for other test cases, also value stored in RAM64[19] at the end must be 71.
set reset 0,
repeat 8 {
tick, tock, output;
}
|
5821838e7a987e931aa206265078617daf2a6437 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3665/CH8/EX8.19/Ex8_19.sce | be92da0686c6e736762b044b499f3de301cbc485 | [] | 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 | 428 | sce | Ex8_19.sce | clc//
//
//
//Variable declaration
RH=3.66*10^-4; //hall coefficient(m^3/coulomb)
e=1.6*10^-19;
Pn=8.93*10^-3; //resistivity(ohm m)
//Calculation
n=1/(RH*e); //density of charge carriers(per m^3)
mew_e=RH/Pn; //mobility of charge carriers(m^2/Vs)
//Result
printf("\n density of charge carriers is %0.3f *10^22 per m^3",n/10^22)
printf("\n mobility of charge carriers is %0.3f m^2 V-1 s-1",mew_e)
|
74e10e8dc66d5773e3a8cc0ed5f4c06fcf9f760b | f8bb2d5287f73944d0ae4a8ddb85a18b420ce288 | /Scilab/machine-sliding-mode/obokata/制御入力比較/制御入力の比較.sce | f8df68e5111a2ef4976e988a29db16598a6bf43b | [] | no_license | nishizumi-lab/sample | 1a2eb3baf0139e9db99b0c515ac618eb2ed65ad2 | fcdf07eb6d5c9ad9c6f5ea539046c334afffe8d2 | refs/heads/master | 2023-08-22T15:52:04.998574 | 2023-08-20T04:09:08 | 2023-08-20T04:09:08 | 248,222,555 | 8 | 20 | null | 2023-02-02T09:03:50 | 2020-03-18T12:14:34 | C | UTF-8 | Scilab | false | false | 2,886 | sce | 制御入力の比較.sce | //------------------------------------------------
//■2013.12.14 秋山殿
// 比例到達則+対称化
//------------------------------------------------
//▼2自由度機械システムの定義
L=[1 0; 0 1]; //アクチュエータに加わる力を表す行列(正則行列)
//L=[1 3; 0 0]; //アクチュエータに加わる力を表す行列(正則でない正方行列)
m1=1; m2=2; //質量
k1=1; k2=2; //ばね定数
d1=1; d2=2; //減衰定数
M=[m1 0; 0 m2]; //
K = [k1 -k1; -k1 k1+k2];
D = [d1 -d1; -d1 d1+d2];
AF = [zeros(2,2) eye(2,2); -M*K -M*D];
BF = [zeros(2,2); L ];
//▼比例到達速のパラメータ
R=[6 0; 0 6];
Q=[0.5 0; 0 0.5];
//▼切換超平面Sの定義(設計済)
S1=[4 0; 0 3]; //(対称1)
//S1=[3 0; 0 4]; //(対称2)
//S1=[1 2; -3 6]; //(非対称1)
//S1=[2 2; -1 5]; //(非対称2)
S2=[eye(2,2)]
S = [S1 S2];
//▼状態変数の初期値
X=[0.5 1.0 3.5 4.0]';
//▼マッチング条件を満たさない不確かさ
//D = [0.2 0.4;0.1 0.2;0.1 0.15;0.3 0.2]; //マッチングを満たさない
D = [zeros(2,2); L ]; //マッチングを満たす
F=[1.4 0.8 1.1 1.2;0.7 1.1 0.9 1.3];
dA=D*F
disp(dA)
AF=AF+dA //不確かさをAに加える
// 離散化システムの定義
h = 0.02; // サンプリング時間
cont = syslin('c',AF,BF,S);
disc = dscr(cont,h);
[A,B,Sd] = abcd(disc);
lines(0)
// ▼
for i = 1:250;
// 切換関数
sigma = S*X;
// 等価制御入力(通常)
U = -inv(S*BF)*{(S*AF*X)+Q*sign(sigma)+R*sigma};
dX =A*X+B*U;
// データの保存
Xh1(:,i) = X;
Uh1(:,i) = U; // 弄った
Sh1(:,i) = sigma;// 弄った
X = dX;
end
// ▼非対称
X=[0.5 1.0 3.5 4.0]';
S1=[1 2; -3 6];
S = [S1 S2];
for i = 1:250;
// 切換関数
sigma = S*X;
// 等価制御入力(通常)
U = -inv(S*BF)*{(S*AF*X)+Q*sign(sigma)+R*sigma};
dX =A*X+B*U;
// データの保存
Xh3(:,i) = X;
Uh3(:,i) = U; // 弄った
Sh3(:,i) = sigma;// 弄った
X = dX;
end
clf()
// ▼グラフの描画
tt =0:h:(i-1)*h;
//▼グラフ1
scf(0);
xset("wdim",800,700)
xset("thickness",2)
xset("font",1,5)
plot(tt,Uh1(1,:),tt,Uh3(1,:),'--'),xgrid(2)
l=legend(["${\rm Symmetrical\hspace{7pt}SMC}$";"${\rm Asymmetrical\hspace{7pt}SMC}$"],4);
l.font_size = 6;
xset("thickness",1)
xlabel('${\rm Time\hspace{4pt}[s]}$','fontsize',6,'fontname','Times')
ylabel('${\rm Control\hspace{4pt}Input}\hspace{6pt}u_1\hspace{4pt}$','fontsize',6,'fontname','Times')
//▼グラフ2
scf(1);
xset("wdim",800,700)
xset("thickness",2)
xset("font",1,5)
plot(tt,Uh1(2,:),tt,Uh3(2,:),'--'),xgrid(2)
l=legend(["${\rm Symmetrical\hspace{7pt}SMC}$";"${\rm Asymmetrical\hspace{7pt}SMC}$"],4);
l.font_size = 6;
xset("thickness",1)
xlabel('${\rm Time\hspace{4pt}[s]}$','fontsize',6,'fontname','Times')
ylabel('${\rm Control\hspace{4pt}Input}\hspace{6pt}u_2\hspace{4pt}$','fontsize',6,'fontname','Times')
clear tt Uh1 Xh1 Sh1;
|
15f59b18732e56f50ea6f7a09166e2c8f05fd65a | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.2/Unix/scilab-2.2/macros/algebre/trace.sci | 4c9b802b22a4f9f38de2315d0a7853205ee3f2d3 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] | 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 | 946 | sci | trace.sci | function t=trace(a)
// trace - computes the trace of a matrix
select type(a)
case 1 then
[m,n]=size(a)
if m<>n then error('the argument of trace must be a square matrix');end
t=sum(diag(a))
case 2 then
[m,n]=size(a)
if m<>n then error('the argument of trace must be a square matrix');end
t=sum(diag(a))
//-compat next case retained for list /tlist compatibility
case 15 then
if a(1)=='r' then
[m,n]=size(a)
if m<>n then error('the argument of trace must be a square matrix');end
t=sum(diag(a))
else
error('invalid argument for trace');
end
case 16 then
if a(1)=='r' then
[m,n]=size(a)
if m<>n then error('the argument of trace must be a square matrix');end
t=sum(diag(a))
else
error('invalid argument for trace');
end
case 5 then
[m,n]=size(a)
if m<>n then error('the argument of trace must be a square matrix');end
t=sum(diag(a))
else
error('invalid argument for trace');
end
|
98dfea1ab43580dfc9584100d99e7c40c9b43033 | 05b2bd67239938195f6ea021fd482c06f69c9145 | /p8.sci | 4f76c90537ae865b7b2f8117a55b206611652ef4 | [] | no_license | ZimmSebas/Metodos | 213aa8af793726409cf0346c3315663aa59ae835 | 5fb6f28413064194ae8f625da48914b471bb50f7 | refs/heads/master | 2020-03-31T15:18:35.349807 | 2019-12-21T23:19:21 | 2019-12-21T23:19:21 | 152,331,779 | 5 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,168 | sci | p8.sci | //reglaTrapecio(fn,a,b). Aplica método del trapecio a una función fn de a hasta b.
function y = reglaTrapecio(fn, a, b)
h = b-a;
y = h/2 * (fn(a) + fn(b));
endfunction
//reglaSimpson(fn,a,b). Aplica método del Simpson a una función fn de a hasta b.
function y = reglaSimpson(fn, a, b)
h = (b-a)/2;
med = (b+a)/2;
y = h/3 * (fn(a) + 4*fn(med) + fn(b));
endfunction
//metodoCompTrapecio(fn,a,b,n). Aplica método del trapecio a una función fn de a hasta b en n intervalos.
function y = metodoCompTrapecio(fn, a, b, n)
h = (b-a)/n;
suma = 0;
for i = 0:n
asd = a + i*h;
if(i == 0 | i == n)
suma = suma + fn(asd);
else
suma = suma + 2*fn(asd);
end
end
y = suma * h/2;
endfunction
//metodoCompSimpson(fn,a,b,n). Aplica método del Simpson a una función fn de a hasta b en n intervalos.
function y = metodoCompSimpson(fn, a, b, n)
h = (b-a)/n;
suma = 0;
for i = 0:n
if(i == 0 | i == n)
suma = suma + fn(a + i*h);
else
if (pmodulo(i,2) == 1)
suma = suma + 4*fn(a + i*h);
else
suma = suma + 2*fn(a + i*h);
end
end
end
y = suma * h/3;
endfunction
//reglaTrapecioExt(fn,x1,x2,y1,y2). Aplica método del trapecio a una función fn de x1 a x2 y de y1 a y2.
function y = reglaTrapecioExt(fn,x1,x2,y1,y2)
h = (y2-y1)*(x2-x1)/4;
y = h * (fn(x1,y1)+fn(x2,y1)+fn(x1,y2)+fn(x2,y2));
endfunction
//IntDosS(f,a,b,cx,dx,n,m). Aplica método de Simpson a una función fn de dos variables desde a hasta b, y desde cx a dx en N iteraciones de x e M iteraciones de Y.
function y = IntDosS(f,a,b,cx,dx,n,m)
deff('z=aux1(y)','z=f(a,y)')
deff('z=aux2(y)','z=f(b,y)')
temp = metodoCompSimpson(aux1,cx(a),dx(a),m) + metodoCompSimpson(aux2,cx(b),dx(b),m)
h = (b-a)/n
for i=1:n-1
xi = a+i*h
deff('z=aux(y)','z=f(xi,y)')
if pmodulo(i,2) == 0 then
temp = temp + 2*(metodoCompSimpson(aux,cx(xi),dx(xi),m))
else
temp = temp + 4*(metodoCompSimpson(aux,cx(xi),dx(xi),m))
end
end
y = (h/3) * temp
endfunction
//IntDosT(f,a,b,cx,dx,n,m). Aplica método de trapecio a una función fn de dos variables desde a hasta b, y desde cx a dx en N iteraciones de x e M iteraciones de Y.
function y = IntDosT(f,a,b,cx,dx,n,m)
deff('z=aux1(y)','z=f(a,y)')
deff('z=aux2(y)','z=f(b,y)')
temp= (metodoCompTrapecio(aux1,cx(a),dx(a),m)/2) + (metodoCompTrapecio(aux2,cx(b),dx(b),m)/2)
h = (b-a)/n
for i=1:n-1
xi = a+i*h
deff('z=aux(y)','z=f(xi,y)')
temp = temp + (metodoCompTrapecio(aux,cx(xi),dx(xi),m))
end
y = h * temp
endfunction
function y=cx1(x)
y=-sqrt(2*x-x**2)
endfunction
function y=dx1(x)
y=sqrt(2*x-x**2)
endfunction
function z=uno(x,y)
z=1
endfunction
function y = ln(x)
y = log(x);
endfunction
function y = fb(x)
y = x**(1/3);
endfunction
function y = fc(x)
y = sin(x)**2;
endfunction
function y = dosb(x)
y = x**3;
endfunction
function y = dosf(x)
y = x**2 * %e**x;
endfunction
|
63f86cbc630ffec1693fc0e00b18a0c160c5c25f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2939/CH4/EX4.37/Ex4_37.sce | a55d8939751db3b9b31d7d9d7f72830ff5368d35 | [] | 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 | 195 | sce | Ex4_37.sce |
//Ex4_37
clc;
// Given:
a=10*10^7;// rate
t=15;// h
// Soution:
A30=a*(1-(0.5)^(2));// dps
A45=A30*((0.5)^(3));// dps
printf("The residual activity in the sample is %f dps",A45)
|
7b17657e36ee196e3ada4cce885cc931cfe9a7c7 | 13c3ed7bef4d80dabd836219bbf4396f07cb934a | /bitor_demo.sci | c94d0506417527a0b00d7c77681b90f40584cec7 | [] | no_license | Mushirahmed/scilab_workspace | 99f489a110a5e295ce9fca9991122d14840018d3 | f58b91b87bb0357fff82dcb97b05541e7e976eca | refs/heads/master | 2021-01-10T15:48:40.576771 | 2016-02-10T10:32:46 | 2016-02-10T10:32:46 | 43,348,489 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 415 | sci | bitor_demo.sci | function bitor_demo()
a = uint8(12);
b = uint8(39);
c = bitor(a,b);
disp(c);
d = uint8([11 10 9;8 7 16;7 5 6]);
e = uint8([13 9 10;7 5 3;10 8 3]);
f = bitor(d,e);
disp(f);
aa = uint16(8);
bb = uint16(4);
cc = bitor(aa,bb);
disp(cc);
dd = uint16([1 4 6;2 10 8;2 12 16]);
ee = uint16([1 2 3;5 1 4;10 11 5]);
ff = bitor(dd,ee);
disp(ff)
endfunction
|
b9d8b8efb969923c26aabf83086dbdc8a16d7954 | 253e09cf7efdbfda8dd6a7d62523e0623a6307ad | /scr/test1.tst | 3b59e2ecde96e13e147e3cb3368a71100b2598f5 | [] | no_license | GOodCoffeeLover/OSI_2 | f4fdd83eef9637eced3150cd4789cdd82af2ae8f | 742950885333270ead6b0376c0cad8c33a02ce12 | refs/heads/master | 2023-04-12T23:55:37.597543 | 2021-03-05T08:07:31 | 2021-03-05T08:07:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 116 | tst | test1.tst | file1
qwertyuioyuiop qwertyuio
some space
and some more space .
|
ebc2af0d34058a0e5c2b623bc3aba55302ce7190 | 76b8c4ba0a69d3281b658f0fcf0ec56a96e27581 | /Workspace/Mission_B2.sce | 9113ed9abb68ab0b6f962fed1c4f898ff7a97149 | [] | no_license | RomainJunca/ExoLife | 0824fa566b38c5061f77592df6c38c3614dd8619 | 8da1524432d0ef1137d5e73e80cec339e6ec1c33 | refs/heads/master | 2020-05-25T14:08:07.353617 | 2017-03-20T08:31:32 | 2017-03-20T08:31:32 | 84,937,995 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 652 | sce | Mission_B2.sce | //Mission B2
//On récupère l'image.
pathname = "C:\Users\Jean-Guillaume P\Documents\Exia\A2\Projets\Imagerie\ExoLife\Images\Mission_B\GD61.pbm";
img_in = readpbm(pathname);
//Histogramme de l'image.
histogramme = histogrammeFct(img_in);
// Normalisation
minHisto = debutHistogramme(histogramme);
maxHisto = finHistogramme(histogramme);
img_normalise = ameliorationContrasteNormalisation(img_in, minHisto, maxHisto);
// Affichage
figure;
plot(histogramme);
figure;
display_gray(img_normalise);
// Sauvegarde de l'image
writepbm(img_normalise, "C:\Users\Jean-Guillaume P\Documents\Exia\A2\Projets\Imagerie\ExoLife\Rendus\MissionB2.pbm");
|
3aa4cb179870e6e548b77f2e9afdf3e48e946df6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2096/CH1/EX1.8/ex_1_8.sce | e1089905f8cbe49ec0313650066bff294554eca1 | [] | 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 | 265 | sce | ex_1_8.sce | // Example 1.8.sensitivity of gauge
clc, clear
// given :
C=60; // calibration pressure
F=(300*%pi)/180; //full scale deflection
L=F*90; // length of scale
S=L/C;
disp(S,"sensitivity,S = (mm/pa)")
//answer is calculated in the form of pi in the textbook
|
05a794815d78d1890e67e7e364f8ecb907672e1a | ac1f8441b0319b4a391cd5a959bd3bb7988edfa7 | /data/news2015/news2015/SplitsNEWS15/EnJa/enja.4.tst | c007a473f770f060b0b167137a54503e5fbc5e01 | [
"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 | 100,344 | tst | enja.4.tst | a a l t o n e n ア ー ル ト ネ ン
a b b a d i e ア バ デ ィ
a b b a g n a n o ア バ ニ ャ ー ノ
a b d u r a k h m a n ア ブ ド ゥ ル ア ハ マ ン
a b e r t ア ー ベ ル ト
a b r a s i m o v ア ブ ラ シ モ フ
a c h a r d ア シ ャ ー ル
a c h e a m p o n g ア チ ャ ン ポ ン
a d a エ イ ダ
a d a k ア ダ ッ ク
a d a m ア ダ ム
a d a m ア ダ ン
a d a m ア ー ダ ム
a d a m o v i c h ア ダ モ ー ビ チ
a d a m s ア ダ ム ス
a d a m s ア ダ ム ズ
a d a s h e v ア ダ ー シ ェ フ
a d e l m a n エ ー デ ル マ ン
a d o ア ド
a d o l f o ア ド ル フ ォ
a d o l p h e ア ド ル フ
a d r i a n ア ド リ ア ン
a d r i a n エ イ ド リ ア ン
a d r i a n エ ー ド リ ア ン
a d r i a n o ア ド リ ア ー ノ
a g a z a d e h ア ガ ザ デ
a h e r n e ア ハ ー ン
a h r w e i l e r ア ル ベ レ ー ル
a i c h e l b u r g ア イ ヘ ル ブ ル ク
a k h i e z e r ア ヒ ェ ゼ ー ル
a k h i e z e r ア ヒ エ ゼ ル
a k i m u s h k i n ア キ ム シ キ ン
a k m e n ア ク マ ン
a l a m ア ラ ム
a l b a n y ア ル バ ニ
a l b a n y オ ー ル バ ニ
a l b e r d i ア ル ベ ル デ ィ
a l b e r o n i ア ル ベ ロ ー ニ
a l b e r t i n e l l i ア ル ベ ル テ ィ ネ リ
a l b e r t s s o n ア ル バ ー ト ソ ン
a l b i n u s ア ル ビ ヌ ス
a l b i n u s ア ル ビ ー ヌ ス
a l e エ ー ル
a l e s a n a ア レ サ ナ
a l e s s a n d r e s c u ア レ ッ サ ン ド レ ス ク
a l e x a n d r i a ア レ ク サ ン ド リ ア
a l e x a n d r o v ア レ ク サ ン ド ロ フ
a l e x y ア レ ク シ ー
a l f ア ル フ
a l f i e r i ア ル フ ィ エ ー リ
a l f o n s ア ル フ ォ ン ス
a l f o n s o ア ル フ ォ ン ソ
a l f o r d オ ル フ ォ ー ド
a l f r e d o ア ル フ レ ド
a l f r e d o ア ル フ レ ー ド
a l l g e i e r ア ル ガ イ ア ー
a l l g e i e r ア ル ガ イ ヤ ー
a l l i s o n ア リ ス ン
a l l i s o n ア リ ソ ン
a l p e r s ア ル パ ー ス
a l p e r s ア ル パ ー ズ
a l s t o n オ ー ル ス ト ン
a l t e n ア ル テ ン
a l t h e r オ ル サ ー
a l t s c h u l ア ル ト シ ュ ル
a l v a r o ア ル バ ロ
a l v a r o ア ル バ ー ロ
a m a d o ア マ ー ド
a m a l i a ア マ リ ア
a m a l i a ア マ ー リ ア
a m a r a ア マ ー ラ
a m b a r t s u m y a n ア ン バ ル ツ ミ ャ ー ン
a m b r o i s e ア ン ブ ロ ア ズ
a m b r o i s e ア ン ブ ロ ワ ー ズ
a m b r o s i ア ン ブ ロ ー シ
a m b r o s i ア ン ブ ロ ー ジ
a m h e r s t ア マ ー ス ト
a m h e r s t ア ム ハ ー ス ト
a m o r y エ ー モ リ
a m r a m ア ム ラ ム
a m r i t s a r ア ム リ ツ ァ ー
a n d e r e r ア ン デ ラ ー
a n d e r e r ア ン ド ラ
a n d e r s c h ア ン デ ル シ ュ
a n d r e w ア ン ド リ ュ ウ
a n d r e w ア ン ド リ ュ ー
a n d r e w ア ン ド ル ー
a n d r e w ア ン ド レ ウ
a n d r z e i ア ン ジ ェ イ
a n g e l a ア ン ゲ ラ
a n g e l a ア ン ジ ェ ラ
a n g e l i c a ア ン ゲ リ カ
a n g e l i c a ア ン ジ ェ リ カ
a n g e l i c i ア ン ジ ェ リ シ
a n g e l i k a ア ン ゲ リ カ
a n g e r ア ン ガ ー
a n g u s ア ン ガ ス
a n n a b e l ア ナ ベ ル
a n n e n k o v ア ン ネ ン コ フ
a n n i e ア ニ ー
a n t a l l ア ン タ ル
a n t o n e s c u ア ン ト ネ ス ク
a n t o n i c e l l i ア ン ト ニ チ ェ ル リ
a n u s z k i e w i c z ア ヌ ス キ ウ ィ ッ ツ
a n w a r ア ン ワ ル
a n w a r ア ン ワ ー
a p e l t ア ー ペ ル ト
a p o r t i ア ポ ル テ ィ
a r a b ア ラ ブ
a r d e b i l i ア ル デ ビ リ
a r d e n n e ア ル デ ン ネ
a r g e n t i n a ア ル ゼ ン チ ン
a r g e n t i n a ア ル ヘ ン テ ィ ー ナ
a r g o n n e ア ル ゴ ン ヌ
a r i ア リ
a r i e l ア リ エ ル
a r i k ア ル ク
a r i s m e n d i ア リ ス メ ン デ ィ
a r m o u r ア ー マ ー
a r n h e i m ア ル ン ハ イ ム
a r n h e i m ア ー ン ハ イ ム
a r n o l d ア ル ノ ル ト
a r n o l d ア ー ノ ル ト
a r n o l d ア ー ノ ル ド
a r r i v e t ア リ ベ ー
a r s e n i n ア ル セ ニ ン
a r t e d i ア ル テ デ ィ
a r t u s i o ア ー ツ シ オ
a r u h n ア ル ー ン
a s c e l i n ア ス ラ ン
a s c h o f f ア シ ョ フ
a s e l l i ア セ リ
a s e n s i o ア セ ン シ オ
a s h e ア ッ シ ュ
a s i a i n ア シ ア イ ン
a s p e n ア ス ペ ン
a s s a r ア サ ー ル
a s t o r g a ア ス ト ル ガ
a s t r a k h a n ア ス ト ラ カ ン
a t a l ア タ ル
a t h e n s ア テ ネ
a t i a s ア テ ィ ア ス
a u b e オ ー ブ
a u d o i n オ ー ド ワ ン
a u d u b o n オ ー デ ュ ボ ン
a y r t o n ア イ ル ト ン
a y r t o n エ ア ト ン
a y r t o n エ イ ア ト ン
b a バ ー
b a b a n g i d a バ バ ン ギ ダ
b a b e s バ ー ベ ス
b a b s o n バ ブ ソ ン
b a c s i k バ ク チ ッ ク
b a e k e l a n d ベ ー ク ラ ン ド
b a g r a t i o n バ グ ラ テ ィ オ ン
b a h o n a r バ ホ ナ ー ル
b a k a l a バ カ ラ
b a k e r s f i e l d ベ ー カ ー ズ フ ィ ー ル ド
b a k h バ ッ ハ
b a l a b a n バ ラ バ ン
b a l a d a バ ラ ダ
b a l c a r バ ル ツ ァ ル
b a l i n t バ リ ン ト
b a l l バ ル
b a l l ベ イ ル
b a l l ボ ー ル
b a l l a バ ル ラ
b a l l a n c e バ ラ ン ス
b a l l i n g e r バ リ ン ジ ャ ー
b a l m e r i n o バ ル メ リ ノ
b a l s e m a o バ ル セ マ ン
b a l t i c バ ル ト
b a n a c h バ ー ナ ハ
b a n c a l バ ン カ ー ル
b a n c h i e r i バ ン キ ェ リ
b a n e ベ イ ン
b a n f i e l d バ ン フ ィ ー ル ド
b a n g バ ン グ
b a n k s バ ン ク ス
b a r a n o v バ ラ ー ノ フ
b a r b a r バ ー バ ー
b a r b a u l d バ ー ボ ー ル ド
b a r b o u r バ ー バ ー
b a r c h e t バ ル ヒ ェ ッ ト
b a r e a バ レ ア
b a r i o n i バ リ オ ー ニ
b a r l a c h バ ル ラ ハ
b a r n f i e l d バ ー ン フ ィ ー ル ド
b a r n o u w バ ー ナ ウ
b a r r a u l t バ ロ ー
b a r r e t o バ レ ッ ト
b a r r e t o バ レ ト
b a r t h e l バ ル テ ル
b a r t h o u バ ル ト ゥ ー
b a r t l e t t バ ー ト レ ッ ト
b a s c h バ シ ュ
b a s c h バ ッ シ ュ
b a s i e ベ イ シ ー
b a s i l バ ジ ル
b a s i l バ ー ジ ル
b a s i l ベ イ シ ル
b a s i l ベ イ ジ ル
b a s s e t バ セ
b a s s e t t バ セ ッ ト
b a s s o w バ ッ ソ ウ
b a s t i a n バ ス テ ィ ア ン
b a t t a n バ タ ン
b a t t e n バ ッ ト ン
b a t t e n バ ト ン
b a t u r i n バ ト ゥ ー リ ン
b a t y s h e v バ ト ゥ イ シ ェ フ
b a t y u s h k o v バ ー チ ュ シ コ フ
b a u c h バ ウ フ
b a u c h バ ウ ホ
b a u d i n ボ ー ダ ン
b a u d u i n ボ ー ド イ ン
b a u d u i n ボ ー ド ウ ァ ン
b a u m a n バ ウ マ ン
b a u m b a c h バ ウ ム バ ハ
b a u m g a r t バ ウ ム ガ ル ト
b a u m g a r t e n バ ウ ム ガ ル テ ン
b a y r e u t h バ イ ロ イ ト
b a z a r g a n バ ザ ル ガ ン
b e a c h a m ビ ー チ ャ ム
b e a l ビ ー ル
b e a v e r t o n ビ ー バ ー ト ン
b e c ベ ッ ク
b e c h e t ベ シ ェ
b e c k f o r d ベ ッ ク フ ォ ー ド
b e c k y ベ ッ キ ー
b e d d o e s ベ ド ー ズ
b e e r ビ ア
b e e r ビ ー ア
b e e r ベ ア ー
b e e r ベ ー ア
b e e r ベ ー ル
b e e r n a e r t ベ ー ル ナ ー ル ト
b e g g ベ ッ グ
b e g i n ベ ギ ン
b e h a g h e l ベ ハ ー ゲ ル
b e h n ベ イ ン
b e h n ベ ー ン
b e h r バ ー
b e h r ベ ー ア
b e h r ベ ー ル
b e h r e n d t ベ ー レ ン ト
b e i l s t e i n バ イ ル シ ュ タ イ ン
b e i n e r ベ イ ナ ー
b e i n u m ベ イ ヌ ム
b e l c r e d i ベ ル ク レ デ ィ
b e l d e n ベ ル デ ン
b e l g r a d e ベ オ グ ラ ー ド
b e l g r a d e ベ ル グ ラ ー ド
b e l i a e v ベ リ ヤ エ フ
b e l i n g ベ ー リ ン グ
b e l l a ベ ラ
b e l l e z z a ベ ル レ ッ ツ ァ
b e l m o n t ベ ル モ ン
b e l m o n t ベ ル モ ン ト
b e l y a e v ベ リ ャ ー エ フ
b e l y a y e v ベ リ ャ ー エ フ
b e m ベ ム
b e n a g l i o ベ ナ リ オ
b e n a r d o s ベ ナ ル ド ー ス
b e n d i x ベ ン デ ィ ク ス
b e n e t ベ ネ ッ ト
b e n g h a z i ベ ン ガ ジ
b e n i t e z ベ ニ テ ス
b e n i t e z ベ ニ ー テ ス
b e n i t o ベ ニ ト
b e n k e n d o r f ベ ン ケ ン ド ル フ
b e n n e t t ベ ネ ッ ト
b e n n e t t ベ ン ネ ッ ト
b e n n i n g s e n ベ ニ ン グ セ ン
b e n o i s t ブ ノ ア
b e n o i s t ブ ノ ワ
b e n o t ベ ノ ー
b e n s a d o n バ ン サ ド ン
b e n t h a l l ベ ン ソ ー ル
b e p p e ベ ッ ペ
b e r k m a n ベ ル ク マ ン
b e r k o v バ ー コ フ
b e r k o w i t z バ ー コ ビ ッ ツ
b e r k s h i r e バ ー ク シ ャ ー
b e r l ベ ル ル
b e r l e バ ー リ
b e r l e バ ー ル
b e r n a l バ ナ ー ル
b e r n a l ベ ル ナ ー ル
b e r n s t o r f f ベ ル ン シ ュ ト ル フ
b e r t a p e l l e ベ ル タ ペ レ
b e r t e l バ ー テ ル
b e r t i ベ ル テ ィ
b e r t o n c i n i ベ ル ト ン チ ー ニ
b e r z e l i u s ベ ル セ ー リ ウ ス
b e t a n c o u r t ベ タ ン ク ー ル
b e t t e ベ ッ ト
b e t t e ベ テ ィ
b e t t e ベ ー テ
b e t t e n d o r f ベ ッ テ ン ド ル フ
b e t t i n a ベ ッ テ ィ ナ
b e t t i n a ベ ッ テ ィ ー ナ
b e t z ベ ッ ツ
b e u s t ボ イ ス ト
b i a l y s t o k ビ ア リ ス ト ク
b i a n c h e t t i ビ ア ン ケ ッ テ ィ
b i b l e バ イ ブ ル
b i c k ビ ッ ク
b i d w e l l ビ ド ウ ェ ル
b i e g e l ビ ー ゲ ル
b i e g e l ビ ー ヘ ル
b i e l ビ ー ル
b i e n v i l l e ビ ヤ ン ビ ル
b i g g ビ ッ グ
b i g o n g i a r i ビ ゴ ン ジ ャ ー リ
b i k o ビ コ
b i l a c ビ ラ ッ ク
b i n g e r バ ン ジ ェ ー
b i n i ビ ー ニ
b i n k l e y ビ ン ク リ ー
b i n n i ビ ン ニ
b i r g i t t a ビ ル ギ ッ タ
b i r k b e c k バ ー ク ベ ッ ク
b i s w a s ビ ス ワ ス
b i t t e r ビ タ ー
b i y a ビ ヤ
b i z i n e c h e ビ ツ ィ ネ ケ
b l a c k s t o n e ブ ラ ッ ク ス ト ン
b l a k e ブ レ イ ク
b l a k e ブ レ ー ク
b l a k i s t o n ブ ラ キ ス ト ン
b l a s c o ブ ラ ス コ
b l a s e t t i ブ ラ ゼ ッ テ ィ
b l a u ブ ラ ウ
b l i s s ブ リ ス
b l o c h e r ブ ラ ッ カ ー
b l o n d ブ ロ ン
b l o o d ブ ラ ッ ド
b l o o m b e r g ブ ル ー ム バ ー グ
b l o o m e r ブ ル ー マ ー
b l u m e n t a l ブ ル ー メ ン タ ー ル
b l u m e n t h a l ブ ル メ ン ソ ー ル
b l u m e n t h a l ブ ル メ ン タ ー ル
b l u m e n t h a l ブ ル ー メ ン タ ー ル
b l u m g a r t ブ ル ー ム ガ ル ト
b l y u k h e r ブ リ ュ ッ ヘ ル
b o a l ボ ア ー ル
b o d e c k e r ボ ー デ ッ ガ ー
b o d e n ボ ー デ ン
b o d e n s t e i n ボ ー デ ン シ ュ タ イ ン
b o e r n e r ベ ル ナ ー
b o e r n e r ベ ー ル ナ ー
b o e s e ベ ー ゼ
b o g a r t ボ ガ ー ト
b o g d a n o f f ボ グ ダ ノ フ
b o g h e n ボ ー ゲ ン
b o h a n n o n ボ ハ ノ ン
b o h l i n ボ ー リ ン
b o i l e a u ボ ア ロ ー
b o i s e ボ イ シ
b o l d e n ボ ー ル デ ン
b o l o t i n ボ ロ チ ン
b o n a r ボ ナ ー
b o n a v i a ボ ナ ビ ア
b o n d y ボ ン デ ィ
b o n f i l s ボ ン フ ィ ス
b o n h o e f f e r ボ ン ヘ ッ フ ァ ー
b o n h o e f f e r ボ ン ヘ フ ァ ー
b o n i n ボ ナ ン
b o n i n ボ ー ニ ン
b o n n e f o y ボ ン ヌ フ ォ ア
b o n y n g e ボ ニ ン グ
b o p h u t h a t s w a n a ボ プ タ ツ ワ ナ
b o p p ボ ッ プ
b o r d a ボ ル ダ
b o r g ボ ル イ
b o r g ボ ル グ
b o r g e ボ ル ゲ
b o r g h e s i ボ ル ゲ ー シ
b o r n e f e l d ボ ル ネ フ ェ ル ト
b o r n e r ボ ル ナ ー
b o r r i s ボ リ ス
b o r u ボ ル ー
b o s h e l l ボ シ ェ ル
b o s s u e t ボ シ ュ エ
b o t e z ボ テ ツ
b o u g a i n v i l l e ブ ー ゲ ン ビ ル
b o u g h e y ボ ウ ヒ ー
b o u j o n ブ ー ジ ョ ン
b o u m a ブ ー マ
b o u r d i c h o n ブ ル デ ィ シ ョ ン
b o u r g e l a t ブ ル ジ ュ ラ
b o u r g e s ブ ー ル ジ ュ
b o u r s a u l t ブ ル ソ ー
b o v e y ホ ビ ー
b o w e r m a n ボ ウ エ ル マ ン
b o w e r m a n ボ ワ ー マ ン
b o z b e y l i ボ ズ ベ イ リ
b r a d d o c k ブ ラ ド ッ ク
b r a d s t r e e t ブ ラ ッ ド ス ト リ ー ト
b r a g d o n ブ ラ グ ド ン
b r a h m s ブ ラ ー ム ス
b r a i l o w s k y ブ ラ イ ロ フ ス キ ー
b r a i l s f o r d ブ レ イ ズ フ ォ ー ド
b r a i t h w a i t e ブ レ ー ス ウ ェ イ ト
b r a m p t o n ブ ラ ン プ ト ン
b r a n c a ブ ラ ン カ
b r a n c a t o ブ ラ ン カ ー ド
b r a n d ブ ラ ン ト
b r a n d ブ ラ ン ド
b r a n d e n b u r g ブ ラ ン デ ン ブ ル ク
b r a n d e n b u r g ブ ラ ン デ ン ブ ル グ
b r a n i s t e a n u ブ ラ ニ ス テ ア ー ヌ
b r e c h t ブ レ ヒ ト
b r e c k i n r i d g e ブ レ ッ キ ン リ ッ ジ
b r e n o n ブ レ ノ ン
b r e r e t o n ブ レ ア ト ン
b r e s k v a r ブ レ ス ク バ ー ル
b r e t o n ブ ル ト ン
b r e t o n ブ レ ト ン
b r e t z ブ レ ッ ツ
b r i e m ブ リ ー ム
b r i g h a m ブ リ ガ ム
b r i g h t ブ ラ イ ト
b r i l e y ブ ラ イ リ ー
b r i l l ブ リ ル
b r i n s l e y ブ リ ン ズ リ
b r i n s l e y ブ リ ン ズ リ ー
b r i s b a n e ブ リ ス ベ ー ン
b r i s s a u d ブ リ ソ ー
b r o c k h a u s ブ ロ ッ ク ハ ウ ス
b r o c k m a n ブ ロ ッ ク マ ン
b r o l i n ブ ロ ー リ ン
b r o n n e n ブ ロ ン ネ ン
b r o n s h t e i n ブ ロ ン シ ュ テ イ ン
b r o n z i n o ブ ロ ン ツ ィ ー ノ
b r o o k e r ブ ル ー カ ー
b r o o m ブ ル ー ム
b r o p h y ブ ロ フ ィ
b r o p h y ブ ロ ー フ ィ
b r o w n l o w ブ ラ ウ ン ロ ー
b r u n a t ブ リ ュ ー ナ
b r u n e a u ブ リ ュ ノ ー
b r u n h o f f ブ リ ュ ノ フ
b r u n s w i c k ブ ラ ン ズ ウ ィ ッ ク
b r u n s w i g ブ ル ン ス ウ ィ ヒ
b r u s t a d ブ ル ス タ ー ト
b r u u n ブ ル ー ン
b r y d o n ブ ラ イ ド ン
b r y s o n ブ ラ イ ソ ン
b u b b バ ブ
b u c h e r e r ブ ー ヘ ラ ー
b u c k h o u t バ ッ ク ホ ー ト
b u c k i n g h a m バ キ ン ガ ム
b u c k i n g h a m バ ッ キ ン ガ ム
b u c k y ブ ッ キ ー
b u d d バ ッ ド
b u d d バ ド
b u d d y バ デ ィ
b u f f a l o バ ッ フ ァ ロ ー
b u f f o n ビ ュ フ ォ ン
b u f o r d ビ ュ フ ォ ー ド
b u g l i o s i ビ ュ ー グ リ オ シ ー
b u n l e t ビ ュ ン レ
b u o n a r r o t i ブ オ ナ ロ ッ テ ィ
b u r c k h a r d t ブ ル ク ハ ル ト
b u r d e n k o ブ ル デ ン コ
b u r g h バ ー
b u r k a r t ブ ル カ ル ト
b u r k e バ ー ク
b u r n e t バ ー ネ ッ ト
b u r r u s ブ ル ス
b u r y ビ ュ リ ー
b u r y ビ ュ ー リ ー
b u r y ベ リ ー
b u s o n i ブ ゾ ー ニ
b u s s e ブ ッ セ
c a d i l l a c キ ャ デ ラ ッ ク
c a d u f f カ ド ゥ フ
c a e n カ ー ン
c a h n カ ー ン
c a i n e ケ イ ン
c a j a n d e r カ ヤ ン デ ル
c a l a b r e s e カ ラ ブ レ ー ゼ
c a l l e j a s カ ジ ェ ハ ス
c a l l e y カ リ ー
c a l l i s o n キ ャ リ ス ン
c a l t a b i a n o カ ル タ ビ ア ー ノ
c a l v o カ ル ボ
c a m カ ム
c a m e l i a カ メ リ ア
c a m i c i a カ ミ チ ア
c a m i l l e カ ミ ー ユ
c a m i l l e r i カ ミ レ リ
c a m p s カ ン プ ス
c a m p s キ ャ ン
c a m u s カ ミ ュ
c a n d l e r カ ン ド ラ ー
c a n n e l l カ ネ ル
c a n t e r b u r y カ ン タ ベ リ ー
c a n t o n カ ン ト ン
c a n t w e l l キ ャ ン ト ウ ェ ル
c a n u d o カ ヌ ー ド
c a p e c c h i カ ペ ッ キ
c a p o n e カ ポ ネ
c a p p e l l カ ペ レ
c a p r a n i c a カ プ ラ ニ カ
c a p r i カ プ リ
c a p r i o g l i o カ プ リ オ ッ リ ョ
c a r a s s u s カ ラ シ ュ ス
c a r b o n e カ ル ボ ー ネ
c a r d a n o カ ル ダ ー ノ
c a r d i n a l カ ー デ ィ ナ ル
c a r d i n a l ガ ル デ ィ ナ ル
c a r d i n e カ ル デ ィ ー ヌ
c a r d u c c i カ ル ド ゥ ッ チ
c a r l y l e カ ー ラ イ ル
c a r n a p カ ル ナ ッ プ
c a r n o t カ ル ノ ー
c a r o l l キ ャ ロ ル
c a r p i n i カ ル ピ ニ
c a r r i n g t o n カ リ ン ト ン
c a r r i n g t o n カ ー リ ン ト ン
c a r r i n g t o n キ ャ リ ン ト ン
c a r s w e l l カ ー ス ウ ェ ル
c a r s w e l l カ ー ル ス ウ ェ ル
c a r v e r カ ー バ ー
c a r v i n カ ー ビ ン
c a s a d e s u s カ サ ド シ ュ
c a s o r a t i カ ゾ ラ ー テ ィ
c a s s a t t カ サ ッ ト
c a s s i n i カ ッ シ ニ
c a s t e l l a n a カ ス テ ラ ー ナ
c a s t e x カ ス テ ッ ク ス
c a s t r o カ ス ト ロ
c a s w e l l キ ャ ズ ウ ェ ル
c a t a l o n i a カ タ ロ ニ ア
c a t a n i a カ タ ニ ア
c a t e ケ イ ト
c a t t i n カ ッ タ ン
c a u c h o n コ ー シ ョ ン
c a u l l e r y コ ー ル リ
c a v a カ バ
c a v a n i カ バ ー ニ
c e c c h e t t i チ ェ ケ ッ テ ィ
c e l a n ツ ェ ラ ン
c e l e n z a セ レ ン ザ
c e l l e r i e r セ ル リ ェ
c e l l i n i チ ェ ッ リ ー ニ
c e l l i n i チ ェ ル リ ー ニ
c e r e a l シ リ ア ル
c e r n a y セ ル ネ
c e r q u e i r a セ ル ケ イ ラ
c e r u t t i セ ル テ ィ
c e s t i チ ェ ス テ ィ
c h a b u k i a n i チ ブ キ ア ー ニ
c h a d b o u r n チ ャ ド バ ー ン
c h a g a l l シ ャ ガ ー ル
c h a i m カ イ ム
c h a i m ハ イ ム
c h a i s s o n チ ェ イ ソ ン
c h a l l o n e r チ ャ ロ ナ ー
c h a l m e r s シ ャ ル マ ー ス
c h a l m e r s チ ャ マ ー ズ
c h a l m e r s チ ャ ル マ ー ス
c h a l m e r s チ ャ ル マ ー ズ
c h a m p l a i n シ ャ ン プ ラ ン
c h a n d r a チ ャ ン ド ラ
c h a n e l シ ャ ネ ル
c h a o チ ャ オ
c h a p a i s シ ャ ペ ー
c h a p e l o t シ ャ プ ロ
c h a p i n チ ェ ー ピ ン
c h a p u i s シ ャ ピ ュ イ
c h a r l e s t o w n チ ャ ー ル ズ タ ウ ン
c h a r n チ ャ ー リ ン
c h a u s s o n シ ョ ー ソ ン
c h e b r i k o v チ ェ ブ リ コ フ
c h e m n i t z ケ ム ニ ッ ツ
c h e n a l シ ュ ナ ル
c h e r b o n n e a u シ ェ ル ボ ノ ー
c h e s t e r t o n チ ェ ス タ ト ン
c h e v a l l e y シ ュ バ レ ー
c h e v r o n シ ェ ブ ロ ン
c h i a p e l l i キ ャ ペ リ
c h i c h e l e チ チ ェ リ ー
c h m a r a ク マ ラ
c h o u r e a u シ ュ ー ロ ー
c h r i s t i n ク リ ス タ ン
c h u v a s h チ ュ バ シ
c i a n c i o チ ア ン チ オ
c i e c h a n o w s k i チ ェ ハ ノ フ ス キ
c i m シ ム
c i n c i n n a t u s キ ン キ ナ ト ゥ ス
c i r i n o シ リ ノ
c i r i n o チ リ ー ノ
c l a u s ク ラ ウ ス
c l a u s o n ク ロ ー ゾ ン
c l o e t e ク ロ ー テ
c o b o s コ ボ
c o l e r i d g e コ ー ル リ ッ ジ
c o l l i n s o n コ リ ン ソ ン
c o l o n n a コ ロ ン ナ
c o l u m b u s コ ロ ン バ ス
c o l u m b u s コ ロ ン ブ ス
c o l w e l l コ ル ウ ェ ル
c o m b s コ ー ム ズ
c o m m a n d コ マ ン
c o m p a g n i コ ン パ ー ニ
c o n a k r y コ ナ ク リ
c o n c h i t a コ ン チ タ
c o n d o コ ン ド
c o n i n x コ ニ ン ク ス
c o n n o r コ ナ ー
c o n n o r コ ン ナ ー
c o n o v e r コ ノ バ ー
c o n s b r u c h コ ン ス ブ ル ッ ク
c o n t i n i コ ン テ ィ ー ニ
c o n z e l m a n n コ ン ツ ェ ル マ ン
c o o r n h e r t コ ー ル ン ヘ ル ト
c o p p e n s コ ッ ペ ン
c o r b i n コ ル バ ン
c o r b i n コ ー ビ ン
c o r f i e l d コ ー フ ィ ー ル ド
c o r n e i l l e コ ル ネ イ ユ
c o r n e l i u s コ ル ネ リ ゥ ス
c o r n e l i u s コ ル ネ リ ウ ス
c o r n e l i u s コ ル ネ リ ス
c o r n e l i u s コ ル ネ リ ュ ウ ス
c o r n e l i u s コ ー ニ ー リ ア ス
c o r n e r コ ー ナ ー
c o r n f e l d コ ー ン フ ェ ル ト
c o r n w e l l コ ー ン ウ ェ ル
c o r r e a コ レ ア
c o s e n t i n o コ セ ン テ ィ ー ノ
c o s e r i u コ セ リ ウ
c o u b e r t i n ク ー ベ ル タ ン
c o u r a j o d ク ラ ジ ョ
c o u r t i n e ク ー ル テ ィ ー ヌ
c o x w e l l コ ク ス ウ ェ ル
c o x w e l l コ ッ ク ス ウ ェ ル
c r e s p i n ク レ ス パ ン
c r i c h t o n ク ラ イ ト ン
c r i c h t o n ク リ ク ト ン
c r i l e ク ラ イ ル
c r i s w e l l ク リ ス ウ ェ ル
c r o m m e l y n c k ク ロ ム リ ン ク
c r o m p t o n ク ロ ン プ ト ン
c r o n s t e d t ク ロ ー ン ス テ ッ ト
c s e t e セ テ
c s o k o r チ ョ コ ル
c u b a キ ュ ー バ
c u d w o r t h カ ド ワ ー ス
c u n n i n g t o n カ ニ ン グ ト ン
c u r i e キ ュ リ ー
c u r t i s s カ ー テ ィ ス
c u r z o n カ ー ゾ ン
c z o l g o s z チ ョ ル ゴ シ ュ
c z y z チ ジ ュ
d a h l b e c k ダ ー ル ベ ッ ク
d a h l e m ダ ー レ ム
d a h l e r u p ダ ー ラ ロ ッ プ
d a h m ダ ー ム
d a l e y デ イ リ ー
d a l e y デ レ イ
d a l e y デ ー リ ー
d a l l i n ダ リ ン
d a l l y ダ リ
d a m o u r e t t e ダ ム レ ッ ト
d a n i s e ダ ニ ー ゼ
d a r i o ダ リ オ
d a r n t o n ダ ー ン ト ン
d a r r o w ダ ロ ー
d a r u ダ リ ュ
d a t e デ イ ト
d a u g h e r t y ド ー ア テ ィ
d a u g h e r t y ド ー リ ィ テ ィ ー
d a u n o u ド ヌ ー
d a u s s e t ド ー セ
d a v i s デ ィ ビ ス
d a v i s デ イ ビ ス
d a v i s デ ビ ス
d a v i s デ ー ビ ス
d a w n ド ー ン
d e b u c o u r t ド ビ ュ ク ー ル
d e d i c デ ェ デ ィ ッ チ
d e e d デ ー ド
d e e p a k デ ィ ー パ ッ ク
d e f a n t デ フ ァ ン ト
d e f f a n d デ フ ァ ン
d e i n e k a デ イ ネ ー カ
d e i t e r s ダ イ テ ル ス
d e i t e r s デ ィ ー タ ー ズ
d e j e a n ド ジ ァ ン
d e j e a n ド ジ ャ ン
d e l a u n a y デ ロ ネ ー
d e l a u n a y ド ロ ー ネ
d e l a u n a y ド ロ ー ネ ー
d e l i b e s デ リ ベ ス
d e l i b e s ド リ ー ブ
d e l p e c h デ ル ペ シ ュ
d e l t a デ ル タ
d e m a n g e ド マ ン ジ ュ
d e m e t z ド ゥ メ ッ ツ
d e m i s c h デ ー ミ ッ シ ュ
d e n i s デ ニ ス
d e n i s ド ゥ ニ
d e n i s ド ニ
d e n m a r k デ ン マ ー ク
d e n n i n g デ ニ ン グ
d e n y s デ ニ ス
d e n y s ド ゥ ニ ス
d e p r a z ド プ ラ
d e p u y デ ピ ュ ー
d e r i c k デ リ ッ ク
d e r t i n g e r デ ル テ ィ ン ガ ー
d e s a n k a デ サ ン カ
d e s i r e デ ジ レ
d e s v i g n e s デ ス バ イ ン
d e u e l デ ュ ー エ ル
d e v e r デ バ ー
d e v i s デ イ ビ ス
d e z h n e v デ ジ ネ フ
d i a c k ダ イ ア ッ ク
d i a g n e デ ィ ア ニ ュ
d i c k s t e i n デ ィ ク ス タ イ ン
d i e f e n b a k e r デ ィ ー フ ェ ン ベ ー カ ー
d i g b y デ ィ グ ビ ー
d i l l o n デ ィ ロ ン
d i n a h ダ イ ナ
d i n a h デ ィ ナ ー
d i n g l e y デ ィ ン グ リ ー
d i o p デ ィ オ プ
d i p p e l デ ィ ッ ペ ル
d j a k a r t a ジ ャ カ ル タ
d m i t r i ド ミ ト リ ー
d m i t r i ド ミ ー ト リ イ
d o b e r e i n e r ド ー ベ ラ イ ナ ー
d o d s l e y ド ズ リ ー
d o e s b u r g ド ー ス ブ ル フ
d o m i n g o ド ミ ン ゴ
d o m i n g u e z ド ミ ン ガ ス
d o m i n g u e z ド ミ ン ゲ ス
d o n d o g i i n ド ン ド ギ イ ー ン
d o n l o n ド ン ロ ン
d o n n ド ン
d o n n a ド ナ
d o n n a ド ン ナ
d o n n e t ド ネ
d o r c h e s t e r ド ー チ ェ ス タ ー
d o r m a n ド ル マ ン
d o u b e l l ド ゥ ベ ル
d o u g h e r t y ド ウ ア テ ィ
d o u g l a s s ダ グ ラ ス
d o u m e n g ド ゥ ー マ ン
d o v ダ ブ
d o v ド ー ブ
d o w d e n ダ ウ デ ン
d o w e r ダ ワ ー
d o w n i e ド ウ ニ ー
d o x i a d i s ド ク シ ア デ ィ ス
d o z i e r ド ー ジ ア
d r a b b l e ド ラ ブ ル
d r a c h ド ラ シ ュ
d r a c h ド ラ ッ ハ
d r e i e r ド ラ イ ア
d r e s c h e r ド レ ッ シ ヤ ー
d r e s s e l ド レ ッ セ ル
d r i n g e n b e r g ド ゥ リ ン ゲ ン ベ ル ク
d r o z d o v a ド ロ ズ ド ワ
d r u c k e r ド ラ ッ カ ー
d u b e デ ュ ベ
d u b i n i n ド ゥ ビ ー ニ ン
d u b i n i n ド ビ ニ ン
d u b i n i n ド ビ ー ニ ン
d u c h a n g e デ ュ シ ャ ン ジ ュ
d u c l o s デ ュ ク ロ
d u d e k デ ュ デ ッ ク
d u f r a i n e デ ュ フ レ ヌ
d u h a n ド ゥ ー ハ ン
d u l l e s ダ レ ス
d u l u t h ダ ル ー ス
d u n c k e l ド ゥ ン ケ ル
d u n k i r k ダ ン ケ ル ク
d u p a s q u i e r デ ュ パ ス キ エ
d u p l e i x デ ュ プ レ ク ス
d u p o n s デ ュ ポ ン
d u p o n t デ ュ ポ ン
d u p o r t デ ュ ポ ー ル
d u r e t デ ュ レ
d u r h a m ダ ー ラ ム
d u s h k i n ド ゥ ー シ キ ン
d u v a l デ ュ バ ル
d w y e r ダ ウ ヤ ー
d w y e r ド ワ イ ア ー
d w y e r ド ワ イ ヤ ー
d y s o n ダ イ ソ ン
e a d e イ ー ド
e a r h a r t イ ヤ ハ ー ト
e a r h a r t エ ア ハ ー ト
e a s t m a n イ ー ス ト マ ン
e b e r h a r d t エ バ ー ハ ル ト
e b e r h a r d t エ ー ベ ル ハ ル ト
e b e r l i n エ ー ベ ル リ ー ン
e c c l e s エ ク ル ズ
e c c l e s エ ッ ク ル ス
e c k h a r d エ ッ ク ハ ル ト
e c o n o m o エ コ ノ モ
e d e l s o n イ ー デ ル ソ ン
e d e l s o n エ ー デ ル ソ ン
e d g e r t o n エ ジ ャ ト ン
e d g e r t o n エ ジ ャ ー ト ン
e d l u n d エ ド ラ ン ド
e d m a n エ ド マ ン
e d u a r d エ ド ア ル ト
e d u a r d エ ド ア ル ド
e d u a r d エ ド ゥ ア ル ト
e d u a r d エ ド ゥ ア ー ド
e d u a r d エ ド ワ ル ト
e d u a r d エ ド ワ ー ド
e d u a r d エ ー ド ゥ ア ル ト
e d u a r d o エ ド ア ル ド
e d u a r d o エ ド ゥ ア ル ド
e d w a r d エ ド
e d w a r d エ ド ゥ ア ル ド
e d w a r d エ ド ワ ド
e d w a r d エ ド ワ ル ト
e d w a r d エ ド ワ ル ド
e d w a r d エ ド ワ ー ド
e f f e n b e r g e r エ ッ フ ェ ン ベ ル ガ ー
e f r o s エ フ ロ ス
e g a n イ ー ガ ン
e g e n t e r エ ー ゲ ン タ ー
e g g e エ ッ ゲ
e h r e n b e r g エ レ イ ン バ ー グ
e h r e n b e r g エ ー レ ン ベ ル ク
e h r e n b e r g エ ー レ ン ベ ル グ
e h r e n s p e r g e r エ ー レ ン ス ペ ル ガ ー
e h r e t エ レ ッ ト
e h r i c h エ ー リ ッ ク
e h r l i c h ア ー リ ッ ク
e h r l i c h エ ー リ ッ ヒ
e h r l i c h エ ー リ ヒ
e h r l i c h エ ー ル リ ッ ヒ
e h r l i c h エ ー ル リ ヒ
e h r l i c h m a n ア ー リ ッ ク マ ン
e i n h o r n ア イ ン ホ ル ン
e i s d o r f e r ア イ ス ド ー フ ァ ー
e i s e n h o w e r ア イ ゼ ン ハ ワ ー
e k l u n d エ ク ラ ン ド
e k l u n d エ ク ル ン ド
e k l u n d エ ー ク ル ン ド
e l b o g e n エ ル ボ ー ゲ ン
e l l e n b o g e n エ レ ン ボ ー ゲ ン
e l l e s m e r e エ ル ズ ミ ー ア
e l l i n g t o n エ リ ン ト ン
e l m a n エ ル マ ン
e l s a s s e r エ ル ザ ッ サ ー
e l s i n g エ ル シ ン グ
e l w e s エ ル ウ ィ ズ
e m イ エ ム
e m e r i c エ メ リ ッ ク
e m m a エ マ
e m m a エ ン マ
e m m e r i c h エ メ リ ヒ
e m m e t エ メ ッ ト
e m m i n g e r エ ミ ン ガ ー
e n f i e l d エ ン フ ィ ー ル ド
e n g e l エ ン ゲ ル
e n g e l エ ン ジ ェ ル
e n g e l b r e k t エ ン ゲ ル ブ レ ク ト
e n g e l g a r d t エ ン ゲ ル ガ ル ト
e n g e n エ ン ゲ ン
e n r i c o ア ン リ コ
e n r i c o エ ン リ コ
e n s o r エ ン ソ ル
e n t e b b e エ ン テ ベ
e n t r e m o n t ア ン ト ル モ ン
e r n a n i エ ル ナ ー ニ
e r s i n エ ル シ ン
e s c a r p i t エ ス カ ル ピ
e s c h e n b a c h エ ッ シ ェ ン バ ッ ハ
e s c h e n m a y e r エ ッ シ ェ ン マ イ ア ー
e s c o f f i e r エ ス コ フ ィ エ
e s e n i n エ セ ー ニ ン
e s p i n o s a エ ス ピ ノ サ
e s p i n o s a エ ス ピ ノ ー サ
e s q u e m e l i n g エ ス ケ メ リ ン グ
e s q u i v e l エ ス キ ベ ル
e u r o p e ヨ ー ロ ッ パ
e v e l y n イ ブ リ ン
e v e l y n イ ー ブ リ ン
e v e l y n エ ブ リ ン
e v e l y n エ ベ レ ン
e y c k ア イ ク
e y v i n d ア イ ビ ン
f a b b r i フ ァ ッ ブ リ
f a d e e v フ ァ ジ ェ ー エ フ
f a g e フ ェ ー ジ
f a h i m フ ァ ー ヒ ム
f a i r e y フ ェ ア リ
f a i s a n d i e r フ ェ ザ ン デ ィ エ
f a l k n e r フ ォ ー ク ナ ー
f a l l m e r a y e r フ ァ ル メ ラ イ ア ー
f a n c e フ ァ ン ス
f a n f a n i フ ァ ン フ ァ ー ニ
f a n n y フ ァ ニ ー
f a n s a g a フ ァ ン サ ー ガ
f a r g a フ ァ ル ガ
f a r n a b y フ ァ ー ナ ビ ー
f a r n u m フ ァ ー ナ ム
f a r o o q フ ァ ル ー ク
f a r o u k フ ァ ル ー ク
f a r q u h a r フ ァ ー ク ワ ー
f a r r e l l フ ァ レ ル
f a r r e l l フ ァ ー レ ル
f a r r e r フ ァ ラ ー
f a s s b i n d e r フ ァ ス ビ ン ダ ー
f a u s t フ ァ ウ ス ト
f e c h t e r フ ェ ク タ ー
f e c h t e r フ ェ ヒ タ ー
f e d e r z o n i フ ェ デ ル ツ ォ ー ニ
f e d o r e n k o フ ェ ド レ ン コ
f e i l i n g フ ィ ー リ ン グ
f e l i p e フ ェ リ ペ
f e l l n e r フ ェ ル ナ ー
f e l l o w s フ ェ ロ ー ズ
f e n d r i c h フ ェ ン ド リ ヒ
f e r n a n d e z フ ェ ル ナ ン デ ス
f e r r a r i フ ェ ラ リ
f e r r a r i フ ェ ラ ー リ
f e r r y フ ェ リ ー
f e s t a フ ェ ス タ
f e u e r フ ォ イ ヤ
f e u e r フ ォ イ ヤ ー
f e w フ ュ ー
f e y z i o g l u フ ェ イ ジ オ ー ル ー
f i e r l i n g e r フ ィ ー ル リ ン ゲ ル
f i f i e l d フ ァ イ フ ィ ー ル ド
f i g g i s フ ィ ギ ス
f i g l フ ィ グ ル
f i g n e r フ ィ グ ネ ル
f i l i p p e s c h i フ ィ リ ッ ペ ス キ
f i l i p p i フ ィ リ ッ ピ
f i l o v フ ィ ー ロ フ
f i o r a v a n t i フ ィ オ ラ バ ン テ ィ
f i r e s t o n e フ ァ イ ア ス ト ン
f i r e s t o n e フ ァ イ ア ス ト ー ン
f i s h l o w フ ィ ッ シ ュ ロ ー
f i t e s フ ァ イ ツ
f i t t s フ ィ ッ ツ
f i t z フ ィ ッ ツ
f i t z s i m o n s フ ィ ッ ツ サ イ モ ン ズ
f l a g s t a f f フ ラ ッ グ ス タ ッ フ
f l a m i n i o フ ラ ミ ニ オ
f l a u b e r t フ ロ ー ベ ー ル
f l a v i u s フ ラ ウ ィ ウ ス
f l e c k n o e フ レ ッ ク ノ ー
f l e i s s e r フ ラ イ サ ー
f l o u r n o y フ ル ー ル ノ ア
f o e r s t e r フ ェ ル ス タ ー
f o g a z z a r o フ ォ ガ ッ ツ ァ ー ロ
f o g g フ ォ ッ グ
f o i s s y フ ォ ワ シ ィ
f o l z フ ォ ル ツ
f o m i n フ ォ ミ ー ン
f o n e r フ ォ ー ナ ー
f o n t a i n a s フ ォ ン テ ナ
f o n t a n e フ ォ ン タ ー ネ
f o n z i フ ォ ン ツ ィ
f o r b e r g フ ォ ル ベ ル ク
f o r c a d e フ ォ ル カ ー ド
f o r d y c e フ ォ ー ダ イ ス
f o r e s t e r フ ォ レ ス タ ー
f o r n e r フ ォ ー ナ ー
f o r o u h a r フ ル ハ ル
f o r z a n o フ ォ ル ツ ァ ー ノ
f o s d i c k フ ォ ス デ ィ ッ ク
f o u g e r o n フ ー ジ ュ ロ ン
f o u r e s t i e r フ ー レ ス テ ィ エ
f o w l e r フ ァ ウ ラ ー
f o w l e r フ ォ ー ラ ー
f r a n c i a フ ラ ン シ ア
f r a n c i a フ ラ ン チ ャ
f r a n c i n e フ ラ ン シ ー ヌ
f r a n c i n e フ ラ ン シ ー ン
f r a n c o フ ラ ン コ
f r a n k e n s t e i n フ ラ ン ケ ン シ ュ タ イ ン
f r a n k f o r t フ ラ ン ク フ ォ ー ト
f r a n k f u r t フ ラ ン ク フ ル ト
f r a z i e r フ レ イ ジ ァ
f r a z i e r フ レ イ ジ ャ ー
f r a z i e r フ レ ー ザ ー
f r e d e r i c k フ レ デ リ ッ ク
f r e e d フ リ ー ド
f r e i b e r g e r フ ラ イ バ ー ガ ー
f r e i t a g フ ラ イ タ ー ク
f r e i t a s フ レ ー タ ス
f r e s n a y フ レ ネ ー
f r e t w e l l フ レ ッ ト ウ ェ ル
f r e y t a g フ ラ イ タ ー ク
f r i d t j o f フ リ チ ョ フ
f r i e d e l フ リ ー デ ル
f r i m m e r フ リ マ ー
f r i s c h フ リ ッ シ ュ
f r i s k フ リ ス ク
f r i s o フ リ ソ ー
f r o b e r g e r フ ロ ー ベ ル ガ ー
f r o h m a n フ ロ ー マ ン
f r o s t フ ロ ス ト
f r u n z e フ ル ン ゼ
f u l l e r フ ラ ー
f u r m a n o v フ ー ル マ ノ フ
f u r n e a u x フ ル ノ ー
f y f f e フ ァ イ フ
f y t フ ェ イ ト
g a b a i n ガ バ イ ン
g a b i n i u s ガ ビ ニ ウ ス
g a b r y ガ ブ リ ー
g a d a m e r ガ ダ マ ー
g a f u r i ガ フ リ
g a i n e s ゲ イ ン ズ
g a i n e s ゲ ー ン ズ
g a l a m b o s ガ ラ ン ボ ス
g a l a s s i ガ ラ ッ シ
g a l b i a t i ガ ル ビ ア ー テ ィ
g a l i e ガ リ エ
g a l i l e i ガ リ レ イ
g a l l o s ガ ロ ス
g a l s t o n ガ ル ス ト ン
g a l s t o n ゴ ー ル ス ト ン
g a m b a ガ ン バ
g a m b i a ガ ン ビ ア
g a m b k e ガ ン プ ケ
g a n l e y ガ ン リ ー
g a n l e y ギ ャ ン リ ー
g a n s ガ ン ス
g a r b o ガ ル ボ
g a r b o ガ ー ボ ー
g a r c i a ガ ル シ ア
g a r n e t t ガ ー ネ ッ ト
g a r r ゲ ー ル
g a r r i s o n ガ リ ソ ン
g a r r i s o n ギ ャ リ ソ ン
g a r r o d ガ ロ ッ ド
g a r r o d ギ ャ ロ ッ ド
g a r u f i ガ ル ー フ ィ
g a r v e y ガ ー ビ ー
g a r v e y ガ ー ベ イ
g a r y ガ リ
g a r y ガ リ ー
g a r y ギ ャ リ ー
g a r y ゲ ア リ ー
g a r y ゲ イ リ ー
g a r y ゲ リ ー
g a r y ゲ ー リ ィ
g a r y ゲ ー リ ー
g a v e l a ガ ベ ラ
g a v i n o ガ ビ ー ノ
g a v s h o n ガ ブ シ ョ ン
g a y n o r ゲ イ ナ ー
g e a r ギ ヤ
g e i j e r イ ェ イ エ ル
g e i k i e ゲ ー キ ー
g e i s e l ガ イ セ ル
g e i s e l ガ イ ゼ ル
g e i s l e r ガ イ ス ラ ー
g e l f a n d ゲ ル フ ァ ン ト
g e m e s ギ ー メ シ ュ
g e n e t t e ジ ュ ネ ッ ト
g e n s o u s ジ ャ ン ス ー ス
g e n t i l e ジ ェ ン テ ィ ー レ
g e o r g e t t e ジ ョ ル ジ ェ ッ ト
g e o r g e t t e ジ ョ ー ジ ェ ッ ト
g e o r g i n a ジ ョ ー ジ ナ
g e r a i n t ジ ェ レ イ ン ト
g e r g o n n e ジ ェ ル ゴ ン ヌ
g e r l a c h e ジ ェ ル ラ シ ュ
g e r l i n ジ ェ ル リ ン
g e r r y ゲ リ ー
g e r r y ジ ェ リ ー
g e r s t e n b e r g ゲ ル ス テ ン ベ ル ク
g e r t r u d ゲ ト ル ー ト
g e r t y ガ ー テ ィ
g e t t ゲ ッ ト
g e t t y ゲ ッ テ ィ
g i a c o m e l l i ジ ャ コ メ リ
g i a n n o n e ジ ャ ン ノ ー ネ
g i a n n o t t i ジ ャ ン ノ ッ テ ィ
g i a r d i n i ジ ャ ル デ ィ ー ニ
g i a u q u e ジ オ ー ク
g i b b o n s ギ ボ ン ズ
g i b n e y ギ ブ ニ ー
g i b s o n ギ ブ ス ン
g i b s o n ギ ブ ソ ン
g i g l i ジ ッ リ
g i g l i ジ ー リ
g i l l e t t ギ レ ッ ト
g i l l e t t ジ レ ッ ト
g i l l i s ギ リ ス
g i l l m a n ギ ル マ ン
g i l l o t ジ ロ
g i n a ジ ナ
g i n a ジ ー ナ
g i n d e l y ギ ン デ リ ー
g i n i ジ ー ニ
g i n n e r ジ ン ナ ー
g i n s b e r g ギ ン ズ バ ー グ
g i n s b u r g h ギ ン ズ バ ー グ
g i o j a ジ ォ ヤ
g i o n o ジ オ ノ
g i p p s ギ プ ス
g i s c h i a ギ ス キ ア
g i u l i o グ ィ リ オ
g i u l i o ジ ュ リ オ
g i u s t i ガ ス テ ィ
g i u s t i ジ ュ ス テ ィ
g l a s p e l l グ ラ ス ペ ル
g l a s s o n グ ラ ソ ン
g l a s s o n グ ラ ッ ソ ン
g l a u b e r グ ラ ウ バ ー
g l a u s e r グ ラ ウ ザ ー
g l e n d a グ レ ン ダ
g l i s s o n グ リ ッ ソ ン
g l o s s o p グ ロ ッ ソ ッ プ
g o b b i ゴ ッ ビ
g o d e f r o y ゴ ド フ ロ ア
g o d e l i e r ゴ ド リ エ
g o e b e l ゲ ー ベ ル
g o f f ゴ フ
g o g o l ゴ ー ゴ リ
g o l a ゴ ラ
g o l d m a r k ゴ ル ト マ ル ク
g o l d s m i t h ゴ ー ル ド ス ミ ス
g o l d w a t e r ゴ ー ル ド ウ ォ ー タ ー
g o l y a k o v ゴ リ ャ コ フ
g o m a r u s ゴ マ ル ス
g o m b o l i ゴ ン ボ リ
g o n c o u r t ゴ ン ク ー ル
g o n d o t ゴ ン ド
g o n t a r d ゴ ン タ ー ル
g o n t i e r ゴ ン テ ィ エ
g o n z a g a ゴ ン ザ ー ガ
g o o d e グ ッ デ ィ
g o o d e グ ッ ド
g o o d e グ ー ド
g o p i ゴ ー ピ
g o r c h a k o v ゴ ル チ ャ コ フ
g o r c h a k o v ゴ ル チ ャ コ ー フ
g o r e g l y a d ゴ レ グ リ ヤ ー ド
g o r g a s ゴ ー ガ ス
g o r i s ゴ リ ス
g o r i t z ゴ リ ッ ツ
g o r s k y ゴ ル ス キ ー
g o r v i n ゴ ル ビ ン
g o s l i c h ゴ ス リ ヒ
g o s s ゴ ス
g o t ゴ ー
g o u d s m i t ハ ウ ト ス ミ ッ ト
g o u j o n グ ー ジ ョ ン
g o u l a r t グ ラ ー ル
g o u l a r t ゴ ラ ー ル
g o w o n ゴ ウ ォ ン
g o w r i e ゴ ウ リ ー
g o z l a n ゴ ズ ラ ン
g r a e f グ レ ー フ
g r a n a c h e r グ ラ ナ ッ シ ャ ー
g r a n e k グ ラ ネ ッ ク
g r a n g e r グ ラ ン ガ ー
g r a n g e r グ レ ン ジ ャ ー
g r a n g e r グ レ ー ン ジ ャ ー
g r a v e s a n d e フ ラ ー フ ェ ザ ン デ
g r a v i u s グ ラ ビ ウ ス
g r a y d o n グ レ イ ド ン
g r e c h a n i n o v グ レ チ ャ ニ ノ フ
g r e e n グ リ ー ン
g r e e n b e r g グ リ ン バ ー グ
g r e e n b e r g グ リ ー ン バ ー グ
g r e e n b e r g グ リ ー ン ベ ル グ
g r e e n e r グ リ ー ナ ー
g r e e n f e l d グ リ ー ン フ ェ ル ド
g r e e n s t e i n グ リ ー ン シ ュ タ イ ン
g r e e n s t e i n グ リ ー ン ス タ イ ン
g r e e n s t e i n グ リ ー ン ス テ イ ン
g r e g グ レ グ
g r e g グ レ ッ グ
g r e g s o n グ レ ッ グ ソ ン
g r e n v i l l e グ レ ン ビ ル
g r e v e グ リ ー ブ
g r e w グ ル ー
g r i g o r e s c u グ リ ゴ レ ス ク
g r i m k e グ リ ム ケ
g r i n g o r e グ ラ ン ゴ ー ル
g r o b e グ ロ ー ブ
g r o n o s t a y グ ロ ノ ス タ イ
g r o o m グ ル ー ム
g r o s s m a n n グ ロ ー ス マ ン
g r o t h グ ロ ー ト
g r o t h e グ ロ ー テ
g r u e l l e グ ル ー エ ル
g r u n e n w a l d グ リ ュ ナ ン バ ル ト
g r u n f e l d グ リ ュ ー ン フ ェ ル ト
g r y l l s グ リ ル ス
g u a d a l a j a r a グ ア ダ ラ ハ ラ
g u a d a l u p e グ ア ダ ル ー プ
g u a r i n i グ ア リ ー ニ
g u d e グ ー デ
g u e l f i グ ェ ル フ ィ
g u e n t h e r グ ン サ ー
g u i l l a u m e ギ ョ ー ム
g u i l l a u m e ギ ヨ ー ム
g u i l l a u m i n ギ ヨ ー マ ン
g u i l l e r m o ギ エ ル モ
g u i l l e r m o ギ ジ ェ ル モ
g u i l l e r m o ギ リ ェ ル モ
g u i o t ギ オ
g u l l e r ギ ュ ラ ー
g u n n ガ ン
g u n n e l グ ン ネ ル
g u r a グ ー ラ
g u r w i t s c h ギ ュ ル ビ ッ チ
g u r y ギ ュ リ ー
g u t b e r l e t グ ー ト ベ ル レ ー ト
g u z h e n k o グ ジ ェ ン コ
g w a t k i n グ オ ー ト キ ン
g w e n n グ ウ ェ ン
g w i n n グ ウ ィ ン
g y l l e n s t e n イ ェ ー レ ン ス テ ン
h a b e c k ハ ー ベ ッ ク
h a b e r m a s ハ ー バ ー マ ス
h a c h a ハ ー カ
h a c k e t t ハ ケ ッ ト
h a c k m a n n ハ ッ ク マ ン
h a d l o c k ハ ド ロ ッ ク
h a e g e l ヘ ッ ゲ ル
h a f e r k a m p ハ フ ェ ル カ ン プ
h a g e d o r n ハ ゲ ド ー ン
h a g e d o r n ハ ー ゲ ド ル ン
h a g e r t y ハ ガ チ ー
h a h n ハ ー ン
h a i n ハ イ ン
h a l a m k a ハ ラ ム カ
h a l f p e n n y ヘ ー プ ニ ー
h a l i m i ア リ ミ
h a l l d o r ハ ル ド ー ル
h a l p e r ハ ル パ ー
h a l p e r n ア ル ペ ル ン
h a l p e r n ハ ル パ ン
h a l p e r n ハ ル パ ー ン
h a l p e r n ハ ル ペ ン
h a l s t e a d ハ ル ス テ ッ ド
h a l s t e a d ホ ル ス テ ッ ド
h a m b u r g e r ア ン ビ ュ ル ジ ェ
h a m b u r g e r ハ ン バ ー ガ ー
h a m b u r g e r ハ ン ブ ル ガ ー
h a m e l i n ア ム ラ ン
h a m e r ハ マ ー
h a m m e r s c h m i d t ハ ン マ ー シ ュ ミ ッ ト
h a m m e s ハ ム メ ス
h a m m e s ハ ン メ ス
h a m p s h i r e ハ ン プ シ ャ ー
h a n c e ハ ン ス
h a n d e l m a n ハ ン デ ル マ ン
h a n n e s ハ ネ ス
h a n n e s ハ ン ネ ス
h a n o u n ア ヌ ー ン
h a n z l ハ ン ツ ェ ル
h a r a u c o u r t ア ロ ー ク ー ル
h a r d w i c k e ハ ー ド ウ ィ ッ ク
h a r d y ア ル デ ィ
h a r d y ハ ル デ ィ
h a r d y ハ ー デ ィ
h a r d y ハ ー デ ィ ー
h a r g o b i n d ハ ル ゴ ー ビ ン ド
h a r g r a v e ハ ー グ レ ー ブ
h a r l i n g e n ハ ー リ ン ゲ ン
h a r r i e t ハ リ エ ッ ト
h a r t m a n n ハ ル ト マ ン
h a r t m a n n ハ ー ト マ ン
h a r t z ハ ー ツ
h a r v e ハ ー ブ
h a s s ハ ス
h a s s e l l ハ ッ セ ル
h a s s e l m a n s ハ ッ セ ル マ ン
h a t z f e l d ア ツ フ ェ ル ド
h a t z f e l d ハ ッ ツ フ ェ ル ト
h a u g e n ハ ウ ゲ ン
h a u g e n ホ ー ゲ ン
h a u k s b e e ホ ー ク ス ビ ー
h a u s b e r g e r ハ ウ ス ベ ル ガ ー
h a u s h o f e r ハ ウ ス ホ ー フ ァ ー
h a u s s m a n n オ ス マ ン
h a u s s m a n n ハ ウ ス マ ン
h a w k e n ホ ー キ ン
h a w k e n ホ ー ケ ン
h a y m a n ヘ イ マ ン
h a y m a n ヘ ー マ ン
h a y n a u ハ イ ナ ウ
h a y w o r t h ヘ イ ワ ー ス
h a z l i t t ハ ズ リ ッ ト
h e c k m a n ヘ ッ ク マ ン
h e d a y a t ヘ ダ ー ヤ ト
h e d r i c k ヘ ド リ ッ ク
h e e m ヘ ー ム
h e e m s k e r c k ヘ ー ム ス ケ ル ク
h e g a r ヘ ー ガ ル
h e g a r ヘ ー ガ ー
h e g i u s ヘ ギ ウ ス
h e g s t e d ヘ ッ グ ス テ ッ ド
h e i l e r ハ イ ラ ー
h e i n l ハ イ ヌ ル
h e l g a ヘ ル ガ
h e l l m e r s ヘ ル マ ー ス
h e m m e r ヘ ン メ ル
h e n c k e l l ヘ ン ケ ル
h e n d l e r ヘ ン ド ラ ー
h e n d r i c k s ヘ ン ド リ ッ ク ス
h e n d r i k ヘ ン ド リ ッ ク
h e n g l e i n ヘ ン グ ラ イ ン
h e n i u s ヘ ニ ウ ス
h e n k e l ヘ ン ケ ル
h e n o c h ヘ ー ノ ホ
h e n t o f f ヘ ン ト フ
h e p p l e w h i t e ヘ ッ プ ル ホ ワ イ ト
h e r b a r t ヘ ル バ ル ト
h e r b i g ヘ ル ビ ヒ
h e r e m a n s ヘ ー レ マ ン ス
h e r l i h y ハ ー リ ヒ イ
h e r m a n d ヘ ル マ ン ト
h e r r e n ヘ レ ン
h e r r l i n g e r ヘ ル リ ン ガ ー
h e r s c h エ ル シ ュ
h e r s e t h ハ ー セ ス
h e r w i g ヘ ル ビ ヒ
h e r z l ヘ ル ツ ル
h e s s l i n g エ ス ラ ン
h e s s l i n g ヘ ッ ス リ ン グ
h e t z e l エ ッ ツ ェ ル
h e t z e l ヘ ッ ツ ェ ル
h e u b a u m ホ イ バ ウ ム
h e y m a n n エ イ マ ン
h e y m a n n ハ イ マ ン
h e y w a r d ヘ イ ワ ー ド
h e y w a r d ヘ ー ワ ー ド
h i c k s ヒ ッ ク ス
h i e l s c h e r ヒ ー ル シ ャ ー
h i l d e n b r a n d ヒ ル デ ン ブ ラ ン ト
h i l l i e r ヒ リ ア ー
h i l l m a n ヒ ル マ ン
h i l l q u i t ヒ ル キ ッ ト
h i m m e l ヒ ン メ ル
h i n a u l t イ ノ ー
h i n d e ハ イ ン ド
h i n k ヒ ン ク
h i r s c h f e l d ハ ー シ ュ フ ェ ル ド
h i r s c h f e l d ヒ ル シ ュ フ ェ ル ト
h i r s c h f e l d ヒ ル シ ュ フ ェ ル ド
h i s l o p ヒ ス ロ ッ プ
h i t c h ヒ ッ チ
h o a g l a n d ホ ー グ ラ ン ド
h o a r ホ ア
h o a r ホ ア ー
h o c c l e v e ホ ッ ク リ ー ブ
h o c h ホ ッ ク
h o e k フ ッ ク
h o e r n l e ハ ー ン リ
h o f m e i s t e r ホ フ マ イ ス タ ー
h o k a n s o n ホ カ ン ソ ン
h o l g e r オ ル ガ ー
h o l g e r ホ ル ガ ー
h o l l a r ホ ラ ー
h o l m a n ホ ル マ ン
h o l m a n ホ ー ル マ ン
h o l q u i s t ホ ル ク イ ス ト
h o l y ホ リ ー
h o l y ホ ー リ ー
h o l z ホ ル ツ
h o l z e l ホ ル ツ ェ ル
h o m e r ホ ー ナ ー
h o m e r ホ ー マ ー
h o n o r オ ー ナ ー
h o r t e n s e オ レ タ ン ス
h o u l t o n ホ ウ ル ト ン
h o u p i s ホ ー ピ ス
h o u s e ハ ウ ス
h o w a r t h ハ ワ ー ス
h o w a r t h ホ ワ ー ス
h o w l e t t ハ ウ レ ッ ト
h r i s a n i d e フ リ サ ニ デ
h r i s t o v フ リ ス ト フ
h u a r d ユ ア ー ル
h u b e r d e a u ユ ベ ル ド
h u b e r t u s フ ー ベ ル ト ゥ ス
h u c h フ ー フ
h u d e r フ ー ダ ー
h u d s o n ハ ド ス ン
h u d s o n ハ ド ソ ン
h u e b n e r ヒ ュ ー ブ ナ ー
h u e c k ヒ ュ ッ ク
h u e h n ヒ ュ ー ン
h u f e l a n d フ ー フ ェ ラ ン ト
h u g e n b e r g フ ー ゲ ン ベ ル ク
h u g o ヒ ュ ー ゴ
h u g o ヒ ュ ー ゴ ー
h u g o フ ー ゴ ー
h u g o ユ ゴ ー
h u g o ユ ー ゴ ー
h u m p h r e y ハ ン フ リ ー
h u n g a r y ハ ン ガ リ ー
h u n g e r フ ン ガ ー
h u s s e i n i フ セ イ ニ
h u t フ ー ト
h u t c h e s o n ハ ッ チ ソ ン
h u t t e n フ ッ テ ン
h u t t m a n n ハ ッ ト マ ン
h u y s m a n s ホ イ ス マ ン ス
h u y s m a n s ユ イ ス マ ン ス
h y a t t ハ イ ア ッ ト
h y a t t ハ イ ヤ ッ ト
h y l t o n ヒ ル ト ン
h y n e k ハ イ ネ ッ ク
i b a d a n イ バ ダ ン
i l o n イ ロ ン
i l y u s h i n イ リ ュ ー シ ン
i m b e r t ア ン ベ ー ル
i n d u s イ ン ダ ス
i n e s イ ネ ス
i n g イ ン グ
i n g e g n e r i イ ン ジ ェ ニ エ ー リ
i n g r a s s i a イ ン グ ラ ッ シ ャ
i n o イ ノ
i n o u y e イ ノ ウ エ
i n s e l イ ン セ ル
i o f a n ヨ フ ァ ン
i o f f e ヨ ッ フ ェ
i o n イ オ ン
i o s i f o v イ オ シ ー ホ フ
i r b y イ ル ビ ー
i r e t o n ア イ ア ト ン
i r i s h ア イ リ ッ シ ュ
i r o n s i イ ロ ン シ
i s a a c s ア イ ザ ク ス
i s a a c s ア イ ザ ッ ク ス
i s a a c s イ サ ー ク ス
i s a b e l イ ザ ベ ル
i s a b e l l a イ ザ ベ ラ
i s a b e l l e イ サ ベ ル
i s a b e l l e イ ザ ベ ル
i s a d o r e イ ザ ド ア
i s n a r d イ ス ナ ー ル
i s r a e l イ ス ラ エ ル
i s r a e l イ ズ ラ エ ル
i s r a e l イ ズ レ ア ル
i s r a e l イ ズ レ イ エ ル
i s r a e l イ ズ レ イ ル
i s s e l b a c h e r ア イ セ ル ベ ー カ ー
i v a n o v イ ワ ノ フ
i v a n o v イ ワ ー ノ フ
i v a n o v i c i イ ワ ノ ビ ッ チ
i v a n o v s k y イ ワ ノ フ ス キ ー
i v y ア イ ビ
i v y ア イ ビ ー
i z a t t ア イ ザ ッ ト
j a c h m a n n ヤ ッ ハ マ ン
j a c h m a n n ヤ ハ マ ン
j a c k ジ ャ ッ ク
j a c k ジ ャ ツ ク
j a c k s ジ ャ ッ ク ス
j a c k s o n ジ ャ ク ス ン
j a c k s o n ジ ャ ク ソ ン
j a c k s o n ジ ヤ ク ソ ン
j a c o b i n i ヤ コ ビ ー ニ
j a c o t o t ジ ャ コ ト ー
j a d a s s o h n ヤ ー ダ ス ゾ ー ン
j a d e ジ ェ イ ド
j a d e ジ ャ ド
j a e n s c h イ ェ ン シ ュ
j a e n s c h ジ ェ ン シ ュ
j a i a ヤ イ ア
j a k e s ジ ェ イ ク ス
j a k e s ヤ ケ シ ュ
j a m a l ジ ャ マ ル
j a m e s o n ジ ェ イ ム ソ ン
j a m e s o n ジ ェ ー ム ソ ン
j a n e t ジ ャ ネ
j a n e t ジ ャ ネ ッ ト
j a n s o n s ヤ ン ソ ン ス
j a r v i k ジ ャ ー ビ ッ ク
j a s p e r s ヤ ス パ ー ス
j a v a d ジ ャ バ ー ド
j a v i t s ジ ャ ビ ッ ツ
j a v o r ジ ェ イ バ ー
j a y a k a r シ ャ ヤ カ ー ル
j a y a s u r i y a ジ ャ ヤ ス リ ヤ
j e a n n e n e y ジ ャ ヌ ネ
j e a n n e n e y ジ ャ ヌ ネ ー
j e a n n i e ジ ー ニ ー
j e n c k s ジ ェ ン ク ス
j e n n e r イ ェ ナ ー
j e n n e r ジ ェ ン ナ ー
j e n s イ ェ ン ス
j e r g e r イ ェ ル ガ ー
j e r n b e r g ジ ェ ー ン バ ー グ
j e r o m e ジ ェ ロ ー ム
j e s s ジ ェ ス
j e s s u p ジ ェ サ ッ プ
j o a q u i n ジ ョ ア キ ン
j o a q u i n ホ ア キ ン
j o h a n e s ヨ ハ ネ ス
j o h a n s o n ジ ョ ハ ン ソ ン
j o h a n s o n ヨ ハ ン ソ ン
j o h a n s o n ヨ ー ハ ン ゾ ン
j o h n ジ ャ ン
j o h n ジ ョ ニ ー
j o h n ジ ョ ン
j o h n ジ ョ ー ン
j o h n ヨ ー ン
j o h s t ヨ ー ス ト
j o r d e n ジ ョ ー デ ン
j o r i s s e n ヨ リ ッ セ ン
j o s h ジ ョ シ ュ
j o s h i ジ ョ シ
j o s h i ジ ョ シ ー
j o s h i ヨ シ
j o u h a u x ジ ュ オ ー
j u c h ユ ッ フ
j u e l ユ エ ル
j u g l a r ジ ュ グ ラ ー ル
j u h l ジ ュ ー ル
j u l i e ジ ュ リ ー
j u n g ユ ン ク
j u n g ユ ン グ
j u n g k ユ ン ク
j u n g m a n n ユ ン グ マ ン
k a e l i n ケ ラ ン
k a k カ ク
k a l l a s カ ッ ラ ス
k a l m u s カ ル ム ス
k a l y a n カ リ ヤ ン
k a m e l カ メ ル
k a m i l カ ミ ル
k a m i l カ ー ミ ル
k a m i n s k i カ ミ ン ス キ ー
k a m m カ ム
k a n s a s カ ン サ ス
k a r e l カ レ ル
k a r e l カ ー レ ル
k a r n i カ ル ニ
k a r p カ ー プ
k a r p f カ ー プ
k a r s a v i n a カ ル サ ビ ナ
k a r t n e r カ ー ト ナ ー
k a s h m i r カ シ ミ ー ル
k a s p e r カ ス パ ー
k a s s a k カ サ ッ ク
k a t e s ケ ー ツ
k a t z i n カ ツ ィ ン
k a u d e r カ ウ ダ ー
k a u f m a n カ ウ フ マ ン
k a u f m a n コ ー フ マ ン
k a u l カ ウ ル
k a u t s k y カ ウ ツ キ ー
k e e n l e y s i d e キ ン リ ー サ イ ド
k e e t o n キ ー ト ン
k e h l e r ケ ー ラ ー
k e i g h t l e y カ イ ト リ ー
k e i g h t l e y キ ー ト リ ー
k e l e r ケ レ ル
k e l l e r ケ ラ ー
k e l l e r ケ ー ル レ ル
k e m b l e ケ ン ブ ル
k e m p e n f e l t ケ ン ペ ン フ ェ ル ト
k e m p t o n ケ ン プ ト ン
k e n ケ ン
k e n s i n g t o n ケ ン ジ ン ト ン
k e r n カ ー ン
k e r n ケ ル ン
k e r s c h b a u m e r ケ ル シ ュ バ ウ マ ー
k e r s h a w カ ー シ ョ ー
k e r t e s z ケ ル テ ス
k e s l e r キ ス ラ ー
k e u s s l e r コ イ ス ラ ー
k e y n e s ケ イ ン ズ
k e y n e s ケ ー ン ズ
k h o m e i n i ホ メ イ ニ
k i e r キ ー ル
k i l b u r n キ ル バ ン
k i l d a r e キ ル デ ア
k i l m a r t i n キ ル マ ー チ ン
k i n d l e r キ ン ド ラ ー
k i n g s l e y キ ン グ ス リ ー
k i n g s l e y キ ン グ ス レ イ
k i n g s l e y キ ン グ ス レ ー
k i n g s l e y キ ン グ ズ リ ー
k i n g s l e y キ ン グ ズ レ イ
k i n g s l e y キ ン グ ズ レ ー
k i n g s t o w n キ ン グ ス タ ウ ン
k i n n e a r キ ニ ア
k i n n e a r キ ネ ア
k i o w a カ イ オ ワ
k i p p e n b e r g キ ッ ペ ン ベ ル ク
k i s a n g a n i キ サ ン ガ ニ
k i t t e l キ ッ テ ル
k l a p h e c k ク ラ フ ェ ッ ク
k l i m o v ク リ モ フ
k l i m t ク リ ム ト
k l i n g e m a n n ク リ ン ゲ マ ン
k l o t z ク ロ ッ ツ
k n a u s ク ナ ウ ス
k n e b e l ク ネ ー ベ ル
k n i c k e r b o c k e r ニ ッ カ バ ッ カ ー
k n o l l y s ノ ー ル ズ
k n u d s e n ク ヌ ッ ト セ ン
k n u d s e n ク ヌ ト セ ン
k n u d s e n ク ヌ ー セ ン
k n u d s e n ク ヌ ー ト セ ン
k n u d s e n ヌ ー ド セ ン
k o b e r コ ー バ ー
k o e n i g ケ イ ニ ー グ
k o e n i g ケ ニ ー グ
k o e n i g ケ ー ニ グ
k o e n i g ケ ー ニ ッ ヒ
k o e n i g ケ ー ニ ヒ
k o e n i g コ ー ニ グ
k o h n b e r g コ ー ン バ ー グ
k o k o s c h k a コ コ シ ュ カ
k o k o v t s o v コ コ ー フ ツ ォ フ
k o l a r o v コ ラ ロ フ
k o l i s c h コ リ ッ シ ュ
k o l l m a n コ ル マ ン
k o n o w ク ヌ ー ブ
k o o n s ク ー ン ズ
k o p p コ ッ プ
k o p p e r コ ッ パ ー
k o p p e r s コ ッ ペ ル ス
k o r i n e t s コ リ ネ ツ
k o r o r コ ロ ー ル
k o t z e b u e コ ッ ツ ェ ブ ー
k r a j g e r ク ラ イ ゲ ル
k r a k o w s k i ク ラ コ フ ス キ
k r a s n o d a r ク ラ ス ノ ダ ー ル
k r a s n o v a ク ラ ス ノ ワ
k r a u s s ク ラ ウ ス
k r a u t e r ク ラ ウ タ ー
k r e c h ク レ ッ チ
k r i e g e r ク リ ー ガ ー
k r i s t i a n s e n ク リ ス テ ン セ ン
k r o g h ク ロ ー
k r o g h ク ロ ー グ
k r o n b e r g e r ク ロ ン ベ ル ガ ー
k r o n e n b e r g ク ロ ー ネ ン ベ ル ク
k r u p s k a y a ク ル プ ス カ ヤ
k r u z ク ル ツ
k u g l e r ク グ ラ ー
k u g l e r ク ー グ ラ ー
k u l i d z h a n o v ク リ ジ ャ ー ノ フ
k u n e r t ク ー ネ ル ト
k u n o ク ノ ー
k u n o ク ー ノ ー
k u p c h e n k o ク ー プ チ ェ ン コ
k u p f f e r ク ッ プ フ ェ ル
k u r t z ク ル ツ
k u t t n e r カ ッ ト ナ ー
k u t t n e r ク ト ナ ー
k u y p e r カ イ パ ー
k u y p e r コ イ ペ ル
k u z m i n ク ズ ミ ン
k v a p i l ク バ ピ ル
k v a p i l ク ワ ピ ル
l a b o c c e t t a ラ ボ チ ェ ッ タ
l a f f i t t e ラ フ ィ ッ ト
l a g e r レ ー ガ ー
l a g e t ラ ジ ェ
l a h e y レ イ ヒ
l a i d l e r レ イ ド ラ ー
l a j o l o ラ ヨ ロ
l a m b r o s ラ ン ブ ロ ス
l a m p i n ラ ン パ ン
l a n ド ッ ク
l a n c h e s t e r ラ ン チ ェ ス タ ー
l a n d i ラ ン デ ィ
l a n d o r ラ ン ダ ー
l a n d s b e r g ラ ン ズ バ ー グ
l a n d s b e r g ラ ン ズ ベ ル ク
l a n d s b e r g ラ ン ズ ベ ル グ
l a n d s b e r g ラ ン ツ ベ ル ク
l a n d s m a n ラ ン ド マ ン
l a n g ラ ン ク
l a n g ラ ン グ
l a n g ラ ン グ ー
l a n g m u i r ラ ン グ ミ ュ ア
l a n g u e d o c ラ ン グ ド ッ ク
l a p l a c e ラ プ ラ ス
l a p o i n t e ラ ポ ワ ン ト
l a r m i n a t ラ ル ミ ナ
l a r s s o n ラ ル ソ ン
l a s s e n ラ ッ セ ン
l a t o u c h e ラ ト ゥ ー シ ュ
l a t t i m o r e ラ テ ィ モ ア
l a u r e ロ ー ル
l a u r e n c e ロ レ ン ス
l a u r e n c e ロ ー ラ ン ス
l a u r e n c e ロ ー レ ン ス
l a u r i e ロ ウ リ ー
l a u r i e ロ ー リ
l a u r i e ロ ー リ ー
l a v e r レ ー バ ー
l a v i g e r i e ラ ビ ジ ュ リ ー
l a z a r u s ラ ザ ラ ス
l a z a r u s ラ ザ ル ス
l a z a r u s ラ ツ ァ ル ス
l e a n d e r レ ア ン ダ ー
l e d u c ル ダ ッ ク
l e d u c ル デ ュ ッ ク
l e g e n t レ ゲ ン ト
l e i b o v i t z リ ー ボ ビ ッ ツ
l e i n o レ イ ノ
l e j e u n e ル ジ ュ ヌ
l e j e u n e レ ジ ュ ネ
l e m m e r レ ン マ ー
l e m n i t z e r レ ム ニ ツ ァ ー
l e n e l レ ー ネ ル
l e n o x レ ノ ッ ク ス
l e o n h a r d レ オ ン ハ ル ト
l e o n h a r d レ オ ン ハ ー ト
l e o n h a r d レ ナ ー ド
l e o n h a r d レ ー オ ン ハ ル ト
l e o n o r a レ オ ノ ー ラ
l e o n t i e v レ オ ー ン チ エ フ
l e s h a n ル シ ャ ン
l e s k o v レ ス コ フ
l e s u r e ル ジ ュ ー ル
l e v i リ ビ
l e v i リ ー バ イ
l e v i レ ビ
l e v i レ ー ビ
l e v i e レ ビ
l e w e s ル イ ス
l e x e r レ ク サ ー
l i a n e リ ア ー ヌ
l i d i a リ デ ィ ア
l i e b l i n g リ ー プ リ ン グ
l i e v e n s リ ー フ ェ ン ス
l i m a リ マ
l i m b u r g ラ ン ブ ー ル
l i m b u r g リ ン ブ ル ク
l i n a r e s リ ナ レ ス
l i n c h レ ン チ
l i n d b l o m リ ン ド ブ ロ ム
l i n d e m a n n リ ン デ マ ン
l i n d n e r リ ン ト ナ ー
l i n d n e r リ ン ド ナ ー
l i n d o w リ ン ド ウ
l i n g e n リ ン ゲ ン
l i n g l e リ ン グ ル
l i n k l e t t e r リ ン ク レ タ ー
l i n l i t h g o w リ ン リ ス ゴ ー
l i n u s リ ヌ ス
l i p c h i t z リ プ シ ッ ツ
l i p p e r リ ッ パ ー
l i p p e r t リ ッ ペ ル ト
l i p p i t t リ ピ ッ ト
l i p p m a n リ ッ プ マ ン
l i s i t s y n リ シ チ ン
l i s i t s y n リ シ ツ イ ン
l i t h u a n i a リ ト ア ニ ア
l i v e s e y リ ブ ジ ー
l i v i n g s t o n リ ビ ン グ ス ト ン
l i z a ラ イ ザ
l i z a リ ザ
l o b e ロ ー ベ
l o b e c k ロ ー ベ ッ ク
l o c h m a n ロ ッ ホ マ ン
l o c k h a r t ロ ッ カ ー ト
l o c k h a r t ロ ッ ク ハ ー ト
l o e s e r レ ー ザ ー
l o e s e r ロ ー ザ
l o h n e s ロ ー ン ズ
l o m b r o s o ロ ン ブ ロ ー ゾ
l o n c a r ロ ン チ ャ ル
l o n g a c r e ロ ン グ エ ー カ ー
l o n g e n e c k e r ロ ン グ ネ カ ー
l o p a t i n ロ パ ー チ ン
l o r e t t a ロ レ ッ タ
l o u r d e s ル ル ド
l o v e d a y ラ ブ デ ー
l o w d e r ラ ウ ダ ー
l o w e l l ロ ウ ェ ル
l o w e l l ロ ー ウ ェ ル
l o w e l l ロ ー エ ル
l o w e n ロ ー ウ ェ ン
l o w n d e s ラ ウ ン ズ
l o y ロ イ
l u a r d ル ア ー ド
l u b o t s k y リ ュ ボ ツ キ ー
l u c e リ ュ ス
l u c e ル ス
l u c e ル ー ス
l u c h i n o ル キ ノ
l u c k ラ ッ ク
l u c k y ラ ッ キ ー
l u g a r d ル ガ ー ド
l u k e s o v a ル ケ シ ョ バ ー
l u n a ル ナ
l u s h ラ ッ シ ュ
l u s t i g ル ス テ ィ ヒ
l u t h e r ル タ ー
l u v i s i ル ビ ー ジ
l y d i a r d リ デ ィ ア ー ド
l y e l l ラ イ エ ル
l y n g リ ン グ
l y o n s ラ イ ア ン ズ
l y o n s ラ イ オ ン ズ
l y o n s リ オ ン ズ
m a c a r t n e y マ カ ト ニ ー
m a c a r t n e y マ カ ー ト ニ
m a c a r t n e y マ カ ー ト ニ ー
m a c a u l e y マ コ ー リ ー
m a c d o u g a l l マ ク ド ゥ ー ガ ル
m a c e r o l l o マ チ ェ ロ ル ロ
m a c i a s マ シ ア ス
m a c k o マ ッ コ
m a c o m b e r マ ッ コ ー マ ー
m a c q u e e n マ ッ ク ィ ー ン
m a d e l i n e マ デ リ ン
m a d e l i n e マ デ リ ー ン
m a d e l i n e マ ド リ ン
m a d e r n a マ デ ル ナ
m a e n z a マ エ ン ツ ァ
m a e v e メ ー ブ
m a g d a マ グ ダ
m a g g i e マ ギ ー
m a g g i n マ ッ ギ ン
m a g u i r e マ ク ガ イ ア
m a g u i r e マ グ ァ イ ア
m a h a l a n o b i s マ ハ ラ ノ ビ ス
m a h y マ ヒ ー
m a i m b o u r g マ ン ブ ー ル
m a i r e メ ー ル
m a i r e メ ー レ
m a k s u t o v マ ク ス ト フ
m a l マ ル
m a l a b r e マ ラ ー ブ ル
m a l a p a r t e マ ラ パ ル テ
m a l i m b a マ リ ン バ
m a l i n i n マ リ ー ニ ン
m a l k i n マ ル キ ン
m a l l o c h マ ロ ッ ホ
m a l u s マ リ ュ ス
m a n d i n o マ ン デ ィ ー ノ
m a n d l マ ン ド ル
m a n f r e d マ ン フ レ ッ ト
m a n f r e d マ ン フ レ ッ ド
m a n f r e d マ ン フ レ ド
m a n f r e d マ ン フ レ ー ト
m a n n e r s マ ナ ー ズ
m a n n i x マ ニ ッ ク ス
m a n s e l l マ ン セ ル
m a n s i o n マ ン シ ョ ン
m a n v e l l マ ン ベ ル
m a p マ ッ プ
m a r a b l e マ ラ ブ ル
m a r c e l l a マ ー セ ラ
m a r c h b a n k マ ー チ バ ン ク
m a r c h u k マ ル チ ュ ー ク
m a r c o n i マ ル コ ー ニ
m a r d i n マ ー デ ィ ン
m a r g a i マ ル ガ イ
m a r g a l e f マ ー ガ レ フ
m a r g a r e t a マ ル ガ レ ー タ
m a r g u l e s マ ル グ レ ス
m a r i g h e l l a マ リ ゲ ー ラ
m a r i l y n マ リ リ ン
m a r i s a マ リ サ
m a r k e w i c h マ ー ケ ウ ィ ッ チ
m a r k k a n e n マ ル カ ネ ン
m a r o t o マ ロ ー ト
m a r p l e s マ ー プ ル ズ
m a r q u a n d マ ル カ ン
m a r q u a n d マ ー カ ン ド
m a r q u i s マ ー キ ス
m a r q u i s マ ー ク ィ ス
m a r r i o t t マ リ オ ッ ト
m a r r o w マ ロ ー
m a r r o w マ ー ロ ウ
m a r t マ ー ト
m a r t i n マ ル タ ン
m a r t i n マ ル チ ン
m a r t i n マ ル テ ィ ン
m a r t i n マ ー チ ン
m a r t i n マ ー テ ィ ン
m a s s a c h u s e t t s マ サ チ ュ ー セ ッ ツ
m a s s i m o マ ッ シ モ
m a t h i a s s e n マ チ ア ッ セ ン
m a t h i e s o n マ シ ソ ン
m a t i s s e マ チ ス
m a t y a s マ テ ィ ス
m a u p i n マ ウ ピ ン
m a u r e l モ レ ル
m a u r e r マ ウ ラ ー
m a u r e r マ ウ レ ル
m a u r e r モ ウ ラ ー
m a u s s モ ー ス
m a u t z マ ウ ツ
m a x i m マ キ シ ム
m a x i m マ ク シ ム
m a x i m i l i a n マ ク シ ミ リ ア ン
m a y n t z マ イ ン ツ
m a y s メ イ ズ
m a z e a u d マ ゾ ー
m a z o n マ ゾ ン
m a z z a r e l l o マ ツ ァ レ ロ
m a z z o l i マ ッ ツ ォ ー リ
m b o y a ム ボ ヤ
m c b r i d e マ ク ブ リ ド
m c c a n n マ ッ カ ン
m c g u i n n e s s マ ク ギ ネ ス
m c t i e r n a n マ ク テ ィ ア ナ ン
m c w h i r t e r マ ク ワ ー タ ー
m e d j i m o r e c メ ジ モ レ ツ
m e e r s o n メ ー エ ル ソ ン
m e h l メ ー ル
m e i g h e n ミ ー エ ン
m e i k メ ー ク
m e i n o n g マ イ ノ ン グ
m e i s w i n k e l マ イ ス ビ ン ケ ル
m e l l a メ リ ャ
m e l r o s e メ ル ロ ー ズ
m e l t z e r メ ル ツ ァ ー
m e l v i l メ ル ビ ル
m e n d e l s o h n メ ン デ ル ゾ ー ン
m e n e n メ ネ ン
m e n u h i n メ ニ ュ ー イ ン
m e r c h a n t マ ー チ ャ ン ト
m e r c k e r メ ル カ ー
m e s s e r e r メ ッ セ レ ル
m e s s o r i メ ッ ソ ー リ
m i c h a ミ シ ャ
m i c h a l s k a ミ カ ル ス カ
m i c h e a u ミ シ ョ ー
m i c o m b e r o ミ コ ン ベ ロ
m i k h a i l o v ミ ハ イ ロ フ
m i k h a i l o v i c h ミ ハ イ ロ ビ チ
m i k h a l k o v ミ ハ ル コ フ
m i k h a l k o v ミ ハ ル コ ー フ
m i k h l i n ミ フ リ ン
m i l f o r d ミ ル フ ォ ー ド
m i l g r a m ミ ル グ ラ ム
m i l k a ミ ル カ
m i l l ミ ル
m i l l e n ミ レ ン
m i m s ミ ム ス
m i n e a r マ イ ニ ア
m i n e a r ミ ネ ア
m i n g i o n e ミ ン ジ オ ー ネ
m i n k o w s k i ミ ン コ フ ス キ ー
m i n n i e ミ ニ ー
m i n t o ミ ン ト ー
m i t i n ミ ー チ ン
m i v a r t マ イ バ ー ト
m l a d e n o v ム ラ デ ノ フ
m o c h i モ キ
m o d i a n o モ デ ィ ア ノ
m o d r o w モ ド ロ ウ
m o e ム ー
m o e モ ー
m o g g r i d g e モ グ リ ッ ジ
m o l e r モ ウ ラ ー
m o l e s モ ル
m o l i n a r i モ リ ナ ー リ
m o l i t o r モ リ ト ル
m o l l g a a r d モ ル ガ ー ル
m o l l i s o n モ リ ソ ン
m o n d モ ン ド
m o n i g e t t i モ ニ ゲ ッ テ ィ
m o n r o v i a モ ン ロ ビ ア
m o n t a l v o モ ン タ ル ボ
m o n t a n e r モ ン タ ー ネ ル
m o n t e n e g r o モ ン テ ネ グ ロ
m o n t e r o モ ン テ ロ
m o r a z z o n i モ ラ ッ ツ ォ ー ニ
m o r d e c h a i モ ル デ カ イ
m o r d e c h a i モ ル デ ハ イ
m o r d i l l o マ ル デ ィ ヨ
m o r e l l モ レ ル
m o r e s c o モ レ ス コ
m o r e t モ レ
m o r e t モ レ ト
m o r e t t i モ レ ッ テ ィ
m o r f モ ル フ
m o r g a モ ル ガ
m o r g h e n モ ル ゲ ン
m o r i c e モ リ ス
m o r l a y モ ル レ
m o r r e l l マ レ ル
m o r r e l l モ レ ル
m o r r i l l モ リ ル
m o r r i s o n モ リ ス ン
m o r r i s o n モ リ ソ ン
m o s e l e y モ ズ リ ー
m o s e l e y モ ー ズ リ ー
m o s k i n モ ス キ ン
m o s l e y モ ス レ イ
m o s l e y モ ズ レ ー
m o s l e y モ ー ズ リ ー
m o s s o モ ッ ソ
m o s t a e r t モ ス タ ー ル ト
m o s t a e r t モ ス テ ー ル
m o s z k o w s k i モ シ ュ コ フ ス キ ー
m o u c h e t ム ー シ ェ
m o u l l e c ム ー レ ッ ク
m o u n t マ ウ ン ト
m o u r a モ ウ ラ
m o w a t t マ ウ ア ッ ト
m o w r e r マ ウ ラ ー
m o z z a t o モ ッ ツ ァ ー ト
m u c c i o l i ム ッ チ ョ ー リ
m u k h a c h e v ム ハ チ ョ フ
m u k h e r j e e ム ケ ル ジ ー
m u l l e r マ ラ ー
m u l l e r ミ ュ ラ ー
m u l l e r ミ ュ ー ラ ー
m u m m e r y マ マ リ ー
m u n マ ン
m u n s e l l マ ン セ ル
m u r a d e l i ム ラ デ ー リ
m u r a n y i ム レ イ ニ ー
m u r a v i y o v ム ラ ビ ヨ フ
m u r g e r ミ ュ ル ジ ェ ー ル
m u r i s ム リ ス
m u s a v i ム サ ビ
m u t c h マ ッ チ
n a d a i ナ ダ イ
n a f i s ナ フ ィ ス
n a g g i a r ナ ジ ャ ー ル
n a i p a u l ナ イ ポ ー ル
n a j a r ナ ジ ャ ー ル
n a s b y ナ ズ ビ ー
n a s s a u ナ ッ ソ ー
n a s t ナ ス ト
n a t h o r s t ナ ト ー ル ス ト
n a t h u s i u s ナ ト ゥ ー ジ ウ ス
n a v r a t i l o v a ナ ブ ラ チ ロ ワ
n a y a k ナ ヤ ッ ク
n a z i m o v a ナ ジ ー モ ワ
n e c k a m ネ ッ カ ム
n e d b a l ネ ド バ ル
n e l l i ネ ッ リ
n e l l i ネ リ
n e m o u r s ヌ ム ー ル
n e n a ニ ー ナ
n e p i l ネ ピ ル
n e r o ネ ロ
n e r v i ネ ル ビ
n e s t l e ネ ス ト レ
n e t t e r ネ ッ タ ー
n e t t e s h e i m ネ ッ テ ス ハ イ ム
n e u b e r ノ イ バ ー
n e u m e y e r ノ イ マ イ ア
n e u p e r ノ イ パ ー
n e u z i l ヌ ー ジ ル
n e v i n s ネ ビ ン ス
n e v i n s ネ ビ ン ズ
n e w c o m b e ニ ュ ー カ ム
n e z h d a n o v a ネ ジ ダ ー ノ ワ
n i a m e y ニ ア メ
n i b l o ニ ブ ロ
n i c o ニ コ
n i c o l a s ニ コ ス
n i c o l a s ニ コ ラ
n i c o l a s ニ コ ラ ス
n i e h a n s ニ ー ハ ン ス
n i e s e ニ ー ゼ
n i e s s e n ニ ー セ ン
n i k o l a y e v a ニ コ ラ ー エ ワ
n i l s s o n ニ ル ソ ン
n i n o ニ ノ
n i n o ニ ー ノ
n i p k o w ニ プ コ ー
n i r e n b e r g ニ レ ン バ ー グ
n i t s c h m a n n ニ ッ チ マ ン
n i v e n ニ ー ブ ン
n i v e n ニ ー ベ ン
n k o m o ヌ コ モ
n o a c k ノ ア ク
n o a h ノ ア
n o a i l l e s ノ ア イ ユ
n o a m ノ ー ム
n o c k ノ ッ ク
n o d i e r ノ デ ィ エ
n o e l ノ エ ル
n o e l ノ ー エ ル
n o e r ノ ア ー
n o o n a n ヌ ー ナ ン
n o o r t ノ ー ル ト
n o r d h e i m ノ ル ド ハ イ ム
n o r e ノ ー ア
n o r e n a ノ レ ナ
n o r e n b e r g ノ ー レ ン バ ー グ
n o r i e ノ リ
n o r t h ノ ー ス
n o r t o n ノ ー ト ン
n o v i k o v ノ ビ コ フ
n o y e s ノ イ ズ
n t s a m a ツ ァ マ
n u n n ナ ン
n y b l a e u s ニ ュ ー ブ レ イ ウ ス
o b e r h o l t z e r オ ー バ ホ ル ツ ァ ー
o b e r m i l l e r オ ー ベ ル ミ ル レ ル
o b e y オ ベ ー
o b o t e オ ボ テ
o b r u c h e v オ ブ ル チ ェ フ
o c h a b オ ハ ブ
o d e s s a オ デ ッ サ
o d i l o n オ デ ィ ロ ン
o d i o r n e オ デ ィ オ ー ン
o f f n e r オ フ ナ ー
o g g オ ッ グ
o g l e s b y オ グ レ ス ビ
o h m オ ー ム
o k h l o p k o v オ フ ロ ー プ コ フ
o l d オ ー ル ド
o l d c a s t l e オ ー ル ド カ ー ス ル
o l d r i c h オ ル ド ジ ッ フ
o l i v e i r a オ リ ベ イ ラ
o l y m p i a オ リ ン ピ ア
o m a r オ マ ル
o m a r オ マ ー ル
o m a r オ ー マ ー
o o r t オ ー ル ト
o r a i s o n オ レ ゾ ン
o r b a y オ ル ベ イ
o r e n b u r g オ レ ン ブ ル グ
o r e s t e s オ レ ス テ ス
o r g e l オ ー ゲ ル
o r i a オ リ ア
o r j a s a e t e r ウ ー リ ア セ ー タ ー
o r j a s a e t e r エ ル ヤ セ ー タ ー
o r l e y オ ル レ イ
o r m o n d e オ ー モ ン ド
o r m o n d r o y d オ ー モ ン ド ロ イ ド
o r r オ ア
o r r オ ア ー
o r r オ ル
o r r オ ー ア
o r r オ ー ル
o r r e r y オ レ リ ー
o r t e l i u s オ ル テ リ ウ ス
o s t e r t a g オ ス タ ー タ ー ク
o s t e r t a g オ ス テ ル タ ー ク
o s t l u n d オ ス ト ラ ン ド
o s t r o u m o v オ ス ト ロ ウ ー モ フ
o t a オ タ
o t h m a n オ ス マ ン
o t i s オ ー チ ス
o t i s オ ー テ ィ ス
o t i s オ ー テ ス
o t t l e y オ ッ ト リ
o u m a n o ウ ー マ ノ
o v e r b u r y オ ー バ ー ベ リ ー
o x e n s t i e r n a ウ ク セ ン シ ェ ル ナ
o x u s オ ク サ ス
o y o n o オ ヨ ノ
o z g u r オ ズ ギ ュ ル
p a b s t パ ブ ス ト
p a b s t パ プ ス ト
p a c a ペ ー カ
p a c c a パ ッ カ
p a c i n o パ チ ー ノ
p a c i o l i パ チ オ リ
p a c u v i u s パ ク ウ ィ ウ ス
p a d d y パ デ ィ
p a d g e t t パ ジ ェ ッ ト
p a g o t パ ゴ ー
p a h l e n パ ー レ ン
p a i パ イ
p a k i s t a n パ キ ス タ ン
p a l a d e パ ラ デ ィ
p a l a n d e r パ ラ ン ダ ー
p a l e r m o パ ラ モ
p a l e r m o パ レ ル モ
p a l l パ ー ル
p a l l o t t i n o パ ロ ッ テ ィ ー ノ
p a m i c h パ ミ ッ チ
p a n c e r a パ ン チ ェ ラ
p a n c h o パ ン チ ョ
p a n o f f パ ノ フ
p a n t i l l o n パ ン テ ィ ヨ ン
p a o l a n t o n i o パ オ ラ ン ト ニ オ
p a p a g o s パ パ ゴ ス
p a p o u l i a s パ プ リ ア ス
p a r i k h パ リ ー ク
p a r k パ ー ク
p a r m e l i n パ ル ム ラ ン
p a r r パ ー
p a r r a n パ ー ラ ン
p a r r o t t パ ロ ッ ト
p a r r o t t パ ー ロ ッ ト
p a s d e l o u p パ ド ル ー
p a s s e k パ セ ッ ク
p a s s e r a t パ ス ラ
p a t パ ッ ト
p a t a k パ タ ク
p a t h パ ス
p a t o n パ ト ン
p a t o n ペ イ ト ン
p a t o n ペ ー ト ン
p a t t e パ ッ ト
p a t t e r s o n パ タ ー ス ン
p a t t e r s o n パ タ ー ソ ン
p a u l i パ ウ リ
p a u l o s パ ウ ロ ス
p a u l s e n パ ウ ル ゼ ン
p a v e l i c パ ベ リ チ
p a v o l i n i パ ボ リ ー ニ
p e a k e ピ ー ク
p e a l e ピ ー ル
p e a r c e ピ ア ス
p e a r c e ピ ア ー ス
p e a r l パ ー ル
p e a r y ピ ア リ ー
p e d r e t t i ペ ド レ ッ テ ィ
p e e r ペ ー ル
p e e r y ピ ー リ ー
p e f f e r ペ ッ フ ァ
p e i n e m a n n パ イ ネ マ ン
p e l c z y n s k i ペ ル チ ン ス キ ー
p e l l e g r i n ペ ル グ ラ ン
p e l l e w ペ リ ュ ー
p e l l i o t ペ リ オ
p e l t i e r ペ ル チ ャ ー
p e l t i e r ペ ル テ ィ エ
p e l z ペ ル ツ
p e n ペ ン
p e n c k ペ ン ク
p e n g パ ン
p e n n i n g t o n ペ ニ ン ト ン
p e n n o ペ ン ノ
p e n n y p a c k e r ペ ニ ー パ ッ カ ー
p e r g a u d ペ ル ゴ ー
p e r m ペ ル ミ
p e r n o u d ペ ル ヌ ー
p e r r a s ペ ラ ス
p e r r i n パ ー リ ン
p e r r i n ペ ラ ン
p e r r i n ペ リ ン
p e r r i n e ペ リ ン
p e r r o n e t ペ ロ ネ
p e r s i c h e t t i パ ー シ ケ ッ テ ィ
p e r v y s h i n ペ ル ビ シ ン
p e s c a r a ペ ス カ ラ
p e s c h ペ ッ シ ュ
p e s c o ペ ス コ
p e s t e l ペ ス テ リ
p e s t e l ペ ス テ ル
p e t r a s o v i t s ペ ト ロ シ ョ ビ ッ ツ
p e t r a s s i ペ ト ラ ッ シ
p e t r i c ペ ト リ チ
p e y r o n i e ペ ー ロ ニ
p e y t o n ペ イ ト ン
p e z e l ペ ー ツ ェ ル
p f e i f f e r フ ァ イ フ ァ ー
p f e i f f e r プ フ ァ イ フ ァ ー
p f i t z n e r プ フ ィ ッ ツ ナ ー
p h i l i p e フ ィ リ ッ プ
p h i l p o t t フ ィ ル ポ ッ ト
p h i p s フ ィ ッ プ ス
p i a l a t ピ ア ラ
p i a t a k o v ピ ャ タ コ ー フ
p i c c a l u g a ピ ッ カ ル ー ガ
p i c c o ピ ッ コ
p i c h o n ピ シ ョ ン
p i c k e n s ピ ケ ン ズ
p i c k e n s ピ ッ ケ ン ズ
p i e l o u ピ ー ル ー
p i e p e r ピ ー パ ー
p i g e o n ピ ジ ョ ン
p i g g o t t ピ ゴ ッ ト
p i g o r i n i ピ ゴ リ ー ニ
p i k a i z e n ピ カ イ ゼ ン
p i n a y ピ ネ ー
p i n c h e r ピ ン チ ャ ー
p i n g a u d パ ン ゴ ー
p i n k e r t o n ピ ン カ ー ト ン
p i n z a ピ ン ツ ァ
p i p i t o n e ピ ピ ト ン
p i r a e u s ピ レ ウ ス
p i r a n i ピ ラ ー ニ
p i r k h e i m e r ピ ル ク ハ イ マ ー
p i r n e r ピ ル ナ ー
p i r q u e t ピ ル ケ
p i s a c a n e ピ サ カ ー ネ
p i s a r e n k o ピ サ レ ン コ
p i t k i n ピ ト キ ン
p i t z e r ピ ッ ツ ァ ー
p i v o v a r o v a ピ ボ ワ ロ ワ
p i x l e y ピ ク ス リ ー
p l a n c k プ ラ ン ク
p l a n t a プ ラ ン タ
p l a s t o v プ ラ ス ト フ
p l a t h プ ラ ス
p l a t h プ ラ ー ス
p l a t h プ ラ ー ト
p l a y f a i r プ レ ー フ ェ ア
p l e v e プ レ ー ベ
p l u c k n e t t プ ラ ク ネ ッ ト
p o e ポ オ
p o e ポ ー
p o i n d e x t e r ポ イ ン デ ク ス タ ー
p o l i t z e r ポ リ ッ ツ ァ ー
p o l i t z e r ポ リ ツ ェ ル
p o l l ポ ル
p o l l a c k ボ ラ ッ ク
p o l l a c k ポ ラ ッ ク
p o l l m a n n ポ ル マ ン
p o m e r a n c e ポ メ ラ ン ス
p o n c i n s ポ ン サ ン
p o n d ポ ン ド
p o n d e r ポ ン ダ ー
p o n o m a r e n k o ポ ノ マ レ ン コ
p o n t o r m o ポ ン ト ル モ
p o n t y ポ ン テ ィ
p o p e ポ ウ プ
p o p e ポ ー プ
p o r t o - n o v o ポ ル ト ノ ボ
p o s n i c k ポ ゾ ニ ッ ク
p o s o s h k o v ポ ソ シ コ ー フ
p o s t g a t e ポ ス ト ゲ イ ト
p o s t l e ポ ー ス ト ル
p o t e m k i n ポ チ ョ ー ム キ ン
p o t s d a m ポ ツ ダ ム
p o u i l l o n プ ィ ヨ ン
p o u i l l o n プ イ ヨ ン
p o u l e t プ ー レ
p o u r t a l e s プ ル タ レ ー ス
p o w e l l パ ウ ェ ル
p o w e l l パ ウ エ ル
p o w e l l ポ ー エ ル
p o w e r パ ワ ー
p o w y s ポ ウ イ ス
p o w y s ポ ー イ ス
p o y n i n g s ポ イ ニ ン グ ズ
p r a d e l l a プ ラ デ ル ラ
p r a n d t l プ ラ ン ト ル
p r e n t i s ブ レ ン テ ィ ス
p r e s s l e r プ レ ス ラ ー
p r e s s m a n プ レ ス マ ン
p r e t s c h プ レ シ ュ
p r e v e r t プ レ ベ ー ル
p r i m a t i c c i o プ リ マ テ ィ ッ チ オ
p r i n t z プ リ ン ス
p r i v e t t プ リ ベ ッ ト
p r o b e r t プ ロ バ ー ド
p r o c a c c i n i プ ロ カ ッ チ ー ニ
p r o s t プ ロ ス ト
p r o w s e プ ラ ウ ズ
p r y a n i s h n i k o v プ リ ャ ニ シ ニ コ フ
p u c c i n i プ ッ チ ー ニ
p u c e l l e ピ ュ ッ セ ー ル
p u c k パ ッ ク
p u d o v k i n プ ド フ キ ン
p u f e n d o r f プ ー フ ェ ン ド ル フ
p u g n e t t i パ グ ネ ッ テ ィ
p u g o プ ー ゴ
p u l a s k i プ ラ ス キ
p u l a s k i プ ワ ス キ
p u l l m a n プ ル マ ン
p u r c h a s パ ー チ ェ ス
p u r c h a s パ ー チ ャ ス
p u r s e l l パ ー セ ル
p u r v i t s ピ ュ ル ビ ツ
p u y a n a プ ヤ ー ナ
p y ピ ー
q a t a r カ タ ー ル
q u a d e ク エ イ ド
q u a n t r i l l ク ワ ン ト リ ル
q u e n n e l l ク エ ネ ル
q u i g l e y キ グ リ ー
q u i n ク イ ン
q u i n c y ク イ ン シ
q u i n c y ク イ ン シ ー
q u i n t o n ク イ ン ト ン
r a b i ラ ビ
r a d w a n s k i ラ ド ワ ン ス キ ー
r a h m a n ラ ー マ ン
r a h n e r ラ ー ナ ー
r a i f ラ イ フ
r a i j a ラ イ ヤ
r a j ラ ジ
r a k h i m o v ラ ヒ ー モ フ
r a m a n a n d a ラ マ ナ ン ダ
r a m i r o ラ ミ ロ
r a n d a l ラ ン ダ ル
r a p p a r d ラ パ ー ル
r a s h i d ラ シ ッ ド
r a s h i d ラ シ ド
r a t h j e n s ラ チ ェ ン ス
r a u c h e r ロ ー チ ャ ー
r a u g e l ロ ー ジ ェ ル
r a u s c h e n b u s c h ラ ウ シ ェ ン ブ ッ シ ュ
r a v e n レ イ ブ ン
r a v e n レ ー ブ ン
r a y ラ イ
r a y レ イ
r a y レ ー
r a y e レ イ
r e b r e a n u レ ブ リ ヤ ヌ
r e g e r レ ー ガ ー
r e i c h e r t ラ イ ヘ ル ト
r e i c h s t e i n ラ イ ヒ シ ュ タ イ ン
r e i l ラ イ ル
r e i m a r ラ イ マ ー
r e i n a r t z ラ イ ナ ル ツ
r e i n g o l d レ イ ン ゴ ー ル ド
r e i n m a r ラ イ ン マ ー
r e i s s e r ラ イ サ ー
r e i s z ラ イ ス
r e n e s s e レ ネ ッ セ
r e n e v i e r ル ヌ ビ エ
r e p n i n レ プ ニ ン
r e s n i k レ ズ ニ ッ ク
r e u c h l i n ル ク ラ ン
r e u c h l i n ロ イ ヒ リ ン
r e z n i k o v レ ズ ニ コ フ
r i b e i r o リ ベ イ ロ
r i b o t リ ボ ー
r i c c i a r e l l i リ ッ チ ャ レ ル リ
r i c c i o l i リ ッ チ ョ ー リ
r i c h e p i n リ シ ュ パ ン
r i c h e r リ シ ェ
r i c k e n ラ イ ケ ン
r i d d l e リ ド ル
r i d e o u t リ ド ー
r i e b e e c k リ ー ベ ッ ク
r i e f l i n g リ ー フ リ ン グ
r i e g e l リ ー ゲ ル
r i i s リ ー ス
r i n a u d o リ ナ ウ ド
r i n d l e r リ ン ド ラ ー
r i n g e i s s e n リ ン ガ イ セ ン
r i n g o リ ン ゴ
r i o r d a n リ ア ダ ン
r i o r d a n リ オ ー ダ ン
r i o r d a n リ ョ ー ダ ン
r i o s リ オ ス
r i p l e y リ プ リ
r i p l e y リ プ リ ー
r i p l e y リ プ レ ー
r i p o n リ ポ ン
r i t t e r s h a u s e n リ ッ タ ー シ ャ ウ ゼ ン
r i t z リ ッ ツ
r i v i e r リ ビ エ
r o b a r d s ロ バ ー ズ
r o b i n s ロ ビ ン ス
r o b i n s ロ ビ ン ズ
r o c h a ロ ー シ ャ
r o c k ロ ッ ク
r o c k i n g h a m ロ ッ キ ン ガ ム
r o d a r i ロ ダ ー リ
r o d b e r t u s ロ ー ト ベ ル ト ゥ ス
r o e n t g e n レ ン ト ゲ ン
r o g e r s ロ ジ ャ ー
r o g e r s ロ ジ ャ ー ス
r o g e r s ロ ジ ャ ー ズ
r o g e r s o n ロ ジ ャ ー ソ ン
r o h m e r ロ メ ル
r o h m e r ロ メ ー ル
r o h m e r ロ ー マ ー
r o h r e r ロ ー ラ ー
r o l a n d ロ ラ ン
r o l a n d ロ ラ ン ド
r o l a n d ロ ー ラ ン
r o l a n d ロ ー ラ ン ド
r o l f e ロ ル フ
r o l l s ロ ー ル ズ
r o l o f f ロ ロ フ
r o m a i n ロ マ ン
r o m a n e s ロ マ ー ニ ズ
r o n g e ロ ン ゲ
r o n n i n g e n ロ ニ ン ゲ ン
r o o s ル ー シ ュ
r o o s ロ ー ス
r o o t h ル ー ス
r o o y ロ ー イ
r o p a r t z ロ パ ー ル
r o p s ロ プ ス
r o r t y ロ ー テ ィ
r o r v i k ロ ー ビ ッ ク
r o s a ロ ー ザ
r o s e a u ロ ゾ ー
r o s e n ロ ー セ ン
r o s e n ロ ー ゼ ン
r o s i n g ロ ー ジ ン グ
r o s o l a t o ロ ゾ ラ ー ト
r o s s i n i ロ ッ シ ー ニ
r o t h ロ ス
r o t h ロ ト
r o t h ロ ー ト
r o t h w e l l ロ ス ウ ェ ル
r o t t a ロ ッ タ
r o u c e k ロ ー シ ェ ッ ク
r o u d ラ ウ ド
r o w l e s ロ ウ ル ズ
r u b b r a ラ ブ ラ
r u b b r a ラ ブ ラ ー
r u d i g e r ラ デ ィ ガ ー
r u k e y s e r リ ュ ー カ イ ザ ー
r u l e ル ー ル
r u m o r ル モ ー ル
r u s h ラ ッ シ ュ
r u s k a ル ス カ
r u s s e l l ラ ッ セ ル
r u u d ル ー ド
r u y s b r o e k ル ブ ル ク
r u y s c h ロ イ ス
s a b a t a サ バ タ
s a d i k サ デ ィ ッ ク
s a d l e r サ ド ラ ー
s a f i r e サ フ ァ イ ア
s a g a n サ ガ ン
s a g a n ザ ガ ン
s a g a n セ ー ガ ン
s a g d u l l a サ グ ド ゥ ラ
s a i d サ イ ー ド
s a k a r サ ー カ ル
s a l a z a r サ ラ サ ル
s a l a z a r サ ラ ザ ル
s a l a z a r サ ラ ザ ー ル
s a l i s b u r y ソ ー ル ズ ベ リ ー
s a l l i n e n サ リ ネ ン
s a l o m o n サ ロ モ ン
s a l o m o n ザ ロ モ ン
s a m a r k a n d サ マ ル カ ン ド
s a n d e サ ン デ
s a n d e ザ ン デ
s a n d e l サ ン デ ル
s a n d o z サ ン ド
s a n d y s サ ン ズ
s a n e r ザ ー ナ ー
s a n g a l l o サ ン ガ ロ
s a n s o v i n o サ ン ソ ビ ー ノ
s a n t a m a r i a サ ン タ マ リ ア
s a n t a n d e r サ ン タ ン デ ル
s a n t e r r e サ ン テ ー ル
s a n t o n i サ ン ト ニ
s a r a サ ラ
s a r a セ イ ラ
s a r a セ ラ
s a r a z e n サ ラ ゼ ン
s a r d i n h a サ ル デ ィ ー ニ ャ
s a r f a t y サ ー フ ァ テ ィ
s a r s サ ル ス
s a r s f i e l d サ ー ス フ ィ ー ル ド
s a s s o l a サ ッ ソ ー ラ
s a s s o o n サ ス ー ン
s a u c i e r ソ ー シ エ
s a u e r b r u c h ザ ウ エ ル ブ ル フ
s a v a l a s サ バ ラ ス
s a v a n n a h サ バ ン ナ
s a x t o n サ ク ス ト ン
s a y g u n サ イ グ ン
s c e p a n o v i c シ ュ チ ェ パ ノ ビ ッ チ
s c h a c h t シ ャ ハ ト
s c h a r r e r シ ャ ー ラ ー
s c h a r w e n k a シ ャ ル ベ ン カ
s c h a u f f l e r シ ャ ウ フ ラ ー
s c h e e b e n シ ェ ー ベ ン
s c h e i d t シ ャ イ ト
s c h i l d e r シ ル ダ ー
s c h i l d e r ス キ ル ダ ー
s c h i l l e r シ ラ ー
s c h i m e r t シ マ ー ト
s c h i m p e r シ ン パ ー
s c h l a f シ ュ ラ ー フ
s c h l a u n シ ュ ラ ウ ン
s c h l u t e r シ ュ ル タ ー
s c h l u t e r シ ュ ル ー タ ー
s c h m e i d e l シ ュ マ イ デ ル
s c h m e l z e r シ ュ メ ル ツ ァ ー
s c h m i t t h e n n e r シ ュ ミ ッ ト ヘ ン ナ ー
s c h m u c k e r シ ュ マ ッ カ ー
s c h n e e b e r g シ ュ ネ バ ー グ
s c h n e i d e r h a n シ ュ ナ イ ダ ー ハ ン
s c h n e l l ス ネ ル
s c h o b e r t シ ョ ー ベ ル ト
s c h o e n h u b e r シ ェ ー ン フ ー バ ー
s c h o l l シ ョ ル
s c h o l l シ ョ ー ル
s c h o l l a n d e r シ ョ ラ ン ダ ー
s c h o o f シ ョ ー フ
s c h o r r シ ョ ア
s c h o r r シ ョ ル
s c h o r r ス コ ル
s c h o t t k y シ ョ ト キ ー
s c h r a d e r シ ュ ラ ー ダ ー
s c h r a d e r シ ュ レ イ ダ ー
s c h r a d e r シ ュ レ ー ダ ー
s c h r a m l シ ュ ラ ム ル
s c h u b a シ ュ ー バ
s c h u m a c h e r シ ュ ー マ ッ ハ ー
s c h u m a n n シ ュ ー マ ン
s c h u r m a n n シ ュ ア マ ン
s c h u r m a n n シ ュ ー ル マ ン
s c h u s t e r シ ュ ス タ ー
s c h u s t e r シ ュ ー ス タ ー
s c h w a r t z m a n シ ュ ワ ー ツ マ ン
s c h w i n d シ ュ ビ ン ト
s c h w o b シ ュ オ ブ
s c i a s c i a シ ャ ー シ ャ
s c i o n t i シ ョ ン テ ィ
s e a g l e シ ー グ ル
s e i b e r シ ャ イ ベ ル
s e i f f e r t サ イ フ ァ ー ト
s e i t e r サ イ タ ー
s e i t e r セ イ タ ー
s e l d e n セ ル デ ン
s e l i v a n o v セ リ バ ー ノ フ
s e l t z セ ル ツ
s e n i o r シ ー ニ ア
s e r e n d e r o セ レ ン デ ー ロ
s e r e n e セ レ ン
s e r e n s e n セ レ ン セ ン
s e r g e j セ ル ゲ イ
s e r l i n サ ー リ ン
s e r v a i s セ ル ベ
s e r v e t u s セ ル ベ ト ゥ ス
s e r v i c e サ ー ビ ス
s e s s i o n s セ ッ シ ョ ン ズ
s e t h i セ チ
s e v e r i n セ バ リ ア ン
s e v e r i n セ ベ リ ン
s e v e r t s o v セ ベ ル ツ ォ ー フ
s e y n i セ イ ニ
s h a g i n y a n シ ャ ギ ニ ャ ン
s h a h シ ャ ー
s h a n k l a n d シ ャ ン ク ラ ン ド
s h a u n シ ョ ー ン
s h e a r e r シ ア ラ ー
s h e a r e r シ ェ ー ラ ー
s h e l d o n シ ェ ル ド ン
s h e r r o d シ ャ ー ロ ッ ド
s h i e l d シ ー ル ド
s h i n k a r e v シ ン カ リ ョ フ
s h i p m a n シ ッ プ マ ン
s h i r e n d y b シ レ ン デ ブ
s h o n e シ ョ ー ン
s h o r e シ ョ ア
s h p i r t シ ュ ピ ル ト
s h r e v e シ ュ リ ー ブ
s h r e v e p o r t シ ュ リ ー ブ ポ ー ト
s h u シ ュ ー
s h u b e r t シ ュ ー バ ー ト
s h u b i n シ ュ ー ビ ン
s h u l e i k i n シ ュ レ イ キ ン
s h v e t s o v シ ベ ツ ォ ー フ
s i b b e r n ジ ッ ベ ル ン
s i c k e l ジ ッ ケ ル
s i d シ ド
s i d d a l l シ ッ ド ル
s i e b e l ジ ー ベ ル
s i e f f シ ー フ
s i g m u n d ジ グ マ ン ド
s i g m u n d ジ グ ム ン ト
s i g n e サ イ ン
s i g n e シ グ ネ
s i g r u n ジ ー グ ル ン
s i g s g a a r d シ ー ス ゴ ー ル
s i l v e i r a シ ル ベ イ ラ
s i l v i u シ ル ビ ウ
s i m o シ モ
s i m o n サ イ モ ン
s i m o n シ モ ン
s i m o n ジ ー モ ン
s i m o n ズ ィ モ ン
s i m s シ ム ス
s i m s シ ム ズ
s i n a n シ ナ ン
s i n g i e r サ ン ジ ェ
s i n h シ ン フ
s i n h ス ィ ン フ
s i n h a シ ン ハ
s i r i c a シ リ カ
s i s s o n シ ス ン
s i s s o n シ ッ ソ ン
s i t a ジ タ
s i t t e ジ ッ テ
s k e m p ス ケ ン プ
s k i d m o r e ス キ ッ ド モ ア
s k o d a ス コ ダ
s k o g l u n d ス コ グ ル ン ド
s k o l i m o w s k i ス コ リ モ ウ ス キ
s k u p a ス ク パ
s l a w s o n ス ロ ー ス ン
s l i m ス リ ム
s l o a n ス ロ ー ン
s l o a n e ス ロ ー ン
s l o c u m ス ロ ー カ ム
s n e l l a e r t ス ネ ラ ル ト
s o b e l l ソ ベ ル
s o b o l e v ソ ボ レ フ
s o b o l e v ソ ー ボ レ フ
s o b r i n o ソ ブ リ ノ
s o l d a t ゾ ル ダ ー ト
s o l f ゾ ル フ
s o l o g u b ソ ロ グ ー プ
s o m e r ゾ マ ー
s o m m e r f e l t ソ ン メ ル フ ェ ル ト
s o n j a ソ ニ ア
s o r a l ソ ラ ル
s o r k i n ソ ー キ ン
s o s a ソ ー サ
s o s n o w s k i ソ ス ノ フ ス キ ー
s o t i n ゾ ー テ ィ ン
s o u c h o n ス ー シ ョ ン
s o u e z ス ー エ ズ
s o u t h a m p t o n サ ウ ス ア ン プ ト ン
s o v a ソ バ
s p a g g i a r i ス パ ジ ア リ
s p a h n ス パ ン
s p a l a t i n シ ュ パ ラ テ ィ ン
s p a r k ス パ ー ク
s p e d d i n g ス ペ デ ィ ン グ
s p e r l i n g ス パ ー リ ン グ
s p i c e r ス パ イ サ ー
s p i l l m a n ス ピ ル マ ン
s p i t s b e r g e n ス ピ ッ ツ ベ ル ゲ ン
s p o c k ス ポ ッ ク
s p r a t t ス プ ラ ッ ト
s p r e n g e r シ ュ プ レ ン ガ ー
s p r o u t ス プ ラ ウ ト
s t a a l ス タ ー ル
s t a f f シ ュ タ フ
s t a f f ス タ ッ フ
s t a f f ス タ フ
s t a g e ス テ ー ジ
s t a n d i n g ス タ ン デ ィ ン グ
s t a n f o r d ス タ ン フ ォ ー ド
s t a n g e シ ュ タ ン ゲ
s t a n g e r ス タ ン ガ ー
s t a n g o s ス タ ン ゴ ス
s t a n s k e シ ュ タ ン ス ケ
s t a p p ス タ ッ プ
s t a r b u c k ス タ ー バ ッ ク
s t e b b i n g ス テ ッ ビ ン グ
s t e e n w i j k ス テ ー ン ウ ェ イ ク
s t e g l i c h シ ュ テ ー ク リ ヒ
s t e i n d o r f f シ ュ タ イ ン ド ル フ
s t e i n h a u s ス タ イ ン ハ ウ ス
s t e i n h e i l シ ュ タ イ ン ハ イ ル
s t e i n m e t z シ ュ タ イ ン メ ッ ツ
s t e i n m e t z ス タ イ ン メ ッ ツ
s t e l l e r シ ュ テ ラ ー
s t e l s o n ス テ ィ ル ソ ン
s t e n g e l ス テ ン ゲ ル
s t e p a n o v a ス テ パ ノ ワ
s t e p h e n s o n ス チ ー ブ ン ソ ン
s t e p h e n s o n ス テ ィ ー ブ ン ソ ン
s t e p h e n s o n ス テ フ ァ ン ソ ン
s t e p h e n s o n ス テ フ ェ ン ソ ン
s t e p p シ ュ テ ッ プ
s t e r l i n g ス タ ー リ ン グ
s t e u a r t ス チ ュ ア ー ト
s t e v e n s ス チ ー ブ ン ス
s t e v e n s ス チ ー ブ ン ズ
s t e v e n s ス テ ィ ブ ン ス
s t e v e n s ス テ ィ ー ブ ン ス
s t e v e n s ス テ ィ ー ブ ン ズ
s t e v e n s ス テ バ ン ス
s t i l l i n g シ ュ テ ィ リ ン グ
s t i m s o n ス テ ィ ム ソ ン
s t i n e ス タ イ ン
s t i n s o n ス テ ィ ン ス ン
s t i n s o n ス テ ィ ン ソ ン
s t o b b e シ ュ ト ッ ベ
s t o c k l e y ス ト ッ ク リ ー
s t o d d a r d ス タ ッ ダ ー ド
s t o d d a r d ス ト ダ ー ド
s t o i c e s c u ス ト イ チ ェ ス ク
s t o l c シ ュ ト ル ツ
s t o l z e n b e r g シ ュ ト ル ツ ェ ン ベ ル ク
s t o n e l e y ス タ ン レ ー
s t r a s s b u r g ス ト ラ ス バ ー グ
s t r a u m a n n シ ュ ト ラ ウ マ ン
s t r i c k ス ト リ ッ ク
s t r i e g l e r シ ュ ト リ ー グ ラ ー
s t r i k e r ス ト ラ イ カ ー
s t r o u g a l シ ュ ト ロ ウ ガ ル
s t u b b l e f i e l d ス タ ッ ブ ル フ ィ ー ル ド
s t u d e r シ ュ ト ゥ ー ダ ー
s t u r z o ス ト ゥ ル ツ ォ
s t u y v e s a n t ス ト イ フ ェ サ ン ト
s u b l e t t e サ ブ レ ッ ト
s u d a n ス ー ダ ン
s u e s s ジ ュ ー ス
s u k h a n o v ス ハ ー ノ フ
s u l i t z e r シ ュ リ ッ ツ ェ ル
s u n a l p ス ナ ル プ
s u n d サ ン ド
s u n u n u ス ヌ ヌ
s u p e r v i e l l e シ ュ ペ ル ビ エ ル
s u r a n ス ー ラ ン
s u r t e e s サ ー テ ィ ー ズ
s u r v i l l e シ ュ ル ビ ル
s u s a n i n ス サ ー ニ ン
s u t t n e r ズ ッ ト ナ ー
s v e c h i n ス ベ チ ン
s w i n d e l l s ス ウ ィ ン デ ル ズ
s y m e o n シ ミ ヨ ン
s y m i n g t o n サ イ ミ ン ト ン
s y r i a シ リ ア
s z e k a c s セ ー カ ー チ
t a e u b e r ト イ バ ー
t a l l c h i e f タ ル ー チ ェ フ
t a m i r タ ミ ー ル
t a m i r i s タ ミ リ ス
t a n k s タ ン ク
t a n s k y タ ン ス キ ー
t a s k o v a タ ス コ ー バ
t a t a タ タ
t a t u m テ ー タ ム
t a u b e r タ ウ バ ー
t a u b e r t タ ウ ベ ル ト
t a u b m a n n タ ウ プ マ ン
t a v r i z i a n タ ブ リ ジ ア ン
t a x i s タ ク シ ス
t e h r a n テ ヘ ラ ン
t e i t e l b a u m タ イ テ ル バ ウ ム
t e i t e l b a u m タ イ テ ル ボ ー ム
t e l l e n b a c h テ レ ン バ ッ ハ
t e l l o テ ー ヨ
t e m p e テ ン ピ ー
t e m p l e w o o d テ ン プ ル ウ ッ ド
t e n c i n タ ン サ ン
t e n n e n t テ ネ ン ト
t e n n e y テ ニ イ
t e r b o r c h テ ル ボ ル ヒ
t e r e s a テ レ サ
t e r l o u w テ ル ラ ウ
t e r r e l l テ レ ル
t e s c h n e r テ シ ュ ナ ー
t e s c h n e r テ ッ シ ュ ナ ー
t h a l サ ー ル
t h a l タ ー ル
t h a l e r セ イ ラ ー
t h a l e r タ ー ラ ー
t h a l h e i m タ ー ル ハ イ ム
t h i e r s c h テ ィ ー ル シ ュ
t h i m p h u テ ィ ン プ ー
t h o r a ソ ー ラ
t h r o c k m o r t o n ス ロ ッ ク モ ー ト ン
t h u g u t ト ゥ ー グ ー ト
t h u r l o e サ ー ロ ー
t h u r s t o n サ ー ス ト ン
t i e g e l テ ィ ー ゲ ル
t i e t z e テ ィ ッ ツ ェ
t i e t z e テ ィ ー ツ ェ
t i l g h m a n テ ィ ル マ ン
t i l l e t t テ ィ レ ッ ト
t i l s o n テ ィ ル ソ ン
t i m m e r m a n n テ ィ ン マ ー マ ン
t i p テ ィ ッ プ
t i r s o テ ィ ル ソ
t i t c h e n e r テ ィ チ ェ ナ ー
t i t t e l テ ィ ッ テ ル
t o b i a s ト バ イ ア ス
t o b i a s ト ビ ア ス
t o d ト ッ ド
t o d o r ト ド ル
t o l b e r t ト ル バ ー ト
t o l e d a n o ト レ ダ ノ
t o l l e y ト リ ー
t o m a ト マ
t o o l e ト ウ ー ル
t o p i t s c h ト ー ピ ッ チ ュ
t o r c h i n s k y ト ー チ ン ス キ ー
t o r g a ト ル ガ
t o r g o f f ト ー ゴ フ
t o r o p o v ト ロ ポ フ
t o t l e b e n ト ー ト レ ー ベ ン
t o u r n e m i r e ト ゥ ル ヌ ミ ー ル
t o u t a i n ト ゥ ー タ ン
t o w e ト ウ
t o w n s タ ウ ン ズ
t o z z i ト ッ ツ ィ
t r a h e r n e ト ラ ハ ー ン
t r a i n e r ト レ イ ナ ー
t r a n チ ャ ン
t r e m p o n t ト ラ ン ポ ン
t r e n c h a r d ト レ ン チ ャ ー ド
t r e v o r ト レ イ バ ー
t r e v o r ト レ バ ー
t r i g a n o ト リ ガ ノ
t r i n e r ト リ ナ ー
t r i p o l i ト リ ポ リ
t r i t t o n ト リ ッ ト ン
t r o m m e r ト ロ マ ー
t r u m a n ト ル ー マ ン
t r u m p ト ラ ン プ
t r u s t e d ト ラ ス テ ィ ド
t r y t h a l l ト ラ イ ソ ル
t s c h e r n i n g チ ェ ル ニ ン グ
t u a i l l o n テ ュ ア イ ヨ ン
t u c c i ト ゥ ッ チ
t u l a ト ゥ ー ラ
t u n i s チ ュ ニ ス
t u r a b i a n ト ゥ ラ ビ ア ン
t u r c チ ュ ル ク
t u r c a n o ト ゥ ル カ ー ノ
t u r e n n e テ ュ レ ン ヌ
t u s c h e r テ ュ シ ャ ー
t u v a l u ツ バ ル
t w a r d o w s k i ト ワ ル ド ー フ ス キ ー
t w e e d s m u i r ト ウ ィ ー ズ ミ ュ ア
u d o v i c ウ ド ビ ク
u l l m a n ウ ル マ ン
u l l m a n n ウ ル マ ン
u n d e r w o o d ア ン ダ ー ウ ッ ド
u n i c a ウ ニ カ
u r b a n o ウ ル バ ー ノ
u r i b e ウ リ ベ
u r r y ア ー リ
u r s ウ ル ス
u r s i n u s ウ ル ジ ヌ ス
u r y s o n ウ リ ソ ー ン
u t a h ユ タ
u t r i l l o ユ ト リ ロ
v a c h e l l ベ ー チ ェ ル
v a i l ベ イ ル
v a l e n t i n o バ レ ン テ ィ ノ
v a l j a k k a バ リ ャ ッ カ
v a l l e t t a バ レ ッ タ
v a n c e バ ン ス
v a n c e バ ー ン ス
v a n c e ヴ ァ ン ス
v a n d e n b e r g バ ン デ ン バ ー グ
v a n d e n b e r g フ ァ ン デ ン ベ ル ク
v a n e c k バ ネ ッ ク
v a r n u m バ ー ナ ム
v a u g h a n ボ ー ガ ン
v a u g h a n ボ ー ン
v a u g h n ボ ー ン
v a z q u e z バ ス ケ ス
v a z q u e z バ ズ ケ ズ
v e i g a ベ イ ガ
v e i l ベ イ ユ
v e l j k o ベ リ コ
v e r e s h c h a g i n ベ レ シ チ ャ ー ギ ン
v e r g a n o ベ ル ガ ノ
v e r n e バ ー ン
v e r n e ベ ル ヌ
v e r r i ベ リ
v e r w o e r d フ ル ウ ー ル ト
v e s t e r フ ェ ス タ ー
v e s t e r フ ェ ス テ ル
v e s t i n ベ ス テ ィ ン
v e t t e r フ ェ ッ タ ー
v i a n n e y ビ ア ニ ー
v i a n n e y ビ ア ン ネ
v i b e r t ビ ベ ー ル
v i c t o r i a v i l l e ビ ク ト リ ア ヴ ィ ル
v i d e l a ビ デ ー ラ
v i d o r ビ ダ ー
v i e n t i a n e ビ エ ン チ ャ ン
v i e t h フ ィ ー ト
v i i t a n e n ビ ー タ ネ ン
v i l l o l d o ビ ロ ル ド
v i l m o r i n ビ ル モ ラ ン
v i n e バ イ ン
v i n e r バ イ ナ ー
v i n o k u r ビ ノ ク ー ル
v i n s o n ビ ン ソ ン
v i t a ビ ー タ
v i t o ビ ト ー
v i t o u x ビ ト ゥ ー
v i x ビ ク ス
v l a d i m o v ウ ラ ジ ー モ フ
v l i e t フ リ ー ト
v o g e l s a n g フ ォ ー ゲ ル ザ ン グ
v o i g h t ボ イ ト
v o i n e a ボ イ ネ ア
v o i t e c ボ イ テ ク
v o l n e y ボ ル ネ ー
v o l s t e a d ボ ル ス テ ッ ド
v o l t z フ ォ ル ツ
v o v c h o k ボ フ チ ョ ー ク
w a c k e n r o d e r ワ ッ ケ ン ロ ー ダ ー
w a e c h t e r ベ ヒ タ ー
w a h l b e r g ワ ー ル バ ー グ
w a h l b e r g ワ ー ル ベ ル ク
w a l b r o o k ウ ォ ー ル ブ ル ッ ク
w a l d e ワ ル デ
w a l d m a n n バ ル ト マ ン
w a l d m a n n ワ ル ト マ ン
w a l d o ウ ォ ル ド
w a l d o ウ ォ ル ド ー
w a l d o ワ ル ド
w a l d s c h m i d t ワ ル ト シ ュ ミ ッ ト
w a l l e n s t e i n ウ ォ ー レ ン ス タ イ ン
w a l l e n s t e i n ワ レ ン シ ュ タ イ ン
w a l t a r i ワ ル タ リ
w a l t h a m ウ ォ ル サ ム
w a n a n d i ワ ナ ン デ ィ
w a r d e l l ワ ー デ ル
w a r e ウ ェ ア
w a r e ウ ェ ア ー
w a r n ウ ォ ー ン
w a r n a c h ワ ル ナ ッ ハ
w a r n e ウ ォ ー ン
w a r n e c k e ワ ル ネ ッ ケ
w a s c h n e c k ワ シ ュ ネ ッ ク
w a t e r b u r y ウ ォ ー タ ー ベ リ
w a t t l e y ワ ッ ト レ イ
w a v e l l ウ ェ ー ベ ル
w a y n e ウ ェ イ ン
w a y n e ウ エ イ ン
w e a v e r ウ ィ ー バ ー
w e a v e r ウ ェ バ ー
w e d g w o o d ウ ェ ッ ジ ウ ッ ド
w e e s e ウ ェ ー ゼ
w e h l e ウ ェ ー レ
w e h l e r ベ ー ラ ー
w e i d e m a n n ワ イ デ マ ン
w e i h s バ イ ス
w e i l ウ ェ イ ル
w e i l ウ ェ ー ル
w e i l バ イ ル
w e i l ベ イ ユ
w e i l ワ イ ル
w e i n s h e i m e r ワ イ ン ス ハ イ マ ー
w e l l h a u s e n ウ ェ ル ハ ウ ゼ ン
w e n d l e r ウ ェ ン ト ラ ー
w e n i g ベ ニ ヒ
w e n i g ベ ー ニ グ
w e n i n g e r ウ ェ ニ ン ガ ー
w e s l e y ウ ェ ス リ ー
w e s s e l ウ ェ ッ セ ル
w e s s e l ベ ッ セ ル
w e s t h e i m e r ウ エ ス ト ハ イ マ ー
w e s t l a k e ウ ェ ス ト レ イ ク
w e s t l a k e ウ ェ ス ト レ ー ク
w e s t o n ウ ェ ス ト ン
w e s t o n ウ エ ス ト ン
w e t t s t e i n ウ ェ ッ ト シ ュ タ イ ン
w e t z e l ウ ェ ッ ツ ェ ル
w e y r a u c h ワ イ ラ ウ フ
w h e a t ウ ィ ー ト
w h i t b r e a d ホ イ ッ ト ブ レ ッ ド
w i b e r g ウ ィ ー ベ リ
w i b e r g ウ イ バ ー グ
w i e g a n d ウ ィ ー ガ ン ト
w i g g i n s ウ ィ ギ ン ス
w i g g i n s ウ ィ ギ ン ズ
w i l d i n g ワ イ ル デ ィ ン グ
w i l f ウ イ ル フ
w i l h e l m ウ ィ ル ヘ ル ム
w i l h e l m ウ イ ル ヘ ル ム
w i l h e l m ビ ル ヘ ル ム
w i l k e s ウ ィ ル ク ス
w i l l o c k ウ ィ ロ ッ ク
w i l l s o n ウ ィ ル ソ ン
w i l m o t ウ ィ ル モ ッ ト
w i l t o n ウ ィ ル ト ン
w i m ウ ィ ム
w i m ビ ム
w i m b e r g e r ウ ィ ン ベ ル ガ ー
w i m b l e d o n ウ ィ ン ブ ル ド ン
w i n d o m ウ ィ ン ダ ム
w i n d t h o r s t ウ ィ ン ト ホ ル ス ト
w i n t e r f e l d t ウ ィ ン タ ー フ ェ ル ト
w i o n c z e k ビ オ ン チ ェ ク
w i t b o o i ウ ィ ト ブ ー イ
w i t t e v e e n ウ ィ ッ テ フ ェ ー ン
w i t t m e r ウ ィ ッ ト マ ー
w o l f i t ウ ォ ル フ ィ ッ ト
w o l f l e ウ ル フ ル
w o l f o r d ウ ル フ ォ ー ド
w o l f s o n ウ ル フ ソ ン
w o l g a s t ウ ォ ル ガ ー ス ト
w o l m a n ウ ォ ル マ ン
w o l v e r h a m p t o n ウ ォ ー ル バ ー ハ ン ト ン
w o o d c o c k ウ ッ ド コ ッ ク
w o o d f a l l ウ ッ ド フ ォ ー ル
w o o d g e r ウ ッ ジ ャ ー
w o o d w o r t h ウ ッ ド ワ ー ス
w o o l s e y ウ ル ジ
w o r t i s ウ ォ ル テ ィ ス
w r a t h e r ラ ザ ー
w r e n n レ ン
w y s o r ワ イ ザ ー
y a n k o v ヤ ン コ フ
y a o u n d e ヤ ウ ン デ
y a z d i ヤ ズ デ ィ
y e p e s イ ェ ペ ス
y e p e s イ エ ペ ス
y o h n ヨ ー ン
y o r i c k ヨ リ ッ ク
y o r k ヨ ー ク
y o s t ヨ ー ス ト
y o u n g e r ヤ ン ガ ー
y u o n ユ オ ン
y u r e n e v ユ レ ー ネ フ
z a h a ザ ハ
z a h a r ザ ハ ー ル
z a i d ズ ェ イ ド
z a i n a l ザ イ ナ ル
z a k h a r o v ザ ハ ロ フ
z a k h a r o v ザ ハ ー ロ フ
z a n a b o n i ザ ナ ボ ー ニ
z a n g w i l l ザ ァ ン グ ウ ィ ル
z a n g w i l l ザ ン グ ウ ィ ル
z a n k o v ザ ン コ フ
z a u n e r ツ ァ ウ ナ ー
z a z z o ザ ゾ
z e i t l i n ザ イ ト リ ン
z e l a y a セ ラ ヤ
z e n a t e l l o ゼ ナ テ ル ロ
z e y e r ゼ イ エ ル
z e y e r ツ ァ イ ア
z h i r o v ジ ロ フ
z i i n o ツ ィ ー ノ
z i n n ジ ン
z i n n チ ン
z o u c h e ズ ー チ
z s c h i m m e r チ ン マ ー
z u b a r e v ズ バ リ ョ フ
z u b a r e v ズ バ ー レ フ
z w e r g e r ツ ベ ル ガ ー
z y s m a n ザ イ ス マ ン
|
c3bd23f8786088fc0a4eb171bd8928722f4b3844 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3819/CH1/EX1.12/Ex1_12.sce | 944a5687d8c3a534583894cbe8bff2c4edd15579 | [] | 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 | 424 | sce | Ex1_12.sce | // A Textbook of Fluid Mecahnics and Hydraulic Machines - By R K Bansal
// Chapter 1-Properties of Fluid
// Problem 1.12
//Given Data Set in the Problem
kin_visc=6*10^-4
SG=1.9
dens_water=1000
//Calculations
dens_liquid=SG*dens_water
visc=dens_liquid*kin_visc //Kinematic viscosity=Dynamic Viscosity/density of liquid
mprintf("The Dynamic viscosity of th liquid is %f poise \n",visc*10)
|
f9fed32fe431d685118a4e5cb76edf0a5769d438 | 449d555969bfd7befe906877abab098c6e63a0e8 | /662/CH2/EX2.25/ex2_25.sce | eac12f1d8b49a6281b2504e04f3f0a7fea9d3604 | [] | 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 | ex2_25.sce | //Example 2.25
//one dimensional character array
letter=['c','a','l','i','f','o','r','n','i','a'];
//size displays the size of array as [start index. end index]
[s,e]=size(letter);
printf("Element Number Subscript Value Array Element Corresponding data Item");
//in c the subscript start from 0 whereas in scilab from 1...
for i = s: e
l=letter(i);
csub=i-1;
printf("\n%d \t\t %d \t\t letter[%d] \t\t %c", i , csub, csub, l );
end
|
afa734df438dbb5fcae40f62ca134169b768fc6d | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/BIPO/LQ93ZNM/ATWM1_Working_Memory_MEG_LQ93ZNM_Session1/ATWM1_Working_Memory_MEG_Nonsalient_Uncued_Run1.sce | 351f8a80542f9c22b1ed3cf864dd1dd52b6d0162 | [] | 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 | 48,615 | sce | ATWM1_Working_Memory_MEG_Nonsalient_Uncued_Run1.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run1";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monitor_sounds = false;
active_buttons = 2;
response_matching = simple_matching;
button_codes = 10, 20;
default_font_size = 36;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 382; width = 382; color = 0, 0, 0;} frame1;
box { height = 369; width = 369; color = 255, 255, 255;} frame2;
box { height = 30; width = 4; color = 0, 0, 0;} fix1;
box { height = 4; width = 30; color = 0, 0, 0;} fix2;
box { height = 30; width = 4; color = 255, 0, 0;} fix3;
box { height = 4; width = 30; color = 255, 0, 0;} fix4;
box { height = 369; width = 369; color = 42, 42, 42;} background;
TEMPLATE "StimuliDeclaration.tem" {};
trial {
sound sound_incorrect;
time = 0;
duration = 1;
} wrong;
trial {
sound sound_correct;
time = 0;
duration = 1;
} right;
trial {
sound sound_no_response;
time = 0;
duration = 1;
} miss;
# Start of experiment (MEG only) - sync with CTF software
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
} expStart;
time = 0;
duration = 1000;
code = "ExpStart";
port_code = 80;
};
# baselinePre (at the beginning of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
}default;
time = 0;
duration = 10000;
#mri_pulse = 1;
code = "BaselinePre";
port_code = 91;
};
TEMPLATE "ATWM1_Working_Memory_MEG.tem" {
trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4;
44 61 292 292 399 125 1892 2992 2142 fixation_cross gabor_134 gabor_112 gabor_169 gabor_047 gabor_134 gabor_112_alt gabor_169_alt gabor_047 "1_1_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2150_gabor_patch_orientation_134_112_169_047_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_094_framed blank blank blank blank fixation_cross_white "1_1_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_094_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2092 2992 2042 fixation_cross gabor_062 gabor_042 gabor_126 gabor_082 gabor_062 gabor_042_alt gabor_126 gabor_082_alt "1_2_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2050_gabor_patch_orientation_062_042_126_082_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_126_framed gabor_circ blank blank blank blank fixation_cross_white "1_2_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_126_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1992 2992 2442 fixation_cross gabor_005 gabor_132 gabor_161 gabor_116 gabor_005 gabor_132_alt gabor_161 gabor_116_alt "1_3_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2450_gabor_patch_orientation_005_132_161_116_target_position_1_3_retrieval_position_1" gabor_005_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_3_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_005_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 63 292 292 399 125 1892 2992 1992 fixation_cross gabor_078 gabor_040 gabor_154 gabor_105 gabor_078_alt gabor_040 gabor_154_alt gabor_105 "1_4_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1900_3000_2000_gabor_patch_orientation_078_040_154_105_target_position_2_4_retrieval_position_1" gabor_125_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_4_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_125_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1942 2992 2392 fixation_cross gabor_048 gabor_155 gabor_171 gabor_124 gabor_048 gabor_155_alt gabor_171_alt gabor_124 "1_5_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2400_gabor_patch_orientation_048_155_171_124_target_position_1_4_retrieval_position_1" gabor_048_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_5_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_048_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1942 2992 2492 fixation_cross gabor_138 gabor_102 gabor_026 gabor_179 gabor_138 gabor_102 gabor_026_alt gabor_179_alt "1_6_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2500_gabor_patch_orientation_138_102_026_179_target_position_1_2_retrieval_position_2" gabor_circ gabor_102_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_6_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_102_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1842 2992 2592 fixation_cross gabor_127 gabor_158 gabor_082 gabor_105 gabor_127_alt gabor_158 gabor_082_alt gabor_105 "1_7_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2600_gabor_patch_orientation_127_158_082_105_target_position_2_4_retrieval_position_2" gabor_circ gabor_158_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_7_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_158_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2142 2992 1942 fixation_cross gabor_128 gabor_164 gabor_108 gabor_039 gabor_128 gabor_164_alt gabor_108 gabor_039_alt "1_8_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_1950_gabor_patch_orientation_128_164_108_039_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_108_framed gabor_circ blank blank blank blank fixation_cross_white "1_8_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_108_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 64 292 292 399 125 1842 2992 1992 fixation_cross gabor_083 gabor_125 gabor_104 gabor_157 gabor_083 gabor_125_alt gabor_104_alt gabor_157 "1_9_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1850_3000_2000_gabor_patch_orientation_083_125_104_157_target_position_1_4_retrieval_position_2" gabor_circ gabor_125_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_9_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_125_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2042 2992 1942 fixation_cross gabor_116 gabor_055 gabor_145 gabor_008 gabor_116_alt gabor_055 gabor_145 gabor_008_alt "1_10_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_1950_gabor_patch_orientation_116_055_145_008_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_095_framed gabor_circ blank blank blank blank fixation_cross_white "1_10_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_095_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1742 2992 2392 fixation_cross gabor_175 gabor_062 gabor_092 gabor_138 gabor_175 gabor_062 gabor_092_alt gabor_138_alt "1_11_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2400_gabor_patch_orientation_175_062_092_138_target_position_1_2_retrieval_position_2" gabor_circ gabor_062_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_11_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_062_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2042 2992 2492 fixation_cross gabor_055 gabor_095 gabor_121 gabor_014 gabor_055_alt gabor_095_alt gabor_121 gabor_014 "1_12_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2500_gabor_patch_orientation_055_095_121_014_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_121_framed gabor_circ blank blank blank blank fixation_cross_white "1_12_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_121_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2242 2992 2592 fixation_cross gabor_081 gabor_102 gabor_122 gabor_154 gabor_081 gabor_102_alt gabor_122 gabor_154_alt "1_13_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2600_gabor_patch_orientation_081_102_122_154_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_171_framed gabor_circ blank blank blank blank fixation_cross_white "1_13_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_171_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1942 2992 2242 fixation_cross gabor_126 gabor_058 gabor_163 gabor_038 gabor_126 gabor_058_alt gabor_163 gabor_038_alt "1_14_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2250_gabor_patch_orientation_126_058_163_038_target_position_1_3_retrieval_position_1" gabor_126_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_14_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_126_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 63 292 292 399 125 2092 2992 2192 fixation_cross gabor_120 gabor_057 gabor_039 gabor_008 gabor_120_alt gabor_057 gabor_039 gabor_008_alt "1_15_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2100_3000_2200_gabor_patch_orientation_120_057_039_008_target_position_2_3_retrieval_position_1" gabor_075_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_15_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_075_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2192 2992 2492 fixation_cross gabor_058 gabor_122 gabor_004 gabor_088 gabor_058_alt gabor_122 gabor_004_alt gabor_088 "1_16_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2500_gabor_patch_orientation_058_122_004_088_target_position_2_4_retrieval_position_2" gabor_circ gabor_172_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_16_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_172_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2142 2992 2042 fixation_cross gabor_166 gabor_011 gabor_143 gabor_055 gabor_166_alt gabor_011 gabor_143_alt gabor_055 "1_17_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2050_gabor_patch_orientation_166_011_143_055_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_101_framed blank blank blank blank fixation_cross_white "1_17_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_101_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1892 2992 2242 fixation_cross gabor_120 gabor_138 gabor_073 gabor_179 gabor_120 gabor_138 gabor_073_alt gabor_179_alt "1_18_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2250_gabor_patch_orientation_120_138_073_179_target_position_1_2_retrieval_position_2" gabor_circ gabor_093_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_18_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_093_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1742 2992 2392 fixation_cross gabor_041 gabor_010 gabor_075 gabor_161 gabor_041 gabor_010_alt gabor_075_alt gabor_161 "1_19_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2400_gabor_patch_orientation_041_010_075_161_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_161_framed blank blank blank blank fixation_cross_white "1_19_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_161_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1842 2992 2142 fixation_cross gabor_180 gabor_119 gabor_135 gabor_008 gabor_180 gabor_119_alt gabor_135_alt gabor_008 "1_20_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2150_gabor_patch_orientation_180_119_135_008_target_position_1_4_retrieval_position_1" gabor_045_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_20_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_045_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1792 2992 1892 fixation_cross gabor_028 gabor_113 gabor_148 gabor_008 gabor_028 gabor_113_alt gabor_148 gabor_008_alt "1_21_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_1900_gabor_patch_orientation_028_113_148_008_target_position_1_3_retrieval_position_1" gabor_076_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_21_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_076_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1742 2992 1892 fixation_cross gabor_077 gabor_056 gabor_162 gabor_092 gabor_077 gabor_056_alt gabor_162 gabor_092_alt "1_22_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_1900_gabor_patch_orientation_077_056_162_092_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_162_framed gabor_circ blank blank blank blank fixation_cross_white "1_22_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_162_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 63 292 292 399 125 2142 2992 2142 fixation_cross gabor_041 gabor_162 gabor_179 gabor_101 gabor_041 gabor_162_alt gabor_179 gabor_101_alt "1_23_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2150_3000_2150_gabor_patch_orientation_041_162_179_101_target_position_1_3_retrieval_position_2" gabor_circ gabor_023_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_23_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_023_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1792 2992 2442 fixation_cross gabor_048 gabor_008 gabor_086 gabor_030 gabor_048_alt gabor_008 gabor_086 gabor_030_alt "1_24_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2450_gabor_patch_orientation_048_008_086_030_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_086_framed gabor_circ blank blank blank blank fixation_cross_white "1_24_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_086_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 63 292 292 399 125 1942 2992 1992 fixation_cross gabor_006 gabor_130 gabor_064 gabor_096 gabor_006 gabor_130 gabor_064_alt gabor_096_alt "1_25_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1950_3000_2000_gabor_patch_orientation_006_130_064_096_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_114_framed gabor_circ blank blank blank blank fixation_cross_white "1_25_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_114_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1842 2992 2142 fixation_cross gabor_066 gabor_103 gabor_023 gabor_134 gabor_066_alt gabor_103 gabor_023_alt gabor_134 "1_26_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2150_gabor_patch_orientation_066_103_023_134_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_134_framed blank blank blank blank fixation_cross_white "1_26_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_134_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1992 2992 2542 fixation_cross gabor_027 gabor_109 gabor_088 gabor_070 gabor_027_alt gabor_109 gabor_088_alt gabor_070 "1_27_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2550_gabor_patch_orientation_027_109_088_070_target_position_2_4_retrieval_position_2" gabor_circ gabor_109_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_27_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_109_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1992 2992 2492 fixation_cross gabor_136 gabor_111 gabor_028 gabor_071 gabor_136_alt gabor_111 gabor_028 gabor_071_alt "1_28_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2500_gabor_patch_orientation_136_111_028_071_target_position_2_3_retrieval_position_2" gabor_circ gabor_111_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_28_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_111_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1942 2992 2192 fixation_cross gabor_010 gabor_119 gabor_068 gabor_095 gabor_010 gabor_119 gabor_068_alt gabor_095_alt "1_29_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2200_gabor_patch_orientation_010_119_068_095_target_position_1_2_retrieval_position_1" gabor_145_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_29_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_145_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 64 292 292 399 125 1742 2992 2292 fixation_cross gabor_116 gabor_001 gabor_152 gabor_032 gabor_116_alt gabor_001 gabor_152_alt gabor_032 "1_30_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_2300_gabor_patch_orientation_116_001_152_032_target_position_2_4_retrieval_position_1" gabor_116_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_30_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_116_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1842 2992 2142 fixation_cross gabor_124 gabor_018 gabor_062 gabor_096 gabor_124 gabor_018 gabor_062_alt gabor_096_alt "1_31_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2150_gabor_patch_orientation_124_018_062_096_target_position_1_2_retrieval_position_1" gabor_169_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_31_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_169_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2042 2992 2242 fixation_cross gabor_154 gabor_047 gabor_021 gabor_102 gabor_154_alt gabor_047 gabor_021 gabor_102_alt "1_32_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2250_gabor_patch_orientation_154_047_021_102_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_070_framed gabor_circ blank blank blank blank fixation_cross_white "1_32_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_070_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1792 2992 2192 fixation_cross gabor_050 gabor_116 gabor_132 gabor_174 gabor_050_alt gabor_116 gabor_132 gabor_174_alt "1_33_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2200_gabor_patch_orientation_050_116_132_174_target_position_2_3_retrieval_position_2" gabor_circ gabor_116_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_33_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_116_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1892 2992 2542 fixation_cross gabor_154 gabor_087 gabor_169 gabor_016 gabor_154 gabor_087 gabor_169_alt gabor_016_alt "1_34_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2550_gabor_patch_orientation_154_087_169_016_target_position_1_2_retrieval_position_1" gabor_154_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_34_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_154_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1992 2992 2242 fixation_cross gabor_091 gabor_123 gabor_018 gabor_054 gabor_091_alt gabor_123 gabor_018_alt gabor_054 "1_35_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2250_gabor_patch_orientation_091_123_018_054_target_position_2_4_retrieval_position_2" gabor_circ gabor_123_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_35_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_123_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1942 2992 2092 fixation_cross gabor_022 gabor_038 gabor_148 gabor_177 gabor_022 gabor_038_alt gabor_148_alt gabor_177 "1_36_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2100_gabor_patch_orientation_022_038_148_177_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_128_framed blank blank blank blank fixation_cross_white "1_36_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_128_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 64 292 292 399 125 1992 2992 2342 fixation_cross gabor_013 gabor_094 gabor_121 gabor_153 gabor_013 gabor_094_alt gabor_121 gabor_153_alt "1_37_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2000_3000_2350_gabor_patch_orientation_013_094_121_153_target_position_1_3_retrieval_position_2" gabor_circ gabor_094_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_37_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_094_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2242 2992 1942 fixation_cross gabor_034 gabor_169 gabor_050 gabor_005 gabor_034 gabor_169_alt gabor_050 gabor_005_alt "1_38_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_1950_gabor_patch_orientation_034_169_050_005_target_position_1_3_retrieval_position_1" gabor_084_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_38_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_084_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1792 2992 2092 fixation_cross gabor_052 gabor_138 gabor_166 gabor_023 gabor_052 gabor_138_alt gabor_166 gabor_023_alt "1_39_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2100_gabor_patch_orientation_052_138_166_023_target_position_1_3_retrieval_position_1" gabor_052_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_39_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_052_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1742 2992 2342 fixation_cross gabor_156 gabor_090 gabor_051 gabor_068 gabor_156 gabor_090_alt gabor_051 gabor_068_alt "1_40_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2350_gabor_patch_orientation_156_090_051_068_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_005_framed gabor_circ blank blank blank blank fixation_cross_white "1_40_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_005_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2242 2992 2042 fixation_cross gabor_072 gabor_107 gabor_037 gabor_156 gabor_072_alt gabor_107_alt gabor_037 gabor_156 "1_41_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2050_gabor_patch_orientation_072_107_037_156_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_019_framed blank blank blank blank fixation_cross_white "1_41_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_019_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2092 2992 2542 fixation_cross gabor_062 gabor_024 gabor_169 gabor_088 gabor_062 gabor_024 gabor_169_alt gabor_088_alt "1_42_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2550_gabor_patch_orientation_062_024_169_088_target_position_1_2_retrieval_position_1" gabor_108_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_42_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_108_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 64 292 292 399 125 2092 2992 2292 fixation_cross gabor_110 gabor_045 gabor_091 gabor_173 gabor_110_alt gabor_045 gabor_091 gabor_173_alt "1_43_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2100_3000_2300_gabor_patch_orientation_110_045_091_173_target_position_2_3_retrieval_position_1" gabor_110_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_43_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_110_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1892 2992 2292 fixation_cross gabor_169 gabor_040 gabor_090 gabor_060 gabor_169 gabor_040_alt gabor_090_alt gabor_060 "1_44_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2300_gabor_patch_orientation_169_040_090_060_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_011_framed blank blank blank blank fixation_cross_white "1_44_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_011_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2192 2992 2192 fixation_cross gabor_068 gabor_042 gabor_177 gabor_153 gabor_068_alt gabor_042 gabor_177_alt gabor_153 "1_45_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2200_gabor_patch_orientation_068_042_177_153_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_107_framed blank blank blank blank fixation_cross_white "1_45_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_107_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2092 2992 2092 fixation_cross gabor_163 gabor_127 gabor_051 gabor_106 gabor_163_alt gabor_127 gabor_051 gabor_106_alt "1_46_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2100_gabor_patch_orientation_163_127_051_106_target_position_2_3_retrieval_position_2" gabor_circ gabor_127_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_46_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_127_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2192 2992 2592 fixation_cross gabor_092 gabor_110 gabor_180 gabor_066 gabor_092 gabor_110_alt gabor_180 gabor_066_alt "1_47_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2600_gabor_patch_orientation_092_110_180_066_target_position_1_3_retrieval_position_1" gabor_092_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_47_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_092_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 63 292 292 399 125 2242 2992 2342 fixation_cross gabor_064 gabor_147 gabor_042 gabor_126 gabor_064 gabor_147_alt gabor_042 gabor_126_alt "1_48_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_2250_3000_2350_gabor_patch_orientation_064_147_042_126_target_position_1_3_retrieval_position_2" gabor_circ gabor_102_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_48_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_102_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 2042 2992 2442 fixation_cross gabor_046 gabor_026 gabor_001 gabor_160 gabor_046 gabor_026_alt gabor_001 gabor_160_alt "1_49_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2450_gabor_patch_orientation_046_026_001_160_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_001_framed gabor_circ blank blank blank blank fixation_cross_white "1_49_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_001_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1742 2992 1992 fixation_cross gabor_140 gabor_159 gabor_088 gabor_023 gabor_140 gabor_159_alt gabor_088_alt gabor_023 "1_50_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2000_gabor_patch_orientation_140_159_088_023_target_position_1_4_retrieval_position_1" gabor_140_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_50_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_140_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1842 2992 1992 fixation_cross gabor_040 gabor_123 gabor_093 gabor_004 gabor_040 gabor_123 gabor_093_alt gabor_004_alt "1_51_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2000_gabor_patch_orientation_040_123_093_004_target_position_1_2_retrieval_position_1" gabor_040_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_51_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_040_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1742 2992 2292 fixation_cross gabor_009 gabor_116 gabor_043 gabor_131 gabor_009 gabor_116 gabor_043_alt gabor_131_alt "1_52_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2300_gabor_patch_orientation_009_116_043_131_target_position_1_2_retrieval_position_1" gabor_009_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_52_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_009_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 63 292 292 399 125 1792 2992 1892 fixation_cross gabor_023 gabor_041 gabor_147 gabor_091 gabor_023_alt gabor_041_alt gabor_147 gabor_091 "1_53_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1800_3000_1900_gabor_patch_orientation_023_041_147_091_target_position_3_4_retrieval_position_2" gabor_circ gabor_177_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_53_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_177_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2142 2992 2592 fixation_cross gabor_131 gabor_102 gabor_049 gabor_064 gabor_131 gabor_102 gabor_049_alt gabor_064_alt "1_54_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2600_gabor_patch_orientation_131_102_049_064_target_position_1_2_retrieval_position_1" gabor_082_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_54_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_082_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1792 2992 1942 fixation_cross gabor_075 gabor_107 gabor_034 gabor_158 gabor_075 gabor_107 gabor_034_alt gabor_158_alt "1_55_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_1950_gabor_patch_orientation_075_107_034_158_target_position_1_2_retrieval_position_1" gabor_075_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_55_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_075_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 64 292 292 399 125 2192 2992 1892 fixation_cross gabor_143 gabor_179 gabor_028 gabor_104 gabor_143_alt gabor_179 gabor_028 gabor_104_alt "1_56_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2200_3000_1900_gabor_patch_orientation_143_179_028_104_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_104_framed blank blank blank blank fixation_cross_white "1_56_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_104_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2242 2992 2192 fixation_cross gabor_133 gabor_110 gabor_073 gabor_004 gabor_133_alt gabor_110 gabor_073 gabor_004_alt "1_57_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2200_gabor_patch_orientation_133_110_073_004_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_026_framed gabor_circ blank blank blank blank fixation_cross_white "1_57_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_026_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2242 2992 2042 fixation_cross gabor_047 gabor_152 gabor_109 gabor_074 gabor_047 gabor_152 gabor_109_alt gabor_074_alt "1_58_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2050_gabor_patch_orientation_047_152_109_074_target_position_1_2_retrieval_position_1" gabor_001_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_58_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_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;
44 62 292 292 399 125 1992 2992 2442 fixation_cross gabor_161 gabor_027 gabor_179 gabor_047 gabor_161_alt gabor_027_alt gabor_179 gabor_047 "1_59_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2450_gabor_patch_orientation_161_027_179_047_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_047_framed blank blank blank blank fixation_cross_white "1_59_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_047_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2142 2992 2342 fixation_cross gabor_141 gabor_113 gabor_034 gabor_059 gabor_141 gabor_113_alt gabor_034 gabor_059_alt "1_60_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2350_gabor_patch_orientation_141_113_034_059_target_position_1_3_retrieval_position_1" gabor_095_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_60_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_095_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 63 292 292 399 125 1792 2992 2242 fixation_cross gabor_155 gabor_089 gabor_134 gabor_016 gabor_155_alt gabor_089 gabor_134_alt gabor_016 "1_61_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_1800_3000_2250_gabor_patch_orientation_155_089_134_016_target_position_2_4_retrieval_position_1" gabor_105_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_61_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_105_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1892 2992 2292 fixation_cross gabor_144 gabor_066 gabor_173 gabor_039 gabor_144_alt gabor_066_alt gabor_173 gabor_039 "1_62_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2300_gabor_patch_orientation_144_066_173_039_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_127_framed gabor_circ blank blank blank blank fixation_cross_white "1_62_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_127_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2042 2992 2042 fixation_cross gabor_005 gabor_177 gabor_041 gabor_021 gabor_005_alt gabor_177 gabor_041_alt gabor_021 "1_63_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2050_gabor_patch_orientation_005_177_041_021_target_position_2_4_retrieval_position_2" gabor_circ gabor_127_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_63_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_127_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2142 2992 2392 fixation_cross gabor_136 gabor_075 gabor_103 gabor_060 gabor_136_alt gabor_075 gabor_103_alt gabor_060 "1_64_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2400_gabor_patch_orientation_136_075_103_060_target_position_2_4_retrieval_position_2" gabor_circ gabor_025_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_64_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_025_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2092 2992 2092 fixation_cross gabor_071 gabor_135 gabor_107 gabor_052 gabor_071_alt gabor_135 gabor_107 gabor_052_alt "1_65_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2100_gabor_patch_orientation_071_135_107_052_target_position_2_3_retrieval_position_2" gabor_circ gabor_087_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_65_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_087_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 62 292 292 399 125 1892 2992 2092 fixation_cross gabor_055 gabor_001 gabor_034 gabor_091 gabor_055 gabor_001 gabor_034_alt gabor_091_alt "1_66_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2100_gabor_patch_orientation_055_001_034_091_target_position_1_2_retrieval_position_2" gabor_circ gabor_001_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_66_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_001_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 64 292 292 399 125 2192 2992 1942 fixation_cross gabor_149 gabor_109 gabor_134 gabor_002 gabor_149 gabor_109_alt gabor_134 gabor_002_alt "1_67_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2200_3000_1950_gabor_patch_orientation_149_109_134_002_target_position_1_3_retrieval_position_2" gabor_circ gabor_109_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_67_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_109_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 1842 2992 1892 fixation_cross gabor_135 gabor_023 gabor_045 gabor_106 gabor_135_alt gabor_023 gabor_045_alt gabor_106 "1_68_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_1900_gabor_patch_orientation_135_023_045_106_target_position_2_4_retrieval_position_2" gabor_circ gabor_162_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_68_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_162_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 64 292 292 399 125 2042 2992 2342 fixation_cross gabor_050 gabor_135 gabor_004 gabor_022 gabor_050 gabor_135_alt gabor_004_alt gabor_022 "1_69_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_2050_3000_2350_gabor_patch_orientation_050_135_004_022_target_position_1_4_retrieval_position_2" gabor_circ gabor_135_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_69_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_135_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
44 61 292 292 399 125 2192 2992 2542 fixation_cross gabor_023 gabor_155 gabor_095 gabor_137 gabor_023 gabor_155_alt gabor_095 gabor_137_alt "1_70_Encoding_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2550_gabor_patch_orientation_023_155_095_137_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_048_framed gabor_circ blank blank blank blank fixation_cross_white "1_70_Retrieval_Working_Memory_MEG_P7_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_048_retrieval_position_3" 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;
}; |
5c33e5e0820a86910e32888a698df904d5e11c1d | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpic2escifiles6/PointonCurve.sci | fd2a35d00ad0754315fb1d8b1d4b80078797766f | [] | no_license | ketpic/ketcindy-scilab-support | e1646488aa840f86c198818ea518c24a66b71f81 | 3df21192d25809ce980cd036a5ef9f97b53aa918 | refs/heads/master | 2021-05-11T11:40:49.725978 | 2018-01-16T14:02:21 | 2018-01-16T14:02:21 | 117,643,554 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 231 | sci | PointonCurve.sci | // 08.05.30
function Out=PointonCurve(T,PtL)
Eps=10^(-4);
N=Trunc(T+Eps);
S=max(T-N,0);
// PtL=Plt;
if N==size(PtL,1)
Out=PtL(N,:);
else
Pa=PtL(N,:);;
Pb=PtL(N+1,:);
Out=(1-S)*Pa+S*Pb;
end
endfunction
|
6d9049b89fbaaaf424b742fb568ba7febfa4301c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH9/EX9.20/Example9_20.sce | 3003b65a9b7b55895ca3d0914566beda7e63f28f | [] | 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,090 | sce | Example9_20.sce | // A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART II : TRANSMISSION AND DISTRIBUTION
// CHAPTER 2: CONSTANTS OF OVERHEAD TRANSMISSION LINES
// EXAMPLE : 2.20 :
// Page number 117-118
clear ; clc ; close ; // Clear the work space and console
// Given data
d = 2.5 // Diameter of conductor(cm)
D = 200.0 // Distance of separation(cm)
l = 100.0 // Length of line(km)
// Calculations
r = d/2 // Radius of conductor(cm)
e = 1.0/(36*%pi)*10**-9 // Constant ε_0
D_m = (D*(3**0.5)*D*(3**0.5)*D*D)**(1.0/4) // Mutual GMD(cm)
D_s = (2*D*r)**(1.0/2) // Self GMD(cm)
C_n = 2*%pi*e/log(D_m/D_s)*1000.0 // Phase-to-neutral capacitance(F/km)
C_nu = C_n*l*10.0**6 // Phase-to-neutral capacitance(μF)
// Results
disp("PART II - EXAMPLE : 2.20 : SOLUTION :-")
printf("\nPhase-to-neutral capacitance, C_n = %.2f μF", C_nu)
|
67628f77061cf8b0aa9f74b88013e3e9dcec6103 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2594/CH8/EX8.10/Ex8_10.sce | 19a60761ce4e471ec034b28b34a565ebffd459e7 | [] | 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 | 972 | sce | Ex8_10.sce | clc
L=1.25*10^-4
disp("L = "+string(L)+" cm") //initializing value of length of channel.
un=600
disp("un = "+string(un)+"cm^2/V-s") //initializing value of mobility of n-channel MOS transistor.
Co=6.9*10^-9
disp("Co = "+string(Co)+"F/cm^2") //initializing value of capacitance per unit area .
VT=0.60
disp("VT = "+string(VT)+" V") //initializing value of threshold Voltage.
Vgs=4
disp("Vgs = "+string(Vgs)+" V") //initializing value of gate to source voltage.
W=12*10^-4
disp("W = "+string(W)+"cm") //initializing value of width of channel.
Id=((Co*un*W)/(L)*((Vgs-VT)^2/(2)))
disp("Drain current,Id=((Co*un*W)/(L)*((Vgs-VT)^2/(2)))="+string(Id)+" A")//calculation.
//The answer provided in the book (for Id) is wrong as the value of mobility used for solution is different than provided in the question and also value of (Vgs-Vt) is put wrong in the solution than given in the book.
//I have used the value given in the question i.e. answer differ.
|
7a46f9d2a4a833ea59671a888efb7d929ecd501d | 449d555969bfd7befe906877abab098c6e63a0e8 | /605/CH3/EX3.2/3_2.sce | 669e9db757309be385644817e638febeca51f60d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 315 | sce | 3_2.sce | //data
W=2*%pi*10^8 //rad/s
Vp=2.5*10^8 //m/s
Vin=75/(50+75)*3*complex(cos(0),sin(0)) //V
Iin=3/(50+75)*complex(cos(0),sin(0)) //A
//formula and result
printf("\nresult:-")
b=W/Vp
printf("\nB=%.4frad/m",b)
printf("\nV=1.8*cos(2*pi*10^8*t-0.8*pi*z)\ni=0.024*cos(2*pi*10^8*t-0.8*pi*z)")
|
2afa5d5a14b9dd3447c1595f1323aa441921b99b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1370/CH1/EX1.18/chapter1_18.sce | 34090a018922000bcec02abfc4b1d3d47aff1da1 | [] | 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 | 226 | sce | chapter1_18.sce | //example1.18
clc
disp("Rearrange the circuit as shown below.")
disp("The 3.333ohm and 3.6ohm resistors are in series in fig 1.87(c).")
r=3.333+3.6
format(8)
disp(r,"Therefore, the equivalent resistance R_yz(in ohm)=")
|
1770f814a2baa269048b460e423ae05b89b54ae7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /291/CH9/EX9.5a/eg9_5a.sce | e5d3e2ffbe38a763bbd23dad90d07461b5592867 | [] | 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 | 487 | sce | eg9_5a.sce | x= [60 62 64 65 66 67 68 70 72 74];
y= [63.6 65.2 66 65.5 66.9 67.1 67.4 68.3 70.1 70];
xbar = mean(x);
ybar= mean(y);
n= 10;
SxY = 0;
for i= 1:n
SxY = SxY + (x(i)*y(i)) - (xbar*ybar);
end
Sxx = 0;
for i=1:n
Sxx= Sxx + (x(i)*x(i)) - (xbar*xbar);
end
SYY = 0;
for i=1:n
SYY = SYY + (y(i)*y(i)) - (ybar*ybar);
end
B = SxY/Sxx;
A = ybar - (B*xbar);
SSR = ((Sxx*SYY)- (SxY*SxY))/Sxx ;
R2 = 1 - (SSR/SYY);
disp(R2, "The coefficient of determination is") |
06f70adaf512c8f648a930cb549aa1d00716384c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2666/CH8/EX8.4/8_4.sce | b44c712b575c003d70c4d4c4de3eb0ce2e5f86c1 | [] | 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 | 287 | sce | 8_4.sce | clc
//initialisation of variables
v=0.7//percent
p=250//psia
p1=0.50//percent
h=(%pi/4)*(13.1)^2*(16.4/1728)//cu ft
g=0.090//ft
p2=1.8438//cu ft
//CALCULATIONS
W=v*h//cu ft
V=g+h//cu ft
V1=g+p1*h//cu ft
H=V1/p2//lb
//RESULTS
printf('the specific volume of dry =% f lb',H)
|
8138acc6e9e9cb33961ec508522fa05d27967800 | eb7eeb04a23a477e06f3c0e3d099889caee468b4 | /src/examples/course/scilab/membrane/membrane.sce | c306af2d35a73a8f1cc49e905fbc5a55c1c274b2 | [] | no_license | mikeg64/iome | 55699b7d7b3d5c1b006d9c82efe5136b8c909dfd | cc1c94433133e32776dcf16704ec4ec337b1b4a0 | refs/heads/master | 2020-03-30T15:57:33.056341 | 2016-04-13T09:24:27 | 2016-04-13T09:24:27 | 151,387,236 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,282 | sce | membrane.sce | //
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) INRIA
//
// This file is distributed under the same license as the Scilab package.
//
// =============================================================================
// Demonstrate animation based on the evolution of a 3D surface
// ============================================================================
curFig = scf(100001);
clf(curFig,"reset");
demo_viewCode("membrane.sce");
drawlater();
xselect(); //raise the graphic window
// set a new colormap
//-------------------
cmap= curFig.color_map; //preserve old setting
curFig.color_map = jetcolormap(64);
//The initial surface definition
//----------------------
x=linspace(-%pi,%pi,50);
y=x;
Z=15*sin(x)'*cos(y);
myones=ones(50,50);
[mmx,mmy]=meshgrid(x,y);
//Creates and set graphical entities which represent the surface
//--------------------------------------------------------------
plot3d1(x,y,Z,35,45,' ');
s=gce(); //the handle on the surface
s.color_flag=1 ; //assign facet color according to Z value
title("evolution of a 3d surface","fontsize",3)
I=4000:-0.1:1;
realtimeinit(0.1);;//set time step (0.1 seconds) and date reference
drawnow();
for i=1:max(size(I))
realtime(i); //wait till date 0.1*i seconds
//s.data.z = (sin((I(i)/10)*x)'*cos((I(i)/10)*y))';
//s.data.z = sin(6*%pi*i/max(size(I)))*(sin((2)*x)'*sin((4)*y))';
//s.data.z = sin((100*9*%pi*i*myones/max(size(I))-2*mmx+4*mmy));//+sin((100*8*%pi*i*myones/max(size(I))-4*mmx+2*mmy))+sin((100*20*%pi*i*myones/max(size(I))-2*mmx+20*mmy));
s.data.z = 5.0*sin((50*4.5*%pi*i*myones/max(size(I)))).*(sin((mmx/2)).*sin((mmy/2)))+4.0*sin((100*4.5*%pi*i*myones/max(size(I)))).*(sin((mmx)).*sin((mmy)))+2.0*sin((100*9*%pi*i*myones/max(size(I)))).*(sin((-2*mmx)).*sin((+4*mmy)))+4.0*sin((100*45*%pi*i*myones/max(size(I)))).*(sin((3*mmx)).*sin((-3*mmy)))+0.5*sin((100*80*%pi*i*myones/max(size(I)))).*(sin((6*mmx)).*sin((-6*mmy)))+0.25*sin((100*160*%pi*i*myones/max(size(I)))).*(sin((12*mmx)).*sin((-12*mmy)))+0.2*sin((100*180*%pi*i*myones/max(size(I)))).*(sin((24*mmx)).*sin((-24*mmy)))+3*sin((100*180*%pi*i*myones/max(size(I)))).*(sin((6*mmx)).*sin((-5*mmy)))+3*sin((100*360*%pi*i*myones/max(size(I)))).*(sin((-12*mmx)).*sin((10*mmy)));;
end
|
4d74c00db70b3fa92ea49b0c5105a3d6f50a1202 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2498/CH5/EX5.22/ex5_22.sce | 70cbd1e423031f50e9b28921a55de0ff35a008b6 | [] | 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 | 569 | sce | ex5_22.sce | // Exa 5.22
clc;
clear;
close;
format('v',8)
// Given data
A = 10000;
Beta = 0.02;
Zi = 1;// in k ohm
Zi = Zi * 10^3;// in ohm
Zo = 10;// in k ohm
Zo = Zo * 10^3;// in ohm
// The input impedance
Zif = Zi*(1+(A*Beta));// in ohm
Zif= Zif*10^-3;// in k ohm
disp(Zif,"The input impedance in k ohm is");
// The output impedance
Zof = Zo/(1+(A*Beta));// in ohm
Zof= Zof*10^-3;// in k ohm
disp(Zof,"The output impedance in k ohm is");
// Note: In the book, there is calculation error to find the value of Zof because 10/201 will be 0.04975 not 0.4975
|
e70fe256496250aacb0e3f1786959c15ae4a6e55 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2783/CH8/EX8.15/Ex8_15.sce | 0f34c33a85c8be85720fda3152f9da36934b2119 | [] | 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 | 308 | sce | Ex8_15.sce | clc
//initialization of new variables
clear
w=2 //m
u=100 //km/h
r=1.2 //kg/m^3
mu=1.81*10^-5
//calculations
D=w
Re=r*u*D/(3.6*mu)
St=0.23 //based on Re
f=St*u/(3.6*D)
l=u/(3.6*f)
//results
printf('Oscillation frequency is %.2f Hz',f)
printf('\n The distance between two cycles is %.2f m',l)
|
fed64ada48583f0ddb7022dc1cb9703f3ff77b2c | df924acfdd5b043da9336a2276726dbfb655735a | /test_suite/incrrset.tst | 1d4df61c88875fc52f3f4ffacbeea24959feccbe | [] | no_license | noxdafox/clips | b8fb280223b5aae615e427bf1f31c03cb932b09d | a2c548b69394f0e2cf7c6d583810b6a29a662ae1 | refs/heads/master | 2023-09-01T18:52:07.614807 | 2021-12-14T20:10:21 | 2021-12-14T20:10:21 | 95,596,886 | 11 | 10 | null | null | null | null | UTF-8 | Scilab | false | false | 396 | tst | incrrset.tst | (set-strategy depth)
(unwatch all)
; incrrset.clp test
(clear)
(open "Results//incrrset.rsl" incrrset "w")
(load "compline.clp")
(load "incrrset.clp")
(progn (dribble-on "Actual//incrrset.out") (testit) (dribble-off))
(printout incrrset "incrrset.clp differences are as follows:" crlf)
(compare-files "Expected//incrrset.out" "Actual//incrrset.out" incrrset)
; close result file
(close incrrset)
|
5190e3b65fc4e9d64287463fb0878c3002447149 | 8c802fb8c6a8dc8ed61222ce257eb61f580a462e | /projects/02/HalfAdder.tst | 4a84ea36f768ec3f84431105fb16756ee759cfa8 | [] | no_license | radavis/nand2tetris | 0703b55695378cd8ec279599a34114cbfba48ef7 | 021ba06dbbe203206b44360f162a0d64e2dc41f9 | refs/heads/master | 2021-01-01T20:05:37.036752 | 2015-05-16T19:13:31 | 2015-05-16T19:13:31 | 34,955,667 | 8 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 327 | tst | HalfAdder.tst | // File name: projects/02/HalfAdder.tst
load HalfAdder.hdl,
output-file HalfAdder.out,
compare-to HalfAdder.cmp,
output-list a%B3.1.3 b%B3.1.3 sum%B3.1.3 carry%B3.1.3;
set a 0,
set b 0,
eval,
output;
set a 0,
set b 1,
eval,
output;
set a 1,
set b 0,
eval,
output;
set a 1,
set b 1,
eval,
output;
|
4f526aa6b12ebb2d8ef128d0c84750ee9b4a4684 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3428/CH12/EX6.12.10/Ex6_12_10.sce | 814160cfec01c9ebdd1a71062dda2fce0647bd1d | [] | 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 | 249 | sce | Ex6_12_10.sce | //Section-6,Example-2,Page no.-P.42
//To calculate the minimum partial pressure of methane to achieve the following condition.
clc;
n_M=(21*10^-3)/16
n_B=100/78
x_M=n_M/(n_M+n_B)
K_M=4.27*10^5
p_M=x_M*K_M
disp(p_M,'Required partial pressure(Torr)')
|
03b077cd9cc7bf43d26ca37637378df53272082b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1938/CH2/EX2.4/2_4.sce | 687a3f0a73567019c8a7b1f825e858c48960f483 | [] | 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 | 708 | sce | 2_4.sce | clc,clear
printf('Example 2.4\n\n')
Pole=4
A=Pole //for lap winding
V=230,R_a=0.8 //Armature resistance
N_0=1000 //no load speed in rpm
Z=540 //number of armature conductors
phi=25*10^-3 //flux per pole in weber
E_b0 = phi*Pole*N_0*Z/(60*A) //induced emf
//part(i)
printf('(i)Induced e.m.f = %.0f V\n',E_b0)
//part(ii)
I_a0 = (V- E_b0)/R_a //because V= E_b0+ I_a0*R_a
printf('(ii)Armature current = %.2f A\n',I_a0)
//part(iii)
stray_losses = E_b0*I_a0 //on no load ,power developed is fully power required to overcome strya losses
printf('(iii)Stray loss = %.2f W\n',stray_losses)
//part(iv)
T_f = E_b0*I_a0/(2*%pi*N_0/60) //lost torque
printf('(iv)Lost torque = %.3f N-m\n',T_f)
|
d2dd16a64da2beefa14ee6b1868cfb771922957d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3673/CH5/EX5.a.13/Example_a_5_13.sce | 61349db583826afc2c10767663a260aadbe1f5de | [] | 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 | Example_a_5_13.sce | //Example_a_5_13 page no:214
clc;
Vm=15;
Im=8.5;
omega=200;
R=Vm/(Im*sqrt(2));
C=1/(omega*R);
disp(R,"the resistance in the circuit is (in ohm)");
disp(C,"the capacitance in the circuit is (in F)");
|
5efd6fb46d7fa8aeb7cfa2c504c03d77d479006f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1646/CH8/EX8.8/Ch08Ex8.sce | 5647bce35c370985a87faddcfdd8fdf15eb7e411 | [] | 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 | Ch08Ex8.sce | // Scilab Code Ex8.8: Page-432 (2011)
clc;clear;
v = 3700;....// Velocity of ultrasonic beam in copper, m/s
t = 1e-006;....// Delay time for ultrasonic beam, s
L = v*t; // // Length of a copper wire required for a delay, m
printf("\nThe length of a copper wire required for a delay = %6.4f m", L);
// Result
// The length of a copper wire required for a delay = 0.0037 m |
18e18537c928bd37a9b63bcdc82bcc93f05076b5 | 3f5040355af2e6769099ed204385fd22c9e10cc2 | /classifieur_barycentre.sce | 774b320bf15ae93b541e248e5d730b257b74ef83 | [] | no_license | pinos19/Reconnaissance_objets | 78e586e55383eefabc379d7ded5114367c67880c | f697ad28852b56299f616cb5c0b72ab1479c7d01 | refs/heads/main | 2023-08-29T11:26:50.842616 | 2021-11-06T16:59:20 | 2021-11-06T16:59:20 | 425,299,101 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 720 | sce | classifieur_barycentre.sce |
function [classe]=classifieur_barycentre(attributs_normalises,img_gris,moyenne,ecart_type,num_classe)
C=zeros(1,4);
[aire,perimetre,longueur,largeur]=AttributsForme(img_gris);
res=[aire,perimetre,longueur,largeur];
for i=1:4
res(i)=(res(i)-moyenne(i))./ecart_type(i);
end
l=1;
for i=1:4
attributs_barycentre(i,:)=[sum(attributs_normalises((l:l+4),1))/5,sum(attributs_normalises((l:l+4),2))/5,sum(attributs_normalises((l:l+4),3))/5,sum(attributs_normalises((l:l+4),4))/5];
l=l+5;
end
for app = 1:4
distance(app)=sum(abs(attributs_barycentre(app,:)-res(1,:)));
end
[dist_mini,ind] = min(distance);
classe=ind;
endfunction
|
acf0cf56103a81a46ddf0d7a20e250f3b4e462c5 | b4bbf9b2a475b5cf299b30bf5e0c621e32f6c832 | /test/speed6.tst | cf1463b5d7773b912e2003846c186222f2e584fd | [] | no_license | apetresc/castro | 1ec1ac1307542487aa1be14c335170f7a1347bf2 | 843165af7c946188a2dd772384cd2d579723c99d | refs/heads/master | 2022-02-20T14:28:41.962893 | 2019-10-07T08:41:59 | 2019-10-07T08:41:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 111 | tst | speed6.tst | time -g 0 -m 0 -i 50000
boardsize 6
genmove w
undo
genmove w
undo
genmove w
undo
genmove w
undo
genmove w
quit
|
2fa591d4a971c2fe0038b7e3d45b80aaacd1f3ad | 92c39b1bfa02d70fb861a7fa8c907a2a24613ebf | /Rmat.sci | 38e32b2e019b05c3f328a1bf10199da8df0644fa | [] | no_license | UTEC-mateIII/TAP-2 | 7e9d8aba21430ef00987dbf14418444f27cd20e7 | faeae752299402b9c7f43c37cf7d62b6a0daa42d | refs/heads/master | 2022-06-29T17:15:47.667656 | 2020-05-04T23:56:57 | 2020-05-04T23:56:57 | 260,448,794 | 0 | 2 | null | 2020-05-01T14:16:39 | 2020-05-01T12:00:47 | null | UTF-8 | Scilab | false | false | 651 | sci | Rmat.sci | // Alberto Oporto Ames 100%
// Una función para una función el ejercicio R
function [R] = Rmat(u, theta)
R = zeros(3,3)
ux=u(1)
uy=u(2)
uz=u(3)
R(1,1) = cosd(theta) + ux^2*(1-cosd(theta))
R(1,2) = ux*uy*(1-cosd(theta)) - uz*sind(theta)
R(1,3) = ux*uz*(1-cosd(theta)) + uy*sind(theta)
R(2,1) = uy*uz*(1-cosd(theta)) + uz*sind(theta)
R(2,2) = cosd(theta) + uy^2*(1-cosd(theta))
R(2,3) = uy*uz*(1-cosd(theta)) - ux*sind(theta)
R(3,1) = uz*ux*(1-cosd(theta)) - uy*sind(theta)
R(3,2) = uz*uy*(1-cosd(theta)) + ux*sind(theta)
R(3,3) = cosd(theta) + uz^2*(1-cosd(theta))
endfunction
|
61de0d575a5b35fb3d097c55b3d6035c5cb46ae2 | 7a5c946ff5a4aba4c781b98272702367d698fd73 | /TAREAS/Tarea 3_Matrices de rotacion/3_Ejercicio.sce | 25f67f00cdf3aa249a6cc6c46b95131be7d9becd | [] | no_license | ds365/Garcia.Barajas.Raul.Israel | 44465872133d2e76cf2e6afb36fa87bc964dc998 | b1732d12d1d3fb22481f1b94ae64b1098288efa1 | refs/heads/master | 2020-04-16T22:15:11.635819 | 2019-04-09T20:09:12 | 2019-04-09T20:09:12 | 165,959,498 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 912 | sce | 3_Ejercicio.sce | g1=15
g1 =
15.
g2=35
g2 =
35.
g3=45
g3 =
45.
r1=g1*%pi/180
r1 =
0.2617994
r2=g2*%pi/180
r2 =
0.6108652
r3=g3*%pi/180
r3 =
0.7853982
A=[cos(r1) -sin(r1) 0;sin(r1) cos(r1) 0;0 0 1]
A =
0.9659258 -0.258819 0.
0.258819 0.9659258 0.
0. 0. 1.
B=[1 0 0;0 cos(r2) -sin(r2);0 sin(r2) cos(r2)]
B =
1. 0. 0.
0. 0.819152 -0.5735764
0. 0.5735764 0.819152
C=A*B
C =
0.9659258 -0.2120121 0.1484525
0.258819 0.7912401 -0.5540323
0. 0.5735764 0.819152
D=[cos(r3) -sin(r3) 0;sin(r3) cos(r3) 0;0 0 1]
D =
0.7071068 -0.7071068 0.
0.7071068 0.7071068 0.
0. 0. 1.
E=C*D
E =
0.5330975 -0.8329279 0.1484525
0.742504 0.3764785 -0.5540323
0.4055798 0.4055798 0.819152
|
a0eb9ec74290ad6f0ed7b131264c07a10e23de7f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1085/CH5/EX5.7/ex5_7.sce | 340e06077060afac7530658421eef6f8d1d68646 | [] | 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 | 456 | sce | ex5_7.sce | //Exam:5.7
clc;
clear;
close;
E_f=3.75;//Fermi energy(in eV)
e=1.602*10^-19;
W_f=e*E_f;//fermi energy in joules
t=10^-14;//mean free time between the collisions(in second)
m=9.1*10^-31;//mass of electron
v_f=(2*W_f/m)^(1/2);//maximum velocity of an electron in a metal(in m/s)
mobility=e*t/m;//mobility of electrons(in m^2/V-s)
disp(v_f,'maximum velocity of an electron in a metal(in m/s)=');
disp(mobility,'mobility of electrons(in m^2/V-s)=') |
979a8627cdd29d07b35df34c2304f1bb044ec552 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1382/CH2/EX2.39.a/EX_2_39_a.SCE | 9397e447940323af5ad3f0c3152277f8bfb80d54 | [] | 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 | 629 | sce | EX_2_39_a.SCE | // Example 2.39.a: Stability factor
clc;
clear;
close;
R1=500;//Resistance in killo ohms
Rc=500;//Collector resistance in killo ohms
R2=5000;//Resistance in killo ohms
Vcc=20;// Colector voltage in volts
Beta=75;
Rc=6.2;// Collector resistance in killo ohms
Re=90;// Emitter resistance in ohms
Rb=690;// Base resistance in killo ohms
Vbe=0.7;// Base to emitter voltage in volts
Rb=((R1*R2)/(R1+R2));
Vb=Vcc * (R1/(R1+R2)); // vOLTAGE AT BASE
Icbo=0.02;// Collector to base leakage current in mA
Sre= (Re/(Rb+Re*Beta)^2)*(Icbo*10^-6*Rb-Beta(Vb+Rb*Icbo*10^-6-Vbe));
disp(Sre," Stability factor in A/ohms is")
|
0c08dde7f4df3a68af0de447ec0a944dd7f1f411 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.3/Unix-Windows/scilab-2.3/macros/scicos/unhilite_obj.sci | 5284454be9483dfd65256d6d475d25b5108f5192 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] | 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 | 362 | sci | unhilite_obj.sci | function unhilite_obj(o)
//
if o(1)=='Block' then
graphics=o(2);
[orig,sz]=graphics(1:2)
thick=xget('thickness')
xset('thickness',6*thick);
xrect(orig(1),orig(2)+sz(2),sz(1),sz(2));
xset('thickness',thick);
elseif o(1)=='Link' then
xx=o(2)
yy=o(3)
thick=xget('thickness')
xset('thickness',6*thick)
drawobj(o)
xset('thickness',thick);
end
|
af041c56424560b2265d2cbc926caf02c0f846cd | 449d555969bfd7befe906877abab098c6e63a0e8 | /1238/CH1/EX1.22.a/22_a.sce | 0269902465948c4197f8b3dcdcfb5ae4faaefe77 | [] | 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 | 465 | sce | 22_a.sce | //subtraction using 2's complement//
//Example 22.a//
//subtraction using 2's complement//
clc
//clears the console//
clear
//clears all exisiting variables//
a=bin2dec('11011')
b=bin2dec('11001')
x=bitcmp(b,5)
//complement of the numbers//
z=1
u=x+z
//1 is added to the complements//
w=u+a
w=w-bin2dec('100000')
w=dec2bin(w);//coverting to binary form//
disp('the subtraction of two binary numbers give:')
disp(w);//displaying the result//
|
42a17e2d97d8d933303e1092666c2dc6d3e5b97b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1938/CH3/EX3.8/3_8.sce | 3b7f24cd0e2dfef5512f00f5bea32a091b80645d | [] | 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 | 606 | sce | 3_8.sce | clc,clear
printf('Example 3.8\n\n')
V=500
Io=5 //no load current
R_a=0.5,R_sh=250//resistance of armature and field circuits
I=100 //current at unknown efficiency
P_in_NL=V*Io //no load input
I_sh=V/R_sh
Iao=Io-I_sh
arm_cu_loss_no_load=R_a*Iao^2 //No load armature copper loss
constant_losses= P_in_NL- arm_cu_loss_no_load
I_a=I-I_sh
arm_cu_loss= R_a*I_a^2 //New armature copper loss
Total_loss=arm_cu_loss + constant_losses
P_in=V*I
efficiency=(P_in-Total_loss)*100/P_in //required efficiency
printf('Efficiency is %.3f percent when motor takes %.0f A current',efficiency,I)
|
e3ab7b4062f565773c8956a9f50b39efae14cead | 449d555969bfd7befe906877abab098c6e63a0e8 | /74/CH9/EX9.6/example6_sce.sce | d66a161e513120e2ed4715e0376e9883bca7c18b | [] | 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 | 358 | sce | example6_sce.sce | //chapter 9
//example9.6
//page 335
fc=1.5*10^3;
x=1.414;//damping factor
C1=2/x;
disp(C1)
C2=x/2;
disp(C2)
R1=1;R2=1;
Rf=2;
Wc=1;
Wc=2*3.14*fc;
disp(Wc)
R=R1/Wc;//to keep C1 nad C2 unchanged
disp(R)
Rf=2*R
R1=R*10^7;R2=R*10^7;//for maiking filter for practical use
disp(R1,R2)
C1=C1*10^-7;C2=C2*10^-7;//to fc remain unchanged
disp(C1,C2) |
4e64957b4efc32aff17a994a77030cb3fa97985d | 717ddeb7e700373742c617a95e25a2376565112c | /2606/CH3/EX3.7/ex3_7.sce | 6247cdb9ce33212908dff35955de1b146f6172ec | [] | 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 | 278 | sce | ex3_7.sce | //Page Number: 3.14
//Example 3.7
clc;
//Given
//(a)efficiency=((u^2)/(2+(u^2)))
u=0.5;
n=((u^2)/(2+(u^2)));
np=n*100;
disp("%", np, "Efficiney: ");
//(b)nmax,
//nmax occurs at u=1;
u1=1;
nmax=((u1^2)/(2+(u1^2)));
nmaxp=nmax*100;
disp("%", nmaxp, "Efficiney max: ");
// test
|
5ba5e231b67f146e2798a152850e2c0de1a4145b | 57a39df08383d18148a77915551223cef3bc8cd6 | /pn_seq_4bit.sce | c15823fa64716aebe1e76f0d06094a86fba0d573 | [] | no_license | sonusharma55/Misc.-MATLAB-Scilab | 0abbc7ab22e963b3b3e147a18e17af2f3021d3ce | dbfaab1b84719948ef665798c4192e6ca934e46a | refs/heads/master | 2020-07-25T22:00:11.975476 | 2019-09-14T12:31:37 | 2019-09-14T12:31:37 | 208,434,501 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 761 | sce | pn_seq_4bit.sce | clc;
clear all;
x=input('Enter the 4-Bit sequence: ');
d=length(x);
N=(2^d)-1;
disp('The Period of PN sequence is: ');
disp(N);
xoring=0;
disp(" x1 x2 x3 x4 xoring");
printf(' Initial %d %d %d %d %d \n ',x(1),x(2),x(3),x(4),xoring);
for i=1:N
printf('Shift %d \n',i);
xoring(i)=bitxor(x(3),x(4));
printf(' %d \n ',xoring(i));
x(4)=x(3);
if(x(4)==1)
dummy(i)=1
else
dummy(i)=-1;
end
x(3)=x(2);
x(2)=x(1);
x(1)=xoring(i);
printf(' %d %d %d %d \n ',x(1),x(2),x(3),x(4));
plot2d3(x(4))
end
bar(dummy,0.2,'green');
xlabel ("Time","FontSize",5);
title("15-chip first m-sequence for one T period","FontSize",5);
|
40957918894cd43e38877fdb815ecb9523d9d78f | 449d555969bfd7befe906877abab098c6e63a0e8 | /964/CH5/EX5.6/5_6.sce | 973aefe122ea15543675ca9f9783d7b0d3e4f323 | [] | 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,763 | sce | 5_6.sce | clc;
clear;
function y=f(x)
y=x^10 - 1;
endfunction
x1=0;
x2=1.3;
xt=1;
//using bisection method
disp("BISECTION METHOD:")
xr=(x1+x2)/2;
et=abs(xr-xt)/xt*100;//error
disp(1,"Iteration:")
disp(x1,"xl:")
disp(x2,"xu:")
disp(xr,"xr:")
disp(et,"et(%):")
disp("----------------------------------------")
for i=2:5
if f(x1)*f(xr)>0 then
x1=xr;
xr=(x1+x2)/2;
ea=abs(xr-x1)/xr*100;
et=abs(xr-xt)/xt*100;
else if f(x1)*f(xr)<0 then
x2=xr;
xr=(x1+x2)/2;
ea=abs(xr-x2)/xr*100;
et=abs(xr-xt)/xt*100;
end
end
if f(x1)*f(xr)==0 then break;
end
disp(i,"Iteration:")
disp(x1,"xl:")
disp(x2,"xu:")
disp(xr,"xr:")
disp(et,"et(%):")
disp(ea,"ea(%)")
disp("----------------------------------------")
end
//using false position method
disp("FALSE POSITION METHOD:")
x1=0;
x2=1.3;
xt=1;
xr=x1-(f(x1)*(x2-x1))/(f(x2)-f(x1));;
et=abs(xr-xt)/xt*100;//error
disp(1,"Iteration:")
disp(x1,"xl:")
disp(x2,"xu:")
disp(xr,"xr:")
disp(et,"et(%):")
disp("----------------------------------------")
for i=2:5
if f(x1)*f(xr)>0 then
x1=xr;
xr=x1-(f(x1)*(x2-x1))/(f(x2)-f(x1));
ea=abs(xr-x1)/xr*100;
et=abs(xr-xt)/xt*100;
else if f(x1)*f(xr)<0 then
x2=xr;
xr=x1-(f(x1)*(x2-x1))/(f(x2)-f(x1));
ea=abs(xr-x2)/xr*100;
et=abs(xr-xt)/xt*100;
end
end
if f(x1)*f(xr)==0 then break;
end
disp(i,"Iteration:")
disp(x1,"xl:")
disp(x2,"xu:")
disp(xr,"xr:")
disp(et,"et(%):")
disp(ea,"ea(%)")
disp("----------------------------------------")
end
|
d419f8ef7832f10fb1dbc1295d50d136c076d77f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1938/CH1/EX1.17/1_17.sce | 1d6f8daed7b146da2a58a363d6b683cc10bedc28 | [] | 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 | 516 | sce | 1_17.sce | clc,clear
printf('Example 1.17\n\n')
P=4 //number of poles
A=P // because of lap wound
N=750 //speed in rpm
Z=720 //number of armature conductors
phi=30*10^-3 //flux per pole in weber
R_sh=200,R_a=0.4,R_L=15, //resistance of shunt winding,armature,series field
E=phi*P*N*Z/(60*A) //generated emf
//solving the following equations for V_t
//E= V_t + I_a*R_a
//E= V_t + (I_L + I_sh)*R_a
//E= V_t + ((V_t/R_L) + (V_t/R_sh))*R_a
V_t=E/(1+(R_a/R_L)+(R_a/R_sh))
printf('Terminal voltage = %.4f V',V_t)
|
77dd15cf882a3ef028aead101a1c3a75198b4e1a | f5bb8d58446077a551e4d9a6461a55255db523fe | /zero_de_funcoes/metodos/metodo_bissecao.sce | feb964fc670ba49b688659db8b7b6f37c6e1a39f | [] | no_license | appositum/numerical-calculus | 6be1a9990a1621c705af6ba5694cf8c7b891d06e | 7759e74ce9ce5c5826f96be7de84a2f7ecb97c91 | refs/heads/master | 2021-07-19T18:19:09.336819 | 2018-11-27T21:52:36 | 2018-11-27T21:52:36 | 143,060,426 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 730 | sce | metodo_bissecao.sce | // CALCULA UMA APROXIMACAO x(k), PARA UMA RAIZ DE f NO INTERVALO [a,b]
// f: função criada em outro arquivo
// [a,b]: intervalo no qual f(a)*f(b) < 0
// eps1: precisão utilizada no critério de parada
function bissecao(f,a,b,eps1)
if ((f(a).*f(b))>0.0) then
printf("\n \n")
printf("f( %g )*f( %g )>0 \n \n",a,b)
printf("O MÉTODO NÃO CONVERGE \n \n")
else
k=1;
x(k)=(a+b)./2;
while (abs(f(x(k)))>eps1) do
if (f(a).*f(x(k)) < 0) then
b=x(k)
else
a=x(k)
end
x(k+1)=(a+b)./2
k=k+1
end
for i=1:k
printf("k= %g x(%g)=%g |f(x(%g))|=%g \n",i,i,x(i),i, abs(f(x(i))) );
end
end
endfunction
|
d968f2a7925dc6888d8284a2e7c89c719ef57b1b | 717ddeb7e700373742c617a95e25a2376565112c | /3460/CH6/EX6.5/ex6_5.sce | 00030ebd7894fde69d624cbe8049237d990d282e | [] | 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 | 215 | sce | ex6_5.sce | clc;
clear all;
d=2.588*1e-3;//diameter of wire
s=300*1e-3//spacing between wires
r=d/2;//radius of wire
Z0=276*log10(s/r);//characteristic impedence of line
disp(Z0,'characteristic impedence of line is');
|
43eb18dffd3be0b484bb4de7566238de161b4bbc | 449d555969bfd7befe906877abab098c6e63a0e8 | /104/CH2/EX2.7/2_7.sce | 1e9dc1a1b79e24869aceca9a8b5f21bc7043698f | [] | 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 | 2_7.sce | //inverse laplace transform
n=poly([4],'s','coeff')
d=poly([4 8 1],'s','coeff') //w=2,damping ratio=2
G=n/d;
disp(G,"G(s)=")
pf=pfss(G)
disp(pf,"G(s)=")
syms s t
g1=ilaplace(pf(1),s,t)
g2=ilaplace(pf(2),s,t)
disp(g1+g2,"g(t)=")
|
3aa1f1e9166d5147bc5c876d823dc6c948b311d0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3547/CH1/EX1.9/Ex1_9.sce | 313c522c2768710590835624e763253ed4eb5d5f | [] | 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 | 626 | sce | Ex1_9.sce | //To find length of the medium
//Example no 1.9
//Page no. 30
clc;
clear all;
bandwidth=100*10^9; //Bandwidth of optical signal
w=2*%pi*bandwidth; //Bandwidth of optical signal in rad/s
T=3.14*10^(-12); //Delay between minimum and maximum frequency component
beta2=10*(10^(-12))^2/10^3; //Group velocity dispersion parameter in s^2/km
L=T/(beta2*w); //Length of the medium
// Displaying the result in command window
printf('\n Length of the medium = %0.0f m',L);
|
263168f2a8affda05f20d3b4966b267496d4fd94 | ea619b33cae5a486fb22da8bdcfe0bc7d81c3032 | /test/testcases/directed/rred4.tst | 1b84f45c5f4fa688d940bc3d1e0bbe8f8d351354 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | alexvonduar/optimized-routines | 714ab0a7b8d7d28fc689b0bae1e7a885fd461a69 | f59c54e97e2023a5981679b14637d8ee2abe2d2d | refs/heads/master | 2020-03-08T14:07:45.302916 | 2018-11-27T09:34:42 | 2018-11-27T09:34:42 | 128,176,402 | 0 | 0 | Apache-2.0 | 2018-11-27T09:34:43 | 2018-04-05T08:05:10 | C | UTF-8 | Scilab | false | false | 41,503 | tst | rred4.tst | ; rred4.tst
;
; Copyright (c) 1999-2018, Arm Limited.
; SPDX-License-Identifier: MIT
func=rred op1=5ee8da6e.555f15d0 result=3ccad12f.2b4c25d3.eaa res2=00000001 errno=0
func=rred op1=5ef7833f.a59d0dfd result=3c919ca2.3f5c493c.c76 res2=00000003 errno=0
func=rred op1=5efb3542.79418f04 result=bca803d2.ba28019c.b3f res2=00000001 errno=0
func=rred op1=5f014ca4.10454889 result=bcc66a06.9b751384.b8d res2=00000001 errno=0
func=rred op1=5f0db9db.3af4d371 result=3ccf3857.bb233823.1c8 res2=00000003 errno=0
func=rred op1=5f1467f1.daf12b43 result=bcc202de.0b9e0135.86f res2=00000003 errno=0
func=rred op1=5f1e5090.43ed71be result=3c966ae3.892121b9.b5c res2=00000001 errno=0
func=rred op1=5f25f598.c0471ca0 result=bcb26919.d7dfb92e.468 res2=00000003 errno=0
func=rred op1=5f2fde37.2943631b result=3cd035f4.06ca3721.2c0 res2=00000003 errno=0
func=rred op1=5f3355c3.e3c9e36e result=3cc469fe.b0806d73.fe2 res2=00000001 errno=0
func=rred op1=5f3a2314.821a472f result=bc9ccea0.4d3ca145.ae7 res2=00000001 errno=0
func=rred op1=5f44a5ae.52088007 result=3c900726.c505a22d.bd1 res2=00000003 errno=0
func=rred op1=5f4fa07a.b22c0e57 result=bcc06834.ff3f04e8.8ee res2=00000001 errno=0
func=rred op1=5f51e6fb.39ff9c73 result=3cba6cad.3a628a45.250 res2=00000003 errno=0
func=rred op1=5f576461.6a11639b result=bca4cb0c.eab9d02e.cff res2=00000001 errno=0
func=rred op1=5f634654.c6040e3d result=3cc13820.4e72adae.01c res2=00000001 errno=0
func=rred op1=5f660507.de0cf1d1 result=bc830f98.96d0b804.4b7 res2=00000003 errno=0
func=rred op1=5f75555b.180ab8ec result=3cab4a67.6457165a.674 res2=00000003 errno=0
func=rred op1=5f76b4b4.a40f2ab6 result=bcb72cff.fd93e72f.596 res2=00000001 errno=0
func=rred op1=5f802813.bc17239e result=bcf18ec6.9cbd007b.734 res2=00000003 errno=0
func=rred op1=5f8f505b.de0ddc7d result=3cd37073.b19084f9.09f res2=00000003 errno=0
func=rred op1=5f900004.52080ab1 result=3cc477cd.8b4150c3.cd7 res2=00000001 errno=0
func=rred op1=5f9b5a5e.a40fa00c result=bc95a993.9294b35c.5f4 res2=00000003 errno=0
func=rred op1=5fa30286.180a7e41 result=3cb5e002.7fb1e983.4f7 res2=00000001 errno=0
func=rred op1=5fae5ce0.6a12139c result=bcd1b4ff.5da76cce.858 res2=00000001 errno=0
func=rred op1=5fb483c6.fb0bb809 result=bcb03f2e.adef8685.477 res2=00000001 errno=0
func=rred op1=5fb9d91d.c10e6644 result=3cc32ad0.0d5f5317.c39 res2=00000001 errno=0
func=rred op1=5fc54467.6c8c54ed result=bcd71f64.424c99a5.9d5 res2=00000001 errno=0
func=rred op1=5fca99be.328f0328 result=3cb0ac0c.8829f2d3.27e res2=00000001 errno=0
func=rred op1=5fd42376.c24b6997 result=bc93f61c.29ab0224.dd4 res2=00000001 errno=0
func=rred op1=5fda396d.f9ceb4b6 result=3cd755d3.2f69cfcc.8d8 res2=00000003 errno=0
func=rred op1=5fe4539e.deab90d0 result=bcd17e90.708a36a7.954 res2=00000001 errno=0
func=rred op1=5feac9e6.4eef2a61 result=3c9ac3f9.cd51c702.e52 res2=00000003 errno=0
func=rred op1=5ff776ae.889d49fc result=bc8a507d.0c087a8d.aab res2=00000001 errno=0
func=rred op1=5ffe1d1e.15410ac6 result=3cbe0e09.6ed2d654.9a8 res2=00000003 errno=0
func=rred op1=600261c6.d0f265c8 result=3ccfb311.3f935dfd.752 res2=00000001 errno=0
func=rred op1=600fdece.069a0e95 result=bcc59b23.fa6b89cd.b7f res2=00000001 errno=0
func=rred op1=60119902.e675f77d result=bca3bc5d.c9065bea.401 res2=00000003 errno=0
func=rred op1=6014ec3a.acc7d7e2 result=3ccc6901.9e124eab.bfd res2=00000003 errno=0
func=rred op1=6022de3c.d460b08a result=bcd66da7.e2cbcda2.254 res2=00000003 errno=0
func=rred op1=602c0f20.3cd9e36e result=3cc28ad2.b98f20b6.9fc res2=00000001 errno=0
func=rred op1=6039c2e7.62bb96b5 result=3ca58a50.ce2b8dbf.29c res2=00000001 errno=0
func=rred op1=603fa093.04e2e934 result=bc8318b0.f773b33a.03e res2=00000001 errno=0
func=rred op1=6045adf5.2498c719 result=bcbcb393.2af6f0f4.eb3 res2=00000001 errno=0
func=rred op1=604dd7d9.a0de6651 result=3cd1f20d.31d3831c.cfa res2=00000003 errno=0
func=rred op1=6051dac2.a182dc68 result=3cc6bbdb.dda2c8f2.ca0 res2=00000003 errno=0
func=rred op1=6057b86e.43aa2ee7 result=bc9ca509.732d8cd7.05d res2=00000003 errno=0
func=rred op1=6066b331.b4217b00 result=bcd0241a.2cae5147.e5f res2=00000001 errno=0
func=rred op1=6068bdaa.d332e2ce result=3cc1f5af.9fc5dc24.490 res2=00000003 errno=0
func=rred op1=607341bd.9b4977cd result=bcd28730.4b9cc7af.267 res2=00000001 errno=0
func=rred op1=607c2f1e.ec0ae601 result=3cb0d2ae.4818050e.8e2 res2=00000003 errno=0
func=rred op1=60820ba1.d6a1d027 result=3c9d1957.3178adc6.30f res2=00000003 errno=0
func=rred op1=6089f3c6.97da8a74 result=bca7a4b6.562b0f90.ef4 res2=00000003 errno=0
func=rred op1=6094e208.0d25ff87 result=bcc901de.8cfe771e.3fb res2=00000003 errno=0
func=rred op1=609f0585.228f1561 result=3c85d283.6d3678d5.06c res2=00000001 errno=0
func=rred op1=60a376d4.f1e3e7d7 result=bcc1bb88.c0a04bac.b37 res2=00000001 errno=0
func=rred op1=60a88893.7c9872c4 result=3cb146fc.066325fd.b95 res2=00000003 errno=0
func=rred op1=60b2c13b.6442dbff result=bc9976e9.3f1fa64c.d7c res2=00000001 errno=0
func=rred op1=60be4feb.94ee0989 result=3cd2de6a.9a552062.86d res2=00000003 errno=0
func=rred op1=60c8e360.4368f8b0 result=3c922e1d.9b4d4b5d.35e res2=00000001 errno=0
func=rred op1=60cf6051.e95f9b4d result=bcc55ef2.a2c16625.488 res2=00000001 errno=0
func=rred op1=60d293d5.00da9909 result=3cc38cbf.b9cccf69.601 res2=00000003 errno=0
func=rred op1=60df32eb.85f75857 result=bcb4eb61.d84c5375.8a4 res2=00000001 errno=0
func=rred op1=60e2aa88.328eba84 result=3cab452c.68f3f10b.d0d res2=00000003 errno=0
func=rred op1=60e8fa13.751d1a2b result=bcc73125.8bb5fce1.310 res2=00000001 errno=0
func=rred op1=60f5c6f4.3afbd99a result=3cbfd0b3.cfc743e3.1e4 res2=00000003 errno=0
func=rred op1=60fc167f.7d8a3941 result=bcd60e43.b201282b.5da res2=00000003 errno=0
func=rred op1=61011c52.2e582af9 result=3cc8ff68.b58a47a0.2a1 res2=00000003 errno=0
func=rred op1=610da4b5.81c0c8cc result=bce57cd2.c526bdd0.73f res2=00000003 errno=0
func=rred op1=611049dd.9362d276 result=3cf61b3b.e3a3ae02.7ba res2=00000001 errno=0
func=rred op1=611feeac.ef388f5f result=bcd1fa3c.d4c33400.bdd res2=00000001 errno=0
func=rred op1=61256913.865b3e16 result=bca08f17.66fc9079.756 res2=00000003 errno=0
func=rred op1=6126f749.8a91cda1 result=3ca3cd23.cf9e0640.f65 res2=00000003 errno=0
func=rred op1=6130ed61.d407dd37 result=3ce1252c.24dd8255.9e8 res2=00000003 errno=0
func=rred op1=613e8f67.45524d96 result=bcce996f.288ab7b8.4df res2=00000001 errno=0
func=rred op1=6140d5e9.a6dfb656 result=3ca70b30.383f7c08.774 res2=00000001 errno=0
func=rred op1=614b8a73.6a0d5561 result=bc9425fd.2b7349d4.e73 res2=00000003 errno=0
func=rred op1=61531f7e.969d7a36 result=bcb59896.b1d962ee.af3 res2=00000001 errno=0
func=rred op1=615940de.7a4f9181 result=3cc14864.2a2f9d06.597 res2=00000003 errno=0
func=rred op1=6161fab4.1ebe9846 result=3c772998.6661919c.80a res2=00000003 errno=0
func=rred op1=616caf3d.e1ec3751 result=bcd03271.05630a33.036 res2=00000003 errno=0
func=rred op1=61728d19.5aae093e result=bcc4df49.eea65661.cb3 res2=00000001 errno=0
func=rred op1=617af80e.2e1de469 result=3c915f32.4cc92d35.607 res2=00000001 errno=0
func=rred op1=6181b181.80c6dfca result=3cc93716.81d8a1af.235 res2=00000001 errno=0
func=rred op1=618b4140.cc159ce5 result=bcc1fa16.e1da242e.3b2 res2=00000001 errno=0
func=rred op1=6191d61a.cfc2bc08 result=3ccc1c49.8ea4d3e2.b36 res2=00000001 errno=0
func=rred op1=619b1ca7.7d19c0a7 result=bcbb4494.9d4fb1c1.c60 res2=00000003 errno=0
func=rred op1=61a1e867.7740aa27 result=3cd0f357.d41e9c24.e9c res2=00000001 errno=0
func=rred op1=61ab0a5a.d59bd288 result=bca3cac4.a10d0918.cb0 res2=00000003 errno=0
func=rred op1=61b68287.7a2d3567 result=3caa886c.2bb61a20.363 res2=00000003 errno=0
func=rred op1=61bf922e.310a6fa9 result=bcca6cdf.abfa8fa0.d89 res2=00000001 errno=0
func=rred op1=61c447c4.2034dde6 result=bcbdb026.f1938da5.309 res2=00000001 errno=0
func=rred op1=61cd451e.2f942a09 result=3cb0a309.db2f9593.d0b res2=00000001 errno=0
func=rred op1=61d0e678.c5816395 result=bcc8bd75.c9504b5e.fdd res2=00000003 errno=0
func=rred op1=61d9e3d2.d4e0afb8 result=3cc595bb.0372d7da.037 res2=00000003 errno=0
func=rred op1=61e3b480.1fd74c7e result=3c8caf66.265cec13.86e res2=00000003 errno=0
func=rred op1=61e715cb.7a8ac6cf result=bcb034d7.dc416b96.5a3 res2=00000001 errno=0
func=rred op1=61f09cd6.c5529ae1 result=bcd2e549.6fda21b8.2ed res2=00000003 errno=0
func=rred op1=61fd8ec0.2fc2f2bd result=3ca5838c.9cc5b10e.a52 res2=00000001 errno=0
func=rred op1=6206f0fa.7a736275 result=3cccc194.8d0a12de.e53 res2=00000003 errno=0
func=rred op1=620a5245.d526dcc6 result=bcb5a7e9.6a1ffea5.61c res2=00000003 errno=0
func=rred op1=6210659d.452f845a result=3cd02bc0.a8ead830.ab0 res2=00000001 errno=0
func=rred op1=62170362.fa7f14a2 result=bc9d40d9.5bc6226e.793 res2=00000003 errno=0
func=rred op1=62255bf1.8d2b3090 result=3cb55f2f.cf6b6377.e89 res2=00000003 errno=0
func=rred op1=6228aad4.67d2f8b4 result=bcc95004.9598c2f3.30e res2=00000001 errno=0
func=rred op1=62362faa.43d52299 result=3c9afb0c.86214902.b01 res2=00000001 errno=0
func=rred op1=6237d71b.b12906ab result=bcd0501d.764525c7.679 res2=00000003 errno=0
func=rred op1=6240d8ad.e08a5675 result=bc9f86a6.316afbda.424 res2=00000003 errno=0
func=rred op1=624b86a6.a71feebd result=3cc16e5b.093e03fc.a05 res2=00000001 errno=0
func=rred op1=6253842c.122fbc87 result=3c966f72.dad7962b.1de res2=00000001 errno=0
func=rred op1=625f05dd.8f6f46d8 result=bcca72eb.006b2fa9.157 res2=00000001 errno=0
func=rred op1=62622e6c.f95d097e result=bca44eec.c3ff30c4.b35 res2=00000003 errno=0
func=rred op1=6264d9eb.2b026f90 result=3cc04b74.9e6b9746.bbc res2=00000001 errno=0
func=rred op1=627b45a3.760b8e3d result=bcbe7663.25fec927.0cf res2=00000001 errno=0
func=rred op1=627c9b62.8ede4146 result=3ca88ff8.f1affb91.888 res2=00000003 errno=0
func=rred op1=628764e7.c41da562 result=bca00de0.964e65f7.de1 res2=00000001 errno=0
func=rred op1=6288baa6.dcf0586b result=3cd35d73.bca196b8.ecd res2=00000001 errno=0
func=rred op1=6294c9aa.5ebd5770 result=bcc85264.e992ca42.aad res2=00000001 errno=0
func=rred op1=629a0025.297df354 result=3cb08908.a688c895.997 res2=00000003 errno=0
func=rred op1=62a61749.116d7e69 result=bcd02caa.9a5cfe9f.4cf res2=00000003 errno=0
func=rred op1=62a8b286.76cdcc5b result=3c5eca04.0e98a76e.d7b res2=00000001 errno=0
func=rred op1=62b2327d.2c6e4f86 result=bcaf2571.0c2806b4.457 res2=00000003 errno=0
func=rred op1=62bf328f.c12d4930 result=3cb17f58.c6fd8dd1.103 res2=00000001 errno=0
func=rred op1=62c61951.2af6216d result=3cc948b5.0a078f7e.219 res2=00000003 errno=0
func=rred op1=62cb4bbb.c2a57749 result=bcc75c14.c91e0507.341 res2=00000001 errno=0
func=rred op1=62d0e5e2.86827a0f result=bcab4c30.8a54f1c6.6a8 res2=00000003 errno=0
func=rred op1=62d765eb.d0e1f6e4 result=3cca3f05.2a7c54b9.985 res2=00000003 errno=0
func=rred op1=62e4cc34.7ea82335 result=bca399af.86aec7ea.b49 res2=00000003 errno=0
func=rred op1=62ec98d8.6ef37581 result=3cb931d9.caa3b7ac.c62 res2=00000001 errno=0
func=rred op1=62f6bf5d.7abaf7c8 result=bc80d2b5.fd89d0cd.22e res2=00000003 errno=0
func=rred op1=62faa5af.72e0a0ee result=3cc0722d.6724f0c4.3e0 res2=00000001 errno=0
func=rred op1=63013929.b195f99d result=3cd9b86f.7a900633.2f3 res2=00000001 errno=0
func=rred op1=630e38ba.3ff2ca86 result=bcd31319.d6c27964.4b8 res2=00000001 errno=0
func=rred op1=63110f86.1c0c39d6 result=bc993c10.fc4eb933.b45 res2=00000001 errno=0
func=rred op1=631e625d.d57c8a4d result=3ccdbcd8.aec00a62.058 res2=00000003 errno=0
func=rred op1=6323e771.cb6398cf result=bcad70be.7bb12d66.fd1 res2=00000001 errno=0
func=rred op1=632b8a72.26252b54 result=3cde436e.5eac58e8.6e9 res2=00000003 errno=0
func=rred op1=633181e7.75ae7f09 result=bce4ea25.be7d8c3a.bb5 res2=00000003 errno=0
func=rred op1=633ed4bf.2f1ecf80 result=3cd7f46a.1f98aa9b.818 res2=00000003 errno=0
func=rred op1=6342b4ac.a0890bec result=bce8983d.8df3b1e7.9af res2=00000001 errno=0
func=rred op1=634da1fa.0444429d result=3ccae170.c2451036.977 res2=00000003 errno=0
func=rred op1=6355ecca.387c8ebd result=3ca76835.15632cd8.af6 res2=00000003 errno=0
func=rred op1=6358c4b5.e7d3edb6 result=bc947a6d.cb60e983.2cc res2=00000003 errno=0
func=rred op1=63621232.5298b4cd result=bcd21a5c.da3fdf65.55b res2=00000003 errno=0
func=rred op1=636f7739.7d0f269f result=3cc9f782.cecf4a09.14f res2=00000001 errno=0
func=rred op1=6373ff7e.458aa1c5 result=bcc8809f.29ce285e.53b res2=00000001 errno=0
func=rred op1=637d89ed.8a1d39a7 result=3ca018c5.79b4fb6c.9ba res2=00000003 errno=0
func=rred op1=6384f624.3f039841 result=bc8186a1.46afb85a.446 res2=00000001 errno=0
func=rred op1=6389bb5b.e14ce432 result=3ccb6e66.73d06bb3.d64 res2=00000003 errno=0
func=rred op1=6390ac3f.9976c78e result=bcb6ab41.f436e08e.755 res2=00000001 errno=0
func=rred op1=63994008.e49068f4 result=3cabcfe2.a1be08c2.a63 res2=00000003 errno=0
func=rred op1=63a0e9e9.17d5052d result=3cc93d92.4afa74a8.8dc res2=00000001 errno=0
func=rred op1=63ad4c44.0bbefc08 result=bcbf6e92.978ebcbb.978 res2=00000001 errno=0
func=rred op1=63b2f006.ab6c4eb7 result=3cc4dbe9.f94e8691.fca res2=00000001 errno=0
func=rred op1=63bb4626.7827b27e result=bc8cf57f.ae859fc7.8a7 res2=00000003 errno=0
func=rred op1=63c3f315.7537f37c result=3cb83132.abed54c9.b4e res2=00000001 errno=0
func=rred op1=63cc4935.41f35743 result=bcd09ef5.493b8b5c.081 res2=00000001 errno=0
func=rred op1=63d14c9b.bd8bb8c0 result=bcc355f9.41981256.bd1 res2=00000003 errno=0
func=rred op1=63d79c9d.f6afd2fd result=3cb0f3d2.c04becd7.d24 res2=00000003 errno=0
func=rred op1=63e29fd8.9961d61e result=3ca36ce5.a95509cb.df5 res2=00000001 errno=0
func=rred op1=63e64961.1ad9b59f result=bcca9359.2d397a48.9fb res2=00000003 errno=0
func=rred op1=63f6f2ff.88c4c44e result=bcb33f0c.d9db1ae1.9ac res2=00000001 errno=0
func=rred op1=63fbefc4.e612c12d result=3cbd2358.7dff8eb1.cf0 res2=00000003 errno=0
func=rred op1=6404c96c.11134d36 result=3c46ec67.bcf77522.4bc res2=00000003 errno=0
func=rred op1=64091c93.00763b66 result=bcd34a83.0db9969c.2be res2=00000001 errno=0
func=rred op1=6415de35.ccec08c2 result=bcc32820.721e236c.787 res2=00000001 errno=0
func=rred op1=641f2e22.199cf3d1 result=3c61314d.cdb997d9.b8d res2=00000001 errno=0
func=rred op1=64243f07.3326ef70 result=3cc3b1aa.e08bf02b.463 res2=00000001 errno=0
func=rred op1=642fb886.f7895197 result=bcc2cc6e.d32a4597.ef4 res2=00000001 errno=0
func=rred op1=64348439.a21d1e53 result=3cc40d5c.7f7fcdff.cf6 res2=00000001 errno=0
func=rred op1=643f7354.889322b4 result=bcc242e4.64bc78d9.218 res2=00000003 errno=0
func=rred op1=6449d92d.dddd0912 result=3cc52071.5c5b677d.6af res2=00000001 errno=0
func=rred op1=644a1e60.4cd337f5 result=bcc18b81.26d4bd30.0f2 res2=00000003 errno=0
func=rred op1=6457514c.f7782b24 result=3cc68f37.d82adecf.8fb res2=00000001 errno=0
func=rred op1=645ca641.333815e3 result=bcbecaae.da3b1469.b01 res2=00000003 errno=0
func=rred op1=64660d5c.8445bc2d result=3cc96cc4.cfc9cd73.d93 res2=00000001 errno=0
func=rred op1=646dea31.a66a84da result=bcb63207.f35e487c.d3a res2=00000003 errno=0
func=rred op1=64703909.4667b164 result=3ccc4a51.c768bc18.22a res2=00000001 errno=0
func=rred op1=647959ce.dbbee908 result=bca577a8.29c51bd7.5b8 res2=00000003 errno=0
func=rred op1=6487119d.76691b1f result=3ca86127.5029ce6d.3c1 res2=00000003 errno=0
func=rred op1=648ba200.4114b6f1 result=bccb8ff1.fdcf8f72.aa8 res2=00000001 errno=0
func=rred op1=6493035b.24cf2ec6 result=bcc019be.1f53d4e1.84a res2=00000001 errno=0
func=rred op1=649d6811.2d58d561 result=3cab4aa6.768e8103.1ca res2=00000001 errno=0
func=rred op1=64a62e95.00470be7 result=bcd2c8b3.248c785c.701 res2=00000001 errno=0
func=rred op1=64aa3cd7.51e0f840 result=3cc3033d.45b88777.653 res2=00000003 errno=0
func=rred op1=64b049a5.84685941 result=3cb08ed2.61abf317.6ee res2=00000001 errno=0
func=rred op1=64b374df.5fe03662 result=bc93a357.2064a2ff.b28 res2=00000003 errno=0
func=rred op1=64ca0415.34587472 result=3cbc34ce.fb3ebd6e.f11 res2=00000001 errno=0
func=rred op1=64cd2f4f.0fd05193 result=bcad7502.b096f47f.8bd res2=00000001 errno=0
func=rred op1=64d02d44.75a4175a result=bcccd4e8.d5ead8f7.3e7 res2=00000001 errno=0
func=rred op1=64d6bc7a.4a1c556a result=3cb26323.6b0c6bef.17d res2=00000003 errno=0
func=rred op1=64e518ac.d4fe45e6 result=bc74033b.55837109.aae res2=00000003 errno=0
func=rred op1=64e86047.bf3a64ee result=3cd2b330.586279b3.3e8 res2=00000001 errno=0
func=rred op1=64f5ea93.8f8d4da8 result=3cc1c309.90605066.ca8 res2=00000001 errno=0
func=rred op1=64ffa503.3f7d68d9 result=bc8e04d9.0045298e.805 res2=00000001 errno=0
func=rred op1=6504afb9.77b6c205 result=bcc583a4.b068f598.9a9 res2=00000001 errno=0
func=rred op1=650581a0.3245c9c7 result=3cc082d5.db081956.2fd res2=00000003 errno=0
func=rred op1=651a2a5e.5b9a156f result=bcc9443f.d0719aca.6a9 res2=00000003 errno=0
func=rred op1=651a9351.b8e19950 result=3cb98475.75fee848.bf9 res2=00000001 errno=0
func=rred op1=65225b5a.630c9c31 result=bccbc4a7.3b2208eb.9ff res2=00000003 errno=0
func=rred op1=6527d5ff.46efef9b result=3caf05af.967a5f87.d43 res2=00000001 errno=0
func=rred op1=6531312a.d8b78947 result=3c9604e8.81eddcfc.52b res2=00000001 errno=0
func=rred op1=653bbd81.4336ac3a result=bcad0402.6a0ff395.2c7 res2=00000001 errno=0
func=rred op1=65448395.0fd3bc71 result=3cc24374.db7aeb63.747 res2=00000003 errno=0
func=rred op1=654f0feb.7a52df64 result=bc8bfc67.a0885a63.671 res2=00000003 errno=0
func=rred op1=6552da5f.f445a2dc result=3cc7c4ae.fbf662a2.892 res2=00000001 errno=0
func=rred op1=655d66b6.5ec4c5cf result=bcc041c7.af107f70.cca res2=00000001 errno=0
func=rred op1=65674bf0.9bbe278b result=bca4fd4d.b86643ca.8d5 res2=00000001 errno=0
func=rred op1=6568f525.b74c4120 result=3cc44522.07e55756.1c4 res2=00000003 errno=0
func=rred op1=65729558.9eacbed4 result=bcd121aa.ec14c243.e7e res2=00000001 errno=0
func=rred op1=657c0288.98cf9042 result=3cba8c10.3f86817a.84f res2=00000003 errno=0
func=rred op1=6585c53f.2afc7ffa result=3ca91bb8.de84a891.a2d res2=00000003 errno=0
func=rred op1=658d893a.099137d3 result=bc770576.101d8e8e.218 res2=00000003 errno=0
func=rred op1=6592a69a.7412f7d6 result=bcaedd16.628c0c35.2b4 res2=00000003 errno=0
func=rred op1=6598e3e3.e1e6081e result=3cd0697f.3b93d5cf.76d res2=00000001 errno=0
func=rred op1=65a435ec.cf87bbe8 result=3ca35a5b.5a7d44ee.1a7 res2=00000001 errno=0
func=rred op1=65abf9e7.ae1c73c1 result=bcc725d0.c9e90927.e07 res2=00000001 errno=0
func=rred op1=65b36e43.a1cd59df result=bcb52fe8.b54d69be.1e0 res2=00000003 errno=0
func=rred op1=65be50e3.374b99dc result=3cbd0789.07bbe765.27b res2=00000003 errno=0
func=rred op1=65c87bbe.d5af48d9 result=bcc05951.deae1882.976 res2=00000003 errno=0
func=rred op1=65c94368.0369aae2 result=3cc830f2.311c9629.a11 res2=00000001 errno=0
func=rred op1=65d1af2f.3596c46b result=3cd0ef0f.ef2d9c50.572 res2=00000003 errno=0
func=rred op1=65db027c.6fa04056 result=bccbdc0c.e6bcdfc9.a82 res2=00000003 errno=0
func=rred op1=65e28eb9.6bb20f25 result=bcb10363.187f35b7.1b5 res2=00000003 errno=0
func=rred op1=65e51577.05a306a2 result=3c82b7c2.0ff079b7.f95 res2=00000001 errno=0
func=rred op1=65fd1974.ee839276 result=bcbfafcd.ef005c37.377 res2=00000003 errno=0
func=rred op1=65ffa032.887489f3 result=3c9c13a3.17e8b693.f5f res2=00000003 errno=0
func=rred op1=66011378.1132c0b8 result=3cc6dccf.bd7a5bc0.993 res2=00000003 errno=0
func=rred op1=66091775.fa134c8c result=bcbb01dd.6b043dc9.392 res2=00000001 errno=0
func=rred op1=66131477.8b6ae3ad result=3ccb8ac0.41767a2e.979 res2=00000003 errno=0
func=rred op1=66171676.7fdb2997 result=bcb1a5fc.630c00ed.3c7 res2=00000001 errno=0
func=rred op1=6620d099.01565674 result=bca09436.b6278822.7fa res2=00000001 errno=0
func=rred op1=662b5b54.8427d9c5 result=3ca4db4d.69b96b4d.730 res2=00000001 errno=0
func=rred op1=6632f308.037cae8b result=3cbd2568.c4cd2f5e.b2d res2=00000001 errno=0
func=rred op1=663938e5.820181ae result=bcb8de52.113b4c33.bf7 res2=00000003 errno=0
func=rred op1=664504bf.41abec11 result=bcc4b944.63b16a2b.1f8 res2=00000001 errno=0
func=rred op1=664f8f7a.c47d6f62 result=3cc0b63f.bc2f8944.d32 res2=00000001 errno=0
func=rred op1=66583009.e2e9e2eb result=3c510483.04009129.bf8 res2=00000001 errno=0
func=rred op1=665c6430.233f7888 result=bcb05024.aa1785dd.d8a res2=00000003 errno=0
func=rred op1=6662663e.51f551e1 result=bcc8bc49.0b334b11.6bf res2=00000003 errno=0
func=rred op1=666df9d5.73de73f5 result=3cc9446d.23534f9a.b9e res2=00000001 errno=0
func=rred op1=667116fd.da1a04c9 result=3cb1606c.da578ef0.749 res2=00000001 errno=0
func=rred op1=667f4915.ebb9c10d result=bcae7fb8.f3aef996.795 res2=00000003 errno=0
func=rred op1=6684a383.de81f3da result=3cb270b5.0a979803.109 res2=00000001 errno=0
func=rred op1=668bbc8f.e751d1fc result=bcac5f28.932ee771.416 res2=00000003 errno=0
func=rred op1=66916acd.f810d80f result=bcc767ee.cee33fba.290 res2=00000001 errno=0
func=rred op1=669ef545.cdc2edc7 result=3ccba90f.8fe36404.98d res2=00000003 errno=0
func=rred op1=66a140e5.e9156e6c result=3cb6b1d5.cb97bc4d.807 res2=00000001 errno=0
func=rred op1=66af1f2d.dcbe576a result=bc96b54b.1e5cac8f.03d res2=00000003 errno=0
func=rred op1=66b67eba.e833a034 result=bcc1063d.ad63094a.813 res2=00000001 errno=0
func=rred op1=66b9e158.dda025a2 result=3cd10560.58b1cd3a.205 res2=00000003 errno=0
func=rred op1=66c3dfd0.68a48750 result=3ca6ae60.78d2cc0b.fd1 res2=00000003 errno=0
func=rred op1=66cacef4.6278fbcf result=bcc6b390.74fa346e.422 res2=00000003 errno=0
func=rred op1=66d97f7f.22b16f5d result=bca6bc35.c3e68d12.0a8 res2=00000003 errno=0
func=rred op1=66ddcfb8.9cf6caf8 result=3cc102c8.5a9e1908.fdd res2=00000001 errno=0
func=rred op1=66e8d7c4.82cda924 result=3ccc59f8.97077f0e.fc6 res2=00000003 errno=0
func=rred op1=66ee7773.3cda9131 result=bca6ca0b.0efa4e18.17e res2=00000001 errno=0
func=rred op1=66f163d6.5b8ff666 result=3cd3d894.69b8728a.7d7 res2=00000001 errno=0
func=rred op1=66fbfb79.2fc60047 result=bcc1109d.a5b1da0f.0b3 res2=00000003 errno=0
func=rred op1=670025d9.5505adf1 result=3ce26dae.622b45c9.bda res2=00000003 errno=0
func=rred op1=670fb570.4364d9a6 result=bcc11e72.f0c59b15.18a res2=00000003 errno=0
func=rred op1=671118b5.283cb548 result=bca71d0a.d170d43c.684 res2=00000001 errno=0
func=rred op1=671256b2.2ec6fdbd result=3ca63fb6.2034c3db.91f res2=00000003 errno=0
func=rred op1=6729a50f.bc5b0fec result=bcc155c8.1d149f2d.4e3 res2=00000003 errno=0
func=rred op1=672ae30c.c2e55861 result=3ca56261.6ef8b37a.bba res2=00000003 errno=0
func=rred op1=67355ee2.724be29a result=bccce44d.85cd094b.825 res2=00000001 errno=0
func=rred op1=673f293a.0cf485b3 result=3ca3a7b8.0c8092b9.0f1 res2=00000003 errno=0
func=rred op1=67433bcb.cd444bf1 result=bcda00ac.2b9eeec3.f54 res2=00000001 errno=0
func=rred op1=674d0623.67ecef0a result=3cbf363d.7538fcd7.433 res2=00000001 errno=0
func=rred op1=6750a628.58fe0e2e result=3ca03265.47905135.b5e res2=00000003 errno=0
func=rred op1=6752c93e.fe05a4d7 result=bcae07b0.5b515743.1a9 res2=00000001 errno=0
func=rred op1=6768f93c.857d1545 result=3cb84b97.eb5879d0.90d res2=00000001 errno=0
func=rred op1=676b1c53.2a84abee result=bcb5ee7d.b7892ea8.3fa res2=00000001 errno=0
func=rred op1=6775e13d.c1c15d0e result=bc96f061.bfe375ca.26e res2=00000003 errno=0
func=rred op1=677e3451.ee406425 result=3ca4ec99.af2ee786.586 res2=00000001 errno=0
func=rred op1=678343b3.0d5fb59e result=3cbaa8b2.1f27c4f8.e21 res2=00000003 errno=0
func=rred op1=67887ec8.7623047e result=bcc8cc89.ef859d61.848 res2=00000001 errno=0
func=rred op1=67973003.1bf230c6 result=bcce88a2.5f7e7ad4.0e3 res2=00000003 errno=0
func=rred op1=679f8317.487137dd result=3c8dc282.fa227975.d9e res2=00000003 errno=0
func=rred op1=67a539db.14a8f332 result=bc9eff82.02b5aed9.60c res2=00000001 errno=0
func=rred op1=67aedbb4.9b58ce01 result=3cc6c8c1.ded10f1d.b60 res2=00000003 errno=0
func=rred op1=67b4e629.be1cbe44 result=3cb6a121.fdbea871.452 res2=00000003 errno=0
func=rred op1=67bfd6c8.9efd6ccb result=bcb73fa1.82084323.089 res2=00000003 errno=0
func=rred op1=67c51002.6962d8bb result=3c9c8583.f18f4412.530 res2=00000001 errno=0
func=rred op1=67cfacef.f3b75254 result=bca0bcc0.09ee0cd0.374 res2=00000003 errno=0
func=rred op1=67da498c.d8ea084c result=3cc271f1.fb43253d.375 res2=00000001 errno=0
func=rred op1=67da7365.843022c3 result=bcc3aef1.03d65aa0.be3 res2=00000003 errno=0
func=rred op1=67e7c1b3.f6c97dbf result=bcb91b20.0ee51338.52e res2=00000001 errno=0
func=rred op1=67ecfb3e.6650ad50 result=3cb42723.ec983daa.376 res2=00000003 errno=0
func=rred op1=67f668db.30162b3d result=3c8b531f.155186d0.018 res2=00000001 errno=0
func=rred op1=67fe5417.2d03ffd2 result=bcaaa4b8.4e87b7ec.6e2 res2=00000003 errno=0
func=rred op1=68071547.936fd47e result=bcc765ee.1d8ffacb.52c res2=00000003 errno=0
func=rred op1=680da7aa.c9aa5691 result=3cbafbeb.b1ec9f5e.37d res2=00000001 errno=0
func=rred op1=6812c973.634c1593 result=bc99f651.87bde908.dab res2=00000001 errno=0
func=rred op1=681a0842.fce040e7 result=3cc0e859.bba08089.1c1 res2=00000003 errno=0
func=rred op1=6820f9bf.7ce70abe result=bcc09126.583b9917.526 res2=00000003 errno=0
func=rred op1=68249927.49b12068 result=3c9cafec.a2e52497.284 res2=00000001 errno=0
func=rred op1=683d1607.0824a5c7 result=bcb2ca56.5f049fe3.10a res2=00000001 errno=0
func=rred op1=683ee5ba.ee89b09c result=3cb583f1.7a2bdb71.5e3 res2=00000003 errno=0
func=rred op1=6847efbd.35b85dad result=bcc66053.f3614475.f5b res2=00000001 errno=0
func=rred op1=6849bf71.1c1d6882 result=3cc1edf3.e5cf36de.792 res2=00000001 errno=0
func=rred op1=68520602.607afc5b result=3cc919ef.0e888004.434 res2=00000003 errno=0
func=rred op1=685fa92b.f15ac9d4 result=bcd0ff57.94d64d99.9e2 res2=00000001 errno=0
func=rred op1=686a2129.9d85f51e result=bca53b0a.1b1dda70.4ff res2=00000001 errno=0
func=rred op1=686cb44e.86bc192b result=3c8dd38a.1f1d289b.617 res2=00000003 errno=0
func=rred op1=687236de.a12f42a9 result=3cc7612a.1c1dadfb.144 res2=00000001 errno=0
func=rred op1=687f784f.b0a68386 result=bcdd7a15.44570d5b.7c3 res2=00000003 errno=0
func=rred op1=6884e271.aabf89dd result=bc894514.2e3d188a.7cd res2=00000003 errno=0
func=rred op1=68877596.93f5adea result=3ccb1b9b.6001530e.807 res2=00000003 errno=0
func=rred op1=6890f983.3cc14236 result=bcb863ac.a0e57d81.9f8 res2=00000001 errno=0
func=rred op1=6898cb60.18bdd184 result=3ca78245.138de278.c23 res2=00000003 errno=0
func=rred op1=68a04e9e.7a5d3069 result=3cc7f2f8.da39affd.30e res2=00000001 errno=0
func=rred op1=68ad5f33.49202af8 result=bcc2831b.5c0204e3.6ef res2=00000001 errno=0
func=rred op1=68b29888.128e5d23 result=3cc1a1b3.ceaa69da.91a res2=00000001 errno=0
func=rred op1=68bb1549.b0eefe3e result=bcab07e3.48ec4e9c.376 res2=00000003 errno=0
func=rred op1=68c3bd7c.dea6f380 result=3ca3fca6.de2f7655.4d1 res2=00000001 errno=0
func=rred op1=68cc3a3e.7d07949b result=bcd5e417.c51f8eb6.f5e res2=00000001 errno=0
func=rred op1=68d76963.47caf8df result=bcb1098f.d9d49371.90d res2=00000003 errno=0
func=rred op1=68dd9c3b.4dfa6d40 result=3cbdfafa.4d47317f.f3a res2=00000003 errno=0
func=rred op1=68e8acdc.1650b060 result=3cc8fbd0.95bb53ea.a06 res2=00000001 errno=0
func=rred op1=68ec58c2.7f74b5bf result=bcb814cc.44916bb8.7b2 res2=00000003 errno=0
func=rred op1=68f145cd.42d21510 result=3cd17d12.0269878a.a37 res2=00000003 errno=0
func=rred op1=68fed072.1b49942f result=bcc315a2.8d058e23.27d res2=00000003 errno=0
func=rred op1=690009f5.74e7a5d8 result=3ce03d47.94869025.4ea res2=00000001 errno=0
func=rred op1=690d949a.4d5f24f7 result=bcd59537.68cb7ced.d17 res2=00000001 errno=0
func=rred op1=6910a7e1.5bdcdd74 result=3cf0dd2c.cb780bd7.f90 res2=00000003 errno=0
func=rred op1=691f6e5e.023ecbcb result=bce1d5d8.1f2296bd.d30 res2=00000001 errno=0
func=rred op1=692058eb.686241a6 result=3d008d3a.2fff4dfe.a3d res2=00000001 errno=0
func=rred op1=692fbd53.f5b96799 result=bcf135f2.e8311b0b.28a res2=00000003 errno=0
func=rred op1=69303170.6ea4f3bf result=3d106540.e242ef11.f93 res2=00000001 errno=0
func=rred op1=693fe4ce.ef76b580 result=bd00e600.4cb85d31.d36 res2=00000003 errno=0
func=rred op1=69441c5f.ceb2921d result=bc71a702.80a2b3b4.b70 res2=00000001 errno=0
func=rred op1=694443da.c86fe004 result=3cb2e236.b6254b1a.01a res2=00000003 errno=0
func=rred op1=695e16d2.392d3438 result=bcb74bf7.564df807.2f6 res2=00000001 errno=0
func=rred op1=695e3e4d.32ea821f result=3cb0ad56.6610f4a3.6ac res2=00000001 errno=0
func=rred op1=696905db.87113c37 result=bcd05e89.58b04eca.182 res2=00000003 errno=0
func=rred op1=69692d56.80ce8a1e result=3cacf0ec.2bf93c59.a7c res2=00000003 errno=0
func=rred op1=6971a7a1.f2833d10 result=3cca1e71.c1239a30.6b9 res2=00000001 errno=0
func=rred op1=697ba214.5cfddf2b result=bcc00fbc.4b4fa8f0.c57 res2=00000001 errno=0
func=rred op1=69805985.878ceb96 result=3c9693d3.56ad1149.e18 res2=00000003 errno=0
func=rred op1=6987df3a.15d838a4 result=bcc4797c.eb7855dd.f33 res2=00000001 errno=0
func=rred op1=69988648.4b536161 result=3cb0eede.8101ccf7.692 res2=00000001 errno=0
func=rred op1=699c4922.927907e8 result=bcbda910.2b9a2316.f5b res2=00000003 errno=0
func=rred op1=69a28e79.c5dd5338 result=3cd2b42d.b63d116a.ae3 res2=00000001 errno=0
func=rred op1=69ae7e16.d0c96f8a result=bc9c54f3.53b44734.508 res2=00000003 errno=0
func=rred op1=69b76bce.2c2b2d90 result=3caefd2d.037ffef9.9ad res2=00000003 errno=0
func=rred op1=69bd639c.b1a13bb9 result=bcd099d7.4b0855fe.bfe res2=00000001 errno=0
func=rred op1=69c2c82f.bab3d8c2 result=bcc5e9c4.eaba2358.8ef res2=00000001 errno=0
func=rred op1=69caf4f2.7e7a4e8d result=3c7541cd.7e5dbe2a.523 res2=00000001 errno=0
func=rred op1=69d190da.a120622c result=3cc73de1.c29fff3b.341 res2=00000001 errno=0
func=rred op1=69d519fe.f36f8329 result=bca9acb9.a3e88f6f.064 res2=00000003 errno=0
func=rred op1=69e80778.b8f4e8db result=bca45c46.44511fe4.71b res2=00000001 errno=0
func=rred op1=69ede26c.43ffb43f result=3cb4cf09.e1576f07.61f res2=00000003 errno=0
func=rred op1=69f97e35.9bb79bb4 result=bc9376bf.0a44819e.913 res2=00000001 errno=0
func=rred op1=69fc6baf.613d0166 result=3cba1f7d.40eede91.f68 res2=00000003 errno=0
func=rred op1=6a012351.7623e665 result=3cd60675.d1fbb721.4b0 res2=00000003 errno=0
func=rred op1=6a0eeb9f.fbc5eb51 result=bce5315e.0b266b82.de6 res2=00000001 errno=0
func=rred op1=6a131ea8.34c9b4c7 result=bcad321e.8f66c26d.d9d res2=00000003 errno=0
func=rred op1=6a149565.178c67a0 result=3cc7b0a5.5fa64e5e.245 res2=00000003 errno=0
func=rred op1=6a259310.76df4ed1 result=bcd8028a.163df832.2cf res2=00000003 errno=0
func=rred op1=6a2d695a.c08fe897 result=3cb22f2c.2fe5da4e.6ee res2=00000001 errno=0
func=rred op1=6a31e474.13bee7c2 result=3ca0e799.558732fe.4ca res2=00000003 errno=0
func=rred op1=6a384401.7aacceaf result=bca605e4.bf01d03e.d5c res2=00000003 errno=0
func=rred op1=6a45b154.d7bb41bb result=bcd159cb.df939b3e.c7a res2=00000003 errno=0
func=rred op1=6a4ad6ae.1d9e5ba3 result=3cb95b66.004acc7d.730 res2=00000001 errno=0
func=rred op1=6a509b1d.c2462148 result=bcab2430.287c6d7f.5ed res2=00000001 errno=0
func=rred op1=6a598d57.cc259529 result=3c8aac0a.0a47e1f4.ea2 res2=00000003 errno=0
func=rred op1=6a613fc8.eb028485 result=3cb43d1a.96d02f3c.e9f res2=00000001 errno=0
func=rred op1=6a68e8ac.a36931ec result=bcc45b24.1e5d521f.871 res2=00000003 errno=0
func=rred op1=6a756690.5b940cd7 result=3cbae81d.196227ba.247 res2=00000003 errno=0
func=rred op1=6a7db41f.3cb71d7b result=bc4e0987.8d22e29d.291 res2=00000001 errno=0
func=rred op1=6a8ba0bb.846e5952 result=3caa33e3.ec13566a.758 res2=00000001 errno=0
func=rred op1=6a8fc782.f4ffe1a4 result=bcac147c.64e58494.481 res2=00000003 errno=0
func=rred op1=6a91f725.32c8b4fb result=bcc49737.2d7797e4.c16 res2=00000001 errno=0
func=rred op1=6a9f1026.ad39b12e result=3ce5e058.d59164a3.914 res2=00000001 errno=0
func=rred op1=6aa5c23e.7f772512 result=3ca8534b.73412840.a2f res2=00000001 errno=0
func=rred op1=6aa7d5a2.37bfe93b result=bcc50f5d.4bac236f.361 res2=00000001 errno=0
func=rred op1=6ab2d2ff.fcfb8af2 result=bcafd5ad.5689e0e7.ed3 res2=00000003 errno=0
func=rred op1=6ab8b17d.01f2bf32 result=3cd0245b.6471d03d.4f2 res2=00000001 errno=0
func=rred op1=6ac44a9f.3e395802 result=3ca0d0e9.8ff86f99.58a res2=00000001 errno=0
func=rred op1=6acc3c7f.fb79506b result=bcc7e042.00e768ad.f1e res2=00000001 errno=0
func=rred op1=6ad38ecf.9d9a717a result=bcb76d38.8e8da91b.40e res2=00000003 errno=0
func=rred op1=6ade6fee.dd560403 result=3cb9395e.57f4a766.050 res2=00000003 errno=0
func=rred op1=6ae3ecb7.6de9e4be result=bc9a713b.fa54e607.a0c res2=00000001 errno=0
func=rred op1=6aee1207.0d0690bf result=3ca46935.22c66c2e.e0f res2=00000003 errno=0
func=rred op1=6af41bab.56119e60 result=3cbb0584.215ba5b0.c92 res2=00000001 errno=0
func=rred op1=6afde313.24ded71d result=bcb3d4ec.fbbfac85.b89 res2=00000003 errno=0
func=rred op1=6b03d53d.79d607ed result=bcd0abd7.8636bfaf.0e9 res2=00000001 errno=0
func=rred op1=6b0dfa8d.18f2b3ee result=3c628904.e0d7f525.0be res2=00000001 errno=0
func=rred op1=6b18f3a2.436e4c56 result=bcb9dcf3.d34e265e.786 res2=00000001 errno=0
func=rred op1=6b190b1c.37822927 result=3ccb4fa8.34df0585.5d5 res2=00000003 errno=0
func=rred op1=6b2180bb.f73b8dc3 result=3cbc2e14.6f692503.19e res2=00000003 errno=0
func=rred op1=6b2b7717.ae308022 result=bcb8b463.8540a70c.27b res2=00000003 errno=0
func=rred op1=6b303f01.41da73dd result=3cbd56a4.bd76a455.6aa res2=00000001 errno=0
func=rred op1=6b3cb8d2.63919a08 result=bcb66342.e925a867.863 res2=00000003 errno=0
func=rred op1=6b4d59af.be4226fb result=bcb1c101.b0efab1e.433 res2=00000003 errno=0
func=rred op1=6b4e9b6a.73a340e1 result=3cc22503.48e3d021.a79 res2=00000001 errno=0
func=rred op1=6b562b7b.255dc079 result=bcaa3d80.f1735baa.007 res2=00000003 errno=0
func=rred op1=6b56cc58.800e4d6c result=3cc47623.e4fecec6.490 res2=00000001 errno=0
func=rred op1=6b629460.d8eb8d38 result=bc8ed1f0.426d9a13.d1f res2=00000003 errno=0
func=rred op1=6b6a6372.cc8080ad result=3ccdbaa6.556ac958.cf0 res2=00000001 errno=0
func=rred op1=6b784776.f8ef2093 result=3cc09be5.dcb11b83.cec res2=00000003 errno=0
func=rred op1=6b7bde91.456153d4 result=bca71d74.31d2338e.dd8 res2=00000001 errno=0
func=rred op1=6b873979.0f267086 result=bcb34336.2984804c.634 res2=00000003 errno=0
func=rred op1=6b8cec8f.2f2a03e1 result=3ccf4aac.b53b5d66.607 res2=00000001 errno=0
func=rred op1=6b9041d4.bdce1b91 result=bcbaf7b2.3a1fe6d1.57b res2=00000001 errno=0
func=rred op1=6b9f3f1b.4a477588 result=3cde541d.3327f095.c1e res2=00000001 errno=0
func=rred op1=6ba0e41b.d6787c5e result=bceca5e7.b6a3ebb3.8cd res2=00000003 errno=0
func=rred op1=6bafe162.62f1d655 result=3cd0d844.1617fd2d.161 res2=00000003 errno=0
func=rred op1=6bb8119b.905ff8f3 result=3caae357.c8404e23.519 res2=00000001 errno=0
func=rred op1=6bba6427.ab7d6a9a result=bc7f74c3.d16a5f84.030 res2=00000001 errno=0
func=rred op1=6bc1d72c.0bf9989b result=bccfcd96.60f8ed0f.f21 res2=00000001 errno=0
func=rred op1=6bce4c0b.14c6594b result=3cdd5877.149c9d99.a1d res2=00000003 errno=0
func=rred op1=6bd4f463.ce2cc8c7 result=bcc25bea.7cd8c5fe.494 res2=00000003 errno=0
func=rred op1=6bdfd3eb.88ce0c6d result=3cb4fd73.10fc5c3a.910 res2=00000001 errno=0
func=rred op1=6be1133b.d1f5bf0a result=bcc45336.b9ef6bf6.897 res2=00000001 errno=0
func=rred op1=6be682ff.af4660dd result=3cb10eda.96cf104a.10a res2=00000003 errno=0
func=rred op1=6bf1da89.c2828b15 result=3ca26353.44e8f0d2.1fd res2=00000003 errno=0
func=rred op1=6bff0c9d.98414062 result=bc9a22e1.1902dd63.c65 res2=00000003 errno=0
func=rred op1=6c042ec4.b8e475f9 result=3cc5a7af.68094c7e.98a res2=00000001 errno=0
func=rred op1=6c0cb862.a1df557e result=bcc2febe.0bd58b6e.7a4 res2=00000003 errno=0
func=rred op1=6c10b06c.475195a3 result=3ca7b535.fd5072f2.5c7 res2=00000001 errno=0
func=rred op1=6c1de280.1d104af0 result=bcc98776.521642c7.6be res2=00000001 errno=0
func=rred op1=6c201b5d.89b91aea result=bc736d58.dd93538b.4ec res2=00000003 errno=0
func=rred op1=6c21457b.04ea105c result=3cc850a0.c43d0d8e.b6f res2=00000001 errno=0
func=rred op1=6c38290c.4e95a85f result=bc8d2405.4c5cfd50.f62 res2=00000001 errno=0
func=rred op1=6c38be1b.0c2e2318 result=3cc719cb.3663d856.020 res2=00000003 errno=0
func=rred op1=6c43d7ad.8d5b2448 result=bccbf521.6dc8ad38.d5b res2=00000001 errno=0
func=rred op1=6c4c7a6b.0fd02c76 result=3cc4ac20.1ab16de4.983 res2=00000003 errno=0
func=rred op1=6c51f985.8b8a1f99 result=bcce62cc.897b17aa.3f9 res2=00000001 errno=0
func=rred op1=6c5e5893.11a13125 result=3cbfa193.c6993203.890 res2=00000003 errno=0
func=rred op1=6c651148.ed0fe3fc result=bcd2d5e6.ee492b7f.3e9 res2=00000001 errno=0
func=rred op1=6c6b40cf.b01b6cc2 result=3cb10f91.206ab35b.0df res2=00000003 errno=0
func=rred op1=6c75ae16.9cea43d6 result=bc82ee3d.e9450182.066 res2=00000003 errno=0
func=rred op1=6c78c5d9.fe700839 result=3cd68259.4719b049.f1d res2=00000001 errno=0
func=rred op1=6c82e4ba.1351af60 result=bcc49c3c.bc27a3a3.6f2 res2=00000003 errno=0
func=rred op1=6c887773.2682d84c result=3cbfc15a.83acc685.db1 res2=00000001 errno=0
func=rred op1=6c944968.581df99b result=bcc6fa04.795043d3.aff res2=00000001 errno=0
func=rred op1=6c9712c4.e1b68e11 result=3cbb05cb.095b8625.598 res2=00000003 errno=0
func=rred op1=6caa6745.21beafae result=bcce135b.b0ca2464.725 res2=00000003 errno=0
func=rred op1=6cabcbf3.668af9e9 result=3ca9a639.34cf8a07.a97 res2=00000001 errno=0
func=rred op1=6cb3517f.5a800dea result=3c8adfed.2e2a2216.8c7 res2=00000001 errno=0
func=rred op1=6cbe288a.a8f52fd5 result=bcaf2480.86ff7a7e.69a res2=00000001 errno=0
func=rred op1=6cc47fca.fbb528e0 result=bcc1403f.16625f60.9d9 res2=00000001 errno=0
func=rred op1=6cccfa3f.07c014df result=3ca427f1.e29f9990.e95 res2=00000003 errno=0
func=rred op1=6cd2ba59.89e5806f result=3ccb5438.07b22c29.124 res2=00000001 errno=0
func=rred op1=6cdd9164.d85aa25a result=bcb51087.95afadb5.f4f res2=00000001 errno=0
func=rred op1=6ce7da4c.48d2caa7 result=3cd2b418.7c80fc78.c37 res2=00000003 errno=0
func=rred op1=6ce87172.196d5822 result=bc9e8243.fa6a72aa.bac res2=00000001 errno=0
func=rred op1=6cf5e178.b9f6b306 result=3cb33f5c.2f8f856b.ddc res2=00000001 errno=0
func=rred op1=6cfb016b.78e3fd3e result=bcc8e0d0.14fcfc0b.4c4 res2=00000003 errno=0
func=rred op1=6d072975.69b20594 result=3c8ff1d1.92d260b4.032 res2=00000003 errno=0
func=rred op1=6d09b96e.c928aab0 result=bcd040b0.89cbcc5a.fd8 res2=00000001 errno=0
func=rred op1=6d168577.11d45c4d result=3cc53e79.48bcab77.1df res2=00000001 errno=0
func=rred op1=6d17cd73.c18faedb result=bcba8409.c8102694.3a6 res2=00000003 errno=0
func=rred op1=6d215f18.0f45842f result=3ca7f55d.2e1dc887.026 res2=00000001 errno=0
func=rred op1=6d2d97d1.1bfc3040 result=bcc884ec.aee30088.fa3 res2=00000001 errno=0
func=rred op1=6d33f247.908cf03e result=3cd83d24.ee806487.fe4 res2=00000003 errno=0
func=rred op1=6d3a60a3.42d71aea result=bcc08878.4a2e685b.f96 res2=00000001 errno=0
func=rred op1=6d48c50c.5644903f result=bc71f1f0.18a7003e.f92 res2=00000001 errno=0
func=rred op1=6d4e8f69.b0b111a4 result=3cadb393.8fbd80ac.240 res2=00000001 errno=0
func=rred op1=6d551212.32c50a37 result=3cc765cd.ad589085.0a9 res2=00000001 errno=0
func=rred op1=6d5c7806.79c41647 result=bcc9a40b.b06d708c.e9c res2=00000003 errno=0
func=rred op1=6d612131.ea184bd6 result=bcb35645.ce088065.d05 res2=00000003 errno=0
func=rred op1=6d66eb8f.4484cd3b result=3cc646ae.abce2081.1b0 res2=00000003 errno=0
func=rred op1=6d703473.61386a54 result=3ca4ba9b.836a008c.a77 res2=00000001 errno=0
func=rred op1=6d79b1ca.df2471c1 result=bccd0168.b50cc098.b87 res2=00000001 errno=0
func=rred op1=6d80aad2.a5a85b15 result=bcbc4f3d.da5c0085.4ce res2=00000003 errno=0
func=rred op1=6d884ead.11d49f7e result=3cbf17e9.451f00d2.fb3 res2=00000003 errno=0
func=rred op1=6d944190.398684e9 result=3cc9e942.644480af.d15 res2=00000001 errno=0
func=rred op1=6d9cd229.2e92aad4 result=bcb98692.6f990037.9e9 res2=00000001 errno=0
func=rred op1=6da27631.6f976fff result=bc932fdb.b0bbfeab.dc6 res2=00000003 errno=0
func=rred op1=6da6834e.47e58a94 result=3cafdd49.2e7601c3.60b res2=00000001 errno=0
func=rred op1=6db9aabb.bb3c1ab4 result=bcc18f40.23fb7fc6.c66 res2=00000003 errno=0
func=rred op1=6dbdb7d8.938a3549 result=3c995ada.fb74062f.08b res2=00000003 errno=0
func=rred op1=6dc0e27a.b5ec27ef result=3cc7e5f6.e2d88152.888 res2=00000003 errno=0
func=rred op1=6dc81705.0190d2a4 result=bc8a09b8.cc07ee51.601 res2=00000001 errno=0
func=rred op1=6dd1ac56.12c1cbf7 result=3cbc9c12.14f503f9.34b res2=00000003 errno=0
func=rred op1=6dde81b3.f05fd951 result=bcc4d077.3d7c7d90.f26 res2=00000001 errno=0
func=rred op1=6de21143.c12c9dfb result=bca3874a.9905f2bd.081 res2=00000003 errno=0
func=rred op1=6de7b217.532600a0 result=3ccafb76.88348514.1eb res2=00000003 errno=0
func=rred op1=6df243ba.986206fd result=bcd5a0c5.03dcbd03.7d6 res2=00000003 errno=0
func=rred op1=6dfdea4f.6abf9e4b result=3cc137d1.3bb18bb5.9aa res2=00000001 errno=0
func=rred op1=6e022a7f.2cc7527c result=bcda8297.aa1e39b2.bf6 res2=00000001 errno=0
func=rred op1=6e0e038a.d65a52cc result=3c7e37b7.8592d857.d3b res2=00000003 errno=0
func=rred op1=6e150786.ab915e0f result=bcb8263d.53aec0cb.e2e res2=00000003 errno=0
func=rred op1=6e1af40c.805ade37 result=3cd4f1e7.3348d4e1.260 res2=00000001 errno=0
func=rred op1=6e2682a8.20c3be19 result=3c96a9c9.a42e2241.dec res2=00000001 errno=0
func=rred op1=6e2c8869.6127f2c2 result=bcc7347f.97822a09.244 res2=00000001 errno=0
func=rred op1=6e374038.db5cee1e result=3cd052f4.78a006d2.4b3 res2=00000001 errno=0
func=rred op1=6e3d45fa.1bc122c7 result=bcc36d88.a6cfcefe.29c res2=00000001 errno=0
func=rred op1=6e4320ff.23450bc2 result=3cd2366f.f0f93457.c87 res2=00000001 errno=0
func=rred op1=6e49e451.1e427070 result=bcbb862c.7b888cdb.643 res2=00000003 errno=0
func=rred op1=6e54730b.44b7cceb result=bca8d4a1.717e415e.f49 res2=00000003 errno=0
func=rred op1=6e5bf3ed.fa4e619e result=3c858c58.50525be3.7c8 res2=00000003 errno=0
func=rred op1=6e657ad9.b2bdc582 result=3cc074a1.47ce91ea.21a res2=00000003 errno=0
func=rred op1=6e6aec1f.8c486907 result=bcca2d66.f683671d.2c6 res2=00000001 errno=0
func=rred op1=6e78b763.d6861390 result=3cc3262c.51d8dd66.913 res2=00000001 errno=0
func=rred op1=6e7f3078.1e16afac result=bcb0c000.535f5ee9.a5e res2=00000003 errno=0
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.