blob_id
stringlengths 40
40
| directory_id
stringlengths 40
40
| path
stringlengths 4
214
| content_id
stringlengths 40
40
| detected_licenses
listlengths 0
50
| license_type
stringclasses 2
values | repo_name
stringlengths 6
115
| snapshot_id
stringlengths 40
40
| revision_id
stringlengths 40
40
| branch_name
stringclasses 21
values | visit_date
timestamp[us] | revision_date
timestamp[us] | committer_date
timestamp[us] | github_id
int64 141k
586M
⌀ | star_events_count
int64 0
30.4k
| fork_events_count
int64 0
9.67k
| gha_license_id
stringclasses 8
values | gha_event_created_at
timestamp[us] | gha_created_at
timestamp[us] | gha_language
stringclasses 50
values | src_encoding
stringclasses 23
values | language
stringclasses 1
value | is_vendor
bool 1
class | is_generated
bool 1
class | length_bytes
int64 5
10.4M
| extension
stringclasses 29
values | filename
stringlengths 2
96
| content
stringlengths 5
10.4M
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
98f80378a03018e469e06f09b7614216465701c4
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1301/CH17/EX17.3/ex17_3.sce
|
e1523c2d1c2f23b4afeb471db73e18e464304cf4
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 272
|
sce
|
ex17_3.sce
|
clc;
p=24; //in inch
f=16; //inch
q=(p*f)/(p-f); //calculating image distance
disp(q,"Distance of image in inch = "); //displaying result
h=3; //inch
hd=(-h*q)/p; //calculating diameter
disp(hd,"Diameter in inch = "); //displaying result
|
ea487c27c74ad82c23e35d5bd66c51cc3d1fa86e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1553/CH10/EX10.7/10Ex7.sce
|
85e68dba7e51a30975cbe651c1322055eff430d3
|
[] |
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
| 241
|
sce
|
10Ex7.sce
|
//chapter 10 Ex 1
clc;
clear;
close;
a=(50/3)/100; b=2/15; c=0.17; greatest=a;
if a>b then if a>c then greatest=a;
end
else if b>c then greatest=b;
end
else greatest=c;
end
mprintf("The greatest number is %.2f",greatest);
|
b68ff842526d8bd62ac01d5e0ee9fe0ee37b700f
|
92d437f771b932e7830c448f910250b9747096ec
|
/func/rootlocus.sce
|
83dc4a52cc7c2cee9d82ed213d9c93362ae09aa9
|
[] |
no_license
|
pcaires/Proj_cvoo
|
c98ca370f5b740ab57ace1d518760100b50a3819
|
59a2a9573d6e9657b6beb89f7a0b637fa4d1e2a7
|
refs/heads/master
| 2023-05-14T02:30:06.579732
| 2021-06-06T22:48:49
| 2021-06-06T22:48:49
| 367,080,028
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 547
|
sce
|
rootlocus.sce
|
function rootlocus(sys,gains,fig)
clf(fig)
plzr(sys)
S = zpk(sys)
title('Root locus')
open_p = S.P{1}
mtlb_axis([min(real(open_p)) max(real(open_p)) min(imag(open_p)) max(imag(open_p))])
open_p = S.P{1}
for k = gains
S = zpk(sys/(1+k*sys))
p = S.P{1}
for j=1:1:length(p)
//points(i,j) = p(j)
plot(real(p(j)),imag(p(j)),'k.','MarkerSize',3)
end
end
wn = [0.5 1/1.4]
zeta =[0.6 0.08]
sgrid(zeta,wn)
endfunction
|
e9cb553f722dfa8e9be8fa5e2491bdeae1df3f12
|
8217f7986187902617ad1bf89cb789618a90dd0a
|
/source/2.2/macros/metanet/shortest_path.sci
|
13417df49c2ff3e390ef66365bdf2f5e7a811bfd
|
[
"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
| 1,238
|
sci
|
shortest_path.sci
|
function [p,lp]=shortest_path(i,j,g,typ)
[lhs,rhs]=argn(0)
if rhs=3 then
typ='arc'
else
if rhs<>4 then error(39), end
end
// check i and j
if prod(size(i))<>1 then
error('shortest_path: first argument must be a scalar')
end
if prod(size(j))<>1 then
error('shortest_path: second argument must be a scalar')
end
// check typ
if type(typ)<>10|prod(size(typ))<>1 then
error('shortest_path: fourth argument must be a string')
end
// check g
check_graph(g)
// compute lp, la and ls
n=g('node_number')
ma=g('edge_number')
if g('directed')==1 then
[lp,la,ls]=ta2lpd(g('tail'),g('head'),n+1,n)
else
[lp,la,ls]=ta2lpu(g('tail'),g('head'),n+1,n,2*ma)
end
// value of length
if g('edge_length')==[] then
len=zeros(1,ma)
else
len=g('edge_length')
end
// compute shortest path according to typ
select typ
case 'arc' then
[l,v]=pcchna(i,lp,ls,n)
p=prevn2p(i,j,v,la,lp,ls,g('directed'))
lp=l(j)
case 'length'
lneg=find(len<0)
if lneg<>[] then
[l,v]=ford(i,la,len,lp,ls,n)
else
if ma<0.5*n*n then
[l,v]=johns(i,la,len,lp,ls,n)
else
[l,v]=dijkst(i,la,len,lp,ls,n)
end
end
p=prevn2p(i,j,v,la,lp,ls,g('directed'))
lp=l(j)
else
error('shortest_path: unknown type ""'+typ+'""')
end
|
6fe709de52b5024845c15b1d6f97e4b625a59ba5
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3472/CH33/EX33.2/Example33_2.sce
|
6ba042a3738387f023557cc1428093e4af3b9995
|
[] |
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
| 935
|
sce
|
Example33_2.sce
|
// A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART III : SWITCHGEAR AND PROTECTION
// CHAPTER 7: PROTECTIVE RELAYS
// EXAMPLE : 7.2 :
// Page number 596
clear ; clc ; close ; // Clear the work space and console
// Given data
ratio = 525.0/1 // CT ratio
CT_sec = 1.0 // Secondary turn
t_mult = 0.3 // Time multiplier setting
I_f = 5250.0 // Fault current(A)
// Calculations
I_sec_fault = I_f/ratio // Secondary fault current(A)
PSM = I_sec_fault/(1.25*CT_sec) // Plug setting multiplier
t = 3.15 // Time against this PSM(sec). From graph E7.1 in textbook page no 595
time_oper = t*t_mult // Operating time(sec)
// Results
disp("PART III - EXAMPLE : 7.2 : SOLUTION :-")
printf("\nTime of operation of the relay = %.3f sec", time_oper)
|
80481b9e6ab07734648ff2267eb49cc7d7dfe37a
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2153/CH3/EX3.33/ex_3_33.sce
|
95d56384a9e8e1559392da8d07b8b35d1653d6d6
|
[] |
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
| 203
|
sce
|
ex_3_33.sce
|
//Example 3.33 : number of per order
clc;
clear;
close;
//given data :
format('v',5)
theta=90;//in degree
lamda=1.54;// in angstrum
a=sind(theta)
d=1.181;
n=(2*d*a)/lamda;
disp(n,"number of order,n = ")
|
5e4933be74c249524f04d846b5266243779ed9ab
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2417/CH6/EX6.23/Ex6_23.sce
|
1761aa117fda6952f8559448d3701a39549ab08c
|
[] |
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
| 518
|
sce
|
Ex6_23.sce
|
clear;
clc;
printf("\t\t\tProblem Number 6.23\n\n\n");
// Chapter 6: The Ideal Gas
// Problem 6.23 (page no. 265)
// Solution
//data
deltaS=0.4386; //change in entropy //Unit:kJ/K
T2=273+425; //Celsius temperature converted to kelvin //initial temperature
cv=0.8216; //specific heat at constant volume //kJ/kg*K
m=1.5; //mass //kg
//Now,
//deltas=m*cv*log(T2/T1);
T1=T2/(exp(deltaS/(m*cv))) //initial temperature //unit:K
printf("The initial temperature of the process is %f K or %f C\n",T1,T1-273)
|
7686956be520e22eb8281c2e10c22a7d6fc6edf8
|
127061b879bebda7ce03f6910c80d0702ad1a713
|
/Rotation/PIL_rot_mat.sci
|
c39668199d813e2324395b8306724975bb09007d
|
[] |
no_license
|
pipidog/PiLib-Scilab
|
961df791bb59b9a16b3a32288f54316c6954f128
|
125ffa71b0752bfdcef922a0b898263e726db533
|
refs/heads/master
| 2021-01-18T20:30:43.364412
| 2017-08-17T00:58:50
| 2017-08-17T00:58:50
| 100,546,695
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 4,050
|
sci
|
PIL_rot_mat.sci
|
// **** Purpose ****
// generates the rotation matrix of a classical system
// **** Variables ****
// [Euler_angles]: 1x3, real
// <= the Euler angles
// [view]: 1x1, char: 'passive' or 'active', default='passive'
// <= the view point of your rotation,
// [conv_seq]: 1x3, char, any 'x','y','z' combintion or 'axis', default='zyz'
// <= define the convention of Euler angle rotation
// [D_CM]: 3x3, real
// => the rotation matrix
// **** Version ****
// 05/01/2014
// **** Comment ****
// By default, we use 'zyz' convention. Other conventions like 'axes conventions'
// can be achieved by input 'zyx'. (see 'axes conventions' in wiki.)
// the input 'view' can be 'active' or 'passive'. In active view, we use
// U(alpha)*U(beta)*U(gamma). In passive view, we use U(gamma)*U(beta)*U(alpha)
// The default values is 'zyz' and 'passive'. In actve, you rotate with a fixed
// basis and in passive view, your rotation axies depends on each roration steps.
// The conv_seq can also input 'axis' to use axis-angle representation. You define
// an axis and its rotation angle. In this case, input the angles in this way:
// [angle_theta,angle_phi,angle_omega], where z=cos(thata), x=sin(thata)*sin(phi), y=sin(theta)*cos(phi)
// and omega is the rotation angle about this unit vector. active=right hand rule, passive=left hand rule
function [D_CM]=PIL_rot_mat(Euler_angles,view,conv_seq)
[lhs,rhs]=argn();
select rhs
case 3
conv_seq='zyz';
view='passive';
case 4
conv_seq='zyz';
end
D_CM=eye(3,3);
if conv_seq=='axis' then
rot_axis=[sin(angle_alpha)*cos(angle_beta),sin(angle_alpha)*sin(angle_beta),cos(angle_alpha)];
cross_mat=[0 -rot_axis(3) rot_axis(2); rot_axis(3) 0 -rot_axis(1); -rot_axis(2) rot_axis(1) 0];
select view
case 'active'
D_CM=eye(3,3)+cross_mat*sin(angle_gamma)+cross_mat^2*(1-cos(angle_gamma));
case 'passive'
D_CM=eye(3,3)+cross_mat*sin(-angle_gamma)+cross_mat^2*(1-cos(-angle_gamma));
end
else
conv_read=msscanf(conv_seq,'%c %c %c');
for n=1:3
select view
case 'active'
select conv_read(n)
case 'x'
U=[1 0 0;
0 cos(Euler_angles(n)) -sin(Euler_angles(n));
0 sin(Euler_angles(n)) cos(Euler_angles(n))];
case 'y'
U=[cos(Euler_angles(n)) 0 sin(Euler_angles(n));
0 1 0;
-sin(Euler_angles(n)) 0 cos(Euler_angles(n))];
case 'z'
U=[cos(Euler_angles(n)) -sin(Euler_angles(n)) 0;
sin(Euler_angles(n)) cos(Euler_angles(n)) 0;
0 0 1];
else
disp('Error: PIL_rot_cm');
disp('Reason: conv_seq can only have x,y,z!');
pause;
end
D_CM=D_CM*U; //// alpha, beta, gamma
case 'passive'
select conv_read(n)
case 'x'
U=[1 0 0;
0 cos(Euler_angles(n)) sin(Euler_angles(n));
0 -sin(Euler_angles(n)) cos(Euler_angles(n))];
case 'y'
U=[cos(Euler_angles(n)) 0 -sin(Euler_angles(n));
0 1 0;
sin(Euler_angles(n)) 0 cos(Euler_angles(n))];
case 'z'
U=[cos(Euler_angles(n)) sin(Euler_angles(n)) 0;
-sin(Euler_angles(n)) cos(Euler_angles(n)) 0;
0 0 1];
else
disp('Error: PIL_rot_cm');
disp('Reason: conv_seq can only have x,y,z!');
pause;
end
D_CM=U*D_CM; // gamma, beta, alpha
else
disp('Error: PIL_rot_cm');
disp('Reason: view must be active or passive!');
pause;
end
end
end
endfunction
|
e70f9a1935573d6e29ad6313ff2be54f6842757b
|
99b4e2e61348ee847a78faf6eee6d345fde36028
|
/Toolbox Test/latc2tf/latc2tf12.sce
|
9c3b514d6e4cd1900f7556db76525710b89fda71
|
[] |
no_license
|
deecube/fosseetesting
|
ce66f691121021fa2f3474497397cded9d57658c
|
e353f1c03b0c0ef43abf44873e5e477b6adb6c7e
|
refs/heads/master
| 2021-01-20T11:34:43.535019
| 2016-09-27T05:12:48
| 2016-09-27T05:12:48
| 59,456,386
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 287
|
sce
|
latc2tf12.sce
|
//i/p arg k contains only negative values
k=[-1 -2 -3 -4 -5];
[num,den] = latc2tf(k,'allpass');
disp(num);
disp(den);
//output
// 1. 0. 0. 0. 0. 0.
//
//
// column 1 to 5
//
// 1. 39. 170. - 106. - 99.
//
// column 6
//
// - 5.
//
|
e9ea8f0539f1c3acbff5ff58aec49a5f37630429
|
c61d570c37971fa455028a89d2163f455f91c291
|
/script_fisico/new_raphson.sci
|
c5759c69a7ca8d8ec48709041776d61c3d1bd58f
|
[] |
no_license
|
OgliariNatan/-ScientificComputing
|
a0af891f900f3f146a9751fd169f96052bd4ba83
|
070ea9d70430ef0c9e7944f491426b73af7c12b0
|
refs/heads/master
| 2020-04-04T23:13:12.585946
| 2017-07-03T21:46:18
| 2017-07-03T21:46:18
| 81,988,821
| 1
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,417
|
sci
|
new_raphson.sci
|
function [raiz,n] = new_raphson(fun,dx,es,maxi)
// [raiz,n] -> variaveis de saída
// -> raiz procurada
// -> n é o numero de iterações realizadas
// (fun,dx,es,maxi) -> variaveis de entrada
// -> fun é a função desejada
// -> dx é a derivada da função
// -> es é o critério de parada
// -> maxi é o limite de iteração
//Exemplo de Chamada
//exec ('path\new_raphson.sci',-1) {-1 não mostra o código de execução}
//fun = 'log(x) + x'
//dxdt = '(1/x) + 1'
//[raiz,n]=new_raphson(fun,0.1,0.1)
//Autor: Daniel HC Souza
//IMPLEMENTACAÇÃO....
//construção do gráfico para estimar o valor inicial
a = input("Entre com o limite inferior de x: ");
b = input("Entre com o limite superior de x: ");
x = linspace(a,b,100);
fx = evstr(fun);
plot(x,fx);
xgrid;
//entrada do valor inicial
xo = input("Entre com a aproximação inicial da raiz: ");
if argn(2) < 4 then
maxi = 50;
if argn(2) < 3 then
es = 0.0001;
end
end
//inicialização de variaveis
ea = 100; n=0; x = xo;
//inicio do calculo
printf("Iteração\txi\t\t|Ea|%%\n");
while (ea>es) & (n<maxi) do
fxi = evstr(fun);
dxi = evstr(dx);
xi = x-fxi/dxi;
if xi ~= 0 then
ea = abs((xi - x)/xi)*100;
end
printf("%f\t%f\t%f\n",n,xi,ea);
x = xi;
n = n+1;
end
if n>= maxi then
raiz = 'ERRO -> Divergiu';
else
raiz = xi;
end
endfunction
|
771e59e32e536394f9dc890c621d3d61cb3da450
|
bae725b750433ba5d58470784eeb87687023da7e
|
/macros/Delay_var.sci
|
34cddc162ab9db533bcb5794564c1750ad4c5439
|
[
"MIT"
] |
permissive
|
aamadou/IsItChaos
|
eac61da272b4fb22f83bdceaceb5774385f481e5
|
def74ddd5710898f876a9a7d39916e5cc1a8b6b5
|
refs/heads/master
| 2016-08-04T21:00:17.832904
| 2014-03-24T13:18:39
| 2014-03-24T13:18:39
| null | 0
| 0
| null | null | null | null |
WINDOWS-1250
|
Scilab
| false
| false
| 782
|
sci
|
Delay_var.sci
|
function DV=Delay_var(orbit,NbrIti,Dim,Delai)
Commandline='';
if isdef('NbrIti','local')...
then Commandline=Commandline+' -l'+string(NbrIti),
end;
if isdef('Dim','local')...
then Commandline=Commandline+' -m'+string(Dim),
end;
if isdef('Delai','local')...
then Commandline=Commandline+' -d'+string(Delai),
end;
if isdef('orbit','local')...
then
mdelete('tmp')
mdelete('tmp.del')
write('tmp',string(orbit)),
Commandline=' tmp'+Commandline,
end;
Commandline='delay'+Commandline+' -otmp.del',
test=host(Commandline);
if test~=0...
then
disp('l''utilitaire Delay non trouvé');
else
orbit=read('tmp.del',-1,1,'(a)'),
//orbit=strsubst(orbit,'1.#INF','10e308');
DV=evstr(orbit);
end;
endfunction
|
ebf4a9d4b70459cf3a96cb45275b6d7d11a465ea
|
089894a36ef33cb3d0f697541716c9b6cd8dcc43
|
/NLP_Project/test/blog/bow/bow.16_18.tst
|
087868e587e55bad6c02feaebf1bfccf5fcdd54c
|
[] |
no_license
|
mandar15/NLP_Project
|
3142cda82d49ba0ea30b580c46bdd0e0348fe3ec
|
1dcb70a199a0f7ab8c72825bfd5b8146e75b7ec2
|
refs/heads/master
| 2020-05-20T13:36:05.842840
| 2013-07-31T06:53:59
| 2013-07-31T06:53:59
| 6,534,406
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 5,354
|
tst
|
bow.16_18.tst
|
16 23:0.020833333333333332 45:0.3333333333333333 70:0.05263157894736842 72:1.0 116:0.5 120:0.5 331:1.0
16 23:0.020833333333333332 28:0.25 70:0.05263157894736842 85:0.16666666666666666 100:0.25 120:0.5 122:0.5 164:0.3333333333333333 213:0.14285714285714285 216:1.0 241:1.0 253:1.0 256:1.0 257:1.0 289:0.5 298:0.2 317:1.0 390:0.5 848:1.0 886:1.0 1129:1.0
16 12:0.16666666666666666 23:0.041666666666666664 45:0.3333333333333333 67:1.0 70:0.15789473684210525 83:0.5 100:0.25 116:0.5 120:0.5 215:1.0 241:1.0 253:1.0 317:1.0 390:0.5 594:1.0 743:1.0 879:0.5 886:1.0 1665:1.0
16 23:0.020833333333333332 45:0.3333333333333333 70:0.10526315789473684 72:2.0 83:0.5 213:0.14285714285714285 236:1.0 404:1.0 412:1.0 791:1.0 1862:1.0
16 23:0.020833333333333332 45:0.6666666666666666 56:1.0 70:0.05263157894736842 133:0.16666666666666666 135:1.0 140:1.0 147:0.2 282:1.0 290:0.5 319:0.3333333333333333 578:1.0 886:1.0 1101:1.0
16 7:0.2222222222222222 12:0.16666666666666666 21:0.2857142857142857 23:0.041666666666666664 45:0.3333333333333333 56:3.0 70:0.05263157894736842 80:0.09090909090909091 83:1.0 133:0.16666666666666666 147:0.2 210:1.0 290:0.5 317:1.0 319:0.3333333333333333 334:1.0 360:1.0 895:1.0 919:1.0 922:1.0 1101:1.0 1779:1.0
16 9:1.0 21:0.2857142857142857 45:0.3333333333333333 56:2.0 63:1.0 70:0.10526315789473684 80:0.09090909090909091 85:0.16666666666666666 100:0.25 147:0.2 213:0.14285714285714285 254:1.0 290:0.5 319:0.3333333333333333 333:1.0 363:1.0 848:1.0 863:1.0 1262:1.0
16 3:0.09090909090909091 21:0.14285714285714285 23:0.041666666666666664 47:0.5 57:1.0 72:1.0 74:1.0 83:0.5 120:0.5 140:1.0 147:0.2 280:1.0 300:1.0 828:1.0 1824:1.0
16 21:0.2857142857142857 45:0.3333333333333333 56:2.0 123:1.0 130:1.0 239:0.3333333333333333 240:0.3333333333333333 447:1.0
16 45:0.6666666666666666 134:1.0 147:0.2 317:1.0 636:0.5 730:1.0 743:1.0 879:0.5 1101:1.0 1217:0.5 1779:1.0
16 3:0.09090909090909091 12:0.3333333333333333 45:0.6666666666666666 51:1.0 56:1.0 70:0.21052631578947367 74:1.0 80:0.18181818181818182 100:0.25 106:1.0 134:1.0 147:0.2 319:0.3333333333333333 350:0.3333333333333333
16 12:0.16666666666666666 23:0.020833333333333332 45:0.3333333333333333 51:1.0 74:1.0 90:1.0 106:1.0 107:1.0 229:1.0 287:1.0
16 3:0.09090909090909091 15:1.0 23:0.020833333333333332 45:0.6666666666666666 47:0.5 74:1.0 80:0.09090909090909091 83:0.5 106:1.0 147:0.2 254:1.0 280:1.0 290:0.5 519:1.0 569:0.5 771:1.0 1036:0.5 1101:1.0
16 23:0.020833333333333332 28:0.25 45:0.3333333333333333 51:1.0 55:0.16666666666666666 100:0.25 161:0.09090909090909091 514:1.0 969:1.0 1129:1.0
16 3:0.09090909090909091 90:1.0 100:0.25 675:1.0 1599:1.0
16 21:0.14285714285714285 83:0.5 468:1.0
16 3:0.09090909090909091 21:0.14285714285714285 24:1.0
16 12:0.16666666666666666 15:1.0 23:0.0625 45:0.3333333333333333 70:0.05263157894736842 76:1.0 87:1.0 122:0.5 200:0.125 226:1.0 239:0.3333333333333333 241:1.0 280:1.0 318:0.5 689:1.0 730:1.0 1316:1.0 1357:1.0 1456:1.0
16 23:0.041666666666666664 28:0.5 42:1.0 45:0.3333333333333333 46:0.3333333333333333 264:1.0 301:1.0 487:0.25 902:1.0
16 9:1.0 12:0.3333333333333333 21:0.14285714285714285 23:0.041666666666666664 45:0.3333333333333333 70:0.10526315789473684 72:2.0 90:1.0 120:0.5 501:1.0 578:1.0 808:1.0 1110:1.0 1205:1.0 1368:1.0
16 9:3.0 12:0.16666666666666666 23:0.020833333333333332 229:1.0 404:1.0 1223:1.0
16 3:0.09090909090909091 21:0.14285714285714285 23:0.020833333333333332 70:0.2631578947368421 120:1.0 122:0.5 254:1.0 393:1.0 404:1.0 432:2.0 546:1.0 560:1.0 776:1.0 1857:1.0
16 12:0.16666666666666666 21:0.14285714285714285 23:0.0625 28:0.25 45:0.3333333333333333 47:0.5 60:1.0 70:0.21052631578947367 80:0.09090909090909091 83:1.0 122:0.5 147:0.2 254:1.0 264:1.0 282:1.0 432:1.0 559:1.0 560:1.0 616:0.5 628:1.0 658:1.0 761:1.0 914:1.0 1262:1.0
16 21:0.2857142857142857 23:0.041666666666666664 70:0.05263157894736842 78:0.25 120:1.0 129:1.0 213:0.14285714285714285 253:1.0 636:0.25 660:1.0 886:1.0 968:1.0 1024:1.0 1165:1.0
16 12:0.16666666666666666 15:1.0 21:0.14285714285714285 23:0.0625 70:0.10526315789473684 80:0.09090909090909091 260:1.0 355:1.0 363:2.0 817:1.0 919:1.0 996:1.0 1166:1.0 1278:1.0
16 12:0.16666666666666666 21:0.42857142857142855 28:0.25 32:1.0 164:0.3333333333333333 533:1.0 587:1.0
16 23:0.020833333333333332 33:1.0 45:0.3333333333333333 253:1.0 347:0.25 390:0.5 928:1.0
16 23:0.020833333333333332 37:1.0 90:1.0 236:1.0 452:1.0 738:1.0
16 3:0.18181818181818182 9:1.0 12:0.16666666666666666 80:0.09090909090909091 120:0.5 147:0.2 213:0.2857142857142857 239:0.3333333333333333 1004:1.0 1005:1.0 1046:1.0
16 23:0.020833333333333332 39:0.2 70:0.10526315789473684 72:1.0 150:1.0 477:1.0 490:1.0 511:1.0 917:1.0 1145:1.0
16 12:0.16666666666666666 39:0.2 45:0.3333333333333333 70:0.05263157894736842 83:0.5 134:1.0 942:1.0 1159:1.0
16 7:0.1111111111111111 45:0.3333333333333333 82:1.0 220:0.5 317:1.0 1644:1.0
16 21:0.14285714285714285 67:1.0 70:0.10526315789473684 80:0.09090909090909091 83:0.5 120:1.5 150:1.0 245:0.5 347:0.25 404:1.0 405:1.0 626:1.0 940:1.0 1260:1.0 1790:1.0
16 23:0.041666666666666664 25:1.0 39:0.2 83:0.5 182:1.0 280:1.0 908:1.0
16 9:2.0 15:1.0 21:0.14285714285714285 32:1.0 60:1.0 70:0.05263157894736842 73:1.0 120:0.5 166:2.0 808:1.0
16 1:1.0 39:0.2
16 38:1.0 240:0.3333333333333333 1340:1.0
16 3:0.09090909090909091
16 23:0.020833333333333332 120:0.5 172:1.0 694:1.0 751:1.0 782:1.0
|
faae33128ff6641221240f68e801fda5fec51859
|
494b677053e1199325a80808377463794e1003e5
|
/experiments/irprop-c/irprop-c/results/Ignore-MV.iRProp+-C.vehicle/result1s0.tst
|
277e7643c437ae0255b4422ff530556294d80217
|
[] |
no_license
|
kylecblyth/IIS-Project
|
92fb0770addced8022817470f974bf5191bfe05d
|
abf66fd98d9b6c7c3a0fbc254ef4026641338489
|
refs/heads/master
| 2020-06-12T19:41:02.430510
| 2016-12-07T10:35:31
| 2016-12-07T10:35:31
| 75,764,815
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,578
|
tst
|
result1s0.tst
|
@relation vehicle
@attribute COMPACTNESS integer[73,119]
@attribute CIRCULARITY integer[33,59]
@attribute DISTANCECIRCULARITY integer[40,112]
@attribute RADIUSRATIO integer[104,333]
@attribute PRAXISASPECTRATIO integer[47,138]
@attribute MAXLENGTHASPECTRATIO integer[2,55]
@attribute SCATTERRATIO integer[112,265]
@attribute ELONGATEDNESS integer[26,61]
@attribute PRAXISRECTANGULAR integer[17,29]
@attribute LENGTHRECTANGULAR integer[118,188]
@attribute MAJORVARIANCE integer[130,320]
@attribute MINORVARIANCE integer[184,1018]
@attribute GYRATIONRADIUS integer[109,268]
@attribute MAJORSKEWNESS integer[59,135]
@attribute MINORSKEWNESS integer[0,22]
@attribute MINORKURTOSIS integer[0,41]
@attribute MAJORKURTOSIS integer[176,206]
@attribute HOLLOWSRATIO integer[181,211]
@attribute class {van,saab,bus,opel}
@data
saab opel
saab opel
saab bus
opel opel
opel opel
opel opel
van van
opel opel
opel opel
van van
bus bus
van van
bus bus
bus opel
bus bus
bus bus
opel bus
bus bus
opel opel
saab saab
bus bus
saab opel
van van
bus bus
bus bus
van van
opel saab
bus van
van van
van van
bus bus
bus saab
bus bus
opel saab
van van
van van
van van
opel opel
opel opel
opel opel
saab saab
van van
van van
opel van
van van
van van
opel opel
van van
saab opel
bus bus
opel saab
saab saab
saab opel
saab opel
bus bus
saab saab
saab saab
bus bus
bus bus
van van
opel van
bus bus
bus bus
bus bus
opel opel
opel opel
van van
saab bus
saab saab
opel van
saab opel
saab saab
opel saab
bus bus
saab opel
bus bus
van van
saab saab
van van
saab bus
saab saab
saab opel
opel opel
van van
saab saab
|
74d8fc87c488c287d8a4d1734404a8480a749e81
|
717ddeb7e700373742c617a95e25a2376565112c
|
/1004/CH2/EX2.12/Ch02Ex12.sci
|
bcc198483ec77ac56e87d36d7b34b066174a87b6
|
[] |
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
| 597
|
sci
|
Ch02Ex12.sci
|
// Scilab Code Ex2.12 Velocity of the emitted electron: Pg:49 (2008)
m = 9.1e-031; // Mass of electron, kg
c = 3e+08; // Speed of light, m/s
e = 1.6e-019; // Energy equivalent of 1 eV, joule/eV
phi = 2.3*e; // Work function of metal, J
L = 4300e-010; // Wavelength of incident light, m
// As 1/2*m*v^2 = h*f - phi = h*c/L - phi, Einstein's photoelectric equation
// Solving for v
v = sqrt(2*(h*c/L - phi)/m); // Velocity of emitted electron, m/s
printf("\nThe velocity of emitted electron = %4.2e eV", v);
// Result
// The velocity of emitted electron = 4.55e+005 eV
|
8d7b0f09fe55010e580753a3dc5567a39073b815
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3871/CH5/EX5.9/Ex5_9.sce
|
5fa635988bb193e1fc6a5976ac38067e96fc5482
|
[] |
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
| 415
|
sce
|
Ex5_9.sce
|
//===========================================================================
//chapter 5 example 9
clc;clear all;
//variable declaration
//dL/dtheta = x
y = 2.3*10^-6;
Td1 = 5*10**-7;
t = 52;
//calculations
x = y*(180/%pi);
Td = Td1*t;
//Td = (1/2)*(I**2)*(dL/dtheta);
I = sqrt((Td*2)/(x)); //current in A
//result
mprintf("current = %3.2f A",I);
|
7cd88a52191a27582068f0c98f9c36994ce54fa4
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/323/CH2/EX2.71/ex2_71.sci
|
e214becc217abb3a701e56ae066b5b391534967b
|
[] |
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
| 484
|
sci
|
ex2_71.sci
|
//Chapter 2,Ex2.71,Pg2.88
clc;
disp("Refer to the diagram shown in the question")
A=[-1 1 0;1 10 -10;0 -10 15]
B=[1;5;0]
I=A\B
printf("\n I1=%.2f A \n",I(1))
printf("\n I2=%.2f A \n",I(2))
printf("\n I3=%.2f A \n",I(3))
//Calculation of Vth
Vth=3*I(3)
printf("\n Vth=%.2f V \n",Vth)
//Calculation of Rth
Rth=[(10*1/(10+1))+2]*3/(3+[(10*1/(10+1))+2]) + 5
printf("\n Rth=%.2f ohms \n",Rth)
//Calculation of Pmax
Pmax=(Vth*Vth/(4*Rth))
printf("\n Pmax=%.2f W \n",Pmax)
|
6b8ba52f2caa423ff10341ae41b94bf7fffdfc46
|
4c835c5f2e69dde9061f4233aa22ec9b8f507a98
|
/ELROOM.Web/ClientApp/model/model.tst
|
8c8af10dd8fc0fe01c32d8b6abd09b633b694269
|
[] |
no_license
|
chitose/elroom
|
cf60f034bd0e628b6c6d23ce1209d729ddfc26d3
|
6945343815aa30efff20e27d15f34cd19cd74f70
|
refs/heads/master
| 2021-01-11T01:51:38.906984
| 2016-10-12T02:17:46
| 2016-10-12T02:17:46
| 70,653,359
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 3,024
|
tst
|
model.tst
|
${
using System.Collections;
using System.Text;
using IO = System.IO;
using Typewriter.Extensions.Types;
Template(Settings settings)
{
settings.OutputFilenameFactory = file => CamelCase(IO.Path.GetFileNameWithoutExtension(file.Name));
}
static string CamelCase(string s)
{
if (string.IsNullOrEmpty(s)) return s;
if (char.IsUpper(s[0]) == false) return s;
var chars = s.ToCharArray();
chars[0] = char.ToLowerInvariant(chars[0]);
return new string(chars);
}
IEnumerable<Property> InheritedProperties(Class @class)
{
while (@class != null)
{
foreach (var p in @class.Properties)
if (p.HasSetter && !p.Attributes.Any(a=>a.Name == "JsonIgnore" || a.Name == "OptionalModel" || a.name=="DatabaseGenerated"))
yield return p;
@class = @class.BaseClass;
}
}
IEnumerable<Property> AllProperties(Class @class)
{
while (@class != null)
{
foreach (var p in @class.Properties)
yield return p;
@class = @class.BaseClass;
}
}
IEnumerable<Property> OptionalInheritedProperties(Class @class){
while (@class != null)
{
foreach (var p in @class.Properties)
if (!p.HasSetter || p.Attributes.Any(a=>a.Name == "JsonIgnore" || a.Name == "OptionalModel" || a.name=="DatabaseGenerated"))
yield return p;
@class = @class.BaseClass;
}
}
private bool Visited(Type type, Dictionary<string, Type> set)
{
if (type.IsDefined && !set.ContainsKey(type.FullName))
{
set.Add(type.FullName, type);
return true;
}
return false;
}
private void VisitTypes(Class @class, Dictionary<string, Type> set)
{
foreach (var p in AllProperties(@class))
{
var t = p.Type.Unwrap();
Visited(t, set);
}
}
static Dictionary<File, IEnumerable<Type>> DependenciesCache = new Dictionary<File, IEnumerable<Type>>();
IEnumerable<Type> Dependencies(File file)
{
IEnumerable<Type> result;
if (DependenciesCache.TryGetValue(file, out result)) return result;
var set = new Dictionary<string, Type>();
foreach (var @class in file.Classes)
VisitTypes(@class, set);
result = set.Values;
DependenciesCache.Add(file, result);
return result;
}
bool HasEnumDependencies(File file) => Dependencies(file).Any(x => x.IsEnum);
IEnumerable<Type> EnumDependencies(File file) => Dependencies(file).Where(t => t.IsEnum);
IEnumerable<Type> ClassDependencies(File file) => Dependencies(file).Where(t => !t.IsEnum);
}
// This file is auto-generated, don't modify it manually or your changes will be lost.
$HasEnumDependencies[import { $EnumDependencies[$Name][, ] } from './enums';]
$ClassDependencies[import { $Name } from './$name';
]
$Classes(ELROOM.Web.Model.*)[
export interface $Name {
$InheritedProperties[ $name: $Type;
]$OptionalInheritedProperties[$name?: $Type;
]}]
$Enums(ELROOM.Web.Model.*)[
export enum $Name {
$Values[ $Name = $Value][,
]
}
]
|
4aaad4482f396aa8997bd84b17a182fe6cd3e28e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3710/CH6/EX6.3/Ex6_3.sce
|
6f4ea9a273c3782dbfde9e7de1492ef87bb3e09c
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 450
|
sce
|
Ex6_3.sce
|
//Example 6.3, Page Number 256
//Power in Q-switched pulses
clc;
//Using the Energy of the pulses from the previous example(Ex6.2)
E=1.657 //Energy of the pulses in Joules
l=0.1 //Cavity length in meter
r=0.8 //Mirror reflectance
c=3*(10**8) //Speed of light in meters per second
tc=l/((1-r)*c) //tc is the cavity lifetime
P=E/tc //P is the pulse power
disp(tc,"The Cavity Lifetime in s is:")
disp(P," The Pulse Power in W is:")
|
af92443a11f06d74d63821377cf499848007cbe7
|
8b33899f15bd0509e32f6c06319b7b1557c745f5
|
/d4.sci
|
6f672f7f1d2dbe5b575b81211f47ac1c0a280e9c
|
[] |
no_license
|
c00kiemon5ter/NumericalAnalysis
|
fd162663f6a9a4cc6c648e41a1412fa71e83a75c
|
1ff51ff805017100ebb87a98b5fef7acca3d0692
|
refs/heads/master
| 2021-01-01T19:15:21.559444
| 2014-06-25T09:39:25
| 2014-06-25T09:39:25
| 8,290,126
| 1
| 1
| null | 2014-06-25T09:39:25
| 2013-02-19T12:51:16
|
Scilab
|
UTF-8
|
Scilab
| false
| false
| 3,685
|
sci
|
d4.sci
|
// Exercise D4
// -----------
// approximate the integral of f(x) = e^(2·x)·3·x in space [0,2]
// using simpson 1/3 and simpson 3/8 rules when the space is divided
// in n = [ 4, 8, 16, 32 ] subspaces
//
// each subspace is divided more so that both rules can be applied.
// that is, to apply the simpson 1/3 rule we need 2·n subspaces and
// to apply simpson 3/8 rules we need 3·n subspaces from each subspace.
function xi = x(x0, i, h)
xi = x0 + i * h
endfunction
function y = f(x)
y = %e^(2*x) * 3 * x
endfunction
function y = simpson13(f, a, b, n)
// composite simpson 1/3 rule: h = (b - a) / 2·n
// I[a,b]f(x)dx ~= h·1/3·(f(a) + 2·Sum[j=1,n/2-1]f(x_2j) + 4·Sum([j=1,n/2]f(x_2j-1) + f(b)
h = (b - a) / (2*n)
y = f(a) + f(b)
for j = 1 : 1 : n - 1
y = y + 2 * f(x(a, 2*j, h))
end
for j = 1 : 1 : n
y = y + 4 * f(x(a, 2*j - 1, h))
end
y = h/3 * y
endfunction
function y = simpson38(f, a, b, n)
// composite simpson 3/8 rule: h = (b - a) / 3·n
// I[a,b]f(x)dx ~= h·3/8·Sum[j=1,n](f(x_3j-3) + 3·f(x_3j-2) + 3·f(x_3j-1) + f(x_3j))
h = (b - a) / (3*n)
y = 0
for j = 1 : 1 : n
y = y + f(x(a, 3*j - 3, h)) + 3*f(x(a, 3*j - 2, h)) + 3*f(x(a, 3*j - 1, h)) + f(x(a, 3*j, h))
end
y = h * 3/8 * y
endfunction
// ---------- ---------- main execution ---------- ----------
a = 0
b = 2
exact = 3/4 * (1 + 3 * %e^4)
tic() // or timer()
printf('\nsimpson 1/3 rule')
printf('\n----------------\n')
for n = [ 4 8 16 32 ]
appr = simpson13(f, a, b, n)
abs_err = abs(exact - appr)
rel_err = abs(abs_err / exact)
printf('result %f with relative %f and absolute %f error for n = %d\n', appr, rel_err, abs_err, n)
end
printf('timer is at %f\n', toc()) // or timer()
printf('\nsimpson 3/8 rule')
printf('\n----------------\n')
for n = [ 4 8 16 32 ]
appr = simpson38(f, a, b, n)
abs_err = abs(exact - appr)
rel_err = abs(abs_err / exact)
printf('result %f with relative %f and absolute %f error for n = %d\n', appr, rel_err, abs_err, n)
end
printf('timer is at %f\n', toc()) // or timer()
// Results and Commentary
// ----------------------
// Looking at the relative and absolute errors, the error seems to be one sixteenth
// of what it was on the previous round. As such we can roughly estimate the absolute
// error when n = 64.
// For simpson 1/3 rule, when n = 32 the absolute error is 0.000024
// the rough estimate for n = 64 would be 24/16 * 10^-6 = 0.0000015
// For simpson 3/8 rule, when n = 32 the absolute error is 0.000011
// the rough estimate for n = 64 would be 11/16 * 10^-6 = 0.0000006875
//
// Looking at the timer's timings, we can see that simpson 1/3 rule is about two
// times faster than simpson 3/8 rule, as the latter does more calculations.
//
// When asked for a 5 decimal digit accuracy one should chose simpson 1/3 rule, as
// it achieves that accuracy faster (about half the time) then simpson 3/8 rule
//
// Output:
// > simpson 1/3 rule
// > ----------------
// > result 123.690932 with relative 0.000769 and absolute 0.095094 error for n = 4
// > result 123.601951 with relative 0.000049 and absolute 0.006113 error for n = 8
// > result 123.596222 with relative 0.000003 and absolute 0.000385 error for n = 16
// > result 123.595862 with relative 0.000000 and absolute 0.000024 error for n = 32
// > timer is at 0.003000
// >
// > simpson 3/8 rule
// > ----------------
// > result 123.638280 with relative 0.000343 and absolute 0.042443 error for n = 4
// > result 123.598557 with relative 0.000022 and absolute 0.002720 error for n = 8
// > result 123.596009 with relative 0.000001 and absolute 0.000171 error for n = 16
// > result 123.595848 with relative 0.000000 and absolute 0.000011 error for n = 32
// > timer is at 0.006000
|
0590c71abc37fa20884473215176902211f3991c
|
843ddfc1f1137ace0ddbffdc051fb2b2a3e2ba6b
|
/P1/P104.sce
|
c623719798ab41c2ce835b063c9dceed388dbf8e
|
[] |
no_license
|
aguadix/SIMCON
|
8169169577fc5e69257f6dc91558b7b320974161
|
5f83003937740a730c4593c241309c9da7693ddf
|
refs/heads/master
| 2022-10-27T00:34:29.074871
| 2022-10-24T11:24:08
| 2022-10-24T11:24:08
| 53,549,792
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,350
|
sce
|
P104.sce
|
clear; clc;
// P104.sce
// (a) CÁLCULO DEL ESTADO ESTACIONARIO
// Sistema de ecuaciones algebraicas
function dxdt = f(x)
// Variables
CA1 = x(1)
CA2 = x(2)
// Balance de materia en el reactor 1
dCA1dt = F*(CA0-CA1)/V1 - k*CA1
// Balance de materia en el reactor 2
dCA2dt = F*(CA1-CA2)/V2 - k*CA2
// Derivadas
dxdt(1) = dCA1dt
dxdt(2) = dCA2dt
endfunction
// Constantes
k = 0.1; // h-1
V1 = 10; // L
V2 = 10; // L
F = 1; // L/h
CA0 = 1; // mol/L
// Solución supuesta
CA1eeguess = 1; CA2eeguess = 1; // mol/L
xeeguess = [CA1eeguess; CA2eeguess];
// Resolver
xee = fsolve(xeeguess, f);
CA1ee = xee(1)
CA2ee = xee(2)
// (b) LINEALIZACIÓN ALREDEDOR DEL ESTADO ESTACIONARIO
// Derivadas parciales exactas
a11 = -F/V1 - k
a12 = 0
a21 = F/V2
a22 = -F/V2 - k
b11 = (CA0-CA1ee)/V1
b21 = (CA1ee-CA2ee)/V2
// Sistema no lineal
function dxdt = SNL(x)
// Variables de estado
CA1 = x(1)
CA2 = x(2)
// Variables de entrada
F = x(3)
// Balance de materia en el reactor 1
dCA1dt = F*(CA0-CA1)/V1 - k*CA1
// Balance de materia en el reactor 2
dCA2dt = F*(CA1-CA2)/V2 - k*CA2
// Derivadas
dxdt(1) = dCA1dt
dxdt(2) = dCA2dt
endfunction
// Matriz jacobiana
u = F;
J = numderivative(SNL,[xee;u])
// Sistema lineal
A = J(:,1:2)
B = J(:,3)
C = [0,1]
SL = syslin('c',A,B,C)
|
9736d426143b0d46ab7ba7debdfeff8885ed1761
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/764/CH8/EX8.25.b/solution8_25.sce
|
1e1c9bb517e0980c03d88a92740117fa1f97204a
|
[] |
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
| 976
|
sce
|
solution8_25.sce
|
//Obtain path of solution file
path = get_absolute_file_path('solution8_25.sce')
//Obtain path of data file
datapath = path + filesep() + 'data8_25.sci'
//Clear all
clc
//Execute the data file
exec(datapath)
//Calculate the primary shear force on each rivet Pshear (N)
Pshear = (P * 1000)/n
printf('\nThe code only pertains to the given geometry.\n')
printf('\nErroneous results can be obtained for other geometries.\n')
//Calculate the eccentricity e (mm)
e = dist/2
//Calculate the radial distance of rivet centres 1 and 2 from the C.G. r1 (mm)
r1 = (dist/2)
//Calculate the value of constant C
C = (P * 1000 * e)/(2 * (r1^2))
//Calculate the secondary shear force in rivets 1 and 2 Sshear (N)
Sshear = C * r1
//Calculate the resultant shear force on rivet 1 P1 (N)
P1 = Pshear + Sshear
//Calculate the rivet diameter d (mm)
d = sqrt((P1 * 4)/(%pi * tau))
dround = ceil(d)
//Print results
printf('\nDiameter of the rivets(d) = %f mm\n', dround)
|
11489302e427c96912f49eabd83dcea864900bbe
|
fbd17575bab2ee4dc49cc7d13b5b94d24ab9482c
|
/TP4/cholesky.sce
|
464877b2081c000f0fcca2d86f68056913a524bd
|
[] |
no_license
|
1saac-W/MT09-Analyse-Num-rique
|
05b509981dfa00e3b7b550716b1487cbbf0a3fed
|
0853f8053254f5dd23179073187ada3d936aff84
|
refs/heads/master
| 2020-09-27T04:34:36.549125
| 2020-01-05T16:02:18
| 2020-01-05T16:02:18
| 226,431,201
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 881
|
sce
|
cholesky.sce
|
function [C] = cholesky(A)
[n,m] = size(A);
if(n~=m)
disp('size[A]=',size(A));
error('A n est pas matrice carrée');
end
if(A(1,1)<0)
disp('A(1,1)=',A(1,1));
error('A(1,1) n est pas positif');
end
C = zeros(n,m);
for j = 1:n-1
c = A(j,j);
for k = 1:j-1
c = c - C(j,k) * C(j,k);
end
if(c <= 0)
error('B(j,j)^2 n est pas positif');
else
C(j,j) = sqrt(c);
end
for i = j+1:n
d = A(i,j);
for k = 1:j-1
d = d - C(i,k)*C(j,k);
end
C(i,j) = 1/C(j,j)*d;
end
end
e = A(n,n);
for k = 1:n-1
e = e - C(n,k)*C(n,k);
end
if(e < 0 )then
error('B(n,n)^2 n est pas positif');
else
C(n,n) = sqrt(e);
end
endfunction
|
0e98c7e413129b976f65badfea9307e156e80a8e
|
c557cd21994aaa23ea4fe68fa779dd8b3aac0381
|
/test/attribution.tst
|
f8f2467b814c444830fdd7e3ca6c7797896b453f
|
[
"BSD-3-Clause",
"BSD-2-Clause"
] |
permissive
|
dougsong/reposurgeon
|
394001c0da4c3503bc8bae14935808ffd6f45657
|
ee63ba2b0786fa1b79dd232bf3d4c2fe9c22104b
|
refs/heads/master
| 2023-03-09T15:22:45.041046
| 2023-02-25T08:33:06
| 2023-02-25T08:33:06
| 280,299,498
| 1
| 0
|
NOASSERTION
| 2023-02-25T08:33:08
| 2020-07-17T01:45:32
|
Go
|
UTF-8
|
Scilab
| false
| false
| 4,548
|
tst
|
attribution.tst
|
## Test attribution manipulation
set relax
set echo
# error: no repo
attribution
read <multitag.fi
# error: shlex.parse failure
attribution missing "quotation mark
# error: no event selection
attribution delete
# error: no commits or tags selected
=R | =B attribution
# error: unrecognized action
1..$ attribution bogus
:2..:4 attribution 2 resolve
:2..:4 attribution $ resolve
:2..:4 attribution 1..$ resolve
:2..:4 attribution 1,$ resolve
:2..:4 attribution 1 | 2 resolve
:2..:4 attribution 1 & (2) resolve
:2..:4 attribution ~2 resolve
:2..:4 attribution @min(1..$) resolve
:2..:4 attribution @max(1..$) resolve
:2..:4 attribution @amp(1) resolve
:2..:4 attribution @pre(2) resolve
:2..:4 attribution @suc(1) resolve
:2..:4 attribution @srt(2,1) resolve
1..$ attribution @amp(~1) resolve label
# error: bogus selection (tag has only "tagger" attribution at index 1)
10 attribution 2 resolve
1..$ attribution =C resolve committer only
1..$ attribution =A resolve author only
1..$ attribution =T resolve tagger only
1..$ attribution =CAT resolve all
# error: bogus visibility flag
1..$ attribution =X resolve
@min(=C) attribution /Julien/ resolve match any
@min(=C) attribution /Julien/n resolve match name
@min(=C) attribution /frnchfrgg/e resolve match email
@min(=C) attribution /Julien/e resolve name not match email
@min(=C) attribution /frnchfrgg/n resolve email not match name
@min(=C) attribution /nomatch/ resolve no match
# error bogus regex match flag
@min(=C) attribution /Julien/x resolve
attribution
attribution show
1..$ attribution show
=C attribution 2 show
=T attribution 1 show
@max(=C) attribution =A show
# empty attribution selection
@max(=T) attribution =A show
#error: incorrect number of arguments
attribution show bogus
:2 attribution show
:2 attribution =C set 2017-03-21T01:23:45Z
:2 attribution show
:2 attribution =C set sunshine@sunshineco.com
:2 attribution show
:2 attribution =C set "Eric Sunshine"
:2 attribution show
:2 attribution @min(=A) set "1234567890 +0500" sunshine@sunshineco.com "Eric Sunshine"
:2 attribution show
:2 attribution =A set "Eric S. Raymond" esr@thyrsus.com
:2 attribution show
:2 attribution =A set sunshine@sunshineco.com 2017-03-21T01:23:45Z
:2 attribution show
# error: incorrect number of arguments or repeated arguments
1..$ attribution set
1..$ attribution set Name email@example.com "1234567890 +0500" junk
1..$ attribution set Name1 email@example.com Name2
1..$ attribution set email1@example.com Name email2@example.com
1..$ attribution set "1234567890 +0500" Name 2017-03-21T01:23:45Z
:5 attribution show
:5 attribution =A delete
:5 attribution show
# no attribution selection: delete all authors
:4 attribution show
:4 attribution delete
:4 attribution show
# multiple events
1..$ attribution show
1..$ attribution =A delete
1..$ attribution show
# error: incorrect number of arguments
1..$ attribution delete bogus
# error: no event selection
attribution =A delete
# error: cannot delete mandatory committer or tagger
@max(=C) attribution =C delete
@max(=T) attribution =T delete
:2 attribution show
:2 attribution append "Eric S. Raymond" esr@thyrsus.com "1234567890 +0500"
:2 attribution show
:2 attribution append "Eric Sunshine" sunshine@sunshineco.com 2017-03-21T01:23:45Z
:2 attribution show
:2 attribution /sunshine/ & =A prepend "Micky Mouse" toon@disney.com 1979-04-01T12:12:12Z
:2 attribution show
:2 attribution /esr/e prepend Example example@example.com "1234567890 +0500"
:2 attribution show
# error: incorrect number of arguments
1..$ attribution prepend
1..$ attribution append Name email@example.com "1234567890 +0500" junk
# error: no event selection
attribution =A prepend
# error: cannot add committer or tagger (only 1 allowed)
@max(=C) attribution =C prepend "Eric Sunshine" sunshine@sunshineco.com 2017-03-21T01:23:45Z
@max(=T) attribution =T append "Eric Sunshine" sunshine@sunshineco.com 2017-03-21T01:23:45Z
# error: cannot add author to tag
@max(=T) attribution append "Eric Sunshine" sunshine@sunshineco.com 2017-03-21T01:23:45Z
:2 attribution show
:2 attribution =A prepend "Eric Sunshine"
:2 attribution show
:2 attribution =A append esr@thyrsus.com
:2 attribution show
:2 attribution /disney/e append Pluto othertoon@disney.com
:2 attribution show
# infer author name and date from committer
:4 attribution show
:4 attribution append frnchfrgg@free.fr
:4 attribution show
# error: unable to infer name, email
:4 attribution append 2017-03-21T01:23:45Z
:4 attribution prepend Nobody
:4 attribution append nobody@nowhere.com
|
3243ac68d6558114ca950ad40f64cc4e94a1f8d5
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/491/CH2/EX2.10/2_10.sce
|
b2cb3f8ce5fb9b3838b57ebbca245bb0e7c1cf97
|
[] |
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
| 473
|
sce
|
2_10.sce
|
P = 90000; //newton
A = 1200e-6 // meter^2
s_x = -P/A ; //stress
t_1 = 25; //for the stresses on ab and cd plane
s_1 = s_x*(cosd(t_1)^2);
T_1 = -s_x*cosd(t_1)*sind(t_1) ;
t_2 = -65; //for the stresses on ad and bc plane
s_2 = s_x*(cosd(t_2)^2);
T_2 = -s_x*cosd(t_2)*sind(t_2) ;
disp("MPa respecively",s_1,T_1," The normal and shear stresses on the plane ab and cd are")
disp("MPa respecively",s_2,T_2," The normal and shear stresses on the plane ad and bc are")
|
17bbc84fede55e6265718295a35d81ebc228542e
|
93c7fb5ee09b14b93d6c6a5a99d15e57555802be
|
/tests/test_500/test10.tst
|
c24a439b4a52f0cd490a76723da14fddec5e645c
|
[] |
no_license
|
ach5910/42PushSwap.com
|
b1cd724453b20296e39c18e5d576bdfb6290f7da
|
bfa2755c1cb84c7d72a4858c77193743a5583a1a
|
refs/heads/master
| 2020-04-05T12:35:36.043271
| 2017-07-26T06:33:40
| 2017-07-26T06:33:40
| 95,174,903
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 2,896
|
tst
|
test10.tst
|
6674 36760 46176 48260 30162 28983 14103 37006 19068 26308 100 21132 43198 23711 29556 1060 30952 40213 44630 6842 29572 36373 43653 30735 9569 17309 9709 41112 2188 30646 42884 25078 28576 23171 16531 19551 21843 37114 5006 8695 13553 13113 357 1066 38545 5606 27487 5467 17190 41288 12906 35861 34554 39564 33954 40156 46333 4312 7414 2036 20986 18061 34158 31437 26009 23529 20137 39109 33032 8735 19961 5331 43412 49271 17141 23500 39639 38402 42915 34310 27678 46550 48384 21302 30636 21171 8103 32132 5470 31390 15333 16971 36993 41663 16872 44065 48507 14613 23409 8385 2588 35932 33433 22730 24885 7567 43796 30013 6325 13488 29702 37283 21568 36039 33972 21799 30124 10221 3652 15750 11516 33931 35734 4091 24038 26521 38366 32725 9478 32873 46022 80 10191 43324 25519 31541 10815 27864 34688 34019 1055 34243 26265 23225 20942 2362 27776 37546 45567 46629 13406 31350 3564 21451 879 29473 29986 22056 31016 10762 3936 20381 1647 38459 13021 45280 23595 20306 28731 39322 15405 4668 46581 13720 10326 32341 19147 39254 47264 30663 47013 30005 35355 10317 40296 4759 70 48854 11259 19066 6859 7136 14274 8370 20824 3882 48900 25319 43548 40505 12090 24139 19316 8252 8886 20029 32242 16582 7014 30618 47167 2550 9939 12071 37292 24174 5230 4716 36162 43170 44155 34023 19714 38401 30754 29863 3221 29626 18440 32702 15010 11628 19391 48860 11054 48617 7060 44445 12666 33041 11900 27092 17663 47206 21713 20281 40720 21461 3894 31992 2116 16593 34608 35379 7702 42312 47477 34414 4553 8854 23481 19908 13196 10642 44097 35280 13811 33213 44590 31610 6212 12861 13316 26354 47049 14836 1799 38643 11216 6338 3074 42129 41258 23338 32413 39123 12823 48214 20933 47515 41987 46937 8837 1861 32547 26085 11267 25713 24312 21475 33514 18948 37858 39725 24960 28986 18866 13095 17105 39226 13084 12855 46089 2995 36080 38591 35786 49931 4911 22442 47008 24160 12873 49995 18030 22721 20836 48923 23081 33994 1725 3937 28917 2248 18933 33627 40601 15235 36711 23778 4887 15838 35453 26359 39685 26289 21733 32656 26601 22335 18626 42720 4621 43753 26341 27220 3841 31216 18652 12814 41656 33284 23614 18151 12169 25580 37033 2827 31651 3236 47405 13796 28575 9571 3256 4388 45718 44924 27649 37482 19184 48111 26793 15126 4998 48598 7838 35232 19488 22466 6544 36342 24704 558 30267 18975 31188 47923 22894 33091 7790 30725 38031 38578 22419 14814 7469 43618 7828 1827 12640 45366 42155 38660 22284 35007 4282 12400 24402 40603 16235 47979 6795 11139 20773 25750 44895 8610 30209 41938 42094 7666 29706 15818 34291 36926 15695 25956 27606 11049 28619 3533 5994 41021 38828 34713 12282 20277 42413 20952 49497 5290 2747 31425 19298 16837 33953 14019 23908 24463 3513 31139 12052 23016 13091 10562 15990 35087 24773 5792 8954 22089 14728 36124 21410 43731 40821 34771 10912 22520 47569 26894 25989 15200 44324 23350 25901 2013 32865 1356 25672 10946 25906 13489 32128 4767 33974 23275 39793 44893
|
a20b4513fd85042612aac902757f6b99dce05129
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/69/CH9/EX9.11/9_11.sce
|
41588c16f083b9359d86a21d544bd54cb25e74e3
|
[] |
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,462
|
sce
|
9_11.sce
|
clear; clc; close;
Cs = 2*10^(-6);
Cg = 0.01*10^(-6);
Cc = 0.5*10^(-6);
Rs = 1*10^(3);
Rg = 1*10^(6);
Rsig = 10*10^(3);
Rd = 4.7*10^(3);
Rl = 2.2*10^(3);
Idss = 8*10^(-3);
Vp = -4;
rd = %inf;
Vdd = 20;
Vgsq = -2;
Idq = 2*10^(-3);
gmo = 2*Idss/abs(Vp);
gm = gmo*(1-(Vgsq/Vp));
flg = 1/(2*%pi*(Rsig+Rg)*Cg);
flc = 1/(2*%pi*(Rd+Rl)*Cc);
Req = Rs*(1/gm)/(Rs+(1/gm));
fls = 1/(2*%pi*Req*Cs);
Avmid = -gm*(Rd*Rl/(Rd+Rl));
disp(fls,'Lowest frequency cutoff = ');
disp(Avmid,'midband gain = ');
f1 = fls;
f = .1*f1:10:5*f1;
av = (1+(f1./f)^2)^(-1/2);
av1 = -20*log10(f1/f1);
f2 = f1/10;
av2 = -20*log10(f1/f2);
f3 = f1/4;
av3 = -20*log10(f1/f3);
f4 = f1/2;
av4 = -20*log10(f1/f4);
x = [f2 f3 f4 f1];
y = [av2 av3 av4 av1];
gainplot(f,av);
a = gca();
a.y_location = 'left';
a.x_location = 'top';
a.x_label.text = 'frequency';
a.y_label.text = 'Av';
a.title.text = 'Bode';
plot2d(x,y);
f1 = flg;
//f = .1*f1:10:10*f1;
av = -10*log10(1+(f1./f)^2);
av1 = -20*log10(f1/f1);
f2 = f1/10;
av2 = -20*log10(f1/f2);
f3 = f1/4;
av3 = -20*log10(f1/f3);
f4 = f1/2;
av4 = -20*log10(f1/f4);
x = [f2 f3 f4 f1];
y = [av2 av3 av4 av1];
plot2d(x,y);
f1 = flc;
//f = .1*f1:10:10*f1;
av = -10*log10(1+(f1./f)^2);
av1 = -20*log10(f1/f1);
f2 = f1/10;
av2 = -20*log10(f1/f2);
f3 = f1/4;
av3 = -20*log10(f1/f3);
f4 = f1/2;
av4 = -20*log10(f1/f4);
x = [f2 f3 f4 f1];
y = [av2 av3 av4 av1];
plot2d(x,y);
|
f137ac26c2f41509480023194d7d2ed693248d91
|
06a62d768e69fd9dda11b30011c252807e301813
|
/pgm9.sci
|
aecad0c8cd9bfdb35346324754475272ecf2f462
|
[] |
no_license
|
vikram-niit/matlab
|
36ce3d9539629128251eab060164ce81c03aa690
|
da8aeb4d727c47474d37676650664bd028d7e41d
|
refs/heads/master
| 2020-03-18T13:40:37.068765
| 2018-05-25T03:51:55
| 2018-05-25T03:51:55
| 134,800,217
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 245
|
sci
|
pgm9.sci
|
function [oddSum, funVal] = pgm9(x)
n = size(x, 2)
oddSum = 0;
for i = 1:2:n
oddSum = oddSum + x(i);
end
funVal = 0;
for i = 1:n
funVal = funVal + (-1)^(i-1)*x(i);
end
endfunction
|
f93cd2b42f7330987eb6e7e14bf662acb50f9d55
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2126/CH1/EX1.38/38.sce
|
16368441c7e7cc858e5a160043b35782262d01bc
|
[] |
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,092
|
sce
|
38.sce
|
clc
clear
//Input data
A1=10 //Inlet area in cm^2
C1=80 //Inlet Air velocity in m/s
T1=28+273 //Inlet temperature in K
P1=700 //Inlet Pressure in kPa
P2=250 //Exit pressure in kPa
k=1.4 //Adiabatic constant
R=287 //Specific gas constant in J/kg-K
//Calculation
a1=sqrt(k*R*T1) //Sound velocity at inlet in m/s
M1=C1/a1 //Mach number at inlet
t1=0.989 //Static to Stagnation temperature ratio at entry from gas tables @M1,k=1.4
To=T1/t1 //Stagantion temperature in K
p1=0.964 //Static to Stagnation pressure ratio at entry from gas tables @M1,k=1.4
Po=P1/p1 //Stagnation pressure in kPa
p2=P2/Po //Static to Stagnation pressure ratio
M2=1.335 //Mach number at exit
t2=0.737 //Static to Stagnation temperature ratio at exit from gas tables @M2,k=1.4
T2=To*t2 //Stagnation temperatur in K
a2=sqrt(k*R*T2) //Sound velocity at exit in m/s
C2=M2*a2 //Exit Air velocity in m/s
d1=(P1*10^3)/(R*T1) //Density at inlet in kg/m^3
m=d1*A1*C1*10^-4 //Mass flow rate in kg/s
//Output
printf('(A)Mass flow rate is %3.3f kg/s\n (B)Velocity at the exit is %3.2f m/s',m,C2)
|
2276d54c3176387dd1619638e7e7bf20ba5c0806
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/788/CH2/EX2.18.a/2_18_data.sci
|
80208b1b1e44e8b103d555624edb22cd8fc05e7f
|
[] |
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
| 276
|
sci
|
2_18_data.sci
|
// Aim:To find absolute viscosity of oil in Ns/m^2 and cP
// Given:
// Area of moving plate surface in contact with oil:
A=1; //m^2
// Force applied to the moving plate:
F=10; //N
// velocity of the moving plate:
v=1; //m/s
// oil film thickness:
y=5; //mm
y=5*0.001; //m
|
52c00974c38d415cffeca885ce88f8e6ceaa7dc6
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2126/CH3/EX3.9/9.sce
|
4122fb2560c65a08b41ca2b7826880893d10fd3d
|
[] |
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,476
|
sce
|
9.sce
|
clc
clear
//input data
m=8.25 //Mass flow rate in kg/s
M1=0.15 //Mach number at entrance
M2=0.5 //Mach number at exit
P1=345 //Static pressure at entrance in kPa
T1=38+273 //Static temperature at entry in Kelvin
f=0.005 //frictional factor
k=1.4 //Adiabatic constant
R=0.287 //Gas constant in kJ/kg-K
//calcu;ation
d1=(P1*10^3)/(R*10^3*T1) //Density of air in kg/m^3, P1 in Pa
a1=sqrt(k*R*10^3*T1) //Sound velocity in m/s, R in J/kg
C1=a1*M1 //air velocity in m/s
A1=m/(d1*C1) //Inlet area in m^2
D=(sqrt((4*A1)/(%pi)))*10^3 //inner duct diameter in mm
p1=7.3195 //Static Pressure ratio from gas tables (fanno flow tables,k=1.4,M=0.15)
Pt=P1/p1 //Static critical pressure in kPa
t1=1.1945 //Static temperature ratio from gas tables (fanno flow tables,k=1.4,M=0.15)
Tt=T1/t1 //Static critical temperature in K
c1=0.164 //Velocity ratio from gas tables (fanno flow tables,k=1.4,M=0.15)
Ct=C1/c1 //Critical velocity in m/s
p2=0.984 //Pressure ratio at entry from gas tables (fanno flow tables,k=1.4,M=0.15)
Po1=P1/p2 //Stagnation pressure at entry in kPa
p3=3.928 //Stagnation pressure ratio at entry from gas tables (fanno flow tables,k=1.4,M=0.15)
Pot=Po1/p3 //Stagnation pressure at critical state in kPa
X1=28.354 //frictional constant fanno parameter from gas tables,fanno flow tables @M1,k
p5=2.138 //Pressure ratio at exit from gas tables (fanno flow tables,k=1.4,M2)
P2=Pt*p5 //Exit pressure in kPa
t2=1.143 //Temperature ratio at exit from gas tables (fanno flow tables,k=1.4,M2)
T2=Tt*t2 //Exit temperature in K
c2=0.534 //Velocity ratio at exit from gas tables (fanno flow tables,k=1.4,M2)
C2=Ct*c2 //Exit velocity in m/s
p6=1.34 //Stagnation pressure ratio at exit from gas tables (fanno flow tables,k=1.4,M2)
Po2=Pot*p6 //Stagnation pressure at exit in kPa
SPL=Po1-Po2 //Stagnation Pressure lose in kPa
X2=1.069 //frictional constant fanno parameter from gas tables,fanno flow tables @M2,k
X3=X1-X2 //overall frictional constant fanno parameter
L=(X3*D*10^-3)/(4*f) //Length of the duct in m
//verification
a2=sqrt(k*R*10^3*T2) //Sound velocity in m/s, R in J/kg
M2_v=C2/a2 //air velocity in m/s
//output
printf('(A)Length of the duct is %3.2f m\n (B)Diameter of the duct is %3i mm\n (C)Pressure and diameter at exit are %3.2f kPa, and %3i mm respectively\n (D)Stagnation Pressure lose is %3i kPa\n (E)Using exit velocity %3.2f m/s, temperature %3.2f K Mach number is found to be %3.2f',L,D,P2,D,SPL,C2,T2,M2_v)
|
d6e03307d2e6cae3d74945f93c58e2e9e769810d
|
e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4
|
/New LSTMAttn Model/.data/lemma-split/SURPRISE-LANGUAGES/Romance/lld.tst
|
3628120c2e8734a363df7705b3a671634d998d19
|
[] |
no_license
|
davidgu13/Lemma-vs-Form-Splits
|
c154f1c0c7b84ba5b325b17507012d41b9ad5cfe
|
3cce087f756420523f5a14234d02482452a7bfa5
|
refs/heads/master
| 2023-08-01T16:15:52.417307
| 2021-09-14T20:19:28
| 2021-09-14T20:19:28
| 395,023,433
| 3
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 41,950
|
tst
|
lld.tst
|
dé V;IPFV;SBJV;SG;3;PST
dé V;IPFV;IND;SG;2;PST
dé V;IND;SG;1;FUT
dé V;IPFV;SBJV;PL;1;PST
dé V;IPFV;SBJV;PL;2;PST
dé V;IPFV;IND;PL;2;PST
dé V;SBJV;SG;3;PRS
dé V;SBJV;PL;3;PRS
dé V;NFIN;SG;2
dé V;IND;PL;1;FUT
dé V;IPFV;SBJV;SG;2;PST
dé V;SBJV;SG;1;PRS
dé V;IND;SG;2;PRS
dé V;IPFV;IND;PL;1;PST
dé V;IPFV;SBJV;PL;3;PST
dé V;IND;SG;3;PRS
dé V;IND;PL;3;PRS
dé V;IND;PL;2;FUT
dé V;SBJV;PL;2;PRS
dé V;SBJV;PL;1;PRS
dé V;IPFV;SBJV;SG;1;PST
dé V;NFIN;PL;2
dé V;NFIN;LGSPEC2
dé V;IND;PL;3;FUT
dé V;IND;PL;2;PRS
dé V;IPFV;IND;PL;3;PST
dé V;IPFV;IND;SG;1;PST
dé V;IND;SG;3;FUT
dé V;IND;SG;1;PRS
dé V;IPFV;IND;SG;3;PST
dé V;IND;SG;2;FUT
dé V;SBJV;SG;2;PRS
dé V;IND;PL;1;PRS
dé V;NFIN;LGSPEC1
fisser V;IPFV;SBJV;PL;1;PST
fisser V;SBJV;SG;2;PRS;LGSPEC2
fisser V;IPFV;IND;PL;1;PST
fisser V;IND;SG;1;FUT
fisser V;IND;SG;3;PRS;LGSPEC3
fisser V;IPFV;IND;SG;1;PST
fisser V;SBJV;PL;1;PRS
fisser V;SBJV;SG;1;PRS;LGSPEC2
fisser V;SBJV;SG;3;PRS;LGSPEC2
fisser V;IND;PL;3;PRS;LGSPEC2
fisser V;IPFV;SBJV;SG;1;PST
fisser V;IND;SG;2;PRS;LGSPEC2
fisser V;IPFV;SBJV;PL;2;PST
fisser V;IND;PL;3;PRS;LGSPEC1
fisser V;SBJV;PL;3;PRS
fisser V;IPFV;SBJV;PL;3;PST
fisser V;IND;SG;1;PRS;LGSPEC1
fisser V;NFIN;SG;2;LGSPEC2
fisser V;IPFV;IND;PL;2;PST
fisser V;IPFV;IND;SG;3;PST
fisser V;NFIN;LGSPEC1
fisser V;NFIN;PL;2
fisser V;SBJV;SG;2;PRS;LGSPEC1
fisser V;IND;PL;2;FUT
fisser V;IND;PL;1;FUT
fisser V;IPFV;SBJV;SG;2;PST
fisser V;SBJV;SG;3;PRS;LGSPEC1
fisser V;IPFV;SBJV;SG;3;PST
fisser V;IPFV;IND;PL;3;PST
fisser V;SBJV;SG;1;PRS;LGSPEC1
fisser V;IND;PL;2;PRS
fisser V;IND;SG;3;PRS;LGSPEC1
fisser V;SBJV;PL;2;PRS
fisser V;NFIN;SG;2;LGSPEC1
fisser V;IND;PL;3;FUT
fisser V;IND;SG;2;PRS;LGSPEC1
fisser V;NFIN;LGSPEC2
fisser V;IPFV;IND;SG;2;PST
fisser V;IND;PL;1;PRS
fisser V;IND;SG;3;PRS;LGSPEC2
fisser V;IND;SG;3;FUT
fisser V;IND;SG;2;FUT
fisser V;IND;SG;1;PRS;LGSPEC2
dormir V;IND;SG;2;PRS;LGSPEC1
dormir V;SBJV;SG;3;PRS;LGSPEC1
dormir V;NFIN;LGSPEC2
dormir V;IPFV;IND;SG;2;PST
dormir V;IND;PL;3;PRS;LGSPEC1
dormir V;IPFV;IND;SG;1;PST
dormir V;IND;SG;3;PRS;LGSPEC2
dormir V;IND;SG;1;PRS;LGSPEC1
dormir V;IND;PL;3;PRS;LGSPEC2
dormir V;IND;PL;2;PRS
dormir V;IPFV;SBJV;SG;1;PST
dormir V;IPFV;IND;SG;3;PST
dormir V;IPFV;SBJV;SG;2;PST
dormir V;IND;PL;1;FUT
dormir V;IPFV;IND;PL;2;PST
dormir V;IPFV;SBJV;PL;1;PST
dormir V;IND;SG;1;PRS;LGSPEC2
dormir V;IND;SG;3;PRS;LGSPEC1
dormir V;IND;PL;2;FUT
dormir V;IND;PL;3;FUT
dormir V;IND;SG;2;FUT
dormir V;IND;SG;3;FUT
dormir V;SBJV;SG;1;PRS;LGSPEC1
dormir V;SBJV;SG;2;PRS;LGSPEC1
dormir V;SBJV;SG;2;PRS;LGSPEC2
dormir V;SBJV;SG;3;PRS;LGSPEC2
dormir V;SBJV;PL;3;PRS;LGSPEC1
dormir V;IPFV;IND;PL;3;PST
dormir V;IPFV;SBJV;SG;3;PST
dormir V;IPFV;SBJV;PL;3;PST
dormir V;SBJV;PL;1;PRS
dormir V;NFIN;PL;2
dormir V;SBJV;PL;3;PRS;LGSPEC2
dormir V;NFIN;SG;2;LGSPEC1
dormir V;IND;SG;1;FUT
dormir V;IND;PL;1;PRS
dormir V;IND;SG;2;PRS;LGSPEC2
dormir V;SBJV;PL;2;PRS
dormir V;SBJV;SG;1;PRS;LGSPEC2
dormir V;IPFV;IND;PL;1;PST
dormir V;NFIN;LGSPEC1
dormir V;NFIN;SG;2;LGSPEC2
dormir V;IPFV;SBJV;PL;2;PST
sporjer V;IPFV;SBJV;SG;3;PST
sporjer V;IPFV;SBJV;SG;2;PST
sporjer V;IND;PL;3;PRS
sporjer V;IND;PL;1;FUT
sporjer V;IND;PL;2;FUT
sporjer V;NFIN;LGSPEC2
sporjer V;SBJV;SG;1;PRS
sporjer V;NFIN;LGSPEC1
sporjer V;IPFV;IND;SG;3;PST
sporjer V;IPFV;IND;SG;2;PST
sporjer V;NFIN;PL;2
sporjer V;IPFV;IND;PL;3;PST
sporjer V;SBJV;SG;3;PRS
sporjer V;NFIN;SG;2
sporjer V;IND;PL;1;PRS
sporjer V;IPFV;SBJV;PL;1;PST
sporjer V;IPFV;IND;SG;1;PST
sporjer V;SBJV;PL;3;PRS
sporjer V;IND;SG;3;FUT
sporjer V;SBJV;PL;1;PRS
sporjer V;IND;PL;3;FUT
sporjer V;IND;SG;2;PRS
sporjer V;IND;SG;3;PRS
sporjer V;IND;SG;2;FUT
sporjer V;IPFV;IND;PL;2;PST
sporjer V;SBJV;PL;2;PRS
sporjer V;IPFV;SBJV;PL;2;PST
sporjer V;IND;SG;1;FUT
sporjer V;IPFV;SBJV;SG;1;PST
sporjer V;IPFV;IND;PL;1;PST
sporjer V;IND;SG;1;PRS
sporjer V;SBJV;SG;2;PRS
sporjer V;IPFV;SBJV;PL;3;PST
sporjer V;IND;PL;2;PRS
reguler V;SBJV;SG;3;PRS;LGSPEC2
reguler V;SBJV;SG;2;PRS;LGSPEC2
reguler V;IPFV;SBJV;SG;3;PST
reguler V;IND;SG;1;FUT
reguler V;IPFV;IND;PL;1;PST
reguler V;IND;PL;2;FUT
reguler V;SBJV;PL;3;PRS
reguler V;IND;SG;3;PRS;LGSPEC1
reguler V;IND;SG;2;PRS;LGSPEC1
reguler V;IPFV;SBJV;PL;1;PST
reguler V;IPFV;IND;SG;1;PST
reguler V;IPFV;SBJV;SG;2;PST
reguler V;SBJV;SG;1;PRS;LGSPEC1
reguler V;NFIN;LGSPEC1
reguler V;IND;PL;1;FUT
reguler V;IND;SG;2;FUT
reguler V;IND;SG;3;PRS;LGSPEC2
reguler V;IND;PL;3;PRS;LGSPEC2
reguler V;SBJV;SG;1;PRS;LGSPEC2
reguler V;IPFV;SBJV;SG;1;PST
reguler V;IND;PL;3;FUT
reguler V;IPFV;SBJV;PL;3;PST
reguler V;NFIN;SG;2;LGSPEC1
reguler V;NFIN;LGSPEC2
reguler V;IND;SG;1;PRS;LGSPEC2
reguler V;SBJV;PL;2;PRS
reguler V;IPFV;IND;SG;2;PST
reguler V;IND;SG;1;PRS;LGSPEC1
reguler V;NFIN;SG;2;LGSPEC2
reguler V;IND;SG;3;PRS;LGSPEC3
reguler V;IPFV;SBJV;PL;2;PST
reguler V;IND;SG;3;FUT
reguler V;SBJV;SG;3;PRS;LGSPEC1
reguler V;IND;PL;1;PRS
reguler V;SBJV;PL;1;PRS
reguler V;IPFV;IND;SG;3;PST
reguler V;IPFV;IND;PL;3;PST
reguler V;IND;PL;2;PRS
reguler V;IND;SG;2;PRS;LGSPEC2
reguler V;NFIN;PL;2
reguler V;IND;PL;3;PRS;LGSPEC1
reguler V;SBJV;SG;2;PRS;LGSPEC1
reguler V;IPFV;IND;PL;2;PST
atribuir V;IND;PL;2;PRS
atribuir V;IND;PL;3;FUT
atribuir V;IND;SG;2;FUT
atribuir V;IPFV;SBJV;SG;1;PST
atribuir V;NFIN;PL;2
atribuir V;NFIN;SG;2;LGSPEC1
atribuir V;IPFV;SBJV;PL;2;PST
atribuir V;IND;SG;2;PRS;LGSPEC1
atribuir V;IPFV;IND;SG;1;PST
atribuir V;IPFV;SBJV;PL;1;PST
atribuir V;IPFV;SBJV;SG;2;PST
atribuir V;IPFV;IND;PL;3;PST
atribuir V;IND;PL;2;FUT
atribuir V;SBJV;SG;3;PRS;LGSPEC2
atribuir V;IND;PL;1;PRS
atribuir V;IND;PL;1;FUT
atribuir V;IPFV;SBJV;PL;3;PST
atribuir V;IPFV;SBJV;SG;3;PST
atribuir V;IND;SG;3;PRS;LGSPEC1
atribuir V;IPFV;IND;SG;3;PST
atribuir V;IND;SG;1;PRS;LGSPEC1
atribuir V;IND;SG;2;PRS;LGSPEC2
atribuir V;IND;SG;3;PRS;LGSPEC2
atribuir V;NFIN;LGSPEC2
atribuir V;IND;PL;3;PRS;LGSPEC2
atribuir V;IND;SG;1;PRS;LGSPEC2
atribuir V;NFIN;LGSPEC1
atribuir V;SBJV;SG;3;PRS;LGSPEC1
atribuir V;SBJV;SG;2;PRS;LGSPEC2
atribuir V;SBJV;SG;1;PRS;LGSPEC2
atribuir V;SBJV;SG;1;PRS;LGSPEC1
atribuir V;SBJV;SG;2;PRS;LGSPEC1
atribuir V;SBJV;PL;3;PRS;LGSPEC2
atribuir V;NFIN;SG;2;LGSPEC2
atribuir V;IPFV;IND;SG;2;PST
atribuir V;IND;SG;1;FUT
atribuir V;SBJV;PL;3;PRS;LGSPEC1
atribuir V;IND;PL;3;PRS;LGSPEC1
atribuir V;IPFV;IND;PL;2;PST
atribuir V;IPFV;IND;PL;1;PST
atribuir V;SBJV;PL;1;PRS
atribuir V;SBJV;PL;2;PRS
atribuir V;IND;SG;3;FUT
urganiser V;IND;SG;2;PRS;LGSPEC2
urganiser V;IPFV;IND;PL;1;PST
urganiser V;NFIN;SG;2;LGSPEC2
urganiser V;NFIN;PL;2
urganiser V;IND;PL;3;PRS;LGSPEC2
urganiser V;IND;PL;2;FUT
urganiser V;SBJV;SG;2;PRS;LGSPEC2
urganiser V;IND;SG;3;PRS;LGSPEC2
urganiser V;IPFV;IND;SG;3;PST
urganiser V;IND;PL;2;PRS
urganiser V;IPFV;SBJV;PL;3;PST
urganiser V;IPFV;IND;SG;2;PST
urganiser V;IND;SG;2;PRS;LGSPEC1
urganiser V;SBJV;SG;1;PRS;LGSPEC2
urganiser V;IND;SG;3;PRS;LGSPEC1
urganiser V;IPFV;IND;PL;2;PST
urganiser V;SBJV;PL;3;PRS
urganiser V;NFIN;SG;2;LGSPEC1
urganiser V;SBJV;SG;3;PRS;LGSPEC2
urganiser V;SBJV;SG;1;PRS;LGSPEC1
urganiser V;IPFV;SBJV;SG;1;PST
urganiser V;NFIN;LGSPEC1
urganiser V;SBJV;PL;1;PRS
urganiser V;IND;SG;1;FUT
urganiser V;IPFV;SBJV;SG;2;PST
urganiser V;IPFV;IND;PL;3;PST
urganiser V;IND;PL;3;FUT
urganiser V;SBJV;SG;2;PRS;LGSPEC1
urganiser V;IPFV;IND;SG;1;PST
urganiser V;SBJV;PL;2;PRS
urganiser V;IPFV;SBJV;PL;1;PST
urganiser V;IND;SG;1;PRS;LGSPEC1
urganiser V;IND;SG;3;PRS;LGSPEC3
urganiser V;IND;SG;3;FUT
urganiser V;IND;PL;3;PRS;LGSPEC1
urganiser V;IND;SG;1;PRS;LGSPEC2
urganiser V;IPFV;SBJV;SG;3;PST
urganiser V;SBJV;SG;3;PRS;LGSPEC1
urganiser V;NFIN;LGSPEC2
urganiser V;IND;SG;2;FUT
urganiser V;IND;PL;1;PRS
urganiser V;IPFV;SBJV;PL;2;PST
urganiser V;IND;PL;1;FUT
afermer V;IND;SG;3;PRS;LGSPEC1
afermer V;IND;SG;2;FUT
afermer V;IND;SG;1;PRS;LGSPEC2
afermer V;IPFV;SBJV;PL;1;PST
afermer V;IND;SG;3;PRS;LGSPEC2
afermer V;IPFV;SBJV;PL;2;PST
afermer V;SBJV;PL;1;PRS
afermer V;IPFV;IND;PL;2;PST
afermer V;IND;PL;1;FUT
afermer V;NFIN;LGSPEC1
afermer V;NFIN;PL;2
afermer V;SBJV;SG;3;PRS;LGSPEC2
afermer V;IPFV;IND;SG;2;PST
afermer V;IND;PL;3;PRS;LGSPEC2
afermer V;IPFV;IND;PL;1;PST
afermer V;IPFV;SBJV;SG;2;PST
afermer V;NFIN;SG;2;LGSPEC2
afermer V;NFIN;LGSPEC2
afermer V;IND;SG;1;FUT
afermer V;IND;PL;2;FUT
afermer V;IND;SG;2;PRS;LGSPEC1
afermer V;SBJV;SG;1;PRS;LGSPEC1
afermer V;SBJV;SG;1;PRS;LGSPEC2
afermer V;SBJV;SG;3;PRS;LGSPEC1
afermer V;SBJV;PL;3;PRS
afermer V;IND;PL;3;PRS;LGSPEC1
afermer V;SBJV;PL;2;PRS
afermer V;IND;PL;1;PRS
afermer V;IPFV;IND;SG;3;PST
afermer V;IND;SG;3;FUT
afermer V;IPFV;IND;PL;3;PST
afermer V;SBJV;SG;2;PRS;LGSPEC1
afermer V;IND;PL;3;FUT
afermer V;IPFV;SBJV;SG;1;PST
afermer V;IND;SG;3;PRS;LGSPEC3
afermer V;IND;SG;1;PRS;LGSPEC1
afermer V;IPFV;IND;SG;1;PST
afermer V;SBJV;SG;2;PRS;LGSPEC2
afermer V;NFIN;SG;2;LGSPEC1
afermer V;IPFV;SBJV;SG;3;PST
afermer V;IND;SG;2;PRS;LGSPEC2
afermer V;IND;PL;2;PRS
afermer V;IPFV;SBJV;PL;3;PST
reverir V;IND;SG;3;PRS;LGSPEC1
reverir V;IPFV;IND;PL;1;PST
reverir V;IND;SG;3;PRS;LGSPEC2
reverir V;IND;SG;3;FUT
reverir V;NFIN;SG;2;LGSPEC2
reverir V;SBJV;PL;3;PRS;LGSPEC1
reverir V;IPFV;SBJV;PL;1;PST
reverir V;IND;SG;2;FUT
reverir V;IND;PL;3;PRS;LGSPEC2
reverir V;IPFV;SBJV;SG;2;PST
reverir V;NFIN;PL;2
reverir V;IPFV;IND;PL;3;PST
reverir V;IND;SG;1;FUT
reverir V;IND;PL;2;PRS
reverir V;SBJV;SG;3;PRS;LGSPEC2
reverir V;IPFV;SBJV;SG;1;PST
reverir V;IND;SG;2;PRS;LGSPEC1
reverir V;SBJV;PL;1;PRS
reverir V;NFIN;SG;2;LGSPEC1
reverir V;SBJV;SG;2;PRS;LGSPEC2
reverir V;SBJV;SG;1;PRS;LGSPEC1
reverir V;SBJV;PL;2;PRS
reverir V;IPFV;IND;PL;2;PST
reverir V;NFIN;LGSPEC1
reverir V;IND;PL;3;FUT
reverir V;IND;PL;2;FUT
reverir V;IND;PL;1;FUT
reverir V;NFIN;LGSPEC2
reverir V;IPFV;IND;SG;3;PST
reverir V;IPFV;SBJV;PL;3;PST
reverir V;SBJV;SG;2;PRS;LGSPEC1
reverir V;IPFV;IND;SG;1;PST
reverir V;SBJV;PL;3;PRS;LGSPEC2
reverir V;SBJV;SG;1;PRS;LGSPEC2
reverir V;SBJV;SG;3;PRS;LGSPEC1
reverir V;IPFV;IND;SG;2;PST
reverir V;IND;SG;1;PRS;LGSPEC1
reverir V;IPFV;SBJV;SG;3;PST
reverir V;IND;PL;1;PRS
reverir V;IND;PL;3;PRS;LGSPEC1
reverir V;IND;SG;2;PRS;LGSPEC2
reverir V;IPFV;SBJV;PL;2;PST
reverir V;IND;SG;1;PRS;LGSPEC2
delibrer V;IND;SG;2;PRS;LGSPEC1
delibrer V;NFIN;PL;2
delibrer V;IPFV;IND;PL;2;PST
delibrer V;NFIN;SG;2;LGSPEC1
delibrer V;IND;SG;3;PRS;LGSPEC2
delibrer V;SBJV;PL;3;PRS
delibrer V;IPFV;IND;PL;1;PST
delibrer V;IND;SG;1;FUT
delibrer V;SBJV;SG;2;PRS;LGSPEC2
delibrer V;NFIN;LGSPEC1
delibrer V;IND;PL;1;FUT
delibrer V;IPFV;IND;PL;3;PST
delibrer V;IPFV;SBJV;PL;3;PST
delibrer V;IPFV;IND;SG;3;PST
delibrer V;IPFV;IND;SG;1;PST
delibrer V;IND;PL;2;FUT
delibrer V;SBJV;SG;3;PRS;LGSPEC1
delibrer V;SBJV;PL;2;PRS
delibrer V;IND;SG;2;PRS;LGSPEC2
delibrer V;IND;PL;3;PRS;LGSPEC1
delibrer V;SBJV;SG;3;PRS;LGSPEC2
delibrer V;IND;PL;3;FUT
delibrer V;SBJV;SG;2;PRS;LGSPEC1
delibrer V;IND;PL;3;PRS;LGSPEC2
delibrer V;IPFV;SBJV;PL;1;PST
delibrer V;IPFV;SBJV;SG;2;PST
delibrer V;IND;SG;3;PRS;LGSPEC1
delibrer V;NFIN;SG;2;LGSPEC2
delibrer V;IND;SG;1;PRS;LGSPEC2
delibrer V;NFIN;LGSPEC2
delibrer V;IPFV;SBJV;SG;1;PST
delibrer V;IND;PL;2;PRS
delibrer V;SBJV;PL;1;PRS
delibrer V;SBJV;SG;1;PRS;LGSPEC2
delibrer V;IND;PL;1;PRS
delibrer V;SBJV;SG;1;PRS;LGSPEC1
delibrer V;IPFV;IND;SG;2;PST
delibrer V;IND;SG;3;PRS;LGSPEC3
delibrer V;IPFV;SBJV;SG;3;PST
delibrer V;IND;SG;2;FUT
delibrer V;IND;SG;3;FUT
delibrer V;IPFV;SBJV;PL;2;PST
delibrer V;IND;SG;1;PRS;LGSPEC1
dovei V;IND;PL;1;PRS
dovei V;IPFV;SBJV;PL;2;PST;LGSPEC1
dovei V;IND;SG;2;PRS
dovei V;IND;SG;1;FUT
dovei V;IND;SG;3;PRS
dovei V;IPFV;SBJV;SG;3;PST;LGSPEC1
dovei V;IND;SG;2;FUT
dovei V;IND;PL;2;FUT
dovei V;SBJV;PL;1;PRS
dovei V;IPFV;IND;PL;2;PST;LGSPEC1
dovei V;NFIN;LGSPEC2
dovei V;IPFV;IND;SG;3;PST;LGSPEC2
dovei V;IPFV;SBJV;PL;3;PST;LGSPEC1
dovei V;IPFV;IND;SG;1;PST;LGSPEC1
dovei V;IND;PL;1;FUT
dovei V;NFIN;LGSPEC1
dovei V;SBJV;SG;3;PRS
dovei V;IPFV;SBJV;SG;1;PST;LGSPEC2
dovei V;IPFV;SBJV;PL;2;PST;LGSPEC2
dovei V;IPFV;IND;PL;3;PST;LGSPEC2
dovei V;IPFV;IND;SG;2;PST;LGSPEC1
dovei V;IPFV;IND;SG;2;PST;LGSPEC2
dovei V;SBJV;PL;2;PRS
dovei V;IPFV;IND;PL;2;PST;LGSPEC2
dovei V;IPFV;SBJV;SG;3;PST;LGSPEC2
dovei V;IPFV;SBJV;SG;1;PST;LGSPEC1
dovei V;IND;SG;1;PRS
dovei V;IPFV;SBJV;PL;1;PST;LGSPEC1
dovei V;IND;PL;3;FUT
dovei V;IPFV;SBJV;PL;1;PST;LGSPEC2
dovei V;IND;PL;3;PRS
dovei V;IPFV;IND;PL;1;PST;LGSPEC2
dovei V;IPFV;IND;SG;3;PST;LGSPEC1
dovei V;SBJV;PL;3;PRS
dovei V;SBJV;SG;2;PRS
dovei V;IPFV;IND;PL;3;PST;LGSPEC1
dovei V;IPFV;SBJV;PL;3;PST;LGSPEC2
dovei V;SBJV;SG;1;PRS
dovei V;IND;SG;3;FUT
dovei V;IPFV;IND;PL;1;PST;LGSPEC1
dovei V;IPFV;SBJV;SG;2;PST;LGSPEC1
dovei V;IPFV;IND;SG;1;PST;LGSPEC2
dovei V;IPFV;SBJV;SG;2;PST;LGSPEC2
dovei V;IND;PL;2;PRS
ressolver V;SBJV;SG;3;PRS;LGSPEC2
ressolver V;IPFV;IND;SG;2;PST
ressolver V;IPFV;SBJV;SG;2;PST
ressolver V;IND;SG;1;FUT
ressolver V;IND;PL;1;PRS
ressolver V;SBJV;SG;1;PRS;LGSPEC2
ressolver V;IND;SG;3;FUT
ressolver V;SBJV;PL;1;PRS
ressolver V;IND;SG;3;PRS;LGSPEC2
ressolver V;IND;PL;3;PRS;LGSPEC2
ressolver V;IPFV;SBJV;PL;3;PST
ressolver V;IND;SG;2;PRS;LGSPEC2
ressolver V;IPFV;SBJV;PL;2;PST
ressolver V;IND;SG;2;PRS;LGSPEC1
ressolver V;NFIN;LGSPEC2
ressolver V;SBJV;SG;2;PRS;LGSPEC2
ressolver V;IND;PL;3;PRS;LGSPEC1
ressolver V;IND;PL;3;FUT
ressolver V;IPFV;IND;SG;1;PST
ressolver V;IPFV;SBJV;SG;1;PST
ressolver V;IND;SG;1;PRS;LGSPEC2
ressolver V;SBJV;PL;2;PRS
ressolver V;IPFV;IND;SG;3;PST
ressolver V;IND;SG;3;PRS;LGSPEC1
ressolver V;NFIN;PL;2
ressolver V;IND;PL;1;FUT
ressolver V;NFIN;SG;2;LGSPEC2
ressolver V;SBJV;PL;3;PRS
ressolver V;IND;SG;2;FUT
ressolver V;SBJV;SG;1;PRS;LGSPEC1
ressolver V;NFIN;SG;2;LGSPEC1
ressolver V;IND;SG;1;PRS;LGSPEC1
ressolver V;SBJV;SG;3;PRS;LGSPEC1
ressolver V;IPFV;IND;PL;2;PST
ressolver V;IPFV;SBJV;SG;3;PST
ressolver V;IPFV;IND;PL;3;PST
ressolver V;IND;PL;2;FUT
ressolver V;IND;SG;3;PRS;LGSPEC3
ressolver V;SBJV;SG;2;PRS;LGSPEC1
ressolver V;IPFV;IND;PL;1;PST
ressolver V;NFIN;LGSPEC1
ressolver V;IND;PL;2;PRS
ressolver V;IPFV;SBJV;PL;1;PST
finanzier V;IND;PL;3;FUT
finanzier V;NFIN;LGSPEC2
finanzier V;SBJV;PL;1;PRS
finanzier V;SBJV;PL;3;PRS
finanzier V;IND;SG;3;PRS;LGSPEC3
finanzier V;IPFV;SBJV;PL;3;PST
finanzier V;IPFV;SBJV;SG;3;PST
finanzier V;IND;SG;1;PRS;LGSPEC1
finanzier V;NFIN;PL;2
finanzier V;IPFV;IND;SG;2;PST
finanzier V;IPFV;SBJV;PL;2;PST
finanzier V;IND;PL;2;FUT
finanzier V;NFIN;SG;2;LGSPEC2
finanzier V;IPFV;IND;PL;2;PST
finanzier V;IND;SG;3;PRS;LGSPEC2
finanzier V;SBJV;SG;2;PRS;LGSPEC1
finanzier V;IND;SG;3;FUT
finanzier V;IPFV;IND;SG;1;PST
finanzier V;IND;PL;1;PRS
finanzier V;IND;PL;1;FUT
finanzier V;SBJV;SG;3;PRS;LGSPEC1
finanzier V;IND;SG;1;PRS;LGSPEC2
finanzier V;IPFV;SBJV;SG;2;PST
finanzier V;IPFV;IND;SG;3;PST
finanzier V;SBJV;PL;2;PRS
finanzier V;SBJV;SG;2;PRS;LGSPEC2
finanzier V;IPFV;SBJV;PL;1;PST
finanzier V;NFIN;LGSPEC1
finanzier V;IPFV;IND;PL;3;PST
finanzier V;IND;PL;2;PRS
finanzier V;IND;SG;3;PRS;LGSPEC1
finanzier V;SBJV;SG;1;PRS;LGSPEC1
finanzier V;IND;SG;2;PRS;LGSPEC2
finanzier V;IND;PL;3;PRS;LGSPEC2
finanzier V;IPFV;IND;PL;1;PST
finanzier V;SBJV;SG;3;PRS;LGSPEC2
finanzier V;IND;SG;2;FUT
finanzier V;SBJV;SG;1;PRS;LGSPEC2
finanzier V;NFIN;SG;2;LGSPEC1
finanzier V;IND;SG;2;PRS;LGSPEC1
finanzier V;IND;SG;1;FUT
finanzier V;IPFV;SBJV;SG;1;PST
finanzier V;IND;PL;3;PRS;LGSPEC1
mirer V;NFIN;LGSPEC1
mirer V;SBJV;SG;3;PRS;LGSPEC2
mirer V;IPFV;IND;PL;1;PST
mirer V;IND;SG;3;PRS;LGSPEC2
mirer V;SBJV;SG;1;PRS;LGSPEC2
mirer V;IND;SG;2;PRS;LGSPEC2
mirer V;IPFV;SBJV;PL;1;PST
mirer V;IND;SG;1;PRS;LGSPEC1
mirer V;SBJV;PL;3;PRS
mirer V;IPFV;SBJV;SG;1;PST
mirer V;SBJV;SG;2;PRS;LGSPEC1
mirer V;IND;SG;3;PRS;LGSPEC3
mirer V;IND;PL;1;FUT
mirer V;IND;SG;1;PRS;LGSPEC2
mirer V;NFIN;SG;2;LGSPEC1
mirer V;IPFV;IND;SG;3;PST
mirer V;IPFV;SBJV;PL;3;PST
mirer V;IPFV;IND;SG;1;PST
mirer V;IND;PL;3;PRS;LGSPEC1
mirer V;SBJV;SG;3;PRS;LGSPEC1
mirer V;IND;SG;3;PRS;LGSPEC1
mirer V;SBJV;PL;2;PRS
mirer V;IPFV;SBJV;PL;2;PST
mirer V;IND;SG;3;FUT
mirer V;IND;SG;2;FUT
mirer V;IND;PL;2;FUT
mirer V;IND;PL;1;PRS
mirer V;IND;PL;2;PRS
mirer V;SBJV;SG;1;PRS;LGSPEC1
mirer V;IND;PL;3;FUT
mirer V;IPFV;IND;PL;2;PST
mirer V;NFIN;SG;2;LGSPEC2
mirer V;SBJV;SG;2;PRS;LGSPEC2
mirer V;IPFV;IND;SG;2;PST
mirer V;IPFV;SBJV;SG;3;PST
mirer V;IND;SG;1;FUT
mirer V;IPFV;SBJV;SG;2;PST
mirer V;IND;SG;2;PRS;LGSPEC1
mirer V;IND;PL;3;PRS;LGSPEC2
mirer V;NFIN;PL;2
mirer V;NFIN;LGSPEC2
mirer V;SBJV;PL;1;PRS
mirer V;IPFV;IND;PL;3;PST
remplazer V;IND;SG;3;PRS;LGSPEC1
remplazer V;IPFV;IND;SG;1;PST
remplazer V;IND;SG;3;FUT
remplazer V;SBJV;SG;2;PRS;LGSPEC1
remplazer V;IND;PL;1;PRS
remplazer V;IPFV;SBJV;SG;2;PST
remplazer V;NFIN;SG;2;LGSPEC2
remplazer V;IND;PL;3;PRS;LGSPEC2
remplazer V;NFIN;LGSPEC2
remplazer V;IND;SG;2;PRS;LGSPEC1
remplazer V;SBJV;SG;3;PRS;LGSPEC1
remplazer V;IPFV;IND;SG;2;PST
remplazer V;IND;SG;2;FUT
remplazer V;IPFV;IND;PL;3;PST
remplazer V;IND;SG;1;PRS;LGSPEC2
remplazer V;SBJV;SG;1;PRS;LGSPEC2
remplazer V;IPFV;SBJV;SG;1;PST
remplazer V;IND;SG;1;PRS;LGSPEC1
remplazer V;SBJV;PL;2;PRS
remplazer V;IPFV;SBJV;PL;3;PST
remplazer V;NFIN;LGSPEC1
remplazer V;NFIN;SG;2;LGSPEC1
remplazer V;IND;SG;1;FUT
remplazer V;IPFV;IND;SG;3;PST
remplazer V;IND;SG;2;PRS;LGSPEC2
remplazer V;SBJV;SG;2;PRS;LGSPEC2
remplazer V;IND;PL;3;PRS;LGSPEC1
remplazer V;IND;PL;1;FUT
remplazer V;IPFV;IND;PL;2;PST
remplazer V;NFIN;PL;2
remplazer V;IPFV;IND;PL;1;PST
remplazer V;IND;SG;3;PRS;LGSPEC3
remplazer V;SBJV;PL;1;PRS
remplazer V;SBJV;PL;3;PRS
remplazer V;IPFV;SBJV;PL;1;PST
remplazer V;IND;PL;2;PRS
remplazer V;IPFV;SBJV;SG;3;PST
remplazer V;SBJV;SG;1;PRS;LGSPEC1
remplazer V;IND;PL;2;FUT
remplazer V;IND;PL;3;FUT
remplazer V;SBJV;SG;3;PRS;LGSPEC2
remplazer V;IPFV;SBJV;PL;2;PST
remplazer V;IND;SG;3;PRS;LGSPEC2
corompe V;IPFV;IND;PL;1;PST
corompe V;SBJV;SG;1;PRS
corompe V;IND;PL;1;FUT
corompe V;IND;SG;3;FUT
corompe V;IND;SG;1;PRS
corompe V;IND;PL;3;PRS
corompe V;IND;SG;1;FUT
corompe V;IPFV;SBJV;PL;3;PST
corompe V;IPFV;IND;SG;3;PST
corompe V;IPFV;SBJV;SG;2;PST
corompe V;NFIN;PL;2
corompe V;SBJV;SG;3;PRS
corompe V;IND;SG;3;PRS
corompe V;IPFV;IND;PL;3;PST
corompe V;NFIN;LGSPEC1
corompe V;IND;PL;2;FUT
corompe V;SBJV;PL;3;PRS
corompe V;NFIN;SG;2
corompe V;IPFV;SBJV;SG;1;PST
corompe V;IND;PL;1;PRS
corompe V;SBJV;SG;2;PRS
corompe V;IPFV;IND;SG;1;PST
corompe V;SBJV;PL;1;PRS
corompe V;IND;SG;2;PRS
corompe V;IND;PL;3;FUT
corompe V;IND;PL;2;PRS
corompe V;IPFV;SBJV;PL;1;PST
corompe V;SBJV;PL;2;PRS
corompe V;IPFV;IND;PL;2;PST
corompe V;IPFV;IND;SG;2;PST
corompe V;IND;SG;2;FUT
corompe V;NFIN;LGSPEC2
corompe V;IPFV;SBJV;PL;2;PST
corompe V;IPFV;SBJV;SG;3;PST
seurander V;IND;PL;2;PRS
seurander V;IPFV;IND;PL;3;PST
seurander V;IND;SG;3;PRS;LGSPEC1
seurander V;SBJV;SG;3;PRS;LGSPEC1
seurander V;IPFV;IND;SG;3;PST
seurander V;IPFV;SBJV;SG;1;PST
seurander V;NFIN;LGSPEC2
seurander V;IPFV;SBJV;SG;2;PST
seurander V;IND;SG;3;PRS;LGSPEC3
seurander V;SBJV;SG;2;PRS;LGSPEC2
seurander V;IND;SG;3;PRS;LGSPEC2
seurander V;IND;SG;3;FUT
seurander V;NFIN;SG;2;LGSPEC2
seurander V;SBJV;SG;1;PRS;LGSPEC2
seurander V;IPFV;SBJV;PL;2;PST
seurander V;IPFV;IND;PL;2;PST
seurander V;IND;SG;2;PRS;LGSPEC1
seurander V;SBJV;PL;3;PRS
seurander V;NFIN;LGSPEC1
seurander V;IPFV;IND;SG;1;PST
seurander V;IND;SG;1;PRS;LGSPEC2
seurander V;IND;PL;3;FUT
seurander V;IND;SG;2;PRS;LGSPEC2
seurander V;SBJV;SG;2;PRS;LGSPEC1
seurander V;NFIN;SG;2;LGSPEC1
seurander V;NFIN;PL;2
seurander V;IND;SG;1;FUT
seurander V;IPFV;SBJV;SG;3;PST
seurander V;IPFV;IND;SG;2;PST
seurander V;IND;PL;1;PRS
seurander V;IPFV;SBJV;PL;1;PST
seurander V;IND;SG;1;PRS;LGSPEC1
seurander V;IPFV;IND;PL;1;PST
seurander V;IND;SG;2;FUT
seurander V;IND;PL;3;PRS;LGSPEC2
seurander V;SBJV;PL;1;PRS
seurander V;SBJV;SG;3;PRS;LGSPEC2
seurander V;IND;PL;1;FUT
seurander V;IND;PL;2;FUT
seurander V;SBJV;SG;1;PRS;LGSPEC1
seurander V;IND;PL;3;PRS;LGSPEC1
seurander V;SBJV;PL;2;PRS
seurander V;IPFV;SBJV;PL;3;PST
autoriser V;NFIN;LGSPEC1
autoriser V;IPFV;IND;PL;1;PST
autoriser V;SBJV;SG;2;PRS;LGSPEC2
autoriser V;IND;SG;3;PRS;LGSPEC3
autoriser V;IPFV;SBJV;PL;2;PST
autoriser V;NFIN;SG;2;LGSPEC1
autoriser V;IPFV;SBJV;PL;1;PST
autoriser V;SBJV;SG;3;PRS;LGSPEC1
autoriser V;IPFV;IND;SG;2;PST
autoriser V;IND;PL;3;PRS;LGSPEC1
autoriser V;SBJV;PL;2;PRS
autoriser V;IND;SG;2;FUT
autoriser V;IND;SG;3;PRS;LGSPEC1
autoriser V;SBJV;SG;2;PRS;LGSPEC1
autoriser V;IPFV;IND;SG;3;PST
autoriser V;IND;SG;2;PRS;LGSPEC2
autoriser V;IND;SG;1;PRS;LGSPEC2
autoriser V;NFIN;PL;2
autoriser V;IND;PL;1;FUT
autoriser V;IND;PL;3;FUT
autoriser V;IND;SG;3;FUT
autoriser V;IPFV;SBJV;SG;1;PST
autoriser V;IND;PL;1;PRS
autoriser V;SBJV;PL;3;PRS
autoriser V;SBJV;PL;1;PRS
autoriser V;SBJV;SG;3;PRS;LGSPEC2
autoriser V;SBJV;SG;1;PRS;LGSPEC2
autoriser V;IPFV;SBJV;SG;3;PST
autoriser V;IPFV;IND;PL;3;PST
autoriser V;NFIN;LGSPEC2
autoriser V;IND;PL;2;PRS
autoriser V;SBJV;SG;1;PRS;LGSPEC1
autoriser V;IPFV;SBJV;SG;2;PST
autoriser V;IPFV;IND;SG;1;PST
autoriser V;IPFV;SBJV;PL;3;PST
autoriser V;IND;SG;1;FUT
autoriser V;IND;PL;2;FUT
autoriser V;IND;PL;3;PRS;LGSPEC2
autoriser V;IND;SG;2;PRS;LGSPEC1
autoriser V;IPFV;IND;PL;2;PST
autoriser V;IND;SG;3;PRS;LGSPEC2
autoriser V;IND;SG;1;PRS;LGSPEC1
autoriser V;NFIN;SG;2;LGSPEC2
stipuler V;IPFV;SBJV;PL;1;PST
stipuler V;IPFV;SBJV;PL;2;PST
stipuler V;IND;SG;3;PRS;LGSPEC1
stipuler V;IPFV;SBJV;SG;1;PST
stipuler V;IND;SG;2;PRS;LGSPEC1
stipuler V;NFIN;SG;2;LGSPEC2
stipuler V;IND;SG;1;PRS;LGSPEC1
stipuler V;IPFV;IND;SG;2;PST
stipuler V;IND;SG;1;PRS;LGSPEC2
stipuler V;IND;PL;2;FUT
stipuler V;IPFV;IND;PL;3;PST
stipuler V;SBJV;PL;1;PRS
stipuler V;IND;SG;2;FUT
stipuler V;IPFV;IND;PL;1;PST
stipuler V;IPFV;SBJV;SG;3;PST
stipuler V;IPFV;SBJV;PL;3;PST
stipuler V;IPFV;IND;SG;1;PST
stipuler V;IND;SG;3;FUT
stipuler V;SBJV;PL;3;PRS
stipuler V;SBJV;SG;3;PRS;LGSPEC1
stipuler V;SBJV;SG;2;PRS;LGSPEC2
stipuler V;IPFV;IND;PL;2;PST
stipuler V;IPFV;SBJV;SG;2;PST
stipuler V;NFIN;LGSPEC1
stipuler V;NFIN;LGSPEC2
stipuler V;IND;SG;3;PRS;LGSPEC3
stipuler V;SBJV;SG;1;PRS;LGSPEC2
stipuler V;IND;SG;3;PRS;LGSPEC2
stipuler V;IND;SG;2;PRS;LGSPEC2
stipuler V;IND;PL;1;FUT
stipuler V;SBJV;PL;2;PRS
stipuler V;IND;SG;1;FUT
stipuler V;IPFV;IND;SG;3;PST
stipuler V;NFIN;PL;2
stipuler V;IND;PL;3;FUT
stipuler V;IND;PL;2;PRS
stipuler V;IND;PL;3;PRS;LGSPEC1
stipuler V;IND;PL;3;PRS;LGSPEC2
stipuler V;NFIN;SG;2;LGSPEC1
stipuler V;IND;PL;1;PRS
stipuler V;SBJV;SG;2;PRS;LGSPEC1
stipuler V;SBJV;SG;3;PRS;LGSPEC2
stipuler V;SBJV;SG;1;PRS;LGSPEC1
nascer V;IPFV;IND;PL;1;PST
nascer V;IPFV;SBJV;SG;2;PST
nascer V;NFIN;LGSPEC1
nascer V;IPFV;SBJV;PL;2;PST
nascer V;IPFV;IND;PL;3;PST
nascer V;SBJV;SG;3;PRS
nascer V;IPFV;SBJV;PL;3;PST
nascer V;SBJV;SG;1;PRS
nascer V;NFIN;PL;2
nascer V;IND;PL;1;PRS
nascer V;IND;PL;2;FUT
nascer V;IPFV;SBJV;SG;1;PST
nascer V;IND;SG;2;FUT
nascer V;IND;SG;1;FUT
nascer V;IND;SG;3;FUT
nascer V;IND;PL;1;FUT
nascer V;IPFV;SBJV;PL;1;PST
nascer V;IND;PL;3;FUT
nascer V;IPFV;IND;PL;2;PST
nascer V;IND;SG;1;PRS
nascer V;IND;SG;2;PRS
nascer V;SBJV;PL;1;PRS
nascer V;SBJV;SG;2;PRS
nascer V;SBJV;PL;2;PRS
nascer V;IND;SG;3;PRS
nascer V;NFIN;LGSPEC2
nascer V;IPFV;IND;SG;1;PST
nascer V;NFIN;SG;2
nascer V;SBJV;PL;3;PRS
nascer V;IPFV;SBJV;SG;3;PST
nascer V;IPFV;IND;SG;2;PST
nascer V;IND;PL;3;PRS
nascer V;IPFV;IND;SG;3;PST
nascer V;IND;PL;2;PRS
ndicher V;IPFV;IND;SG;2;PST
ndicher V;IND;SG;3;PRS;LGSPEC1
ndicher V;SBJV;PL;1;PRS
ndicher V;IPFV;IND;PL;3;PST
ndicher V;IND;PL;1;FUT
ndicher V;IPFV;SBJV;SG;1;PST
ndicher V;SBJV;SG;2;PRS;LGSPEC2
ndicher V;IND;SG;2;PRS;LGSPEC2
ndicher V;SBJV;PL;2;PRS
ndicher V;IPFV;IND;PL;1;PST
ndicher V;SBJV;SG;3;PRS;LGSPEC1
ndicher V;IND;SG;1;PRS;LGSPEC2
ndicher V;IND;SG;3;PRS;LGSPEC2
ndicher V;IND;PL;3;FUT
ndicher V;IND;PL;1;PRS
ndicher V;IPFV;SBJV;PL;3;PST
ndicher V;IND;SG;2;FUT
ndicher V;IND;SG;3;PRS;LGSPEC3
ndicher V;IPFV;SBJV;PL;1;PST
ndicher V;SBJV;SG;1;PRS;LGSPEC1
ndicher V;SBJV;SG;1;PRS;LGSPEC2
ndicher V;SBJV;SG;2;PRS;LGSPEC1
ndicher V;IPFV;IND;SG;3;PST
ndicher V;IPFV;IND;PL;2;PST
ndicher V;NFIN;LGSPEC2
ndicher V;IPFV;SBJV;SG;2;PST
ndicher V;IND;SG;1;PRS;LGSPEC1
ndicher V;IND;SG;2;PRS;LGSPEC1
ndicher V;IPFV;IND;SG;1;PST
ndicher V;IPFV;SBJV;PL;2;PST
ndicher V;IND;PL;2;FUT
ndicher V;IND;SG;1;FUT
ndicher V;NFIN;PL;2
ndicher V;IND;PL;3;PRS;LGSPEC1
ndicher V;IND;PL;3;PRS;LGSPEC2
ndicher V;SBJV;PL;3;PRS
ndicher V;NFIN;SG;2;LGSPEC1
ndicher V;IPFV;SBJV;SG;3;PST
ndicher V;NFIN;LGSPEC1
ndicher V;NFIN;SG;2;LGSPEC2
ndicher V;IND;PL;2;PRS
ndicher V;IND;SG;3;FUT
ndicher V;SBJV;SG;3;PRS;LGSPEC2
resserver V;IND;PL;2;PRS
resserver V;NFIN;LGSPEC1
resserver V;IND;PL;2;FUT
resserver V;IND;SG;1;FUT
resserver V;IND;PL;3;PRS;LGSPEC2
resserver V;IND;SG;1;PRS;LGSPEC2
resserver V;SBJV;SG;2;PRS;LGSPEC1
resserver V;IPFV;IND;PL;2;PST
resserver V;SBJV;PL;2;PRS
resserver V;IND;SG;2;FUT
resserver V;IPFV;SBJV;SG;2;PST
resserver V;SBJV;SG;1;PRS;LGSPEC2
resserver V;NFIN;SG;2;LGSPEC1
resserver V;NFIN;PL;2
resserver V;SBJV;PL;3;PRS
resserver V;IPFV;SBJV;PL;1;PST
resserver V;SBJV;SG;2;PRS;LGSPEC2
resserver V;IPFV;SBJV;PL;2;PST
resserver V;IPFV;IND;SG;2;PST
resserver V;SBJV;PL;1;PRS
resserver V;NFIN;LGSPEC2
resserver V;IND;SG;3;FUT
resserver V;IND;PL;3;PRS;LGSPEC1
resserver V;IND;PL;1;FUT
resserver V;IPFV;SBJV;SG;1;PST
resserver V;IND;SG;2;PRS;LGSPEC1
resserver V;IND;SG;2;PRS;LGSPEC2
resserver V;SBJV;SG;1;PRS;LGSPEC1
resserver V;IND;SG;1;PRS;LGSPEC1
resserver V;SBJV;SG;3;PRS;LGSPEC2
resserver V;IND;SG;3;PRS;LGSPEC2
resserver V;IPFV;IND;PL;3;PST
resserver V;IPFV;IND;SG;1;PST
resserver V;SBJV;SG;3;PRS;LGSPEC1
resserver V;IND;PL;1;PRS
resserver V;IND;PL;3;FUT
resserver V;IPFV;IND;PL;1;PST
resserver V;IPFV;IND;SG;3;PST
resserver V;IPFV;SBJV;SG;3;PST
resserver V;NFIN;SG;2;LGSPEC2
resserver V;IND;SG;3;PRS;LGSPEC3
resserver V;IPFV;SBJV;PL;3;PST
resserver V;IND;SG;3;PRS;LGSPEC1
assenier V;IPFV;SBJV;PL;2;PST
assenier V;IND;PL;2;PRS
assenier V;IND;SG;3;PRS;LGSPEC2
assenier V;IND;SG;3;FUT
assenier V;NFIN;LGSPEC2
assenier V;IND;PL;3;FUT
assenier V;SBJV;SG;2;PRS;LGSPEC1
assenier V;NFIN;PL;2
assenier V;SBJV;SG;1;PRS;LGSPEC1
assenier V;NFIN;SG;2;LGSPEC1
assenier V;IPFV;IND;PL;2;PST
assenier V;IPFV;IND;PL;3;PST
assenier V;IND;SG;2;FUT
assenier V;SBJV;PL;2;PRS
assenier V;IPFV;SBJV;SG;2;PST
assenier V;SBJV;SG;1;PRS;LGSPEC2
assenier V;IPFV;SBJV;SG;1;PST
assenier V;IND;SG;3;PRS;LGSPEC3
assenier V;IND;SG;1;FUT
assenier V;IND;SG;2;PRS;LGSPEC2
assenier V;IND;SG;1;PRS;LGSPEC2
assenier V;SBJV;PL;3;PRS
assenier V;SBJV;SG;2;PRS;LGSPEC2
assenier V;IND;PL;1;PRS
assenier V;IND;SG;1;PRS;LGSPEC1
assenier V;IND;PL;3;PRS;LGSPEC2
assenier V;IND;PL;3;PRS;LGSPEC1
assenier V;IND;PL;2;FUT
assenier V;IND;PL;1;FUT
assenier V;IND;SG;3;PRS;LGSPEC1
assenier V;IPFV;IND;PL;1;PST
assenier V;IND;SG;2;PRS;LGSPEC1
assenier V;SBJV;PL;1;PRS
assenier V;NFIN;LGSPEC1
assenier V;IPFV;IND;SG;3;PST
assenier V;SBJV;SG;3;PRS;LGSPEC2
assenier V;IPFV;SBJV;PL;3;PST
assenier V;IPFV;SBJV;SG;3;PST
assenier V;IPFV;IND;SG;1;PST
assenier V;IPFV;SBJV;PL;1;PST
assenier V;SBJV;SG;3;PRS;LGSPEC1
assenier V;IPFV;IND;SG;2;PST
assenier V;NFIN;SG;2;LGSPEC2
istituir V;IND;SG;3;PRS;LGSPEC2
istituir V;SBJV;PL;2;PRS
istituir V;IND;PL;1;PRS
istituir V;SBJV;SG;3;PRS;LGSPEC1
istituir V;SBJV;SG;3;PRS;LGSPEC2
istituir V;IND;PL;2;FUT
istituir V;IND;PL;1;FUT
istituir V;IPFV;SBJV;PL;1;PST
istituir V;NFIN;PL;2
istituir V;IND;SG;1;PRS;LGSPEC1
istituir V;IPFV;IND;PL;3;PST
istituir V;NFIN;LGSPEC2
istituir V;IND;SG;1;PRS;LGSPEC2
istituir V;NFIN;SG;2;LGSPEC1
istituir V;IND;SG;1;FUT
istituir V;IND;SG;2;FUT
istituir V;IND;PL;3;FUT
istituir V;NFIN;SG;2;LGSPEC2
istituir V;IPFV;IND;PL;1;PST
istituir V;IPFV;IND;SG;1;PST
istituir V;IND;PL;2;PRS
istituir V;NFIN;LGSPEC1
istituir V;SBJV;PL;3;PRS;LGSPEC2
istituir V;IPFV;SBJV;PL;3;PST
istituir V;IPFV;SBJV;SG;1;PST
istituir V;SBJV;SG;2;PRS;LGSPEC2
istituir V;SBJV;SG;2;PRS;LGSPEC1
istituir V;SBJV;SG;1;PRS;LGSPEC2
istituir V;IND;SG;3;FUT
istituir V;IND;SG;3;PRS;LGSPEC1
istituir V;IPFV;IND;SG;2;PST
istituir V;IND;PL;3;PRS;LGSPEC1
istituir V;IPFV;IND;PL;2;PST
istituir V;IND;PL;3;PRS;LGSPEC2
istituir V;IPFV;SBJV;PL;2;PST
istituir V;SBJV;SG;1;PRS;LGSPEC1
istituir V;SBJV;PL;1;PRS
istituir V;IND;SG;2;PRS;LGSPEC2
istituir V;IPFV;SBJV;SG;3;PST
istituir V;SBJV;PL;3;PRS;LGSPEC1
istituir V;IPFV;IND;SG;3;PST
istituir V;IND;SG;2;PRS;LGSPEC1
istituir V;IPFV;SBJV;SG;2;PST
depenjer V;IND;SG;1;FUT
depenjer V;IPFV;SBJV;PL;3;PST
depenjer V;NFIN;LGSPEC2
depenjer V;IND;PL;3;PRS
depenjer V;IPFV;IND;PL;1;PST
depenjer V;SBJV;SG;1;PRS
depenjer V;SBJV;PL;3;PRS
depenjer V;IND;SG;3;FUT
depenjer V;IPFV;SBJV;SG;2;PST
depenjer V;SBJV;SG;3;PRS
depenjer V;NFIN;SG;2
depenjer V;IND;SG;1;PRS
depenjer V;SBJV;PL;1;PRS
depenjer V;IPFV;SBJV;PL;2;PST
depenjer V;IPFV;SBJV;SG;3;PST
depenjer V;IND;PL;2;PRS
depenjer V;IND;SG;3;PRS
depenjer V;IPFV;SBJV;PL;1;PST
depenjer V;IPFV;IND;SG;2;PST
depenjer V;IND;PL;1;FUT
depenjer V;IPFV;IND;SG;3;PST
depenjer V;IPFV;IND;PL;3;PST
depenjer V;IND;PL;2;FUT
depenjer V;IND;PL;3;FUT
depenjer V;IND;SG;2;PRS
depenjer V;IPFV;IND;SG;1;PST
depenjer V;IND;SG;2;FUT
depenjer V;SBJV;PL;2;PRS
depenjer V;SBJV;SG;2;PRS
depenjer V;IND;PL;1;PRS
depenjer V;IPFV;SBJV;SG;1;PST
depenjer V;NFIN;LGSPEC1
depenjer V;IPFV;IND;PL;2;PST
depenjer V;NFIN;PL;2
acurder V;SBJV;SG;1;PRS;LGSPEC1
acurder V;SBJV;SG;1;PRS;LGSPEC2
acurder V;IND;PL;1;PRS
acurder V;NFIN;LGSPEC1
acurder V;SBJV;PL;2;PRS
acurder V;IND;PL;3;PRS;LGSPEC2
acurder V;SBJV;SG;2;PRS;LGSPEC2
acurder V;NFIN;SG;2;LGSPEC2
acurder V;IND;SG;1;PRS;LGSPEC1
acurder V;SBJV;SG;2;PRS;LGSPEC1
acurder V;IPFV;IND;SG;2;PST
acurder V;IND;SG;3;PRS;LGSPEC1
acurder V;SBJV;PL;1;PRS
acurder V;IND;SG;2;FUT
acurder V;IPFV;SBJV;PL;2;PST
acurder V;IPFV;IND;PL;1;PST
acurder V;IPFV;SBJV;SG;1;PST
acurder V;IPFV;IND;PL;2;PST
acurder V;IND;SG;1;PRS;LGSPEC2
acurder V;IPFV;IND;SG;3;PST
acurder V;SBJV;PL;3;PRS
acurder V;SBJV;SG;3;PRS;LGSPEC1
acurder V;IND;SG;3;PRS;LGSPEC2
acurder V;IND;SG;3;FUT
acurder V;IND;SG;2;PRS;LGSPEC1
acurder V;IND;PL;2;PRS
acurder V;IND;SG;1;FUT
acurder V;NFIN;PL;2
acurder V;IND;SG;2;PRS;LGSPEC2
acurder V;IPFV;IND;PL;3;PST
acurder V;IPFV;SBJV;PL;3;PST
acurder V;IPFV;IND;SG;1;PST
acurder V;IPFV;SBJV;SG;2;PST
acurder V;IPFV;SBJV;SG;3;PST
acurder V;IND;SG;3;PRS;LGSPEC3
acurder V;IND;PL;3;FUT
acurder V;IND;PL;3;PRS;LGSPEC1
acurder V;IND;PL;1;FUT
acurder V;IND;PL;2;FUT
acurder V;NFIN;LGSPEC2
acurder V;SBJV;SG;3;PRS;LGSPEC2
acurder V;IPFV;SBJV;PL;1;PST
acurder V;NFIN;SG;2;LGSPEC1
educher V;IND;PL;1;PRS
educher V;IPFV;IND;SG;2;PST
educher V;NFIN;LGSPEC2
educher V;IPFV;SBJV;SG;2;PST
educher V;NFIN;SG;2;LGSPEC1
educher V;SBJV;SG;2;PRS;LGSPEC1
educher V;IND;PL;2;PRS
educher V;IPFV;SBJV;SG;1;PST
educher V;IND;PL;2;FUT
educher V;SBJV;SG;3;PRS;LGSPEC2
educher V;SBJV;SG;1;PRS;LGSPEC1
educher V;IND;SG;1;PRS;LGSPEC2
educher V;IPFV;IND;PL;1;PST
educher V;SBJV;PL;2;PRS
educher V;IND;PL;3;FUT
educher V;IND;SG;2;PRS;LGSPEC1
educher V;SBJV;PL;3;PRS
educher V;IND;SG;3;PRS;LGSPEC1
educher V;NFIN;SG;2;LGSPEC2
educher V;SBJV;PL;1;PRS
educher V;IND;SG;3;PRS;LGSPEC2
educher V;IPFV;IND;PL;3;PST
educher V;IND;SG;3;FUT
educher V;IND;SG;3;PRS;LGSPEC3
educher V;IND;PL;3;PRS;LGSPEC2
educher V;IPFV;SBJV;SG;3;PST
educher V;IPFV;SBJV;PL;3;PST
educher V;IPFV;SBJV;PL;1;PST
educher V;IND;SG;2;PRS;LGSPEC2
educher V;SBJV;SG;1;PRS;LGSPEC2
educher V;IPFV;IND;PL;2;PST
educher V;IND;PL;3;PRS;LGSPEC1
educher V;NFIN;PL;2
educher V;IPFV;SBJV;PL;2;PST
educher V;IND;PL;1;FUT
educher V;IND;SG;1;FUT
educher V;SBJV;SG;2;PRS;LGSPEC2
educher V;SBJV;SG;3;PRS;LGSPEC1
educher V;IPFV;IND;SG;1;PST
educher V;IND;SG;2;FUT
educher V;IPFV;IND;SG;3;PST
educher V;NFIN;LGSPEC1
educher V;IND;SG;1;PRS;LGSPEC1
atuer V;IND;SG;1;FUT
atuer V;IND;SG;3;FUT
atuer V;NFIN;LGSPEC2
atuer V;IPFV;SBJV;PL;1;PST
atuer V;IPFV;IND;SG;2;PST
atuer V;SBJV;SG;2;PRS;LGSPEC2
atuer V;SBJV;PL;1;PRS
atuer V;IND;SG;2;PRS;LGSPEC2
atuer V;IPFV;IND;SG;3;PST
atuer V;NFIN;LGSPEC1
atuer V;SBJV;SG;1;PRS;LGSPEC2
atuer V;IND;SG;2;FUT
atuer V;SBJV;SG;3;PRS;LGSPEC2
atuer V;IPFV;SBJV;SG;2;PST
atuer V;IND;PL;3;PRS;LGSPEC1
atuer V;NFIN;SG;2;LGSPEC2
atuer V;IND;PL;3;FUT
atuer V;SBJV;SG;1;PRS;LGSPEC1
atuer V;SBJV;PL;3;PRS
atuer V;NFIN;PL;2
atuer V;IND;SG;2;PRS;LGSPEC1
atuer V;IND;SG;3;PRS;LGSPEC2
atuer V;SBJV;SG;3;PRS;LGSPEC1
atuer V;IND;SG;1;PRS;LGSPEC1
atuer V;IND;PL;2;PRS
atuer V;IND;SG;3;PRS;LGSPEC1
atuer V;IND;PL;3;PRS;LGSPEC2
atuer V;SBJV;SG;2;PRS;LGSPEC1
atuer V;IND;PL;1;FUT
atuer V;IND;SG;3;PRS;LGSPEC3
atuer V;IPFV;IND;PL;1;PST
atuer V;IPFV;SBJV;SG;1;PST
atuer V;IPFV;IND;PL;2;PST
atuer V;IND;SG;1;PRS;LGSPEC2
atuer V;NFIN;SG;2;LGSPEC1
atuer V;IPFV;SBJV;PL;3;PST
atuer V;IND;PL;2;FUT
atuer V;IPFV;SBJV;SG;3;PST
atuer V;IPFV;SBJV;PL;2;PST
atuer V;SBJV;PL;2;PRS
atuer V;IND;PL;1;PRS
atuer V;IPFV;IND;SG;1;PST
atuer V;IPFV;IND;PL;3;PST
comprer V;IND;PL;3;FUT
comprer V;IPFV;SBJV;SG;3;PST
comprer V;SBJV;SG;1;PRS;LGSPEC2
comprer V;SBJV;PL;2;PRS
comprer V;NFIN;LGSPEC2
comprer V;IND;SG;3;PRS;LGSPEC2
comprer V;IPFV;IND;SG;2;PST
comprer V;SBJV;SG;1;PRS;LGSPEC1
comprer V;IND;PL;2;PRS
comprer V;IPFV;IND;PL;3;PST
comprer V;SBJV;SG;3;PRS;LGSPEC1
comprer V;IND;SG;1;FUT
comprer V;SBJV;SG;2;PRS;LGSPEC1
comprer V;IPFV;SBJV;SG;2;PST
comprer V;IND;SG;2;PRS;LGSPEC1
comprer V;IND;SG;3;PRS;LGSPEC3
comprer V;SBJV;PL;1;PRS
comprer V;SBJV;SG;3;PRS;LGSPEC2
comprer V;IPFV;SBJV;PL;3;PST
comprer V;IPFV;SBJV;SG;1;PST
comprer V;NFIN;PL;2
comprer V;IND;SG;3;PRS;LGSPEC1
comprer V;IND;SG;1;PRS;LGSPEC2
comprer V;NFIN;LGSPEC1
comprer V;IPFV;IND;PL;1;PST
comprer V;IND;SG;3;FUT
comprer V;IND;SG;2;PRS;LGSPEC2
comprer V;IPFV;IND;SG;3;PST
comprer V;SBJV;SG;2;PRS;LGSPEC2
comprer V;IND;SG;1;PRS;LGSPEC1
comprer V;IND;PL;3;PRS;LGSPEC2
comprer V;IPFV;SBJV;PL;1;PST
comprer V;IND;SG;2;FUT
comprer V;IND;PL;1;FUT
comprer V;IPFV;IND;SG;1;PST
comprer V;IND;PL;3;PRS;LGSPEC1
comprer V;IPFV;IND;PL;2;PST
comprer V;IND;PL;1;PRS
comprer V;NFIN;SG;2;LGSPEC1
comprer V;IPFV;SBJV;PL;2;PST
comprer V;NFIN;SG;2;LGSPEC2
comprer V;IND;PL;2;FUT
comprer V;SBJV;PL;3;PRS
pronunzier V;NFIN;SG;2;LGSPEC2
pronunzier V;IND;PL;1;FUT
pronunzier V;IND;SG;3;PRS;LGSPEC2
pronunzier V;IND;SG;3;PRS;LGSPEC3
pronunzier V;SBJV;SG;2;PRS;LGSPEC2
pronunzier V;IPFV;SBJV;SG;1;PST
pronunzier V;IPFV;SBJV;PL;1;PST
pronunzier V;IPFV;IND;SG;3;PST
pronunzier V;IPFV;IND;SG;1;PST
pronunzier V;SBJV;SG;1;PRS;LGSPEC2
pronunzier V;IND;SG;3;FUT
pronunzier V;IPFV;IND;PL;3;PST
pronunzier V;IND;PL;3;PRS;LGSPEC2
pronunzier V;IPFV;IND;PL;2;PST
pronunzier V;NFIN;LGSPEC2
pronunzier V;IPFV;IND;PL;1;PST
pronunzier V;IND;SG;1;PRS;LGSPEC1
pronunzier V;IND;SG;1;FUT
pronunzier V;IND;SG;1;PRS;LGSPEC2
pronunzier V;NFIN;PL;2
pronunzier V;IND;PL;3;FUT
pronunzier V;IPFV;SBJV;SG;2;PST
pronunzier V;IND;SG;2;FUT
pronunzier V;IND;PL;2;FUT
pronunzier V;SBJV;PL;2;PRS
pronunzier V;IND;SG;2;PRS;LGSPEC1
pronunzier V;IPFV;SBJV;SG;3;PST
pronunzier V;SBJV;SG;2;PRS;LGSPEC1
pronunzier V;SBJV;SG;1;PRS;LGSPEC1
pronunzier V;SBJV;PL;1;PRS
pronunzier V;SBJV;PL;3;PRS
pronunzier V;IND;PL;2;PRS
pronunzier V;IPFV;SBJV;PL;3;PST
pronunzier V;IND;PL;3;PRS;LGSPEC1
pronunzier V;IPFV;SBJV;PL;2;PST
pronunzier V;IPFV;IND;SG;2;PST
pronunzier V;NFIN;LGSPEC1
pronunzier V;NFIN;SG;2;LGSPEC1
pronunzier V;SBJV;SG;3;PRS;LGSPEC2
pronunzier V;IND;SG;2;PRS;LGSPEC2
pronunzier V;SBJV;SG;3;PRS;LGSPEC1
pronunzier V;IND;PL;1;PRS
pronunzier V;IND;SG;3;PRS;LGSPEC1
njinier V;IPFV;IND;SG;2;PST
njinier V;IND;SG;3;PRS;LGSPEC2
njinier V;IND;PL;3;PRS;LGSPEC1
njinier V;NFIN;SG;2;LGSPEC2
njinier V;IND;SG;2;PRS;LGSPEC2
njinier V;IND;PL;3;FUT
njinier V;SBJV;SG;1;PRS;LGSPEC1
njinier V;IND;SG;3;PRS;LGSPEC3
njinier V;IPFV;SBJV;PL;3;PST
njinier V;SBJV;SG;3;PRS;LGSPEC1
njinier V;IND;SG;3;FUT
njinier V;IND;PL;3;PRS;LGSPEC2
njinier V;IPFV;SBJV;SG;3;PST
njinier V;SBJV;SG;2;PRS;LGSPEC2
njinier V;SBJV;SG;2;PRS;LGSPEC1
njinier V;IPFV;SBJV;SG;1;PST
njinier V;SBJV;PL;1;PRS
njinier V;IPFV;SBJV;SG;2;PST
njinier V;IND;SG;1;PRS;LGSPEC1
njinier V;IPFV;IND;PL;1;PST
njinier V;IND;SG;3;PRS;LGSPEC1
njinier V;NFIN;SG;2;LGSPEC1
njinier V;IND;PL;2;FUT
njinier V;IND;SG;1;FUT
njinier V;IND;PL;2;PRS
njinier V;SBJV;PL;2;PRS
njinier V;SBJV;PL;3;PRS
njinier V;IND;SG;1;PRS;LGSPEC2
njinier V;IND;SG;2;PRS;LGSPEC1
njinier V;IND;PL;1;FUT
njinier V;NFIN;PL;2
njinier V;IND;PL;1;PRS
njinier V;IPFV;IND;SG;3;PST
njinier V;NFIN;LGSPEC1
njinier V;IPFV;SBJV;PL;1;PST
njinier V;SBJV;SG;3;PRS;LGSPEC2
njinier V;IND;SG;2;FUT
njinier V;IPFV;IND;PL;2;PST
njinier V;SBJV;SG;1;PRS;LGSPEC2
njinier V;IPFV;IND;SG;1;PST
njinier V;IPFV;SBJV;PL;2;PST
njinier V;IPFV;IND;PL;3;PST
njinier V;NFIN;LGSPEC2
adater V;SBJV;PL;2;PRS
adater V;IND;PL;1;FUT
adater V;SBJV;SG;3;PRS;LGSPEC1
adater V;IPFV;SBJV;SG;2;PST
adater V;NFIN;LGSPEC2
adater V;IND;PL;3;PRS;LGSPEC2
adater V;IND;SG;1;PRS;LGSPEC1
adater V;IND;PL;2;FUT
adater V;IPFV;SBJV;SG;1;PST
adater V;NFIN;LGSPEC1
adater V;IND;SG;3;FUT
adater V;IPFV;IND;SG;1;PST
adater V;IPFV;IND;PL;2;PST
adater V;IND;SG;3;PRS;LGSPEC2
adater V;IND;SG;2;PRS;LGSPEC2
adater V;IND;PL;3;FUT
adater V;IPFV;SBJV;PL;3;PST
adater V;IPFV;IND;PL;1;PST
adater V;IND;SG;2;FUT
adater V;IND;SG;1;PRS;LGSPEC2
adater V;IPFV;SBJV;PL;1;PST
adater V;IPFV;SBJV;PL;2;PST
adater V;IND;SG;3;PRS;LGSPEC1
adater V;IND;SG;3;PRS;LGSPEC3
adater V;NFIN;PL;2
adater V;SBJV;SG;1;PRS;LGSPEC2
adater V;IND;PL;3;PRS;LGSPEC1
adater V;IPFV;IND;PL;3;PST
adater V;IND;SG;2;PRS;LGSPEC1
adater V;IND;SG;1;FUT
adater V;SBJV;PL;1;PRS
adater V;IND;PL;2;PRS
adater V;SBJV;SG;2;PRS;LGSPEC1
adater V;NFIN;SG;2;LGSPEC1
adater V;SBJV;SG;3;PRS;LGSPEC2
adater V;SBJV;SG;2;PRS;LGSPEC2
adater V;SBJV;PL;3;PRS
adater V;IPFV;IND;SG;3;PST
adater V;SBJV;SG;1;PRS;LGSPEC1
adater V;NFIN;SG;2;LGSPEC2
adater V;IPFV;SBJV;SG;3;PST
adater V;IPFV;IND;SG;2;PST
adater V;IND;PL;1;PRS
limiter V;IND;SG;1;FUT
limiter V;IND;PL;3;PRS;LGSPEC1
limiter V;IND;SG;3;PRS;LGSPEC2
limiter V;SBJV;SG;3;PRS;LGSPEC1
limiter V;IND;PL;3;PRS;LGSPEC2
limiter V;SBJV;SG;1;PRS;LGSPEC1
limiter V;SBJV;PL;2;PRS
limiter V;IPFV;SBJV;SG;1;PST
limiter V;NFIN;LGSPEC2
limiter V;IPFV;SBJV;PL;1;PST
limiter V;IND;PL;1;FUT
limiter V;IND;PL;2;PRS
limiter V;IND;SG;2;FUT
limiter V;IPFV;IND;PL;2;PST
limiter V;IND;SG;2;PRS;LGSPEC2
limiter V;IPFV;IND;SG;3;PST
limiter V;IND;SG;3;FUT
limiter V;IND;SG;1;PRS;LGSPEC2
limiter V;IND;SG;2;PRS;LGSPEC1
limiter V;IPFV;IND;PL;3;PST
limiter V;IPFV;SBJV;PL;2;PST
limiter V;IPFV;SBJV;SG;3;PST
limiter V;NFIN;SG;2;LGSPEC1
limiter V;SBJV;PL;1;PRS
limiter V;IND;PL;1;PRS
limiter V;SBJV;SG;3;PRS;LGSPEC2
limiter V;IND;SG;3;PRS;LGSPEC1
limiter V;IPFV;IND;SG;2;PST
limiter V;IPFV;SBJV;SG;2;PST
limiter V;NFIN;SG;2;LGSPEC2
limiter V;IND;PL;2;FUT
limiter V;IND;SG;1;PRS;LGSPEC1
limiter V;SBJV;SG;1;PRS;LGSPEC2
limiter V;IND;SG;3;PRS;LGSPEC3
limiter V;NFIN;LGSPEC1
limiter V;SBJV;SG;2;PRS;LGSPEC2
limiter V;SBJV;SG;2;PRS;LGSPEC1
limiter V;IPFV;IND;PL;1;PST
limiter V;IPFV;IND;SG;1;PST
limiter V;NFIN;PL;2
limiter V;IND;PL;3;FUT
limiter V;SBJV;PL;3;PRS
limiter V;IPFV;SBJV;PL;3;PST
arbitrer V;IND;PL;3;PRS;LGSPEC2
arbitrer V;SBJV;SG;2;PRS;LGSPEC1
arbitrer V;IND;SG;3;PRS;LGSPEC3
arbitrer V;IND;SG;2;PRS;LGSPEC2
arbitrer V;SBJV;SG;1;PRS;LGSPEC1
arbitrer V;IND;SG;2;FUT
arbitrer V;SBJV;PL;2;PRS
arbitrer V;IND;PL;1;PRS
arbitrer V;IND;SG;3;PRS;LGSPEC2
arbitrer V;IND;PL;2;FUT
arbitrer V;IND;SG;3;FUT
arbitrer V;IPFV;SBJV;SG;1;PST
arbitrer V;SBJV;SG;2;PRS;LGSPEC2
arbitrer V;IND;PL;1;FUT
arbitrer V;SBJV;SG;3;PRS;LGSPEC2
arbitrer V;IPFV;SBJV;SG;2;PST
arbitrer V;SBJV;PL;1;PRS
arbitrer V;IPFV;IND;PL;3;PST
arbitrer V;IPFV;SBJV;SG;3;PST
arbitrer V;IND;SG;1;PRS;LGSPEC2
arbitrer V;IPFV;IND;SG;1;PST
arbitrer V;NFIN;PL;2
arbitrer V;IND;SG;1;FUT
arbitrer V;IPFV;IND;PL;2;PST
arbitrer V;SBJV;PL;3;PRS
arbitrer V;IPFV;IND;SG;2;PST
arbitrer V;IND;SG;1;PRS;LGSPEC1
arbitrer V;NFIN;SG;2;LGSPEC1
arbitrer V;IPFV;SBJV;PL;1;PST
arbitrer V;IND;SG;2;PRS;LGSPEC1
arbitrer V;IPFV;SBJV;PL;3;PST
arbitrer V;IPFV;IND;PL;1;PST
arbitrer V;NFIN;LGSPEC2
arbitrer V;NFIN;LGSPEC1
arbitrer V;IND;PL;2;PRS
arbitrer V;IPFV;SBJV;PL;2;PST
arbitrer V;NFIN;SG;2;LGSPEC2
arbitrer V;IPFV;IND;SG;3;PST
arbitrer V;SBJV;SG;1;PRS;LGSPEC2
arbitrer V;SBJV;SG;3;PRS;LGSPEC1
arbitrer V;IND;SG;3;PRS;LGSPEC1
arbitrer V;IND;PL;3;FUT
arbitrer V;IND;PL;3;PRS;LGSPEC1
ncurajer V;IND;SG;3;PRS;LGSPEC2
ncurajer V;IPFV;IND;PL;1;PST
ncurajer V;IPFV;IND;PL;3;PST
ncurajer V;IND;PL;1;FUT
ncurajer V;IPFV;SBJV;PL;1;PST
ncurajer V;NFIN;SG;2;LGSPEC2
ncurajer V;SBJV;SG;1;PRS;LGSPEC2
ncurajer V;IPFV;IND;SG;3;PST
ncurajer V;IND;SG;3;FUT
ncurajer V;NFIN;SG;2;LGSPEC1
ncurajer V;IND;SG;1;PRS;LGSPEC2
ncurajer V;IND;SG;3;PRS;LGSPEC1
ncurajer V;SBJV;PL;1;PRS
ncurajer V;IND;PL;3;FUT
ncurajer V;IPFV;SBJV;PL;3;PST
ncurajer V;IND;PL;2;PRS
ncurajer V;IPFV;SBJV;SG;1;PST
ncurajer V;SBJV;SG;2;PRS;LGSPEC2
ncurajer V;SBJV;SG;2;PRS;LGSPEC1
ncurajer V;IPFV;IND;SG;2;PST
ncurajer V;IND;PL;3;PRS;LGSPEC2
ncurajer V;IND;PL;2;FUT
ncurajer V;IPFV;SBJV;SG;2;PST
ncurajer V;SBJV;SG;3;PRS;LGSPEC1
ncurajer V;NFIN;PL;2
ncurajer V;SBJV;SG;1;PRS;LGSPEC1
ncurajer V;NFIN;LGSPEC2
ncurajer V;IPFV;IND;SG;1;PST
ncurajer V;IND;PL;1;PRS
ncurajer V;IPFV;SBJV;SG;3;PST
ncurajer V;IPFV;IND;PL;2;PST
ncurajer V;SBJV;PL;2;PRS
ncurajer V;IPFV;SBJV;PL;2;PST
ncurajer V;NFIN;LGSPEC1
ncurajer V;IND;SG;2;FUT
ncurajer V;SBJV;PL;3;PRS
ncurajer V;IND;SG;1;PRS;LGSPEC1
ncurajer V;IND;PL;3;PRS;LGSPEC1
ncurajer V;IND;SG;1;FUT
ncurajer V;IND;SG;2;PRS;LGSPEC1
ncurajer V;SBJV;SG;3;PRS;LGSPEC2
ncurajer V;IND;SG;2;PRS;LGSPEC2
ncurajer V;IND;SG;3;PRS;LGSPEC3
trasferir V;NFIN;SG;2;LGSPEC2
trasferir V;SBJV;SG;3;PRS;LGSPEC2
trasferir V;SBJV;SG;3;PRS;LGSPEC1
trasferir V;IND;PL;3;PRS;LGSPEC1
trasferir V;IPFV;IND;PL;2;PST
trasferir V;IPFV;SBJV;PL;3;PST
trasferir V;IND;SG;3;PRS;LGSPEC2
trasferir V;IND;SG;2;FUT
trasferir V;SBJV;SG;2;PRS;LGSPEC1
trasferir V;IPFV;SBJV;SG;2;PST
trasferir V;SBJV;SG;1;PRS;LGSPEC1
trasferir V;SBJV;SG;1;PRS;LGSPEC2
trasferir V;IPFV;SBJV;SG;1;PST
trasferir V;NFIN;SG;2;LGSPEC1
trasferir V;IPFV;SBJV;SG;3;PST
trasferir V;IPFV;IND;PL;3;PST
trasferir V;NFIN;PL;2
trasferir V;IND;SG;1;FUT
trasferir V;IND;PL;1;PRS
trasferir V;SBJV;SG;2;PRS;LGSPEC2
trasferir V;IPFV;IND;SG;1;PST
trasferir V;IND;SG;3;PRS;LGSPEC1
trasferir V;NFIN;LGSPEC2
trasferir V;SBJV;PL;1;PRS
trasferir V;IND;SG;3;FUT
trasferir V;IND;PL;3;PRS;LGSPEC2
trasferir V;SBJV;PL;2;PRS
trasferir V;IPFV;SBJV;PL;1;PST
trasferir V;IPFV;SBJV;PL;2;PST
trasferir V;IND;PL;3;FUT
trasferir V;SBJV;PL;3;PRS;LGSPEC1
trasferir V;SBJV;PL;3;PRS;LGSPEC2
trasferir V;IND;PL;1;FUT
trasferir V;IND;SG;1;PRS;LGSPEC2
trasferir V;IND;SG;2;PRS;LGSPEC1
trasferir V;IPFV;IND;SG;2;PST
trasferir V;IND;SG;2;PRS;LGSPEC2
trasferir V;IND;SG;1;PRS;LGSPEC1
trasferir V;IND;PL;2;FUT
trasferir V;IPFV;IND;PL;1;PST
trasferir V;IPFV;IND;SG;3;PST
trasferir V;NFIN;LGSPEC1
trasferir V;IND;PL;2;PRS
|
c13fb115ecfe22c47565ee260745c8bd53a6c9ef
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3311/CH6/EX6.26/Ex6_26.sce
|
c8b188180a5d909fb2bd228c3630d673330ee82f
|
[] |
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
| 860
|
sce
|
Ex6_26.sce
|
// chapter 6
// example 6.26
// fig. 6.72
// Determine overlap angles
// page-370-371
clear;
clc;
// given
Em=120; // in V
f=50; // supply frequency
L=0.33; // in mH
Id=4; // in A (load current)
alpha=15; // in degree (firing angle)
// calculate
L=L*1E-3; // changing unit from mH to H
// since Id=(Em/(2*%pi*f*L))*(1-cosd(u)) therefore we get
u1=acosd(1-Id*(2*%pi*f*L/Em)); // calclation of overlap angle for case I
u2=acosd(cosd(alpha)-Id*(2*%pi*f*L/Em))-alpha; // calclation of overlap angle for case II
printf("\nThe overlap angle for transfer of current from a conducting thyristor to the commutating diode is \t u1=%.3f degree",u1);
printf("\nThe overlap angle for transfer of current from the commutating diode to a thyristoris \t\t\t u2=%.3f degree",u2);
// Note: The answers for u1 and u2 vary slightly due to precise calculation upto 6 decimal digit
|
e225663a4ad2e169e48f23daa8b61cb9b6837932
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1922/CH3/EX3.6/3_6.sce
|
9493e93b32efe9cfd01bf02d414ab5769142544c
|
[] |
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
| 999
|
sce
|
3_6.sce
|
clc
clear
//Initialization of variables
p=[2.75 0.5 0.31 0.31 2.75]
v=[116.17 654.8 654.8 597 110.65]
t=[440 440 170 140 410]
h=[3325 3356 2802.6 2738.5 3257.7]
e=[3005.6 3028.6 2602.6 2553.6 2953.4]
//calculations
dh1=h(2) - h(1)
de1=e(2) - e(1)
q2=e(3) - e(2)
dh2=h(3) - h(2)
dh3=h(4) - h(3)
de3=e(4) - e(3)
W3= p(3) *(v(4) - v(3))
Q3= de3+W3
dh4=h(5) -h(4)
de4=e(5) -e(4)
dh5=h(1) - h(5)
de5= e(1) - e(5)
W5= p(5) *(v(1) - v(5))
q5 = de5+W5
//results
printf("In case 1 , dH = %.1f kJ/kg dE = %.1f kJ/kg W= pDv kJ/kg Q= %.1f + W kJ/kg",dh1,de1,de1)
printf("\n In case 2, W =0 kJ/kg Q = dE = %d kJ/kg dH = %.1f kJ/kg",q2,dh2)
printf("\n In case 3, dH= %.1f kJ/kg dE = %.1f kJ/kg W= %.1f kJ/kg Q = %.1f kJ/kg",dh3,de3,W3,Q3)
printf("\n In case 4, Q= 0 kJ/kg dH = %.1f kJ/kg dE = -W = %.1f kJ/kg",dh4,de4)
printf("\n In case 5, dH = %.1f kJ/kg dE = %.1f kJ/kg W = %.1f kJ/kg Q = %.1f kJ/kg",dh5,de5,W5,q5)
xlabel("Volume (m^3/kg)")
ylabel("Pressure (Mpa)")
plot(v,p)
|
2cdcd9c56dba1df96e5596db19986b5f907882b5
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2006/CH14/EX14.9/ex14_9.sce
|
5da736239bd78ea634e0886eb7ab954e4e760201
|
[] |
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
| 697
|
sce
|
ex14_9.sce
|
clc;
// (a).Entropy change per kmol of C
// From table 14.1 at 298 K and 1 atm
s_c=5.686; // Absolute entropies of C in kJ/kmol K
s_o2=205.142; // Absolute entropies of o2 in kJ/kmol K
s_co2=213.795; // Absolute entropies of CO2 in kJ/kmol K
del_s=s_co2-(s_c+s_o2); // The entropy change
disp ("kJ/K/kmol C",del_s,"(a).The entropy change = ");
// (b).Entropy change of universe
Tsurr=298; // Temperature of surroundings in kelvin
// From table 14.1
del_Ho=-393509; // del_hfco2 in kJ/kmol CO2
Q=abs (del_Ho);
del_Ssurr=Q/Tsurr; // Entropy change of surroundings
del_Suniv=del_s+del_Ssurr; //Entropy change of universe
disp ("kJ/K",del_Suniv,"(b).Entropy change of universe = ");
|
3e7cd683f079472c38ec3eeec842392b1997709f
|
f542bc49c4d04b47d19c88e7c89d5db60922e34e
|
/PresentationFiles_Subjects/SCHI/XN24TFZ/ATWM1_Working_Memory_MEG_XN24TFZ_Session1/ATWM1_Working_Memory_MEG_Salient_Cued_Run1.sce
|
5fcab40351e1e1924c76e9b8dafffc0f77765aca
|
[] |
no_license
|
atwm1/Presentation
|
65c674180f731f050aad33beefffb9ba0caa6688
|
9732a004ca091b184b670c56c55f538ff6600c08
|
refs/heads/master
| 2020-04-15T14:04:41.900640
| 2020-02-14T16:10:11
| 2020-02-14T16:10:11
| 56,771,016
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 49,381
|
sce
|
ATWM1_Working_Memory_MEG_Salient_Cued_Run1.sce
|
# ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run1";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monitor_sounds = false;
active_buttons = 2;
response_matching = simple_matching;
button_codes = 10, 20;
default_font_size = 36;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 382; width = 382; color = 0, 0, 0;} frame1;
box { height = 369; width = 369; color = 255, 255, 255;} frame2;
box { height = 30; width = 4; color = 0, 0, 0;} fix1;
box { height = 4; width = 30; color = 0, 0, 0;} fix2;
box { height = 30; width = 4; color = 255, 0, 0;} fix3;
box { height = 4; width = 30; color = 255, 0, 0;} fix4;
box { height = 369; width = 369; color = 42, 42, 42;} background;
TEMPLATE "StimuliDeclaration.tem" {};
trial {
sound sound_incorrect;
time = 0;
duration = 1;
} wrong;
trial {
sound sound_correct;
time = 0;
duration = 1;
} right;
trial {
sound sound_no_response;
time = 0;
duration = 1;
} miss;
# Start of experiment (MEG only) - sync with CTF software
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
} expStart;
time = 0;
duration = 1000;
code = "ExpStart";
port_code = 80;
};
# baselinePre (at the beginning of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
}default;
time = 0;
duration = 10000;
#mri_pulse = 1;
code = "BaselinePre";
port_code = 91;
};
TEMPLATE "ATWM1_Working_Memory_MEG.tem" {
trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4;
41 62 292 292 399 125 2142 2992 1892 fixation_cross gabor_077 gabor_032 gabor_148 gabor_007 gabor_077_alt gabor_032 gabor_148 gabor_007_alt "1_1_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_1900_gabor_patch_orientation_077_032_148_007_target_position_1_4_retrieval_position_1" gabor_077_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_1_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_077_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1742 2992 2142 fixation_cross gabor_085 gabor_067 gabor_028 gabor_138 gabor_085 gabor_067_alt gabor_028 gabor_138_alt "1_2_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2150_gabor_patch_orientation_085_067_028_138_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_001_framed blank blank blank blank fixation_cross_target_position_2_4 "1_2_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_001_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2092 2992 1892 fixation_cross gabor_088 gabor_153 gabor_022 gabor_134 gabor_088_alt gabor_153_alt gabor_022 gabor_134 "1_3_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_1900_gabor_patch_orientation_088_153_022_134_target_position_1_2_retrieval_position_2" gabor_circ gabor_104_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_3_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_104_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1742 2992 2192 fixation_cross gabor_068 gabor_053 gabor_132 gabor_003 gabor_068_alt gabor_053 gabor_132_alt gabor_003 "1_4_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2200_gabor_patch_orientation_068_053_132_003_target_position_1_3_retrieval_position_1" gabor_116_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_4_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_116_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 2092 2992 2192 fixation_cross gabor_005 gabor_138 gabor_060 gabor_027 gabor_005 gabor_138_alt gabor_060_alt gabor_027 "1_5_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_UncuedRetriev_300_300_399_2100_3000_2200_gabor_patch_orientation_005_138_060_027_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_167_framed blank blank blank blank fixation_cross_target_position_2_3 "1_5_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_167_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2042 2992 2442 fixation_cross gabor_089 gabor_071 gabor_008 gabor_148 gabor_089_alt gabor_071_alt gabor_008 gabor_148 "1_6_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2450_gabor_patch_orientation_089_071_008_148_target_position_1_2_retrieval_position_1" gabor_089_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_6_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_089_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2142 2992 2592 fixation_cross gabor_084 gabor_129 gabor_109 gabor_149 gabor_084_alt gabor_129 gabor_109_alt gabor_149 "1_7_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2600_gabor_patch_orientation_084_129_109_149_target_position_1_3_retrieval_position_1" gabor_084_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_7_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_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;
41 62 292 292 399 125 2092 2992 2142 fixation_cross gabor_151 gabor_180 gabor_032 gabor_062 gabor_151 gabor_180_alt gabor_032 gabor_062_alt "1_8_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2150_gabor_patch_orientation_151_180_032_062_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_062_framed blank blank blank blank fixation_cross_target_position_2_4 "1_8_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_062_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1742 2992 2042 fixation_cross gabor_050 gabor_077 gabor_137 gabor_166 gabor_050 gabor_077 gabor_137_alt gabor_166_alt "1_9_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2050_gabor_patch_orientation_050_077_137_166_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_137_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_9_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_137_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 2092 2992 2042 fixation_cross gabor_061 gabor_092 gabor_022 gabor_174 gabor_061 gabor_092 gabor_022_alt gabor_174_alt "1_10_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_UncuedRetriev_300_300_399_2100_3000_2050_gabor_patch_orientation_061_092_022_174_target_position_3_4_retrieval_position_2" gabor_circ gabor_042_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_10_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_042_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1792 2992 2442 fixation_cross gabor_140 gabor_029 gabor_089 gabor_156 gabor_140_alt gabor_029 gabor_089 gabor_156_alt "1_11_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2450_gabor_patch_orientation_140_029_089_156_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_156_framed blank blank blank blank fixation_cross_target_position_1_4 "1_11_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_156_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2242 2992 1992 fixation_cross gabor_122 gabor_063 gabor_010 gabor_169 gabor_122 gabor_063 gabor_010_alt gabor_169_alt "1_12_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2000_gabor_patch_orientation_122_063_010_169_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_169_framed blank blank blank blank fixation_cross_target_position_3_4 "1_12_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_169_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1992 2992 2292 fixation_cross gabor_122 gabor_166 gabor_003 gabor_040 gabor_122_alt gabor_166 gabor_003 gabor_040_alt "1_13_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2300_gabor_patch_orientation_122_166_003_040_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_087_framed blank blank blank blank fixation_cross_target_position_1_4 "1_13_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_087_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1792 2992 2342 fixation_cross gabor_048 gabor_119 gabor_080 gabor_161 gabor_048_alt gabor_119 gabor_080_alt gabor_161 "1_14_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2350_gabor_patch_orientation_048_119_080_161_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_032_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_14_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_032_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2242 2992 2092 fixation_cross gabor_120 gabor_103 gabor_143 gabor_082 gabor_120 gabor_103_alt gabor_143_alt gabor_082 "1_15_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2100_gabor_patch_orientation_120_103_143_082_target_position_2_3_retrieval_position_2" gabor_circ gabor_057_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_15_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_057_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 1842 2992 1992 fixation_cross gabor_179 gabor_158 gabor_110 gabor_134 gabor_179_alt gabor_158_alt gabor_110 gabor_134 "1_16_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_UncuedRetriev_300_300_399_1850_3000_2000_gabor_patch_orientation_179_158_110_134_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_134_framed blank blank blank blank fixation_cross_target_position_1_2 "1_16_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_134_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1992 2992 2242 fixation_cross gabor_126 gabor_098 gabor_071 gabor_155 gabor_126 gabor_098_alt gabor_071 gabor_155_alt "1_17_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2250_gabor_patch_orientation_126_098_071_155_target_position_2_4_retrieval_position_2" gabor_circ gabor_048_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_17_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_048_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1842 2992 2492 fixation_cross gabor_145 gabor_038 gabor_079 gabor_165 gabor_145 gabor_038_alt gabor_079_alt gabor_165 "1_18_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2500_gabor_patch_orientation_145_038_079_165_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_127_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_18_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_127_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2142 2992 2242 fixation_cross gabor_073 gabor_116 gabor_007 gabor_096 gabor_073 gabor_116_alt gabor_007 gabor_096_alt "1_19_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2250_gabor_patch_orientation_073_116_007_096_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_096_framed blank blank blank blank fixation_cross_target_position_2_4 "1_19_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_096_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1942 2992 2092 fixation_cross gabor_060 gabor_130 gabor_025 gabor_148 gabor_060_alt gabor_130_alt gabor_025 gabor_148 "1_20_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2100_gabor_patch_orientation_060_130_025_148_target_position_1_2_retrieval_position_2" gabor_circ gabor_081_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_20_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_081_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2092 2992 2092 fixation_cross gabor_142 gabor_029 gabor_008 gabor_177 gabor_142 gabor_029 gabor_008_alt gabor_177_alt "1_21_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2100_gabor_patch_orientation_142_029_008_177_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_008_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_21_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_008_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2042 2992 2292 fixation_cross gabor_084 gabor_149 gabor_039 gabor_104 gabor_084 gabor_149_alt gabor_039_alt gabor_104 "1_22_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2300_gabor_patch_orientation_084_149_039_104_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_039_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_22_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_039_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 1942 2992 2592 fixation_cross gabor_022 gabor_069 gabor_001 gabor_142 gabor_022 gabor_069 gabor_001_alt gabor_142_alt "1_23_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_UncuedRetriev_300_300_399_1950_3000_2600_gabor_patch_orientation_022_069_001_142_target_position_3_4_retrieval_position_1" gabor_158_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_23_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_158_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1842 2992 2442 fixation_cross gabor_134 gabor_029 gabor_062 gabor_169 gabor_134 gabor_029_alt gabor_062_alt gabor_169 "1_24_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2450_gabor_patch_orientation_134_029_062_169_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_062_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_24_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_062_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2192 2992 2542 fixation_cross gabor_021 gabor_092 gabor_178 gabor_062 gabor_021_alt gabor_092 gabor_178_alt gabor_062 "1_25_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2550_gabor_patch_orientation_021_092_178_062_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_131_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_25_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_131_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1792 2992 2192 fixation_cross gabor_092 gabor_031 gabor_151 gabor_166 gabor_092 gabor_031_alt gabor_151_alt gabor_166 "1_26_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2200_gabor_patch_orientation_092_031_151_166_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_015_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_26_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_015_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 1742 2992 2292 fixation_cross gabor_029 gabor_114 gabor_143 gabor_083 gabor_029 gabor_114 gabor_143_alt gabor_083_alt "1_27_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_UncuedRetriev_300_300_399_1750_3000_2300_gabor_patch_orientation_029_114_143_083_target_position_3_4_retrieval_position_2" gabor_circ gabor_162_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_27_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_162_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1792 2992 2292 fixation_cross gabor_165 gabor_078 gabor_120 gabor_012 gabor_165_alt gabor_078_alt gabor_120 gabor_012 "1_28_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2300_gabor_patch_orientation_165_078_120_012_target_position_1_2_retrieval_position_1" gabor_030_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_28_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_030_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2192 2992 1942 fixation_cross gabor_158 gabor_018 gabor_052 gabor_092 gabor_158_alt gabor_018 gabor_052_alt gabor_092 "1_29_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_1950_gabor_patch_orientation_158_018_052_092_target_position_1_3_retrieval_position_1" gabor_108_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_29_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_108_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2042 2992 2142 fixation_cross gabor_116 gabor_086 gabor_062 gabor_002 gabor_116 gabor_086 gabor_062_alt gabor_002_alt "1_30_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2150_gabor_patch_orientation_116_086_062_002_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_002_framed blank blank blank blank fixation_cross_target_position_3_4 "1_30_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_002_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1842 2992 2592 fixation_cross gabor_152 gabor_168 gabor_099 gabor_036 gabor_152_alt gabor_168_alt gabor_099 gabor_036 "1_31_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2600_gabor_patch_orientation_152_168_099_036_target_position_1_2_retrieval_position_2" gabor_circ gabor_121_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_31_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_121_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 2242 2992 1992 fixation_cross gabor_169 gabor_079 gabor_121 gabor_142 gabor_169 gabor_079 gabor_121_alt gabor_142_alt "1_32_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_UncuedRetriev_300_300_399_2250_3000_2000_gabor_patch_orientation_169_079_121_142_target_position_3_4_retrieval_position_1" gabor_034_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_32_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_034_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1892 2992 2442 fixation_cross gabor_051 gabor_070 gabor_020 gabor_179 gabor_051_alt gabor_070_alt gabor_020 gabor_179 "1_33_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2450_gabor_patch_orientation_051_070_020_179_target_position_1_2_retrieval_position_1" gabor_051_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_33_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_051_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2042 2992 2242 fixation_cross gabor_065 gabor_093 gabor_112 gabor_026 gabor_065 gabor_093_alt gabor_112_alt gabor_026 "1_34_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2250_gabor_patch_orientation_065_093_112_026_target_position_2_3_retrieval_position_2" gabor_circ gabor_093_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_34_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_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;
41 61 292 292 399 125 1892 2992 1942 fixation_cross gabor_091 gabor_162 gabor_139 gabor_023 gabor_091_alt gabor_162 gabor_139_alt gabor_023 "1_35_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_1950_gabor_patch_orientation_091_162_139_023_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_004_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_35_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_004_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1992 2992 1892 fixation_cross gabor_136 gabor_046 gabor_088 gabor_156 gabor_136 gabor_046_alt gabor_088 gabor_156_alt "1_36_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_2000_3000_1900_gabor_patch_orientation_136_046_088_156_target_position_2_4_retrieval_position_2" gabor_circ gabor_046_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_36_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_046_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1942 2992 2242 fixation_cross gabor_146 gabor_027 gabor_093 gabor_059 gabor_146 gabor_027_alt gabor_093_alt gabor_059 "1_37_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2250_gabor_patch_orientation_146_027_093_059_target_position_2_3_retrieval_position_2" gabor_circ gabor_075_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_37_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_075_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 1892 2992 2042 fixation_cross gabor_165 gabor_088 gabor_142 gabor_119 gabor_165 gabor_088_alt gabor_142 gabor_119_alt "1_38_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_UncuedRetriev_300_300_399_1900_3000_2050_gabor_patch_orientation_165_088_142_119_target_position_2_4_retrieval_position_1" gabor_030_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_38_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_030_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2192 2992 1992 fixation_cross gabor_170 gabor_091 gabor_128 gabor_006 gabor_170_alt gabor_091 gabor_128 gabor_006_alt "1_39_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2000_gabor_patch_orientation_170_091_128_006_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_006_framed blank blank blank blank fixation_cross_target_position_1_4 "1_39_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_006_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 1792 2992 2192 fixation_cross gabor_045 gabor_152 gabor_063 gabor_125 gabor_045_alt gabor_152 gabor_063 gabor_125_alt "1_40_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_UncuedRetriev_300_300_399_1800_3000_2200_gabor_patch_orientation_045_152_063_125_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_063_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_40_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_063_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2192 2992 2342 fixation_cross gabor_035 gabor_119 gabor_063 gabor_145 gabor_035 gabor_119 gabor_063_alt gabor_145_alt "1_41_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2350_gabor_patch_orientation_035_119_063_145_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_010_framed blank blank blank blank fixation_cross_target_position_3_4 "1_41_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_010_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2192 2992 2542 fixation_cross gabor_086 gabor_001 gabor_170 gabor_149 gabor_086_alt gabor_001 gabor_170_alt gabor_149 "1_42_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2550_gabor_patch_orientation_086_001_170_149_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_030_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_42_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_030_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2242 2992 2492 fixation_cross gabor_170 gabor_151 gabor_011 gabor_084 gabor_170_alt gabor_151 gabor_011_alt gabor_084 "1_43_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2500_gabor_patch_orientation_170_151_011_084_target_position_1_3_retrieval_position_1" gabor_170_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_43_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_170_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2042 2992 1942 fixation_cross gabor_099 gabor_013 gabor_175 gabor_058 gabor_099_alt gabor_013_alt gabor_175 gabor_058 "1_44_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_1950_gabor_patch_orientation_099_013_175_058_target_position_1_2_retrieval_position_2" gabor_circ gabor_013_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_44_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_013_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1842 2992 2242 fixation_cross gabor_091 gabor_136 gabor_024 gabor_061 gabor_091 gabor_136_alt gabor_024_alt gabor_061 "1_45_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2250_gabor_patch_orientation_091_136_024_061_target_position_2_3_retrieval_position_2" gabor_circ gabor_136_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_45_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_136_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2142 2992 2192 fixation_cross gabor_156 gabor_074 gabor_137 gabor_050 gabor_156_alt gabor_074 gabor_137 gabor_050_alt "1_46_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2200_gabor_patch_orientation_156_074_137_050_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_050_framed blank blank blank blank fixation_cross_target_position_1_4 "1_46_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_050_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 2142 2992 1942 fixation_cross gabor_002 gabor_143 gabor_092 gabor_160 gabor_002 gabor_143_alt gabor_092 gabor_160_alt "1_47_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_1950_gabor_patch_orientation_002_143_092_160_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_024_framed blank blank blank blank fixation_cross_target_position_2_4 "1_47_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_024_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 1992 2992 2292 fixation_cross gabor_119 gabor_102 gabor_136 gabor_165 gabor_119 gabor_102_alt gabor_136_alt gabor_165 "1_48_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_UncuedRetriev_300_300_399_2000_3000_2300_gabor_patch_orientation_119_102_136_165_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_165_framed blank blank blank blank fixation_cross_target_position_2_3 "1_48_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_165_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1742 2992 2142 fixation_cross gabor_006 gabor_120 gabor_052 gabor_139 gabor_006_alt gabor_120 gabor_052 gabor_139_alt "1_49_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2150_gabor_patch_orientation_006_120_052_139_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_139_framed blank blank blank blank fixation_cross_target_position_1_4 "1_49_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_139_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1942 2992 2592 fixation_cross gabor_070 gabor_130 gabor_092 gabor_110 gabor_070 gabor_130 gabor_092_alt gabor_110_alt "1_50_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2600_gabor_patch_orientation_070_130_092_110_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_045_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_50_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_045_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 2142 2992 2342 fixation_cross gabor_097 gabor_053 gabor_075 gabor_117 gabor_097 gabor_053_alt gabor_075 gabor_117_alt "1_51_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_UncuedRetriev_300_300_399_2150_3000_2350_gabor_patch_orientation_097_053_075_117_target_position_2_4_retrieval_position_1" gabor_097_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_51_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_097_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1842 2992 2142 fixation_cross gabor_115 gabor_058 gabor_173 gabor_004 gabor_115 gabor_058_alt gabor_173 gabor_004_alt "1_52_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2150_gabor_patch_orientation_115_058_173_004_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_139_framed blank blank blank blank fixation_cross_target_position_2_4 "1_52_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_139_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1992 2992 2092 fixation_cross gabor_098 gabor_030 gabor_083 gabor_117 gabor_098_alt gabor_030 gabor_083 gabor_117_alt "1_53_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2100_gabor_patch_orientation_098_030_083_117_target_position_1_4_retrieval_position_1" gabor_051_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_53_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_051_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2042 2992 2342 fixation_cross gabor_078 gabor_134 gabor_008 gabor_162 gabor_078 gabor_134 gabor_008_alt gabor_162_alt "1_54_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2350_gabor_patch_orientation_078_134_008_162_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_162_framed blank blank blank blank fixation_cross_target_position_3_4 "1_54_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_162_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1892 2992 1892 fixation_cross gabor_008 gabor_158 gabor_072 gabor_132 gabor_008_alt gabor_158 gabor_072 gabor_132_alt "1_55_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_1900_gabor_patch_orientation_008_158_072_132_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_180_framed blank blank blank blank fixation_cross_target_position_1_4 "1_55_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_180_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2092 2992 2392 fixation_cross gabor_089 gabor_066 gabor_010 gabor_119 gabor_089_alt gabor_066 gabor_010_alt gabor_119 "1_56_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2400_gabor_patch_orientation_089_066_010_119_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_010_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_56_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_010_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 1992 2992 2392 fixation_cross gabor_048 gabor_091 gabor_010 gabor_074 gabor_048 gabor_091_alt gabor_010_alt gabor_074 "1_57_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_UncuedRetriev_300_300_399_2000_3000_2400_gabor_patch_orientation_048_091_010_074_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_074_framed blank blank blank blank fixation_cross_target_position_2_3 "1_57_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_074_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2192 2992 2492 fixation_cross gabor_023 gabor_045 gabor_088 gabor_071 gabor_023_alt gabor_045 gabor_088 gabor_071_alt "1_58_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2500_gabor_patch_orientation_023_045_088_071_target_position_1_4_retrieval_position_1" gabor_023_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_58_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_023_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1742 2992 2492 fixation_cross gabor_148 gabor_115 gabor_097 gabor_076 gabor_148 gabor_115_alt gabor_097 gabor_076_alt "1_59_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2500_gabor_patch_orientation_148_115_097_076_target_position_2_4_retrieval_position_2" gabor_circ gabor_165_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_59_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_165_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1742 2992 2042 fixation_cross gabor_027 gabor_137 gabor_071 gabor_153 gabor_027 gabor_137 gabor_071_alt gabor_153_alt "1_60_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2050_gabor_patch_orientation_027_137_071_153_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_153_framed blank blank blank blank fixation_cross_target_position_3_4 "1_60_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_153_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1792 2992 1992 fixation_cross gabor_010 gabor_042 gabor_165 gabor_124 gabor_010 gabor_042_alt gabor_165 gabor_124_alt "1_61_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2000_gabor_patch_orientation_010_042_165_124_target_position_2_4_retrieval_position_2" gabor_circ gabor_087_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_61_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_087_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 2242 2992 2092 fixation_cross gabor_030 gabor_100 gabor_059 gabor_079 gabor_030_alt gabor_100 gabor_059 gabor_079_alt "1_62_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2100_gabor_patch_orientation_030_100_059_079_target_position_1_4_retrieval_position_1" gabor_030_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_62_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_030_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 1842 2992 2542 fixation_cross gabor_007 gabor_142 gabor_171 gabor_063 gabor_007_alt gabor_142_alt gabor_171 gabor_063 "1_63_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_UncuedRetriev_300_300_399_1850_3000_2550_gabor_patch_orientation_007_142_171_063_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_063_framed blank blank blank blank fixation_cross_target_position_1_2 "1_63_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_063_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1792 2992 2542 fixation_cross gabor_096 gabor_081 gabor_116 gabor_035 gabor_096_alt gabor_081 gabor_116_alt gabor_035 "1_64_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_2550_gabor_patch_orientation_096_081_116_035_target_position_1_3_retrieval_position_1" gabor_145_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_64_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_145_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1892 2992 1892 fixation_cross gabor_052 gabor_035 gabor_180 gabor_120 gabor_052 gabor_035 gabor_180_alt gabor_120_alt "1_65_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_1900_gabor_patch_orientation_052_035_180_120_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_073_framed blank blank blank blank fixation_cross_target_position_3_4 "1_65_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_073_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 61 292 292 399 125 1942 2992 2042 fixation_cross gabor_036 gabor_174 gabor_060 gabor_118 gabor_036_alt gabor_174_alt gabor_060 gabor_118 "1_66_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2050_gabor_patch_orientation_036_174_060_118_target_position_1_2_retrieval_position_1" gabor_085_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_66_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_085_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 63 292 292 399 125 1942 2992 2342 fixation_cross gabor_161 gabor_081 gabor_110 gabor_137 gabor_161_alt gabor_081 gabor_110 gabor_137_alt "1_67_Encoding_Working_Memory_MEG_P1_RL_Salient_DoChange_UncuedRetriev_300_300_399_1950_3000_2350_gabor_patch_orientation_161_081_110_137_target_position_1_4_retrieval_position_2" gabor_circ gabor_031_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_67_Retrieval_Working_Memory_MEG_P1_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_031_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1892 2992 2392 fixation_cross gabor_178 gabor_012 gabor_152 gabor_040 gabor_178 gabor_012 gabor_152_alt gabor_040_alt "1_68_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2400_gabor_patch_orientation_178_012_152_040_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_040_framed blank blank blank blank fixation_cross_target_position_3_4 "1_68_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_040_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 62 292 292 399 125 1892 2992 1942 fixation_cross gabor_150 gabor_124 gabor_001 gabor_106 gabor_150 gabor_124_alt gabor_001_alt gabor_106 "1_69_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_1950_gabor_patch_orientation_150_124_001_106_target_position_2_3_retrieval_position_2" gabor_circ gabor_124_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_69_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_124_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
41 64 292 292 399 125 2242 2992 2392 fixation_cross gabor_149 gabor_082 gabor_127 gabor_067 gabor_149_alt gabor_082 gabor_127 gabor_067_alt "1_70_Encoding_Working_Memory_MEG_P1_RL_Salient_NoChange_UncuedRetriev_300_300_399_2250_3000_2400_gabor_patch_orientation_149_082_127_067_target_position_1_4_retrieval_position_2" gabor_circ gabor_082_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_70_Retrieval_Working_Memory_MEG_P1_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_082_retrieval_position_2" 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;
};
|
76d4e49ad58039431ee67520dff4d395c4837862
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/104/CH5/EX5.8/5_8.sce
|
9ff9bb379af1d370a763e7642416b8573fb526a2
|
[] |
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
| 200
|
sce
|
5_8.sce
|
//characteristic equation from state equation
A=[0 1 0;0 0 1;-2 -1 -5]
B=[0;0;1]
C=[1 0 0]
D=[0]
[Row Col]=size(A)
Gr=C*inv(s*eye(Row,Col)-A)*B+D
c=denom(Gr)
disp(c,"characteristic equation=")
|
7f6efd1f19624f6886765f9ad71645531d8bdb44
|
2f7b1fa044c246ffe96b7e6e7b96aa95f9031cdf
|
/Anul 2/Anul_2/Metode_Numerice/Laborator/MN rezolvari/MN_Lab/integrala.sce
|
a06dc814ffab0fdcf0cffe406c9545effdc5bd47
|
[] |
no_license
|
stickyrst/automatica
|
1f902091376c0f65c08a66721de3185a70f88d26
|
2ac48ae78f45b787724fa90c0e7acd8052e6725c
|
refs/heads/master
| 2020-06-11T18:39:23.768638
| 2018-05-30T19:55:38
| 2018-05-30T19:55:38
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 53
|
sce
|
integrala.sce
|
function (r)=integrala[x]
r=f(x);
endfunction
|
e4b58e078b0757ac06cd8f8f58425ed60d58a0e8
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/764/CH4/EX4.18.b/solution4_18.sce
|
aecb236f931d4874a60b14932012c485a301ab38
|
[] |
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,464
|
sce
|
solution4_18.sce
|
//Function to round-up a value such that it is divisible by 5
function[v] = round_five(w)
v = ceil(w)
rem = pmodulo(v,5)
if (rem ~= 0) then
v = v + (5 - rem)
end
endfunction
//Obtain path of solution file
path = get_absolute_file_path('solution4_18.sce')
//Obtain path of data file
datapath = path + filesep() + 'data4_18.sci'
//Clear all
clc
//Execute the data file
exec(datapath)
//Calculate permissible stresses
//Permissible tensile stress sigmat (N/mm2)
sigmat = Syt/fs
//Calculate the yield strength in shear Ssy (N/mm2)
Ssy = (50/100)*Syt
//Calculate the permissible stress in shear tau (N/mm2)
tau = Ssy/fs
//Maximum force required to shear the bar Ps (N)
Ps = (%pi/4)*(D^2)*Sus
//Calculate the force acting on each pin P1 (N)
P1 = (Ps * l2)/l4
//Calculate reaction at pinA RA (N)
RA = Ps - P1
//Calculate the force applied at lever P (N)
P = (P1 * l2)/l3
//Calculate reaction at pinD RD (N)
RD = P1 - P
//Calculate the diameter of pins d1 (mm)
d1 = (P1/(p * r1))^(1/2)
d1 = round_five(d1)
//Calculate the length of pin l1 (mm)
l1 = r1 * d1
l1 = round_five(l1)
//Calculate the shear stress in pin tau1 (N/mm2)
tau1 = (P1 * 4)/(2 * %pi * (d1^2))
//Calculate the diameter of the link d (mm)
d = ((P1 * 4)/(%pi * sigmat))^(1/2)
d = round_five(d)
//Calculate the maximum bending moment on lever Mb (N-mm)
Mb = P * (l3 - l2)
//Assume the thickness of the cross-section to be 1mm b
b = 1
//Calculate the width of the cross-section h (mm)
h = r2 * b
//Calculate the value of y (mm)
y = h/2
//Calculate the second moment of area I (mm4)
I = (b * ((r2 * b)^3))/12
//Calculate the true value of b (mm)
b = ((Mb * y)/(sigmat * I))^(1/3)
b = round_five(b)
//Calculate the true value of h (mm)
h = r2 * b
//Calculate the inner diameter of the boss di (mm)
di = d1 + (2 * t)
//Calculate the outer diameter of the boss d0 (mm)
d0 = 2 * di
//Calculate the second moment of area I1 (mm4)
I1 = ((l1 * (d0^3)) - (l1 * (di^3)))/12
//Calculate y1 (mm)
y1 = d0/2
//Calculate the bending stress B (N/mm2)
B = (Mb * y1)/I1
//Print results
printf('\nDiameter of pins(d1) = %f mm\n',d1)
printf('\nLength of pins(l1) = %f mm\n',l1)
printf('\nDiameter of link(d) = %f mm\n',d)
printf('\nWidth of lever cross-section(h) = %f mm\n',h)
printf('\nThickness of lever cross-section(b) = %f mm\n',b)
//Chech design
if((tau1 < tau) & (B - sigmat)<2)
printf('\nThe design is safe\n')
end
|
11b5df2d6822d996da50790c87c27cab3dc0033a
|
a62e0da056102916ac0fe63d8475e3c4114f86b1
|
/set9/s_Engineering_Physics_M._R._Srinivasan_3411.zip/Engineering_Physics_M._R._Srinivasan_3411/CH7/EX7.2.u1/Ex7_2_u1.sce
|
b27e602778d52e4cf502b297e00a0053f5ac31c4
|
[] |
no_license
|
hohiroki/Scilab_TBC
|
cb11e171e47a6cf15dad6594726c14443b23d512
|
98e421ab71b2e8be0c70d67cca3ecb53eeef1df6
|
refs/heads/master
| 2021-01-18T02:07:29.200029
| 2016-04-29T07:01:39
| 2016-04-29T07:01:39
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 509
|
sce
|
Ex7_2_u1.sce
|
errcatch(-1,"stop");mode(2);//Example 7_2_u1
;
;
//To find the fraction of initial intensity
alpha=-2.2 //units in db/Kilo meters
//When l=2 Kilo meters
l=2 //units in Kilo meters
//Case (a) when L=2 Kilo meters
It_I0=10^(alpha*l/10)
printf("The fraction of initial intensity left when L=2 It/I0=%.3f\n",It_I0)
//Case (b) when L=6 Kilo meters
l=6 //units in Kilo meters
It_I0=10^(alpha*l/10)
printf("The fraction of initial intensity left when L=6 It/I0=%.3f\n",It_I0)
exit();
|
54678c41074c28b8d2764afe8505a54e7ae234aa
|
c908c5ec283c57c29da044966fce0fee1f659873
|
/codes/Algoritmo da Primeira Regra de Simpsom.sce
|
b1cdb40280c63b3f40ff40258b90754ce9ce5f76
|
[] |
no_license
|
marialago/numerical-computation
|
3ca0e95c637c1d4d3ea79789d1bda0b84ca29ca5
|
c88c0ddc6f7501ed115556f72f5f5db3a8610f6b
|
refs/heads/master
| 2022-10-30T01:42:21.032196
| 2020-06-14T18:33:45
| 2020-06-14T18:33:45
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 292
|
sce
|
Algoritmo da Primeira Regra de Simpsom.sce
|
function y=f(x)
y=x.*cos(x)
endfunction
function I=simpson1(a,b,n)
h=(b-a)/n
x=a:h:b
y=f(x)
I=y(1)
for i=2:n
if modulo(i,2)==0
I=I+4*y(i)
else
I=I+2*y(i)
end
end
I=(h/3)*(I+y(n+1))
endfunction
|
fcff5abd627fed6e48295d0cbe6733551c6357da
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/275/CH3/EX3.3.62/Ch3_3_62.sce
|
a38143d49cc8501b217b579f020079a7afa30a53
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 434
|
sce
|
Ch3_3_62.sce
|
clc
disp("Example 3.62")
printf("\n")
disp("Determine the hFE and new Vce for hFE=50 for Collector to base bias")
printf("Given\n")
//given
Vcc=15
Vce=5
Vbe=0.7
Rb=82*10^3
Rc=5.6*10^3
//base current
Ib=(Vce-Vbe)/Rb
//hFE value
hFE=((Vcc-Vbe)/(Ib*Rc))-(Rb/Rc)-1
//to find Vce for hFE=50
hFE1=50
Ib1=(Vcc-Vbe)/(Rb+(1+hFE1)*Rc)
Vce1=(Ib1*Rb)+Vbe
printf("The hFE is \n%f\n",hFE)
printf("new Vce is \n%fvolt \n",Vce1)
|
db2bce631ecc3a826b334e39a05c66434a95b1a1
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3204/CH18/EX18.8/Ex18_8.sce
|
9edfd8a39417e85fc008513c2ead433eba8fe05c
|
[] |
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,508
|
sce
|
Ex18_8.sce
|
// Initilization of variables
m_a=0.01 // kg // mass of bullet A
v_a=100 // m/s // velocity of bullet A
m_b=1 // kg // mass of the bob
v_b=0 // m/s // velocity of the bob
l=1 // m // length of the pendulum
v_r=-20 // m/s // velocity at which the bullet rebounds the surface of the bob // here the notation for v'_a is shown by v_r
v_e=20 // m/s // velocity at which the bullet escapes through the surface of the bob // here the notation for v_a is shown by v_e
g=9.81 // m/s^2 // acc due to gravity
// Calculations
// Momentum of the bullet & the bob before impact is,
M=(m_a*v_a)+(m_b*v_b) // kg.m/s......(eq'n 1)
// The common velocity v_c ( we use v_c insted of v' for notation of common velocity) is given by equating eq'n 1 & eq'n 2 as,
// (a) When the bullet gets embedded into the bob
v_c=M/(m_a+m_b) // m/s
// The height h to which the bob rises is given by eq'n 3 as,
h_1=(1/2)*(v_c^2/g) // m
// The angle (theta_1) by which the bob swings corresponding to the value of height h_1 is,
theta_1=acosd((l-h_1)/l) // degree
// (b) When the bullet rebounds from the surface of the bob
// The velocity of the bob after the rebound of the bullet from its surface is given by equating eq'n 1 & eq'n 4 as,
v_bob_rebound=M-(m_a*v_r) // m/s // here v_bob_rebound=v'_b
// The equation for the height which the bob attains after impact is,
h_2=(v_bob_rebound^2)/(2*g) // m
// The corresponding angle of swing
theta_2=acosd((l-h_2)/l) // degree
// (c) When the bullet pierces and escapes through the bob
// From eq'n 1 & 5 the velocity attained by the bob after impact is given as,
v_b_escape=M-(m_a*v_e) // m/s // here we use, v_b_escape insted of v'_b
// The equation for the height which the bob attains after impact is,
h_3=(v_b_escape^2)/(2*g) // m
// The corresponding angle of swing
theta_3=acosd((l-h_3)/(l)) // degree
// Results
clc
printf('(a) The maximum angle through which the pendulum swings when the bullet gets embeded into the bob is %f degree \n',theta_1)
printf('(b) The maximum angle through which the pendulum swings when the bullet rebounds from the surface of the bob is %f degree \n',theta_2)
printf('(c) The maximum angle through which the pendulum swings when the bullet escapes from other end of the bob the bob is %f degree \n',theta_3)
// IN THIS SUM WE HAVE USED DIFFERENT NOTATIONS CONSIDERING DIFFERENT CASES BECAUSE IN THE TEXT BOOK WE HAD 3 VARIABLES WITH SAME NOTATION BUT WITH A DIFFERENT VALUE WHICH COULD NOT BE EXECUTED INTO SCILAB.
|
ad77b0c20ae5ed7a8bfa8bc1f97f441f02ce170f
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3050/CH6/EX6.9/Ex6_9.sce
|
fb2d26b64345c55f0079ea58d8ec9407203cc03a
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 419
|
sce
|
Ex6_9.sce
|
//calculating deltaG and Kc
//Example 6.9
clc
clear
Ecell=0.89//in V
n=6
F=96500// in 1/mol
deltaG=-n*F*Ecell//in C.V or J
//Kc related to deltaG
R=8.314//in J/molk
T=298//in K
Kc1=10^(-deltaG/(2.303*R*T))
//Kc related to Ecell
Kc2=10^((n*F*Ecell)/(2.303*R*T))
printf('Thus (i)deltaG = %e',deltaG)
printf('\n(ii)Kc in relation with deltaG = %e',Kc1)
printf('\n(iii)Kc in relation with Ecell = %e',Kc2)
|
8de30dbb218f53964281b0a0118ecb02c70708a8
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3428/CH15/EX9.15.18/Ex9_15_18.sce
|
ef7cbdb804650c4d3cdacb947ea9477e82fd2a95
|
[] |
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
| 172
|
sce
|
Ex9_15_18.sce
|
//Section-9,Example-1,Page no.-E.32
//To calculate emf of the given cell.
clc;
n=2
C_2=0.1
C_1=0.01
E_cell=(0.0591/2)*(log10(C_2/C_1))
disp(E_cell,'Emf of the given cell')
|
78b0dcfddbec802070f54f7f10081e36599a77e3
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1646/CH15/EX15.11/Ch015Ex11.sce
|
7e60d49fbb8942196f60633bc8b1766415c24435
|
[] |
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
| 987
|
sce
|
Ch015Ex11.sce
|
// Scilab code Ex15.11 : Pg:774(2008)
clc;clear;
function [bini]= decimal_binary(ni) // Function to convert decimal to binary
bini = 0;
i = 1;
while (ni <> 0)
rem = ni-fix(ni./2).*2;
ni = int(ni/2);
bini = bini + rem*i;
i = i * 10;
end
endfunction
function [deci]= binary_decimal(ni) // Function to convert binary to decimal
deci = 0;
i = 0;
while (ni <> 0)
rem = ni-fix(ni./10).*10;
ni = int(ni/10);
deci = deci + rem*2.^i;
i = i + 1;
end
endfunction
function binp = bin_division(op1, op2)
binp = decimal_binary(binary_decimal(op1)/binary_decimal(op2));
endfunction
dividend = 11001 ; // Initialize the first binary multiplicand
divisor = 101; // Initialize the second binary multiplicand
product = bin_division(dividend, divisor);
printf("%5d divided by %3d gives %3d", dividend, divisor, product);
// Result
// 11001 divided by 101 gives 101
|
2d2c9b0290857ab54555de9867a2ea57d01ecb13
|
1573c4954e822b3538692bce853eb35e55f1bb3b
|
/DSP Functions/zpkshift/test_4.sce
|
29407f57c55b09d951b446288cf2a89d051389eb
|
[] |
no_license
|
shreniknambiar/FOSSEE-DSP-Toolbox
|
1f498499c1bb18b626b77ff037905e51eee9b601
|
aec8e1cea8d49e75686743bb5b7d814d3ca38801
|
refs/heads/master
| 2020-12-10T03:28:37.484363
| 2017-06-27T17:47:15
| 2017-06-27T17:47:15
| 95,582,974
| 1
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 168
|
sce
|
test_4.sce
|
// Test # 4 : Incorrect number of output Arguments
exec('./zpkshift.sci',-1);
[z,p,k,n,d,e]=zpkshift(0.3,2,8,0.8,0.2);
//!--error 59
//Wrong number of output arguments
|
b77e20b9ba7884ce1d8ec33ceb5904677f352a8e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1382/CH2/EX2.4/EX_2_4.SCE
|
5ee5da7b9f01641036e1569251e35fe16652b4c9
|
[] |
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
| 368
|
sce
|
EX_2_4.SCE
|
// Example 2.4: Calculate base current and collector current
Beta=100;//Common Emitter D.C. Current gain
Ie=10;// Emitter current in mili ampere
alfa= (Beta/(Beta+1));//Common Base D.C. Current gain
Ic= alfa*Ie;// Collector current in milli ampere
Ib=Ie-Ic;// Base Current in milli ampere
disp(Ic,"Collector current (in mA)")
disp(Ib,"Base current (in mA)")
|
cc286be79ed713e50e9327fbce587638976bf81a
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3769/CH23/EX23.5/Ex23_5.sce
|
c59e5d550a05881b7349df70ab101e0a12c71f41
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 182
|
sce
|
Ex23_5.sce
|
clear
//Given
A=2*10**-4
I=30*10**-2
t=1
E=6.62*10**-19
//Calculation
n=(I*A)/E
//Result
printf("\n Rate at which photons strike the surface is %0.2f *10**13 photons/s",n*10**-13)
|
e1da785263c686eb424a4be90098e771adbda622
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1652/CH15/EX15.6/15_6.sce
|
f752ca0a1e6665170a9b2b3ecadbdb76f4f30680
|
[] |
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
| 175
|
sce
|
15_6.sce
|
clc
//Initialization of variables
e1=0.763 //volt
e2=0.337 //volt
//calculations
e0=e1+e2
//results
printf("Standard electrode potential of the cell = %.3f volts",e0)
|
e3da754263b4b95ffb3ec74c69ebbde1752e4d1d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/564/DEPENDENCIES/5_2data.sci
|
9c011b9441722bbabfdfac3e74b9577ef66a239f
|
[] |
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
| 57
|
sci
|
5_2data.sci
|
clear all
w=5;//in N/m
L=20;//in m
EI=70000;//in N.m^2
|
7392a6751009a56e496c26ac8b0186c17db8389f
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2870/CH10/EX10.4/Ex10_4.sce
|
443c95bfefce830dbf75077b9da58ce74cd3a122
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 628
|
sce
|
Ex10_4.sce
|
clc;clear;
//Example 10.4
//given data
P1=10;
P2=15000;
P3=15000;
T3=600;
P4=4000;
T5=600;
P6=10;
x6=0.896;
//from steam table
//at state 1
h1=191.81;
v1=0.00101;
//at state 3
h3=3593.1;
s3=6.6796;
//at state 4
h4=3155;
T4=375.5;
//at state 6
sf=0.6492;
sfg=7.4996;
hf=191.81;
hfg=2392.1;
//calculations
s6=sf+x6*sfg;
h6=hf+x6*hfg;
//s5 = s6
//from tables
P5=4000;//in kPa
h5=3674.9;
disp(P5/1000,'the pressure at which the steam should be reheated in MPa');
//s2 = s1
win=v1*(P2-P1);
h2=h1+win;
qin=(h3-h2)+(h5-h4);
qout=h6-h1;
nth=1-(qout/qin);
disp(nth,'thermal efficiency is')
|
5e1b8844d13550a1c1c5e30f69a648064f1b4cc3
|
f8bb2d5287f73944d0ae4a8ddb85a18b420ce288
|
/Scilab/SMC-imput.sce
|
df8c3074d76f33774997d87d3b03dbbe596ee1be
|
[] |
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
| 1,773
|
sce
|
SMC-imput.sce
|
lines(0)
// 定数行列 //
AF = [-2 1 0;0 0 1;0 0 1];
BF = [0;0;1];
S = [1 2 1];
// むだ時間 //
L = 0.5;
LL = 50*L;
// 離散化システム //
h = 0.02; // サンプリング時間 //
cont = syslin('c',AF,BF,S);
disc = dscr(cont,h); // 離散化 //
[A,B,Sd] = abcd(disc);
// 初期条件 //
X = [0.5 1.0 1.5]';
zc = [0.5 1.0 1.5]';
zh = [0.5 1.0 1.5]';
K = 10;
// スライディングモード制御とスミス法 //
for i = 1:250;
sigma = S*X; // 切換超平面 //
sigma1 = S*(-(X-zh)+zc); // スミス法を用いた切換超平面 //
U(i) = -inv(S*BF)*(S*AF*X)-K*sigma/norm(sigma);
u(i) = -inv(S*BF)*(S*AF*(-(X-zh)+zc))-K*sigma1/norm(sigma1);
if i<=LL // むだ時間経過前 //
UL = 0;
else // むだ時間経過後 //
UL = U(i-LL);
end
dX = A*X+B*UL;
dzc = A*zc+B*u(i);
dzh = A*zh+B*UL;
Xh1(:,i) = X;
Wh1(:,i) = -(X-zh)+zc;
Uh1(1,i) = UL;
Sh1(1,i) = sigma;
Sh2(1,i) = sigma1;
X = dX;
zc = dzc;
zh = dzh;
end
// グラフ作成 //
clf
tt =0:h:(i-1)*h;
xset("window",0);
subplot(222),plot(tt,Uh1),xgrid
title('Control Input')
xlabel('Time [s]')
ylabel('Control Input [N]')
subplot(221),plot(tt,Xh1(1,:),tt,Xh1(2,:),tt,Xh1(3,:)),xgrid
title('Parameter')
xlabel('Time [s]')
ylabel('Displacement [m]')
subplot(223),plot(tt,Sh1),xgrid
title('Swiching Function')
xlabel('Time [s]')
ylabel('Swiching Function')
xset("window",1);
subplot(222),plot(tt,Uh1),xgrid
title('Control Input')
xlabel('Time [s]')
ylabel('Control Input [N]')
subplot(221),plot(tt,Wh1(1,:),tt,Wh1(2,:),tt,Wh1(3,:)),xgrid
title('Parameter')
xlabel('Time [s]')
ylabel('Displacement [m]')
subplot(223),plot(tt,Sh2),xgrid
title('Swiching Function')
xlabel('Time [s]')
ylabel('Swiching Function')
clear tt Uh1 Xh1 Sh1;
|
2ee65f3013b484585f2bf8579af669516d07cc29
|
1489f5f3f467ff75c3223c5c1defb60ccb55df3d
|
/tests/test_diff_1_a.tst
|
99a6496cc4e83ae96f0e00a1ee2f124affc82f21
|
[
"MIT"
] |
permissive
|
ciyam/ciyam
|
8e078673340b43f04e7b0d6ac81740b6cf3d78d0
|
935df95387fb140487d2e0053fabf612b0d3f9e2
|
refs/heads/master
| 2023-08-31T11:03:25.835641
| 2023-08-31T04:31:22
| 2023-08-31T04:31:22
| 3,124,021
| 18
| 16
| null | 2017-01-28T16:22:57
| 2012-01-07T10:55:14
|
C++
|
UTF-8
|
Scilab
| false
| false
| 11
|
tst
|
test_diff_1_a.tst
|
a0 2
x0
x1
|
efd5764ade68608ad697e553190741781909f4ce
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/858/CH8/EX8.5/example_5.sce
|
eb168e7f914815acf9fd75e0f87347812475a87e
|
[] |
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
| 390
|
sce
|
example_5.sce
|
clc
clear
printf("example 8.5 page number 341\n\n")
//to find viscosity of oil
diameter=0.6; //in m
disk_distance=1.25*10^-3; //in m
speed=5; //revolutions/min
torque=11.5; //in Joules
//we know that torque= pi*omega*viscosity*radius^4/2*disc_distance
viscosity=(2*disk_distance*torque)/(3.14*(10*3.14)*(diameter/2)^4);
printf("viscosity = %f Pa-s",viscosity)
|
c0b3df9fcd31e0a4e6d76ffb1597e3c3798035bd
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1862/CH18/EX18.3/C18P3.sce
|
edb5620c542daa18da0633dff835daf9d780aa9b
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 628
|
sce
|
C18P3.sce
|
clear
clc
//to find amplitude of combined wave
//to find value by which phase difference be changed
// GIVEN:
//amplitude of each wave
ym = 9.7//in mm
//phase difference
fi = 110//in degree
// SOLUTION
//using equations of interference of waves
//amplitude of combined wave
y = 2*ym*(cosd(fi/2))//in mm
//value by which phase difference be changed
delta_fi = 2*(acosd(1/2))//in degree
delta_fi1 = -(delta_fi)//in degree
printf ("\n\n Amplitude of combined wave y = \n\n %.1f mm",y)
printf ("\n\n Value by which phase difference be changed delta_fi = \n\n %3i degree or %3i degree ",delta_fi,delta_fi1)
|
a56787c9b9d488bc22ecf262ccbf631551e7ed7b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2411/CH5/EX5.25/Ex5_25.sce
|
105a50c6b0d2e214c206e1c746a09fd3470b4e7e
|
[] |
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
| 852
|
sce
|
Ex5_25.sce
|
// Scilab Code Ex5.25: Page-296 (2008)
clc; clear;
h = 6.62e-034; // Planck's constant, Js
delta_t = 1e-012; // Life time of a nucleus in the excited state, s
delta_E = h/(2*%pi*delta_t); // Minimum uncertainty in the energy of the excited state of the nucleus, J
// As E = h*nu, solving for delta_nu
delta_nu = delta_E/h; // Minimum uncertainty in the frequency of the excited state of the nucleus, Hz
printf("\nThe minimum uncertainty in the energy of the excited state of the nucleus = %5.3e J", delta_E);
printf("\nThe minimum uncertainty in the frequency of the excited state of the nucleus = %4.2e MHz", delta_nu/1e+006);
// Result
// The minimum uncertainty in the energy of the excited state of the nucleus = 1.054e-022 J
// The minimum uncertainty in the frequency of the excited state of the nucleus = 1.59e+005 MHz
|
7e448b56008bcd0f1810a4c861a6d89cc1c650bb
|
127061b879bebda7ce03f6910c80d0702ad1a713
|
/Structure/PIL_recip_vec.sci
|
5dd879819c17e00f5ba107f87b66a2c44d94a20b
|
[] |
no_license
|
pipidog/PiLib-Scilab
|
961df791bb59b9a16b3a32288f54316c6954f128
|
125ffa71b0752bfdcef922a0b898263e726db533
|
refs/heads/master
| 2021-01-18T20:30:43.364412
| 2017-08-17T00:58:50
| 2017-08-17T00:58:50
| 100,546,695
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 828
|
sci
|
PIL_recip_vec.sci
|
// **** Purpose ****
// This program gives you the primitive vectors of reciprocal lattice.
// **** Variables ****
// [primitive_cell]: 3x3, real
// <= primitive cell in row vectors
// [b]: 3x3, real
// => reciprocal lattice in row vectros
// **** Version ****
// 05/01/2014 first version
// 06/03/2014 fully rewrite to accept all dimension
// **** Comment ****
function b=PIL_recip_vec(primitive_cell)
select length(primitive_cell(:,1))
case 3
b1=2*%pi*inv(primitive_cell)*[1;0;0];
b2=2*%pi*inv(primitive_cell)*[0;1;0];
b3=2*%pi*inv(primitive_cell)*[0;0;1];
b=[b1';b2';b3'];
case 2
b1=2*%pi*inv(primitive_cell)*[1;0];
b2=2*%pi*inv(primitive_cell)*[0;1];
b=[b1';b2'];
case 1
b1=2*%pi*inv(primitive_cell)*[1];
b=[b1'];
end
endfunction
|
1947b3f518620048899183265225bd62443368c2
|
1db0a7f58e484c067efa384b541cecee64d190ab
|
/macros/enbw.sci
|
f7cc457943c6bdd3ee6d7cac6c6759ba8e994806
|
[] |
no_license
|
sonusharma55/Signal-Toolbox
|
3eff678d177633ee8aadca7fb9782b8bd7c2f1ce
|
89bfeffefc89137fe3c266d3a3e746a749bbc1e9
|
refs/heads/master
| 2020-03-22T21:37:22.593805
| 2018-07-12T12:35:54
| 2018-07-12T12:35:54
| 140,701,211
| 2
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,249
|
sci
|
enbw.sci
|
function bw= enbw (window, fs)
// This function estimate Equivalent noise bandwidth.
// Calling Sequence
// bw=enbw(window)
// bw=enbw(window, fs)
//
// Parameters
// window: specify the sample window.
// fs: specify the sampling rate of window.
// bw: returns the two-sided equivalent noise bandwidth for a uniformly sampled window
// Examples
// window=1:10
//fs=2.5
//bw=enbw(window, fs)
// See also
// Authors
// Jitendra Singh
if isreal(window) then
else
error ('Input arguments window should be real.')
end
if isvector(window) then
else
error ('Input arguments window should be a vector.')
end
if or(type(window)==10) then
error ('Input arguments must be double.')
end
if type (window)~=1 then
error ('Expected input number 1, WINDOW, to be one of these types: double, single..Isntead its type was char.' )
end
rms_win= sqrt(mean(window.*window));
bw = (rms_win/mean(window))^2;
if argn(2) > 1
if fs<=0 then
error ('Expected input number 2, Fs, to be positive.')
end
bw = bw * (fs) / length(window);
end
endfunction
|
28e835638368b92177f6427d1078e7f33964f4a9
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2741/CH5/EX5.12/Chapter5_Example12.sce
|
44c6411b34db58b4c21c6afcf134da9778f412dd
|
[] |
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
| 355
|
sce
|
Chapter5_Example12.sce
|
clc
clear
//Input data
T=300;//The given temperature in K
R=8.3*10^7;//The Universal gas constant in ergs/g mol-K
//Calculations
E=((3/2)*(R*T))/10^7;//The total random kinetic energy per gram -molecule of oxygen in joules
//Output
printf('The total random kinetic energy of one gm-molecule of oxygen at 300 K is K.E = %3.0f joules',E)
|
1d0dec20a7c0a2789795f18f0d4dc456590bdad6
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1052/CH9/EX9.3/93.sce
|
d971e8b3a4c2bae625c7c3504efb786a84d85036
|
[] |
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
| 749
|
sce
|
93.sce
|
clc;
//Example 9.3
//page no 88
printf("Example 9.3 page no 88\n\n");
//water flow in a pipe
rho=62.4//density of water
D=0.167//diameter of pipe
g=32.174//gravitational constant
M_dot_out=0//momentum out in x dir
F_x=5//foce in the x dir
printf("density rho=%f lb/ft^3\n diameter D=%f ft\n momentum M_dot_out=%f lbf\n forc in x dir F_x=%f lbf",rho,D,M_dot_out,F_x);
M_dot_in=M_dot_out+F_x//momentum in
printf("\n momentum M_dot_in=%f lbf",M_dot_in);
S=(%pi*D^2)/4//surface area
printf("\n surface area S=%f ft^2",S);
v=sqrt((M_dot_in*g)/(rho*S))
printf("\n velocity =%f ft/s",v);
q=S*v//volumatric flow rate
m_dot=rho*q//mass flow rate
printf("\n volumatric flow rate q=%f ft^3/s\n mass flow rate m_dot=%f lb/s",q,m_dot);
|
46d94ed4e419e493b0509a0528ea73b2ad716ce6
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3793/CH13/EX13.3/exp_13_3.sce
|
988ad844d9ea5313e074842ee8a906e7bfaf900a
|
[] |
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,775
|
sce
|
exp_13_3.sce
|
clear;
clc;
Ybusa=zeros(4,4);
Ybusb=zeros(4,4);
Ybusa(1,1)=1/(complex(0,4))+1/(complex(0,.8))+1/(complex(0,.5))+1/(complex(0,.4));
Ybusa(1,2)=-1/(complex(0,.8));
Ybusa(2,1)=Ybusa(1,2);
Ybusa(1,3)=-1/(complex(0,.5));
Ybusa(3,1)=Ybusa(1,3);
Ybusa(1,4)=-1/(complex(0,.4));
Ybusa(4,1)=Ybusa(1,4);
Ybusa(2,2)=1/(complex(0,.8));
Ybusa(3,3)=1/(complex(0,.5))+1/(complex(0,.1));
Ybusa(3,4)=-1/(complex(0,.1));
Ybusa(4,3)=Ybusa(3,4);
Ybusa(4,4)=1/(complex(0,.1))+1/(complex(0,.4));
Ybusb(1,1)=1/(complex(0,.2))+1/(complex(0,.4));
Ybusb(1,2)=-1/(complex(0,.2));
Ybusb(2,1)=Ybusb(1,2);
Ybusb(2,3)=-1/(complex(0,.5));
Ybusb(3,2)=Ybusb(2,3);
Ybusb(1,4)=-1/(complex(0,.4));
Ybusb(4,1)=Ybusb(1,4);
Ybusb(2,2)=1/(complex(0,.2))+1/(complex(0,.5));
Ybusb(3,3)=1/(complex(0,5))+1/(complex(0,.5))+1/(complex(0,.25));
Ybusb(3,4)=-1/(complex(0,.25));
Ybusb(4,3)=Ybusb(3,4);
Ybusb(4,4)=1/(complex(0,.25))+1/(complex(0,.4));
Zbusa=inv(Ybusa);
Zbusb=inv(Ybusb);
Zbusa(1,:)=[];
Zbusa(:,1)=[];
Zbusb(4,:)=[];
Zbusb(:,4)=[];
Zbusb(3,:)=[];
Zbusb(:,3)=[];
AA=[1 0 0;1 0 0;0 0 1];
Zbounda=AA*Zbusa*AA';
AB=[-1 0;0 -1;0 -1];
Zboundb=AB*Zbusb*AB';
Ztie=[complex(0,.1) 0 0;0 complex(0,.2) 0; 0 0 complex(0,.3)];
Z=Zbounda+Ztie+Zboundb;
Va=[complex(1,0); complex(1.0086,-.0529); complex(.9794,-.0342);complex(.999,-.0436)];
Vb=[complex(.994,-0.0349); complex(1.0047,-.0263); complex(1,0);complex(.9898,.0173)];
Vdiff=[Va(2)-Vb(1);Va(2)-Vb(2);Va(4)-Vb(2)];
Itie=inv(Z)*Vdiff;
Abusa=[0 1 0 0;0 1 0 0;0 0 0 1];
Vadash=Va-inv(Ybusa)*Abusa'*(-Itie);
Abusb=[ -1 0 0 0;0 -1 0 0;0 -1 0 0];
Vbdash=Vb-inv(Ybusb)*Abusb'*(-Itie);
mprintf("Bus voltages of A power system are");
disp(Vadash);
mprintf("Bus voltages of B power system are");
disp(Vbdash);
|
664ccabcf598a67306dc25913c57156b4fc8dda2
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3407/CH10/EX10.2/Ex10_2.sce
|
5e466c2a8fa382b83c7d836943286d0d0f0fa5ea
|
[] |
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
| 239
|
sce
|
Ex10_2.sce
|
clear;
clc;
funcprot(0);
//given data
a_ = 1/3;
//Calculations
R2_R1 = 1/(1-a_)^0.5;
R3_R1 = 1/(1-2*a_)^0.5;
R3_R2 = ((1-a_)/(1-2*a_))^0.5;
//Results
printf('R2/R1 = %.3f\n R3/R1 = %.3f\n R3/R2 = %.3f',R2_R1,R3_R1,R3_R2);
|
2cfe6a39bca23ef55c7afb59f50a65ef9dacc522
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1760/CH8/EX8.38/EX8_38.sce
|
148ed7c650091ff9a5e355d80abd142413cbd1a2
|
[] |
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
| 231
|
sce
|
EX8_38.sce
|
//EXAMPLE 8-38 PG NO-554
N=5.6234;
Ro=450;
R1=Ro*[(N^2-1)/(2*N)];
R2=Ro*[(N+1)/(N-1)];
disp('i) RESISTANCE (R1) is = '+string (R1) +' ohm ');
disp('ii) RESISTANCE (R2) is = '+string (R2) +' ohm ');
|
480555856c2239d41b43ea213be7b9c05ea22e33
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1301/CH3/EX3.8/ex3_8.sce
|
b843cccbb5f52f2500827133842adc703539c5c8
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 162
|
sce
|
ex3_8.sce
|
clc;
a=20; //acc. in m/sec square
F=80; //force in Newton
m=F/a; //using F=m*a (Newton's Law)
disp(m,"Mass in kg = "); //displaying result
|
c9a27d59946a09634cc165d693b336ca351e638a
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2594/CH2/EX2.14/Ex2_14.sce
|
62c80556ef2fb3346e622641432ef2e1767385fc
|
[] |
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
| 337
|
sce
|
Ex2_14.sce
|
clc
no=1.5*10^10
disp("no = "+string(no)+"/cm^3") //initializing value of electrons and hole per cm^3.
n=1*10^18
disp("n = "+string(n)+"/cm^3") //initializing value of number of electrons per cm^3.
p=(no^2/n)
disp("number of holes ,p=(no^2/n))= "+string(p)+" /cm^3")//calculation
//this is solved problem 2.1 of chapter 2.
|
4c6e1c8be9c969c7cba330d174e0029b6f5922a2
|
931df7de6dffa2b03ac9771d79e06d88c24ab4ff
|
/Multiple Bounces.sce
|
393172f35221393e50020a72d71c33d23dd44ad0
|
[] |
no_license
|
MBHuman/Scenarios
|
be1a722825b3b960014b07cda2f12fa4f75c7fc8
|
1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137
|
refs/heads/master
| 2023-01-14T02:10:25.103083
| 2020-11-21T16:47:14
| 2020-11-21T16:47:14
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 60,912
|
sce
|
Multiple Bounces.sce
|
Name=Multiple Bounces
PlayerCharacters=player_char
BotCharacters=bounce.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=player_char
AddedBots=bounce.bot;bounce.bot;bounce.bot;bounce.bot;bounce.bot;bounce.bot
PlayerMaxLives=0
BotMaxLives=0;0;0;0;0;0
PlayerTeam=1
BotTeams=2;2;2;2;2;2
MapName=multiple_bounce.map
MapScale=6.0
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=true
InvincibleBots=false
Timescale=1.0
BlockHealthbars=true
TimeRefilledByKill=0.0
ScoreToWin=0.0
ScorePerDamage=0.0
ScorePerKill=10.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=0.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=true
ScoreMultDamageEfficiency=false
ScoreMultKillEfficiency=false
GameTag=
WeaponHeroTag=pistol
DifficultyTag=3
AuthorsTag=NFNT
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=false
BlockFCT=true
Description=Kill while switching targets that bounce multiple times in the air.
GameVersion=2.0.2.0
ScorePerDistance=0.0
MBSEnable=false
MBSTime1=0.25
MBSTime2=0.5
MBSTime3=0.75
MBSTime1Mult=1.0
MBSTime2Mult=2.0
MBSTime3Mult=3.0
MBSFBInstead=false
MBSRequireEnemyAlive=false
LockFOVRange=true
LockedFOVMin=103.0
LockedFOVMax=103.0
LockedFOVScale=Clamped Horizontal
[Aim Profile]
Name=Aimgod
MinReactionTime=0.25
MaxReactionTime=0.25
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=90.0
FlickSpeed=10.0
FlickError=0.0
TrackSpeed=10.0
TrackError=0.0
MaxTurnAngleFromPadCenter=360.0
MinRecenterTime=0.0
MaxRecenterTime=0.0
OptimalAimFOV=360.0
OuterAimPenalty=0.0
MaxError=0.0
ShootFOV=90.0
VerticalAimOffset=-50.0
MaxTolerableSpread=0.0
MinTolerableSpread=0.0
TolerableSpreadDist=100.0
MaxSpreadDistFactor=1.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Aim Profile]
Name=Default
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Bot Profile]
Name=bounce
DodgeProfileNames=bounce_dodge
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Aimgod;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=bounce_char
SeeThroughWalls=false
NoDodging=false
NoAiming=true
AbilityUseTimer=1.0
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=1.0
UseAbilityFreqMaxTime=1.0
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Character Profile]
Name=player_char
MaxHealth=100.0
WeaponProfileNames=pistol;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=500.0
Acceleration=16000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=0.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=230.0
MainBBRadius=55.0
MainBBHasHead=true
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=true
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=true
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.25
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=bounce_char
MaxHealth=10.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.1
MaxRespawnDelay=0.5
StepUpHeight=0.0
CrouchHeightModifier=0.0
CrouchAnimationSpeed=0.1
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=100000.0
MaxCrouchSpeed=0.0
Acceleration=100000.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=4000.0
Gravity=8.0
AirControl=0.0
CanCrouch=false
CanPogoJump=true
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=10
AirJumpVelocity=4000.0
MainBBType=Cylindrical
MainBBHeight=250.0
MainBBRadius=125.0
MainBBHasHead=false
MainBBHeadRadius=55.0
MainBBHeadOffset=-10.0
MainBBHide=true
ProjBBType=Cylindrical
ProjBBHeight=250.0
ProjBBRadius=125.0
ProjBBHasHead=false
ProjBBHeadRadius=55.0
ProjBBHeadOffset=-10.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=Jump.abilmov;;;
HideWeapon=true
AerialFriction=1000.0
StrafeSpeedMult=1.0
BackSpeedMult=0.1
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=true
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=0.1
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.25
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=0.0
VerticalSpawnOffset=0.0
TerminalVelocity=4000.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Dodge Profile]
Name=bounce_dodge
MaxTargetDistance=10000.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.00001
MaxLRTimeChange=0.00001
MinFBTimeChange=0.00001
MaxFBTimeChange=0.00001
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=1.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.1
MaxCrouchTime=0.1
MinJumpTime=0.0
MaxJumpTime=0.0
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Weapon Profile]
Name=pistol
Type=Hitscan
ShotsPerClick=1
DamagePerShot=10.0
KnockbackFactor=80.0
TimeBetweenShots=0.1
Pierces=false
Category=SemiAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.00001
ReloadTimeFromPartial=0.00001
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=10.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.001
HitSoundCooldown=0.001
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=20.0
RecoilNegatable=false
DecalType=1
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=true
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=false
AimPunchAmount=0.0
AimPunchResetTime=0.2
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=false
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=103.0
ADSFOVScale=Valorant
ADSAllowUserOverrideFOV=false
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Blank
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.1
IncReloadLoopTime=0.1
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.1
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=-50.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=None
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Spark
ParticleBodyImpact=Spark
ParticleProjectileTrail=
ParticleHitscanTrace=None
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=0.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Movement Ability Profile]
Name=Jump
MaxCharges=1.0
ChargeTimer=0.1
ChargesRefundedOnKill=0.0
DelayAfterUse=0.0
FullyAuto=false
AbilityDuration=0.0
LockDirectionForDuration=true
NegateGravityForDuration=true
MainVelocity=0.0
MainVelocityCanGoVertical=true
MainVelocitySetToMovementKeys=true
UpVelocity=4000.0
EndVelocityFactor=1.0
Hurtbox=false
HurtboxRadius=50.0
HurtboxDamage=50.0
HurtboxGroundKnockbackFactor=1.0
HurtboxAirKnockbackFactor=1.0
AbilityBlocksTurning=false
AbilityBlocksMovement=true
AbilityBlocksAttack=false
AttackCancelsAbility=false
AbilityReloadsWeapon=false
HealthRestore=0.0
AIUseInCombat=true
AIUseOutOfCombat=true
AIUseOnGround=true
AIUseInAir=true
AIReuseTimer=0.1
AIMinSelfHealth=0.0
AIMaxSelfHealth=100.0
AIMinTargHealth=0.0
AIMaxTargHealth=100.0
AIMinTargDist=0.0
AIMaxTargDist=10000.0
AIMaxTargFOV=360.0
AIDamageReaction=false
AIDamageReactionIgnoreChance=0.0
AIDamageReactionMinDelay=0.125
AIDamageReactionMaxDelay=0.25
AIDamageReactionCooldown=1.0
AIDamageReactionThreshold=0.0
AIDamageReactionResetTimer=0.1
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
String32 targetGameOverCamera end
UInt8 playersMin 1
UInt8 playersMax 16
brush
vertices
-895.999878 -32.000000 895.999878
895.999878 -32.000000 895.999878
895.999756 -32.000000 -896.000000
-896.000000 -32.000000 -895.999939
-895.999878 -48.000000 895.999878
895.999878 -48.000000 895.999878
895.999756 -48.000000 -896.000000
-896.000000 -48.000000 -895.999939
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 structural/dev/dev_grey128
brush
vertices
896.000061 1064.000000 879.999878
-895.999756 1064.000000 879.999756
-895.999878 1064.000000 895.999756
896.000122 1064.000000 895.999878
896.000061 -32.000000 879.999878
-895.999756 -32.000000 879.999756
-895.999878 -32.000000 895.999756
896.000122 -32.000000 895.999878
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-896.000000 1064.000000 -880.000000
895.999878 1064.000000 -879.999939
895.999756 1064.000000 -896.000000
-896.000000 1064.000000 -895.999939
-896.000000 -32.000000 -880.000000
895.999878 -32.000000 -879.999939
895.999756 -32.000000 -896.000000
-896.000000 -32.000000 -895.999939
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-896.000000 1064.000000 -895.999939
-896.000366 1064.000000 895.999512
-640.000366 1064.000000 895.999512
-640.000244 1064.000000 -896.000000
-896.000000 -32.000000 -895.999939
-896.000366 -32.000000 895.999512
-640.000366 -32.000000 895.999512
-640.000244 -32.000000 -896.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
895.999878 1064.000000 895.999878
895.999756 1064.000000 -895.999084
639.999756 1064.000000 -895.999939
639.999756 1064.000000 895.999756
895.999878 -32.000000 895.999878
895.999756 -32.000000 -895.999084
639.999756 -32.000000 -895.999939
639.999756 -32.000000 895.999756
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-896.000000 1060.000000 896.000000
896.000000 1060.000000 896.000000
896.000000 1060.000000 -896.000000
-896.000000 1060.000000 -896.000000
-896.000000 1044.000000 896.000000
896.000000 1044.000000 896.000000
896.000000 1044.000000 -896.000000
-896.000000 1044.000000 -896.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-640.000000 1044.000000 880.000000
639.999878 1044.000000 880.000000
639.999878 1044.000000 -880.000000
-640.000000 1044.000000 -880.000000
-640.000000 1040.000000 880.000000
639.999878 1040.000000 880.000000
639.999878 1040.000000 -880.000000
-640.000000 1040.000000 -880.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 common/materials/misc/blackout
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 common/materials/misc/blackout
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 common/materials/misc/blackout
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 common/materials/misc/blackout
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 common/materials/misc/blackout
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 common/materials/misc/blackout
entity
type CameraPath
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type PlayerSpawn
Vector3 position 0.000000 280.000000 -800.000000
Bool8 teamB 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 0.000000 80.000000 350.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 0.000000 80.000000 450.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 0.000000 80.000000 550.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 0.000000 80.000000 650.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -100.000000 80.000000 650.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -100.000000 80.000000 550.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -100.000000 80.000000 450.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -100.000000 80.000000 350.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 200.000000 80.000000 350.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 200.000000 80.000000 450.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 200.000000 80.000000 550.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 200.000000 80.000000 650.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 100.000000 80.000000 650.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 100.000000 80.000000 550.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 100.000000 80.000000 450.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 100.000000 80.000000 350.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -200.000000 80.000000 350.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -200.000000 80.000000 450.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -200.000000 80.000000 550.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -200.000000 80.000000 650.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 50.000000 10.000000 300.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 50.000000 10.000000 400.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 50.000000 10.000000 500.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 50.000000 10.000000 600.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -50.000000 10.000000 600.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -50.000000 10.000000 500.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -50.000000 10.000000 400.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -50.000000 10.000000 300.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 150.000000 10.000000 600.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 150.000000 10.000000 500.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 150.000000 10.000000 400.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 150.000000 10.000000 300.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -150.000000 10.000000 300.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -150.000000 10.000000 400.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -150.000000 10.000000 500.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -150.000000 10.000000 600.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 200.000000 80.000000 250.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 0.000000 80.000000 250.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 100.000000 80.000000 250.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -100.000000 80.000000 250.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -200.000000 80.000000 250.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -300.000000 80.000000 250.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -250.000000 10.000000 300.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -300.000000 80.000000 350.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -250.000000 10.000000 400.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -300.000000 80.000000 450.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -250.000000 10.000000 500.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -300.000000 80.000000 550.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -250.000000 10.000000 600.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -300.000000 80.000000 650.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 300.000000 80.000000 250.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 250.000000 10.000000 300.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 300.000000 80.000000 350.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 250.000000 10.000000 400.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 250.000000 10.000000 500.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 300.000000 80.000000 450.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 250.000000 10.000000 600.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 300.000000 80.000000 550.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 300.000000 80.000000 650.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 0.000000 280.000000 350.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 0.000000 280.000000 450.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 0.000000 280.000000 550.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 0.000000 280.000000 650.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -100.000000 280.000000 650.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -100.000000 280.000000 550.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -100.000000 280.000000 450.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -100.000000 280.000000 350.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 200.000000 280.000000 350.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 200.000000 280.000000 450.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 200.000000 280.000000 550.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 200.000000 280.000000 650.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 100.000000 280.000000 650.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 100.000000 280.000000 550.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 100.000000 280.000000 450.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 100.000000 280.000000 350.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -200.000000 280.000000 350.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -200.000000 280.000000 450.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -200.000000 280.000000 550.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -200.000000 280.000000 650.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 50.000000 210.000000 300.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 50.000000 210.000000 400.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 50.000000 210.000000 500.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 50.000000 210.000000 600.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -50.000000 210.000000 600.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -50.000000 210.000000 500.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -50.000000 210.000000 400.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -50.000000 210.000000 300.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 150.000000 210.000000 600.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 150.000000 210.000000 500.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 150.000000 210.000000 400.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 150.000000 210.000000 300.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -150.000000 210.000000 300.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -150.000000 210.000000 400.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -150.000000 210.000000 500.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -150.000000 210.000000 600.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 200.000000 280.000000 250.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 0.000000 280.000000 250.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 100.000000 280.000000 250.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -100.000000 280.000000 250.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -200.000000 280.000000 250.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -300.000000 280.000000 250.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -250.000000 210.000000 300.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -300.000000 280.000000 350.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -250.000000 210.000000 400.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -300.000000 280.000000 450.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -250.000000 210.000000 500.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -300.000000 280.000000 550.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -250.000000 210.000000 600.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -300.000000 280.000000 650.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 300.000000 280.000000 250.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 250.000000 210.000000 300.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 300.000000 280.000000 350.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 250.000000 210.000000 400.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 250.000000 210.000000 500.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 300.000000 280.000000 450.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 250.000000 210.000000 600.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 300.000000 280.000000 550.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 300.000000 280.000000 650.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 50.000000 410.000000 300.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 50.000000 410.000000 400.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 50.000000 410.000000 500.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 50.000000 410.000000 600.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -50.000000 410.000000 600.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -50.000000 410.000000 500.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -50.000000 410.000000 400.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -50.000000 410.000000 300.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 150.000000 410.000000 600.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 150.000000 410.000000 500.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 150.000000 410.000000 400.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 150.000000 410.000000 300.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -150.000000 410.000000 300.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -150.000000 410.000000 400.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -150.000000 410.000000 500.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -150.000000 410.000000 600.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -250.000000 410.000000 300.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -250.000000 410.000000 400.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -250.000000 410.000000 500.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -250.000000 410.000000 600.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 250.000000 410.000000 300.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 250.000000 410.000000 400.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 250.000000 410.000000 500.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 250.000000 410.000000 600.000000
Vector3 angles -180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
|
b80e9d3b7a22f3aafc9d5a8c26a17c31c2dec59d
|
8217f7986187902617ad1bf89cb789618a90dd0a
|
/source/2.5/tests/examples/plotframe.man.tst
|
619012e2faf5c53ebe3a6b2aa3593c8e7a32073c
|
[
"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
| 587
|
tst
|
plotframe.man.tst
|
clear;lines(0);
x=[-0.3:0.8:27.3]';
y=rand(x);
rect=[min(x),min(y),max(x),max(y)];
tics=[4,10,2,5]; //4 x-intervals and 2 y-intervals
plotframe(rect,tics,[%f,%f],["My plot","x","y"],[0,0,0.5,0.5])
plot2d(x,y,2,"000")
plotframe(rect,tics,[%t,%f],["My plot with grids","x","y"],[0.5,0,0.5,0.5])
plot2d(x,y,3,"000")
plotframe(rect,tics,[%t,%t],..
["My plot with grids and automatic bounds","x","y"],[0,0.5,0.5,0.5])
plot2d(x,y,4,"000")
plotframe(rect,tics,[%f,%t],..
["My plot without grids but with automatic bounds","x","y"],..
[0.5,0.5,0.5,0.5])
plot2d(x,y,5,"000")
xset("default")
|
6890e1b4cf197d8236d70a5ea16c5890c10c7f27
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/557/CH16/EX16.3/3.sce
|
58da30975bc7ce9ac6c326df74b985c91366cf4c
|
[] |
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
|
3.sce
|
clc; funcprot(0); //Example 16.3
//Initializing the variables
a =0.5;
b = 0.5;
Dn = 1.2;
s = 1/1000;
C = 55;
g = 9.81;
//Calculations
c = (1 + a)/b;
QbyB = Dn*C*sqrt(Dn*s);
q = QbyB;
Dc = (q^2/g)^(1/3);
m = 2.4:-0.15:1.35;
total = 0;Dm = 0; N = 0; D = 0; Lm = 0;
for(i=1:length(m)-1)
Dm(i)= (m(i)+m(i+1))/2;
N(i) = 1 - (Dc/Dm(i))^3 ; // Numerator
D(i) = 1 - (Dn/Dm(i))^3; // Denominator
Lm(i) = 150*(N(i)/D(i));
total = total +Lm(i);
end
result = [Dm N D Lm];
disp(total,"distance upstream covered (approx in m):",result,"Mean Depth(Dm) Numerator Denominaotor L(m)");
|
f58ec4fe6d3b0089f2c47c9327705b514b1bfbb7
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3014/CH1/EX1.32/Ex1_32.sce
|
98a97d20cdd3609e2b5630e1daaec2ffe8813ac6
|
[] |
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
| 543
|
sce
|
Ex1_32.sce
|
clc
//Given that
lambda = 2e-13 // de Broglie wavelength of an electron in m
c = 3e8 // Speed of light in m/s
m = 9.1e-31 // Mass of electron in Kg
h = 6.63e-34 // Plank constant
printf("Example 1.32")
E = h*c/(lambda*1.6e-19)
E_rest = m*c^2/(1.6e-19) // Calculation of rest mass energy
E_total = sqrt(E^2+E_rest^2) // Total energy in eV
v_g = c*sqrt(1-(E_rest/E_total)^2) // Group velocity
v_p = c^2/v_g // Phase velocity
printf("\n Group velocity of de Broglie waves is %fc and\n phase velocity is %fc .\n\n\n",v_g/c,v_p/c)
|
8212cc4486b0ad7c811fc9758e2569d964ca37a4
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/317/CH19/EX19.9/example9.sce
|
620b672d9fa1d0a76068cc7e137740a8423d1e9f
|
[] |
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
| 454
|
sce
|
example9.sce
|
// find closed-loop bandwidth
// Electronic Principles
// By Albert Malvino , David Bates
// Seventh Edition
// The McGraw-Hill Companies
// Example 19-9, page 723
clear; clc; close;
// Given data
// LF411A
AvolB=1000-1;// given
f2ol=160;// open-loop bandwidth in hertz
// Calculations
f2cl=(1+AvolB)*f2ol;// closed-loop bandwidth in hertz
disp("hertz",f2cl,"closed-loop bandwidth")
// Result
// closed-loop bandwidth is 160 KHertz
|
dd6185063ef754a1633fe27a9c071334ac1618b9
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/182/CH3/EX3.7/example3_7.sce
|
b014f03dfd39e813e43512bfd4c217e4f2ff679c
|
[] |
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
| 710
|
sce
|
example3_7.sce
|
// To find the required multiplier resistance for the two given circuits
//Example3-7 in page 49
clc;
//Given data
V=[10 50 100];// voltage ranges in volt
Im=50e-6;// FSD=50 micro-A
Rm=1700;// coil resistance in ohm
//calculation
printf("for circuit as in figure 3-16(a)\n");
for n=1:3
R=(V(n)/Im)-Rm;
printf("R%d=%.4f M ohm\n",n,R/10^6);
end
printf("for circuit as in figure 3-16(b)\n");
R=zeros(1,3);
for n=1:3
R(n)=(V(n)/Im)-Rm-R(1)-R(2);
printf("R%d=%.4f M ohm \n",n,R(n)/10^6);
end
//result
// for circuit as in figure 3-16(a)
//R1=198300 ohm
//R2=998300 ohm
//R3=1998300 ohm
//for circuit as in figure 3-16(b)
//R1=198300 ohm
//R2=800000 ohm
//R3=1000000 ohm
|
b0629faa95450045edaeba72dc993fd2c244cc66
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/821/CH4/EX4.19/4_19.sce
|
3e4441505f64a3fd983d1202ba906e5db15b825d
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 719
|
sce
|
4_19.sce
|
tA=280;//time of flow for liquid A in seconds//
tB=200;//time of flow for liquid B in seconds//
pA=1;//density of liquid A in gram per cm^3//
pB=1.1;//density of liquid B in gram per cm^3//
h=10;//height of liquid responsible for the flow in cm//
g=980;//gravity constant in dyns//
V=1;//volume of liquid in ml//
L=10;//length of the capillary in cm//
r=0.1;//radius of the capillary in cm//
PA=h*pA*g;//Pressure of liquid A//
PB=h*pB*g;//Pressure of liquid B//
nA=(%pi*PA*tA*r^4)/(8*L*V);//Viscosity of Liquid A in centipoise//
printf('\nViscosity of Liquid A=nA=%fcentipoise',nA);
nB=(%pi*PB*tB*r^4)/(8*L*V);//Viscosity of Liquid B in centipoise//
printf('\nViscosity of Liquid B=nB=%fcentipoise',nB);
|
c7e1a056d98abf83778ecbcd98e3ad0d2f45032c
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2321/CH7/EX7.10.6/EX7_10_6.sce
|
414344c234c5c64f6c6d4357f24228f4b14ba551
|
[] |
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
|
EX7_10_6.sce
|
//Example No. 7.10.6
clc;
clear;
close;
format('v',6);
a=0.5;//m(radius)
f=0.9;//MHz(OPerating frequency)
c=3*10^8;//m/s////Speed of light
lambda=c/(f*10^6);//m(wavelength)
C=2*%pi*a;//m(Circumference)
if C/lambda<1/3 then
D=3/2;//Directivity
elseif C/lambda>1/3 then
D=0.682*C/lambda;//Directivity
end
disp(D,"Directivity : ");
|
9098fa9515234c2149b4784fd17ae4c59c95a445
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2858/CH1/EX1.4/Ex1_4.sce
|
83b18a65c52ed6ce82535ab15508617c0600694a
|
[] |
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
| 145
|
sce
|
Ex1_4.sce
|
//example 1.4
clc; funcprot(0);
F200=30;
PI=8;
GI=0.01*(F200-15)*(PI-10);
if GI<0 then
GI=0;
disp("the soil is A-2-4(0)")
end
|
bc533128d908ef2040d6c7d363945b5fe4fddf2f
|
717ddeb7e700373742c617a95e25a2376565112c
|
/3424/CH8/EX8.4/Ex8_4.sce
|
c4524882733f931aba007ee7ac68901d2ff745ec
|
[] |
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
| 503
|
sce
|
Ex8_4.sce
|
clc
// Intialization of variables
V2 = 28.6// ft/s
V3 = 22.9 // ft/s
V4 = 22.9 // ft/s
V5 = 200 // ft/s
V6 = 200 // ft/s
V7 = 80 // ft/s
V8 = 44.4 // ft/s
g = 32.2 //ft/s^2
d = 0.0765 // lb/ft^2
A = 4.0 //ft^2
// Calculations
Ht = (0.2*(V7^2 + V8^2 + V2^2 + V3^2) + 0.6*(V6)^2 + 0.2*V5^2 + 4.0*V4^2 )/(2*g) //ft
Dp = d*Ht/144 //psi
Pa = d*A*V5*Ht/550 // hp
//results
printf(" the horse supplied to the fluid by the fan is %.1f hp",Pa)
printf(" \n the value of P1-P0 is %.3f psi",Dp)
|
593f372b4dd7e7debd06c9ba7ceed65bca4f255c
|
567cea2cb660fcde8ef1be76f83726e67ebb0c23
|
/homework7/TestQueue.tst
|
8e65e2f984680bbc6071b60b178e2b9d89c0c997
|
[] |
no_license
|
vw0389/cs351
|
3fdd0c276c851a0854e47eecb26470e7034b7b02
|
c5655dc713d0f8a6f325d106e602729662fbfda6
|
refs/heads/main
| 2023-08-16T18:41:17.515448
| 2021-09-27T20:13:39
| 2021-09-27T20:13:39
| 408,193,869
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 209
|
tst
|
TestQueue.tst
|
666513343=9
2032969321=2
1662266642=78
1433139746="Catelyn"
854091938="Moo"
2054193437="alpha"
1694540270="BAA!!!"
1053347783="Bill"
1404734286="Catelyn"
399486267=0
1934792069=1
784286663=53
782705085="Ruff"
|
615ac25012da986c9c1609eff2149d8b90f38ba8
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/534/CH3/EX3.6/3_6_Spherical_Composite.sce
|
8cc30f96a1e5b25c3963b8bf5fc0e5442350a514
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,043
|
sce
|
3_6_Spherical_Composite.sce
|
clear;
clc;
printf('FUNDAMENTALS OF HEAT AND MASS TRANSFER \n Incropera / Dewitt / Bergman / Lavine \n EXAMPLE 3.6 Page 122 \n'); //Example 3.6
// Heat conduction through Spherical Container
k = .0017; //[W/m.K] From Table A.3, Silica Powder at Temp 300K
h = 5; //[W/m^2.K]
r1 = 25*10^-2; //[m] Radius of sphere
r2 = .275; //[m] Radius including Insulation thickness
//Liquid Nitrogen Properties
T = 77; //[K] Temperature
rho = 804; //[kg/m^3] Density
hfg = 2*10^5; //[J/kg] latent heat of vaporisation
//Air Properties
Tsurr = 300; //[K] Temperature
h = 20 ;//[W/m^2.K] convection coefficient
Rcond = (1/r1-1/r2)/(4*%pi*k); //Using Eq 3.36
Rconv = 1/(h*4*%pi*r2^2);
q = (Tsurr-T)/(Rcond+Rconv);
printf("\n\n (a)Rate of Heat transfer to Liquid Nitrogen %.2f W",q);
//Using Energy Balance q - m*hfg = 0
m=q/hfg; //[kg/s] mass of nirtogen lost per second
mc = m/rho*3600*24*10^3;
printf("\n\n (b)Mass rate of nitrogen boil off %.2f Litres/day",mc);
//END
|
9d2c2f86c94af7e1ccc4236408931640a540bfc9
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/647/CH10/EX10.6/Example10_6.sce
|
4e401790a06e18057a6b3fb7dab640164442294c
|
[] |
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
| 721
|
sce
|
Example10_6.sce
|
clear;
clc;
// Example: 10.6
// Page: 403
printf("Example: 10.6 - Page: 403\n\n");
// Solution
//*****Data******//
deff('[P1] = f1(T)','P1 = exp(16.5915 - 3643.31/(T - 33.424))');
deff('[P2] = f2(T)','P2 = exp(14.2532 - 2665.54/(T - 53.424))');
deff('[A] = f3(T)','A = 2.771 - 0.00523*T');
Temp = 318.15;// [K]
x1 = 0.25;
//**************//
P1sat = f1(Temp);// [kPa]
P2sat = f2(Temp);// [kPa]
A = f3(Temp);
x2 = 1 - x1;
gama1 = exp(A*x2^2);
gama2 = exp(A*x1^2);
P = x1*gama1*P1sat + x2*gama2*P2sat;
y1 = x1*gama1*P1sat/P;
y2 = x2*gama2*P2sat/P;
printf("In Vapour phase\n");
printf("The mole fraction of methanol is %.3f\n",y1);
printf("The mole fraction of methyl acetate is %.3f\n",y2);
|
bea5af28dcbafb90326083f101a7d246feee1e85
|
a62e0da056102916ac0fe63d8475e3c4114f86b1
|
/set14/s_Linear_Integrated_Circuit_M._S._Sivakumar_1757.zip/Linear_Integrated_Circuit_M._S._Sivakumar_1757/CH7/EX7.9/EX7_9.sce
|
1130f85047128ff981f6fac9665ede3ed08990e7
|
[] |
no_license
|
hohiroki/Scilab_TBC
|
cb11e171e47a6cf15dad6594726c14443b23d512
|
98e421ab71b2e8be0c70d67cca3ecb53eeef1df6
|
refs/heads/master
| 2021-01-18T02:07:29.200029
| 2016-04-29T07:01:39
| 2016-04-29T07:01:39
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 558
|
sce
|
EX7_9.sce
|
errcatch(-1,"stop");mode(2);//Example7.9 // to calculate upper and lower cut-off frequency of the band pass filter
;
;
R1 = 10*10^3 ; //K ohm
R2 = 10 ; //K ohm
C1 = 0.1*10^-6 ; // uF
C2 = 0.001 ; //uF
// the lower cut-off frequency of band pass filter is
fLC = 1/(2*%pi*R1*C1);
disp('The lower cut-off frequency FLC of band pass filter is = '+string(fLC)+' Hz ');
// The upper cut-off frequency of band pass filter is
fUC = 1/(2*%pi*R2*C2);
disp('The upper cut-off frequency FUC of band pass filter is = '+string(fUC)+' KHz ');
exit();
|
d745e3ceec8d0597c40a63702fbc017c729cfeab
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3802/CH8/EX8.18/Ex8_18.sce
|
68c8816e4e276148bd86c855858ec296f5e28196
|
[] |
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,057
|
sce
|
Ex8_18.sce
|
//Book Name:Fundamentals of Electrical Engineering
//Author:Rajendra Prasad
//Publisher: PHI Learning Private Limited
//Edition:Third ,2014
//Ex8_18.sce.
clc;
clear;
P=1000e3;
V=500;
I1=2000;
I2=400;
Ig=21; //shunt field current of generator
Im=17; //shunt field current of motor
R=0.01;
I=P/V;
printf("\n (a)")
efficiency=sqrt(I1/(I1+I2))*100;
printf("\n Effciency at full load=%2.1f percentage \n",efficiency)
printf("\n (b)")
Ia_G=I1+Ig;
copper_loss_G=Ia_G^2*R;
loss_G=V*Ig;
Ia_M=I1+I2-Im;
copper_loss_M=Ia_M^2*R;
loss_M=V*Im;
total_loss=V*I2;
other_loss=total_loss-(copper_loss_G+loss_G+copper_loss_M+loss_M); //other losses include iron,friction,windage losses
other_loss_each=other_loss/2;
total_loss_G=copper_loss_G+loss_G+other_loss_each;
Pi_G=P+total_loss_G;
efficiency=(P/Pi_G)*100;
printf("\n Efficiency with considering losses=%2.1f percentage \n",efficiency)
//There is a mistake in the (a) part calculation in the book.
//The efficiency is 91.3% not 89.1%
|
d320d638fd3c020e6070b05289db31f5f8a1bfc3
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/172/CH13/EX13.7/ex7.sce
|
46920ea9e46f4c54e211bb0271ed483babfc0fef
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 842
|
sce
|
ex7.sce
|
//ques7
//calculating humidity ratio and relative humidity
clear
clc
//1-Inlet state
//2-Exit state
P=100;//net pressure n kPa
//it is steady state adiabatic process
//water vapour leaving is saturated so Pv2=Pg2
Pg2=2.339;//saturation pressure of vapour in kPa
Pv2=Pg2;//partial pressure of vapour
w2=0.622*Pv2/(P-Pg2);
Cpa=1.004;//specific heat n kJ/kg/K
T2=20;// final temp in C
T1=30;// initial temp in C
Hfg2=2454.1;//specific heat difference at state 2 in kJ/kg
hv1=2556.3;//enthalpy of water vapour at state 1 in kJ/kg
hl2=83.96;//enthalpy of liquid water in kJ/kg
w1=(Cpa*(T2-T1)+w2*Hfg2)/(hv1-hl2);
printf('Relative humidity = %.4f \n',w1);
//also w1=0.622*Pv1/(100-Pv2)
Pv1=100*w1/(0.622+w1);
Pg1=4.246;//saturation pressure at state 1 in kPa
r=Pv1/Pg1;//humidity ratio
printf(' Humidity ratio = %.3f ',r);
|
a3a6b4592d902b83f1c6ecd53a37fee5e37edff6
|
435734fea3031191e9e00d5d54d8b14d7b01ee48
|
/scilab/areaOfTriangle.sce
|
9d1a57cda9d373e6f5e5387f6a3868e121bb22e1
|
[] |
no_license
|
sumansourabh26/everyday_codes
|
1f4bc4b05fdb51512b68c37371933535d90edf10
|
2a8c097adbb64d103dc823bdb9987e99dfd9943b
|
refs/heads/master
| 2020-05-04T15:22:13.872019
| 2014-11-05T16:11:08
| 2014-11-05T16:11:08
| 17,599,784
| 1
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 52
|
sce
|
areaOfTriangle.sce
|
a=6;
b=8;
area=0.5*a*b*sind(30);
disp(area,'area=')
|
0286baaa8fe230e7c6fcbb36889ca8eb4a0a22d8
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/291/CH6/EX6.6b/eg6_6b.sce
|
8a2794ef04bb622a83603c6372610703af06211c
|
[] |
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
| 181
|
sce
|
eg6_6b.sce
|
meaneach = 147;
sdeach = 62;
samplesize = 25;
lim =150;
samplemean = meaneach;
samplesd= sdeach/sqrt(samplesize)
prob = 1- cdfnor("PQ", lim, samplemean, samplesd)
disp(prob)
|
481607145bcbd8df3d17a3b792730640b15ec828
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1475/CH5/EX5.1/Example_5_1.sce
|
dceaf8967dcf15467679c35b5ccdc843fbad687f
|
[] |
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,226
|
sce
|
Example_5_1.sce
|
// Example 5.1 A random sample of five motor car tyres
clc;
clear;
Xij = [35 34 34 33 34; 32 32 31 28 29; 34 33 32 32 33 ];
disp(Xij,"Xij =");
Xij=Xij - 30;
disp(Xij,"Xij-30 =");
T1=0;
T2=0;
T3=0;
Total_Square=0;
for i=1
for j=1:5
T1= Xij(i,j) + T1;
end
end
for i=2
for j=1:5
T2= Xij(i,j) + T2;
end
end
for i=3
for j=1:5
T3= Xij(i,j) + T3;
end
end
T=T1+T2+T3;
disp(T,"T=T1+T2+T3 = ");
for i=1
for j=1:5e
Total_Square= Xij(i,j)^2 + Total_Square;
end
end
for i=2
for j=1:5
Total_Square= Xij(i,j)^2 + Total_Square;
end
end
for i=3
for j=1:5
Total_Square= Xij(i,j)^2 + Total_Square;
end
end
disp(Total_Square,"Total of Squares = ");
N=15;
C_F=(T^2)/N;
Total_SS= Total_Square - C_F;
SSB= ((T1^2)+(T2^2)+(T3^2))/5 -(C_F);
SSE=Total_SS - SSB;
disp(SSE,"SSE=",SSB,"SSB =",Total_SS,"Total SS =",C_F,"C.F =");
c_d= sqrt(1.5)*sqrt(2*5)*2.18;
disp(T1-T2,"|T1-T2| =",T1-T3,"|T1-T3|=",T3-T2,"|T2-T3|=" );
disp("Comparing these figure with critical difference 8.44 we find that brands A and B are of Different quality and so are brand B and C. Brands A and C may be taken to be of the same quality ",c_d,"Critical Difference = ");
|
539667ad70183fd44ff01d9ae9aa45068b9ed1eb
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/416/CH14/EX14.4/example14_4.sce
|
6973d97455f627126011ec0cebfaae5f07cb4475
|
[] |
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
| 327
|
sce
|
example14_4.sce
|
clc
clear
disp('example14.4')
rc=10000 //rated capacity
r=2 //regulation in all units
li=0.02 //load increase
f=50 //frequency
d=rc/(2*f) //d=partial derevative with respect to frequency
d=d/rc
b=d+1/r
m=li*rc/2
mpu=m/rc
df=-mpu/b
dff=-mpu/d
printf("static frequency drop %fHz \nfrequency drop %dHz",df,dff)
|
e422e92b007c282093e0c96117d8e61def85f6e2
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/135/CH13/EX13.4/EX4.sce
|
7ce86908ece2fe4050825d4356bfce297bca9a43
|
[] |
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
| 692
|
sce
|
EX4.sce
|
// Example 13.4: Maximum input power, Maximum ac output power, Maximum conversion efficiency, Maximum power dissipated by each transistor
clc, clear
VCC=15; // in volts
RL=8; // in ohms
P_dc=2*VCC^2/(%pi*RL); // Maximum input power in watts
P_ac=VCC^2/(2*RL); // Maximum ac output power in watts
eta=P_ac*100/P_dc; // Maximum efficiency in percentage
PD=2*VCC^2/(%pi^2*RL); // Maximum power dissipated in watts
PD_each=PD/2; // Maximum power dissipated by each transistor in watts
disp(P_dc,"Maximum input power (W) =");
disp(P_ac,"Maximum ac output power (W) =");
disp(eta,"Maximum conversion efficiency (%) =");
disp(PD_each,"Maximum power dissipated by each transistor (W) =");
|
b7cabd8b702a0cfc9bad2521d893b3208f764d55
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1658/CH18/EX18.3/Ex18_3.sce
|
8362a7afb40814081d0c1f3c6ac7aa91790d45b8
|
[] |
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
| 224
|
sce
|
Ex18_3.sce
|
clc;
//e.g 18.3
Rb=180*10**3;
Vcc=25;
Rc=820;
beta=80;
Ib=Vcc/Rb;//saturation current
disp('mA',Ib*10**3,"Ib=");
Ic=beta*Ib;
disp('mA',Ic*10**3,"Ic=");
Vce=Vcc-(Ic*Rc);//cut-off voltage
disp('V',Vce*1,"Vce=");
|
fadc0a4cfbc90bf855232b637cb8df889aa8e263
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/48/CH2/EX2.11/eg_2_11.sce
|
520598f91e60c0770f8523c95281ce72e90815da
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 468
|
sce
|
eg_2_11.sce
|
clear;
clc;
//N=input("enter the number for which divisibilty ");
N=45; //divident
h=1;
for i=1:N //finding all the divisors of 45
if(modulo(N,i)==0)
r(h)=i;
h=h+1;
end
end
n=max(size(r));
disp("Hasse Diagram") //displaying in the form of hasse diagram
disp("------------")
disp(r(n));
h=2;
for i=n-1:-2:3
disp("-----------");
disp(r(i),r(i-1));
h=h+1;
end
disp("----------")
disp(r(1));
|
caa9947d3416e6632568f7d6b75e96eb79d46666
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1430/CH5/EX5.1/exa5_1.sce
|
0c28f64d0485af8651d2432e1fd2ca307fd4c5cf
|
[] |
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,057
|
sce
|
exa5_1.sce
|
// Example 5.1
// Capacitor Waveforms
t_1= 0:0.001:0.01;
t_2= 0.01:0.001:0.03;
t_3= 0.03:0.001:0.06;
v_1= 20*sin(50*%pi*t_1);
v_2=20;
v_3=-20*sin(50*%pi*t_3);
// Current Equations Can be obtained by using the relation i = C(dv/dt)
i_1=3*%pi*cos(50*%pi*t_1)*10^-3;
i_2=0;
i_3=-3*%pi*cos(50*%pi*t_3)*10^-3;
// Power Equations can be obtained by using the relation p=v*i
p_1=v_1.*i_1;
p_2=20*0;
p_3=v_3.*i_3;
// Energy stored can be obtained by using the relation w=0.5*C*v^2
C=60*10^-6;
w_1=0.5*C*[20*sin(50*%pi*t_1)]^2;
w_2=0.5*C*400;
w_3=0.5*C*[20*sin(50*%pi*t_3)]^2;
subplot(2,2,1)
plot(t_1,v_1,'-r',t_2,v_2,'-r',t_3,v_3,'-r')
xlabel('t(ms)');
ylabel('V');
title("Voltage");
subplot(2,2,2)
plot(t_1,i_1,'-g',t_2,i_2,'-g',t_3,i_3,'-g')
xlabel('t(ms)');
ylabel('i(mA)');
title("Current");
subplot(2,2,3)
plot(t_1,p_1,'-y',t_2,p_2,'-y',t_3,p_3,'-y')
xlabel('t(ms)');
ylabel('P(mW)');
title("Power");
subplot(2,2,4)
plot(t_1,w_1,'-m',t_2,w_2,'-m',t_3,w_3,'-m')
xlabel('t(ms)');
ylabel('w(mJ)');
title("Stored Energy");
|
7058eabd432827302177069d58b13731efeab8c4
|
44dccf35d0d05580e3fc20af3b7697b3c638d82d
|
/testcases/detectHarrisFeatures/9.sce
|
1ed9b33d382ad0218f2a0afd6428ab2283fd71a1
|
[] |
no_license
|
surirohit/Scilab-Image-Processing-Toolbox-Unclean
|
213caacd69badd81ec0f99a800f44a2cf8f79b5d
|
3a8057f8a8d05e7efd83704a0e732bdda23fa3a0
|
refs/heads/master
| 2020-04-09T07:31:20.042501
| 2016-06-28T09:33:57
| 2016-06-28T09:33:57
| 60,406,367
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 117
|
sce
|
9.sce
|
i = imread('test3.jpg');
corners = detectHarrisFeatures(i,'SensitivityFactor',0.08,'MinQuality',0.5);
disp(corners);
|
35c35e8196eb13845671e6143b31cb624ab27a06
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2534/CH2/EX2.3/Ex2_3.sce
|
c4eaab344b0dff0fa535858974e5a9e927474c64
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 174
|
sce
|
Ex2_3.sce
|
//Ex2_3
clc
Q = 5*10^-12
V = 50
disp("Q = "+string(Q)+"C")//charge
disp("V = "+string(V)+"V")//voltage
disp("C = Q/V = "+string(Q/V)+"F")//calculation for capacitance
|
ed1a966936f5e7b32fbf558a66f1ad95d8c9f1aa
|
0e1b45c07f0938ba9c8a003d6ae1cf2d8315efdb
|
/acmp.ru/379, Game with date/java/test-02.tst
|
dae2aebff7647361eea52e72ad1d5b6ea6b5baf7
|
[] |
no_license
|
Kot-Angens/acm
|
c85d8582c3e84f218415321743864b9680e01f2e
|
05472eaa0fff7abb6679826085da5e0c990df4cb
|
refs/heads/master
| 2021-01-24T22:36:05.159612
| 2012-10-02T13:51:56
| 2012-10-02T13:51:56
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 35
|
tst
|
test-02.tst
|
29 12
~~~~~~~~~~~~~~~~~~~~~~~~~~
1
|
d55da7065b9c6a670a976175b18ad21ae8e6ef07
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/50/CH3/EX3.5/ex_3_5.sce
|
7f23bc40e64d6cc30de2cee78f89b1f80be3d31e
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 354
|
sce
|
ex_3_5.sce
|
//example-3.5
//caption-solution by gauss elimibnation method
A=[10 -1 2;1 10 -1;2 3 20] //matrices A and b from the above
//system of equations
b=[4;3;7]
gausselim(A,b) //call gauss elimination function to solve the
//matrices A and b
|
2bd96d0314e39086b17531dee5c1880b76e3c422
|
8217f7986187902617ad1bf89cb789618a90dd0a
|
/source/2.4/macros/percent/%s_y_sp.sci
|
eefbd57180fa53929294aa491930ef83261f5283
|
[
"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
| 120
|
sci
|
%s_y_sp.sci
|
function r=%s_y_sp(a,b)
// a./.b with a full b sparse
// Copyright INRIA
if a==[] then r=[],return,end
r=sparse(a)./.b
|
612dcc411174c9bf8b2db9bfdd3595ab3148bc72
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1133/CH9/EX9.28/Example9_28.sce
|
2f905dbe78a04c641486f058ae47586054253cbe
|
[] |
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,117
|
sce
|
Example9_28.sce
|
//Example 9.28
clc
disp("T_ON = T_OFF = 0.5 ms")
disp("Therefore, T = T_ON + T_OFF = 1 ms")
disp("i.e. f = 1/T = 1 kHz")
disp("Now T_d = T_OFF = 0.69*R_B*C")
disp("Choose C = 0.1 uF")
rb=((0.5*10^-3)/(0.69*0.1*10^-6))*10^-3
format(6)
disp(rb,"Therefore, R_B(in k-ohm) =")
disp("Now duty cycle is 50% so R_A = R_B = 7.246 k-ohm")
disp("Practically a modified circuit is required for 50% duty cycle where diode is connected across R_B and charging takes place through R_A and diode. And R_B must be equal to sum of R_A and diode forward resistance. So to have perfect square wave, R_A is kept variable i.e. pot of say 10 k-ohm in this case. It is then adjusted to obtain precise square wave. The resistance required in series with LED to be connected is,")
disp("R = V_0-V_LED / I_LED")
disp("Assuming V_LED = 0.7 V")
r=(5-0.7)/(50*10^-3)
format(3)
disp(r,"Current limiting R(ohm) = ")
disp("The voltage of R is")
disp("P = (50*10^-3)^2 * 100")
p = ((50*10^-3)^2)*100
disp(p,"P(in W) =")
disp("Both resistors R can be of 1/4 W")
disp("The required circuit is shown in the fig.9.102")
|
d537e4c45cf5351838273495d81e646dc1c8d89d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3845/CH9/EX9.2/Ex9_2.sce
|
b10e31d4c66c1a29ddd67cad2324663fce5eb15a
|
[] |
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
| 550
|
sce
|
Ex9_2.sce
|
//Example 9.2
theta=90;//Angle (deg)
r_r=0.900;//Distance of right hand from left hand (m)
r_cg=0.600;//Distance of CG from left hand (m)
m=5.00;//Mass of the pole (kg)
g=9.80;//Acceleration due to gravity (m/s^2)
F_R=(r_cg*m*g*sind(theta))/(r_r*sind(theta));//Force exerted by right hand (N)
printf('a.Force exerted by right hand = %0.1f N',F_R)
F_L=m*g-F_R;//Force exerted by left hand (N)
printf('\nb.Force exerted by left hand = %0.1f N',F_L)
//Openstax - College Physics
//Download for free at http://cnx.org/content/col11406/latest
|
d856a687171b85f76c5b5bfe0f6f4471619dcdf8
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1670/CH2/EX2.5/2_5.sce
|
851869d3d2d49ef6806026ce9cf72e4a35dd87ea
|
[] |
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
| 647
|
sce
|
2_5.sce
|
//Example 2.5
//Regula Falsi Method
//Page no. 19
clc;clear;close;
deff('y=f(x)','y=log10(x)-cos(x)')
x1=1;x2=1.5;e=0.00000001
printf('n\tx1\t\tf(x1)\t\tx2\t\tf(x2)\t\tx3\t\tf(x3)')
printf('\n-------------------------------------------------------------------------------------------------\n')
for i=0:19
x3=x2*f(x1)/(f(x1)-f(x2))+x1*f(x2)/(f(x2)-f(x1))
printf(' %i\t%f\t%f\t%f\t%f\t%f\t%f\n',i,x1,f(x1),x2,f(x2),x3,f(x3))
if f(x1)*f(x3)>0 then
x1=x3
else
x2=x3
end
if abs(f(x3))<e then
break
end
end
printf('\n\nThus the root is %.4f correct upto four places of decimal',x3)
|
5e41c2db9202a398b5a39c920768ee227dc989bd
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1883/CH1/EX1.4.12/Example1_18.sce
|
d42c7873d4abf09f4c9acc120444dd2db1ba22d3
|
[] |
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
| 572
|
sce
|
Example1_18.sce
|
//Chapter-1,Example1_4_12,pg 1-38
n_1=5 //5th ring
n_2=15 //15th ring
p=n_2-n_1 //difference between rings
Dn_1=0.336 //diameter of 5th ring
Dn_2=0.59 //diameter of 15th ring
R=100 //Radius of curvature
wavelength=(Dn_2^2-Dn_1^2)/(4*p*R)*10^8 //wavelength of light
printf('\nwavelength of light is = %.f A.',wavelength)
|
53f87244cb3d3ec243798e05e1b7b7602ca9a6ee
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1163/CH23/EX23.3/example_23_3.sce
|
1bf389d648baf034410db0ac56096ba5044af628
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,210
|
sce
|
example_23_3.sce
|
clear;
clc;
disp("--------------Example 23.3----------------")
first_byte= 10001;
num_segments=5;
total_bytes = 5000;
segment=1000; // each segment carries 1000 bytes
// compute the sequence numbers of each segment
segment1_sequence_num = first_byte;
segment2_sequence_num = segment1_sequence_num+segment;
segment3_sequence_num = segment2_sequence_num+segment;
segment4_sequence_num = segment3_sequence_num+segment;
segment5_sequence_num = segment4_sequence_num+segment;
// find the range of each segment
range1=segment1_sequence_num+segment-1;
range2=range1+segment;
range3=range2+segment;
range4=range3+segment;
range5=range4+segment;
// display the result
printf("Segment 1:- Sequence Number: %d and range: %d to %d\nSegment 2:- Sequence Number: %d and range: %d to %d\nSegment 3:- Sequence Number: %d and range: %d to %d\nSegment 4:- Sequence Number: %d and range: %d to %d\nSegment 5:- Sequence Number: %d and range: %d to %d",segment1_sequence_num,segment1_sequence_num,range1,segment2_sequence_num,segment2_sequence_num,range2,segment3_sequence_num,segment3_sequence_num,range3,segment4_sequence_num,segment4_sequence_num,range4,segment5_sequence_num,segment5_sequence_num,range5);
|
40e7d293fdbaa47266eadec603835ea8600922ab
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2294/CH8/EX8.25/EX8_25.sce
|
09e88f072ffe3bf8b9e919a51960e552c9a50414
|
[] |
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
| 193
|
sce
|
EX8_25.sce
|
//Example 8.25.1
//Find idft of the following
clc;
X=[1 1-%i*2 -1 1+%i*2];
x=fft(X,1);
disp(x);
//Example 8.25.2
//Find idft of the following
clc;
X=[1 0 1 0];
x=fft(X,1);
disp(x);
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.