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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6f9fe94c31f2dd7a20a00aaf017a60c6bb6d5f09 | 449d555969bfd7befe906877abab098c6e63a0e8 | /199/CH7/EX7.2/Example_7_2.sce | 8de01571fe11bccb423a8df98c3afe5b3afef36b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 312 | sce | Example_7_2.sce | // Chapter7
// Page.No-256
// Example_7_2
// Design of low pass filter
// Given
clear;clc;
fc0=1*10^3; // Original cut-off frequency
fc1=1.6*10^3; // New cut-off frequency
R=15.9*10^3; // Original resistance value
k=fc0/fc1;
Rnew=R*k;
printf("\n New Resistance Rnew is = %.1f ohm \n",Rnew) // Result
|
d3b9437096e7b00d87dd2d9033076888059173e0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2657/CH16/EX16.1/Ex16_1.sce | 6b287a7b0337a24a96ae7ee98cf2179086506210 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,370 | sce | Ex16_1.sce | //Calculations on 2 stroke IC engine
clc,clear
//Given:
n=2 //Number of cylinders
N=4000 //Angular speed of engine in rpm
eta_v=0.77 //Volumetric efficiency
eta_m=0.75 //Mechanical efficiency
V_f=10 //Fuel consumption in l/hr
s=0.73 //Specific gravity
h=10500 //Enthalpy of fuel in kcal/kg
A_F=18 //Air-fuel ratio
v_p=600 //Speed of piston in m/min
imep=5 //Indicated mean effective pressure in atm
T=298,P=1.013 //Standard temperature and pressure in K and bar
//Solution:
R=0.287 //Specific gas constant in kJ/kgK
m_f=V_f*s //Fuel consumption in kg/hr
m_a=A_F*m_f //Air consumption in kg/hr
m_c=m_f+m_a //Mass of total charge in kg/hr
m=round(m_c/eta_v) //Mass of charge corresponding to the swept volume in kg/hr
V=(m/2)*R*T/(P*100) //Volume of charge consumed in m^3/hr
V_s=V*10^6/(60*N) //Swept volume by piston per stroke in cc
L=v_p*100/(2*N) //Stroke length of cylinder in cm
d=sqrt(4*V_s/(%pi*L)) //Bore of cylinder in cm
IHP=round(imep*V_s*N*n/450000) //Indicated horse power in metric HP
BHP=IHP*eta_m //Brake horse power in metric HP
eta_t=BHP*736*3600/(V_f*s*h*4187) //Thermal efficiency
//Results:
printf("\n The engine dimensions\n\t Stroke length, L = %.1f cm\n\t Bore, d = %.1f cm",L,d)
printf("\n The brake power output, BHP = %.1f metric HP",BHP)
printf("\n The thermal efficiency, eta_t = %.1f percent\n\n",eta_t*100)
|
68532332406ce8f3e5733849766ecb096f04545b | be07c1e346737e6e38bb958d9a66f52f6da2180a | /Regression/EnvironmentErrors/NEED_MACRO_W.tst | 4c9a19a5088d62805a4227918f76152781edf773 | [] | no_license | dpreisser/Training | 1bc8840d646306d861f4c7610a28bb23667f06e5 | 97eb58c7963e4725d6a2ad9e8200ca9367c84061 | refs/heads/master | 2021-01-10T13:03:12.508795 | 2016-04-11T12:49:06 | 2016-04-11T12:49:06 | 54,963,561 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,443 | tst | NEED_MACRO_W.tst | -- VectorCAST 6.4d (02/29/16)
-- Test Case Script
--
-- Environment : NEED_MACRO_W
-- Unit(s) Under Test: need_macro
--
-- Script Features
TEST.SCRIPT_FEATURE:C_DIRECT_ARRAY_INDEXING
TEST.SCRIPT_FEATURE:CPP_CLASS_OBJECT_REVISION
TEST.SCRIPT_FEATURE:MULTIPLE_UUT_SUPPORT
TEST.SCRIPT_FEATURE:MIXED_CASE_NAMES
TEST.SCRIPT_FEATURE:STANDARD_SPACING_R2
TEST.SCRIPT_FEATURE:OVERLOADED_CONST_SUPPORT
TEST.SCRIPT_FEATURE:UNDERSCORE_NULLPTR
TEST.SCRIPT_FEATURE:FULL_PARAMETER_TYPES
TEST.SCRIPT_FEATURE:STATIC_HEADER_FUNCS_IN_UUTS
--
-- Test Case: InitializeMemory.001
TEST.UNIT:need_macro
TEST.SUBPROGRAM:InitializeMemory
TEST.NEW
TEST.NAME:InitializeMemory.001
TEST.NOTES:
Author:
Date:
Version:
Requirement:
TEST.END_NOTES:
TEST.VALUE:need_macro.<<GLOBAL>>.Memory:<<malloc 100>>
TEST.EXPECTED_GLOBALS_USER_CODE:need_macro.<<GLOBAL>>.Memory
{{ <<need_macro.<<GLOBAL>>.Memory>>[0] == -1 }}
TEST.END_EXPECTED_GLOBALS_USER_CODE:
TEST.END
-- Test Case: InitializeMemory.002
TEST.UNIT:need_macro
TEST.SUBPROGRAM:InitializeMemory
TEST.NEW
TEST.NAME:InitializeMemory.002
TEST.NOTES:
Author:
Date:
Version:
Requirement:
TEST.END_NOTES:
TEST.VALUE_USER_CODE:need_macro.<<GLOBAL>>.Memory
<<need_macro.<<GLOBAL>>.Memory>> = (int *) malloc( MAXIMUM_MEMORY_SIZE*sizeof(int) );
TEST.END_VALUE_USER_CODE:
TEST.EXPECTED_GLOBALS_USER_CODE:need_macro.<<GLOBAL>>.Memory
{{ <<need_macro.<<GLOBAL>>.Memory>>[0] == -1 }}
TEST.END_EXPECTED_GLOBALS_USER_CODE:
TEST.END
|
e8d5cbc399ed28b012e735dc8ada66559084dcaa | 45048b367a34e7974a0c6f2fbb1e52a1717f2248 | /hosts.tst | 2dce2d0f831057813d74d06f8f0522cf57aa5483 | [] | no_license | vbezpaliy/SecDevOps | 35b8be8cf552930abbbb6f0dcf00ed7b27bf2184 | 54af3adaac2ee5b4bc9a15b2b71d11e366d89762 | refs/heads/master | 2021-07-15T17:12:05.288401 | 2020-05-19T20:59:03 | 2020-05-19T20:59:03 | 147,838,842 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 514 | tst | hosts.tst | [Ubuntu]
linxUbu1 ansible_host=192.168.57.3
linxUbu2 ansible_host=192.168.57.4
# 192.168.57.5
[Ubuntu:vars]
ansible_ssh_user=haker
ansible_ssh_private_key_file=~/home/haker/.ansible/.ssh/id_rsaf
ansible_ssh_private_key_file=~/home/haker/.ansible/.ssh/id_rsa
ansible_python_interpreter=/usr/bin/python3
[windows_servers]
# windows10 ansible_host=192.168.57.5
[windows_servers:vars]
ansible_user = v.bezpaliy@gmail.com
ansible_port = 5986
ansible_connection = winrm
ansible_winrm_server_cert_validation = ignore
|
9e796cec9eff40a0235e6a55b47886d12715a972 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/pmusic/pmusic10.sce | 3d77d5b37e1542e6c70e9e371b667c05793b50a2 | [] | 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 | 401 | sce | pmusic10.sce | //too many i/p args are passed to the function
x=[1 2 3 4 5 6 2 3 7];
p=3;
nwin=7;
noverlap=3;
fs=4e6;
nfft=6;
[S,f] = pmusic(x,p,nfft,fs,nwin,noverlap,1);
//output
// !--error 72
//pmusic: Atmost 6 numeric arguments expected
//at line 90 of function pmusic called by :
//[S,f] = pmusic(x,p,nfft,fs,nwin,noverlap,1);
//at line 9 of exec file called by :
//sic/pmusic10.sce', -1
//
|
cab851d8f963c055791d681bfc50193fb063dc3c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2234/CH6/EX6.1/ex6_1.sce | 13ffb3b342111ea29694a9f35b9434a33081e486 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 317 | sce | ex6_1.sce | clc;
c=500*10^-12; //capacitance in Farad
d=0.01; //spacing in inch
eo=8.854*10^-12; //dielectric constant of air in Farad per metre
er=7.1*10^-12; //dielectric constant of material
area=0.02*d; //in metre square
C=697*er; //calculating capacitance
disp(C,"Capacitance in Farad = "); //displaying result |
bac1a645b756a1858d124a030bdca2a563c49c1e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2504/CH13/EX13.3/13_3.sce | be3ea718437df626ef167aadd7245dbaf2a5f87a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 417 | sce | 13_3.sce | clc
//initialisation of variables
clear
bip= 135 //degrees
bop= 150 //degrees
bot= 140 //degrees
bos= 137 //degrees
r= 1.8
r1= 1.8
r2= 0.7
r3= 0.95
//CALCULATIONS
R= (1+(cotd(bip)/cotd(bos)))*r^2-r1*(cotd(bop)/cotd(bos))
R1= r2*r3^2*(1+(cotd(bip)/cotd(bos)))-(cotd(bot)/cotd(bos))
R2= (R1-R)/(R-1)
//RESULTS
printf ('R1 = %.2f',R)
printf ('\n R2 = %.2f',R1)
printf ('\n Torque ratio = %.2f',R2)
|
abe0b4b2eb8c1b6cb4ac0f7af1a42d267c9c8626 | 449d555969bfd7befe906877abab098c6e63a0e8 | /63/CH6/EX6.1/Exa6_1.sci | f4dcb917e6b7718134fe06228e0dbb2e8f4b908b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 489 | sci | Exa6_1.sci | //Determine (a) Image frequency and its rejection ratio at 1000 kHz (b) Image frequency and its rejection ratio at 25 Mhz
fa = 1000 + 2*455;
rho_a = fa/1000 - 1000/fa;
alpha_a = sqrt(1 + 100^2 * rho_a^2);
fb = 25 + 2*0.455;
rho_b = fb/25 - 25/fb;
alpha_b = sqrt(1 + 100^2 * rho_b^2);
disp(rho_a, 'Image frequency at 1000 kHz (in Hz)')
disp(alpha_a, 'Rejection Ratio at 1000 kHz')
disp(rho_b, 'Image frequency at 25 MHz (in Hz)')
disp(alpha_b, 'Rejection Ratio at 25 MHz') |
db3f171b963431403f6b8a81cd9da17886d96069 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2333/CH1/EX1.32/32.sce | dea20d1a8c0c562b8923db9262a0d41f115a1523 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 657 | sce | 32.sce | clc
// Given that
m_0 = 9.1e-31 // mass of electron in kg
c = 3e8 // speed of light in m/sec
v1 = 0.6*c // initial velocity of electron in m/sec
v2 = 0.8*c//final velocity of electron in m/sec
E_rest = 0.511 // rest mass energy of electron in MeV
// Sample Problem 32 on page no. 57
printf("\n # PROBLEM 32 # \n")
printf(" Standard formula used \n")
printf("\n E = m*c^2 \n")
KE1 = E_rest*1e6*((1-(v1/c)^2)^(-1/2) -1)// initial kinetic energy of particle
KE2 = E_rest*1e6*((1-(v2/c)^2)^(-0.5) -1)// final kinetic energy of particle
del_KE = (KE2 -KE1)*1.6e-19 // change in kinetic energy
printf("\n Amount of work to be done is equal to %e J. ",del_KE)
|
8c40f0272f3b0996276e116b68497b1e02949d01 | e806e966b06a53388fb300d89534354b222c2cad | /macros/getTextSize.sci | a8c911ac96235df9c495f2a5788f79b68849e233 | [] | no_license | gursimarsingh/FOSSEE_Image_Processing_Toolbox | 76c9d524193ade302c48efe11936fe640f4de200 | a6df67e8bcd5159cde27556f4f6a315f8dc2215f | refs/heads/master | 2021-01-22T02:08:45.870957 | 2017-01-15T21:26:17 | 2017-01-15T21:26:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 177 | sci | getTextSize.sci | function [textSize,baseLine]= getTextSize(inputtext,fontface,fontscale,thickness)
[textSize,baseLine]=opencv_getTextSize(inputtext,fontface,fontscale,thickness)
endfunction
|
07d84892893c76f0eecfdaee35a315eb057b6ee4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1523/CH2/EX2.35/2_35.sce | 5bd3e7c711d45de2bf24af833e72c9c9fea0fa09 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 367 | sce | 2_35.sce | //Network Theorem 1
//page no-2.38
//example2.35
disp("Applying KCL to node 1:");
disp("2.5*V1-0.5*V2 = 5");....//equation 1
disp("Applying KCL to node 2:");
disp("V1-V2 = 0");...//equation 2
disp("Solving equations 1 and 2");...//solving equations in matrix form
A=[2.5 -0.5;1 -1];
B=[5 0]'
X=inv(A)*B;
disp(X);
disp("V1= 2.5 V");
disp("V2=-2.5 V");
|
ea9c23dc45d9a108ff8311cf0efa929e2d78b26c | b846ffaa3e3e3311c37e95270bbe930fdf91a314 | /simpson3-8.sci | b62f06e6d44a7eb17436bdcb17d5b2bc9a26d21c | [] | no_license | rahulgarg28071998/mathlab-practical-scilab | 100a15f74f94942d32a8be8125b4020a7e265ede | a83cc6b817fcca9268a59583eab372109552f2f8 | refs/heads/master | 2020-03-11T15:22:05.161498 | 2018-04-18T15:19:11 | 2018-04-18T15:19:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 426 | sci | simpson3-8.sci | clc
clear
deff('y=f(x)','y=x/(x*x+5)')
a=input("enter lower limit")
b=input("enter upper limit")
n=input("enter number of sum intervals")
h=(b-a)/n
x(1)=a
sum=f(a)
for i=2:n
x(i)=x(i-1)+h
end
for j=2:3:n
sum=sum+3*f(x(j));
end
for k=3:3:n
sum=sum+3*f(x(k));
end
for l=4:3:n
sum=sum+2*f(x(l));
end
sum=sum+f(b);
val=sum*3*h/8;
disp(val,"value of integral by simpsons 3/8 th rule is :")
|
79c3c9d5d4783497bd0dcf7a76744e0d4652f328 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2705/CH5/EX5.14/Ex5_14.sce | 25771ce9f10bb203f279a279c6e21a10105a509c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,319 | sce | Ex5_14.sce | clear;
clc;
disp('Example 5.14');
// aim : To determine the
// (a)heat transfer
// (b)change of internal energy
// (c)mass of gas
// Given values
V1 = .4;// initial volume, [m^3]
P1 = 100;// initial pressure, [kN/m^2]
T1 = 273+20;// temperature, [K]
P2 = 450;// final pressure,[kN/m^2]
cp = 1.0;// [kJ/kg K]
Gamma = 1.4; // heat capacity ratio
// solution
// (a)
// for the isothermal compression,P*V=constant,so
V2 = V1*P1/P2;// [m^3]
W = P1*V1*log(P1/P2);// formula of workdone for isothermal process,[kJ]
// for isothermal process, del_U=0;so
Q = W;
mprintf('\n (a) The heat transferred during compression is Q = %f kJ\n',Q);
// (b)
V3 = V1;
// for adiabatic expansion
// also
P3 = P2*(V2/V3)^Gamma;// [kN/m^2]
W = -(P3*V3-P2*V2)/(Gamma-1);// work done formula for adiabatic process,[kJ]
// also, Q=0,so using Q=del_U+W
del_U = -W;// [kJ]
mprintf('\n (b) The change of the internal energy during the expansion is,del_U = %f kJ\n',del_U);
// (c)
// for ideal gas
// cp-cv=R, and cp/cv=gamma, hence
R = cp*(1-1/Gamma);// [kj/kg K]
// now using ideal gas equation
m = P1*V1/(R*T1);// mass of the gas,[kg]
mprintf('\n (c) The mass of the gas is,m = %f kg\n',m);
// There is calculation mistake in the book
// End
|
7627cfbf80dee6d08e1451e6f7a3208b5bb108a7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /536/CH3/EX3.4/Example_3_4.sce | fc5c4254cf0817fdafd15be8d4cc41741993d42a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,135 | sce | Example_3_4.sce | clc;
printf("Example 3.4\n");
d1=0.3; //diameter of pipe from junction A to D or B to D
l1=1.5e3; //length of pipe from junction A to D or B to D
d2=0.5; // diameter of pipe from junction D to C
l2=0.75e3; // length of pipe from junction D to C
h_A=10; // height of tank A above C
h_B=h_A+6; // height of tank A above C
rho=870; // density of liquid
Meu_l=0.7e-3; // viscosity of liquid
//It may be assumed, as a first approximation, that R/(rho*u^2) is the same in each pipe and that the velocities in pipes AD, BD, and DC are u1,u2 and u3
//respectively,
//Taking the roughness of mild steel pipe e as 0.00005 m, e/d varies from
//0.0001 to 0.00017. As a first approximation, R/(rho*u^2) may be taken as 0.002
//Then applying the energy balance equation between D and the liquid level in
//each of the tanks gives
//On forming and solving the equations
x=poly([0],'x');
u2=roots(x^4-(7.38*x^2)+13.57);
u1=(u2^2-1.47)^0.5;
u3=(u1+u2)/2.78;
//taking the positive values and which satisfy equation 7
U1=u1(4);
U2=u2(4);
U3=u3(4);
Q=%pi/4*d2^2*U3;
printf("\n The volumetric flow rate = %.2f m^3/s",Q); |
78a5244ee1db8f800b97361b6f90b0778be1c7d8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2840/CH4/EX4.6/ex4_6.sce | c33011384a9f5ae949ae9431c25076889bb17021 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 252 | sce | ex4_6.sce | clc;
a=2.9*1e-8; //in cm
M=55.85;//atomic mass
density=7.87 //in g/cc
N=6.023*1e23;
n=(a^3*N*density)/M;//Number of atoms per unit cell
disp(n,'Number of atoms per unit cell =');
//slight variation in ans than book.. checked in calculator also
|
e665201025391f19d19a78a41f45c1a7d63c131c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2732/CH7/EX7.23/Ex7_23.sce | 777aaf6cd223b2fd5c54f16495844f8d3b14de5d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 236 | sce | Ex7_23.sce | clc
//initialization of variables
clear
h=40 //cm
b=10 //cm
t1=1.4 //cm
t2=0.8 //cm
Ixx=13989.5 //cm^4
//calculations
e=b^2*h^2*t1/(4*Ixx)*(1-t1/h-t1/b+t1^2/(b*h))*(1-t1/h)
//Results
printf('Shear center: \n e = %.2f cm',e)
|
c6e0bb9d4eddaa63e8bfa4e288c7e92445812228 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3543/CH6/EX6.37/Ex6_37.sce | e21832bb6b9afeecf66a607189d4a9a72f79ea8a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 838 | sce | Ex6_37.sce | // Example 6.37
// Calculation of a) quantum efficiency b) responsivity
// Page no 494
clc;
clear;
close;
//Given data
e5=500; // No of incident photons
e8=800; // No of incident electrons
e=1.602*10^-19; // Charge of an electron
lambda=1.3*10^-6; // Wavelength
h=6.626*10^-34; // Planck constant
c=3*10^8; // Velocity of light
I=15*10^-6; // Photocurrent
P=0.6*10^-6;
// a)Quantum efficiency
n=e5/e8;
// b)Responsivity
R=(n*e*lambda)/(h*c);
//Displaying results in the command window
printf("\n Quantum efficiency (percent) = %0.1f ",n*100);
printf("\n Responsivity(in A/W) = %0.3f ",R);
// The answers vary due to round off error
|
bd0a73394c1303b07fe90b2fbb03b4d3187c2d83 | 449d555969bfd7befe906877abab098c6e63a0e8 | /416/CH4/EX4.16/exp4_16pp.sce | 3071a595011c30fcae1e8df648542bd459e2499f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,208 | sce | exp4_16pp.sce | clc
clear
disp("example 4 16")
po=666.66 //power
f=50 //frequency
v=400 //voltage
pf=0.8 ;p=-1//power factor
pf2=0.95;p2=-1//improved power factor
vc=2200 //capacitor voltage
rc=vc
il=po*1000/(v*pf*sqrt(3))
il1=il*(complex(pf,p*sind(acosd(pf))))
i2c=il*pf
tad=tand(acosd(pf2))
i2=complex(i2c,i2c*tad*p2)
printf(" load current i1 %.2f%.2fA \n load current current on improved power factor %.2f%.2fjA",il1,imag(il1),i2,imag(i2))
disp("(a)")
ic=abs(il1-i2)
ilc=ic*v/vc
pic=ilc/sqrt(3)
xc=vc/pic
ca=10^6/(2*%pi*f*xc)
printf(" line current of %dV capacitor bank %.2fA\n line current of %d capacitor bank %.2fA \n phase current of capacitor bank %.2fA \n reactance %.2f \n capacitance %.2fF*10^(-6)",v,ic,vc,ilc,pic,xc,ca)
disp("(b)")
kr=3*vc*pic/1000
printf(" kVA rating %.1fkVA \n kVA rating of transformer to convert %dV to %dV will be the same as the kVA rating of capacitor bank",kr,v,vc)
pl=100*(abs(il1)^2-abs(i2)^2)/abs(il1)^2
printf("percentage reduction in losses %d percent",pl)
disp("(d)")
pi=ic/sqrt(3)
xcc=v/pi
cc=1*10^6/(2*%pi*f*xcc)
roc=ca/cc
printf(" phase current %.1fA \n reactance %.2fohm \n capasitance %.2f*10^-6F \n ratio of capacitance %.3f",pi,xcc,cc,roc) |
727f537a6a77e9fa3260ddf005b3ad524f652f06 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/corrmtx/corrmtx10.sce | 4a116ef8e4537b8009f259f4f26a2a7d0d3101e9 | [] | 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 | 545 | sce | corrmtx10.sce | //i/p arg x is of type char
x=['a' 'b' 'c' 'd' 'e'];
X=corrmtx(x,3);
//output
// !--error 89
//Wrong size for argument #3.
//at line 101 of function corrmtx called by :
//X=corrmtx(x,3);
//matlab
//43.3797 0 0 0
// 43.8269 43.3797 0 0
// 44.2741 43.8269 43.3797 0
// 44.7214 44.2741 43.8269 43.3797
// 45.1686 44.7214 44.2741 43.8269
// 0 45.1686 44.7214 44.2741
// 0 0 45.1686 44.7214
// 0 0 0 45.1686
|
0d60a509d8bc2e6509ec151ff6d1b18ad319bbbc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2048/CH9/EX9.21/motor_pd.sce | 8408bc3d057e034df7e156b9e3e352481673d133 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,769 | sce | motor_pd.sce | // DC motor with PID control, tuned through pole placement technique, as in Example 9.18.
// 9.21
exec('desired.sci',-1);
exec('pp_pid.sci',-1);
exec('cosfil_ip.sci',-1);
exec('pd.sci',-1);
exec('polyno.sci',-1);
exec('myc2d.sci',-1);
exec('zpowk.sci',-1);
exec('polmul.sci',-1);
exec('polsize.sci',-1);
exec('xdync.sci',-1);
exec('rowjoin.sci',-1);
exec('left_prm.sci',-1);
exec('t1calc.sci',-1);
exec('indep.sci',-1);
exec('seshft.sci',-1);
exec('makezero.sci',-1);
exec('move_sci.sci',-1);
exec('colsplit.sci',-1);
exec('clcoef.sci',-1);
exec('cindep.sci',-1);
// Motor control problem
// Transfer function
a = [-1 0; 1 0]; b = [1; 0]; c = [0 1]; d = 0;
G = syslin('c',a,b,c,d); Ts = 0.25;
[B,A,k] = myc2d(G,Ts);
[Ds,num,den] = ss2tf(G);
// Transient specifications
rise = 3; epsilon = 0.05;
phi = desired(Ts,rise,epsilon);
// Controller design
Delta = 1; //No internal model of step used
[Rc,Sc] = pp_pid(B,A,k,phi,Delta);
// continuous time controller
[K,taud,N] = pd(Rc,Sc,Ts);
numb = K*[1 taud*(1+1/N)]; denb = [1 taud/N];
numf = 1; denf = 1;
// simulation parameters
st = 1; // desired change in position
t_init = 0; // simulation start time
t_final = 20; // simulation end time
st1 = 0;
// continuous controller simulation: g_s_cl3.xcos
num1 = 0; den1 = 1;
// discrete controller simulation: g_s_cl2.xcos
// u1: -0.1 to 0.8
// y1: 0 to 1.4
C = 0; D = 1; N = 1; gamm = 1; Tc = Sc;
[Tcp1,Tcp2] = cosfil_ip(Tc,1); // Tc/1
[Np,Rcp] = cosfil_ip(N,Rc); // N/Rc
[Scp1,Scp2] = cosfil_ip(Sc,1); // Sc/1
[Cp,Dp] = cosfil_ip(C,D); // C/D
Numb = polyno(numb,'s');
Denb = polyno(denb,'s');
Numf = polyno(numf,'s');
Denf = polyno(denf,'s');
Num1 = polyno(num1,'s');
Den1 = polyno(den1,'s');
|
5d7bcaee992df294a125b2743c033ef944f05f1c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3754/CH20/EX20.3/20_3.sce | 9b78a88aa88d40899958fd4c03a65bf395444112 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 405 | sce | 20_3.sce | clear//
//Variables
dIL = 40.0 //Change in current (in milli-Ampere)
VNL = 8.0 //Voltage under no load (in volts)
VFL = 7.995 //Voltage under full load (in volts)
//Calculation
LR = (VNL - VFL)/ dIL //Line regulation (in milli-volt per milli-Ampere)
//Result
printf("\n Line regulation is %0.3f mV/mA.",LR * 10**3)
|
29073c7136a3465f55e097d994ecf9da62136c38 | 891e9f4e3fce67f553f07f24cef2e802423770b9 | /fminimax/macros/fminimax.sci | db04e079f59316fa8ed7e51ad2e121c9a8450487 | [] | no_license | animeshbaranawal/FOSSEE | ae6b6c1a39803ad0fb26780b7f960a62431c71d2 | 75b1b18dcfd935f7ebbe89b44573c8076dae4267 | refs/heads/master | 2022-06-24T14:20:49.508846 | 2022-05-30T17:13:09 | 2022-05-30T17:13:09 | 50,281,099 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 24,270 | sci | fminimax.sci | // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) 2015 - IIT Bombay - FOSSEE
//
// Authors: Animesh Baranawal
// Organization: FOSSEE, IIT Bombay
// Email: animeshbaranawal@gmail.com
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
function [x,fval,maxfval,exitflag,output,lambda] = fminimax(varargin)
// Solves minimax constraint problem
//
// Calling Sequence
// x = fminimax(fun,x0)
// x = fminimax(fun,x0,A,b)
// x = fminimax(fun,x0,A,b,Aeq,beq)
// x = fminimax(fun,x0,A,b,Aeq,beq,lb,ub)
// x = fminimax(fun,x0,A,b,Aeq,beq,lb,ub,nonlinfun)
// x = fminimax(fun,x0,A,b,Aeq,beq,lb,ub,nonlinfun,options)
// [x, fval] = fmincon(.....)
// [x, fval, maxfval]= fmincon(.....)
// [x, fval, maxfval, exitflag]= fmincon(.....)
// [x, fval, maxfval, exitflag, output]= fmincon(.....)
// [x, fval, maxfval, exitflag, output, lambda]= fmincon(.....)
//
// Parameters
// fun: The function to be minimized. fun is a function that accepts a vector x and returns a vector F, the objective functions evaluated at x.
// x0: a nx1 or 1xn matrix of doubles, where n is the number of variables, the initial guess for the optimization algorithm
// A: a nil x n matrix of doubles, where n is the number of variables and nil is the number of linear inequalities. If A==[] and b==[], it is assumed that there is no linear inequality constraints. If (A==[] & b<>[]), fminimax generates an error (the same happens if (A<>[] & b==[]))
// b: a nil x 1 matrix of doubles, where nil is the number of linear inequalities
// Aeq: a nel x n matrix of doubles, where n is the number of variables and nel is the number of linear equalities. If Aeq==[] and beq==[], it is assumed that there is no linear equality constraints. If (Aeq==[] & beq<>[]), fminimax generates an error (the same happens if (Aeq<>[] & beq==[]))
// beq: a nel x 1 matrix of doubles, where nel is the number of linear equalities
// lb: a nx1 or 1xn matrix of doubles, where n is the number of variables. The lower bound for x. If lb==[], then the lower bound is automatically set to -inf
// ub: a nx1 or 1xn matrix of doubles, where n is the number of variables. The upper bound for x. If ub==[], then the upper bound is automatically set to +inf
// nonlinfun: function that computes the nonlinear inequality constraints c(x) <= 0 and nonlinear equality constraints ceq(x) = 0.
// x: a nx1 matrix of doubles, the computed solution of the optimization problem
// fval: a vector of doubles, the value of fun at x
// maxfval: a 1x1 matrix of doubles, the maximum value in vector fval
// exitflag: a 1x1 matrix of floating point integers, the exit status
// output: a struct, the details of the optimization process
// lambda: a struct, the Lagrange multipliers at optimum
// options: a list, containing the option for user to specify. See below for details.
//
// Description
// fminimax minimizes the worst-case (largest) value of a set of multivariable functions, starting at an initial estimate. This is generally referred to as the minimax problem.
//
// <latex>
// \min_{x} \max_{i} F_{i}(x)\: \textrm{such that} \:\begin{cases}
// & c(x) \leq 0 \\
// & ceq(x) = 0 \\
// & A.x \leq b \\
// & Aeq.x = beq \\
// & minmaxLb \leq x \leq minmaxUb
// \end{cases}
// </latex>
//
// Currently, fminimax calls fmincon which uses the ip-opt algorithm.
//
// max-min problems can also be solved with fminimax, using the identity
//
// <latex>
// \max_{x} \min_{i} F_{i}(x) = -\min_{x} \max_{i} \left( -F_{i}(x) \right)
// </latex>
//
// The options allows the user to set various parameters of the Optimization problem.
// It should be defined as type "list" and contains the following fields.
// <itemizedlist>
// <listitem>Syntax : options= list("MaxIter", [---], "CpuTime", [---], "GradObj", ---, "GradCon", ---);</listitem>
// <listitem>MaxIter : a Scalar, containing the Maximum Number of Iteration that the solver should take.</listitem>
// <listitem>CpuTime : a Scalar, containing the Maximum amount of CPU Time that the solver should take.</listitem>
// <listitem>GradObj : a function, representing the gradient function of the Objective in Vector Form.</listitem>
// <listitem>GradCon : a function, representing the gradient of the Non-Linear Constraints (both Equality and Inequality) of the problem. It is declared in such a way that gradient of non-linear inequality constraints are defined first as a separate Matrix (cg of size m2 X n or as an empty), followed by gradient of non-linear equality constraints as a separate Matrix (ceqg of size m2 X n or as an empty) where m2 & m3 are number of non-linear inequality and equality constraints respectively.</listitem>
// <listitem>Default Values : options = list("MaxIter", [3000], "CpuTime", [600]);</listitem>
// </itemizedlist>
//
// The objective function must have header :
// <programlisting>
// F = fun(x)
// </programlisting>
// where x is a n x 1 matrix of doubles and F is a m x 1 matrix of doubles where m is the total number of objective functions inside F.
// On input, the variable x contains the current point and, on output, the variable F must contain the objective function values.
//
// By default, the gradient options for fminimax are turned off and and fmincon does the gradient opproximation of minmaxObjfun. In case the GradObj option is off and GradConstr option is on, fminimax approximates minmaxObjfun gradient using numderivative toolbox.
//
// If we can provide exact gradients, we should do so since it improves the convergence speed of the optimization algorithm.
//
// Furthermore, we must enable the "GradObj" option with the statement :
// <programlisting>
// minimaxOptions = list("GradObj",fGrad);
// </programlisting>
// This will let fminimax know that the exact gradient of the objective function is known, so that it can change the calling sequence to the objective function. Note that, fGrad should be mentioned in the form of N x n where n is the number of variables, N is the number of functions in objective function.
//
// The constraint function must have header :
// <programlisting>
// [c, ceq] = confun(x)
// </programlisting>
// where x is a n x 1 matrix of dominmaxUbles, c is a 1 x nni matrix of doubles and ceq is a 1 x nne matrix of doubles (nni : number of nonlinear inequality constraints, nne : number of nonlinear equality constraints).
// On input, the variable x contains the current point and, on output, the variable c must contain the nonlinear inequality constraints and ceq must contain the nonlinear equality constraints.
//
// By default, the gradient options for fminimax are turned off and and fmincon does the gradient opproximation of confun. In case the GradObj option is on and GradCons option is off, fminimax approximates confun gradient using numderivative toolbox.
//
// If we can provide exact gradients, we should do so since it improves the convergence speed of the optimization algorithm.
//
// Furthermore, we must enable the "GradCon" option with the statement :
// <programlisting>
// minimaxOptions = list("GradCon",confunGrad);
// </programlisting>
// This will let fminimax know that the exact gradient of the objective function is known, so that it can change the calling sequence to the objective function.
//
// The constraint derivative function must have header :
// <programlisting>
// [dc,dceq] = confungrad(x)
// </programlisting>
// where dc is a nni x n matrix of doubles and dceq is a nne x n matrix of doubles.
//
// The exitflag allows to know the status of the optimization which is given back by Ipopt.
// <itemizedlist>
// <listitem>exitflag=0 : Optimal Solution Found </listitem>
// <listitem>exitflag=1 : Maximum Number of Iterations Exceeded. Output may not be optimal.</listitem>
// <listitem>exitflag=2 : Maximum amount of CPU Time exceeded. Output may not be optimal.</listitem>
// <listitem>exitflag=3 : Stop at Tiny Step.</listitem>
// <listitem>exitflag=4 : Solved To Acceptable Level.</listitem>
// <listitem>exitflag=5 : Converged to a point of local infeasibility.</listitem>
// </itemizedlist>
//
// For more details on exitflag see the ipopt documentation, go to http://www.coin-or.org/Ipopt/documentation/
//
// The output data structure contains detailed informations about the optimization process.
// It has type "struct" and contains the following fields.
// <itemizedlist>
// <listitem>output.Iterations: The number of iterations performed during the search</listitem>
// <listitem>output.Cpu_Time: The total cpu-time spend during the search</listitem>
// <listitem>output.Objective_Evaluation: The number of Objective Evaluations performed during the search</listitem>
// <listitem>output.Dual_Infeasibility: The Dual Infeasiblity of the final soution</listitem>
// </itemizedlist>
//
// The lambda data structure contains the Lagrange multipliers at the end
// of optimization. In the current version the values are returned only when the the solution is optimal.
// It has type "struct" and contains the following fields.
// <itemizedlist>
// <listitem>lambda.lower: The Lagrange multipliers for the lower bound constraints.</listitem>
// <listitem>lambda.upper: The Lagrange multipliers for the upper bound constraints.</listitem>
// <listitem>lambda.eqlin: The Lagrange multipliers for the linear equality constraints.</listitem>
// <listitem>lambda.ineqlin: The Lagrange multipliers for the linear inequality constraints.</listitem>
// <listitem>lambda.eqnonlin: The Lagrange multipliers for the non-linear equality constraints.</listitem>
// <listitem>lambda.ineqnonlin: The Lagrange multipliers for the non-linear inequality constraints.</listitem>
// </itemizedlist>
//
// Examples
// // A basic case :
// // we provide only the objective function and the nonlinear constraint
// // function
// function f = myfun(x)
// f(1)= 2*x(1)^2 + x(2)^2 - 48*x(1) - 40*x(2) + 304; //Objectives
// f(2)= -x(1)^2 - 3*x(2)^2;
// f(3)= x(1) + 3*x(2) -18;
// f(4)= -x(1) - x(2);
// f(5)= x(1) + x(2) - 8;
// endfunction
//
// // The initial guess
// x0 = [0.1,0.1];
// // The expected solution : only 4 digits are guaranteed
// xopt = [4 4]
// fopt = [0 -64 -2 -8 0]
// maxfopt = 0
// // Run fminimax
// [x,fval,maxfval,exitflag,output,lambda] = fminimax(myfun, x0)
//
// Examples
// // A case where we provide the gradient of the objective
// // functions and the Jacobian matrix of the constraints.
// // The objective function and its gradient
// function f = myfun(x)
// f(1)= 2*x(1)^2 + x(2)^2 - 48*x(1) - 40*x(2) + 304;
// f(2)= -x(1)^2 - 3*x(2)^2;
// f(3)= x(1) + 3*x(2) -18;
// f(4)= -x(1) - x(2);
// f(5)= x(1) + x(2) - 8;
// endfunction
//
// // Defining gradient of myfun
// function G = myfungrad(x)
// G = [ 4*x(1) - 48, -2*x(1), 1, -1, 1;
// 2*x(2) - 40, -6*x(2), 3, -1, 1; ]'
// endfunction
//
//
// // The nonlinear constraints and the Jacobian
// // matrix of the constraints
// function [c,ceq] = confun(x)
// // Inequality constraints
// c = [1.5 + x(1)*x(2) - x(1) - x(2), -x(1)*x(2) - 10]
// // No nonlinear equality constraints
// ceq=[]
// endfunction
//
//
// // Defining gradient of confungrad
// function [DC,DCeq] = cgrad(x)
// // DC(:,i) = gradient of the i-th constraint
// // DC = [
// // Dc1/Dx1 Dc1/Dx2
// // Dc2/Dx1 Dc2/Dx2
// // ]
// DC= [
// x(2)-1, -x(2)
// x(1)-1, -x(1)
// ]'
// DCeq = []'
// endfunction
//
// // Test with both gradient of objective and gradient of constraints
// minimaxOptions = list("GradObj",myfungrad,"GradCon",cgrad);
// // The initial guess
// x0 = [0,10];
// // The expected solution : only 4 digits are guaranteed
// xopt = [0.92791 7.93551]
// fopt = [6.73443 -189.778 6.73443 -8.86342 0.86342]
// maxfopt = 6.73443
// // Run fminimax
// [x,fval,maxfval,exitflag,output] = fminimax(myfun,x0,[],[],[],[],[],[], confun, minimaxOptions)
//
//
// Authors
// Animesh Baranawal
//
// Check number of input and output arguments
[minmaxLhs,minmaxRhs] = argn()
Checkrhs("fminimax", minmaxRhs, [2 4 6 8 9 10])
Checklhs("fminimax", minmaxLhs, 1:7)
// Proper initialisation of objective function
minmaxObjfun = varargin(1)
Checktype("fminimax", minmaxObjfun, "minmaxObjfun", 1, "function")
// Proper initialisation of starting point
minmaxStartpoint = varargin(2)
Checktype("fminimax", minmaxStartpoint, "minmaxStartpoint", 2, "constant")
minmaxNumvar = size(minmaxStartpoint,"*")
Checkvector("fminimax", minmaxStartpoint, "minmaxStartpoint", 2, minmaxNumvar)
minmaxStartpoint = minmaxStartpoint(:)
// Proper initialisation of A and b
if(minmaxRhs < 3) then // if A and b are not provided, declare as empty
minmaxA = []
minmaxB = []
else
minmaxA = varargin(3)
minmaxB = varargin(4)
end
Checktype("fminimax", minmaxA, "A", 3, "constant")
Checktype("fminimax", minmaxB, "b", 4, "constant")
// Check if A and b of proper dimensions
if(minmaxA <> [] & minmaxB == []) then
errmsg = msprintf(gettext("%s: Incompatible input arguments #%d and #%d: matrix A is empty, but the column vector b is not empty"), "fminimax", 3, 4)
error(errmsg)
end
if(minmaxA == [] & minmaxB <> []) then
errmsg = msprintf(gettext("%s: Incompatible input arguments #%d and #%d: matrix A is not empty, but the column vector b is empty"), "fminimax", 3, 4)
error(errmsg)
end
minmaxNumrowA = size(minmaxA,"r")
if(minmaxA <> []) then
Checkdims("fminimax", minmaxA, "A", 3, [minmaxNumrowA minmaxNumvar])
Checkvector("fminimax", minmaxB, "b", 4, minmaxNumrowA)
minmaxB = minmaxB(:)
end
// Proper initialisation of Aeq and beq
if(minmaxRhs < 5) then // if Aeq and beq are not provided, declare as empty
minmaxAeq = []
minmaxBeq = []
else
minmaxAeq = varargin(5)
minmaxBeq = varargin(6)
end
Checktype("fminimax", minmaxAeq, "Aeq", 5, "constant")
Checktype("fminimax", minmaxBeq, "beq", 6, "constant")
// Check if Aeq and beq of proper dimensions
if(minmaxAeq <> [] & minmaxBeq == []) then
errmsg = msprintf(gettext("%s: Incompatible input arguments #%d and #%d: matrix Aeq is empty, but the column vector beq is not empty"), "fminimax", 5, 6)
error(errmsg)
end
if(minmaxAeq == [] & minmaxBeq <> []) then
errmsg = msprintf(gettext("%s: Incompatible input arguments #%d and #%d: matrix Aeq is not empty, but the column vector beq is empty"), "fminimax", 5, 6)
error(errmsg)
end
minmaxNumrowAeq = size(minmaxAeq,"r")
if(minmaxAeq <> []) then
Checkdims("fminimax", minmaxAeq, "Aeq", 5, [minmaxNumrowAeq minmaxNumvar])
Checkvector("fminimax", minmaxBeq, "beq", 6, minmaxNumrowAeq)
minmaxBeq = minmaxBeq(:)
end
// Proper initialisation of minmaxLb and minmaxUb
if(minmaxRhs < 7) then // if minmaxLb and minmaxUb are not provided, declare as empty
minmaxLb = []
minmaxUb = []
else
minmaxLb = varargin(7)
minmaxUb = varargin(8)
end
Checktype("fminimax", minmaxLb, "lb", 7, "constant")
Checktype("fminimax", minmaxUb, "ub", 8, "constant")
// Check dimensions of minmaxLb and minmaxUb
if(minmaxLb <> []) then
Checkvector("fminimax", minmaxLb, "lb", 7, minmaxNumvar)
minmaxLb = minmaxLb(:)
end
if(minmaxUb <> []) then
Checkvector("fminimax", minmaxUb, "ub", 8, minmaxNumvar)
minmaxUb = minmaxUb(:)
end
// Proper Initialisation of minmaxNonlinfun
if(minmaxRhs < 9) then // if minmaxNonlinfun is not provided, declare as empty
minmaxNonlinfun = []
else
minmaxNonlinfun = varargin(9)
end
// fmincon library of scilab gives error when 'c' component of minmaxNonlinfun empty
// add a trivial case of -5 <= 0 to c to bypass this error
if(minmaxNonlinfun == []) then
function [c,ceq] = t(z)
c = []
ceq = []
endfunction
minmaxNonlinfun = t
end
Checktype("fminimax", minmaxNonlinfun, "nonlinfun", 9, "function")
//To check, Whether minimaxOptions is been entered by user
if ( minmaxRhs<10 ) then
minmaxUserOptions = list();
else
minmaxUserOptions = varargin(10); //Storing the 3rd Input minmaxUserOptionseter in intermediate list named 'minmaxUserOptions'
end
//If minimaxOptions is entered then checking its type for 'list'
if (type(minmaxUserOptions) ~= 15) then
errmsg = msprintf(gettext("%s: minimaxOptions (10th parameter) should be a list"), "fminimax");
error(errmsg);
end
//If minimaxOptions is entered then checking whether even number of entires are entered
if (modulo(size(minmaxUserOptions),2)) then
errmsg = msprintf(gettext("%s: Size of minimaxOptions (list) should be even"), "fminimax");
error(errmsg);
end
//Flags to check whether Gradient is "ON"/"OFF" and store values of user options
flag1=0;
flag2=0;
minmaxMaxIter = 3000
minmaxCPU = 600
minmaxFGrad=[];
minmaxCGrad=[];
//To check the User Entry for Options and storing it
for i = 1:(size(minmaxUserOptions))/2
select minmaxUserOptions(2*i-1)
case "MaxIter" then
minmaxIter = minmaxUserOptions(2*i); //Setting the Maximum Iteration as per user entry
case "CpuTime" then
minmaxCPU = minmaxUserOptions(2*i); //Setting the Maximum CPU Time as per user entry
case "GradObj" then
if (strcmp(minmaxUserOptions(2*i),"OFF",'i') == 0) then
flag1=0;
else
flag1=1;
minmaxFGrad = minmaxUserOptions(2*i);
end
case "GradCon" then
if (strcmp(minmaxUserOptions(2*i),"OFF",'i') == 0) then
flag2=0;
else
flag2=1;
minmaxCGrad = minmaxUserOptions(2*i);
end
else
errmsg = msprintf(gettext("%s: Unrecognized minmaxUserOptionseter name ''%s''."), "fminimax", minmaxUserOptions(2*i-1));
error(errmsg)
end
end
// Checking if minmaxFGrad and minmaxCGrad are functions
if (flag1==1) then
if (type(minmaxFGrad) ~= 11 & type(minmaxFGrad) ~= 13) then
errmsg = msprintf(gettext("%s: Expected function for Gradient of Objective"), "fminimax");
error(errmsg);
end
end
if (flag2==1) then
if (type(minmaxCGrad) ~= 11 & type(minmaxCGrad) ~= 13) then
errmsg = msprintf(gettext("%s: Expected function for Gradient of Nonlinfun"), "fminimax");
error(errmsg);
end
end
// Reformulating the problem fminimax to fmincon
minmaxObjfunval = minmaxObjfun(minmaxStartpoint)
minmaxStartpoint(minmaxNumvar+1) = max(minmaxObjfunval)
if(minmaxA <> []) then
minmaxA = [minmaxA, zeros(minmaxNumrowA,1)]
end
if(minmaxAeq <> []) then
minmaxAeq = [minmaxAeq, zeros(minmaxNumrowAeq,1)]
end
if(minmaxLb <> []) then
minmaxLb(minmaxNumvar+1) = -%inf
end
if(minmaxUb <> []) then
minmaxUb(minmaxNumvar+1) = +%inf
end
// function handle defining the additional inequalities
function temp = minmaxAddIneq(z)
temp = minmaxObjfun(z) - z(minmaxNumvar+1)
endfunction
// function handle defining new objective function
function newfunc = newObjfun(z)
newfunc = z(minmaxNumvar+1)
endfunction
// function handle defining add_ineq derivative using numderivative
function func = minmaxObjDer(z)
func = numderivative(minmaxAddIneq,z)
endfunction
// function handle defining minmaxNonlinfun derivative using numderivative
function [dc,dceq] = minmaxNonlinDer(z)
// function handle extracting c and ceq components from minmaxNonlinfun
function foo = minmaxC(z)
[foo,tmp1] = minmaxNonlinfun(z)
foo = foo'
endfunction
function foo = minmaxCEQ(z)
[tmp1,foo] = minmaxNonlinfun(z)
foo = foo'
endfunction
dc = numderivative(minmaxC,z)
dceq = numderivative(minmaxCEQ,z)
endfunction
// function handle defining new minmaxNonlinfun function
function [nc,nceq] = newNonlinfun(z)
[nc,nceq] = minmaxNonlinfun(z)
// add inequalities of the form Fi(x) - y <= 0
tmp = [minmaxObjfun(z) - z(minmaxNumvar+1)]'
nc = [nc, tmp]
endfunction
// function handle defining new gradient function for non-linear constraints
// this function passed when the gradient feature is on
function [dnc,dnceq] = newCGrad(z)
// if constraint gradient present use it
if(flag2 == 1) then
[dnc, dnceq] = minmaxCGrad(z)
dnc = [dnc, zeros(size(dnc,'r'),1)]
dnceq = [dnceq, zeros(size(dnceq,'r'),1)]
else
// else use numderivative method to calculate gradient of constraints
[dnc, dnceq] = minmaxNonlinDer(z)
end
// if objective gradient is present use it
if(flag1 == 1) then
derObjfun = minmaxFGrad(z)
mderObjfun = [derObjfun, -1*ones(size(derObjfun,'r'),1)]
dnc = [dnc; mderObjfun]
else
// else use numderivative to calculate gradient of set of obj functions
derObjfun = minmaxObjDer(z)
dnc = [dnc; derObjfun]
end
endfunction
// disp(minmaxStartpoint)
// a = minmaxObjfun(minmaxStartpoint)
// disp(a)
// disp(newObjfun(minmaxStartpoint))
// disp(minmaxA)
// disp(minmaxB)
// disp(minmaxAeq)
// disp(minmaxBeq)
// disp(minmaxLb)
// disp(minmaxUb)
// [a,b] = minmaxNonlinfun(minmaxStartpoint)
// disp(a)
// disp(b)
// [a,b] = newNonlinfun(minmaxStartpoint)
// disp(a)
// disp(b)
// [a,b] = newCGrad(minmaxStartpoint)
// disp(a)
// disp(b)
// disp(newFGrad(minmaxStartpoint))
// to be passed as minimaxOptions to fmincon
if(flag1 == 1 | flag2 == 1) then
minmaxPassOptions = list("MaxIter", minmaxMaxIter, "CpuTime", minmaxCPU, "GradCon", newCGrad)
[x,fval,exitflag,output,lambda] = ...
fmincon(newObjfun,minmaxStartpoint,minmaxA,minmaxB,minmaxAeq,minmaxBeq,minmaxLb,minmaxUb,newNonlinfun,minmaxPassOptions)
x = x(1:minmaxNumvar)
fval = minmaxObjfun(x)
maxfval = max(fval)
else
minmaxPassOptions = list("MaxIter", minmaxMaxIter, "CpuTime", minmaxCPU)
[x,fval,exitflag,output,lambda] = ...
fmincon(newObjfun,minmaxStartpoint,minmaxA,minmaxB,minmaxAeq,minmaxBeq,minmaxLb,minmaxUb,newNonlinfun,minmaxPassOptions)
x = x(1:minmaxNumvar)
fval = minmaxObjfun(x)
maxfval = max(fval)
end
endfunction
|
3e207d0c209a5deac29b76feb7e557d8e0732844 | 449d555969bfd7befe906877abab098c6e63a0e8 | /257/CH3/EX3.14/example_3_14.sce | 377ac2a4792916114e7b6e36054a3bc6d3840310 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 191 | sce | example_3_14.sce | s=%s
syms Vi C1 R1 L C2 R2
V1=Vi/(1+s*C1*R1)
V2=I*(R2+s*L+(1/(s*C2)))
V2=k*V1
k*Vi/(1+s*C1*R1) == I*(R2 + s*L + (1/(s*C2)))
disp((k*s*C2)/((1+s*C1*R1)*(1+s*C2*R2+(s^2)*L*C2)),'I/Vi=') |
c7c3af6d485f2c237ce151264f1fc2fef645a53a | 676ffceabdfe022b6381807def2ea401302430ac | /solvers/IncNavierStokesSolver/Tests/ChanFlow_m3_VCSWeakPress_ConOBC.tst | 4016e25bebd767ddaecc1e2e0d5a2e8ccc8849f2 | [
"MIT"
] | permissive | mathLab/ITHACA-SEM | 3adf7a49567040398d758f4ee258276fee80065e | 065a269e3f18f2fc9d9f4abd9d47abba14d0933b | refs/heads/master | 2022-07-06T23:42:51.869689 | 2022-06-21T13:27:18 | 2022-06-21T13:27:18 | 136,485,665 | 10 | 5 | MIT | 2019-05-15T08:31:40 | 2018-06-07T14:01:54 | Makefile | UTF-8 | Scilab | false | false | 927 | tst | ChanFlow_m3_VCSWeakPress_ConOBC.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>Channel Flow P=3 using Weak Pressure form of VCS and convective link outflow BC</description>
<executable>IncNavierStokesSolver</executable>
<parameters>ChanFlow_m3_VCSWeakPress_ConOBC.xml</parameters>
<files>
<file description="Session File">ChanFlow_m3_VCSWeakPress_ConOBC.xml</file>
</files>
<metrics>
<metric type="L2" id="1">
<value variable="u" tolerance="1e-6">2.36927e-06</value>
<value variable="v" tolerance="1e-6">1.32509e-06</value>
<value variable="p" tolerance="1e-5">2.183e-05</value>
</metric>
<metric type="Linf" id="2">
<value variable="u" tolerance="1e-5">1.88785e-05</value>
<value variable="v" tolerance="3.0e-6">4.06239e-06</value>
<value variable="p" tolerance="1e-5">3.45384e-05</value>
</metric>
</metrics>
</test>
|
d6e265d0231a09bbbfe6d611fd58f33226d810d5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /884/CH3/EX3.6/Example3_6.sce | 3713cbd8285521d5c3f841c37ff96ded2d0cd6f9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 343 | sce | Example3_6.sce | // Computation of moles from mass of a compound
clear;
clc;
printf("\t Example 3.6\n");
Mass=6.07;//mass of CH4, g
MassC=12.01;//mol. mass of C, amu
MassH=1.008;//mol. mass of H, amu
MassCH4=MassC+4*MassH;//mol. mass of CH4, amu
Moles=Mass/MassCH4;//no. of moles of CH4
printf("\t the no. of moles of CH4 is : %4.3f mol\n",Moles);
//End
|
0a5ad7d3caa826df300f1943209cd776f7600d5f | 449d555969bfd7befe906877abab098c6e63a0e8 | /75/CH5/EX5.12/ex_12.sce | 277498b5a60154044237dd9f87a7a43d1264d547 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 127 | sce | ex_12.sce | // PG (302)
deff('[y]=f(x)','y=sqrt(x)')
funcprot(0)
a=0;
b=1;
// True value
I = integrate('sqrt(x)','x',a,b)
|
421071db6a44d03adcd3e2a52bf017da2d9066a8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1730/CH2/EX2.28/Exa2_28.sce | cca71a1b113f37b39627c8470daf086a3b720b68 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 466 | sce | Exa2_28.sce | //Exa2.28
clc;
clear;
close;
//given data
E_AC=7.4;//in miu V per degree C
E_BC=-34.4;//in miu V per degree C
//By law of successive contact (or intermediate metals)
E_AB=E_AC-E_BC;//in miu V/degree C
E_AB=E_AB*10^-6;// in V/degree C
// Let Thermo-emf for a temperature difference of 250 degree C = EMF_250
EMF_250=E_AB*250;// in V
EMF_250=EMF_250*10^3;//in mV
disp("Termo-emf for a temperature difference of 250 degree C is "+string(EMF_250)+" mV");
|
5774774108b9d729a16f2e67f2552d693556ea0d | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4.1/macros/elem/cotg.sci | 2da3f7f7e8a5ec21a92508791dd67d3277621274 | [
"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 | 121 | sci | cotg.sci | function t=cotg(x)
//Eelemt wise cotangent of x
// Copyright INRIA
if type(x)<>1 then error(53),end
t=sin(x).\cos(x)
|
45d377e2ca5f87460f4184c4a3a562fb62e34c24 | 47c032497e2d1d166b7f6688009c798a82003bbb | /Largest Eigen value for any 3x3 matrix.sce | 9733fc2df87ed8b99b6acf9ffa18a4b0dee53093 | [] | no_license | mitravinda462/Linear-Algebra | a4bd070b9ca6aba6e92744ac7b7b1d34e4703f3f | 97174a1ad29a6d11f3077d2adb330877312fada9 | refs/heads/master | 2021-08-16T11:14:40.296151 | 2021-01-10T11:36:58 | 2021-01-10T11:36:58 | 240,181,145 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 877 | sce | Largest Eigen value for any 3x3 matrix.sce | disp('Enter the coefficient matrix');
a11=input("Enter value for a11: ");
a12=input("Enter value for a12: ");
a13=input("Enter value for a13: ");
a21=input("Enter value for a21: ");
a22=input("Enter value for a22: ");
a23=input("Enter value for a23: ");
a31=input("Enter value for a31: ");
a32=input("Enter value for a32: ");
a33=input("Enter value for a33: ");
A=[a11,a12,a13;a21,a22,a23;a31,a32,a33];
disp(A,'The given matrix is:');
//Initial vector
u0=[1 1 1]';
disp(u0,'The initial vector is:');
v=A*u0;
a=max(u0);
disp(a,'First approximation to eigen value is:');
while abs(max(v)-a)>0.002
disp(v,"Current eigen vector is:");
a=max(v);
disp(a,"Current eigen value is:");
u0=v/max(v);
v=A*u0;
end
format('v',4);
disp(max(v),"The largext Eigen Value is:");
format('v',5);
disp(u0,'The corresponding Eigen vector is:');
|
19d237383ade6686ba078a54ef6ce5681225b1ce | 449d555969bfd7befe906877abab098c6e63a0e8 | /37/CH1/EX1.1.5/Unsolved2.sci | 41dd9c84f69b74850cbff9fcc84d55770c73d09e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 574 | sci | Unsolved2.sci | //Exercise 1.1 example 1.1.5
//Add,Substract And Multiply binary numbers
function[a]=add(b,c)
d=base2dec(b,2)
e=base2dec(c,2)
a=d+e
a=dec2bin(a)
disp(a,"Result of addition")
endfunction
function[a]=subtract(b,c)
d=base2dec(b,2)
e=base2dec(c,2)
a=d-e
a=dec2bin(a)
disp(a,"Result of subtraction")
endfunction
function[a]=multiply(b,c)
d=base2dec(b,2)
e=base2dec(c,2)
a=d*e
a=dec2bin(a)
disp(a,"Result of multiplication");
endfunction
//Calling Routine:
b="11001";
c="10011";
a=add(b,c)
a=subtract(b,c)
a=multiply(b,c) |
aa1ce3dfb27d87d7d0d84d8813f4d1d6b80f0944 | 009e6209a86f0838f0faca8a33b2c162e5d1a7a6 | /src/scripts/interpolacionEstadistica.sce | e4006141b7ee717df3408f0aa5b5e6a7cf3306f4 | [] | no_license | MoisesU/MESO-MetodosNumericos | 90a62a31e3213c50dec55228ceca7ce034cfbb7c | 17fe0efa1690ac93f36799a12a9f9c99f1ab94a4 | refs/heads/main | 2023-06-02T05:51:03.641326 | 2021-06-20T03:18:17 | 2021-06-20T03:18:17 | 306,203,044 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,612 | sce | interpolacionEstadistica.sce | //Rodríguez Montiel Moisés Ulises
//2NM51
function [y, func] = interpolEstadistica(funcTab, grado, x)
y = 0
func = []
[n, m] = size(funcTab)
if(n <> 2)
error("No es una función tabular")
end
if ~(isreal(funcTab))
error('Elementos no numericos o complejos en el arreglo.');
end
grado = round(grado);
if (or([~isreal(grado), grado <= 0]))
error('El grado tiene que ser un valor entero positivo (mayor a 0).');
end
a = []
c = []
a(1) = m
b(1) = 0
for i=1:1:m
b(1) = b(1) + funcTab(2, i)
for j=1:1:grado*2
if size(a) < j+1
a(j+1) = funcTab(1, i)^j
else
a(j+1) = a(j+1) + funcTab(1, i)^j
end
end
for j=1:1:grado
if size(b) < j + 1
b(j+1) = funcTab(2, i) * funcTab(1, i)^j
else
b(j+1) = b(j+1) + funcTab(2, i) * funcTab(1, i)^j
end
end
end
for i=1:1:grado+1
for j=1:1:grado+1
c(i, j) = a(i+j-1)
end
c(i, grado+2) = b(i)
end
for i=1:1:grado+1
pivote=c(i,i)
for j=1:1:grado+2
c(i,j)=c(i,j)/pivote
end
for k=1:1:grado+1
if(k~=i)
cero=c(k,i)
for j=1:1:grado+2
c(k,j)=c(k,j)-cero*c(i,j)
end
end
end
end
func(1)=c(1, grado + 2)
y = c(1, grado + 2)
for i=1:1:grado
func(i+1) = c(i+1, grado + 2);
y = y + c(i+1, grado + 2)*x^i
end
endfunction
|
92e3d7022fedc3e699141a53ac306a7510882f2e | 4be0defdbe24271cce8f61cece32e7a4b15c65af | /signal_s1/td4/ylcq.sce | 42e4813e4fc99ae734e0def6b4f908665f469d6a | [] | no_license | imac2018/tds | 2c41830e26435bb2b8c4a40b3700c9f166bba4dc | 8712438b81088d2f2d9c691b3c689e0926c597f5 | refs/heads/master | 2020-05-30T07:19:34.709677 | 2017-05-24T09:42:23 | 2017-05-24T09:42:23 | 69,675,399 | 2 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 1,558 | sce | ylcq.sce | funcprot(0);
clf();
// Ex. 1
N=64;
function y=xn(f0)
NN = N;
D = 1:NN;
bn = rand(1,NN,"normal");
y(D) = cos(2*%pi*f0*D) + bn;
endfunction
x=xn(1/16);
tfx=fft(x);
//subplot(221);
//title("x");plot(x);
//subplot(222);
//title("TF(x)");
//plot(tfx); //Symétrie horizontale triviale !
//subplot(223);
//title("Module de TF(x)");
//plot(abs(tfx)); //Symétrie horizontale !
//subplot(224);
//title("Phase de TF(x)");
//plot(atan(imag(tfx),real(tfx))); //Symétrie hermitienne !
// Ex. 2
Ex=sum(abs(x).^2);
disp("Energie de x = " + string(Ex));
Etfx=sum(abs(tfx).^2)/N;
disp("Energie de TF(x) = " + string(Etfx));
//Théorème de Parseval !
// Ex. 3
y = rand(1,N,"normal");
z = convol(x,y);
// Ex. 4
tfy=fft(y);
zprime=ifft(tfx.*tfy);
//zprime=ifft(tfx'*tfy); // #ArtAbstrait
subplot(211);
plot(z, "b");
plot(zprime, "r");
// zprime ressemble de plus en plus à z quand on regarde à droite.
// Ex. 5
NB_ZEROS=N; // N => approximation parfaite, moins => approximation moins parfaite.
I=(N+1):(N+1+NB_ZEROS);
x(I) = 0;
y(I) = 0;
tfx=fft(x);
tfy=fft(y);
//z = convol(x,y);
zprime=ifft(tfx.*tfy);
subplot(212);
plot(z, "b");
plot(zprime, "r");
// C'est l'effet du zéro-padding ! Slide 10 :
// http://mailhes.perso.enseeiht.fr/documents/TNS_Mailhes.pdf
// En gros, l'ajout de zéros permet de représenter la TF sur plus de points,
// donc elle est plus précise.
// Comme on a N valeurs, si on ajoute N zéros à la fin du signal,
// on a une approximation parfaite (qui se dégrade si on réduit le nombre de
// zéros ajoutés)
|
6ae4ce6484f7a60635d309fad28db5b0d043b874 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.12_6.tst | 8279aec4b687090782c311a47de6c5105d028028 | [] | 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 | 22,418 | tst | bow.12_6.tst | 12 14:0.5 16:0.025 31:0.03125 33:0.125 248:1.0 275:0.2 442:0.2 521:0.5 1127:0.3333333333333333 2071:1.0 2828:1.0 4251:1.0 5597:1.0 5619:1.0 7598:1.0
12 16:0.025 31:0.03125 78:0.3333333333333333 90:0.0625 230:0.3333333333333333 278:0.5 364:1.0 372:0.3333333333333333 414:0.5 547:0.07692307692307693 609:1.0 750:1.0 759:1.0 1127:0.3333333333333333 1226:1.0 1527:1.0 1537:1.0 3451:1.0 5076:1.0 5290:1.0 5539:1.0 5712:1.0 6086:1.0 7691:1.0 7870:1.0 8224:1.0 8229:1.0
12 90:0.0625 1912:0.5 5124:1.0 5187:1.0 5290:2.0 5499:1.0 6027:1.0
12 4:0.5 16:0.025 53:0.18181818181818182 57:0.14285714285714285 61:0.125 90:0.0625 160:0.3333333333333333 233:1.0 307:1.0 554:1.0 724:0.5 1037:1.0 1203:1.0 1379:1.0 1486:1.0 1630:1.0 1845:1.0 2501:1.0 3501:1.0 4757:1.0 4842:0.5 5290:1.0 6355:1.0 6583:1.0 7105:1.0 8056:1.0
12 16:0.025 78:0.6666666666666666 102:1.0 547:0.07692307692307693 1507:1.0 3409:1.0 3803:1.0 4842:0.5 5270:1.0 5290:1.0 5332:1.0 5429:1.0 5647:1.0
12 9:0.25 14:0.5 16:0.05 31:0.03125 43:0.6666666666666666 44:0.25 56:0.16666666666666666 90:0.0625 364:1.0 547:0.07692307692307693 894:1.0 962:0.5 1155:0.25 1226:1.0 1249:0.5 1289:1.0 1522:0.3333333333333333 1528:1.0 2115:0.5 2130:0.3333333333333333 3634:1.0 3635:1.0 3941:1.0 3969:1.0 4598:1.0 5290:1.0 5647:1.0 6088:1.0 7710:1.0 7735:1.0
12 31:0.03125 43:0.3333333333333333 53:0.18181818181818182 78:0.3333333333333333 90:0.0625 146:0.2 170:0.07142857142857142 256:1.0 549:0.5 1289:1.0 4014:1.0 5332:1.0 5817:1.0 6046:1.0 6656:1.0 6879:1.0
12 9:0.5 14:0.5 29:0.5 33:0.125 43:0.6666666666666666 62:1.0 102:1.0 160:0.3333333333333333 228:0.5 274:1.0 309:1.0 311:1.0 925:1.0 1127:0.3333333333333333 1244:1.0 1245:1.0 1457:1.0 2768:1.0 4255:2.0 5356:1.0 7721:1.0 8113:1.0
12 10:0.6666666666666666 14:0.5 33:0.125 53:0.18181818181818182 61:0.125 90:0.0625 146:0.2 268:0.07692307692307693 415:0.5 846:0.25 1024:1.0 1248:1.0 1562:1.0 1626:1.0 5619:1.0 6039:0.5
12 16:0.075 90:0.0625 208:0.5 218:1.0 290:0.25 387:0.25 442:0.2 453:0.5 547:0.07692307692307693 549:0.5 759:1.0 982:1.0 1057:0.3333333333333333 1244:1.0 1245:1.0 1321:1.0 2693:1.0 3836:1.0 5331:0.5
12 14:0.5 33:0.125 364:1.0 491:1.0 556:1.0 2546:2.0 3969:1.0 5290:1.0
12 16:0.05 29:0.5 61:0.25 78:0.3333333333333333 102:1.0 146:0.2 218:1.0 296:1.0 602:1.0 983:0.5 1017:1.0 1089:1.0 2159:1.0 2639:1.0 3138:1.0 3267:1.0 5290:1.0 5374:1.0 5695:1.0
12 53:0.09090909090909091 78:0.6666666666666666 90:0.0625 102:1.0 160:0.3333333333333333 208:0.5 278:0.5 286:0.3333333333333333 364:1.0 549:0.5 803:1.0 1156:1.0 1249:0.5 1321:1.0 1488:1.0 1980:1.0 3040:1.0 6107:1.0
12 4:0.5 16:0.05 31:0.03125 42:1.0 43:0.3333333333333333 44:0.25 160:0.3333333333333333 275:0.2 396:0.14285714285714285 418:0.16666666666666666 437:2.0 458:1.0 461:0.3333333333333333 529:1.0 780:0.5 893:1.0 983:0.5 1117:1.0 1469:0.5 1707:1.0 2910:1.0 3040:1.0 4576:1.0 5471:1.0 6088:1.0 7351:1.0 7565:1.0
12 9:0.5 14:0.5 16:0.05 27:1.0 31:0.03125 39:0.3333333333333333 42:1.0 43:0.3333333333333333 53:0.09090909090909091 56:0.3333333333333333 256:1.0 272:0.5 275:0.2 289:0.5 415:0.5 425:1.0 547:0.07692307692307693 693:1.0 772:1.0 980:1.0 983:0.5 1429:0.5 2109:0.5 2346:1.0 2379:0.5 3267:3.0 4347:1.0 6263:1.0 6998:1.0
12 43:0.3333333333333333 50:0.09090909090909091 53:0.18181818181818182 90:0.0625 129:0.5 184:1.0 290:0.25 367:1.0 414:0.5 415:0.5 435:1.0 547:0.07692307692307693 631:1.0 759:1.0 1427:1.0 2062:1.0 4567:0.5 6871:1.0
12 14:0.5 16:0.05 21:1.0 31:0.03125 43:1.0 78:0.3333333333333333 90:0.0625 97:0.5 131:1.0 289:0.5 303:1.0 547:0.07692307692307693 759:1.0 1185:1.0 1745:0.3333333333333333 2300:1.0 2484:1.0 3963:1.0 5299:0.5 5960:1.0 6039:0.5 6088:1.0 6257:0.3333333333333333 6781:1.0
12 10:0.3333333333333333 11:0.125 14:0.5 31:0.03125 33:0.125 43:0.3333333333333333 52:1.0 53:0.09090909090909091 61:0.25 94:0.5 278:0.5 364:1.0 453:0.5 724:0.5 1226:1.0 1678:0.5 2364:0.5 3444:1.0 3969:1.0 4737:1.0 6024:1.0 6453:1.0 6709:1.0 6868:1.0
12 11:0.125 16:0.025 58:1.0 97:0.5 116:0.5 184:1.0 2328:1.0 2484:1.0 3212:1.0 5997:1.0 6048:1.0 6446:1.0
12 16:0.025 43:0.3333333333333333 53:0.09090909090909091 78:0.3333333333333333 116:0.5 268:0.07692307692307693 364:1.0 521:0.5 548:1.0 609:1.0 1522:0.3333333333333333 3845:1.0 3969:1.0 5356:1.0 5428:0.5 5818:1.0 5877:1.0 6342:1.0 7780:0.5
12 29:0.5 78:0.3333333333333333 179:0.5 554:1.0 962:0.5 1782:0.5 5290:1.0 5352:1.0 6249:1.0 7279:1.0 7898:1.0
12 10:0.3333333333333333 11:0.125 14:0.5 16:0.025 29:0.5 70:0.25 90:0.0625 100:1.0 163:1.0 311:2.0 435:1.0 547:0.07692307692307693 638:1.0 983:0.5 1057:0.3333333333333333 1144:1.0 1671:1.0 2024:1.0 2482:1.0 5352:1.0 5356:1.0
12 9:0.25 10:0.3333333333333333 11:0.25 14:0.5 16:0.05 43:0.6666666666666666 44:0.25 53:0.09090909090909091 90:0.0625 116:0.5 179:0.5 268:0.07692307692307693 311:1.0 337:1.0 425:1.0 554:1.0 1212:1.0 3941:1.0 5028:1.0 5352:1.0 5405:1.0 5432:1.0 5433:1.0 5847:1.0 6561:1.0 6836:1.0 6837:1.0 7255:1.0 7863:1.0
12 9:0.25 56:0.16666666666666666 57:0.14285714285714285 61:0.125 64:0.25 71:0.3333333333333333 78:0.3333333333333333 90:0.1875 123:1.0 160:0.3333333333333333 179:0.5 266:0.3333333333333333 274:1.0 304:0.3333333333333333 414:0.5 544:0.3333333333333333 549:1.0 1298:1.0 2261:1.0 2600:1.0 3958:1.0 4143:1.0 4786:1.0 5331:0.5 5332:2.0 5352:1.0 6641:1.0
12 11:0.25 14:0.5 16:0.05 43:0.3333333333333333 53:0.18181818181818182 57:0.14285714285714285 78:0.3333333333333333 100:1.0 103:1.0 266:0.3333333333333333 268:0.07692307692307693 275:0.2 278:0.5 311:1.0 554:1.0 1017:1.0 1096:1.0 1226:1.0 2380:1.0 2543:0.5 3763:1.0 4000:1.0 5472:0.5 7928:1.0
12 14:1.0 16:0.05 29:0.5 43:0.6666666666666666 53:0.09090909090909091 61:0.125 105:1.0 286:0.3333333333333333 364:1.0 367:1.0 712:0.1111111111111111 962:0.5 1478:0.5 1496:1.0 1856:1.0 3806:1.0 3969:1.0 4097:1.0 5270:1.0 6736:1.0 8186:1.0
12 6:1.0 14:0.5 16:0.05 31:0.03125 33:0.125 78:0.3333333333333333 116:0.5 154:1.0 160:0.3333333333333333 265:0.3333333333333333 521:0.5 1155:0.25 1298:1.0 1321:1.0 2338:1.0 2963:1.0 4099:1.0 4299:1.0 5356:1.0 5924:1.0 7974:1.0
12 16:0.025 43:0.3333333333333333 53:0.09090909090909091 74:0.3333333333333333 146:0.2 461:0.3333333333333333 983:0.5 1096:1.0 1648:0.3333333333333333 2015:1.0 2077:1.0 2339:1.0 5510:0.2 6138:1.0
12 43:0.3333333333333333 50:0.09090909090909091 52:1.0 53:0.09090909090909091 275:0.2 521:0.5 1144:1.0 5440:2.0 6257:0.3333333333333333
12 16:0.025 43:0.3333333333333333 57:0.2857142857142857 78:0.6666666666666666 105:1.0 266:0.3333333333333333 603:1.0 1060:1.0 1248:1.0 1518:0.3333333333333333 2603:1.0 5832:1.0 6423:1.0 6666:1.0 7278:1.0
12 9:0.25 10:0.3333333333333333 11:0.125 26:0.2 27:1.0 43:0.3333333333333333 53:0.09090909090909091 289:0.5 549:0.5 660:1.0 1245:1.0 1378:1.0 2673:1.0 3148:1.0 3370:1.0 3383:1.0 4793:1.0 5340:1.0 6837:1.0
12 4:0.5 9:0.25 14:1.0 16:0.025 43:0.3333333333333333 53:0.18181818181818182 56:0.16666666666666666 57:0.14285714285714285 61:0.125 64:0.25 83:0.5 90:0.0625 167:1.0 265:0.3333333333333333 275:0.2 278:0.5 282:1.0 364:1.0 1212:1.0 1249:0.5 1278:1.0 1616:0.5 1773:1.0 2128:1.0 2500:1.0 3038:1.0 3098:1.0 3285:1.0 3497:1.0 3969:1.0 4404:1.0 4503:1.0 4766:1.0 5076:1.0 6088:1.0 7386:1.0 7825:1.0
12 9:0.25 16:0.025 33:0.125 78:0.3333333333333333 235:0.3333333333333333 266:0.3333333333333333 478:0.5 1300:1.0 1678:0.5 1679:1.0 2768:1.0 2870:1.0 3148:1.0 3152:0.5 3941:1.0 5533:1.0 6423:1.0 8225:1.0
12 11:0.125 16:0.025 429:0.5 1837:1.0 1945:1.0 2593:1.0 3148:1.0 5270:1.0 5338:0.3333333333333333 5412:1.0 6640:1.0
12 10:0.3333333333333333 11:0.125 31:0.03125 43:1.3333333333333333 44:0.25 56:0.16666666666666666 57:0.2857142857142857 61:0.25 144:0.3333333333333333 278:0.5 547:0.07692307692307693 723:1.0 802:0.3333333333333333 1130:0.25 1899:1.0 2261:1.0 2696:0.5 3615:0.5 5397:1.0 5405:1.0 6196:1.0 6763:1.0 7645:1.0
12 16:0.025 43:0.3333333333333333 53:0.18181818181818182 78:0.3333333333333333 160:0.3333333333333333 278:0.5 549:0.5 1155:0.25 1507:1.0 1612:1.0 1641:1.0 2379:0.5 2758:1.0 3409:1.0 7898:1.0
12 11:0.125 39:0.3333333333333333 44:0.25 53:0.2727272727272727 78:0.3333333333333333 90:0.0625 100:3.0 222:0.16666666666666666 228:0.5 275:0.2 313:1.0 421:1.0 631:1.0 1249:1.0 1469:0.5 2504:1.0 2560:1.0 3194:1.0 3295:0.5 5099:1.0 5207:1.0 5299:0.5 6166:1.0 6394:1.0 6836:1.0
12 9:0.25 16:0.05 24:0.5 56:0.16666666666666666 60:0.07692307692307693 61:0.125 83:0.5 235:0.3333333333333333 281:1.0 414:0.5 549:0.5 590:1.0 792:1.0 886:0.5 1300:1.0 1405:1.0 2128:1.0 2543:0.5 3153:1.0 3474:1.0 3803:1.0 4955:1.0 6089:1.0 6355:1.0 6565:1.0
12 9:0.25 14:0.5 16:0.025 26:0.2 27:1.0 31:0.03125 43:0.3333333333333333 44:0.25 61:0.125 83:0.5 90:0.0625 184:1.0 304:0.3333333333333333 311:1.0 454:1.0 547:0.23076923076923078 712:0.1111111111111111 772:2.0 803:1.0 886:0.5 1457:1.0 1742:0.5 2543:0.5 3046:1.0 3474:1.0 3549:1.0 5331:0.5 6014:1.0 6355:1.0
12 9:0.5 10:0.3333333333333333 60:0.07692307692307693 146:0.2 155:0.5 290:0.25 547:0.07692307692307693 672:0.5 712:0.1111111111111111 1742:0.5 1802:2.0 1930:1.0 2339:1.0 2357:1.0 2564:0.2 2768:1.0 5455:1.0
12 4:0.5 29:0.5 39:0.3333333333333333 53:0.09090909090909091 56:0.16666666666666666 60:0.07692307692307693 424:0.5 549:0.5 557:0.5 761:1.0 1025:1.0 1584:1.0 1679:1.0 3545:1.0 4112:1.0 4672:1.0 5571:1.0 7431:1.0
12 16:0.025 60:0.07692307692307693 160:0.3333333333333333 549:0.5 761:1.0 3321:1.0 3545:1.0 5282:1.0 7431:1.0
12 24:0.5 26:0.2 43:0.3333333333333333 53:0.18181818181818182 61:0.125 199:1.0 491:1.0 548:1.0 712:0.1111111111111111 2710:1.0 3615:0.5 5305:1.0
12 2959:1.0 5290:1.0
12 16:0.025 43:0.6666666666666666 56:0.16666666666666666 102:1.0 239:1.0 290:0.25 712:0.1111111111111111 1130:0.25 1226:1.0 1249:0.5 1534:1.0 1802:1.0 2111:1.0 2165:0.25 2364:0.5 3285:1.0 5076:1.0 5510:0.2
12 10:0.3333333333333333 16:0.025 24:0.5 43:1.0 61:0.125 70:0.125 78:0.6666666666666666 264:0.3333333333333333 275:0.2 712:0.1111111111111111 758:0.3333333333333333 972:1.0 981:1.0 1742:0.5 2676:1.0 5270:1.0 5288:1.0 5336:1.0 5369:1.0 6140:1.0 6481:1.0 6512:1.0
12 10:0.3333333333333333 11:0.125 14:0.5 16:0.05 31:0.03125 43:0.3333333333333333 53:0.09090909090909091 56:0.16666666666666666 57:0.14285714285714285 61:0.125 70:0.125 113:1.0 218:1.0 224:1.0 262:0.5 387:0.25 712:0.1111111111111111 1017:1.0 1379:1.0 1745:0.3333333333333333 1832:1.0 3480:1.0 5270:1.0 5332:1.0 5336:1.0 5574:1.0 6039:0.5 6599:1.0 6661:1.0 7543:1.0 8107:1.0
12 6:1.0 9:0.25 16:0.025 53:0.09090909090909091 56:0.16666666666666666 90:0.0625 225:1.0 415:0.5 633:0.3333333333333333 1139:1.0 1396:1.0 3005:0.3333333333333333 3194:1.0 4698:1.0 5026:1.0 5299:0.5 5348:1.0 6158:1.0
12 4:0.5 9:0.5 16:0.025 32:1.0 56:0.3333333333333333 154:1.0 268:0.07692307692307693 275:0.2 304:0.3333333333333333 442:0.2 554:1.0 633:0.3333333333333333 803:1.0 1158:0.5 1249:0.5 2300:1.0 2768:1.0 3059:0.3333333333333333 5290:2.0 6017:1.0 7631:1.0
12 4:0.5 9:0.25 16:0.05 31:0.03125 43:0.3333333333333333 53:0.09090909090909091 72:0.2 129:0.5 184:1.0 199:1.0 230:0.3333333333333333 248:1.0 275:0.2 772:1.0 972:1.0 1025:1.0 1127:0.3333333333333333 1457:1.0 1733:1.0 1823:1.0 2355:0.5 2411:1.0 2696:0.5 2996:1.0 3294:1.0 5270:1.0 5331:0.5 5338:0.6666666666666666 5396:1.0 5426:1.0 6028:1.0
12 9:0.25 14:1.5 16:0.025 31:0.0625 52:1.0 278:0.5 286:0.3333333333333333 415:0.5 544:0.3333333333333333 984:1.0 1111:1.0 1486:1.0 1832:1.0 2750:1.0 4316:1.0 4776:1.0 5001:1.0 5057:1.0 5274:0.5 5331:0.5 5550:1.0 6418:1.0 7653:1.0 7829:1.0
12 11:0.125 16:0.025 42:1.0 60:0.07692307692307693 61:0.375 266:0.3333333333333333 290:0.25 409:1.0 547:0.07692307692307693 549:0.5 678:0.5 737:0.3333333333333333 846:0.25 2569:1.0 3113:1.0 3138:1.0 3484:2.0 3497:1.0 4955:1.0 5274:0.5 5348:1.0 5474:1.0 5832:1.0 6355:1.0 7030:1.0
12 11:0.125 16:0.025 24:0.5 31:0.03125 43:0.3333333333333333 53:0.09090909090909091 56:0.16666666666666666 184:1.0 438:1.0 491:1.0 547:0.07692307692307693 633:0.3333333333333333 638:1.0 949:0.25 1057:0.3333333333333333 1852:1.0 2130:0.3333333333333333 4316:1.0 5087:1.0 5397:1.0 5510:0.2 5664:1.0
12 3:1.0 8:0.16666666666666666 9:0.25 14:0.5 31:0.03125 53:0.18181818181818182 56:0.16666666666666666 61:0.125 278:0.5 286:0.6666666666666666 547:0.07692307692307693 590:1.0 1185:1.0 1675:0.5 1932:1.0 2115:0.5 2409:1.0 2656:1.0 3326:1.0 4746:1.0 5299:0.5 5336:1.0 6370:1.0 7789:1.0
12 16:0.05 39:0.3333333333333333 43:0.3333333333333333 53:0.09090909090909091 56:0.16666666666666666 184:1.0 289:0.5 415:0.5 423:1.0 461:0.3333333333333333 547:0.07692307692307693 866:0.2 1226:1.0 1648:0.3333333333333333 1918:1.0 2128:1.0 2406:1.0 3497:1.0 3941:1.0 3987:1.0 5076:1.0 5412:1.0 5526:1.0 6583:1.0
12 14:0.5 53:0.09090909090909091 61:0.125 184:1.0 547:0.07692307692307693 554:1.0 1203:1.0 1899:1.0 3474:1.0 5290:1.0
12 9:0.25 14:0.5 16:0.025 33:0.125 56:0.16666666666666666 90:0.0625 160:0.3333333333333333 521:0.5 712:0.1111111111111111 949:0.25 1469:0.5 4997:1.0 5076:1.0 5299:0.5 5619:1.0 6471:1.0 6634:1.0 6693:1.0 7370:1.0
12 9:0.25 14:0.5 16:0.025 24:0.5 61:0.125 78:0.3333333333333333 104:1.0 140:1.0 268:0.07692307692307693 275:0.2 1469:0.5 1742:1.0 4439:1.0 4835:1.0 5290:1.0 6088:1.0 6809:1.0
12 11:0.25 53:0.09090909090909091 97:0.5 461:0.3333333333333333 547:0.07692307692307693 803:2.0 949:0.25 983:0.5 1117:1.0 2158:1.0 4456:1.0 4538:1.0 4828:1.0 5571:1.0 6641:1.0 7260:1.0
12 16:0.025 57:0.14285714285714285 78:0.3333333333333333 423:1.0 547:0.07692307692307693 712:0.1111111111111111 1648:0.3333333333333333 2681:1.0 3288:1.0 5290:1.0 5338:0.3333333333333333 7811:1.0
12 8:0.16666666666666666 16:0.05 24:0.5 29:0.5 43:1.3333333333333333 53:0.09090909090909091 146:0.2 199:1.0 228:0.5 275:0.2 289:0.5 302:1.0 415:0.5 418:0.16666666666666666 547:0.07692307692307693 797:1.0 983:0.5 1199:1.0 1212:1.0 1612:1.0 2184:1.0 2482:1.0 2603:1.0 3471:1.0 3642:2.0 3832:1.0 4567:0.5 5510:0.2 5981:1.0 6411:1.0 8155:1.0
12 9:0.25 29:0.5 43:0.3333333333333333 44:0.25 53:0.18181818181818182 90:0.1875 199:1.0 228:0.5 245:0.5 345:1.0 418:0.16666666666666666 442:0.2 450:0.5 547:0.07692307692307693 548:1.0 554:1.0 772:1.0 797:1.0 983:1.0 1248:1.0 1427:1.0 3226:1.0 5199:1.0 5290:1.0 5307:1.0 5510:0.2 5539:1.0 6004:1.0 8155:1.0
12 16:0.025 21:1.0 43:0.3333333333333333 78:0.3333333333333333 90:0.125 547:0.07692307692307693 1372:1.0 4404:1.0 5290:1.0 5312:1.0 6533:1.0 8233:1.0
12 8:0.16666666666666666 9:0.5 10:0.6666666666666666 16:0.025 24:0.5 43:1.0 52:1.0 60:0.07692307692307693 61:0.25 64:0.25 70:0.375 102:1.0 129:0.5 228:0.5 265:0.3333333333333333 278:0.5 333:0.5 367:1.0 415:0.5 1127:0.3333333333333333 1199:1.0 1470:1.0 1714:1.0 1923:1.0 3346:1.0 3480:1.0 7075:1.0
12 14:0.5 16:0.05 61:0.125 70:0.125 105:1.0 358:1.0 521:0.5 549:0.5 712:0.1111111111111111 1237:0.25 1278:1.0 2543:0.5 5270:1.0 5290:1.0 5356:1.0 5709:1.0 6217:1.0
12 8:0.16666666666666666 9:0.75 28:1.0 32:1.0 43:1.0 44:0.25 56:0.16666666666666666 265:0.3333333333333333 268:0.07692307692307693 303:1.0 304:0.3333333333333333 549:0.5 554:1.0 678:0.5 803:1.0 983:0.5 1127:0.3333333333333333 1249:0.5 3005:0.3333333333333333 5510:0.2 5832:1.0
12 16:0.025 39:0.3333333333333333 121:1.0 429:0.5 1470:1.0 2041:1.0 3987:1.0 5412:1.0 5428:0.5
12 9:0.25 10:0.3333333333333333 11:0.125 16:0.025 21:1.0 43:0.6666666666666666 53:0.09090909090909091 56:0.16666666666666666 61:0.125 78:0.3333333333333333 178:1.0 418:0.16666666666666666 604:1.0 1196:0.5 1955:1.0 2077:1.0 2736:1.0 3494:1.0 3987:1.0 4339:1.0 4514:1.0 5332:1.0 5921:0.5 6120:1.0 7404:1.0 7923:1.0
12 9:0.5 11:0.125 16:0.025 24:0.5 31:0.0625 43:0.3333333333333333 61:0.125 547:0.07692307692307693 672:1.0 758:0.3333333333333333 983:0.5 5427:1.0 7301:1.0 8076:1.0 8077:1.0
12 9:0.25 56:0.16666666666666666 60:0.07692307692307693 74:0.3333333333333333 1995:1.0 2115:0.5 3874:1.0 5427:1.0
12 9:0.25 60:0.07692307692307693 61:0.125 290:0.25 712:0.1111111111111111 983:0.5 1562:1.0 1907:1.0 2694:1.0 4567:0.5 5270:1.0 5331:0.5 6922:1.0 6962:1.0
12 9:0.25 10:0.3333333333333333 60:0.07692307692307693 70:0.125 72:0.2 208:0.5 493:1.0 712:0.1111111111111111 1017:1.0 4567:0.5 7089:1.0
12 9:0.25 29:0.5 43:0.3333333333333333 53:0.09090909090909091 60:0.07692307692307693 61:0.25 64:0.25 70:0.25 71:0.3333333333333333 144:0.3333333333333333 163:1.0 311:1.0 415:0.5 429:0.5 450:0.5 1249:0.5 3038:1.0 3113:1.0 5011:1.0 5115:1.0 5697:0.5
12 9:0.25 53:0.09090909090909091 56:0.16666666666666666 60:0.07692307692307693 61:0.125 239:2.0 265:0.3333333333333333 549:0.5 690:1.0 712:0.1111111111111111 724:0.5 962:0.5 2034:1.0 2951:1.0 3309:1.0
12 9:0.75 10:0.3333333333333333 16:0.025 52:1.0 53:0.09090909090909091 60:0.07692307692307693 146:0.2 179:0.5 216:1.0 265:0.3333333333333333 268:0.07692307692307693 358:1.0 453:0.5 521:0.5 3113:1.0 6191:1.0
12 9:0.25 16:0.025 24:0.5 268:0.07692307692307693 289:0.5 693:1.0 1057:0.3333333333333333 4034:1.0 5488:1.0
12 14:0.5 16:0.025 39:0.3333333333333333 57:0.14285714285714285 64:0.25 78:0.3333333333333333 90:0.0625 100:1.0 120:1.0 280:1.0 286:0.3333333333333333 449:0.5 554:1.0 672:0.5 712:0.1111111111111111 983:0.5 1248:1.0 1832:1.0 3113:1.0 5331:0.5 5332:1.0 5417:1.0 5574:1.0 5616:1.0 6283:1.0 7829:1.0
12 31:0.03125 184:1.0 265:0.3333333333333333 266:0.3333333333333333 712:0.1111111111111111 1423:1.0 2556:1.0 5305:1.0 6626:1.0 7367:1.0
12 60:0.07692307692307693 61:0.125 364:1.0 415:0.5 547:0.07692307692307693 604:1.0 712:0.1111111111111111 793:1.0 1060:1.0 1457:1.0
12 16:0.075 53:0.18181818181818182 56:0.16666666666666666 57:0.14285714285714285 61:0.125 78:0.6666666666666666 90:0.0625 179:0.5 224:2.0 230:0.3333333333333333 364:1.0 544:0.3333333333333333 712:0.1111111111111111 1245:1.0 1923:1.0 3113:1.0 3474:1.0 4579:1.0 5270:1.0 5290:1.0 5312:1.0 5510:0.4 5647:1.0 6185:1.0 6514:1.0 6639:1.0 7096:1.0 8233:1.0
12 9:0.25 16:0.025 31:0.03125 52:1.0 53:0.09090909090909091 57:0.14285714285714285 83:0.5 179:0.5 290:0.25 712:0.1111111111111111 1429:0.5 1486:1.0 2578:1.0 2978:1.0 3113:1.0 5270:1.0 5443:1.0 6185:1.0 6514:1.0
12 16:0.05 19:1.0 33:0.125 37:1.0 53:0.09090909090909091 56:0.3333333333333333 61:0.375 123:1.0 179:0.5 209:0.2 275:0.2 289:0.5 298:1.0 453:0.5 549:0.5 693:1.0 701:1.0 984:1.0 1345:1.0 1679:1.0 1883:1.0 3497:1.0 3987:1.0 4439:1.0 5290:1.0 5331:0.5 5412:1.0 5643:1.0 6411:1.0
12 9:0.25 31:0.03125 53:0.09090909090909091 61:0.125 90:0.0625 169:1.0 230:0.3333333333333333 256:1.0 275:0.2 341:1.0 364:2.0 503:1.0 547:0.07692307692307693 846:0.25 1835:1.0 2338:1.0 3969:1.0 5290:1.0 5331:0.5 5369:1.0 5383:1.0 5443:1.0 5535:1.0 5869:1.0
12 11:0.125 16:0.05 21:1.0 53:0.09090909090909091 61:0.125 230:0.3333333333333333 547:0.07692307692307693 609:1.0 712:0.1111111111111111 754:1.0 949:0.25 2501:1.0 3848:1.0 4064:1.0 5356:1.0 5571:1.0 5583:1.0 7100:1.0
12 9:0.25 10:0.3333333333333333 43:0.3333333333333333 44:0.25 53:0.09090909090909091 61:0.125 275:0.2 311:1.0 549:0.5 712:0.1111111111111111 723:1.0 1144:1.0 2339:1.0 2501:1.0 3476:1.0 4099:1.0 4842:0.5 5076:2.0 5535:1.0 5785:1.0 5924:1.0
12 9:0.5 14:1.0 16:0.025 31:0.03125 33:0.125 52:1.0 53:0.09090909090909091 60:0.07692307692307693 61:0.25 78:0.6666666666666666 105:1.0 228:0.5 265:0.3333333333333333 311:1.0 364:1.0 461:0.3333333333333333 547:0.15384615384615385 549:0.5 949:0.25 2146:0.5 3444:1.0 5270:1.0 5455:1.0 5990:0.5 6377:1.0
12 9:0.25 16:0.025 60:0.07692307692307693 61:0.125 70:0.125 236:1.0 547:0.07692307692307693 949:0.25 1255:1.0 2476:1.0 4634:1.0 5225:1.0
12 16:0.025 31:0.03125 33:0.125 61:0.25 130:1.0 246:1.0 275:0.2 712:0.1111111111111111 3113:1.0 3318:1.0 4439:1.0 5348:1.0 5998:1.0
12 4:0.5 9:0.25 14:0.5 37:1.0 42:1.0 43:0.6666666666666666 53:0.18181818181818182 61:0.25 78:0.3333333333333333 265:0.3333333333333333 549:0.5 846:0.25 1226:1.0 1742:0.5 2862:1.0 3194:1.0 3497:1.0 4600:1.0 5076:1.0 5290:1.0 5459:1.0 5897:1.0 7446:1.0 7637:1.0
12 11:0.125 16:0.025 50:0.09090909090909091 53:0.09090909090909091 61:0.125 712:0.1111111111111111 2501:1.0 5115:1.0 5356:1.0 5583:1.0 6319:1.0
12 11:0.125 32:1.0 33:0.125 78:0.3333333333333333 239:1.0 311:1.0 983:0.5 2599:1.0 3987:1.0
12 14:0.5 16:0.025 32:1.0 33:0.125 78:0.3333333333333333 239:1.0 364:1.0 754:1.0 983:0.5 2599:1.0 3987:1.0 7482:1.0
12 16:0.025 31:0.03125 37:1.0 39:0.3333333333333333 44:0.25 53:0.18181818181818182 61:0.125 70:0.125 78:0.3333333333333333 83:0.5 102:1.0 275:0.2 286:0.3333333333333333 311:1.0 341:1.0 439:0.25 549:0.5 983:0.5 1742:0.5 2338:1.0 3987:1.0 4034:1.0 4404:1.0 5076:1.0 5290:1.0 5357:1.0 5779:1.0 6626:1.0 6653:1.0
12 10:0.3333333333333333 44:0.25 50:0.09090909090909091 61:0.125 77:0.5 268:0.07692307692307693 983:0.5 1478:0.5 1834:1.0 6626:1.0 7226:1.0
12 10:0.3333333333333333 11:0.125 14:0.5 16:0.025 37:1.0 53:0.09090909090909091 56:0.16666666666666666 78:0.3333333333333333 179:0.5 305:1.0 429:0.5 493:1.0 549:0.5 633:0.3333333333333333 1742:0.5 3999:1.0 4000:1.0 5076:1.0 5356:1.0 5395:1.0 6626:1.0
12 4:0.5 16:0.025 24:0.5 31:0.03125 78:0.3333333333333333 218:1.0 225:1.0 547:0.15384615384615385 609:1.0 631:1.0 734:1.0 3409:1.0 3867:1.0 5076:1.0 5290:1.0 5338:0.3333333333333333 5356:1.0 6174:1.0 6481:1.0 8061:1.0
12 9:0.25 14:1.0 16:0.075 29:0.5 31:0.09375 52:1.0 53:0.18181818181818182 56:0.3333333333333333 90:0.0625 132:1.0 184:1.0 224:2.0 225:1.0 230:0.3333333333333333 280:1.0 311:1.0 367:1.0 428:1.0 442:0.2 597:1.0 672:0.5 750:1.0 1057:0.3333333333333333 1469:0.5 3615:0.5 5299:0.5 5307:1.0 6229:1.0 6796:1.0
12 14:0.5 16:0.025 21:1.0 43:1.0 53:0.18181818181818182 64:0.25 70:0.375 71:0.3333333333333333 78:0.3333333333333333 90:0.0625 215:1.0 218:1.0 224:1.0 245:0.5 248:1.0 289:0.5 311:1.0 415:0.5 442:0.2 453:0.5 547:0.07692307692307693 983:0.5 1237:0.25 1298:1.0 1346:1.0 1389:1.0 1699:1.0 1845:1.0 2015:1.0 2415:0.5 3064:1.0 3474:1.0 3950:1.0 5428:0.5 5488:1.0 6836:1.0 6837:1.0
12 8:0.16666666666666666 9:0.25 16:0.025 32:1.0 43:0.6666666666666666 52:1.0 53:0.18181818181818182 70:0.125 71:0.3333333333333333 93:1.0 102:2.0 116:0.5 160:0.3333333333333333 268:0.07692307692307693 286:0.6666666666666666 370:1.0 499:1.0 539:1.0 554:1.0 560:0.5 779:1.0 949:0.5 1429:0.5 1457:1.0 1470:1.0 1648:0.3333333333333333 1938:1.0 2109:0.5 2300:1.0 3488:1.0 4422:1.0 4786:1.0 5270:1.0 5332:2.0 5335:0.5 5348:2.0 5510:0.2 5960:1.0 6065:0.5 6837:1.0
12 14:1.0 16:0.025 24:0.5 26:0.2 53:0.18181818181818182 56:0.16666666666666666 57:0.14285714285714285 78:0.6666666666666666 160:0.3333333333333333 268:0.07692307692307693 275:0.4 286:0.3333333333333333 289:0.5 318:1.0 449:0.5 693:1.0 1725:1.0 1907:1.0 2130:0.3333333333333333 2750:1.0 3474:2.0 5290:1.0 5884:1.0 6355:1.0 6641:2.0 6836:1.0 6837:1.0 7814:1.0
|
514f9394d98eab124ad273de082a6229ef58bc58 | 45f15df44927246d4d8b596962a614d365f1f6ec | /Sistema Contable el Mana/appContable/bin/Debug/SCE Backup/0558d68c-bcad-4e2e-bdc3-64a74b803409.sce | 696171bfba170f3cc2c75dedfc39bbea1492d809 | [] | no_license | soymichelt/SGE | 6e4c0312e719d40665c4216945dc79a3a2f7201f | 6ff85a7960562a3c6d2993f03d9f3c7e58c3c656 | refs/heads/master | 2021-06-19T01:48:47.929631 | 2017-06-03T21:46:23 | 2017-06-03T21:46:23 | 74,612,978 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 77,074 | sce | 0558d68c-bcad-4e2e-bdc3-64a74b803409.sce | ----Reset Database----
DELETE FROM UserAccount
GO
DELETE FROM Cuenta
GO
DELETE FROM ComprobanteDiario
GO
DELETE FROM ComprobanteDiarioDetalle
GO
----UsersAccounts----
INSERT INTO UserAccount (IDUser, Reg, FMod, Name, SurnName, UserName, UserPass, Activo ) VALUES ( 'e77e8242-1a4a-48a0-8eda-eeeb3942304c', '2016/11/27 20:51:21','2016/11/27 20:51:21','MICHEL ROBERTO', 'TRAÑA TABLADA', 'admin', 'a2JCEBVkxqfSe7M38L99jRXHmiGPo5xPdLFd0kNu1hR3kE0Ur8ZWNW+sTycWoZZewhqqJZTb4PLp2fEB0JXuo97I8NSs0VxnzcuZWNjUuu0jR10k2sh1eEcWfXuYd9R64YWK4f4gPk2DfQojMhyvnrUW6pqbEt5K/jJtAJuQ/PE=', 1)
GO
----Cuenta----
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'e9f67a07-88fa-4737-bf59-00e61cd6875d', '2016/08/24 17:48:01','2016/08/24 17:48:01',6,'f03d1b94-a932-4334-b5c7-a67789f2fe43','1','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '4bb77e41-dde2-47e2-8b1c-8767f31ed578', '02', 'b2df71f7-2594-4ec8-a306-afc2ab8f563a', '2', 'f03d1b94-a932-4334-b5c7-a67789f2fe43', '1', 'e9f67a07-88fa-4737-bf59-00e61cd6875d', '001', 'BANPRO CTA CTE XXX-XXX-XXX', 1, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'e204ab8b-cb88-4e26-bbc3-0108319e0c66', '2016/08/19 16:24:11','2016/08/19 16:24:11',2,'5c9b0291-54bf-4a65-b4fb-d772dc2eef5d','1','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', 'e204ab8b-cb88-4e26-bbc3-0108319e0c66', '2', NULL, '', NULL, '', NULL, '', NULL, '', 'ACTIVO FIJO', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'd682b44a-6553-424b-93c0-065c206e2c25', '2016/09/24 14:09:39','2016/09/24 14:09:39',4,'387badfc-1bd4-498d-960d-a19c6d174682','07','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '387badfc-1bd4-498d-960d-a19c6d174682', '07', 'd682b44a-6553-424b-93c0-065c206e2c25', '2', NULL, '', NULL, '', 'RESTAURANTE EL MANÁ', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'fbc29849-bc9d-42ae-969f-07bbc5aa8adb', '2016/08/25 17:15:18','2016/08/25 17:15:18',4,'97c62305-caaa-4d3e-a8f5-b35150032bc8','01','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', 'fbc29849-bc9d-42ae-969f-07bbc5aa8adb', '2', NULL, '', NULL, '', 'RESTAURANTE EL MANÁ', 0, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '90cbb640-8746-47ad-9201-0dc3b2978798', '2016/09/24 14:09:52','2016/09/24 14:09:52',5,'d682b44a-6553-424b-93c0-065c206e2c25','2','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '387badfc-1bd4-498d-960d-a19c6d174682', '07', 'd682b44a-6553-424b-93c0-065c206e2c25', '2', '90cbb640-8746-47ad-9201-0dc3b2978798', '1', NULL, '', 'ALMACÉN', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '2016/08/25 17:14:40','2016/08/25 17:14:40',2,'8b3e49ca-be46-4a63-aa12-56c9ba615d61','4','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', NULL, '', NULL, '', NULL, '', NULL, '', 'VENTAS', 0, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '9b7cab8a-8c59-4203-9000-1ac2f606d296', '2016/08/27 11:49:11','2016/08/27 11:49:11',6,'27e337da-807a-4fa1-80e7-e1f68d8a349b','1','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', '482f3786-7a54-4ab8-8d02-f97046c98324', '1', '27e337da-807a-4fa1-80e7-e1f68d8a349b', '1', '9b7cab8a-8c59-4203-9000-1ac2f606d296', '004', 'GALLETAS', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '1abbc486-67f2-4272-82e1-1c9a965e4945', '2016/08/09 11:59:56','2016/08/09 11:59:56',2,'5c9b0291-54bf-4a65-b4fb-d772dc2eef5d','1','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', NULL, '', NULL, '', NULL, '', NULL, '', 'CIRCULANTE', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '65d41d25-7474-4c62-aeb4-1f54a2956f6b', '2016/08/09 12:00:53','2016/08/09 12:00:53',4,'8b0ef7fd-c425-45d7-a8cc-553179f27864','01','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '8b0ef7fd-c425-45d7-a8cc-553179f27864', '01', '65d41d25-7474-4c62-aeb4-1f54a2956f6b', '1', NULL, '', NULL, '', 'HELADERÍA EL MANÁ', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '576f199f-d082-43f6-9729-22f46029ac02', '2016/08/27 11:53:06','2016/08/27 11:53:06',6,'d188bae4-1d4c-4985-97bd-3f52d9e34b7b','1','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', 'fbc29849-bc9d-42ae-969f-07bbc5aa8adb', '2', 'd188bae4-1d4c-4985-97bd-3f52d9e34b7b', '1', '576f199f-d082-43f6-9729-22f46029ac02', '010', 'JUGOS', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '49a6c428-1006-4f06-a5f4-262741135c5e', '2016/08/25 17:29:18','2016/08/25 17:29:18',5,'23ad0ead-ec05-4166-8ac5-cb41289ad850','1','0fbabdf4-66c9-4d8b-9d7e-66f43b16d2d5', '7', 'fe50e92a-db9f-4176-8f19-c075d00d18e4', '1', '9a7121de-7d6b-4af3-bc98-c154bff08a3d', '01', '23ad0ead-ec05-4166-8ac5-cb41289ad850', '1', '49a6c428-1006-4f06-a5f4-262741135c5e', '1', NULL, '', 'INGRESOS FINANCIEROS', 0, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'edc0e2c5-a688-48af-88ea-30cba3da3c36', '2016/08/24 17:45:03','2016/08/24 17:45:03',5,'b2df71f7-2594-4ec8-a306-afc2ab8f563a','2','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '4bb77e41-dde2-47e2-8b1c-8767f31ed578', '02', 'b2df71f7-2594-4ec8-a306-afc2ab8f563a', '2', 'edc0e2c5-a688-48af-88ea-30cba3da3c36', '1', NULL, '', 'Banco', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,0)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '8d1ff06f-8764-4ae8-8c6f-30f02da7a6d7', '2016/09/24 14:09:27','2016/09/24 14:09:27',5,'565cf15c-e8ff-43eb-b779-f629f252b722','1','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '387badfc-1bd4-498d-960d-a19c6d174682', '07', '565cf15c-e8ff-43eb-b779-f629f252b722', '1', '8d1ff06f-8764-4ae8-8c6f-30f02da7a6d7', '1', NULL, '', 'ALMACÉN', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'da34bc19-5c4d-4d60-a550-3129ee7ca847', '2016/08/02 16:44:01','2016/08/02 16:44:01',1,NULL,'','da34bc19-5c4d-4d60-a550-3129ee7ca847', '5', NULL, '', NULL, '', NULL, '', NULL, '', NULL, '', 'COSTOS DE VENTA', 1, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'b9b7d742-916f-4385-bc0c-31a8ed526e74', '2016/08/25 17:18:05','2016/08/25 17:18:05',6,'d188bae4-1d4c-4985-97bd-3f52d9e34b7b','1','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', 'fbc29849-bc9d-42ae-969f-07bbc5aa8adb', '2', 'd188bae4-1d4c-4985-97bd-3f52d9e34b7b', '1', 'b9b7d742-916f-4385-bc0c-31a8ed526e74', '002', 'SERVICIO DE COMIDA DE RES', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '24b2ef2a-9686-44e4-b13d-31f0266e7357', '2016/08/09 12:02:46','2016/08/09 12:02:46',5,'dc90fe5e-876f-4535-869a-41403353a9df','2','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '8b0ef7fd-c425-45d7-a8cc-553179f27864', '01', 'dc90fe5e-876f-4535-869a-41403353a9df', '2', '24b2ef2a-9686-44e4-b13d-31f0266e7357', '1', NULL, '', 'CAJA', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '1cf89331-6848-4fe1-be5f-320417a04809', '2016/08/24 17:46:56','2016/08/24 17:47:39',6,'d18c84cd-941e-4feb-b1bf-de36c0f6cfd2','1','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '4bb77e41-dde2-47e2-8b1c-8767f31ed578', '02', '0eb7cafd-e173-407e-aee9-63b36b204b74', '1', 'd18c84cd-941e-4feb-b1bf-de36c0f6cfd2', '1', '1cf89331-6848-4fe1-be5f-320417a04809', '001', 'BANPRO CTA CTE XXX-XXX-XXX', 1, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '6356c71c-25e4-4324-ab06-34e2874c7726', '2016/08/27 11:50:32','2016/08/27 11:50:32',6,'d188bae4-1d4c-4985-97bd-3f52d9e34b7b','1','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', 'fbc29849-bc9d-42ae-969f-07bbc5aa8adb', '2', 'd188bae4-1d4c-4985-97bd-3f52d9e34b7b', '1', '6356c71c-25e4-4324-ab06-34e2874c7726', '003', 'SERVICIO DE COMIDA DE CERDO', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'e8fe7d76-1c6e-40b4-aca4-3e6c5ef58773', '2016/08/25 17:24:04','2016/08/25 17:24:04',2,'35a901a9-892b-4b14-8408-936ebb5f7ce3','6','35a901a9-892b-4b14-8408-936ebb5f7ce3', '6', 'e8fe7d76-1c6e-40b4-aca4-3e6c5ef58773', '1', NULL, '', NULL, '', NULL, '', NULL, '', 'VENTAS', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'd188bae4-1d4c-4985-97bd-3f52d9e34b7b', '2016/08/25 17:15:47','2016/08/25 17:15:47',5,'fbc29849-bc9d-42ae-969f-07bbc5aa8adb','2','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', 'fbc29849-bc9d-42ae-969f-07bbc5aa8adb', '2', 'd188bae4-1d4c-4985-97bd-3f52d9e34b7b', '1', NULL, '', 'INGRESOS POR VENTAS', 0, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'dc90fe5e-876f-4535-869a-41403353a9df', '2016/08/09 12:01:20','2016/08/09 12:01:20',4,'8b0ef7fd-c425-45d7-a8cc-553179f27864','01','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '8b0ef7fd-c425-45d7-a8cc-553179f27864', '01', 'dc90fe5e-876f-4535-869a-41403353a9df', '2', NULL, '', NULL, '', 'RESTAURANTE EL MANÁ', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'cfbd6b4a-4fd5-449d-9a49-4363b1c8d4f6', '2016/08/09 12:38:45','2016/08/09 12:38:45',6,'c6b4653b-db86-4a27-8f66-a09c49ef9e02','1','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '8b0ef7fd-c425-45d7-a8cc-553179f27864', '01', '65d41d25-7474-4c62-aeb4-1f54a2956f6b', '1', 'c6b4653b-db86-4a27-8f66-a09c49ef9e02', '1', 'cfbd6b4a-4fd5-449d-9a49-4363b1c8d4f6', '001', 'MICHEL ROBERTO TRAÑA TABLADA', 1, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'a93263c7-c463-464f-9d17-45c22eaca2cf', '2016/08/25 17:27:27','2016/08/25 17:27:27',6,'7ffc7cdf-99ca-4f3c-8c3a-ee9c75724f77','1','35a901a9-892b-4b14-8408-936ebb5f7ce3', '6', 'e8fe7d76-1c6e-40b4-aca4-3e6c5ef58773', '1', 'c2c1a5ec-50d2-4b47-998c-afa525611a0c', '01', '5a2feb97-9ee6-4189-b90a-c17375fdd18f', '1', '7ffc7cdf-99ca-4f3c-8c3a-ee9c75724f77', '1', 'a93263c7-c463-464f-9d17-45c22eaca2cf', '002', 'ANTIGUEDAD', 1, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '55502e62-0219-41ab-aeeb-479b865f942c', '2016/08/27 11:49:20','2016/08/27 11:49:20',6,'27e337da-807a-4fa1-80e7-e1f68d8a349b','1','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', '482f3786-7a54-4ab8-8d02-f97046c98324', '1', '27e337da-807a-4fa1-80e7-e1f68d8a349b', '1', '55502e62-0219-41ab-aeeb-479b865f942c', '005', 'JUGOS', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'f853a171-dfd9-444d-a381-48bcd8908181', '2016/08/25 17:25:14','2016/08/25 17:25:14',5,'57a8c4b0-0b44-4f4f-9cce-5c6f4c8067a8','2','35a901a9-892b-4b14-8408-936ebb5f7ce3', '6', 'e8fe7d76-1c6e-40b4-aca4-3e6c5ef58773', '1', 'c2c1a5ec-50d2-4b47-998c-afa525611a0c', '01', '57a8c4b0-0b44-4f4f-9cce-5c6f4c8067a8', '2', 'f853a171-dfd9-444d-a381-48bcd8908181', '1', NULL, '', 'GASTOS DE VENTAS', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '0cb63a55-b9af-48c7-88d8-48f1c0e1deba', '2016/09/26 12:05:33','2016/09/26 12:05:52',6,'8d1ff06f-8764-4ae8-8c6f-30f02da7a6d7','1','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '387badfc-1bd4-498d-960d-a19c6d174682', '07', '565cf15c-e8ff-43eb-b779-f629f252b722', '1', '8d1ff06f-8764-4ae8-8c6f-30f02da7a6d7', '1', '0cb63a55-b9af-48c7-88d8-48f1c0e1deba', '001', 'ROCKET', 1, 1, 0.0000,0.0000,0.0000,1, 0.00,0.00,0.0000,10.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'e128ef4e-7e7b-4033-8d3e-4bf92895861b', '2016/08/02 16:44:01','2016/08/02 16:44:01',1,NULL,'','e128ef4e-7e7b-4033-8d3e-4bf92895861b', '2', NULL, '', NULL, '', NULL, '', NULL, '', NULL, '', 'PASIVO', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'c0e9b202-8a0c-465e-b2dc-4f95c564238b', '2016/08/25 17:21:47','2016/08/25 17:21:47',4,'fbc158f8-091e-4fd9-85b1-b26abf13497a','01','da34bc19-5c4d-4d60-a550-3129ee7ca847', '5', 'bece89eb-9d20-436d-b812-a777fb678014', '1', 'fbc158f8-091e-4fd9-85b1-b26abf13497a', '01', 'c0e9b202-8a0c-465e-b2dc-4f95c564238b', '1', NULL, '', NULL, '', 'HELADERÍA EL MANÁ', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'a7e6ee3c-dc20-43a0-a36d-5243baa46d28', '2016/08/25 17:27:43','2016/08/25 17:27:43',6,'f853a171-dfd9-444d-a381-48bcd8908181','1','35a901a9-892b-4b14-8408-936ebb5f7ce3', '6', 'e8fe7d76-1c6e-40b4-aca4-3e6c5ef58773', '1', 'c2c1a5ec-50d2-4b47-998c-afa525611a0c', '01', '57a8c4b0-0b44-4f4f-9cce-5c6f4c8067a8', '2', 'f853a171-dfd9-444d-a381-48bcd8908181', '1', 'a7e6ee3c-dc20-43a0-a36d-5243baa46d28', '001', 'SALARIO BÁSICO', 1, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '4aa1c670-95b4-4cf0-9d97-53521a169de7', '2016/08/12 16:48:49','2016/08/12 16:48:49',4,'82acdd3a-a7fd-4468-8311-8e60909c8c56','01','eb86ad99-9529-4b4f-836a-6acf3ed021e0', '3', 'db32674d-45e4-4f4a-acb3-bd82787f6389', '1', '82acdd3a-a7fd-4468-8311-8e60909c8c56', '01', '4aa1c670-95b4-4cf0-9d97-53521a169de7', '1', NULL, '', NULL, '', 'HELADERÍA EL MANÁ', 0, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '8b0ef7fd-c425-45d7-a8cc-553179f27864', '2016/08/09 12:00:12','2016/08/09 12:00:12',3,'1abbc486-67f2-4272-82e1-1c9a965e4945','1','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '8b0ef7fd-c425-45d7-a8cc-553179f27864', '01', NULL, '', NULL, '', NULL, '', 'CAJA', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '8b3e49ca-be46-4a63-aa12-56c9ba615d61', '2016/08/02 16:44:01','2016/08/02 16:44:01',1,NULL,'','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', NULL, '', NULL, '', NULL, '', NULL, '', NULL, '', 'INGRESOS', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '64d66bf2-0afb-45c5-8883-5757eba514c8', '2016/08/27 11:52:43','2016/08/27 11:52:43',6,'d188bae4-1d4c-4985-97bd-3f52d9e34b7b','1','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', 'fbc29849-bc9d-42ae-969f-07bbc5aa8adb', '2', 'd188bae4-1d4c-4985-97bd-3f52d9e34b7b', '1', '64d66bf2-0afb-45c5-8883-5757eba514c8', '009', 'GASEOSAS', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'c1c2adb9-f816-4bdf-b6d3-5a14cd3f7893', '2016/10/10 10:48:50','2016/10/10 10:49:52',6,'8d1ff06f-8764-4ae8-8c6f-30f02da7a6d7','1','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '387badfc-1bd4-498d-960d-a19c6d174682', '07', '565cf15c-e8ff-43eb-b779-f629f252b722', '1', '8d1ff06f-8764-4ae8-8c6f-30f02da7a6d7', '1', 'c1c2adb9-f816-4bdf-b6d3-5a14cd3f7893', '002', 'ESKIMO CHOCOLATE', 1, 1, 0.0000,0.0000,0.0000,1, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'da2bc5fd-d1f8-4afb-8ba8-5a7f1932bae7', '2016/08/25 17:30:18','2016/08/25 17:30:18',6,'9ba1a03f-a9c1-4914-a131-7f33733f3211','1','0fbabdf4-66c9-4d8b-9d7e-66f43b16d2d5', '7', 'fe50e92a-db9f-4176-8f19-c075d00d18e4', '1', '9a7121de-7d6b-4af3-bc98-c154bff08a3d', '01', 'df864c45-0595-49e4-9e98-9f4e8ccf0ee0', '2', '9ba1a03f-a9c1-4914-a131-7f33733f3211', '1', 'da2bc5fd-d1f8-4afb-8ba8-5a7f1932bae7', '001', 'INTERESES', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '57a8c4b0-0b44-4f4f-9cce-5c6f4c8067a8', '2016/08/25 17:24:49','2016/08/25 17:24:49',4,'c2c1a5ec-50d2-4b47-998c-afa525611a0c','01','35a901a9-892b-4b14-8408-936ebb5f7ce3', '6', 'e8fe7d76-1c6e-40b4-aca4-3e6c5ef58773', '1', 'c2c1a5ec-50d2-4b47-998c-afa525611a0c', '01', '57a8c4b0-0b44-4f4f-9cce-5c6f4c8067a8', '2', NULL, '', NULL, '', 'RESTAURANTE EL MANÁ', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'f875c8d7-b215-4293-990c-5f8396dbd14f', '2016/08/19 16:24:55','2016/08/19 16:24:55',2,'5c9b0291-54bf-4a65-b4fb-d772dc2eef5d','1','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', 'f875c8d7-b215-4293-990c-5f8396dbd14f', '4', NULL, '', NULL, '', NULL, '', NULL, '', 'OTROS ACTIVOS', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '2de344bc-30e1-424a-8df3-60604e5ff3af', '2016/08/27 11:48:57','2016/08/27 11:48:57',6,'27e337da-807a-4fa1-80e7-e1f68d8a349b','1','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', '482f3786-7a54-4ab8-8d02-f97046c98324', '1', '27e337da-807a-4fa1-80e7-e1f68d8a349b', '1', '2de344bc-30e1-424a-8df3-60604e5ff3af', '003', 'GOLOSINAS', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '3e869f20-0471-4b3c-ad46-61c37d443bc3', '2016/08/12 16:50:09','2016/08/12 16:50:09',6,'03d7300c-de4e-4b3f-98f9-7278f9796055','1','eb86ad99-9529-4b4f-836a-6acf3ed021e0', '3', 'db32674d-45e4-4f4a-acb3-bd82787f6389', '1', '82acdd3a-a7fd-4468-8311-8e60909c8c56', '01', '22cf55e5-4b78-4a14-a5f1-718dad000c9c', '2', '03d7300c-de4e-4b3f-98f9-7278f9796055', '1', '3e869f20-0471-4b3c-ad46-61c37d443bc3', '001', 'SOCIA MARÍA AUXILIADORA', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '825a97ce-da13-4500-b9c0-61c7a821f8fb', '2016/08/25 17:18:25','2016/08/25 17:18:25',6,'27e337da-807a-4fa1-80e7-e1f68d8a349b','1','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', '482f3786-7a54-4ab8-8d02-f97046c98324', '1', '27e337da-807a-4fa1-80e7-e1f68d8a349b', '1', '825a97ce-da13-4500-b9c0-61c7a821f8fb', '002', 'PALETAS', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '0eb7cafd-e173-407e-aee9-63b36b204b74', '2016/08/24 17:44:26','2016/08/24 17:45:49',4,'4bb77e41-dde2-47e2-8b1c-8767f31ed578','02','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '4bb77e41-dde2-47e2-8b1c-8767f31ed578', '02', '0eb7cafd-e173-407e-aee9-63b36b204b74', '1', NULL, '', NULL, '', 'HELADERÍA EL MANÁ', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '0fbabdf4-66c9-4d8b-9d7e-66f43b16d2d5', '2016/08/02 16:44:01','2016/08/02 16:44:01',1,NULL,'','0fbabdf4-66c9-4d8b-9d7e-66f43b16d2d5', '7', NULL, '', NULL, '', NULL, '', NULL, '', NULL, '', 'INGRESOS FINANCIEROS', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'eb86ad99-9529-4b4f-836a-6acf3ed021e0', '2016/08/02 16:44:01','2016/08/02 16:44:01',1,NULL,'','eb86ad99-9529-4b4f-836a-6acf3ed021e0', '3', NULL, '', NULL, '', NULL, '', NULL, '', NULL, '', 'CAPITAL', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'a58f5317-b913-4c8d-9bad-6c3a8ea7bd17', '2016/09/24 14:21:04','2016/09/26 12:05:57',6,'90cbb640-8746-47ad-9201-0dc3b2978798','1','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '387badfc-1bd4-498d-960d-a19c6d174682', '07', 'd682b44a-6553-424b-93c0-065c206e2c25', '2', '90cbb640-8746-47ad-9201-0dc3b2978798', '1', 'a58f5317-b913-4c8d-9bad-6c3a8ea7bd17', '001', 'POLLO EN LBS.', 1, 1, 0.0000,0.0000,0.0000,1, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'ba464a4e-f847-4e26-a1d2-6f341b7f9dac', '2016/08/27 11:51:20','2016/08/27 11:51:20',6,'d188bae4-1d4c-4985-97bd-3f52d9e34b7b','1','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', 'fbc29849-bc9d-42ae-969f-07bbc5aa8adb', '2', 'd188bae4-1d4c-4985-97bd-3f52d9e34b7b', '1', 'ba464a4e-f847-4e26-a1d2-6f341b7f9dac', '006', 'HOT DOG', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'fbad9f38-c71f-49c8-bc17-6f922e752a1e', '2016/08/27 11:51:10','2016/08/27 11:51:10',6,'d188bae4-1d4c-4985-97bd-3f52d9e34b7b','1','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', 'fbc29849-bc9d-42ae-969f-07bbc5aa8adb', '2', 'd188bae4-1d4c-4985-97bd-3f52d9e34b7b', '1', 'fbad9f38-c71f-49c8-bc17-6f922e752a1e', '005', 'SANDWICH', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '22cf55e5-4b78-4a14-a5f1-718dad000c9c', '2016/08/12 16:49:01','2016/08/12 16:49:01',4,'82acdd3a-a7fd-4468-8311-8e60909c8c56','01','eb86ad99-9529-4b4f-836a-6acf3ed021e0', '3', 'db32674d-45e4-4f4a-acb3-bd82787f6389', '1', '82acdd3a-a7fd-4468-8311-8e60909c8c56', '01', '22cf55e5-4b78-4a14-a5f1-718dad000c9c', '2', NULL, '', NULL, '', 'RESTAURANTE EL MANÁ', 0, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '1b30fbf8-1de2-487d-982d-71b3f5c87ca8', '2016/08/25 17:22:10','2016/08/25 17:22:10',5,'c0e9b202-8a0c-465e-b2dc-4f95c564238b','1','da34bc19-5c4d-4d60-a550-3129ee7ca847', '5', 'bece89eb-9d20-436d-b812-a777fb678014', '1', 'fbc158f8-091e-4fd9-85b1-b26abf13497a', '01', 'c0e9b202-8a0c-465e-b2dc-4f95c564238b', '1', '1b30fbf8-1de2-487d-982d-71b3f5c87ca8', '1', NULL, '', 'COSTOS DE VENTAS', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '29bde57c-7b4d-4ba7-97d4-7271a0d5e646', '2016/08/25 17:30:25','2016/08/25 17:30:25',6,'9ba1a03f-a9c1-4914-a131-7f33733f3211','1','0fbabdf4-66c9-4d8b-9d7e-66f43b16d2d5', '7', 'fe50e92a-db9f-4176-8f19-c075d00d18e4', '1', '9a7121de-7d6b-4af3-bc98-c154bff08a3d', '01', 'df864c45-0595-49e4-9e98-9f4e8ccf0ee0', '2', '9ba1a03f-a9c1-4914-a131-7f33733f3211', '1', '29bde57c-7b4d-4ba7-97d4-7271a0d5e646', '002', 'MONTO AL VALOR', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '03d7300c-de4e-4b3f-98f9-7278f9796055', '2016/08/12 16:49:29','2016/08/12 16:49:29',5,'22cf55e5-4b78-4a14-a5f1-718dad000c9c','2','eb86ad99-9529-4b4f-836a-6acf3ed021e0', '3', 'db32674d-45e4-4f4a-acb3-bd82787f6389', '1', '82acdd3a-a7fd-4468-8311-8e60909c8c56', '01', '22cf55e5-4b78-4a14-a5f1-718dad000c9c', '2', '03d7300c-de4e-4b3f-98f9-7278f9796055', '1', NULL, '', 'CAPITAL SOCIAL', 0, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '0c70ff34-129f-4c69-b1f4-72a12dc6e24b', '2016/08/24 17:44:54','2016/08/24 17:44:54',5,'0eb7cafd-e173-407e-aee9-63b36b204b74','1','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '4bb77e41-dde2-47e2-8b1c-8767f31ed578', '02', '0eb7cafd-e173-407e-aee9-63b36b204b74', '1', '0c70ff34-129f-4c69-b1f4-72a12dc6e24b', '1', NULL, '', 'Banco', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,0)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'cd3cf37c-f1fa-42a5-8f23-76bbf6ea29e8', '2016/08/27 11:53:19','2016/08/27 11:53:19',6,'d188bae4-1d4c-4985-97bd-3f52d9e34b7b','1','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', 'fbc29849-bc9d-42ae-969f-07bbc5aa8adb', '2', 'd188bae4-1d4c-4985-97bd-3f52d9e34b7b', '1', 'cd3cf37c-f1fa-42a5-8f23-76bbf6ea29e8', '011', 'AGUA PURIFICADA', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '9ba1a03f-a9c1-4914-a131-7f33733f3211', '2016/08/25 17:29:26','2016/08/25 17:29:26',5,'df864c45-0595-49e4-9e98-9f4e8ccf0ee0','2','0fbabdf4-66c9-4d8b-9d7e-66f43b16d2d5', '7', 'fe50e92a-db9f-4176-8f19-c075d00d18e4', '1', '9a7121de-7d6b-4af3-bc98-c154bff08a3d', '01', 'df864c45-0595-49e4-9e98-9f4e8ccf0ee0', '2', '9ba1a03f-a9c1-4914-a131-7f33733f3211', '1', NULL, '', 'INGRESOS FINANCIEROS', 0, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '1f14ddf6-da5e-4c3f-8a0d-85e48629e44b', '2016/08/27 11:52:32','2016/08/27 11:52:32',6,'d188bae4-1d4c-4985-97bd-3f52d9e34b7b','1','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', 'fbc29849-bc9d-42ae-969f-07bbc5aa8adb', '2', 'd188bae4-1d4c-4985-97bd-3f52d9e34b7b', '1', '1f14ddf6-da5e-4c3f-8a0d-85e48629e44b', '008', 'REFRESCOS', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '4bb77e41-dde2-47e2-8b1c-8767f31ed578', '2016/08/09 12:39:20','2016/08/09 12:39:20',3,'1abbc486-67f2-4272-82e1-1c9a965e4945','1','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '4bb77e41-dde2-47e2-8b1c-8767f31ed578', '02', NULL, '', NULL, '', NULL, '', 'BANCO', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'bcf74623-17ae-4664-9ebe-880ed328da7f', '2016/08/25 17:22:16','2016/08/25 17:22:16',5,'2829a720-d78c-4324-90c9-a5251c9535e1','2','da34bc19-5c4d-4d60-a550-3129ee7ca847', '5', 'bece89eb-9d20-436d-b812-a777fb678014', '1', 'fbc158f8-091e-4fd9-85b1-b26abf13497a', '01', '2829a720-d78c-4324-90c9-a5251c9535e1', '2', 'bcf74623-17ae-4664-9ebe-880ed328da7f', '1', NULL, '', 'COSTOS DE VENTAS', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '3c923da5-3a96-4853-bf43-8c6b239db857', '2016/08/12 16:49:20','2016/08/12 16:49:20',5,'4aa1c670-95b4-4cf0-9d97-53521a169de7','1','eb86ad99-9529-4b4f-836a-6acf3ed021e0', '3', 'db32674d-45e4-4f4a-acb3-bd82787f6389', '1', '82acdd3a-a7fd-4468-8311-8e60909c8c56', '01', '4aa1c670-95b4-4cf0-9d97-53521a169de7', '1', '3c923da5-3a96-4853-bf43-8c6b239db857', '1', NULL, '', 'CAPITAL SOCIAL', 0, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '82acdd3a-a7fd-4468-8311-8e60909c8c56', '2016/08/12 16:48:33','2016/08/12 16:48:33',3,'db32674d-45e4-4f4a-acb3-bd82787f6389','1','eb86ad99-9529-4b4f-836a-6acf3ed021e0', '3', 'db32674d-45e4-4f4a-acb3-bd82787f6389', '1', '82acdd3a-a7fd-4468-8311-8e60909c8c56', '01', NULL, '', NULL, '', NULL, '', 'CAPITAL SOCIAL', 0, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'fa8738a2-b0dd-4aa9-91aa-908c0201eebb', '2016/08/25 17:25:28','2016/08/25 17:25:28',6,'7ffc7cdf-99ca-4f3c-8c3a-ee9c75724f77','1','35a901a9-892b-4b14-8408-936ebb5f7ce3', '6', 'e8fe7d76-1c6e-40b4-aca4-3e6c5ef58773', '1', 'c2c1a5ec-50d2-4b47-998c-afa525611a0c', '01', '5a2feb97-9ee6-4189-b90a-c17375fdd18f', '1', '7ffc7cdf-99ca-4f3c-8c3a-ee9c75724f77', '1', 'fa8738a2-b0dd-4aa9-91aa-908c0201eebb', '001', 'SALARIO BÁSICO', 1, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '35a901a9-892b-4b14-8408-936ebb5f7ce3', '2016/08/02 16:44:01','2016/08/02 16:44:01',1,NULL,'','35a901a9-892b-4b14-8408-936ebb5f7ce3', '6', NULL, '', NULL, '', NULL, '', NULL, '', NULL, '', 'GASTOS', 1, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'df864c45-0595-49e4-9e98-9f4e8ccf0ee0', '2016/08/25 17:29:02','2016/08/25 17:29:02',4,'9a7121de-7d6b-4af3-bc98-c154bff08a3d','01','0fbabdf4-66c9-4d8b-9d7e-66f43b16d2d5', '7', 'fe50e92a-db9f-4176-8f19-c075d00d18e4', '1', '9a7121de-7d6b-4af3-bc98-c154bff08a3d', '01', 'df864c45-0595-49e4-9e98-9f4e8ccf0ee0', '2', NULL, '', NULL, '', 'RESTAURANTE EL MANÁ', 0, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'c6b4653b-db86-4a27-8f66-a09c49ef9e02', '2016/08/09 12:02:37','2016/08/09 12:02:37',5,'65d41d25-7474-4c62-aeb4-1f54a2956f6b','1','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '8b0ef7fd-c425-45d7-a8cc-553179f27864', '01', '65d41d25-7474-4c62-aeb4-1f54a2956f6b', '1', 'c6b4653b-db86-4a27-8f66-a09c49ef9e02', '1', NULL, '', 'CAJA', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '387badfc-1bd4-498d-960d-a19c6d174682', '2016/09/24 13:16:43','2016/09/24 13:16:43',3,'1abbc486-67f2-4272-82e1-1c9a965e4945','1','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '387badfc-1bd4-498d-960d-a19c6d174682', '07', NULL, '', NULL, '', NULL, '', 'ALMACÉN', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '29eb4e78-b637-4376-861b-a501722681b7', '2016/08/19 16:24:34','2016/08/19 16:24:34',2,'5c9b0291-54bf-4a65-b4fb-d772dc2eef5d','1','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '29eb4e78-b637-4376-861b-a501722681b7', '3', NULL, '', NULL, '', NULL, '', NULL, '', 'ACTIVO DIFERIDO', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '2829a720-d78c-4324-90c9-a5251c9535e1', '2016/08/25 17:21:59','2016/08/25 17:21:59',4,'fbc158f8-091e-4fd9-85b1-b26abf13497a','01','da34bc19-5c4d-4d60-a550-3129ee7ca847', '5', 'bece89eb-9d20-436d-b812-a777fb678014', '1', 'fbc158f8-091e-4fd9-85b1-b26abf13497a', '01', '2829a720-d78c-4324-90c9-a5251c9535e1', '2', NULL, '', NULL, '', 'RESTAURANTE EL MANÁ', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'f03d1b94-a932-4334-b5c7-a67789f2fe43', '2016/08/24 17:46:20','2016/08/24 17:46:20',5,'b2df71f7-2594-4ec8-a306-afc2ab8f563a','2','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '4bb77e41-dde2-47e2-8b1c-8767f31ed578', '02', 'b2df71f7-2594-4ec8-a306-afc2ab8f563a', '2', 'f03d1b94-a932-4334-b5c7-a67789f2fe43', '1', NULL, '', 'BANCO', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '1c214b9d-389a-4141-ba59-a6eb30fa13d6', '2016/08/09 12:39:01','2016/08/09 12:39:01',6,'24b2ef2a-9686-44e4-b13d-31f0266e7357','1','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '8b0ef7fd-c425-45d7-a8cc-553179f27864', '01', 'dc90fe5e-876f-4535-869a-41403353a9df', '2', '24b2ef2a-9686-44e4-b13d-31f0266e7357', '1', '1c214b9d-389a-4141-ba59-a6eb30fa13d6', '001', 'MICHEL ROBERTO TRAÑA TABLADA', 1, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'bece89eb-9d20-436d-b812-a777fb678014', '2016/08/25 17:19:45','2016/08/25 17:20:13',2,'da34bc19-5c4d-4d60-a550-3129ee7ca847','5','da34bc19-5c4d-4d60-a550-3129ee7ca847', '5', 'bece89eb-9d20-436d-b812-a777fb678014', '1', NULL, '', NULL, '', NULL, '', NULL, '', 'VENTAS', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'a4bec666-13de-4187-b4eb-a8e4a06cf878', '2016/08/25 17:23:42','2016/08/25 17:23:42',6,'bcf74623-17ae-4664-9ebe-880ed328da7f','1','da34bc19-5c4d-4d60-a550-3129ee7ca847', '5', 'bece89eb-9d20-436d-b812-a777fb678014', '1', 'fbc158f8-091e-4fd9-85b1-b26abf13497a', '01', '2829a720-d78c-4324-90c9-a5251c9535e1', '2', 'bcf74623-17ae-4664-9ebe-880ed328da7f', '1', 'a4bec666-13de-4187-b4eb-a8e4a06cf878', '001', 'COSTOS DE VENTAS POR VENTA DE PRODUCTOS', 1, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'c2c1a5ec-50d2-4b47-998c-afa525611a0c', '2016/08/25 17:24:16','2016/08/25 17:24:16',3,'e8fe7d76-1c6e-40b4-aca4-3e6c5ef58773','1','35a901a9-892b-4b14-8408-936ebb5f7ce3', '6', 'e8fe7d76-1c6e-40b4-aca4-3e6c5ef58773', '1', 'c2c1a5ec-50d2-4b47-998c-afa525611a0c', '01', NULL, '', NULL, '', NULL, '', 'GASTOS DE VENTAS', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'b2df71f7-2594-4ec8-a306-afc2ab8f563a', '2016/08/24 17:44:39','2016/08/24 17:46:00',4,'4bb77e41-dde2-47e2-8b1c-8767f31ed578','02','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '4bb77e41-dde2-47e2-8b1c-8767f31ed578', '02', 'b2df71f7-2594-4ec8-a306-afc2ab8f563a', '2', NULL, '', NULL, '', 'RESTAURANTE EL MANÁ', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'fbc158f8-091e-4fd9-85b1-b26abf13497a', '2016/08/25 17:20:25','2016/08/25 17:20:39',3,'bece89eb-9d20-436d-b812-a777fb678014','1','da34bc19-5c4d-4d60-a550-3129ee7ca847', '5', 'bece89eb-9d20-436d-b812-a777fb678014', '1', 'fbc158f8-091e-4fd9-85b1-b26abf13497a', '01', NULL, '', NULL, '', NULL, '', 'COSTOS DE VENTAS', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '97c62305-caaa-4d3e-a8f5-b35150032bc8', '2016/08/25 17:14:53','2016/08/25 17:14:53',3,'b856920f-c24c-43b3-9e67-19d26b87b1a1','1','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', NULL, '', NULL, '', NULL, '', 'INGRESOS POR VENTAS', 0, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '9c7ea827-8503-4be3-ad06-b4303e13e4c3', '2016/08/25 17:27:57','2016/08/25 17:27:57',6,'f853a171-dfd9-444d-a381-48bcd8908181','1','35a901a9-892b-4b14-8408-936ebb5f7ce3', '6', 'e8fe7d76-1c6e-40b4-aca4-3e6c5ef58773', '1', 'c2c1a5ec-50d2-4b47-998c-afa525611a0c', '01', '57a8c4b0-0b44-4f4f-9cce-5c6f4c8067a8', '2', 'f853a171-dfd9-444d-a381-48bcd8908181', '1', '9c7ea827-8503-4be3-ad06-b4303e13e4c3', '002', 'ANTIGUEDAD', 1, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'd4fb8234-c056-4364-b27b-b88a573618c1', '2016/08/24 17:47:25','2016/08/24 17:47:25',6,'d18c84cd-941e-4feb-b1bf-de36c0f6cfd2','1','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '4bb77e41-dde2-47e2-8b1c-8767f31ed578', '02', '0eb7cafd-e173-407e-aee9-63b36b204b74', '1', 'd18c84cd-941e-4feb-b1bf-de36c0f6cfd2', '1', 'd4fb8234-c056-4364-b27b-b88a573618c1', '002', 'BANCENTRO CTA CTE XXX-XXX-XXX', 1, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'ea553fce-7abf-4f1d-82fc-b896ebe8bb4d', '2016/08/27 11:50:45','2016/08/27 11:50:45',6,'d188bae4-1d4c-4985-97bd-3f52d9e34b7b','1','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', 'fbc29849-bc9d-42ae-969f-07bbc5aa8adb', '2', 'd188bae4-1d4c-4985-97bd-3f52d9e34b7b', '1', 'ea553fce-7abf-4f1d-82fc-b896ebe8bb4d', '004', 'HAMBURGUESAS', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '431bdb63-0ae4-4a28-8eca-b8a76ac5f17d', '2016/08/24 17:48:15','2016/08/24 17:48:15',6,'f03d1b94-a932-4334-b5c7-a67789f2fe43','1','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '4bb77e41-dde2-47e2-8b1c-8767f31ed578', '02', 'b2df71f7-2594-4ec8-a306-afc2ab8f563a', '2', 'f03d1b94-a932-4334-b5c7-a67789f2fe43', '1', '431bdb63-0ae4-4a28-8eca-b8a76ac5f17d', '002', 'BANCENTRO CTA CTE XXX-XXX-XXX', 1, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'c89e1ade-e913-4bac-b15b-ba14d16cee94', '2016/08/25 17:30:40','2016/08/25 17:30:40',6,'9ba1a03f-a9c1-4914-a131-7f33733f3211','1','0fbabdf4-66c9-4d8b-9d7e-66f43b16d2d5', '7', 'fe50e92a-db9f-4176-8f19-c075d00d18e4', '1', '9a7121de-7d6b-4af3-bc98-c154bff08a3d', '01', 'df864c45-0595-49e4-9e98-9f4e8ccf0ee0', '2', '9ba1a03f-a9c1-4914-a131-7f33733f3211', '1', 'c89e1ade-e913-4bac-b15b-ba14d16cee94', '003', 'TRANSACCIONES BANCARIAS', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'db32674d-45e4-4f4a-acb3-bd82787f6389', '2016/08/12 16:47:50','2016/08/12 16:47:50',2,'eb86ad99-9529-4b4f-836a-6acf3ed021e0','3','eb86ad99-9529-4b4f-836a-6acf3ed021e0', '3', 'db32674d-45e4-4f4a-acb3-bd82787f6389', '1', NULL, '', NULL, '', NULL, '', NULL, '', 'CAPITAL CONTABLE', 0, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'fe50e92a-db9f-4176-8f19-c075d00d18e4', '2016/08/25 17:28:11','2016/08/25 17:28:11',2,'0fbabdf4-66c9-4d8b-9d7e-66f43b16d2d5','7','0fbabdf4-66c9-4d8b-9d7e-66f43b16d2d5', '7', 'fe50e92a-db9f-4176-8f19-c075d00d18e4', '1', NULL, '', NULL, '', NULL, '', NULL, '', 'FINANCIEROS', 0, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '9a7121de-7d6b-4af3-bc98-c154bff08a3d', '2016/08/25 17:28:30','2016/08/25 17:28:30',3,'fe50e92a-db9f-4176-8f19-c075d00d18e4','1','0fbabdf4-66c9-4d8b-9d7e-66f43b16d2d5', '7', 'fe50e92a-db9f-4176-8f19-c075d00d18e4', '1', '9a7121de-7d6b-4af3-bc98-c154bff08a3d', '01', NULL, '', NULL, '', NULL, '', 'INGRESOS FINANCIEROS', 0, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '5a2feb97-9ee6-4189-b90a-c17375fdd18f', '2016/08/25 17:24:27','2016/08/25 17:24:27',4,'c2c1a5ec-50d2-4b47-998c-afa525611a0c','01','35a901a9-892b-4b14-8408-936ebb5f7ce3', '6', 'e8fe7d76-1c6e-40b4-aca4-3e6c5ef58773', '1', 'c2c1a5ec-50d2-4b47-998c-afa525611a0c', '01', '5a2feb97-9ee6-4189-b90a-c17375fdd18f', '1', NULL, '', NULL, '', 'HELADERÍA EL MANÁ', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '8972ec9f-dd36-4707-bad6-c23b4a5b1278', '2016/08/25 17:32:08','2016/08/25 17:32:08',3,'e8fe7d76-1c6e-40b4-aca4-3e6c5ef58773','1','35a901a9-892b-4b14-8408-936ebb5f7ce3', '6', 'e8fe7d76-1c6e-40b4-aca4-3e6c5ef58773', '1', '8972ec9f-dd36-4707-bad6-c23b4a5b1278', '02', NULL, '', NULL, '', NULL, '', 'GASTOS DE ADMINISTRACIÓN', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'cc968881-f9b7-4fba-8535-c3a36bf635ad', '2016/08/25 17:16:01','2016/08/25 17:16:01',6,'27e337da-807a-4fa1-80e7-e1f68d8a349b','1','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', '482f3786-7a54-4ab8-8d02-f97046c98324', '1', '27e337da-807a-4fa1-80e7-e1f68d8a349b', '1', 'cc968881-f9b7-4fba-8535-c3a36bf635ad', '001', 'SORBETES', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '23ad0ead-ec05-4166-8ac5-cb41289ad850', '2016/08/25 17:28:43','2016/08/25 17:28:43',4,'9a7121de-7d6b-4af3-bc98-c154bff08a3d','01','0fbabdf4-66c9-4d8b-9d7e-66f43b16d2d5', '7', 'fe50e92a-db9f-4176-8f19-c075d00d18e4', '1', '9a7121de-7d6b-4af3-bc98-c154bff08a3d', '01', '23ad0ead-ec05-4166-8ac5-cb41289ad850', '1', NULL, '', NULL, '', 'HELADERÍA EL MANÁ', 0, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '2e354fbb-1842-4116-9150-d6c9fafe78af', '2016/08/25 17:30:05','2016/08/25 17:30:05',6,'49a6c428-1006-4f06-a5f4-262741135c5e','1','0fbabdf4-66c9-4d8b-9d7e-66f43b16d2d5', '7', 'fe50e92a-db9f-4176-8f19-c075d00d18e4', '1', '9a7121de-7d6b-4af3-bc98-c154bff08a3d', '01', '23ad0ead-ec05-4166-8ac5-cb41289ad850', '1', '49a6c428-1006-4f06-a5f4-262741135c5e', '1', '2e354fbb-1842-4116-9150-d6c9fafe78af', '003', 'TRANSACCIONES BANCARIAS', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '282703dc-a9ff-4d34-93ff-d700be34fee6', '2016/08/25 17:29:39','2016/08/25 17:29:39',6,'49a6c428-1006-4f06-a5f4-262741135c5e','1','0fbabdf4-66c9-4d8b-9d7e-66f43b16d2d5', '7', 'fe50e92a-db9f-4176-8f19-c075d00d18e4', '1', '9a7121de-7d6b-4af3-bc98-c154bff08a3d', '01', '23ad0ead-ec05-4166-8ac5-cb41289ad850', '1', '49a6c428-1006-4f06-a5f4-262741135c5e', '1', '282703dc-a9ff-4d34-93ff-d700be34fee6', '001', 'INTERESES', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '2016/08/02 16:44:01','2016/08/02 16:44:01',1,NULL,'','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', NULL, '', NULL, '', NULL, '', NULL, '', NULL, '', 'ACTIVO', 1, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'fc346bc4-baa3-4dec-97a4-d83df02fd4c3', '2016/08/12 16:49:56','2016/08/12 16:49:56',6,'3c923da5-3a96-4853-bf43-8c6b239db857','1','eb86ad99-9529-4b4f-836a-6acf3ed021e0', '3', 'db32674d-45e4-4f4a-acb3-bd82787f6389', '1', '82acdd3a-a7fd-4468-8311-8e60909c8c56', '01', '4aa1c670-95b4-4cf0-9d97-53521a169de7', '1', '3c923da5-3a96-4853-bf43-8c6b239db857', '1', 'fc346bc4-baa3-4dec-97a4-d83df02fd4c3', '001', 'SOCIA MARÍA AUXILIADORA', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '9276c5f9-b17a-4f61-876e-da7a599a384c', '2016/08/25 17:23:34','2016/08/25 17:23:34',6,'1b30fbf8-1de2-487d-982d-71b3f5c87ca8','1','da34bc19-5c4d-4d60-a550-3129ee7ca847', '5', 'bece89eb-9d20-436d-b812-a777fb678014', '1', 'fbc158f8-091e-4fd9-85b1-b26abf13497a', '01', 'c0e9b202-8a0c-465e-b2dc-4f95c564238b', '1', '1b30fbf8-1de2-487d-982d-71b3f5c87ca8', '1', '9276c5f9-b17a-4f61-876e-da7a599a384c', '001', 'COSTOS DE VENTAS POR VENTA DE PRODUCTOS', 1, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'd18c84cd-941e-4feb-b1bf-de36c0f6cfd2', '2016/08/24 17:46:15','2016/08/24 17:46:15',5,'0eb7cafd-e173-407e-aee9-63b36b204b74','1','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '4bb77e41-dde2-47e2-8b1c-8767f31ed578', '02', '0eb7cafd-e173-407e-aee9-63b36b204b74', '1', 'd18c84cd-941e-4feb-b1bf-de36c0f6cfd2', '1', NULL, '', 'BANCO', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '27e337da-807a-4fa1-80e7-e1f68d8a349b', '2016/08/25 17:15:38','2016/08/25 17:15:38',5,'27e337da-807a-4fa1-80e7-e1f68d8a349b','1','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', '482f3786-7a54-4ab8-8d02-f97046c98324', '1', '27e337da-807a-4fa1-80e7-e1f68d8a349b', '1', NULL, '', 'INGRESOS POR VENTAS', 0, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '7a86ffd6-96fe-49e9-84cc-e3d8ba5b556a', '2016/08/27 11:49:31','2016/08/27 11:49:31',6,'27e337da-807a-4fa1-80e7-e1f68d8a349b','1','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', '482f3786-7a54-4ab8-8d02-f97046c98324', '1', '27e337da-807a-4fa1-80e7-e1f68d8a349b', '1', '7a86ffd6-96fe-49e9-84cc-e3d8ba5b556a', '006', 'YOGUR', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '96c73f5f-0d2f-4d4f-9de2-e562aa1ae258', '2016/08/25 17:32:30','2016/08/25 17:32:30',3,'e8fe7d76-1c6e-40b4-aca4-3e6c5ef58773','1','35a901a9-892b-4b14-8408-936ebb5f7ce3', '6', 'e8fe7d76-1c6e-40b4-aca4-3e6c5ef58773', '1', '96c73f5f-0d2f-4d4f-9de2-e562aa1ae258', '03', NULL, '', NULL, '', NULL, '', 'GASTOS FINANCIEROS', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '7d4beb81-0fd9-4b46-9226-e6536838cd5c', '2016/08/25 17:29:50','2016/08/25 17:29:50',6,'49a6c428-1006-4f06-a5f4-262741135c5e','1','0fbabdf4-66c9-4d8b-9d7e-66f43b16d2d5', '7', 'fe50e92a-db9f-4176-8f19-c075d00d18e4', '1', '9a7121de-7d6b-4af3-bc98-c154bff08a3d', '01', '23ad0ead-ec05-4166-8ac5-cb41289ad850', '1', '49a6c428-1006-4f06-a5f4-262741135c5e', '1', '7d4beb81-0fd9-4b46-9226-e6536838cd5c', '002', 'MONTO DEL VALOR', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '7ffc7cdf-99ca-4f3c-8c3a-ee9c75724f77', '2016/08/25 17:25:07','2016/08/25 17:25:07',5,'5a2feb97-9ee6-4189-b90a-c17375fdd18f','1','35a901a9-892b-4b14-8408-936ebb5f7ce3', '6', 'e8fe7d76-1c6e-40b4-aca4-3e6c5ef58773', '1', 'c2c1a5ec-50d2-4b47-998c-afa525611a0c', '01', '5a2feb97-9ee6-4189-b90a-c17375fdd18f', '1', '7ffc7cdf-99ca-4f3c-8c3a-ee9c75724f77', '1', NULL, '', 'GASTOS DE VENTAS', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '015bbc7d-02a6-4dd9-b668-f0d08cb45f93', '2016/08/25 17:17:49','2016/08/25 17:17:49',6,'d188bae4-1d4c-4985-97bd-3f52d9e34b7b','1','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', 'fbc29849-bc9d-42ae-969f-07bbc5aa8adb', '2', 'd188bae4-1d4c-4985-97bd-3f52d9e34b7b', '1', '015bbc7d-02a6-4dd9-b668-f0d08cb45f93', '001', 'SERVICIO DE COMIDA DE POLLO', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '565cf15c-e8ff-43eb-b779-f629f252b722', '2016/09/24 13:17:29','2016/09/24 13:17:29',4,'387badfc-1bd4-498d-960d-a19c6d174682','07','5c9b0291-54bf-4a65-b4fb-d772dc2eef5d', '1', '1abbc486-67f2-4272-82e1-1c9a965e4945', '1', '387badfc-1bd4-498d-960d-a19c6d174682', '07', '565cf15c-e8ff-43eb-b779-f629f252b722', '1', NULL, '', NULL, '', 'HELADERÍA EL MANÁ', 1, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( '482f3786-7a54-4ab8-8d02-f97046c98324', '2016/08/25 17:15:08','2016/08/25 17:15:08',4,'97c62305-caaa-4d3e-a8f5-b35150032bc8','01','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', '482f3786-7a54-4ab8-8d02-f97046c98324', '1', NULL, '', NULL, '', 'HELADERÍA EL MANÁ', 0, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'c94aed2e-0a38-4771-8342-f9c9456296aa', '2016/08/19 16:25:10','2016/08/19 16:25:10',2,'e128ef4e-7e7b-4033-8d3e-4bf92895861b','2','e128ef4e-7e7b-4033-8d3e-4bf92895861b', '2', 'c94aed2e-0a38-4771-8342-f9c9456296aa', '1', NULL, '', NULL, '', NULL, '', NULL, '', 'PASIVO CIRCULANTE', 0, 0, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
INSERT INTO Cuenta (IDCuenta, Reg, FMod, Nivel, IDCuentaGrupo, CodigoSuperior, IdGrupo, Grupo, IdSubGrupo, SubGrupo, IdMayor, Mayor, IdSubMayor, SubMayor, IdSubSubMayor, SubSubMayor, IdUltimoNivel, UltimoNivel, Descripcion, Naturaleza, Operacion, Deber, Haber, Saldo, IsProduct, Entrada, Salida, Existencia, Costo, Activo ) VALUES ( 'f71acc26-2db7-4e65-b07b-fb8a26b258de', '2016/08/27 11:52:09','2016/08/27 11:52:09',6,'d188bae4-1d4c-4985-97bd-3f52d9e34b7b','1','8b3e49ca-be46-4a63-aa12-56c9ba615d61', '4', 'b856920f-c24c-43b3-9e67-19d26b87b1a1', '1', '97c62305-caaa-4d3e-a8f5-b35150032bc8', '01', 'fbc29849-bc9d-42ae-969f-07bbc5aa8adb', '2', 'd188bae4-1d4c-4985-97bd-3f52d9e34b7b', '1', 'f71acc26-2db7-4e65-b07b-fb8a26b258de', '007', 'EXTRAS', 0, 1, 0.0000,0.0000,0.0000,0, 0.00,0.00,0.0000,0.0000,1)
GO
----ComprobanteDiario----
----ComprobanteDiarioDetalle----
|
36e7a2d3f88fa213b2e2c88f5cf26eda29da2094 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3821/CH14/EX14.8/Example14_8.sce | eb256c6434e05a4694ee5efedf03149bd208d6d9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,833 | sce | Example14_8.sce | ////Chapter No 14 Air Standard Cycles
////Example No 14.8 Page No 309
///Find Max temp of cycle
//Input data
clc;
clear;
P1=0.1*10^6; //Otto cycle air
T1=35+273; //Otto cycle temp degree celsius
r=9; //Compression ratio
Qs=1800; //Supplied heat in kJ/kg
v1=9;
v2=1;
R=0.287*10^3;
gamma1=1.4;
Cv=0.718;
//Calculation
T2=(T1*((v1/v2)^(gamma1-1))); //Temperature at point 2 in K
P2=(P1*((v1/v2)^1.4))*10^-6; //pressure at point 2 in MPa
T3=((Qs/Cv)+(T2)); //Max temp of cycle in degree celsius
P3=(T3/T2*P2); //Max pressure of cycle in MPa
eta=100*(1-(1/(r^(gamma1-1))));//Otto cycle thermal efficiency in %
WD=(Qs*eta)*10^-2; //Work done during the cycle in KJ/Kg
v1=((R*T1)/P1); //Char gass equation in m^3/Kg
v2=v1/r; //Char gass equation in m^3/Kg
Sv=v1-v2; //Swept volume in m^3/Kg
Pme=(WD/Sv)*10^-3; //Mean effective pressure in MPa
alpha=P3/P2; //Explosion ratio
Pm=(((P1*r)/((r-1)*(gamma1-1)))*(((r^(gamma1-1))-1)*(alpha-1)))*10^-6;//Mean effective pressure in MPa
//Output
printf('Temperature at point= %f K \n',T2);
printf('pressure at point= %f MPa \n',P2);
printf('Max temp of cycle= %f K \n',T3);
printf('Max pressure= %f MPa \n',P3);
printf('Otto cycle thermal efficiency= %f percent \n',eta);
printf('Work done during the cycle= %f KJ/Kg \n',WD);
printf('Char gass equation= %f m^3/Kg \n',v1);
printf('Char gass equation= %f m^3/Kg \n',v2);
printf('Swept volume= %f m^3/Kg \n',Sv);
printf('Mean effective pressure= %f MPa \n',Pme);
printf('Explosion ratio= %f \n',alpha);
printf('Mean effective pressure= %f MPa \n',Pm);
|
816faefa00f344b001bf7e6cc169be8369d21d02 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2213/CH9/EX9.1/ex_9_1.sce | 3cdc9d18379cbd24a8f4914c0c82e6c675eeadfa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 614 | sce | ex_9_1.sce | //Example 9.1.//energy lost and total energy
clc;
clear;
close;
//given data :
format('v',7)
V=600;// in volts
I=350;//in A
Ts=20;// in sec
R=0.15;// in ohm
E_bse=(V/2)-(I*R);
E_bp=V-(I*R);
Tse=(E_bse/E_bp)*Ts;
Tp=Ts-Tse;
Vd=V-(2*I*R);
Ed1=(Vd/2)*I*(Tse/3600);
Ed2=((V/2)/2)*2*I*(Tp/3600);
El=(Ed1+Ed2)*10^-3;
disp("part (a)")
disp(El,"Energy lost in starting rhestat,El(kWh) = ")
El_1=(2*(I^2)*R*Ts)/(3600*1000);
disp("part (b)")
disp(El_1,"Energy lost in motors,El(kWh) = ")
//answer is wrong in part b in the textbook
Et=((V*I*Tse)+(2*V*I*Tp))/(3600*1000);
disp("part (c)")
disp(Et,"Total Energy,Et(kWh) = ")
|
76ad16a7204b5e7520e28ca03e7a9873a2477c2e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3772/CH7/EX7.8/Ex7_8.sce | 9a99c8d41137f7e78b96c93a337b7b313de62572 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 990 | sce | Ex7_8.sce | // Problem no 7.8,Page no.189
clc;clear;
close;
L_BC=1.8 //m //Length of BC
L_AB=1.2 //m //Length of AB
sigma_s=70 //MPa //shear stress
d_1=0.05 //m //diameter of BC
d_2=0.1 //m //diameter of AB
r_BC=0.025 //cm //Radius of BC
//Calculations
I_p_BC=%pi*32**-1*d_1**4 //m**4 //Polar M.I of BC
I_p_AB=%pi*32**-1*d_2**4 //m**4 //Polar M.I od AB
//For BC
//theta_1=T*L_BC*(G*10**9*I_p_BC)**-1 //Angle of Twist of C relative to B
//After substituting and simplifying value, we get
//theta_1=3.4923*10**-5*T
//For AB
//theta_2=T*L_AB*(G*10**9*I_p_AB)**-1 //Angle of Twist of B relative to A
//After substituting and simplifying value, we get
//theta_2=1.45513*T
//sigma_s=T*R*(I_P)**-1 //The max shear stress in BC
//After substituting and simplifying value in above equation, we get
T=sigma_s*10**6*I_p_BC*r_BC**-1
theta_1=3.4923*10**-5*T
theta_2=1.45513*10**-6*T
theta_c=theta_1-theta_2 //radian //total angle of twist
//Result
printf("Total angle of Twist is %.3f radian",theta_c)
|
d0e04de9fbb5dcac75d006a7748ec92c01f40b08 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3756/CH1/EX1.1/Ex1_1.sce | d672697141a9159b7da19ac3605176c5cb6f0827 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 321 | sce | Ex1_1.sce | clc
//
//
//
//Variable declaration
D=0.5 //Distance from Screen in cm
d=0.5 //Distance between parallel slits in cm
lambdaa=5890 //Wavelength
//Calculations
Beta=(D*lambdaa)/(d)/10**4 // in degrees
//Result
printf("\n The Fringe width in Youngs Double Slit Experiment is Beta= %1.4f*10**-3 m", Beta)
|
05b21dee4e9dedb5dd24125c403ce7c75bdb0ae5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /671/CH11/EX11.13/11_13.sce | 17382d5c3f0f786d72826ca00afcd780f83d817f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 221 | sce | 11_13.sce |
Xs=8
Ia=40
V=600
Vt=V/sqrt(3)
Ef=V
delta=acos((1-(Xs*Ia/V)^2+(Vt/V)^2)/2/Vt*V)
theta=-atan((cos(delta)-Vt/V)/sin(delta))
pf=cos(theta)
Pout=sqrt(3)*V*pf*Ia
disp(Pout)
theta=-theta
Pin=Pout
disp(Pout)
|
8579285dada551c08deb6f2d076e3a46e5337b22 | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /prog_assembly/libs/scilab_code/ADC_onchip.sce | 479fca61959e9e0c7f628feffacf1255c4be3892 | [] | no_license | jhasler/rasp30 | 9a7c2431d56c879a18b50c2d43e487d413ceccb0 | 3612de44eaa10babd7298d2e0a7cddf4a4b761f6 | refs/heads/master | 2023-05-25T08:21:31.003675 | 2023-05-11T16:19:59 | 2023-05-11T16:19:59 | 62,917,238 | 3 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 5,953 | sce | ADC_onchip.sce | function [Out,out_volt] = ADC(samples)
//samples is actually number of shifts
[path,fname,extension] = fileparts(file_name);
hid_dir = path + '.' + fname;
select board_num
case 2 then brdtype = '';
case 3 then brdtype = '_30a';
case 4 then brdtype = '_30n';
case 5 then brdtype = '_30h';
else messagebox('Please select the FPAA board that you are using.', "No Selected FPAA Board", "error"); abort;
end
global RAMP_ADC_check ONchip_ADC Onchip_ADC_num
if chip_num=='04' then
length_out=length(myVariable);
y = mopen(path+"output_vector','rt')
Output=mgetl(y);
m=1
i=3
while m<length_out+1
New_output(m,1) = part(Output(1,1),i:i+3);
m=m+1;
i=i+7;
end
clear Output_dec
m=1
while m<length_out+1
Output_dec(m,:) = msscanf(New_output(m,:),'%x'); //scan with hexadecimal format
m=m+1;
end
m=1
Out=Output_dec;
Onchip_ADC=csvRead('~/rasp30/prog_assembly/libs/scilab_code/characterization/char_csv/ONchip.csv')
out_volt=interp1(Onchip_ADC(:,2),Onchip_ADC(:,1),Output_dec,'nearest')
fprintfMat(fname+'.data',out_volt, "%5.15f");
else
//exec("~/rasp30/prog_assembly/libs/scilab_code/characterization/char_miteADC.sce",-1);
if Onchip_ADC_num(1,1)==1 then
[a1,b1]=unix_g("sudo ~/rasp30/prog_assembly/libs/sh/asm2ihex.sh ./sftreg_miteADC ~/rasp30/prog_assembly/libs/asm_code/ADC_onchip.s43 16384 16384 16384")
if b1==1
disp('There is an error in your assembly file')
abort;
end
[a1,b1]=unix_g("sudo tclsh ~/rasp30/prog_assembly/libs/tcl/write_mem2_NoRelease.tcl -start_address 0x4300 -input_file_name "+hid_dir+"/input_vector");
[a2,b2]=unix_g("sudo tclsh ~/rasp30/prog_assembly/libs/tcl/write_mem2_NoRelease.tcl -start_address 0x4200 -input_file_name "+hid_dir+"/output_info");
err=1;
while err==1
[y,err]=unix_g('sudo tclsh ~/rasp30/prog_assembly/libs/tcl/run.tcl '+path+'sftreg_miteADC.elf');
end
//*************************
unix_w("sudo tclsh ~/rasp30/prog_assembly/libs/tcl/read_mem2_NoRelease.tcl -start_address 0x5000 -length 1 -output_file_name "+path+"output_vector.txt");
y = mopen(path+'output_vector.txt','rt')
Output=mgetl(y);
New_output(1,1) = part(Output(1,1),3:7);
Output_dec(1,:) = msscanf(New_output(1,:),'%x'); //scan with hexadecimal format
length_out= Output_dec(1) - 24576;
length_out=length_out/2;
disp(length_out)
unix_w("sudo tclsh ~/rasp30/prog_assembly/libs/tcl/read_mem2_NoRelease.tcl -start_address 0x6000 -length "+string(length_out)+" -output_file_name "+path+"output_vector.txt");
y = mopen(path+"output_vector.txt','rt')
Output=mgetl(y);
m=1
i=3
while m<length_out+1
New_output(m,1) = part(Output(1,1),i:i+3);
m=m+1;
i=i+7;
end
clear Output_dec1
m=1
while m<length_out+1
Output_dec1(m,:) = msscanf(New_output(m,:),'%x'); //scan with hexadecimal format
m=m+1;
end
m=1
mclose(y)
//Onchip_ADC=csvRead('~/rasp30/prog_assembly/libs/scilab_code/characterization/char_csv/ONchip.csv')
//out_volt=interp1(Onchip_ADC(:,2),Onchip_ADC(:,1),Output_dec,'nearest')
Onchip_ADC=csvRead('~/rasp30/prog_assembly/libs/scilab_code/characterization/char_csv/ONchip.csv')
//polyfit
[p_Onchip_ADC,S_Onchip_ADC]=polyfit(Onchip_ADC(:,2), Onchip_ADC(:,1),2);
//size_a=size(Onchip_ADC);
//MITE_range_977 = mite_473_977_10uA(size_a(1,1),1):1:mite_473_977_10uA(1,1);
out_volt1 = polyval(p_Onchip_ADC,Output_dec1);
csvWrite(out_volt1,'Results1.csv')
csvWrite(Output_dec1,'Results_dec1.csv')
Out(1:length(Output_dec1),1)=0;
out_volt(1:length(out_volt1),1)=0;
Out(:,1)=Output_dec1(:,1);
out_volt(:,1)=out_volt1(:,1);
end
if Onchip_ADC_num(1,2)==1 then
[a1,b1]=unix_g("sudo ~/rasp30/prog_assembly/libs/sh/asm2ihex.sh ./sftreg_miteADC ~/rasp30/prog_assembly/libs/asm_code/ADC_onchip1.s43 16384 16384 16384")
if b1==1
disp('There is an error in your assembly file')
abort;
end
[a1,b1]=unix_g("sudo tclsh ~/rasp30/prog_assembly/libs/tcl/write_mem2_NoRelease.tcl -start_address 0x4300 -input_file_name "+hid_dir+"/input_vector");
[a2,b2]=unix_g("sudo tclsh ~/rasp30/prog_assembly/libs/tcl/write_mem2_NoRelease.tcl -start_address 0x4200 -input_file_name "+hid_dir+"/output_info");
err=1;
while err==1
[y,err]=unix_g('sudo tclsh ~/rasp30/prog_assembly/libs/tcl/run.tcl '+path+'sftreg_miteADC.elf');
end
//*************************
unix_w("sudo tclsh ~/rasp30/prog_assembly/libs/tcl/read_mem2_NoRelease.tcl -start_address 0x5000 -length 1 -output_file_name "+path+"output_vector.txt");
y = mopen(path+'output_vector.txt','rt')
Output=mgetl(y);
New_output(1,1) = part(Output(1,1),3:7);
Output_dec(1,:) = msscanf(New_output(1,:),'%x'); //scan with hexadecimal format
length_out= Output_dec(1) - 24576;
length_out=length_out/2;
disp(length_out)
unix_w("sudo tclsh ~/rasp30/prog_assembly/libs/tcl/read_mem2_NoRelease.tcl -start_address 0x6000 -length "+string(length_out)+" -output_file_name "+path+"output_vector.txt");
y = mopen(path+"output_vector.txt','rt')
Output=mgetl(y);
m=1
i=3
while m<length_out+1
New_output(m,1) = part(Output(1,1),i:i+3);
m=m+1;
i=i+7;
end
clear Output_dec2
m=1
while m<length_out+1
Output_dec2(m,:) = msscanf(New_output(m,:),'%x'); //scan with hexadecimal format
m=m+1;
end
m=1
mclose(y)
//Onchip_ADC=csvRead('~/rasp30/prog_assembly/libs/scilab_code/characterization/char_csv/ONchip.csv')
//out_volt=interp1(Onchip_ADC(:,2),Onchip_ADC(:,1),Output_dec,'nearest')
Onchip_ADC=csvRead('~/rasp30/prog_assembly/libs/scilab_code/characterization/char_csv/ONchip2.csv')
//polyfit
[p_Onchip_ADC,S_Onchip_ADC]=polyfit(Onchip_ADC(:,2), Onchip_ADC(:,1),2);
//size_a=size(Onchip_ADC);
//MITE_range_977 = mite_473_977_10uA(size_a(1,1),1):1:mite_473_977_10uA(1,1);
out_volt2 = polyval(p_Onchip_ADC,Output_dec2);
csvWrite(out_volt2,'Results2.csv')
csvWrite(Output_dec2,'Results_dec2.csv')
Out(1:length(Output_dec2),2)=0;
out_volt(1:length(out_volt2),2)=0;
Out(:,2)=Output_dec2(:,1);
out_volt(:,2)=out_volt2(:,1);
end
if Onchip_ADC_num(1,1)==1 then
figure(5);plot(out_volt1,'-o')
end
if Onchip_ADC_num(1,2)==1 then
figure(5);plot(out_volt2,'-*')
end
end
endfunction
|
11539c305104152ce3b46d2b9026c829552dbba1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1448/CH4/EX4.1.i/I4_1.sce | 5be8a6f05f7371a21434001234ff67438996ac13 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 227 | sce | I4_1.sce | clc
//Initialization of variables
H=100 //kJ
T1=273 //K
T2=373//K
//calculations
S1=H*1000/T1
S2=H*1000/T2
//results
printf('Entropy change at 273 K is %d J/K ',S1)
printf('\n Entropy change at 373 K is %d J/K ',S2)
|
b0a64daed1bd3c58aa9053bdce4e58b2f1236363 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3669/CH8/EX8.1/1.sce | afa76c6c295e2e94faf4fe55348d68413e7f1fad | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 336 | sce | 1.sce |
//Variable declaration
ni=2.5*10**19; //intrinsic concentration(per m**3)
mewn=0.4; //mobility of electrons(m**2/Vs)
mewp=0.2; //mobility of holes(m**2/Vs)
e=1.6*10**-19;
//Calculation
sigma_i=ni*e*(mewn+mewp);
rhoi=1/sigma_i; //resistivity(ohm m)
//Result
printf('resistivity is %0.3f ohm m \n',(rhoi)) |
8654b9e17d5605859a1599405bed0601600fec03 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/bow/bow.18_12.tst | e846281d88cc01a6c06a64efd32989d89e0d0b4a | [] | 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 | 4,284 | tst | bow.18_12.tst | 18 12:0.5 21:0.25 31:0.16666666666666666 60:0.16666666666666666 70:2.0 383:1.0 817:1.0 1195:1.0 1276:1.0
18 21:0.25 28:0.09090909090909091 38:1.0 56:0.045454545454545456 60:0.16666666666666666 70:1.0 167:0.1 336:1.0 545:1.0 582:1.0 817:1.0
18 1:0.3333333333333333 9:1.0 12:1.0 18:0.3333333333333333 21:0.25 28:0.09090909090909091 31:0.3333333333333333 38:1.0 49:0.16666666666666666 69:0.16666666666666666 98:0.09090909090909091 113:0.3333333333333333 119:0.25 124:0.3333333333333333 155:0.25 192:1.0 196:1.0 339:1.0 411:0.5 545:1.0 680:1.0 772:1.0 809:1.0 820:1.0 864:1.0 1020:1.0 1024:1.0
18 12:1.0 31:0.16666666666666666 38:0.5 40:0.09090909090909091 47:0.08333333333333333 49:0.3333333333333333 55:0.2 56:0.09090909090909091 70:1.0 114:1.0 116:0.25 130:0.14285714285714285 155:0.25 389:1.0 722:0.5 792:1.0 799:1.0 800:1.0 803:1.0 805:0.5 806:1.0 807:1.0 808:1.0 809:1.0 810:1.0 811:1.0 1253:1.0
18 28:0.09090909090909091 38:0.5 1252:1.0
18 5:0.02631578947368421 240:1.0 1058:1.0
18 3:1.0 5:0.02631578947368421 12:0.5 18:0.3333333333333333 28:0.18181818181818182 31:0.16666666666666666 38:0.5 56:0.045454545454545456 64:1.0 70:2.0 100:1.0 114:1.0 167:0.1 168:0.14285714285714285 251:0.5 279:0.5 493:1.0 673:1.0 707:1.0 777:1.0 832:1.0
18 28:0.09090909090909091 38:0.5 41:1.0 56:0.09090909090909091 130:0.14285714285714285 582:1.0 649:0.5 722:0.5 1017:1.0
18 3:1.0 21:0.25 31:0.16666666666666666 40:0.09090909090909091 84:0.6666666666666666 119:0.25 129:0.2 144:1.0 167:0.1 168:0.14285714285714285 238:0.5 296:1.0 889:1.0 912:1.0 980:1.0 1015:1.0 1024:1.0
18 1212:1.0
18 9:1.0 12:0.5 18:1.0 38:1.0 56:0.045454545454545456 119:0.25 168:0.14285714285714285 186:2.0 278:0.3333333333333333 294:1.0 304:0.5 379:0.5 527:1.0 930:1.0 1217:1.0
18 3:1.0 18:0.3333333333333333 31:0.3333333333333333 38:1.5 130:0.14285714285714285 637:1.0 912:1.0 1027:1.0
18 12:0.5 18:0.3333333333333333 21:0.5 28:0.09090909090909091 31:0.3333333333333333 49:0.16666666666666666 70:1.0 122:1.0 155:0.25 649:0.5 673:1.0 792:1.0 913:1.0 930:1.0
18 12:0.5 35:0.05555555555555555 47:0.08333333333333333 61:1.0 70:1.0 107:1.0 278:0.3333333333333333 394:1.0 665:1.0 1044:1.0 1167:1.0
18 18:0.3333333333333333 56:0.045454545454545456 113:0.3333333333333333 253:1.0 903:1.0
18 12:0.5 28:0.09090909090909091 119:0.25 979:1.0 1302:1.0
18 1156:1.0
18 3:1.0 50:1.0 130:0.14285714285714285 155:0.25 421:1.0 1156:1.0 1172:1.0
18 12:0.5 28:0.18181818181818182 49:0.3333333333333333 53:1.0 70:1.0 98:0.09090909090909091 102:1.0 105:1.0 116:0.25 167:0.1 186:2.0 356:1.0 505:1.0 1014:1.0 1050:1.0
18 14:0.5 28:0.09090909090909091 31:0.16666666666666666 38:1.0 49:0.3333333333333333 70:1.0 91:0.2 119:0.25 155:0.25 186:1.0 275:0.5 390:1.0 623:1.0 637:1.0 673:1.0 900:1.0 1051:1.0 1172:1.0 1217:1.0 1223:1.0 1457:1.0
18 28:0.09090909090909091 31:0.16666666666666666 623:1.0
18 28:0.09090909090909091 248:0.5 324:1.0 720:1.0
18 3:1.0 49:0.16666666666666666 144:1.0 516:1.0
18 61:1.0 130:0.14285714285714285
18 8:1.0 38:0.5 49:0.16666666666666666 98:0.09090909090909091 107:1.0 122:1.0 155:0.25 674:1.0 803:1.0 1217:1.0 1358:1.0
18 1156:1.0
18 12:0.5 28:0.09090909090909091 38:0.5 49:0.16666666666666666 71:0.3333333333333333 105:1.0 155:0.5 637:1.0 1172:1.0 1415:1.0 1457:1.0
18 28:0.09090909090909091
18 31:0.16666666666666666 112:0.09090909090909091 177:0.2 492:1.0
18 12:0.5 35:0.05555555555555555 47:0.08333333333333333 49:0.3333333333333333 122:1.0 196:1.0 466:1.0 480:1.0 1044:1.0
18 31:0.16666666666666666 1167:1.0
18 3:1.0 12:0.5 35:0.05555555555555555 61:1.0 147:1.0 155:0.25 952:1.0 1122:1.0 1172:1.0
18 12:1.0 18:0.6666666666666666 31:0.16666666666666666 38:0.5 122:1.0 130:0.14285714285714285 255:1.0 505:1.0 568:1.0 930:1.0 948:1.0 1167:1.0 1211:1.0
18 35:0.05555555555555555 49:0.16666666666666666 535:1.0 576:1.0
18 3:1.0 12:1.0 21:0.25 31:0.3333333333333333 33:1.0 38:0.5 55:0.2 84:0.3333333333333333 164:1.0 304:0.5 774:0.5 778:1.0 788:1.0 841:1.0 855:1.0 889:1.0 922:1.0
18 1:0.3333333333333333 21:0.5 31:0.16666666666666666 70:2.0 84:0.3333333333333333 89:1.0 129:0.2 329:0.5 422:1.0 646:0.5 863:1.0 889:1.0 890:1.0 916:1.0
18 12:0.5 21:0.5 31:0.16666666666666666 38:0.5 49:0.16666666666666666 71:0.3333333333333333 114:1.0 116:0.25 185:1.0 189:1.0 220:1.0 322:1.0 383:1.0 442:1.0 612:1.0 785:1.0 786:1.0 950:1.0
|
b264d2bf74c3865bc7cbed03660640552e507cc4 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /Playground Fast Strafes.sce | 79ea6130f123001177aa1bac57dbf7282ae9c3fa | [] | 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 | 85,504 | sce | Playground Fast Strafes.sce | Name=Playground Fast Strafes
PlayerCharacters=Quaker
BotCharacters=Quaker Bot Fast Strafes.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=Quaker
AddedBots=Quaker Bot Fast Strafes.bot
PlayerMaxLives=0
BotMaxLives=0
PlayerTeam=2
BotTeams=1
MapName=playgroundmap4.map
MapScale=4.55
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=true
InvincibleBots=false
Timescale=1.0
BlockHealthbars=false
TimeRefilledByKill=0.0
ScoreToWin=1000.0
ScorePerDamage=3.0
ScorePerKill=0.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=Reflex, Quake
WeaponHeroTag=Lightning Gun, LG
DifficultyTag=3
AuthorsTag=aestheticgoose
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=true
BlockFCT=false
Description=Low pressure hitscan tracking against a hard to hit target. medium distance tracking. hf
GameVersion=1.0.7.2
ScorePerDistance=0.0
[Aim Profile]
Name=At Feet
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=-200.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
[Aim Profile]
Name=Low Skill At Feet
MinReactionTime=0.35
MaxReactionTime=0.45
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=20.0
TrackSpeed=3.0
TrackError=5.0
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=60.0
ShootFOV=25.0
VerticalAimOffset=-200.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
[Aim Profile]
Name=Low Skill
MinReactionTime=0.35
MaxReactionTime=0.45
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=20.0
TrackSpeed=3.0
TrackError=5.0
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=60.0
ShootFOV=25.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
[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
[Bot Profile]
Name=Quaker Bot Fast Strafes
DodgeProfileNames=Short Strafes
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;2.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=At Feet;Low Skill At Feet;Low Skill;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=quaker player
SeeThroughWalls=false
NoDodging=false
NoAiming=false
[Character Profile]
Name=Quaker
MaxHealth=300.0
WeaponProfileNames=;;LG;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=80.000
HeadshotOnly=false
DamageKnockbackFactor=4.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=500.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=3.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=0.888 Z=0.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cylindrical
MainBBHeight=320.0
MainBBRadius=58.0
MainBBHasHead=false
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=false
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=false
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.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
[Character Profile]
Name=quaker player
MaxHealth=300.0
WeaponProfileNames=;;LG;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=80.000
HeadshotOnly=false
DamageKnockbackFactor=4.0
MovementType=Base
MaxSpeed=1300.0
MaxCrouchSpeed=500.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=3.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=false
EnemyBodyColor=X=0.771 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=1.000 Y=0.888 Z=0.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cylindrical
MainBBHeight=320.0
MainBBRadius=58.0
MainBBHasHead=false
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=false
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=false
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.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
[Dodge Profile]
Name=Short Strafes
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=50.0
DamageReactionResetTimer=0.5
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.2
MaxJumpTime=0.3
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
[Weapon Profile]
Name=LG
Type=Hitscan
ShotsPerClick=1
DamagePerShot=6.0
KnockbackFactor=2.0
TimeBetweenShots=0.046
Pierces=false
Category=FullyAuto
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=false
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=7.0
DelayBeforeShot=0.0
HitscanVisualEffect=Tracer
ProjectileGraphic=Ball
VisualLifetime=0.05
WallParticleEffect=None
HitParticleEffect=None
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=true
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=-80.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=4.0
RecoilNegatable=false
DecalType=0
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
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=70.0
ADSFOVScale=Quake/Source
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.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.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
brush
vertices
64.000000 -16.000000 64.000000
64.000000 -16.000000 -64.000000
64.000000 16.000000 -64.000000
64.000000 16.000000 64.000000
-64.000000 16.000000 -64.000000
-64.000000 -16.000000 -64.000000
-64.000000 -16.000000 64.000000
-64.000000 16.000000 64.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
208.000000 -0.000000 208.000000
208.000000 0.000000 -400.000000
208.000000 16.000000 -400.000000
208.000000 16.000000 208.000000
-432.000000 16.000000 -400.000000
-432.000000 -0.000000 -400.000000
-432.000000 0.000000 208.000000
-432.000000 16.000000 208.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
192.000000 16.000000 208.000000
192.000000 16.000000 -400.000000
192.000000 256.000000 -400.000000
192.000000 256.000000 208.000000
176.000000 256.000000 -400.000000
176.000000 16.000000 -400.000000
176.000000 16.000000 208.000000
176.000000 256.000000 208.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 16.000000 208.000000
176.000000 16.000000 192.000000
176.000000 240.000000 192.000000
176.000000 240.000000 208.000000
-312.000000 240.000000 192.000000
-312.000000 16.000000 192.000000
-312.000000 16.000000 208.000000
-312.000000 240.000000 208.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
32.000000 16.000000 192.000000
32.000000 16.000000 -208.000000
32.000000 32.000000 -208.000000
32.000000 32.000000 192.000000
16.000000 32.000000 -208.000000
16.000000 16.000000 -208.000000
16.000000 16.000000 192.000000
16.000000 32.000000 192.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
48.000000 32.000000 192.000000
48.000000 32.000000 -192.000000
48.000000 48.000000 -192.000000
48.000000 48.000000 192.000000
32.000000 48.000000 -192.000000
32.000000 32.000000 -192.000000
32.000000 32.000000 192.000000
32.000000 48.000000 192.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
64.000000 48.000000 192.000000
64.000000 48.000000 -192.000000
64.000000 64.000000 -192.000000
64.000000 64.000000 192.000000
48.000000 64.000000 -192.000000
48.000000 48.000000 -192.000000
48.000000 48.000000 192.000000
48.000000 64.000000 192.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
80.000000 64.000000 192.000000
80.000000 64.000000 -192.000000
80.000000 80.000000 -192.000000
80.000000 80.000000 192.000000
64.000000 80.000000 -192.000000
64.000000 64.000000 -192.000000
64.000000 64.000000 192.000000
64.000000 80.000000 192.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 80.000000 208.000000
176.000000 80.000000 -384.000000
176.000000 96.000000 -384.000000
176.000000 96.000000 208.000000
80.000000 96.000000 -384.000000
80.000000 80.000000 -384.000000
80.000000 80.000000 208.000000
80.000000 96.000000 208.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 240.000000 -192.000000
176.000000 240.000000 -208.000000
176.000000 256.000000 -208.000000
176.000000 256.000000 -192.000000
32.000000 256.000000 -208.000000
32.000000 240.000000 -208.000000
32.000000 240.000000 -192.000000
32.000000 256.000000 -192.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
48.000000 16.000000 -192.000000
48.000000 16.000000 -208.000000
48.000000 240.000000 -208.000000
48.000000 240.000000 -192.000000
32.000000 240.000000 -208.000000
32.000000 16.000000 -208.000000
32.000000 16.000000 -192.000000
32.000000 240.000000 -192.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-198.000000 16.000000 -20.000000
-198.000000 16.000000 -36.000000
-198.000000 32.000000 -36.000000
-198.000000 32.000000 -20.000000
-432.000000 32.000000 -36.000000
-432.000000 16.000000 -36.000000
-432.000000 16.000000 -20.000000
-432.000000 32.000000 -20.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-198.000000 16.000000 -36.000000
-198.000000 16.000000 -164.000000
-198.000000 40.000000 -164.000000
-198.000000 40.000000 -36.000000
-384.000000 40.000000 -164.000000
-384.000000 16.000000 -164.000000
-384.000000 16.000000 -36.000000
-384.000000 40.000000 -36.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-198.000000 16.000000 -164.000000
-198.000000 16.000000 -180.000000
-198.000000 32.000000 -180.000000
-198.000000 32.000000 -164.000000
-432.000000 32.000000 -180.000000
-432.000000 16.000000 -180.000000
-432.000000 16.000000 -164.000000
-432.000000 32.000000 -164.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
80.000000 64.000000 -192.000000
80.000000 64.000000 -396.000000
80.000000 80.000000 -396.000000
80.000000 80.000000 -192.000000
64.000000 80.000000 -396.000000
64.000000 64.000000 -396.000000
64.000000 64.000000 -192.000000
64.000000 80.000000 -192.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
64.000000 48.000000 -192.000000
64.000000 48.000000 -384.000000
64.000000 64.000000 -384.000000
64.000000 64.000000 -192.000000
48.000000 64.000000 -384.000000
48.000000 48.000000 -384.000000
48.000000 48.000000 -192.000000
48.000000 64.000000 -192.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
48.000000 32.000000 -208.000000
48.000000 32.000000 -384.000000
48.000000 48.000000 -384.000000
48.000000 48.000000 -208.000000
32.000000 48.000000 -384.000000
32.000000 32.000000 -384.000000
32.000000 32.000000 -208.000000
32.000000 48.000000 -208.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
32.000000 16.000000 -208.000000
32.000000 16.000000 -384.000000
32.000000 32.000000 -384.000000
32.000000 32.000000 -208.000000
16.000000 32.000000 -384.000000
16.000000 16.000000 -384.000000
16.000000 16.000000 -208.000000
16.000000 32.000000 -208.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
16.000000 16.000000 192.000000
16.000000 16.000000 -208.000000
16.000000 20.000000 -208.000000
16.000000 20.000000 192.000000
0.000000 20.000000 -208.000000
-0.000000 16.000000 -208.000000
0.000000 16.000000 192.000000
-0.000000 20.000000 192.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
16.000000 16.000000 -208.000000
16.000000 16.000000 -384.000000
16.000000 20.000000 -384.000000
16.000000 20.000000 -208.000000
4.000000 20.000000 -384.000000
4.000000 16.000000 -384.000000
4.000000 16.000000 -208.000000
4.000000 20.000000 -208.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-122.000000 16.000000 184.000000
-122.000000 16.000000 -396.000000
-122.000000 42.000000 -396.000000
-122.000000 42.000000 184.000000
-126.000000 42.000000 -396.000000
-126.000000 16.000000 -396.000000
-126.000000 16.000000 184.000000
-126.000000 42.000000 184.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 16.000000 -384.000000
176.000000 16.000000 -400.000000
176.000000 256.000000 -400.000000
176.000000 256.000000 -384.000000
-324.000000 256.000000 -400.000000
-324.000000 16.000000 -400.000000
-324.000000 16.000000 -384.000000
-324.000000 256.000000 -384.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 96.000000 -320.000000
176.000000 96.000000 -328.000000
176.000000 100.000000 -328.000000
176.000000 100.000000 -320.000000
84.000000 100.000000 -328.000000
84.000000 96.000000 -328.000000
84.000000 96.000000 -320.000000
84.000000 100.000000 -320.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 100.000000 -328.000000
176.000000 100.000000 -336.000000
176.000000 104.000000 -336.000000
176.000000 104.000000 -328.000000
84.000000 104.000000 -336.000000
84.000000 100.000000 -336.000000
84.000000 100.000000 -328.000000
84.000000 104.000000 -328.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 104.000000 -336.000000
176.000000 104.000000 -344.000000
176.000000 108.000000 -344.000000
176.000000 108.000000 -336.000000
84.000000 108.000000 -344.000000
84.000000 104.000000 -344.000000
84.000000 104.000000 -336.000000
84.000000 108.000000 -336.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 108.000000 -344.000000
176.000000 108.000000 -352.000000
176.000000 112.000000 -352.000000
176.000000 112.000000 -344.000000
84.000000 112.000000 -352.000000
84.000000 108.000000 -352.000000
84.000000 108.000000 -344.000000
84.000000 112.000000 -344.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 112.000000 -352.000000
176.000000 112.000000 -360.000000
176.000000 116.000000 -360.000000
176.000000 116.000000 -352.000000
84.000000 116.000000 -360.000000
84.000000 112.000000 -360.000000
84.000000 112.000000 -352.000000
84.000000 116.000000 -352.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 116.000000 -360.000000
176.000000 116.000000 -368.000000
176.000000 120.000000 -368.000000
176.000000 120.000000 -360.000000
84.000000 120.000000 -368.000000
84.000000 116.000000 -368.000000
84.000000 116.000000 -360.000000
84.000000 120.000000 -360.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 120.000000 -368.000000
176.000000 120.000000 -388.000000
176.000000 124.000000 -388.000000
176.000000 124.000000 -368.000000
84.000000 124.000000 -388.000000
84.000000 120.000000 -388.000000
84.000000 120.000000 -368.000000
84.000000 124.000000 -368.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
16.000000 20.000000 192.000000
16.000000 20.000000 -388.000000
16.000000 24.000000 -388.000000
16.000000 24.000000 192.000000
8.000000 24.000000 -388.000000
8.000000 20.000000 -388.000000
8.000000 20.000000 192.000000
8.000000 24.000000 192.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
32.000000 32.000000 192.000000
32.000000 32.000000 -392.000000
32.000000 36.000000 -392.000000
32.000000 36.000000 192.000000
24.000000 36.000000 -392.000000
24.000000 32.000000 -392.000000
24.000000 32.000000 192.000000
24.000000 36.000000 192.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
52.000000 48.000000 196.000000
52.000000 48.000000 -384.000000
52.000000 52.000000 -384.000000
52.000000 52.000000 196.000000
40.000000 52.000000 -384.000000
40.000000 48.000000 -384.000000
40.000000 48.000000 196.000000
40.000000 52.000000 196.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
64.000000 64.000000 196.000000
64.000000 64.000000 -388.000000
64.000000 68.000000 -388.000000
64.000000 68.000000 196.000000
56.000000 68.000000 -388.000000
56.000000 64.000000 -388.000000
56.000000 64.000000 196.000000
56.000000 68.000000 196.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
80.000000 80.000000 196.000000
80.000000 80.000000 -384.000000
80.000000 84.000000 -384.000000
80.000000 84.000000 196.000000
72.000000 84.000000 -384.000000
72.000000 80.000000 -384.000000
72.000000 80.000000 196.000000
72.000000 84.000000 196.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
36.000000 44.000000 108.000000
36.000000 44.000000 104.000000
36.000000 48.000000 104.000000
36.000000 48.000000 108.000000
32.000000 48.000000 104.000000
32.000000 44.000000 104.000000
32.000000 44.000000 108.000000
32.000000 48.000000 108.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-416.000000 16.000000 -32.000000
-416.000000 16.000000 -164.000000
-416.000000 64.000000 -164.000000
-416.000000 64.000000 -32.000000
-432.000000 64.000000 -164.000000
-432.000000 16.000000 -164.000000
-432.000000 16.000000 -32.000000
-432.000000 64.000000 -32.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
40.000000 244.000000 -192.000000
40.000000 244.000000 -196.000000
40.000000 248.000000 -196.000000
40.000000 248.000000 -192.000000
36.000000 248.000000 -196.000000
36.000000 244.000000 -196.000000
36.000000 244.000000 -192.000000
36.000000 248.000000 -192.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
48.000000 240.000000 208.000000
48.000000 240.000000 -384.000000
48.000000 256.000000 -384.000000
48.000000 256.000000 208.000000
32.000000 256.000000 -384.000000
32.000000 240.000000 -384.000000
32.000000 240.000000 208.000000
32.000000 256.000000 208.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
48.000000 40.000000 56.000000
48.000000 40.000000 40.000000
48.000000 240.000000 40.000000
48.000000 240.000000 56.000000
32.000000 240.000000 40.000000
32.000000 40.000000 40.000000
32.000000 40.000000 56.000000
32.000000 240.000000 56.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 240.000000 56.000000
176.000000 240.000000 40.000000
176.000000 256.000000 40.000000
176.000000 256.000000 56.000000
48.000000 256.000000 40.000000
48.000000 240.000000 40.000000
48.000000 240.000000 56.000000
48.000000 256.000000 56.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-198.000000 36.000000 -124.000000
-198.000000 36.000000 -132.000000
-198.000000 94.000000 -132.000000
-198.000000 94.000000 -124.000000
-416.000000 94.000000 -132.000000
-416.000000 36.000000 -132.000000
-416.000000 36.000000 -124.000000
-416.000000 94.000000 -124.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-198.000000 40.000000 -64.000000
-198.000000 40.000000 -72.000000
-198.000000 96.000000 -72.000000
-198.000000 96.000000 -64.000000
-424.000000 96.000000 -72.000000
-424.000000 40.000000 -72.000000
-424.000000 40.000000 -64.000000
-424.000000 96.000000 -64.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-198.000000 40.000000 -70.000000
-198.000000 40.000000 -130.000000
-198.000000 88.000000 -130.000000
-198.000000 88.000000 -70.000000
-206.000000 88.000000 -130.000000
-206.000000 40.000000 -130.000000
-206.000000 40.000000 -70.000000
-206.000000 88.000000 -70.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 240.000000 208.000000
176.000000 240.000000 192.000000
176.000000 256.000000 192.000000
176.000000 256.000000 208.000000
-312.000000 256.000000 192.000000
-312.000000 240.000000 192.000000
-312.000000 240.000000 208.000000
-312.000000 256.000000 208.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-252.000000 48.000000 -72.000000
-252.000000 48.000000 -128.000000
-252.000000 86.000000 -128.000000
-252.000000 86.000000 -72.000000
-416.000000 86.000000 -128.000000
-416.000000 48.000000 -128.000000
-416.000000 48.000000 -72.000000
-416.000000 86.000000 -72.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-210.000000 76.000000 -76.000000
-210.000000 76.000000 -118.000000
-210.000000 78.000000 -118.000000
-210.000000 78.000000 -76.000000
-252.000000 78.000000 -118.000000
-252.000000 76.000000 -118.000000
-252.000000 76.000000 -76.000000
-252.000000 78.000000 -76.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-252.000000 86.000000 -72.000000
-252.000000 86.000000 -124.000000
-252.000000 94.000000 -124.000000
-252.000000 94.000000 -72.000000
-258.000000 94.000000 -124.000000
-258.000000 86.000000 -124.000000
-258.000000 86.000000 -72.000000
-258.000000 94.000000 -72.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
84.000000 96.000000 -320.000000
84.000000 96.000000 -388.000000
84.000000 100.000000 -388.000000
84.000000 100.000000 -320.000000
80.000000 100.000000 -388.000000
80.000000 96.000000 -388.000000
80.000000 96.000000 -320.000000
80.000000 100.000000 -320.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
84.000000 100.000000 -328.000000
84.000000 100.000000 -384.000000
84.000000 104.000000 -384.000000
84.000000 104.000000 -328.000000
80.000000 104.000000 -384.000000
80.000000 100.000000 -384.000000
80.000000 100.000000 -328.000000
80.000000 104.000000 -328.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
84.000000 104.000000 -368.000000
84.000000 104.000000 -384.000000
84.000000 124.000000 -384.000000
84.000000 124.000000 -368.000000
80.000000 124.000000 -384.000000
80.000000 104.000000 -384.000000
80.000000 104.000000 -368.000000
80.000000 124.000000 -368.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
84.000000 104.000000 -336.000000
84.000000 104.000000 -368.000000
84.000000 108.000000 -368.000000
84.000000 108.000000 -336.000000
80.000000 108.000000 -368.000000
80.000000 104.000000 -368.000000
80.000000 104.000000 -336.000000
80.000000 108.000000 -336.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
84.000000 108.000000 -344.000000
84.000000 108.000000 -368.000000
84.000000 112.000000 -368.000000
84.000000 112.000000 -344.000000
80.000000 112.000000 -368.000000
80.000000 108.000000 -368.000000
80.000000 108.000000 -344.000000
80.000000 112.000000 -344.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
84.000000 112.000000 -352.000000
84.000000 112.000000 -368.000000
84.000000 116.000000 -368.000000
84.000000 116.000000 -352.000000
80.000000 116.000000 -368.000000
80.000000 112.000000 -368.000000
80.000000 112.000000 -352.000000
80.000000 116.000000 -352.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
84.000000 116.000000 -360.000000
84.000000 116.000000 -368.000000
84.000000 120.000000 -368.000000
84.000000 120.000000 -360.000000
80.000000 120.000000 -368.000000
80.000000 116.000000 -368.000000
80.000000 116.000000 -360.000000
80.000000 120.000000 -360.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 252.000000 28.000000
176.000000 252.000000 20.000000
176.000000 256.000000 20.000000
176.000000 256.000000 28.000000
44.000000 256.000000 20.000000
44.000000 252.000000 20.000000
44.000000 252.000000 28.000000
44.000000 256.000000 28.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 252.000000 12.000000
176.000000 252.000000 4.000000
176.000000 256.000000 4.000000
176.000000 256.000000 12.000000
48.000000 256.000000 4.000000
48.000000 252.000000 4.000000
48.000000 252.000000 12.000000
48.000000 256.000000 12.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 252.000000 -4.000000
176.000000 252.000000 -12.000000
176.000000 256.000000 -12.000000
176.000000 256.000000 -4.000000
48.000000 256.000000 -12.000000
48.000000 252.000000 -12.000000
48.000000 252.000000 -4.000000
48.000000 256.000000 -4.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
180.000000 252.000000 -20.000000
180.000000 252.000000 -28.000000
180.000000 256.000000 -28.000000
180.000000 256.000000 -20.000000
44.000000 256.000000 -28.000000
44.000000 252.000000 -28.000000
44.000000 252.000000 -20.000000
44.000000 256.000000 -20.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 252.000000 -36.000000
176.000000 252.000000 -44.000000
176.000000 256.000000 -44.000000
176.000000 256.000000 -36.000000
40.000000 256.000000 -44.000000
40.000000 252.000000 -44.000000
40.000000 252.000000 -36.000000
40.000000 256.000000 -36.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 252.000000 -52.000000
176.000000 252.000000 -60.000000
176.000000 256.000000 -60.000000
176.000000 256.000000 -52.000000
44.000000 256.000000 -60.000000
44.000000 252.000000 -60.000000
44.000000 252.000000 -52.000000
44.000000 256.000000 -52.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 252.000000 -68.000000
176.000000 252.000000 -76.000000
176.000000 256.000000 -76.000000
176.000000 256.000000 -68.000000
40.000000 256.000000 -76.000000
40.000000 252.000000 -76.000000
40.000000 252.000000 -68.000000
40.000000 256.000000 -68.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
180.000000 252.000000 -84.000000
180.000000 252.000000 -92.000000
180.000000 256.000000 -92.000000
180.000000 256.000000 -84.000000
40.000000 256.000000 -92.000000
40.000000 252.000000 -92.000000
40.000000 252.000000 -84.000000
40.000000 256.000000 -84.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 252.000000 -100.000000
176.000000 252.000000 -108.000000
176.000000 256.000000 -108.000000
176.000000 256.000000 -100.000000
40.000000 256.000000 -108.000000
40.000000 252.000000 -108.000000
40.000000 252.000000 -100.000000
40.000000 256.000000 -100.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 252.000000 -116.000000
176.000000 252.000000 -124.000000
176.000000 256.000000 -124.000000
176.000000 256.000000 -116.000000
36.000000 256.000000 -124.000000
36.000000 252.000000 -124.000000
36.000000 252.000000 -116.000000
36.000000 256.000000 -116.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 252.000000 -132.000000
176.000000 252.000000 -140.000000
176.000000 256.000000 -140.000000
176.000000 256.000000 -132.000000
40.000000 256.000000 -140.000000
40.000000 252.000000 -140.000000
40.000000 252.000000 -132.000000
40.000000 256.000000 -132.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 252.000000 -148.000000
176.000000 252.000000 -156.000000
176.000000 256.000000 -156.000000
176.000000 256.000000 -148.000000
36.000000 256.000000 -156.000000
36.000000 252.000000 -156.000000
36.000000 252.000000 -148.000000
36.000000 256.000000 -148.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 252.000000 -164.000000
176.000000 252.000000 -172.000000
176.000000 256.000000 -172.000000
176.000000 256.000000 -164.000000
40.000000 256.000000 -172.000000
40.000000 252.000000 -172.000000
40.000000 252.000000 -164.000000
40.000000 256.000000 -164.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
176.000000 252.000000 -180.000000
176.000000 252.000000 -188.000000
176.000000 256.000000 -188.000000
176.000000 256.000000 -180.000000
36.000000 256.000000 -188.000000
36.000000 252.000000 -188.000000
36.000000 252.000000 -180.000000
36.000000 256.000000 -180.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
116.000000 240.000000 64.000000
116.000000 240.000000 56.000000
116.000000 244.000000 56.000000
116.000000 244.000000 64.000000
112.000000 244.000000 56.000000
112.000000 240.000000 56.000000
112.000000 240.000000 64.000000
112.000000 244.000000 64.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
116.000000 204.000000 64.000000
116.000000 204.000000 60.000000
116.000000 244.000000 60.000000
116.000000 244.000000 64.000000
112.000000 244.000000 60.000000
112.000000 204.000000 60.000000
112.000000 204.000000 64.000000
112.000000 244.000000 64.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
120.000000 204.000000 64.000000
120.000000 204.000000 56.000000
120.000000 208.000000 56.000000
120.000000 208.000000 64.000000
112.000000 208.000000 56.000000
112.000000 204.000000 56.000000
112.000000 204.000000 64.000000
112.000000 208.000000 64.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
112.000000 204.000000 68.000000
112.000000 204.000000 60.000000
112.000000 208.000000 60.000000
112.000000 208.000000 68.000000
108.000000 208.000000 60.000000
108.000000 204.000000 60.000000
108.000000 204.000000 68.000000
108.000000 208.000000 68.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
112.000000 180.000000 68.000000
112.000000 180.000000 64.000000
112.000000 204.000000 64.000000
112.000000 204.000000 68.000000
108.000000 204.000000 64.000000
108.000000 180.000000 64.000000
108.000000 180.000000 68.000000
108.000000 204.000000 68.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
112.000000 180.000000 76.000000
112.000000 180.000000 68.000000
112.000000 184.000000 68.000000
112.000000 184.000000 76.000000
108.000000 184.000000 68.000000
108.000000 180.000000 68.000000
108.000000 180.000000 76.000000
108.000000 184.000000 76.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
116.000000 252.000000 -364.000000
116.000000 252.000000 -388.000000
116.000000 256.000000 -388.000000
116.000000 256.000000 -364.000000
108.000000 256.000000 -388.000000
108.000000 252.000000 -388.000000
108.000000 252.000000 -364.000000
108.000000 256.000000 -364.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
113.000000 172.000000 -364.000000
113.000000 172.000000 -366.000000
113.000000 252.000000 -366.000000
113.000000 252.000000 -364.000000
110.000000 252.000000 -366.000000
110.000000 172.000000 -366.000000
110.000000 172.000000 -364.000000
110.000000 252.000000 -364.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
119.000000 171.000000 -358.000000
119.000000 171.000000 -371.000000
119.000000 172.000000 -371.000000
119.000000 172.000000 -358.000000
104.000000 172.000000 -371.000000
104.000000 171.000000 -371.000000
104.000000 171.000000 -358.000000
104.000000 172.000000 -358.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
114.000000 255.000000 -208.000000
114.000000 255.000000 -364.000000
114.000000 256.000000 -364.000000
114.000000 256.000000 -208.000000
109.000000 256.000000 -364.000000
109.000000 255.000000 -364.000000
109.000000 255.000000 -208.000000
109.000000 256.000000 -208.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-52.000000 176.000000 208.000000
-52.000000 176.000000 180.000000
-52.000000 180.000000 180.000000
-52.000000 180.000000 208.000000
-56.000000 180.000000 180.000000
-56.000000 176.000000 180.000000
-56.000000 176.000000 208.000000
-56.000000 180.000000 208.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-12.000000 176.000000 192.000000
-12.000000 176.000000 180.000000
-12.000000 180.000000 180.000000
-12.000000 180.000000 192.000000
-16.000000 180.000000 180.000000
-16.000000 176.000000 180.000000
-16.000000 176.000000 192.000000
-16.000000 180.000000 192.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-52.000000 174.000000 182.000000
-52.000000 174.000000 170.000000
-52.000000 176.000000 170.000000
-52.000000 176.000000 182.000000
-56.000000 176.000000 170.000000
-56.000000 174.000000 170.000000
-56.000000 174.000000 182.000000
-56.000000 176.000000 182.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-12.000000 174.000000 182.000000
-12.000000 174.000000 170.000000
-12.000000 176.000000 170.000000
-12.000000 176.000000 182.000000
-16.000000 176.000000 170.000000
-16.000000 174.000000 170.000000
-16.000000 174.000000 182.000000
-16.000000 176.000000 182.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-53.000000 14.000000 178.000000
-53.000000 14.000000 177.000000
-53.000000 174.000000 177.000000
-53.000000 174.000000 178.000000
-55.000000 174.000000 177.000000
-55.000000 14.000000 177.000000
-55.000000 14.000000 178.000000
-55.000000 174.000000 178.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-13.000000 87.000000 178.000000
-13.000000 87.000000 177.000000
-13.000000 174.000000 177.000000
-13.000000 174.000000 178.000000
-15.000000 174.000000 177.000000
-15.000000 87.000000 177.000000
-15.000000 87.000000 178.000000
-15.000000 174.000000 178.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-16.000000 175.000000 182.000000
-16.000000 175.000000 180.000000
-16.000000 176.000000 180.000000
-16.000000 176.000000 182.000000
-52.000000 176.000000 180.000000
-52.000000 175.000000 180.000000
-52.000000 175.000000 182.000000
-52.000000 176.000000 182.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-13.000000 104.000000 178.000000
-13.000000 104.000000 177.000000
-13.000000 108.000000 177.000000
-13.000000 108.000000 178.000000
-53.000000 108.000000 177.000000
-53.000000 104.000000 177.000000
-53.000000 104.000000 178.000000
-53.000000 108.000000 178.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-15.000000 122.000000 178.000000
-15.000000 122.000000 177.000000
-15.000000 126.000000 177.000000
-15.000000 126.000000 178.000000
-53.000000 126.000000 177.000000
-53.000000 122.000000 177.000000
-53.000000 122.000000 178.000000
-53.000000 126.000000 178.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-56.000000 174.000000 178.000000
-56.000000 174.000000 176.000000
-56.000000 176.000000 176.000000
-56.000000 176.000000 178.000000
-63.000000 176.000000 176.000000
-63.000000 174.000000 176.000000
-63.000000 174.000000 178.000000
-63.000000 176.000000 178.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-5.000000 174.000000 178.000000
-5.000000 174.000000 176.000000
-5.000000 176.000000 176.000000
-5.000000 176.000000 178.000000
-16.000000 176.000000 176.000000
-16.000000 174.000000 176.000000
-16.000000 174.000000 178.000000
-16.000000 176.000000 178.000000
faces
0.000000 0.000000 2.000000 2.000000 -0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
brush
vertices
-15.000000 138.000000 178.000000
-15.000000 138.000000 177.000000
-15.000000 142.000000 177.000000
-15.000000 142.000000 178.000000
-53.000000 142.000000 177.000000
-53.000000 138.000000 177.000000
-53.000000 138.000000 178.000000
-53.000000 142.000000 178.000000
faces
0.000000 0.000000 2.000000 2.000000 0.000000 0 1 2 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 4 5 6 7 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 7 6 0 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 1 5 4 2 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 0.000000 2 4 7 3 0x00000000 __TB_empty
0.000000 0.000000 2.000000 2.000000 -0.000000 6 5 1 0 0x00000000 __TB_empty
entity
type PlayerSpawn
Vector3 position 128.000000 120.000000 120.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position 128.000000 120.000000 -140.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position 132.000000 120.000000 -292.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position 128.000000 120.000000 -24.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamB 0
entity
type PlayerSpawn
Vector3 position -230.000000 102.000000 -98.000000
Vector3 angles 90.000000 0.000000 0.000000
Bool8 TeamA 0
|
846993e79b5ac6238c72ea8be5b7d9497b1e9401 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/examples/mex-examples/mex-with-objects/test.sce | 7c93837df7744904c9c33ae487114885e73fd698 | [
"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 | 254 | sce | test.sce | [p,q,r]=mexfunction1(1:4,'qwerty');
[a,x]=mexfunction2(20,'x');
C=mexfunction3(rand(2,2),rand(2,3));
p=mexfunction4(1:3,'x');
w1=mexfunction5(1:5);
w2=mexfunction6(1:5);
w=rand(2,3);w(10,15)=0;w=sparse(w);
mexfunction7(mtlb_sparse(w))
mexfunction8()
|
047c08f19ac2a607ee15e0f021e18c740f5abcbf | 449d555969bfd7befe906877abab098c6e63a0e8 | /752/CH18/EX18.7.2/18_7_2.sce | a0f54343af94111ebcda877cbf2b2f8d7befebb4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 18_7_2.sce | clc;
//page no 707
//prob no. 18.7.2
//HDTV system is given
//Refer example 18.7.1
a=16/9;D=1.40;Nh=1840;//Assuming square pixel
H=sqrt((a^2)*(D^2)/(1+a^2));
//Determination of viewing angle
theta=Nh*(1/60);
disp('degree',theta,'The viewing angle is');
//Determination of viewing dist
X=H/(2*tand(theta/2));
disp('m',X,'The viewing dist is'); |
9d4e489017f62c21bffd7ad2ca1d77ac590c5db9 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.4.1/Unix-Windows/scilab-2.4.1/macros/tdcs/mineInit.sci | e10147adef817a9eb513ca2a42b6dd567009c0ff | [
"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 | 4,095 | sci | mineInit.sci | function []=mineInit()
// Macro qui initialise les donnees du
// td3
//!
// Copyright INRIA
n1=30
n2=40;
te=n2/2;
xe=n1/2;
k0=1;
kc=0.01;
[n1,n2,te,xe,k0,kc]=resume(...
n1,n2,te,xe,k0,kc);
function [cout,feed]=mine(n1,n2,uvect)
//[cout,feed]=mine(n1,n2,uvect)
// extraction optimale d'un minerai d'une mine a ciel ouvert
// en avancant progressivement (k=1,2,...,n2) et en
// prelevant a l'abcisse k+1 la tranche de profondeur x(k+1)
// par une commande u a partir de la profondeur x(k)
// a l'abcisse k.
//
// la resolution du probleme se fait par programmation dynamique
// en calculant la commande optimale maximisant le critere :
//
// -- n2-1
// \
// / f(x(k),k) + V_F(x,n2)
// -- k=1
// avec : x(k+1)=x(k) + u
// x(k) est la profondeur de la mine a l'abcisse k (x=1
// est le niveau du sol)
// la fonction gain instantane f(i,k) represente le benefice
// si on creuse la profondeur i a l'abcisse k
// V_F(i,n2) est un cout final destine a forcer l'etat final
// a valoir 1 (pour sortir de la mine ...)
// V_F(i,n2) vaut -10000 en tout les points i\ne1 et 0
// pour i=1
//
// le programme mine necessite de connaitre
// n1 : l'etat est discretise en n1 points
// 1 c'est l'air
// 2:n1+1 du sol au fond
// n1+2 zone interdite
// n2 : nombre d'etapes
// uvect : vecteur ligne des valeurs discretes que peut
// prendre u (3 valeurs, on monte, on descend ou on avance)
// et le programme mine retourne alors deux matrices
// cout(n1,n2) : valeurs de la fonction de Bellman
// feed(n1,n2) : valeurs de la commande a appliquer
// lorsque l'etat varie de 1 a n1 et
// l'etape de 1 a n2.
// n1 : l'etat est discretise en n1 points
// on rajoute dans le calcul deux couches fictive
// en 1 l'air en n1+2 le fond de la mine
// 1 c'est l'air
// 2:n1+1 du sol au fond
// n1+2 zone interdite
//!
usize=prod(size(uvect))
xgr=1:(n1+2)
// tableau ou l'on stocke la fonction de Bellman
cout=0*ones(n1+2,n2);
// tableau ou l'on stocke le feedback u(x,t)
feed=0*ones(n1,n2);
// calul de la fonction de Bellman au temps final
penal=10000;
// Le cout final est le cout au point de sortie de la zone d'extraction
// on veut evidement que ce point de sortie soit le sol
// le cout est donc 0 au niveau du sol et -inf ailleurs
cout(:,n2)=-penal*ones(n1+2,1);
cout(2,n2)=0;
// calcul retrograde de la fonction de Bellman et
// du controle optimal au temps temp par l'equation de Bellman
for temp=n2:-1:2,
loc=list();
for i=1:usize,
newx=mini(maxi(xgr+uvect(i)*ones(xgr),1*ones(xgr)),(n1+2)*ones(xgr)),
loc(i)=cout(newx,temp)+ff_o(xgr,temp-1),
end;
[mm,kk]=maxi(loc),
cout(xgr,temp-1)=mm;
cout(1,temp-1)=-penal;
cout(n1+2,temp-1)=-penal;
feed(xgr,temp-1)=uvect(kk)';
end
function [y]=ff_o(x,t)
//[y]=ff_o(x,t)
// gain instantane apparaissant dans le critere du
// programme mine.
//
// pour des raisons techniques, l'argument x doit
// etre un vecteur colonne et donc egalement la sortie y.
// en sortie y=[ ff_0(x(1),t),...ff_o(x(n),t)];
//!
xxloc=ones(x);
y=k0*(1-(t-te)**2/(n2**2))*xxloc - (x-xe*xxloc)**2/(n1**2) -kc*(x-1*xxloc)
y=y';
y(1:2)=[0;0]
function []=showcost(n1,n2)
//[]=showcost(n1,n2)
// Montre en 3d la fonction de gain instantanee (ff)
// x: profondeur (n1)
// y: abscisse (n2)
// en z : valeur de ff_o(x,t)
//!
[lhs,rhs]=argn(0)
m=[];
for i=1:n2,m=[m,ff_o(1:n1,i)],end
contour(1:n2,1:n1,m',10,0,0,' ',[2,2,0])
function []=trajopt(feed)
//[]=trajopt(feed)
// feed est la matrice de feedback calculee par mine
// trajopt calcule et dessine la trajectoire et le controle
// optimaux pour un point de depart (1,1)
//!
[n1,n2]=size(feed)
xopt=0*ones(1,n2)
uopt=0*ones(1,n2+1)
xopt(1)=2;
for i=2:(n2+1),xopt(i)=feed(xopt(i-1),i-1)+xopt(i-1),
uopt(i-1)=feed(xopt(i-1),i-1),end
plot2d2("gnn",[1:(n2+1)]',[-xopt]',[2],"111",...
"trajectoire optimale",...
[1,-n1,n2+1,2]);
plot2d2("gnn",[1:(n2)]',uopt(1:n2)',[1,-4],"111",...
"commande optimale",...
[1,-n1,n2+1,2]);
|
6b49adca42d538d3e6554ecc350cfeb9ccfa3b7e | 449d555969bfd7befe906877abab098c6e63a0e8 | /67/CH7/EX7.43/example743.sce | 1fabb79851a9c6612cd212a03f443706eb7f923b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 134 | sce | example743.sce | //Example 7.43
clc;
syms z n;
x1=(-1/3)^n;
x2=(1/2)^n;
X1=symsum(x1*(z^-n),n,0,%inf);
X2=symsum(x2*(z^-n),n,-%inf,-1);
X=X1-X2; |
6d858b2e84b81c2d1d6de5c4e9d177e372dc9bdb | 449d555969bfd7befe906877abab098c6e63a0e8 | /3269/CH6/EX6.10/Ex6_10.sce | b0729264c55f23f8aa0f26161d7711fccb65da8d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,917 | sce | Ex6_10.sce | // Example 6.10
clear all;
clc;
// Given data
N = 150; // Number of zirconium atoms for every uranium atom
// 1.
// Using the data of atom density of zirconium from Table II.3
N_Z = 0.0429; // Atom density of zirconium in terms of 10^(24)
sigma_tZ = 6.6; // Total cross section of zirconium in barns
// Using the data of cross section of uranium-235 from Table II.3
sigma_tU = 690; // Total cross section of uranium in barns
N_25 = N_Z/N; // Atom concentration of uranium-235
// Calculation
lambda = 1/((sigma_tZ*N_Z)+(sigma_tU*N_25));
// Result
printf(" \n The mean free path of thermal neutrons = %3.1f cm \n",lambda);
// 2.
// Using the data of atom density of water from Table II.3
N_W = 0.0334; // Atom density of water in terms of 10^(24)
// As the water and zirconium occupy half of the volume
N_W = 0.5*0.0334;
N_Z = 0.5*0.0429;
// From the Figure 6.6
// Uranium is present in one third of the sandwich or \n one sixth of the entire area
N_25 = 2.86*10^(-4)/6;
// Using the data from Table 3.2
g_aF = 0.978; // Non 1/v factor Uranium-235 fuel
// Using the data from Table II.3 for microscopic absorption cross section
sigma_aU = 681; // Microscopic absorption cross section of Uranium-235 in barns
sigma_aZ = 0.185; // Microscopic absorption cross section of Zirconium in barns
sigma_aW = 0.664; // Microscopic absorption cross section of Water in barns
f = (N_25*g_aF*sigma_aU)/((N_25*g_aF*sigma_aU)+(N_Z*sigma_aZ)+(N_W*sigma_aW)); // Thermal utilization factor
// Using the data form Table 6.3 at temperature = 20 deg
n_T = 2.065; // Average number of neutrons produced per neutron absorbed in fission
// Calculation
k_inf = n_T*f;
// Result
printf("\n Infinite multiplication factor = %4.3f \n",k_inf);
|
4ac67d816bd0c5a97e134c80ff340bb40046f082 | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH10/EX10.24.b/solution10_24.sce | 2bb4b71c1814717ecbec455a495ac9ebbfa0c557 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 803 | sce | solution10_24.sce |
//Obtain path of solution file
path = get_absolute_file_path('solution10_24.sce')
//Obtain path of data file
datapath = path + filesep() + 'data10_24.sci'
//Clear all
clc
//Execute the data file
exec(datapath)
//Calculate the thickness of the spring t (mm)
t = ((6 * P * 1000 * L * 1000)/(sigmab * (nf + ng) * r))^(1/3)
tround = ceil(t)
//Calculate the width of the leaves b (mm)
b = r * tround
//Calculate the initial nip C (mm)
C = (2 * P * 1000 * (L*1000)^3)/(E * (nf + ng) * b * tround^3)
//Calculate the initial pre-load Pi (N)
Pi = (2 * ng * nf * P * 1000)/((nf + ng) * (3*nf + 2*ng))
//Print results
printf("\nThickness of the leaves(t) = %f or %f mm\n",t,tround)
printf("\nWidth of the leaves(b) = %f mm\n",b)
printf("\nInitial nip(C) = %f mm\n",C)
printf("\nInitial pre-load(Pi) = %f N\n",Pi)
|
fa18d89fd0e98be214d667b6b55084ffb02c811f | 449d555969bfd7befe906877abab098c6e63a0e8 | /371/CH7/EX7.3/7_3.sci | 53df03b59ea45e4bd89fc46a09bcee2cc9c1509d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 426 | sci | 7_3.sci | //Inverter Circuits//
//Example 7.3//
L=5*10^-3;//Inductance of series inverter circuit in Henry//
C=1*10^-6;//Capacitance of series inverter circuit in Farads//
Rl=400;//Load Resistance in Ohms//
R2=10^4;//value of the second resistance in Ohms//
DF=0.7;//Damping Factor value of LC filter//
R1=(2*(DF)*(sqrt(L/C)))-R2-(1/(Rl*C));//value of the first resistance in Ohms//
printf('value of resistance=R1=%fOhms',R1);
|
f225587eb9d047de6640c553710845bc13ad3614 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1910/CH9/EX9.1/Chapter91.sce | 38a3e9839cec0ede02a21d783448e0eb70043b15 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,761 | sce | Chapter91.sce | // Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Introduction to heat transfer by S.K.Som, Chapter 9, Example 1")
//A vertical cooling fin, Approximately a flat plate length,(L)=0.4m high is exposed to saturated steam(temprature,Tg=100°C) at atmospheric pressure.
L=0.4;
Tg=100;
//The fin is maintained at temprature,Tw=90°C by cooling water.
Tw=90;
disp("The properties of condensate(liquid water) are evaluated at the mean film temprature ")
//tf is mean film temprature
disp("The mean film temprature in°C is")
tf=(Tg+Tw)/2
//The properties of condensate are density(rho=962kg/m^3),conductivity(k=0.677W/(m*K)),viscosity(mu=3*10^-4 kg/(m*s))
rho=962;
k=0.677;
mu=3*10^-4;
//The value rhov=0.598kg/m^3 and hfg=2.27*10^6J/kg at 100°C are found from steam table
//g is acceleration due to gravity =9.81m/s^2
g=9.81;
rhov=0.598;//rhov is vapour density
hfg=2.27*10^6;//hfg is enthalpy of vaporisation
//The average heat transfer coefficient over length L is hbarL=0.943*[(rho*(rho-rhov)*g*h*L^3)/(mu*k*(Tg-Tw))]^(1/4)
disp("The average heat transfer coefficient over length L in W/(m^2*K)")
hbarL=0.943*[(rho*(rho-rhov)*g*hfg*k^3)/(mu*L*(Tg-Tw))]^(1/4)
//The rate of heat transfer per unit width is Q=hbarL*L*(Tg-Tw)
disp("The rate of heat transfer per unit width in W/m ")
Q=hbarL*L*(Tg-Tw)
//The rate of condensation is given by mdotc=(Q/hfg)
disp("The total rate of condensation in kg/(s*m)")
mdotc=(Q/hfg)
disp("We have to check whether the flow is laminar or not ")
//Reynolds no is given by ReL=(4*mdotc)/(mu)
disp("Reynolds no. is")
ReL=(4*mdotc)/(mu)
disp("Therefore the flow is laminar and hence the use of the equation is justified")
|
10655d5b97fc83b4945354067a06607d28b0342d | 09c4a8bcbc605cc3a5a45779e9218e6f309b0132 | /MC2/question-1-5.sci | 5bd5e44c209ad2af0d96053f391f43d965c9bfd6 | [] | no_license | emilemathieu/ImportanceSampling | 8224833f7255160230532329aeb220723338eea2 | 2afeb94bc6b1063d0a1f24fc41b79c434b34a5ca | refs/heads/master | 2021-05-28T20:54:32.251555 | 2015-06-01T17:57:00 | 2015-06-01T17:57:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,340 | sci | question-1-5.sci | function [y]=erf(x)
[y,Q]=cdfnor("PQ",x,0,1);
endfunction
function [res] = BS_Call(S_0,K,sigma,r,T)
d1=(log(S_0/K)+(r+sigma^2/2)*T)/(sigma*sqrt(T));
d2=d1-sigma*sqrt(T);
res=S_0*erf(d1)-K*exp(-r*T)*erf(d2);
endfunction
function [y] = black_scholes(lambda, moyenne,var)
m = moyenne + log(lambda);
d = (m-log(K))/sqrt(var);
y= exp(m + (var/2)) * erf(d+sqrt(var)) - K*erf(d)
endfunction
function [I_T,Z_T] = ...
simulation_variable_de_controle(r,sigma,Sigma,S_0,a)
// Simulation de I_T et Z_T
n=size(Sigma);n=n(2);
d=prod(size(S_0));
LOG_T = T * diag(r - sigma^2/2) * ones(d,N) ...
+ sqrt(T) * Sigma * rand(n,N,"gauss");
S_T = diag(S_0) * exp(LOG_T);
I_T= a' * S_T;
H_0 = a .* S_0 / I_0; // = a_i S_0^i / I_0
Z_T = ...; // A COMPLETER
endfunction
function [] = test_call_basket(d,N)
r=0.05;
T = 1;
rho=0.5;
sigma=0.3*ones(d,1);
S_0=100*ones(d,1);
Rho = (1 - rho) *eye(d,d) + rho * ones(d,d);
Gamma = diag(sigma) * Rho * diag(sigma);
Sigma=sqroot(Gamma);
a=(1/d)*ones(d,1);
I_0 = a' * S_0;
K = 1.2 * I_0;
[I_T,Z_T] = simulation_variable_de_controle(r,sigma,Sigma,S_0,a);
// lambda exp(Z_T) est une approximation de S_T
// on calcule lambda, la moyenne et la variance de Z_T
H_0 = a .* S_0 / I_0; // = a_i S_0^i / I_0
J_0 = H_0 .* sigma; // = a_i S_0^i sigma_i / I_0
lambda = I_0;
moyenne= T * (H_0' * (r-sigma^2/2)); // moyenne de Z_T
var = sum(diag(J_0) * Rho * diag(J_0)); // variance de Z_T
// Methode de Monte Carlo sans reduction de variance
Y=exp(-r*T) * max(I_T-K,0);
estimation= mean(Y);
ecart_type=st_deviation(Y); // estimation de l'ecart type
erreur=1.96*ecart_type/sqrt(N); // demi-largeur de l'intervalle de confiance
printf("Sans N=%d, %f +- %f\n",N, estimation, erreur);
// Methode de Monte Carlo avec reduction de variance
Y=exp(-r*T) * (max(I_T-K,0) - max(lambda * exp(Z_T) - K,0));
estimation= mean(Y) + exp(-r*T) * black_scholes(lambda,moyenne,var);
ecart_type=st_deviation(Y); // estimation de l'ecart type
erreur=1.96*ecart_type/sqrt(N); // demi-largeur de l'intervalle de confiance
printf("Avec N=%d, %f +- %f\n",N, estimation, erreur);
endfunction
stacksize(10^8);
d=10;
N=1000;
test_call_basket(d,N)
d=10;
a=(1/d)*ones(d,1);
S_0=100*ones(d,1);
I_0 = a'*S_0;
K=I_0;// option at the money
|
fd1df525af3e900aab6b999bf4362190632c59c0 | b26cbe6bc3e201f030705aaf9eb82da94def231f | /tests/tb-006.tst | 3d8cbf1e9c3280c496b791bdd74804673ece8116 | [] | no_license | RP-pbm/Recurrence-plot | f86c5cd85460661b01a609f8f4281d2cda6b4e07 | b5da95f9b30c1a924a002102219bf0a2ad47df2c | refs/heads/master | 2022-07-24T12:11:34.163543 | 2022-07-09T19:32:43 | 2022-07-09T19:32:43 | 92,934,698 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 42 | tst | tb-006.tst | ../inputs/pops-9x2-987654321-123456789.pgm |
a5f3fb6c7ecd7ef5e37167873c68db0e7e7be875 | 449d555969bfd7befe906877abab098c6e63a0e8 | /23/CH15/EX15.2/Example_15_2.sce | 0353e30657ceb96530318cd29e9478b130148dc5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,615 | sce | Example_15_2.sce | clear;
clc;
//To find Approx Value
function[A]=approx(V,n)
A=round(V*10^n)/10^n;//V-Value n-To what place
funcprot(0)
endfunction
//Example 15.2
//Caption : Program to Prepare a Thermodynamic Analysis of Linde System
State=['Superheated Vapor','Superheated Vapor','Superheated Vapor','Saturated Liqiud','Saturated Vapor','Superheated Vapor'];
T=[300 300 207.1 111.5 111.5 295];
P=[1 60 60 1 1 1];
H=[1199.8 1140 772 285.4 796.9 1188.9];
S=[11.629 9.359 7.798 4.962 9.523 11.589];
Given=[T',P',H',S'];
disp(Given,' T/K P/kPa H/kJ/Kg S/kJ/kg/K',State')
T_sigma=300;//[K]
rQ=5;//[KJ]
rW=1000;//[KJ/s]
z=approx((H(6)-H(2)-rQ)/(H(6)-H(4)),4);
//rW_ideal = (dH*rm) - (T_sigma(dS*rm))
rW_ideal=approx(((z*H(4))+((1-z)*H(6))-H(1))-((T_sigma)*((z*S(4))+((1-z)*S(6))-S(1))),1);
//(a) Compression/cooling
rQ_a=(H(2)-H(1))-rW;//[kJ]
rS_a=approx((S(2)-S(1))-(rQ_a/T_sigma),4);//[kJ/Kg/K]
rW_a=T_sigma*rS_a;//[KJ/Kg]
//(b) Exchanger
rS_b=approx(((S(6)-S(5))*(1-z))+(S(3)-S(2))-(rQ/T_sigma),4);//[kJ/Kg/K]
rW_b=T_sigma*rS_b;//[KJ/Kg]
//(c) Throttle
rS_c=approx(((S(4)*z)+(S(5)*(1-z))-S(3)),4);//[KJ/Kg/K]
rW_c=T_sigma*rS_c;//[KJ/kg]
S=[rS_a rS_b rS_c];
pS=approx((S/sum(S))*100,1);
ES=[sum(S) sum(pS)];
W=approx([rW_ideal rW_a rW_b rW_c],1);
pW=approx((W/sum(W))*100,1);
EW=[sum(W) sum(pW)];
Ans=[S',pS'];
Process=['Compression/Cooling';'Exchanger';'Throttle'];
disp(Ans,' Si %',Process)
disp(ES,'Sum')
Ans=[W',pW'];
Process=['Ideal';'Compression/Cooling';'Exchanger';'Throttle'];
disp(Ans,' Wi %',Process)
disp(EW,'Sum')
|
ca5522f45634bec1dc6e094e61fa2b52c159d2e1 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/sysdiag.man.tst | 5d08fd2db55ee7d97be873482073e89adc0f8a8a | [
"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 | 265 | tst | sysdiag.man.tst | clear;lines(0);
s=poly(0,'s')
sysdiag(rand(2,2),1/(s+1),[1/(s-1);1/((s-2)*(s-3))])
sysdiag(tf2ss(1/s),1/(s+1),[1/(s-1);1/((s-2)*(s-3))])
s=poly(0,'s')
sysdiag(rand(2,2),1/(s+1),[1/(s-1);1/((s-2)*(s-3))])
sysdiag(tf2ss(1/s),1/(s+1),[1/(s-1);1/((s-2)*(s-3))])
|
25718495e059050dccfd0e07c521ac8d669b0d7d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1646/CH1/EX1.6/Ch01Ex6.sce | 9c27a64c061ca6594b39aba34f7565aa91881456 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 731 | sce | Ch01Ex6.sce | // Scilab Code Ex1.6 : Page:28 (2011)
clc;clear;
a = 1; // For simplicity assume length of semi minor axis to be unity, m
c = 3e+08; // Speed of light, m/s
v = poly(0, 'v'); // Declare velocity variable, m/s
// As b = a*sqrt(1-v^2/c^2), length of semi-major axis
// Also A_c = %pi*a^2, area of the lamina in its own frame and
// A_e = %pi*a*b, area of the lamina in stationary frame S, so with A_c = A_e
v = roots(1-v^2/c^2 - 1/4); // Velocity at which surface area of lamina reduces to half in S-frame, m/s
printf("\nThe velocity at which surface area of lamina reduces to half in S-frame = %4.2e", v(1));
// Result
// The velocity at which surface area of lamina reduces to half in S-frame = 2.60e+008
|
dc2412d82f050088d840696acff2b71e364909a5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1640/CH5/EX5.1/5_1.sce | 23638760537f38e308847b37840b207102e0c0cf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 288 | sce | 5_1.sce | clc
//initialisation of variables
h= 4 //ft
h1= 3 //ft
r= 3 //ft
h2= 1.5 //ft
//CALCULATIONS
m= (h*h1+(h1^2/2))/(h+(h/2)*sqrt(h1^2+(h1/2)^2))
a= 2*acosd(h2/r)
P= 2*%pi*r*a/360
A= r^2*((2*%pi/3)-sind(a))/2
H= A/(2*%pi)
//RESULTS
printf ('hydraulic mean depth = %.3f ft ',H)
|
e2f2af9f811ec909111ae8010aded3696426d885 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set7/s_Electronics_Devices_And_Circuits_G._S._N._Raju_2534.zip/Electronics_Devices_And_Circuits_G._S._N._Raju_2534/CH1/EX1.12/Ex1_12.sce | df24db616eab5278380846ac28ed398964ad7be0 | [] | 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 | 271 | sce | Ex1_12.sce | errcatch(-1,"stop");mode(2);//Ex1.12
n = 5*10^22//number of atoms in silicon/cm_cube
donors = 10^-7 //donor atoms
disp("n = "+string(n)+" /cm.cube")
disp("donors = "+string(donors))
disp("ND = "+string(n*donors)+" /cm.cube") //donor atom concentration
exit();
|
edee7d0c4f5afc86a9508f5e01de6a0d09bf679e | 6e257f133dd8984b578f3c9fd3f269eabc0750be | /ScilabFromTheoryToPractice/Programming/testoverloadingerror.sce | 4ade5c3cb4e6aaf89a29ed68ab01ebb4be37e913 | [] | no_license | markusmorawitz77/Scilab | 902ef1b9f356dd38ea2dbadc892fe50d32b44bd0 | 7c98963a7d80915f66a3231a2235010e879049aa | refs/heads/master | 2021-01-19T23:53:52.068010 | 2017-04-22T12:39:21 | 2017-04-22T12:39:21 | 89,051,705 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 84 | sce | testoverloadingerror.sce | x=1 // a real number
s='2' //a string
x+s // error since %s_a_c is undefined
|
2585dd4b13c392124eeea84b2bfacf6eec41f668 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1919/CH12/EX12.11/Ex12_11.sce | cafc8ed8764429941686284a25ad91e8e65effe7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 979 | sce | Ex12_11.sce |
// Theory and Problems of Thermodynamics
// Chapter 12
// Statistical Thermodynamics
// Example 11
clear ;clc;
//Given data
T = 300 // Temperature of paritcle crystal in K
TE = 175 // Einstein temperature of particle crystal in K
k = 1.38*1e-23 // boltzmann constant
h = 6.625*1e-34 // planck constant
N = 6.023*1e23 // number of atoms per mole
R = 8.314 // gas constant
// Calculations
v = TE*k/h // frequency of oscillations
q = exp(-TE/2/T)/(1-exp(-TE/T)) // particle partition function
// molar energy of crystal
u = 3/2*N*h*v + 3*R*T*((TE/T)/(exp(TE/T)-1))
// Output results
mprintf('frequency of oscillations of crystal = %4.4f E12 per second', v*1e-12)
mprintf('\n particle partition function of crystal = %4.4f ', q)
mprintf('\n molar energy of crystal = %4.3f kJ/mol', u*1e-3)
// computational error in textbook
|
dbcf0cef539a3991c24de09179bbfae64c2b4fa8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH1/EX1.6/1_06.sce | ec619a66bbaa3d7e97052a182fea331ebe4d6930 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 501 | sce | 1_06.sce | //Chapter 1, Problem 6
clc;
R1=10; //Resistance of R1 in ohms
R2=5; //Resistance of R2 in kilohms
R3=100*10^-3; //Resistance of R3 in ohms
G1=1/R1; //calculating conductance
G2=1/R2;
G3=1/R3;
printf("Conductance of a conductor of resistance 10 ohms = %f S \n\n\n",G1);
printf("Conductance of a conductor of resistance 5 k.ohms = %f mS \n\n\n",G2);
printf("Conductance of a conductor of resistance 100 miliohms = %f S \n\n\n",G3);
|
5147353e223771a37713b81aaa14ee19e94000c3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3516/CH20/EX20.8.4/Ex20_8d.sce | faaf31509f8795f484d21cf6c3c9f5bc1fdd3a9a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,496 | sce | Ex20_8d.sce | printf("\t example 20.8d \n");
printf("\t approximate values are mentioned in the book \n");
t1=70;
t2=300;
L=26; // in
B=12; // in
H=1; // in
c1=0.13
// specific gravity of cast iron is 7.2
printf("\t unsteady state \n");
m=(L*B*H*62.5*7.2/1728); // lb
printf("\t weight of plate : %.0f lb \n",m);
Q1=(m*c1*(t2-t1));
printf("\t heat : %.1e Btu \n",Q1);
printf("\t From Figure 20.25b for a black body the radiation is 1.5w/in^2.The radiation from the top is actually 110 per cent of this value, and from the bottom of the plate it is 55 per cent for an average of 82.5 per cent is taken \n");
Q2=(2*26*12*1.5*0.825/1000); // ke
printf("\t radiation loss : %.1f kw \n",Q2);
Qt=((Q1)/(3412))+(Q2);
printf("\t total requirement : %.1f kw \n",Qt);
printf("\t staedy state \n");
m2=70;
c2=0.22;
Qs=(m2*c2*(t2-t1));
printf("\t heat : %.2e Btu \n",Qs);
Ql=0.8; // kw
Qts=((Qs)/(3412))+(Ql);
printf("\t total requirement : %.2f kw \n",Qts);
printf("\t The steady state is controlling.The requirements are satisfied, by four 24-in. strip heaters, but the sheath temperature must now be checked. Since the temperature drop per unit flux density is 14 to 19F, assume an average of 16.5°F. For clamp-on strips 24 in. long the watts per square inch deliverable are 16 \n");
delt=(16*16.5);
printf("\t delt is : %.0f F \n",delt);
printf("\t The sheath temperature is then 300 + 264 = 564°F, which is satisfactory for steel sheathed elements with a 750F maximum. \n");
// end
|
cb6f5c91417867096b9820e7cc6b64957abda7df | 449d555969bfd7befe906877abab098c6e63a0e8 | /2168/CH15/EX15.1/Chapter15_example1.sce | f3d20efc8e9c1186569d3aaf3582e1d7be89fd87 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 332 | sce | Chapter15_example1.sce | clc
clear
//Input data
n=6//Number of cylinders
p=720//Horse power in h.p
N=180//Speed in r.p.m
f=250//Fuel rate in gm per horse power hour
//Calculations
w=(((f/1000)*p)/((N/2)*60*n))*1000//Weight of fuel per cycle in gm/cycle
//Outptut
printf('The quantity of fuel to be injected per cylinder is %3.2f gm/cycle',w)
|
ed9a4478198914697afb9d17c3a90ff5d3eef9d8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2705/CH19/EX19.2/Ex19_2.sce | 99dc20724d365c4da124551c3b56df195e74d661 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,013 | sce | Ex19_2.sce | clear;
clc;
disp('Example 19.2');
// aim : To determine
// (a) the partial pressures of the vapor and the dry air
// (b) the specific humidity of the mixture
// (c) the composition of the mixture
// Given values
phi = .65;// Relative humidity
T = 2733+20;// temperature, [K]
p = 100;// barometric pressure, [kN/m^2]
// solution
// (a)
// From the steam table at 20 C
pg = 2.34;// [kN/m^2]
ps = phi*pg;// partial pressure of vapor, [kN/m^2]
pa = p-ps;// partial pressure of dry air, [kN/m^2]
mprintf('\n (a) The partial pressure of vapor is = %f kN/m^2\n',ps);
mprintf('\n The partial pressure of dry air is = %f kN/m^2\n',pa);
// (b)
// from equation [15]
omega = .622*ps/(p-ps);// specific humidity of the mixture
mprintf('\n (b) The specific humidity of the mixture is = %f kg/kg dry air\n',omega);
// (c)
// using eqn [1] from section 19.2
y = 1/(1+omega);// composition of the mixture
mprintf('\n (c) The composition of the mixture is = %f\n',y);
// End
|
035ab10620b6bb2de087fff978005e0a53e67e4a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1322/CH24/EX24.9/214ex3.sce | 70397585e4ae2edcb903d4a21b83b5361cba1f1c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 248 | sce | 214ex3.sce |
//5th term of the series.1st term is 100 and common ratio(r) is 0.63
clear;
clc;
close;
// using the formula
//nth term=a*r^(n-1)
a=100;n=0.63;//given data
mprintf("\n the fifth term of the series is \n")
format(6)
term5=100*0.63^(5-1)
|
f0eabfd07fa3971718283aa6f58dc07cc44acd4a | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.5_20.tst | 46d159959581c1e5493775be188b3eba4dd40223 | [] | 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 | 34,033 | tst | bow.5_20.tst | 5 4:0.5 6:0.5 7:0.3333333333333333 8:0.25 12:0.5 20:0.5 21:0.2857142857142857 23:1.0 26:0.017241379310344827 38:1.0 48:1.0 49:0.015503875968992248 51:2.0 55:0.4 64:0.5 68:0.5 71:2.0 100:0.125 133:1.5 137:0.5 176:1.0 183:1.0 190:0.2 236:0.16666666666666666 366:1.0 383:0.5 407:1.0 483:1.0 611:1.0 647:1.0 879:1.0 982:1.0 1087:1.0 1113:2.0 1228:1.0 1233:1.0 1606:1.0 2257:1.0 3131:1.0 3259:1.0 3699:1.0 3899:1.0 4396:2.0 5427:1.0 5549:1.0 5550:1.0
5 4:2.0 7:0.3333333333333333 11:0.3333333333333333 12:0.25 20:1.0 21:0.14285714285714285 38:2.0 48:1.0 49:0.015503875968992248 51:1.0 64:0.16666666666666666 67:0.2 68:0.5 87:0.5 95:1.0 127:1.0 134:0.3333333333333333 135:1.0 158:0.3333333333333333 288:0.3333333333333333 355:0.5 383:0.5 442:1.0 541:1.0 550:0.5 571:1.0 641:1.0 1138:1.0 1345:1.0 1493:1.0 2357:1.0 3259:1.0 3426:1.0 5240:1.0
5 4:1.0 6:0.25 12:0.25 20:0.5 21:0.42857142857142855 23:1.0 26:0.017241379310344827 38:1.0 42:0.5 44:1.0 54:0.5 55:0.1 74:1.0 127:1.0 170:1.0 288:0.3333333333333333 435:1.0 1354:1.0
5 4:0.5 7:0.3333333333333333 9:0.3333333333333333 21:0.2857142857142857 23:4.0 42:0.5 49:0.015503875968992248 51:1.0 54:0.5 55:0.3 68:0.5 71:1.0 87:0.5 137:0.5 241:1.0 269:1.0 333:1.0 397:1.0 490:1.0 638:1.0 762:2.0 1285:1.0 2075:1.0 2224:1.0 3013:1.0 3259:1.0 4088:1.0
5 4:0.5 6:0.5 12:0.75 21:0.14285714285714285 23:2.0 49:0.007751937984496124 51:1.0 55:0.2 62:0.25 71:2.0 80:1.0 93:0.1 121:0.01639344262295082 122:1.0 126:0.5 136:1.0 147:1.0 247:1.0 331:0.5 424:1.0 667:1.0 925:1.0 1249:1.0 1340:1.0 1361:1.0 2760:1.0 2967:1.0 3517:1.0 3591:1.0
5 12:0.25 15:0.14285714285714285 17:0.14285714285714285 19:0.045454545454545456 20:2.0 21:0.14285714285714285 23:3.0 45:1.0 46:0.047619047619047616 48:1.0 49:0.007751937984496124 51:1.0 64:0.16666666666666666 71:3.0 75:0.5 88:1.0 112:1.0 121:0.01639344262295082 126:1.0 148:0.3333333333333333 178:1.0 250:1.0 261:1.0 303:0.5 331:0.5 534:1.0 650:1.0 781:1.0 1529:1.0 2399:1.0 2798:1.0 2811:1.0 3031:1.0 3137:1.0 3186:0.5 3241:1.0
5 4:3.0 5:0.09090909090909091 7:0.3333333333333333 9:0.6666666666666666 12:0.25 14:1.0 15:0.14285714285714285 20:0.5 21:0.14285714285714285 23:4.0 24:0.14285714285714285 49:0.007751937984496124 51:1.0 54:0.5 55:0.2 71:1.0 79:0.5 98:0.5 121:0.01639344262295082 127:1.0 137:0.5 175:1.0 176:1.0 185:1.0 188:1.0 197:1.0 236:0.5 251:1.0 278:0.5 284:1.0 288:0.3333333333333333 503:1.0 519:0.5 537:1.0 548:3.0 550:0.5 664:0.6666666666666666 746:1.0 814:1.0 3272:1.0 5103:1.0
5 4:2.0 6:1.0 7:0.6666666666666666 8:0.25 12:0.25 15:0.14285714285714285 19:0.045454545454545456 20:0.5 23:1.0 38:1.0 48:1.0 49:0.007751937984496124 51:1.0 63:1.0 93:0.1 112:3.0 121:0.01639344262295082 126:0.5 175:1.0 196:1.0 278:0.5 281:0.3333333333333333 289:0.14285714285714285 292:0.16666666666666666 296:1.0 354:0.3333333333333333 379:0.5 383:0.5 386:1.0 397:1.0 449:1.0 548:1.0 564:1.0 651:1.0 938:1.0 1245:1.0 1622:1.0 1703:1.0 2013:1.0 2380:1.0 2995:0.5 4878:1.0
5 4:2.5 6:0.25 7:0.3333333333333333 19:0.045454545454545456 20:0.5 21:0.14285714285714285 48:1.0 98:0.125 100:0.25 121:0.01639344262295082 289:0.14285714285714285 303:0.5 315:1.0 316:0.16666666666666666 483:0.5 745:1.0 857:1.0 1026:1.0 1060:1.0
5 4:1.0 5:0.09090909090909091 7:0.3333333333333333 11:0.3333333333333333 12:0.25 20:0.5 21:0.14285714285714285 23:1.0 42:0.5 48:2.0 49:0.007751937984496124 51:1.0 55:0.1 62:0.25 63:1.0 64:0.16666666666666666 71:1.0 87:0.5 98:0.25 100:0.125 112:1.0 113:1.0 158:0.3333333333333333 175:1.0 176:1.0 182:0.5 218:2.0 269:2.0 293:0.5 442:1.0 626:1.0 641:1.0 657:1.0 862:1.0 1060:1.0 1721:1.0 2143:1.0 2311:1.0
5 4:1.5 5:0.09090909090909091 6:0.25 8:0.25 23:5.0 48:2.0 49:0.007751937984496124 51:1.0 55:0.3 62:0.25 78:1.0 80:1.0 88:2.0 98:0.375 101:0.5 121:0.01639344262295082 134:0.16666666666666666 141:0.2 158:0.3333333333333333 175:1.0 182:1.0 187:1.0 188:2.0 240:1.0 280:1.0 315:1.0 331:0.5 695:1.0 762:1.0 1060:1.0 1161:1.0 1170:1.0 3176:1.0 3856:1.0 3949:1.0 3988:1.0
5 4:0.5 5:0.09090909090909091 7:1.0 8:0.25 9:0.3333333333333333 12:0.25 21:0.2857142857142857 23:3.0 26:0.017241379310344827 38:1.0 49:0.007751937984496124 51:1.0 55:0.1 84:1.0 95:1.0 98:0.25 102:1.0 197:1.0 211:1.0 298:0.3333333333333333 534:1.0 550:0.5 561:1.0 1118:1.0 1251:1.0 1490:1.0
5 6:0.25 7:0.6666666666666666 12:0.5 18:0.3333333333333333 21:0.14285714285714285 23:4.0 26:0.017241379310344827 44:2.0 48:1.0 49:0.007751937984496124 51:1.0 62:0.75 64:0.3333333333333333 71:1.0 112:3.0 121:0.04918032786885246 127:1.0 134:0.16666666666666666 136:1.0 173:0.5 198:1.0 205:1.0 331:0.5 339:1.0 386:1.0 397:1.0 424:1.0 457:0.5 550:0.5 559:1.0 862:1.0 1166:1.0 2211:1.0
5 4:2.0 7:0.3333333333333333 8:0.25 21:0.14285714285714285 23:1.0 41:1.0 62:0.25 73:1.0 96:0.16666666666666666 127:1.0 141:0.2 181:0.25 274:1.0 513:1.0 621:1.0 1317:1.0 1634:1.0 2416:1.0 2632:1.0
5 4:1.5 5:0.09090909090909091 8:0.5 9:0.3333333333333333 12:0.5 20:0.5 21:0.14285714285714285 23:2.0 26:0.017241379310344827 38:1.0 40:0.5 46:0.047619047619047616 48:2.0 54:0.5 55:0.2 62:0.5 64:0.16666666666666666 70:0.5 101:0.5 110:1.0 121:0.01639344262295082 127:1.0 136:1.0 176:1.0 178:1.0 182:1.0 198:1.0 209:1.0 265:1.0 366:1.0 424:1.0 494:1.0 982:1.0 995:1.0 1030:1.0 1117:1.0 1340:1.0 1488:1.0 2099:1.0 2319:1.0 3161:1.0 3165:1.0 5111:1.0
5 4:1.5 7:0.3333333333333333 23:1.0 100:0.125 115:0.1 116:0.14285714285714285 121:0.01639344262295082 255:1.0 390:0.5 3728:1.0
5 4:1.5 17:0.14285714285714285 20:0.5 21:0.2857142857142857 26:0.017241379310344827 40:0.5 42:0.5 43:0.3333333333333333 55:0.2 73:1.0 152:0.5 201:0.5 1481:1.0 2211:1.0
5 4:1.0 5:0.09090909090909091 6:0.25 7:0.3333333333333333 8:0.25 9:0.3333333333333333 12:0.5 15:0.14285714285714285 21:0.14285714285714285 23:4.0 24:0.14285714285714285 26:0.017241379310344827 42:0.5 48:1.0 88:1.0 142:0.5 183:1.0 188:1.0 194:1.0 251:1.0 331:0.5 476:1.0 1227:1.0 1234:1.0 1580:1.0 2635:1.0 4841:1.0
5 4:0.5 5:0.09090909090909091 7:0.3333333333333333 23:1.0 38:1.0 98:0.125 115:0.1 116:0.14285714285714285 397:1.0 513:1.0 519:0.5 1634:1.0 2017:0.5 2553:1.0
5 4:1.5 7:0.3333333333333333 11:0.3333333333333333 15:0.14285714285714285 20:0.5 21:0.2857142857142857 24:0.14285714285714285 26:0.034482758620689655 49:0.007751937984496124 51:1.0 54:0.5 55:0.1 87:0.5 98:0.125 121:0.01639344262295082 141:0.2 176:1.0 250:1.0 251:2.0 331:0.5 418:1.0 483:0.5 647:1.0 803:1.0 871:1.0 925:1.0 2812:1.0 2989:1.0
5 4:1.5 17:0.14285714285714285 20:1.0 23:4.0 48:1.0 49:0.015503875968992248 51:2.0 55:0.3 75:0.5 134:0.3333333333333333 149:0.3333333333333333 156:1.0 158:0.3333333333333333 379:1.0 490:1.0 669:0.3333333333333333 1079:1.0 1128:1.0 1496:1.0 1669:0.5 2080:1.0 2082:1.0 2085:1.0 2158:1.0 2684:1.0 2972:1.0 2982:1.0 3005:1.0 3212:1.0 3213:1.0 3657:1.0 3855:1.0 4315:1.0 4553:1.0
5 4:1.0 7:0.3333333333333333 8:0.25 12:0.25 20:0.5 21:0.14285714285714285 23:2.0 38:2.0 48:2.0 49:0.015503875968992248 51:1.0 55:0.4 58:0.14285714285714285 64:0.3333333333333333 93:0.1 112:2.0 137:1.0 197:1.0 265:1.0 292:0.16666666666666666 383:0.5 387:1.0 729:1.0 821:1.0 854:1.0 910:1.0 1031:1.0 1270:1.0 1455:1.0 1833:1.0 1896:1.0 2766:1.0 2871:2.0 4600:1.0 5701:0.5
5 4:1.0 6:0.5 7:0.3333333333333333 12:0.5 17:0.14285714285714285 20:1.0 21:0.14285714285714285 23:2.0 46:0.047619047619047616 48:2.0 49:0.015503875968992248 51:2.0 54:0.5 55:0.1 62:0.25 64:0.3333333333333333 71:1.0 97:0.3333333333333333 98:0.125 112:1.0 117:0.2 121:0.01639344262295082 122:1.0 134:0.16666666666666666 205:1.0 246:1.0 331:1.0 379:0.5 401:0.5 413:1.0 424:1.0 502:1.0 506:1.0 715:1.0 823:1.0 1000:0.5 1323:1.0 1415:3.0 1562:1.0 2420:1.0 2553:1.0 2692:1.0 3248:0.5 4600:1.0 4732:1.0 5096:1.0
5 4:1.5 6:0.5 7:0.3333333333333333 12:1.0 20:1.0 23:2.0 24:0.14285714285714285 42:0.5 48:1.0 49:0.015503875968992248 51:1.0 55:0.2 64:0.3333333333333333 68:0.5 71:2.0 76:1.0 97:0.3333333333333333 112:1.0 134:0.16666666666666666 153:0.5 289:0.14285714285714285 292:0.16666666666666666 300:1.0 320:1.0 356:1.0 366:1.0 401:0.5 534:1.0 571:1.0 621:1.0 1061:1.0 1421:1.0 1562:1.0 1623:1.0 1928:1.0 2222:2.0 4727:1.0
5 4:2.5 6:0.25 11:0.3333333333333333 12:0.75 15:0.14285714285714285 17:0.2857142857142857 20:0.5 23:2.0 48:1.0 49:0.015503875968992248 51:2.0 57:1.0 71:1.0 85:1.0 93:0.1 98:0.125 100:0.125 121:0.01639344262295082 179:1.0 194:1.0 437:1.0 442:1.0 541:1.0 543:1.0 559:1.0 561:1.0 701:1.0 875:1.0 992:1.0 1582:1.0 2024:1.0 2106:1.0 3830:1.0
5 4:1.0 7:0.3333333333333333 8:1.75 11:0.3333333333333333 12:1.25 20:0.5 23:3.0 38:1.0 48:1.0 49:0.015503875968992248 51:3.0 54:0.5 55:0.2 64:0.3333333333333333 71:1.0 73:1.0 88:1.0 112:1.0 115:0.1 116:0.14285714285714285 129:1.0 141:0.2 154:0.3333333333333333 158:0.3333333333333333 176:1.0 219:1.0 231:1.0 289:0.14285714285714285 353:1.0 386:1.0 439:1.0 453:1.0 641:1.0 682:1.0 1063:1.0 1270:1.0 1562:1.0 1708:1.0 3122:1.0 4706:1.0
5 4:1.5 7:0.3333333333333333 12:0.25 19:0.045454545454545456 24:0.14285714285714285 49:0.015503875968992248 51:2.0 55:0.2 66:1.0 71:2.0 110:1.0 131:0.5 134:0.16666666666666666 158:0.3333333333333333 175:1.0 176:1.0 215:0.2 385:1.0 401:0.5 442:3.0 616:1.0 937:1.0 1667:1.0 2695:1.0 3047:1.0 4553:1.0 5455:1.0 5703:1.0
5 4:1.0 6:0.25 8:0.25 20:0.5 21:0.14285714285714285 23:3.0 24:0.14285714285714285 26:0.017241379310344827 38:2.0 42:0.5 43:0.3333333333333333 48:1.0 49:0.007751937984496124 51:1.0 55:0.2 62:0.25 83:1.0 104:1.0 134:0.16666666666666666 137:0.5 175:1.0 179:2.0 180:1.0 197:1.0 203:0.3333333333333333 250:1.0 255:1.0 279:0.3333333333333333 314:1.0 550:0.5 616:1.0 1046:1.0 1081:1.0 1153:1.0 3047:1.0 3076:1.0 3832:1.0 4771:1.0
5 4:1.5 11:0.3333333333333333 12:0.25 15:0.2857142857142857 19:0.045454545454545456 20:1.5 21:0.2857142857142857 23:1.0 24:0.14285714285714285 26:0.017241379310344827 49:0.007751937984496124 51:1.0 55:0.1 58:0.2857142857142857 74:1.0 75:0.5 96:0.16666666666666666 101:0.5 121:0.01639344262295082 126:0.5 194:1.0 198:1.0 202:0.25 236:0.16666666666666666 269:1.0 401:0.5 490:1.0 774:1.0 1184:1.0 1253:1.0 1375:1.0 1902:1.0 2216:1.0 2462:1.0 2981:1.0
5 4:2.0 7:0.3333333333333333 12:0.5 18:0.3333333333333333 20:1.5 21:0.14285714285714285 23:1.0 24:0.14285714285714285 26:0.017241379310344827 48:2.0 49:0.015503875968992248 51:2.0 55:0.3 58:0.14285714285714285 64:0.16666666666666666 141:0.4 154:0.6666666666666666 175:1.0 180:1.0 181:0.25 197:1.0 251:1.0 281:0.3333333333333333 347:1.0 359:1.0 401:0.5 451:1.0 483:0.5 519:0.5 1539:1.0 1580:1.0 3132:1.0 3873:1.0
5 7:0.6666666666666666 20:0.5 21:0.14285714285714285 23:1.0 26:0.017241379310344827 40:0.5 47:1.0 48:1.0 49:0.007751937984496124 51:1.0 55:0.2 62:0.25 71:1.0 73:1.0 136:1.0 141:0.2 154:0.3333333333333333 199:1.0 281:0.3333333333333333 366:1.0 479:1.0 517:1.0 550:0.5 956:1.0 1149:1.0 1782:1.0 2453:1.0 2989:1.0
5 4:1.0 7:0.6666666666666666 8:0.5 11:0.3333333333333333 12:0.25 19:0.045454545454545456 20:1.5 23:3.0 24:0.14285714285714285 25:1.0 48:1.0 49:0.007751937984496124 51:1.0 54:0.5 55:0.3 98:0.125 121:0.03278688524590164 139:1.0 141:0.2 158:0.3333333333333333 162:1.0 198:1.0 201:0.5 280:1.0 333:1.0 451:1.0 1037:1.0 1093:1.0 1269:0.5 2307:1.0 2553:1.0 2743:1.0
5 4:1.0 21:0.14285714285714285 23:1.0 26:0.017241379310344827 48:1.0 98:0.125 176:1.0 331:1.0 529:0.25 543:1.0 669:0.6666666666666666 2063:1.0 2380:1.0
5 4:1.0 11:0.3333333333333333 15:0.14285714285714285 20:1.5 21:0.14285714285714285 23:2.0 24:0.14285714285714285 26:0.017241379310344827 44:1.0 48:1.0 49:0.007751937984496124 51:1.0 55:0.1 78:1.0 80:1.0 93:0.1 98:0.125 126:0.5 127:1.0 135:1.0 137:0.5 158:0.3333333333333333 179:1.0 198:1.0 218:1.0 449:1.0 537:3.0 550:0.5 679:1.0 746:1.0 908:1.0 952:1.0 1251:1.0 1391:1.0 1636:1.0 2418:1.0 3625:1.0
5 4:1.0 7:0.3333333333333333 8:0.75 11:0.6666666666666666 12:0.75 20:0.5 23:5.0 24:0.2857142857142857 48:2.0 49:0.015503875968992248 51:2.0 62:0.25 64:0.3333333333333333 71:1.0 98:0.25 122:1.0 129:1.0 133:0.5 181:0.25 199:1.0 218:1.0 279:0.3333333333333333 312:1.0 315:1.0 331:0.5 354:0.3333333333333333 385:1.0 410:1.0 439:1.0 483:0.5 493:1.0 611:1.0 623:1.0 629:1.0 657:1.0 695:1.0 814:1.0 1136:1.0 1309:1.0 1351:1.0 1525:1.0 1652:1.0 1782:1.0 1834:1.0 2029:0.5 2431:1.0
5 4:1.5 5:0.09090909090909091 8:0.25 12:0.25 18:0.3333333333333333 19:0.045454545454545456 20:0.5 21:0.42857142857142855 23:1.0 26:0.017241379310344827 48:1.0 49:0.007751937984496124 51:2.0 55:0.1 68:0.5 71:2.0 93:0.1 121:0.01639344262295082 134:0.16666666666666666 147:1.0 181:0.25 198:1.0 279:0.6666666666666666 307:1.0 316:0.16666666666666666 446:0.5 493:1.0 682:1.0 740:1.0 2106:1.0 3595:1.0
5 4:2.0 5:0.09090909090909091 6:0.25 7:0.3333333333333333 8:0.25 12:0.5 15:0.14285714285714285 20:0.5 21:0.14285714285714285 23:2.0 24:0.2857142857142857 26:0.017241379310344827 48:1.0 49:0.007751937984496124 51:1.0 58:0.14285714285714285 64:0.16666666666666666 71:1.0 83:1.0 88:1.0 101:0.5 121:0.01639344262295082 126:0.5 158:0.3333333333333333 179:1.0 197:1.0 308:1.0 460:1.0 550:0.5 612:1.0 849:1.0 864:1.0 1187:1.0 1188:1.0 1525:1.0 1631:1.0 2012:1.0 2080:1.0 2447:1.0 2749:1.0 3690:1.0
5 4:1.5 6:0.25 12:0.5 17:0.14285714285714285 19:0.09090909090909091 20:0.5 48:1.0 49:0.007751937984496124 51:1.0 67:0.2 96:0.16666666666666666 112:1.0 149:0.3333333333333333 158:0.3333333333333333 194:1.0 248:1.0 315:1.0 534:1.0 548:1.0 1166:1.0 1187:1.0 1202:1.0 1568:1.0 1824:1.0 1918:1.0 1968:1.0 3111:1.0 4192:1.0 4878:1.0
5 4:0.5 6:0.25 7:0.6666666666666666 20:0.5 21:0.2857142857142857 23:4.0 26:0.017241379310344827 38:1.0 45:1.0 49:0.007751937984496124 51:1.0 64:0.16666666666666666 71:1.0 77:1.0 78:1.0 79:0.5 80:1.0 98:0.25 117:0.2 135:1.0 176:1.0 199:1.0 203:0.6666666666666666 241:1.0 285:1.0 331:0.5 397:1.0 476:1.0 519:0.5 524:0.5 530:1.0 550:0.5 1246:1.0 1985:1.0 2128:1.0
5 4:2.0 9:0.3333333333333333 12:0.25 20:0.5 21:0.14285714285714285 23:2.0 24:0.14285714285714285 42:0.5 48:2.0 49:0.007751937984496124 51:1.0 71:1.0 80:1.0 120:0.2 125:0.3333333333333333 182:0.5 203:0.3333333333333333 241:1.0 249:1.0 265:1.0 333:1.0 431:0.3333333333333333 483:0.5 493:1.0 524:0.5 621:1.0 675:1.0 740:1.0 1143:1.0 1554:1.0
5 4:2.5 7:0.3333333333333333 8:0.25 9:0.3333333333333333 15:0.14285714285714285 23:2.0 55:0.3 62:0.25 64:0.16666666666666666 73:1.0 117:0.2 121:0.01639344262295082 127:1.0 131:0.5 134:0.16666666666666666 218:1.0 236:0.16666666666666666 331:0.5 446:0.5 878:1.0 1144:1.0 1212:1.0 1595:1.0 1603:2.0 1828:1.0 1969:1.0 3723:1.0 5219:1.0 5302:1.0
5 4:0.5 12:0.25 17:0.14285714285714285 21:0.2857142857142857 23:2.0 26:0.017241379310344827 62:0.5 88:1.0 121:0.01639344262295082 127:1.0 203:0.3333333333333333 307:1.0 446:0.5 449:1.0 543:1.0 2063:1.0
5 4:1.5 6:0.25 7:0.6666666666666666 9:0.3333333333333333 19:0.045454545454545456 20:1.0 21:0.14285714285714285 23:2.0 44:1.0 46:0.047619047619047616 48:1.0 55:0.1 98:0.125 117:0.2 121:0.03278688524590164 126:0.5 141:0.2 356:1.0 503:1.0 550:0.5 682:1.0 814:1.0 929:1.0 989:1.0 1499:1.0 1500:1.0 2592:1.0
5 4:1.0 5:0.09090909090909091 12:0.25 17:0.2857142857142857 19:0.045454545454545456 20:1.0 21:0.14285714285714285 23:2.0 93:0.1 98:0.125 100:0.125 147:1.0 183:1.0 201:0.5 218:1.0 285:1.0 424:1.0 487:1.0 499:1.0 1464:1.0
5 4:2.5 6:0.5 8:0.25 12:0.25 15:0.14285714285714285 17:0.14285714285714285 21:0.14285714285714285 22:1.0 23:1.0 24:0.14285714285714285 46:0.047619047619047616 48:1.0 49:0.007751937984496124 51:1.0 55:0.1 64:0.16666666666666666 71:1.0 93:0.1 117:0.2 137:1.0 210:0.5 255:1.0 315:1.0 316:0.16666666666666666 488:1.0 592:1.0 640:1.0 830:1.0 871:1.0 1011:1.0 1046:1.0 3156:1.0 5551:1.0
5 4:1.5 8:0.25 12:0.75 20:2.0 21:0.42857142857142855 23:3.0 24:0.14285714285714285 44:1.0 48:2.0 49:0.007751937984496124 51:1.0 55:0.2 62:0.25 64:0.3333333333333333 71:1.0 98:0.125 100:0.125 121:0.01639344262295082 134:0.16666666666666666 141:0.4 153:0.5 162:1.0 183:1.0 190:0.2 210:0.5 285:1.0 427:1.0 457:0.5 479:1.0 483:0.5 534:1.0 537:1.0 641:1.0 664:0.6666666666666666 740:1.0 890:1.0 1084:1.0 1179:1.0 1375:1.0 1525:1.0 1790:1.0 2157:1.0 2207:1.0 2577:1.0 3349:1.0
5 4:1.0 5:0.09090909090909091 11:0.3333333333333333 12:0.25 20:1.5 21:0.14285714285714285 26:0.017241379310344827 38:2.0 49:0.007751937984496124 51:1.0 55:0.1 75:0.5 101:0.5 112:1.0 147:1.0 158:0.3333333333333333 366:1.0 367:1.0 601:0.5 1369:1.0 1579:1.0 1708:1.0 1790:1.0 1827:1.0 1831:1.0 5426:1.0
5 4:1.5 5:0.09090909090909091 8:0.5 12:0.25 20:0.5 21:0.14285714285714285 23:1.0 24:0.14285714285714285 49:0.007751937984496124 55:0.1 67:0.2 68:0.5 73:1.0 84:1.0 112:1.0 121:0.01639344262295082 126:0.5 203:0.3333333333333333 250:1.0 519:0.5 765:1.0 811:1.0 1071:1.0 1344:1.0 1890:0.5 2967:1.0
5 4:0.5 6:0.25 7:0.3333333333333333 11:0.3333333333333333 20:0.5 21:0.42857142857142855 23:2.0 26:0.017241379310344827 44:1.0 48:1.0 49:0.007751937984496124 51:1.0 74:1.0 99:1.0 112:2.0 121:0.06557377049180328 133:0.5 142:0.5 185:1.0 241:1.0 279:0.3333333333333333 281:0.3333333333333333 331:1.5 401:0.5 405:1.0 424:1.0 471:1.0 530:1.0 534:1.0 664:0.3333333333333333 892:1.0 1049:1.0 1144:1.0 1375:1.0 1415:1.0 1595:1.0 1992:1.0 2257:1.0 2470:1.0 3575:1.0
5 4:0.5 8:0.25 11:0.3333333333333333 15:0.14285714285714285 20:0.5 23:2.0 49:0.007751937984496124 51:1.0 71:2.0 73:1.0 75:0.5 117:0.2 136:1.0 141:0.2 176:1.0 185:1.0 190:0.2 196:1.0 255:1.0 274:1.0 281:0.3333333333333333 401:0.5 477:1.0 548:1.0 549:1.0 1066:1.0 1149:1.0 1278:1.0 1686:1.0 2231:1.0 3241:1.0 3242:1.0
5 4:1.5 19:0.045454545454545456 21:0.14285714285714285 23:2.0 26:0.017241379310344827 55:0.1 92:1.0 98:0.125 100:0.125 121:0.01639344262295082 122:1.0 123:1.0 205:1.0 236:0.16666666666666666 289:0.2857142857142857 872:2.0 908:1.0
5 4:0.5 17:0.14285714285714285 19:0.045454545454545456 20:1.0 21:0.14285714285714285 23:3.0 47:1.0 88:1.0 92:1.0 117:0.2 121:0.03278688524590164 126:0.5 148:0.5 331:1.0
5 4:0.5 19:0.045454545454545456 20:1.0 21:0.14285714285714285 23:1.0 34:1.0 35:1.0 42:0.5 55:0.1 134:0.16666666666666666 148:0.3333333333333333 210:0.5 417:1.0 907:1.0 2525:1.0 2690:1.0
5 4:1.0 19:0.09090909090909091 20:0.5 21:0.42857142857142855 23:1.0 26:0.017241379310344827 42:0.5 115:0.1 116:0.14285714285714285
5 4:1.5 5:0.09090909090909091 9:0.3333333333333333 12:0.25 19:0.045454545454545456 21:0.14285714285714285 26:0.017241379310344827 43:0.3333333333333333 62:0.25 84:1.0 258:1.0 529:0.25
5 4:0.5 19:0.045454545454545456 20:0.5 21:0.42857142857142855 23:2.0 26:0.034482758620689655 121:0.01639344262295082 124:0.5 133:0.5 134:0.16666666666666666 135:1.0 136:1.0 1122:0.5 1718:1.0
5 4:1.0 5:0.09090909090909091 15:0.14285714285714285 21:0.14285714285714285 23:4.0 26:0.017241379310344827 33:1.0 38:1.0 121:0.03278688524590164 126:0.5 134:0.16666666666666666 144:1.0 149:0.3333333333333333 314:2.0 462:1.0 1074:1.0
5 4:1.5 21:0.14285714285714285 23:1.0 26:0.017241379310344827 48:1.0 62:0.25 63:1.0 137:0.5 148:0.3333333333333333 331:0.5 451:1.0 464:1.0 541:1.0 563:1.0 1122:0.5 1128:1.0 1415:1.0
5 4:1.5 5:0.09090909090909091 14:1.0 21:0.2857142857142857 23:1.0 26:0.017241379310344827 40:0.5 67:0.2 68:0.5 73:1.0 126:0.5 154:0.3333333333333333 202:0.5 246:1.0 278:0.5 507:1.0 1603:1.0 4770:1.0
5 4:1.0 5:0.09090909090909091 15:0.14285714285714285 20:0.5 23:1.0 54:0.5 96:0.16666666666666666 126:0.5 127:1.0 149:0.3333333333333333 214:1.0 289:0.14285714285714285 355:0.5 424:1.0 513:1.0 1455:1.0 2040:1.0
5 4:1.0 21:0.14285714285714285 23:1.0 26:0.017241379310344827 38:1.0 70:0.5 194:1.0 289:0.14285714285714285 298:0.3333333333333333 424:1.0 1144:1.0 3481:1.0
5 4:1.5 17:0.14285714285714285 24:0.14285714285714285 63:1.0 98:0.25 144:1.0 188:1.0 249:1.0 289:0.2857142857142857 307:1.0 446:0.5 513:1.0 1313:1.0 1363:1.0 1364:1.0 1487:1.0 2748:1.0
5 4:1.0 6:0.25 7:1.0 9:0.3333333333333333 12:0.25 21:0.14285714285714285 23:1.0 48:1.0 49:0.007751937984496124 51:1.0 62:0.25 71:1.0 93:0.1 121:0.01639344262295082 133:0.5 134:0.16666666666666666 136:1.0 175:1.0 176:1.0 202:0.25 316:0.16666666666666666 390:0.5 655:1.0 1405:0.5
5 4:1.0 9:0.3333333333333333 11:0.3333333333333333 19:0.09090909090909091 20:0.5 21:0.14285714285714285 23:3.0 38:1.0 49:0.007751937984496124 51:1.0 55:0.1 64:0.3333333333333333 80:1.0 98:0.125 115:0.1 116:0.14285714285714285 137:0.5 200:1.0 201:0.5 288:0.3333333333333333 292:0.16666666666666666 320:1.0 386:1.0 413:1.0 424:1.0 468:1.0 476:1.0 612:1.0 621:1.0 1194:1.0 1197:1.0 2106:1.0 3049:1.0 3051:1.0
5 4:1.5 11:0.3333333333333333 15:0.14285714285714285 20:0.5 21:0.14285714285714285 23:2.0 24:0.14285714285714285 40:0.5 42:0.5 49:0.007751937984496124 51:1.0 55:0.1 62:0.25 71:1.0 88:1.0 93:0.1 125:0.3333333333333333 156:1.0 197:1.0 202:0.25 231:1.0 281:0.3333333333333333 350:0.5 451:1.0 513:1.0 908:1.0 952:1.0 1408:1.0 2040:1.0 2081:1.0 2935:1.0
5 4:1.0 6:0.25 7:0.3333333333333333 17:0.14285714285714285 20:0.5 21:0.14285714285714285 26:0.017241379310344827 49:0.007751937984496124 54:0.5 71:1.0 84:1.0 93:0.1 99:1.0 121:0.01639344262295082 136:1.0 137:0.5 202:0.25 231:1.0 287:1.0 390:0.5 1270:1.0 2191:1.0 4889:2.0
5 4:1.0 6:0.5 8:0.25 15:0.14285714285714285 21:0.14285714285714285 23:1.0 45:1.0 47:1.0 48:2.0 49:0.007751937984496124 51:1.0 55:0.2 64:0.16666666666666666 74:1.0 88:1.0 96:0.16666666666666666 98:0.125 134:0.16666666666666666 175:1.0 188:1.0 212:0.5 284:1.0 460:1.0 548:1.0 549:1.0 662:1.0 952:1.0 1351:1.0 1448:1.0 2484:1.0 2691:1.0 2898:1.0 3176:1.0
5 4:1.0 8:0.5 15:0.14285714285714285 17:0.14285714285714285 19:0.045454545454545456 20:0.5 21:0.5714285714285714 23:3.0 26:0.017241379310344827 38:2.0 49:0.007751937984496124 51:1.0 55:0.1 68:0.5 88:1.0 98:0.125 165:1.0 176:1.0 188:1.0 194:1.0 202:0.25 241:1.0 255:1.0 296:1.0 308:1.0 331:0.5 370:1.0 390:0.5 437:1.0 536:1.0 566:1.0 652:1.0 877:1.0 991:1.0 1346:1.0 1509:1.0 1793:1.0 1863:1.0 2714:1.0 2967:1.0 3481:1.0 4128:1.0 5040:1.0
5 4:2.5 6:0.25 7:0.3333333333333333 8:0.25 15:0.14285714285714285 20:2.0 23:2.0 48:1.0 49:0.015503875968992248 51:2.0 55:0.2 97:0.3333333333333333 100:0.125 115:0.1 121:0.01639344262295082 134:0.16666666666666666 137:0.5 141:0.2 153:1.0 154:0.3333333333333333 158:0.3333333333333333 175:1.0 176:1.0 180:1.0 200:1.0 210:0.5 264:1.0 284:1.0 333:1.0 366:1.0 424:1.0 641:1.0 652:1.0 653:0.5 682:1.0 814:1.0 890:1.0 903:1.0 1087:1.0 1278:1.0 1341:1.0 1389:0.3333333333333333 1536:1.0 1620:1.0 2238:0.2 2692:1.0 3122:1.0 4248:1.0 5516:1.0
5 4:1.0 6:0.25 7:0.3333333333333333 12:0.25 20:0.5 21:0.14285714285714285 23:3.0 26:0.017241379310344827 38:1.0 49:0.015503875968992248 51:2.0 55:0.2 80:1.0 88:1.0 98:0.125 100:0.125 101:0.5 112:1.0 121:0.03278688524590164 122:1.0 132:1.0 139:1.0 149:0.3333333333333333 176:1.0 192:1.0 195:1.0 231:2.0 331:1.0 333:1.0 366:2.0 483:0.5 566:1.0 697:1.0 890:1.0 1060:1.0 1536:1.0 1577:1.0 2041:1.0 3960:1.0 4299:1.0
5 4:0.5 6:0.25 7:0.3333333333333333 12:1.0 23:5.0 24:0.14285714285714285 48:5.0 49:0.023255813953488372 51:2.0 55:0.3 71:2.0 88:1.0 98:0.125 114:1.0 134:0.16666666666666666 137:1.0 158:0.3333333333333333 159:0.5 236:0.16666666666666666 251:1.0 269:1.0 331:0.5 383:0.5 537:2.0 596:1.0 641:1.0 662:1.0 675:1.0 679:1.0 800:1.0 1189:1.0 1569:1.0 1575:1.0 1576:1.0 1603:1.0 2963:1.0 3074:1.0 3105:2.0 3212:1.0 3444:1.0 4981:1.0 5034:1.0
5 4:1.5 6:0.25 8:0.25 11:0.3333333333333333 12:0.5 15:0.42857142857142855 20:1.0 21:0.14285714285714285 22:1.0 23:4.0 24:0.42857142857142855 48:2.0 49:0.015503875968992248 51:2.0 55:0.2 68:0.5 71:1.0 88:2.0 98:0.25 112:1.0 129:1.0 141:0.2 158:0.3333333333333333 180:1.0 198:1.0 201:0.5 203:0.6666666666666666 250:1.0 265:1.0 281:0.3333333333333333 283:1.0 289:0.14285714285714285 292:0.16666666666666666 331:1.0 397:1.0 424:1.0 499:1.0 506:1.0 814:1.0 1016:0.5 1048:1.0 1130:1.0 1149:1.0 2160:1.0 2816:1.0 3087:1.0 3525:1.0 5525:1.0
5 4:0.5 6:0.25 7:0.3333333333333333 8:0.25 11:0.3333333333333333 12:1.0 15:0.14285714285714285 19:0.045454545454545456 20:1.0 21:0.14285714285714285 23:5.0 24:0.14285714285714285 49:0.015503875968992248 51:2.0 55:0.3 64:0.16666666666666666 68:0.5 71:1.0 78:1.0 88:1.0 95:1.0 121:0.03278688524590164 125:0.3333333333333333 136:1.0 137:1.0 141:0.2 212:0.5 236:0.16666666666666666 248:1.0 331:0.5 343:1.0 471:1.0 646:1.0 652:1.0 703:1.0 1136:1.0 1417:1.0 1489:1.0 1820:1.0 2074:1.0 2158:1.0 2475:1.0 2869:1.0 3042:1.0 3045:1.0 3212:1.0 3660:1.0
5 4:1.5 6:0.25 11:0.3333333333333333 12:0.75 15:0.14285714285714285 17:0.14285714285714285 18:0.3333333333333333 20:0.5 23:5.0 24:0.14285714285714285 46:0.047619047619047616 48:1.0 49:0.023255813953488372 51:3.0 55:0.1 71:3.0 87:0.5 95:1.0 98:0.125 100:0.125 112:1.0 121:0.04918032786885246 122:1.0 124:0.5 126:0.5 180:1.0 181:0.25 185:1.0 197:1.0 231:1.0 236:0.16666666666666666 248:1.0 269:1.0 276:1.0 296:1.0 298:0.3333333333333333 300:1.0 310:1.0 315:1.0 366:1.0 383:0.5 408:1.0 580:1.0 641:1.0 664:0.3333333333333333 669:0.3333333333333333 929:1.0 1285:1.0 1966:1.0 1970:1.0 2231:1.0 2380:1.0
5 4:1.0 6:0.25 7:0.3333333333333333 12:0.75 15:0.14285714285714285 19:0.045454545454545456 20:1.5 21:0.2857142857142857 23:3.0 24:0.14285714285714285 26:0.017241379310344827 38:1.0 48:2.0 49:0.023255813953488372 51:3.0 55:0.1 62:0.25 64:0.3333333333333333 71:1.0 88:1.0 118:0.5 121:0.01639344262295082 134:0.16666666666666666 158:0.3333333333333333 176:1.0 188:1.0 203:0.3333333333333333 241:1.0 300:1.0 310:1.0 383:0.5 435:1.0 466:1.0 468:1.0 476:1.0 519:0.5 529:0.25 550:0.5 561:1.0 621:1.0 669:0.3333333333333333 745:1.0 819:1.0 991:1.0 1244:1.0 2380:1.0 3161:1.0 3709:1.0 4104:1.0
5 4:1.5 7:0.3333333333333333 12:0.5 19:0.045454545454545456 20:1.0 21:0.2857142857142857 23:5.0 24:0.2857142857142857 26:0.017241379310344827 46:0.047619047619047616 48:1.0 49:0.023255813953488372 51:3.0 55:0.3 58:0.14285714285714285 62:0.25 64:0.3333333333333333 71:2.0 98:0.25 110:1.0 112:2.0 121:0.04918032786885246 136:1.0 137:0.5 158:0.3333333333333333 179:1.0 199:1.0 228:1.0 276:1.0 281:0.3333333333333333 300:1.0 314:1.0 323:1.0 611:1.0 664:0.3333333333333333 862:1.0 929:1.0 1005:1.0 1087:1.0 1232:1.0 1269:0.5 1607:1.0 1966:1.0 2054:1.0 2214:1.0 2257:1.0 2281:1.0 2403:1.0 2462:1.0 2841:1.0 2932:1.0 3037:1.0 3038:1.0 3043:1.0 3214:1.0 3944:1.0
5 4:1.0 8:0.25 12:1.5 17:0.14285714285714285 23:4.0 38:1.0 48:1.0 49:0.023255813953488372 51:3.0 55:0.3 62:0.25 64:0.6666666666666666 71:2.0 114:1.0 115:0.1 129:1.0 133:0.5 158:0.3333333333333333 194:1.0 231:1.0 280:1.0 414:0.5 537:1.0 550:0.5 601:0.5 652:1.0 958:1.0 1037:1.0 1053:1.0 1429:1.0 1509:1.0 1554:1.0 1940:1.0 2449:1.0 2892:1.0 2893:1.0 3063:1.0 3064:1.0 5021:1.0
5 4:0.5 6:0.25 8:0.75 12:1.25 17:0.14285714285714285 20:1.0 21:0.14285714285714285 23:6.0 48:1.0 49:0.023255813953488372 51:3.0 55:0.1 62:0.25 67:0.2 71:2.0 98:0.125 112:1.0 118:0.5 129:1.0 133:0.5 154:0.3333333333333333 158:0.3333333333333333 198:1.0 223:1.0 241:1.0 331:0.5 385:1.0 393:1.0 429:1.0 434:1.0 435:2.0 534:1.0 956:1.0 982:1.0 1081:1.0 1461:1.0 1539:1.0 2400:1.0 2488:1.0 2695:1.0 2878:1.0 3657:1.0 4553:1.0 4688:1.0
5 4:1.0 6:0.25 7:0.6666666666666666 8:0.25 11:0.3333333333333333 12:0.25 20:0.5 21:0.2857142857142857 23:5.0 48:1.0 49:0.023255813953488372 51:3.0 55:0.1 71:2.0 88:1.0 98:0.25 158:0.3333333333333333 178:1.0 198:1.0 199:1.0 203:0.3333333333333333 250:1.0 295:1.0 312:1.0 664:0.3333333333333333 728:1.0 871:1.0 877:1.0 1000:0.5 1067:1.0 1254:1.0 1949:1.0 2009:1.0 2211:1.0 3058:1.0 3060:1.0 4235:1.0 4686:2.0
5 4:2.5 6:0.5 8:0.25 9:0.3333333333333333 11:0.3333333333333333 12:0.75 15:0.14285714285714285 19:0.045454545454545456 21:0.14285714285714285 23:6.0 24:0.14285714285714285 38:2.0 42:0.5 46:0.047619047619047616 48:3.0 49:0.023255813953488372 51:3.0 55:0.2 61:1.0 62:0.5 63:1.0 85:1.0 96:0.16666666666666666 100:0.125 121:0.01639344262295082 122:1.0 147:1.0 188:1.0 197:1.0 203:0.3333333333333333 248:2.0 249:1.0 273:1.0 300:1.0 314:1.0 331:0.5 332:1.0 333:1.0 383:0.5 406:1.0 435:1.0 449:1.0 484:0.5 534:1.0 757:1.0 791:1.0 952:1.0 1427:1.0 2553:1.0 2592:1.0 2899:1.0 3078:1.0 4272:1.0 5712:1.0
5 4:1.0 6:0.25 9:0.3333333333333333 17:0.14285714285714285 19:0.045454545454545456 23:2.0 38:1.0 46:0.047619047619047616 49:0.015503875968992248 51:2.0 55:0.1 64:0.16666666666666666 112:1.0 125:0.3333333333333333 137:0.5 148:0.6666666666666666 149:0.3333333333333333 154:0.6666666666666666 182:0.5 183:1.0 188:2.0 199:1.0 260:1.0 289:0.14285714285714285 860:2.0 861:3.0 862:1.0 1187:1.0 1370:1.0 2355:1.0 3690:1.0 3790:1.0 4442:1.0
5 7:0.3333333333333333 11:0.3333333333333333 12:0.25 18:0.3333333333333333 20:0.5 23:5.0 48:1.0 49:0.015503875968992248 51:2.0 55:0.1 71:2.0 75:0.5 96:0.16666666666666666 98:0.125 127:1.0 154:0.6666666666666666 158:0.3333333333333333 196:1.0 203:0.3333333333333333 317:1.0 341:1.0 616:1.0 652:1.0 653:0.5 828:1.0 859:2.0 860:1.0 864:1.0 875:1.0 1116:1.0 1335:1.0 1522:1.0 1582:1.0 3132:1.0 3855:1.0 4136:1.0 4787:1.0
5 4:1.0 8:0.25 12:0.75 23:3.0 49:0.023255813953488372 51:3.0 55:0.1 85:1.0 95:1.0 127:1.0 154:0.6666666666666666 173:0.5 231:1.0 236:0.16666666666666666 289:0.14285714285714285 317:1.0 333:1.0 341:1.0 354:0.3333333333333333 366:1.0 435:1.0 439:1.0 507:1.0 828:2.0 858:1.0 859:1.5 860:1.0 861:1.0 862:1.0 1405:0.5 1649:1.0 1701:1.0 2161:1.0 2839:1.0 3660:1.0
5 4:2.5 6:0.25 8:0.25 12:0.75 20:0.5 23:2.0 29:1.0 38:2.0 48:1.0 49:0.015503875968992248 51:2.0 55:0.4 64:0.16666666666666666 71:1.0 127:1.0 137:0.5 139:1.0 154:0.3333333333333333 188:1.0 194:1.0 204:1.0 212:0.5 231:1.0 251:1.0 266:1.0 300:1.0 317:1.0 341:1.0 361:1.0 366:2.0 432:1.0 435:1.0 476:1.0 521:1.0 616:1.0 652:1.0 715:1.0 729:1.0 828:2.0 859:2.0 860:2.0 861:1.0 864:1.0 1075:1.0 1160:1.0 1251:1.0 1335:1.0 2049:0.5 2090:1.0 2921:1.0 3250:1.0 3481:1.0
5 4:1.0 8:0.5 11:0.3333333333333333 15:0.14285714285714285 19:0.045454545454545456 21:0.2857142857142857 23:3.0 26:0.017241379310344827 49:0.023255813953488372 50:1.0 51:3.0 57:1.0 62:0.25 64:0.3333333333333333 71:1.0 112:2.0 121:0.01639344262295082 126:0.5 137:0.5 141:0.2 165:1.0 166:1.0 179:1.0 185:1.0 196:1.0 201:0.5 204:1.0 211:1.0 231:2.0 251:2.0 253:1.0 269:1.0 292:0.3333333333333333 296:1.0 315:1.0 317:1.0 331:0.5 333:1.0 385:1.0 424:1.0 452:1.0 477:1.0 479:1.0 550:0.5 920:1.0 1209:1.0 1573:1.0 2211:1.0
5 4:2.5 7:0.6666666666666666 12:0.5 17:0.14285714285714285 19:0.09090909090909091 20:0.5 21:0.2857142857142857 23:1.0 24:0.14285714285714285 42:0.5 49:0.015503875968992248 51:2.0 55:0.2 62:0.25 98:0.125 112:1.0 114:1.0 126:0.5 158:0.6666666666666666 196:1.0 317:1.0 361:1.0 390:0.5 457:0.5 558:1.0 594:1.0 708:1.0 1370:1.0 1860:1.0 2330:1.0 2357:1.0
5 4:1.5 8:0.25 12:0.25 19:0.09090909090909091 20:1.0 23:2.0 24:0.14285714285714285 49:0.015503875968992248 51:2.0 55:0.2 100:0.125 133:0.5 185:1.0 198:1.0 210:0.5 231:1.0 251:1.0 281:0.3333333333333333 317:1.0 361:1.0 390:0.5 488:2.0 936:0.5 1149:1.0 1344:1.0 1539:1.0 1799:1.0 2077:1.0 2134:1.0 3157:1.0 4135:1.0
5 4:1.5 6:0.25 8:0.5 12:0.25 17:0.14285714285714285 19:0.09090909090909091 20:1.5 21:0.2857142857142857 23:1.0 48:1.0 49:0.007751937984496124 51:1.0 55:0.1 64:0.16666666666666666 80:1.0 92:1.0 158:0.3333333333333333 165:1.0 312:1.0 317:1.0 331:0.5 534:1.0 562:1.0 641:1.0 682:1.0 2585:1.0 2695:1.0 2724:1.0 2898:1.0 4076:1.0
5 4:2.5 49:0.007751937984496124 51:1.0 55:0.1 68:0.5 96:0.16666666666666666 121:0.01639344262295082 136:1.0 251:1.0 317:1.0 361:1.0 390:0.5 401:0.5 601:0.5 871:1.0 1476:1.0 2296:1.0
5 4:1.0 5:0.09090909090909091 12:0.25 17:0.14285714285714285 19:0.045454545454545456 20:1.0 21:0.42857142857142855 23:1.0 26:0.017241379310344827 48:1.0 49:0.007751937984496124 51:1.0 113:1.0 114:1.0 116:0.14285714285714285 165:1.0 317:1.0 743:1.0
5 4:1.5 8:0.25 12:0.25 18:0.3333333333333333 19:0.09090909090909091 21:0.14285714285714285 23:2.0 24:0.14285714285714285 26:0.017241379310344827 38:1.0 48:2.0 49:0.007751937984496124 51:1.0 55:0.1 64:0.16666666666666666 71:1.0 121:0.01639344262295082 165:1.0 201:0.5 236:0.16666666666666666 244:1.0 248:1.0 255:1.0 296:1.0 317:1.0 333:1.0 353:1.0 361:1.0 362:1.0 365:1.0 483:0.5 746:1.0 804:1.0 830:1.0 1546:1.0 1752:1.0 3078:1.0 3591:1.0 4253:1.0 5312:1.0
5 4:0.5 6:0.25 8:0.25 12:0.5 19:0.045454545454545456 20:0.5 23:3.0 25:1.0 38:1.0 48:2.0 49:0.007751937984496124 51:1.0 68:0.5 88:1.0 97:0.3333333333333333 98:0.125 121:0.01639344262295082 126:0.5 136:1.0 154:0.3333333333333333 193:1.0 236:0.16666666666666666 281:0.3333333333333333 289:0.14285714285714285 317:1.0 361:1.0 363:1.0 364:1.0 365:1.0 418:1.0 424:1.0 534:1.0 1149:1.0 1199:1.0 1202:1.0 2213:1.0 5312:1.0
5 4:1.5 8:0.25 23:2.0 38:1.0 42:0.5 55:0.1 76:1.0 78:1.0 87:0.5 115:0.1 116:0.14285714285714285 148:0.5 181:0.25 185:1.0 449:1.0 952:1.0 2384:1.0 5477:1.0
5 4:1.0 7:0.3333333333333333 11:0.3333333333333333 15:0.2857142857142857 22:1.0 23:1.0 73:1.0 114:1.0 120:0.2 141:0.2 148:0.5 173:0.5 203:0.3333333333333333 908:1.0 1370:1.0 2176:1.0 3949:1.0
5 4:1.5 19:0.045454545454545456 20:0.5 21:0.42857142857142855 23:1.0 26:0.017241379310344827 58:0.14285714285714285 64:0.16666666666666666 98:0.125 234:1.0 424:1.0 446:0.5 462:1.0 715:1.0 1269:0.5 2288:1.0 2304:1.0
5 4:1.0 5:0.09090909090909091 21:0.2857142857142857 23:1.0 26:0.034482758620689655 189:1.0 390:0.5 2233:1.0
5 4:1.0 5:0.09090909090909091 12:0.25 17:0.14285714285714285 19:0.045454545454545456 20:1.0 21:0.2857142857142857 23:1.0 55:0.1 64:0.16666666666666666 68:0.5 71:1.0 80:1.0 98:0.125 176:1.0 288:0.3333333333333333 354:0.3333333333333333 366:1.0 488:1.0 740:1.0 1364:1.0 1458:1.0 1617:1.0 1720:1.0 2695:1.0
5 4:0.5 5:0.09090909090909091 11:0.3333333333333333 20:1.0 23:3.0 48:2.0 49:0.007751937984496124 50:1.0 51:1.0 55:0.2 64:0.16666666666666666 71:1.0 76:1.0 88:2.0 102:1.0 110:1.0 121:0.01639344262295082 129:1.0 236:0.16666666666666666 244:1.0 253:1.0 315:1.0 316:0.16666666666666666 428:1.0 521:1.0 550:0.5 746:1.0 1742:1.0 2222:2.0 2339:1.0 2766:1.0
5 4:0.5 12:0.5 20:1.0 21:0.2857142857142857 23:2.0 26:0.017241379310344827 38:1.0 42:0.5 49:0.007751937984496124 50:1.0 51:1.0 55:0.3 93:0.1 98:0.25 113:1.0 236:0.16666666666666666 285:1.0 292:0.16666666666666666 365:1.0 452:1.0 1065:0.5 2339:1.0 3356:1.0
5 17:0.14285714285714285 20:0.5 21:0.14285714285714285 23:2.0 24:0.14285714285714285 25:1.0 42:0.5 55:0.1 64:0.3333333333333333 80:1.0 88:1.0 121:0.01639344262295082 126:0.5 134:0.16666666666666666 156:1.0 280:1.0 459:1.0 553:1.0 1525:1.0
|
7598165cc4d9d7015962ed2671cdf8ef466130aa | 449d555969bfd7befe906877abab098c6e63a0e8 | /431/CH3/EX3.17/EX3_17.sce | 90d3298783576135cccd23112a61f7d69eafec82 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 663 | sce | EX3_17.sce | //Calculating regulation
//Chapter 3
//Example 3.17
//page 219
clear;
clc;
disp("Example 3.17")
kVA=80; //rating of the transformer
V1=2000; //primary voltage in volts
V2=200; //secondary voltage in volts
f=50; //frequency in hertz
Id=8; //impedence drop
Rd=4; //resistance drop
phi=acosd(0.8)
I2Ze=(V2*Id)/100;
I2Re=(V2*Rd)/100;
I2Xe=sqrt(I2Ze^2-I2Re^2)
reg=((I2Re*cosd(phi))+(I2Xe*sind(phi)))*(100/V2)
printf("percentage regulation=%fpercent",reg)
pf=I2Xe/sqrt(I2Re^2+I2Xe^2)
printf("\nPower factor for zero regulation=%f(leading)",pf)
|
57aa935560c15d4828cd8997296a7c5269fc5fcc | cf74a4debcc5f1c52c8f673529aaba1cc7ecf0a7 | /ALG/Laboratorio/SustitucionProgresiva.sci | fdcb0490084109864fd434c8fe3d7d350149a7fe | [] | no_license | andrac275/ETSInf-Primer-Curso | 1cc3bd47a45a4db6a720dbb7b41f5f8e36bc9d8b | fdee044eb7fcf10e7c42424c2d0c4ea9733718e2 | refs/heads/master | 2023-04-11T03:06:22.748125 | 2021-04-29T11:42:34 | 2021-04-29T11:42:34 | 241,107,402 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 311 | sci | SustitucionProgresiva.sci | function x=SustitucionProgresiva(A,b)
//Dado un sistema de ecuaciones Ax=b, con A matriz triangular inferior
//invertible, resuelve el sistema por SUSTITUCIÓN PROGRESIVA
[m,n]=size(A);o=length(b);
x=zeros(n,1);
x(1)=b(1)/A(1,1);
for i=2:n
x(i)=(b(i)-A(i,1:i-1)*x(1:i-1))/A(i,i);
end;
endfunction |
f17635847cb35738c33428ea59c0d1053e62f089 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1319/CH12/EX12.21/i_21.sce | eca2c552d12ce9b9dec07b9f43bf97a1512d97e2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 821 | sce | i_21.sce | // To calculate current from a battery and pd across points A and B
clc;
clear;
// Resistances in the given network
R1=4;
R2=2;
R3=3;
R4=6;
R5=8;
// MESH Equations
//9*i1-5*i2=10
//-5*i1+19*i2=0
// Supply voltage 10V
R=[(R1+R2+R3) -(R2+R3); -(R2+R3) (R2+R3+R4+R5)];
V=[10;0];
//Loop Currents
I=inv(R)*V;
i1=I(1);
i2=I(2);
i3=i1-i2; // From Mesh 1
// Point Voltages
Va=i3*R3;
Vb=i2*R5;
disp('amperes',abs(i1),'The current through 4 ohm resistor and the battery =')
disp('amperes',abs(i2),'The current through 6 ohm and 8 ohm resistors =')
disp('amperes',abs(i3),'The current through 2 ohm and 3 ohm resistors =')
disp('volts',abs(Va),'The voltage at point A =')
disp('volts',abs(Vb),'The voltage at point B =')
disp('volts',(Va-Vb),'The voltage across Points A and B =')
|
b627ffbb20c4c9a1b227f401eb9445daa563473d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1949/CH3/EX3.7/Ex3_7.sce | 35db1d356400090de19177feda7f60ba97b5decb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 950 | sce | Ex3_7.sce | //Chapter-3,Example 3_7,Page 3-21
clc()
//Given Data:
u1=1.466 //R.I. of Core
u2=1.46 //R.I.of Cladding
V=2.4 //Cut off parameter
lam=0.8*10^-6 //wavelength in meter
//Calculations:
NA=sqrt(u1^2-u2^2) //Formula to find Numerical Aperture
printf('Numerical Aperture of Fibre is =%.2f \n',NA)
//(printing mistake in book)printed answer is 1.13 but correct answer is 0.13
printf('(printing mistake in book) \n \n')
// V = 2*%pi*a*NA / lam
a=V*lam/(2*%pi*NA) //core radius
printf(' Core radius of Fibre is (a) =%.8f m \n \n',a)
//w/a= 1.1
w=1.1*a //Spot size
printf(' Spot size of Fibre is =%.8f m \n \n',w)
theta=2*lam*180/%pi/(%pi*w) //Divergence angle
printf(' Divergence angle of Fibre is =%.2f degrees \n \n',theta)
w10=lam*10/(%pi*w) //Spot size at 10 m
printf(' Spot size at 10 m of Fibre is =%.2f m \n \n',w10)
|
dc4c144c7c5f76718a4da7b8d128ee88b617788c | ac1f8441b0319b4a391cd5a959bd3bb7988edfa7 | /data/news2015/news2015/SplitsNEWS15/EnBa/enba.5.tst | 5a73f4d41b01c931d711fe1d5289129090a7b5a9 | [
"MIT"
] | permissive | SaeedNajafi/transliterator | 4d58b8604fa31f52ee2dce7845e002a18214fd5e | 523a087b777a5d6eec041165dabb43848f6222e6 | refs/heads/master | 2021-09-18T17:02:59.083727 | 2018-07-17T06:01:21 | 2018-07-17T06:01:21 | 129,796,130 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 54,172 | tst | enba.5.tst | a b d u l h a i আ ব ্ দ ু ল হ া ই
a b d u l k a r i m আ ব দ ু ল ক র ি ম
a b o l k h e i r আ ব ু ল খ ে র
a b u b a k k a r আ ব ু ব া ক ্ ক া র
a b z u g আ ব জ া গ
a c c o m m o d a t i o n অ ্ য া ক ো ম ো ড ে শ া ন
a c h i l l e আ চ ি ল ে
a d h i r r a n j a n অ ধ ী র র ঞ ্ জ ন
a d i t y a আ দ ি ত ্ য
a e g e a n এ ই গ ে ন
a e g e a n এ ই জ ি য় া ন
a g h w a n p u r আ গ া ও য া ন প ু র
a g r a d o o t অ গ ্ র দ ূ ত
a h a m m a d a l i আ হ ম ্ ম দ আ ল ি
a h i n d r a অ হ ী ন ্ দ ্ র
a h i u l l a অ ল ি উ ল ্ ল া হ
a h m a d g a r h আ হ ম া দ গ ড়
a h m a d n a g a r আ হ ম া দ ন গ র
a i r এ য় া র
a i s h b a g h আ ই স ব া গ
a i t আ ই ত
a j i d আ জ ি দ
a j m e r আ জ ম ি র
a k a l t a r a অ ক া ল ত া র া
a k h e r a l i আ খ ে র আ ল ি
a k t a r আ ক ত া র
a l a k e s h অ ল ক ে শ
a l a l আ ল া ল
a l a s t a i r আ ল া স ট ি র
a l e r আ ল ে র
a l e x a n d r i a আ ল ে ক ্ স জ া ন ্ দ ্ র ি য় া
a l l a n আ ল ে ন
a l l a n আ ল ্ ল া ন
a l l o t t আ ল ো ট
a l m a আ ল ম া
a l m o d a আ ল ম ো ড় া
a l o আ ল ো
a l o k আ ল ক
a l o k a অ ল ক া
a l o k a n a n d a অ ল ক া ন ন ্ দ া
a l o u d p u r i আ ল ো উ দ প ু র ি
a l p a n a আ ল প ন া
a l t e r n a t e অ ল ্ ট া র ন ে ট
a m a d o r এ ম া ড ো র
a m a l s a d অ ম ল স ে দ
a m b a t u r a i আ ম ব া ত ু র া ই
a m d e k a r আ ম ্ ব ে দ ক র
a m i n আ ম ী ন
a m i t a r a n i অ ম ি ত া র া ণ ী
a m i t e s h অ ম ি ত ে শ
a m j a d আ ম জ া দ
a n a d a b a l a আ ন ন ্ দ ব া ল া
a n a n t a k u m a r অ ন ন ্ ত ক ু ম া র
a n a r j a n আ ন া র জ া ন
a n b i k a অ ন ্ ব ি ক া
a n d অ ্ য া ন ্ ড
a n g i o t e c h অ ্ য া ন গ ি য় ো ট ে ক
a n g l a n g আ ং ল ং
a n i n d i t a অ ন ি ন ্ দ ী ত া
a n i r b a n অ ন ি র ্ ব া ন
a n i s h অ ন ি শ
a n i s h a b e g a m আ ন ি শ া ব ে গ ম
a n j a l i অ ঞ ্ জ ল ি
a n j a l i d e v i অ ঞ ্ জ ল ী দ ে ব ী
a n j a l i r a n i অ ঞ ্ জ ল ী র া ন ী
a n j u b a l a অ ঞ ্ জ ু ব া ল া
a n j u d e b i অ ঞ ্ জ ু দ ে ব ী
a n t o n y অ ্ য া ন ্ ট ন ি
a n u r u p a অ ন ু র ু প া
a p a r u p a অ প র ূ প া
a p p l i n g অ ্ য া প ল ি ং
a p u r b a l a l অ প ূ র ্ ব ল া ল
a r a b i n d a অ র ব ি ন ্ দ
a r a l আ র া ল
a r a t i d e v i আ র ত ি দ ে ব ী
a r e n a এ র ে ন া
a r k a অ র ্ ক
a r n n a p u r n a অ ন ্ ন প ূ র ্ ন া
a r t i s t i c আ র ট ি স ্ ট ি ক
a r u n a c h a l অ র ু ণ া চ ল
a r u n k u m a r অ র ু ণ ক ু ম া র
a s a f p u r আ স ফ প ু র
a s a m আ স া ম
a s h t a অ ষ ্ ট
a s i d a b i b i আ স ি দ া ব ি ব ি
a s i t b a r a n অ স ি ত ব র ণ
a s m a t আ স ম ত
a s p r e v a অ ্ য া স প ্ র ে ভ া
a s u n c i o n আ স ু ন স ি ও ন
a t a b u d d i n আ ত া ব দ ্ দ ি ন
a t a u l আ ত া উ ল
a t h a b a s c a আ থ া ব া স ্ ক া
a t i s h অ ত ী শ
a t l a s অ ্ য া ট ল া স
a t r e আ ত ্ র ে
a t t a h আ ট ্ ট া হ
a u t o m o t i v e অ ট ো ম ো ট ি ভ
a v i v আ ভ ি ভ
a x a অ ্ য া ক ্ স
a y a c h i t আ য় া চ ি ত
a y a t o l l a h আ য় া ত ো ল া হ
a y u b h o s e n আ য ু ব হ ো স ে ন
a z a m আ জ া ম
a z i j u l আ জ ি জ ু ল
b a b b a n ব া ব ্ ব া ন
b a b r a l a ব া ব ্ র ে ল া
b a b u r ব া ব ু র
b a c h a s p a t i ব া চ স ্ প ত ি
b a c h i ব া চ ি
b a d a r a l i ব দ র আ ল ী
b a d u l i ব া দ ু ল ি
b a e r ব ি য় া র
b a g a h a ব া হ া গ া
b a i d a n a t h ব ৈ দ ন া থ
b a i j u n a t h ব ৈ জ ু ন া থ
b a i k u n t h a ব ৈ ক ু ণ ্ ঠ
b a j a n ব া জ ন
b a k h t i a r ব ক ্ ত ি য় া র
b a k u l i ব ক ু ল ী
b a l i m e l a ব া ল ি ম ে ল া
b a l l a b h ব ল ্ ল ভ
b a l l i a ব া ল ্ ল ি য় া
b a l o d ব া ল ো দ
b a m c h a r a n ব া ম চ র ন
b a n b h a t t a ব া ন ভ ট ্ ট
b a n d a n ব ন ্ দ ন
b a n d e k a r ব া ন ্ দ ে ক র
b a n d i k u i ব া ঁ ন ড ি ক ু ই
b a n d u r r i a ব া ন ্ ড ু র ি য় া
b a n e s h w a r ব া ন ে শ ্ ব র
b a n g i ব া ঙ ্ গ ী
b a n i r a n i ব া ন ী র া ন ী
b a n s d i h ব া ন স ি দ ্ ধ
b a n s h a d h a r ব ং শ ধ র
b a n s h i d h a r ব ং শ ী ধ র
b a n s h i l a l ব ং শ ী ল া ল
b a n t u l ব া ঁ ট ু ল
b a p t i s t e ব া প ্ ট ি স ্ ট
b a r a b a n k i ব া র ব া ঁ ক ি
b a r a g a o n ব া র গ া ঁ ও
b a r a k a r ব র া ক র
b a r a l ব র া ল
b a r g a d i ব া র গ া দ ি
b a r h i y a ব া র হ ি য় া
b a r h n i ব া র হ ন ি
b a r i ব া র ি
b a r i ব া ড় ি
b a r j a n ব া র জ া ন
b a r l o w ব া র ল ো
b a r n ব া র ্ ন
b a r n a l i ব ন া র ্ ল ী
b a r n e t t ব া র ন ে ট
b a r s u a n ব া র স ু য় া ন
b a r u a ব র ু য় া
b a r w a h a ব া র য় া হ া
b a s e n a ব া স ে ন া
b a s u d e v ব া স ু দ ে ভ
b a t a s i ব া ত া স ি
b a t t e r y ব ্ য া ট া র ি
b a y f i e l d ব ে ফ ি ল ্ ড
b e d e t t i ব ে ড ি ট ্ ট ি
b e e r ব ি য় া র
b e g a m ব ে গ ম
b e l a j a n ব ে ল া জ া ন
b e l i e v e r s ব ি ল ি ভ া র ্ স
b e l u b a l a ব ে ল ু ব া ল া
b e l w a l k a r ব ে ল ও য় া ল ক া র
b e n i m a d h a b ব ে ণ ী ম া ধ ব
b e n n i n g t o n ব ে ন ি ং ট ো ন
b e n u l a l ব ে ন ু ল া ল
b e r i s ব ি র ি স
b e r l e ব া র ্ ল ে
b e s i r a n ব ে স ি র ন
b e t w a ব ে ত ো য় া
b h a b r i ভ া ব র ী
b h a d o h i ভ া দ ো হ ি
b h a d r a b a t i ভ দ ্ র া ব ত ী
b h a g i r a t h ভ গ ি র থ
b h a g i r a t h i ভ া গ ী র থ ী
b h a g w a n p u r ভ গ ব া ন প ু র
b h a k t a b a l a ভ ক ্ ত ব া ল া
b h a k t a r a m ভ ক ্ ত র া ম
b h a n d a k ভ া ন ড া ক
b h a n d i ভ ে ঁ দ ি
b h a n g e ভ া ঙ ্ গ ে
b h a n u p a d a ভ া ন ু প দ
b h a r a t k u n d ভ া র ত ক ু ন ্ দ
b h a r a t m u n i ভ র ত ম ু ন ি
b h a t e l ভ া ট ে ল
b h e e r p u r ভ ী র প ু র
b h i m a r l a i ভ ি ম া র ল া ই
b h i n w a l i y a ভ ি ন ও য় া ল ি য় া
b h i r a b c h a n d r a ভ ৈ র ব চ ন ্ দ ্ র
b h i w a n d i ভ ি ও য় া ন ্ দ ি
b h o j i p u r a ভ ো জ ি প ু র া
b h o j o ভ ো জ ো
b h u d e b ভ ু দ ে ব
b h u d u r ভ ু দ ু র
b h u l i ভ ূ ল ি
b i a t h l o n ব া ই থ ল ন
b i b e k r a n j a n ব ি ব ে ক র ঞ ্ জ ন
b i b l i c a l ব ি ব ল ি ক ্ য া ল
b i d i o ব ি ড ি ও
b i d r e ব ি দ ্ র ে
b i j a y k u m a r ব ি জ য ক ু ম া র
b i j a y s o t a ব ি জ য় স ো ট া
b i j u l a ব ি জ ু ল া
b i j u r i ব ি জ ু র ি
b i l i m o r a ব ি ল ম ো র া
b i l k i s ব ি ল ক ি স
b i l l i a r d s ব ি ল ি য় া র ্ ড স
b i l l y ব ি ল
b i n a b a l a ব ী ন া ব া ল া
b i n d u d e v i ব ি ন ্ দ ু দ ে ব ী
b i n i o u ব ি ন ি ও
b i p a t i ব ি প ত ি
b i p r a ব ি প ্ র
b i r b a l ব ী র ব ল
b i r c h w o o d ব ি র ্ চ উ ড
b i r e n ব ী র ে ন
b i r e s h ব ী র ে শ
b i r e s h w a r ব ি র ে শ ্ ব র
b i s h h a r i ব ি ষ হ র ি
b i s h n u ব ি ষ ্ ণ ু
b i s k a ব ি স ক া
b i s l a ব ি স ল া
b i u t y ব ি উ ট ি
b l a c k ব ্ ল ্ য া ক
b l e s s i n g ব ্ ল ে স ি ং
b l o o m i n g t o n ব ্ ল ু ম ি ং ট ন
b l u e ব ্ ল ু
b o e t a ব ো য় ে ট
b o n a v e n t u r e ব ো ন ভ ে ঞ ্ চ া র
b o o s t e r s ব ু স ্ ট া র স
b o t t i n e a u ব ো ট ি ন ি উ
b o y s ব য় ে জ
b r a z z a v i l l e ব ্ র া জ া ভ ি ল
b r e a n ব ্ র ে ন
b r e n d a n ব ্ র ে ন ্ ড া ন
b r e t o n ব ্ র ে ট ন
b r e v a r d ব ্ র ে ভ া র ্ ড
b r i d g e r ব ্ র ি জ া র
b r i s t o l ব ্ র ি স ্ ট ল
b r o o k l y n ব ্ র ু ক ল ি ন
b r o o k l y n ব ্ র ো ক ্ ল ই ন
b r u n e i ব ্ র ু ন ে ই
b r u s s e l s ব ্ র া স ে ল স
b u d h a n c h a n d r a ব ু ধ ন চ ন ্ দ ্ র
b u d h i y a ব ু ধ ি য় া
b u d i n ব ু দ ী ন
b u l a i ব ু ল া ই
b u l a l ব ু ল া ল
b u l a r a n i ব ু ল া র া ণ ী
b u l f i n ব ু ফ ি ন
b u l t i ব ু ল ্ ট ী
b u l w a r k ব ু ল ও য় া র ্ ক
b u l w e r ব ু ল ও য় ে র
b u r n p u r ব া র ্ ন প ু র
b u t a r i ব ু ট া র ি
b u t u n ব ু ট ু ন
c a n a a n ক া ন া ন
c a n n i n g ক ্ য া ন ি ং
c a n o n ক ্ য া ন ন
c a n o n ক ্ য া ন ো ন
c a r i n g ক ্ য া র ি ং
c a r o l i n a ক ্ য া র ো ল ি ন া
c e c i l স ে স ি ল
c h a h a চ া হ া
c h a m a k l a t a চ ম ক ল ত া
c h a m p a b i b i চ ম ্ প া ব ি ব ি
c h a m p a r a n i চ ম ্ প া র া ন ী
c h a m p a w a t চ ম ্ ব া ত ট
c h a n d a n k u m a r চ ন ্ দ ন ক ু ম া র
c h a n d a r চ ন ্ দ র
c h a n d r a b o l i চ ন ্ দ ্ র া ব ল ী
c h a n g o চ া ং গ ো
c h a n p a r a n i চ া ঁ প া র া ণ ী
c h a p a l a চ প ল া
c h a p a l a b a l a চ প ল া ব া ল া
c h a p l i n চ ্ য া প ল ি ন
c h a s s i s চ া স ি স
c h a u k h a n d i চ ৌ খ া ন ড ি
c h e e r চ ে য় া র
c h e n n u r চ ে ন ্ ন ু র
c h e r i a চ ে র ি য় া
c h h a m b ছ া ম ্ ব
c h h a t a ছ া ত ্ ত া
c h h a t u r a m ছ ু ট ু র া ম
c h h i d a m ছ ি দ া ম
c h h i n d a ছ ি ন ্ দ া
c h i a n k i চ ি য় া ন ক ি
c h i k a t i চ ি ক া ত ি
c h i l a k a l u r i p e t চ ি ল া ক া ল ু র ি প ে ট
c h i l d r e n s চ ি ল ড ্ র ে ন স
c h i l k a চ ি ল ্ ক া
c h i n c h l i চ ে ন চ ল ি
c h i n c h v a d চ ি ন চ ভ া দ
c h i n e s e চ া ই ন ি জ
c h i n n a চ ি ন ্ ন া
c h i n t a m a n i চ ি ন ্ ত া ম ণ ি
c h i r a i চ ি র া ই
c h r i s t o ক ্ র ি স ্ ট ো
c h r o n i c l e চ র ো ন ি ক ্ য ল
c h u r a h a t চ ু র া হ া ট
c i d a d e s স ি দ া দ ে স
c i t a d e l l e স ি ত া ড ে ল া
c i t y স ি ট ি
c l a r k ক ্ ল া র ্ ক
c l a t s o p ক ্ ল ে স ্ ট প
c l i c k s o f t w a r e ক ্ ল ি ক স ফ ট ও য় া র
c o d i a c ক ো ড ি য় া ক
c o l l e y ক ো ল ে
c o l l y m o r e ক া ল ি ম ো র
c o m m e n c e m e n t ক ম ে ন ্ স ম ে ন ্ ট
c o m m e r c e ক ম া র ্ স
c o m m u n i c a t i o n ক ম ি উ ন ি ক ে শ ন
c o m m u n i c a t i o n s ক ম ি উ ন ি ক ে শ া ন
c o n ক ন
c o n a g r a ক ো ন া র ্ গ
c o n d o l e e z a ক ন ্ ড ো ল ি জ া
c o n n e c t i c u t ক া ন ে ক ট ি ক ু ট
c o n t e m p o r a r y ক ন ট ে ম প ো র া র ী
c o n t i n e n t a l ক ন ্ ট ি ন ে ন ্ ট া ল
c o p c o ক প ক ো
c o r r i d o s ক ো র ি ড স
c o t t o n ক ো ট ্ ট ন
c o u r a g e ক া র ্ জ
c o w d r e y ক া উ ড ্ র ি
c r e t e ক ্ র ী ট
c r i s t o b a l ক ্ র ি স
c r u i s e ক ্ র ু ই স ে
c u e c a ক ু য় ে ক া
c u m b u m ক ু ম ব া ম
c u t t a c k ক ট ক
d a b h a d i দ া ব হ া দ ি
d a b l u ড া ব ল ু
d a d u k ড া ড ু ক
d a i l w a r a ড ে ই ল ও য় া র া
d a l s i n g h s a r a i দ ল স ি ঙ ্ ঘ স র া ই
d a m a n দ ম ন
d a m s ড ্ য া ম স
d a n e দ া ন ে
d a n k a ড া ঙ ্ ক া
d a n n e b r o g ড া ন ব ্ র ো গ
d a n n y ড া ন ি
d a p e n g দ া প ে ং
d a r b a r ড া র ব া র
d a r b h a g a দ ্ ব া র ভ া ঙ ্ গ া
d a r b h a n g a দ ্ ব া র ভ া ঙ ্ গ া
d a r e n ড া র ে ন
d a r i a p u r দ র ি য় া প ু র
d a r j e e l i n g দ া র ্ জ ি ল ি ং
d a s p a l l a দ া স প া ল ্ ল া
d a u d দ া উ দ
d e a k i n ড ে ক ি ন
d e b a k i দ ে ব ক ী
d e b a n j a l i দ ে ব া ঞ ্ জ ল ী
d e b a s m i t a দ ে ব স ্ ম ি ত া
d e b d u l a l দ ে ব দ ু ল া ল
d e b e n d a r দ ে ব ে ন ্ দ র
d e b e n d r a দ ে ব ে ন ্ দ ্ র
d e b p r i y a দ ে ব প ্ র ি য া
d e k a p a m দ ে ক া প া ম
d e o n a r i n e ড ে ও ন া র ি ন
d e p a u w ড ে প া উ ই
d e r b y ড া র ্ ব ি
d e s দ ে স
d e s i e r t o দ ে স ি য় ে র ত ো
d e w a l d ড ে ও য় া ল ্ ড
d h a d i a l ধ া দ ি য় া ল
d h a l g a o n ধ া ল গ া ঁ ও
d h a m d a h a ধ া ম ড া হ া
d h a n e s h w a r ধ া ন ে শ ্ ব র
d h a n m a n d a l ধ া ন ম ন ্ ড ল
d h a n s a d ধ ন স া দ
d h a n u m a t i ধ া ন ু ম ত ি
d h a r a m d e o ধ র ম দ ে ও
d h a r m a ধ র ম া
d h a r m a d a s ধ র ্ ম দ া স
d h a r m a p u r i ধ র ্ ম প ু র
d h a r m a v a r a m ধ র ্ ম ভ র ম
d h a r s h a n a ধ র স ন
d h e e n a ধ ে ন া
d h e k n e ধ ে ক ন ে
d h i l l o n ধ ী ল ো ন
d h i n g r a ধ ী ন গ ্ র া
d h i n o j ধ ি ন ো জ
d h i r b a l a ধ ী র ব া ল া
d h r u b a ধ ্ র ু ব
d i a s দ ি য় া স
d i c h p a l l i দ ি চ প ল ্ ল ি
d i d j e r i d u ড ি ড জ ে র ি ড ু
d i g h e দ ি ঘ ে
d i l b a r দ ি ল ব র
d i n a j p u r দ ি ন া জ প ু র
d i p t i m a n দ ী প ্ ত ি ম া ন
d i r k ড ি র ক
d i s a দ ি স া
d i s n e y ড ি জ ন ি
d i y o d a r দ ি ও দ র
d l i n k ড ি ল ি ঙ ্ ক
d o n a l d ড ো ন া ল ্ ড
d o s দ ো স
d r o n a c h e l l a m ড ্ র ো ন া ছ ি ল ্ ল া ম
d u g a n p u r দ ু গ া ন প ু র
d u l i a j a n দ ু ল ি য় া জ া ন
d u l i b a l a দ ু ল ি ব া ল া
d u l u দ ু ল ু
d u r b a d a l দ ু র ্ ব া দ ল
d u r g a d a s i দ ু র ্ গ া দ া স ী
d u r g a m o y e দ ু র ্ গ া ম য ী
d u r g a u t i দ ূ গ া উ ত ি
d w a r k a দ ্ ব া র ক া
d y s o n ড ি স ন
e a l h a m এ ল হ ্ য া ম
e a s t e r n ই স ্ ট া র ্ ন
e d i n b u r g h এ ড ে ন ব া র ্ গ
e d m o n t o n এ ড ম ন ্ ট ো ন
e f f i n g h a m এ ফ ি ন গ া ম
e k a n g a r s a r a i এ ক া ন গ া র স া র া ই
e l e c t r o n i c s ই ল ে ক ট ্ র ন ি ক স
e l t o n এ ল ্ ট ো ন
e m a n u e l e ই ম া ন ু য় ে ল
e m i n e n t এ ম ি ন ে ন ্ ট
e n a m u l ঈ ন া ম ু ল
e n v o y এ ন ভ য়
e p i s c o p a l এ প ি স ক ো প া ল
e p s o n এ প স ন
e r i e ই র ি ক
e r i e এ র ি
e s a b ই স া ব
e s s e x এ স ে ক ্ স
e s t o n i a n এ স ্ ট ো ন ি য় া ন
e u d o r a ই উ ড ো র া
e x c e p t i o n a l এ ক ্ স স ে প শ া ন া ল
f a j l u l ফ জ ল ু ল
f a k i r c h a n d r a ফ ক ি র চ ন ্ দ ্ র
f a l a h i ফ া ল া হ ি
f a l a k a t a ফ া ল া ক া ট া
f a m i l y ফ ্ য া ম ি ল ি
f a q i h ফ া ক ি হ
f a r e h a m ফ া র ে হ া ম
f a t e h a b a d ফ ত ে হ া ব া দ
f a t e m a b i b i ফ া ত ে ম া ব ি ব ি
f a t s ফ া ট স
f a y e ফ া য়
f a z a l p u r ফ া জ ল প ু র
f a z l ফ জ ল
f e r n a n d o ফ ে র ন া ন ্ ড ো
f i e l d i n g ফ ি ল ্ ড ি ং
f i l l e r ফ ি ল া র
f i l m ফ ্ ল ি ম
f i n a n c e ফ া ই ন ্ য া ন ্ স
f i n a n c i a l ফ ি ন া ন ্ স ি য় া ল
f i r e ফ া য় া র
f i v e ফ া ই ভ
f l e e c e ফ ্ ল ে ক
f l i n d e r s ফ ্ ল ি ন ড া র ্ স
f l i n t o f f ফ ্ ল ি ন ট ো ফ
f o i ফ ো ই
f o n d ফ ো ন ্ ড
f o r t ফ র ্ ট
f r i c k ফ ্ র ি ক
f u l t u s i ফ ু ল ট ু স ি
f u r s a t g a n j ফ ু র স া ট গ ঞ ্ জ
f u t u r e m e d i a ফ ি উ চ া র ম ি ড ি য় া
g a a w d i গ া ও দ ি
g a d a d h a r গ দ া ধ র
g a d h a r a গ া ধ র া
g a j a n a n গ জ া ন ন
g a j p a t i গ জ প ত ি
g a l i গ ল ি
g a m a গ া ম া
g a m a g e গ া ম া গ ে
g a m i n i গ া ম ি ন ি
g a n d h i g r a m গ া ন ্ ধ ী গ ্ র া ম
g a n e g a m a গ া ঙ ্ গ া ম া
g a n e s h c h a n d r a গ ণ ে শ চ ন ্ দ ্ র
g a n j a m গ ন জ া ম
g a r g e k a r গ া র ্ গ ে ক া র
g a r n i c a গ া র ্ ন ি ক া
g e n e r a l জ ে ন া র ে ল
g e o m e t r y জ ি ও ম ে ট ্ র ি
g e o r g e জ ি ও র ্ জ
g e t t y গ ে ট ্ য ে
g h a i b ঘ া হ ি ব
g h a t p r a b h a ঘ া ট প ্ র া ব ্ র া
g i d h a u r গ ি ধ া উ র
g l e n d i n n i n g গ ্ ল ে ন ড ি ন ি ং
g o b a i n গ ো ব ে ন
g o b i গ ো ব ি
g o d h r a গ ো ধ র া
g o d r e j গ ো দ র ে জ
g o g a m u k h গ ো গ া ম ু খ
g o k u l b a l a গ ো ক ু ল ব া ল া
g o l a m a l i গ ো ল া ম আ ল ী
g o l a m h o s e n গ ো ল ম হ ো স ে ন
g o l d s m i t h গ ো ল ্ ড স ্ ম ি থ
g o l o k গ ো ল ক
g o l o k গ ো ল ো ক
g o l o k b i h a r i গ ো ল ক ব ি হ া র ী
g o n d a গ ো ন ্ ড া
g o p a l k r i s h n a গ ো প া ল ক ৃ ষ ্ ণ
g o p i b l l a b গ ো প ী ব ল ্ ল ভ
g o s h a i n g a n j গ ো ষ ্ ণ া ই গ ঁ ঞ ্ জ
g o s s a i g a o n গ ো স া ই গ া ঁ ঙ
g o u r s u n d a r গ ৌ র স ু ন ্ দ র
g o v i n d n a g a r গ ো ভ ি ন ্ দ ন গ র
g r a s i m গ ্ র া স ি ম
g r e a t e r গ ্ র ে ট া র
g r i d গ ্ র ি ড
g r i m e s গ ্ র ি ম ে স
g u a r d i a n গ া র ্ ড ি য় া ন
g u i l d e r গ ু ই ল ড া র
g u i l f o r d গ ু ল ফ ো র ্ ড
g u l গ ু ল
g u l a b h g a n j গ ু ল া ভ গ ঞ ্ জ
g u l a b j a n b i b i গ ো ল া প জ া ন ব ি ব ি
g u l s a n গ ু ল স া ন
g u l z a r b a g h গ ু ল জ া র ব া গ
g u m m i d i p u n d i গ ু ম ্ ম ি দ ি প ু ন দ ি
g u n a r a t n e গ ু ন া র ত ্ ন ে
g u n d a p p a গ ু ন ্ দ া প ্ প া
g u o q i n গ ু ও ক ি ন
g u r d a s p u r গ ু র দ া স প ু র
g u r u গ ু র ু
g u r u d a s গ ু র ু দ া স
g y a l s h i n g গ য় া ল স ি ং
h a f i j a হ া ফ ি জ া
h a f i j u l হ া ফ ি জ ু ল
h a l l a m হ া ল া ম
h a m e r s l e y হ া ম ে র ্ স ল ে
h a m i d a b e g a m হ া ম ি দ া ব ে গ ম
h a r i m o t i হ র ি ম ত ী
h a r i s a d h a n হ র ি স া ধ ন
h a r m i s o n হ া র ম ি স ন
h a r r y হ ্ য া র ি
h a r v e s t হ া র ্ ভ ে স ্ ট
h a s h a n হ া শ া ন
h a s i b a হ া স ি ব া
h a s m i n a হ া স ম ি ন া
h e a d হ ে ড
h e a l t h স া স ্ থ ্ য
h e d g e w a r হ ে গ ও য় া র
h e m l a t a হ ে ম ল ত া
h e n a হ ে ন া
h e r i o t হ ে র ি য় ট
h e r n e d e n হ ে র ্ ন ে ড ে ন
h i c k হ ি ক
h i g g s হ ি গ স
h i g h e r হ া য় া র
h i n d u s t a n হ ি ন ্ দ ু স ্ থ া ন
h i r a p a d a হ ী র া প দ
h i s t o r y হ ি স ্ ট ি
h o c k i n g হ ক ি ং
h o f f m a n হ ফ ম ্ য া ন
h o g g হ ো গ
h o l d i n g s হ ো ল ্ ড ি ং স
h o l l i o a k e হ ো ল ্ ল ি ক
h o l l o g n e হ ো ল ো ং ন ে
h o m e s t e a d হ ো ম স ্ ট ে ড
h o r a t i o হ ো ্ র া স ি ও
h o r i m o h a n হ র ি ম ো হ ন
h o r n হ র ্ ণ
h o s n a r a হ ো স ন া র া
h o t s p u r হ ট স প ু র
h o w a r t h হ া ও য় া র ্ থ
h o w e হ ো য় ে
h o y s a l e s w a r a হ য় স া ল ে শ ্ ব র
h u m a n a হ ু ম ন া
h u s s a i n হ ো স ে ন
h y d e হ া ই ড
i d a h o ই দ া হ ো
i d r a n a t h ই ন ্ দ ্ র ন া থ
i i i ত ৃ ত ী য়
i m m s ই ম স
i n d e p e n d e n c i a ই ন ্ ড ি প ে ন ড ে ন ্ স ি য় া
i n d i k a ই ন ্ ড ি ক া
i n d i u m ই ন ড ি য় া ম
i n g r a m ই ন গ ্ র া ম
i n s u r a n c e ই ন ্ স ্ য ু র ে ন ্ স
i n t e r p i d ই ন ্ ট া র প ি দ
i p c a ই প ক া
i r i s h আ ই র ি শ
i s h a k ই শ া ক
i s h i t a ঈ শ ি ত া
i s l a m ই স ল া ম
i s r a e l ই স র া য় ে ল
i v a n ই ভ া ন
j a f f e r জ া ফ া র
j a g i n d a r জ গ ী ন ্ দ ্ র র
j a g j i t জ গ জ ি ত
j a h a n a জ া হ া ন া
j a h a n k h e l a জ া হ া ন খ ে ল া
j a h a r a b i b i জ হ র া ব ি ব ি
j a h e r a l i জ া হ ে র আ ল ি
j a i n i s m জ ৈ ন ই জ ম
j a k i r জ া ক ি র
j a l g a o n জ ল গ া ঁ ও
j a m জ া ম
j a m s h e d p u r জ া ম স ে দ প ু র
j a p a h a r i জ প হ র ি
j a q u e s জ ্ য া ক ্ স
j a s r a j য শ র া জ
j a t i n জ ত ি ন
j h a b u a ঝ া ব ু য় া
j h a n s i ঝ া ঁ স ি
j h a r n a র ্ ঝ ণ া
j h u m p a ঝ ু ম ্ প া
j h u n a r a n i ঝ ু ন া র া ন ী
j h u n j h u n u ঝ ু ন ঝ ু ন ু
j i n d a l জ ি ন ্ দ া ল
j i t e n জ ী ত ে ন
j o b s জ ব স
j o h n s o n জ ো হ ন স ন
j o r h a t জ ো ড় হ া ট
j o s e p h জ ো স ে প
j o y c e জ ো ক ে
j u r a n g p a t h y জ ু র ঙ ্ গ প থ ি
k a i n j i ক া ঞ ্ জ ি
k a j w a d k a r ক া জ ও য় া দ ক া র
k a k a ক া ক া
k a l a n ক া ল া ন
k a l i k a ক া ল ি ক া
k a l i m u d d i n ক ল ি ম দ ্ দ ি ন
k a l l a b a t i ক া ল ্ ল া ব ত ী
k a m a l k i s h o r ক ম ল ক ি শ ো র
k a n a d ক ন া দ
k a n k a ক ঙ ্ ক
k a r n e s ক া র ্ ন ে স
k a r s t a d t q u e l l e ক া র স ্ ট া ড ক ু য় ে ল
k a s h i r a m ক া শ ী র া ম
k e e r a t p u r ক ে র া ত প ু র
k e j i m k u j i k ক ে জ ি ম ক ু জ ি ক
k e l l e y ক ি ল ি
k e n a m u ক ে ন া ম ু
k e n i l w o r t h ক ে ন ি ল ও য় া র ্ থ
k e s h a r ক ে শ র
k e s h a v d a s ক ে শ ভ দ া স
k h a n খ া ন
k h a n d u খ া ঁ দ ু
k h e n t i খ ে ন ্ ত ী
k h u k u n খ ু ক ু ন
k i ক া
k i ক ি
k i j k u i t ক ি জ ক ু ই ট
k i n k a r ক ি ং ক র
k i r a n d e v i ক ি র ন দ ে ব ী
k i s h a n l a l ক ি ষ ন ল া ল
k o h i n o o r b e g a m ক হ ি ন ু র ব ে গ ম
k o y o ক ো য় ো
k r i s h n a d a s ক ৃ ষ ্ ণ দ া স
k r i s h n a g o p a l ক ৃ ষ ্ ণ গ ো প া ল
k r o n a ক ্ র ো ন
k u m a r i d e v i ক ু ম া র ী দ ে ব ী
k u r s e d a l i খ ু র স ে দ আ ল ি
k u s h i m o h a n খ ু শ ি ম ো হ ন
k u t c h ক ু চ
k u t u b u d d i n ক ু ত ু ব উ দ ্ দ ি ন
k u t u m b e ক ু ট ু ম ্ ব ে
l a ল া
l a b l i ল া ব ল ী
l a b o n i ল া ব ন ী
l a c r o s s e ল া ক ্ র ো স
l a c r o s s e ল ্ য া ক ্ র ো স ে
l a g u ল া গ ু
l a k s h m a n ল ক ্ ষ ্ ম ণ
l a k s h m i p a d a ল ক ্ ষ ্ ম ী প দ
l a k s h m i r a n i ল ক ্ ষ ী র া ণ ী
l a l b a b u ল া ল ব া ব ু
l a l s a h a b ল া ল স া হ ে ব
l a m a r ল া ম া র
l a t a b a l a ল ত া ব া ল া
l a t i k a ল ত ি ক া
l a t i k a b a l a ল ত ি ক া ব া ল া
l a w s o n ল ো শ ন
l e a r y ল ি য় ে র ি
l e h m a n n ল ে হ ম ্ য া ন
l e m p i r a ল ে ম ্ প ি র া
l e t t e r m a n ল ে ট া র ম ্ য া ন
l e v ল ে ভ
l e v a s s e u r ল ে ভ া স ে উ র
l i f e t i m e ল া ই ফ ট া ই ম
l i n g a n a m a k k i ল ি ঙ ্ গ ন ম ক ্ ক ি
l i n g e s h w a r a ল ি ঙ ্ গ ে শ ্ ব র
l i t t l e h a m p t o n ল ি ট ি ল হ ্ য া ম ্ প ট ন
l o j k i ল ো জ ক ি
l o l e ল ো ল ে
l o p a m u d r a ল ো প া ম ু দ ্ র া
l o u h a r a ল ো উ হ া র া
l o v e r i d g e ল া ভ র ি জ
l o y d c h i l e s ল য় ে ড চ ি ল ি স
l u f t h a n s a ল ু ফ থ া ন ্ স
l u t f a ল ু ত ্ ফ া
l y t t o n ল ি ট ন
m a c k r e t h ম ্ য া ক ক ্ র ে থ
m a g n a ম গ ন া
m a h a d e v ম হ া দ ে ব
m a h a j a n ম হ া জ ন
m a h a l ম হ ল
m a h a m m a d a l i ম হ ম ্ ম দ া ল ী
m a h a s h w e t a ম হ া শ ্ ব ে ত া
m a h e s w a r ম হ ে শ ্ ব র
m a h i a ম া হ ি য় া
m a h i m r a n j a n ম হ ি ম র ঞ ্ জ ন
m a i k e l ম া ই ক ে ল
m a j a d a n ম া জ ে দ া ন
m a j a r u l ম া জ া র ু ল
m a j i r u n ম জ ি র ু ন
m a j r i ম া জ র ি
m a k h a n c h a n d r a ম া খ ন চ ন ্ দ ্ র
m a l a t i ম া ল ত ী
m a l a y ম া ল য়
m a l h a r ম া ল হ া র
m a l i k a ম া ল ি ক া
m a l l a n w a l a ম া ল ্ ল া ন ও য় া ল া
m a m i r u n ম ম ি র ু ন
m a n a j i t ম ন জ ি ত ্
m a n d a ম ন ্ দ া
m a n d u ম া ন ্ ড ু
m a n i m u t h a r ম ন ি ম ু ক ্ ত া
m a n i s h a ম ন ী ষ া
m a n i t o u l i n ম ্ য া ন ি ট ও ল ি ন
m a n k u ম া ন ক ু
m a n m a t h a n a t h ম ন ্ ম থ ন া থ
m a n o y a r a k h a t u n ম ন ো য া র া খ া ত ু ন
m a n t a j ম ন ্ ত া জ
m a n t i ম ন ্ ট ু
m a n t u l a l ম ণ ্ ট ু ল া ল
m a n z a n a ম া ন জ া ন া
m a n z o o r ম া ন স ো র
m a o ম া ও
m a r a t h i ম া র া ঠ ী
m a r i a ম া র ি য় া
m a r i r a m ম র ি র া ম
m a r i t i m e ম া র ি ট া ই ম
m a r j e m a ম র জ ে ম া
m a r t e l l ম া র ্ ট ে ল
m a r u d a m a l a i ম া র ু দ া ম া ল া ই
m a r w a h ম া র ও য় া
m a s a r i ম স র ী
m a s i b u r ম স ি ব ু র
m a s u d a b i b i ম া স ু দ া ব ি ব ি
m a t a v ম া ত ভ
m a t i ম ত ি
m a t i r a h a m a n ম ত ি র হ ম া ন
m a t k a r i ম া ত ক া র ি
m a t u s a d o n a ম া ত ু স া দ ো ন া
m a u g h a m ম ু গ া ম
m a y b a n k ম ে ব ্ য া ঙ ্ ক
m a y i l a d u t u r a i ম া য় ি ল া দ ু ত ু র া ই
m c a l l i s t e r ম ক া ল ি স ্ ট া র
m c d o w e l l ম ্ য া ক ড ো য় ে ল
m e d f o r d ম ে ড ফ ো র ্ ড
m e g h d u t ম ে ঘ দ ূ ত
m e h e d i ম ে হ ে দ ী
m e h e r u n n i s a ম ে হ ে র উ ন ্ ন ি স া
m e r ম া র
m e r i j a n ম ে র ী জ া ন
m e s s i n i a ম ে স ি ন ি য় া
m e t h a n e x ম ি থ া ন ে ক ্ স
m i c h i g a n ম ি চ ি গ া ন
m i c r o s y s t e m s ম া ই ক ্ র ো স ি স ্ ট ে ম স
m i d w a y ম ি ড ও য় ে
m i g u e l ম ি গ ু য় ে ল
m i h i j a n ম ি হ ি জ া ন
m i l i ম ি ল ি
m i l l i c o m ম ি ল ি ক ম
m i l o n g a ম ি ল ং গ া
m i l t o n ম ি ল ্ ট ন
m i n a k u m a r i ম ি ন া ক ু ম া র ী
m i r ম ি র
m i r c ম ি র ্ ক
m i s s ম ি স
m i s s i s s i p p i ম ি স ি স ি প ি
m i t h r a ম ি থ ্ র া
m i t t a l ম ি ত ্ ত ল
m o b a r a k ম ো ব া র ক
m o f i j ম ো ফ ি জ
m o h a n l a l ম ো হ ন ল া ল
m o h a r j a n ম ো হ র জ া ন
m o k s h a d a ম ো ক ্ ষ দ া
m o l a ম ো ল া
m o l e s ম ো ল স
m o n m o u t h ম ো ন ম া উ থ
m o n s a b a l a ম ন স া ব া ল া
m o n t a g u ম ো ন ্ ট া গ ু
m o o n ম ু ন
m o o r s ম ্ য ু র স
m o r n e ম র ্ ন
m o r r i s o n ম ো র ি স ন
m o r t a z a ম ো র ত া জ া
m o r t u j a ম ো র ্ ত ু জ া
m o v i n g ম ু ভ ি ং
m u b a r a k ম ু ব া র ক
m u d d a l ম ু দ ্ দ া ল
m u k e s h ম ু ক ে শ
m u k h o p a d h y a y ম ু খ ো প া ধ ্ য া য়
m u k s e d u l ম ো ক স ে দ ু ল
m u k t a k e s h i ম ু ক ্ ত া ক ে শ ী
m u k t a l a t a ম ু ক ্ ত ল ত া
m u k u l c h a n d r a ম ু ক ু ল চ ন ্ দ ্ র
m u l e ম ু ল ে
m u l u k c h a n d ম ু ল ু ক চ া ঁ দ
m u n a s i n g h e ম ু ন স ি ং হ
m u n d i a ম ু ন দ ি য় া
m u n g e r ম ু ঙ ্ গ ে র
m u n n a d e v i ম ু ন ্ ন া দ ে ব ী
m u n n i b e g a m ম ু ন ্ ন ি ব ে গ ম
m u n r o ম ন র ো
m u r a r i m o h a n ম ূ র া র ী ম ো হ ন
m u r t a j a ম ু র ত া জ া
m u s e m ম ু স ে ম
m u s h a r a t ম ু শ া র ত
m u s t a r i b e g a m ম ু স ্ ত া র ি ব ে গ ম
n এ ন
n a b a k i s h o r ন ব ক ি শ ো র
n a g e n c h a n d r a ন গ ে ন চ ন ্ দ ্ র
n a g e n d a r ন গ ে ন ্ দ র
n a i y a r ন া য় া র
n a j a r a l i ন জ র আ ল ী
n a j i m a ন জ ি ম া
n a l i n i k a n t a ন ল ি ন ী ক া ন ্ ত
n a n c y ন ্ য া ন ্ স ি
n a n d a d u l a l ন ন ্ দ দ ু ল া ল
n a o s a r ন ও স া র
n a r a n c h a n d r a ন া র া ন চ ন ্ দ ্ র
n a s h e r a ন া শ ে র া
n a s h i m ন া শ ি ম
n a s h i r a ন া শ ি র া
n a s i b u d d i n ন স ি ব ু দ ্ দ ি ন
n a s k a r ন স ্ ক র
n a s r a ন া স র া
n a s s e r ন া স ে র
n a t c h e z ন ট চ ে জ
n a t r o n a ন া ট ্ র ো ন া
n a t u r a ন ্ য া চ ু র া
n a y a k ন া য় ে ক
n e l c o ন ে ল ক ো
n e u m a n n ন ু ম ্ য া ন
n e v a n l i n n a ন ে ভ া ল ি ন া
n e w b e r r y ন ি উ ব ে র ি
n i a m u r ন ৈ ম ু র
n i b h a n a n i ন ি ভ া ন ন ী
n i d h u r a m ন ি ধ ু র া ম
n i g i t s u ন ি গ ি ত স ু
n i h a r a ন ি হ া র া
n i h a r r a n j a n ন ি হ া র র ঞ ্ জ ন
n i j a r u l ন ি জ া র ু ল
n i l a m b a r ন ী ল া ম ্ ব র
n i l a n j a n a ন ী ল া ঞ ্ জ ন া
n i l k u m a r ন ী ল ক ু ম া র
n i l o p h a r ন ি ল ো ফ র
n i r m a ন ি র ম া
n i s h a k a r ন ি শ া ক র
n i s h i b a l a ন ি শ ি ব া ল া
n o r o n h a ন ো র ো ন হ া
n o t t i n g h a m ন ো ট ি ং হ া ম
n o v a r t i s ন ো ভ া র ্ ট ি স
n o v e l l o ন ো ভ ে ল ো
n o v o ন ো ভ ো
n o v o r o s s y s k ন ো ভ ো র স ি স ্ ক
n u m i s m a t i c ন ি উ ম ি স ম ে ট ি ক
n u r b a n ন ু র ব া ন
n u r b e g a m ন ু র ব ে গ ম
n u r e j a ন ূ র ে জ া
n u r j a h a n b i b i ন ু র জ া হ া ন ব ি ব ি
n u r p u r i ন ু প ু র ি
n u s r a t ন ূ র স া ত
n u w a n ন ু য় া ন
o h i o ও হ ি ও
o l a f s ও ল া ফ স
o l o n g a ও ল ো ঙ ্ গ া
o p t i c অ প ট ি ক
o r i s k a n y ও র ি স ক া ন ী
o r l e a n s অ র ল ি ন স
o s t r o h ও স ্ ট র ো
o y a j u d d i n ও য া জ দ ্ দ ি ন
p a a g e প া গ
p a b i t r a k u m a r প ব ি ত ্ র ক ু ম া র
p a c h u b a l a প া চ ু ব া ল া
p a d u b a l a প দ ু ব া ল া
p a k h i r a n i প া খ ী র া ন ী
p a l e k a r প া ল ে ক া র
p a l e s t r o প ্ য া ল ে স ্ ট ্ র ো
p a m b a r প া ম ্ ব া র
p a n c h a l i প া ঞ ্ চ া ল ী
p a n d u প া ণ ্ ড ু
p a n j a n g প া ঞ ্ জ া ং
p a n n a প া ন ্ ন া
p a r a g u a y a n প া র া গ ু য় া ন
p a r a m i n d a r প র ম ি ন ্ দ র
p a r a s h প র শ
p a r e i l প া র ে ল
p a r t h i v প া র ্ থ ি ভ
p a r u l a t a প া র ু ল ত া
p a r w a n a প র ও য় া ন া
p a s t e r n e k প স ্ ট া র ন ে ক
p a t h i k প থ ি ক
p a u l b u d d h e প ল ব ু দ ্ ধ ে
p a v a r o t t i প া ভ া র ো ত ্ ত ি
p e a c e শ া ন ্ ত ি
p e a r s e প া র স ি
p e a r s o n প ে র স ন
p e c h i p a r a i প ে চ ি প া র া ই
p e g a s u s প ে গ া স া স
p e k i n g প ে ক ি ং
p e r i y a r প ে র ি য় া র
p h a k i r a l i ফ ক ি র আ ল ি
p h a k i r b a l a ফ ক ি র ব া ল া
p h a n i g o p a l ফ ন ী গ ো প া ল
p h a r s i j a ফ া র স ি য া
p h e l u r a n i ফ ে ল ু র া ন ী
p h i l a t e l i c ফ ি ল া ট ে ল ি ক
p h u d n a ফ ু দ ন া
p h u r k u ফ ু ড় ক ু
p i a s t r e s প ি য় া স ্ ট ্ র ে স
p i k e প ি ক
p i l t u প ি ল ্ ট ু
p i m p a r i k a r প ি ম ্ প া র ি ক া র
p i n a u l t প ি ন া উ ল ্ ট
p i o n e e r প া ও ন ে র
p i r a m a প ি র া ম া
p l u n k e t t প ্ ল া ন ক ে ট
p o l l i n g t o n প ো ল ি ং ট ন
p o l o প ো ল ো
p r a b h i n প ্ র ভ ী ন
p r a d e s h প ্ র দ ে শ
p r a g প ্ র া গ
p r a g u e প ্ র া গ
p r a g u e প ্ র ে গ
p r a k r i t i প ্ র ক ৃ ত ি
p r a s a d প ্ র স া দ
p r a s e n j i t প ্ র স ে ন জ ি ত
p r a t h a m i প ্ র থ ম ী
p r a t i m a d e b i প ্ র ত ি ম া দ ে ব ী
p r e i s প ্ র ে ই জ
p r i c o l প ্ র া ই ক ল
p r i e s t l e y প ্ র ি স ্ ট ল ি
p r o g e o n প ্ র ো জ ি য় ন
p r o m i t প ্ র ম ি ত
p r o p a c k প ্ র ো প ্ য া ক
p r o t h e r i c s প ্ র ো থ ে র ি ক স
p u d h a r i প ু ধ া র ি
p u l a s k i প ু ল ষ ্ ক ি
p u r a n i k প ু র া ন ি ক
p u s p a b a l a প ু ষ ্ প ব া ল া
p u t u l r a n i প ু ত ু ল র া ণ ী
q u i c k s t e p ক ু ই ক স ্ ট ে প
q u i l a ক ি ল া
q u t b u d d i n ক ো ত ু ব উ দ ্ দ ি ন
r a b i p r a k a s h র ব ি প ্ র ক া শ
r a b i s h a n k a r র ব ি শ ঙ ্ ক র
r a b i s h a n k a r র ব ী শ ঙ ্ ক র
r a d h i k a র া ধ ী ক া
r a f i q u l র ফ ি ক ু ল
r a g h u r a j র ঘ ু র া জ
r a i g a d র া য় গ ড়
r a i n a র া ই ন া
r a j a r s h i র া জ র ্ ষ ি
r a j a s m a n d র া জ স
r a j a t k u m a r র জ ত ক ু ম া র
r a j e র া জ ে
r a j g e e r র া জ গ ী র
r a j i n d r a র া জ ি ন ্ দ ্ র
r a j k o t র া জ ক ো ট
r a j k u m a r র া জ ু ক ু ম া র
r a j l a k s h m i র া জ ল ক ্ ষ ী
r a j l a k s h m i র া জ ল ক ্ ষ ্ ম ী
r a j u র া জ ু
r a k h a h a r i র া খ হ র ি
r a k h i r a n i র া খ ী র া ন ী
r a l l i s র ্ য া ল ি স
r a m a n র া ম া ন
r a m b a t i d e v i র া ম ব ত ী দ ে ব ী
r a m d a s s র া ম দ া স
r a m d h a r i র া ম ধ া র ী
r a m j i র া ম জ ি
r a m j i র া ম জ ী
r a m o n র া ম ো ন
r a m p u r র া ম প ু র
r a m u w a l i a র া ম ু ও য় া ল ি য় া
r a n g a n a র ঙ ্ গ ন া
r a n j i t a র ঞ ্ জ ী ত া
r a t r i র া ত ্ র ি
r a y m o n d র ে ম ন ্ ড
r e b a t i b a l a র ে ব ত ী ব া ল া
r e d d y s র ে ড ্ ড ি স
r e d o u b t র ি ড া উ ট
r e e v e s র ি ভ ে স
r e i n s u r a n c e র ি ই ন স ি ও র ে ন ্ স
r e i s u d d i n র ে ই স ু দ ্ দ ি ন
r e j a u l h o k র ে জ া উ ল হ ক
r e k h i র ে খ ী
r e l a t i v i t y র ি ল ে ট ি ভ ি ট ি
r e p u b l i q u e র ি প া ব ল ি ক
r e q u e র ে ক ে
r e s i d a b i b i র ে স ি দ া ব ি ব ি
r e s t o r a t i o n র ে স ্ ট ো র া শ া ন
r e v o l u t i o n a r y র ি ভ ো ল ি উ শ ন া র ী
r e z i n a র ে জ ি ন া
r h o d i u m র ো ড ি য় া ম
r i f a i র ি ফ া ই
r i j a k র ি জ া ক
r i n g h e র ি ঙ ্ ঘ ে
r i p u র ি প ু
r i s h i k a n t a ঋ ষ ি ক া ন ্ ত
r i t e s h র ি ত ে শ
r i v e r র ি ভ া র
r o c k i n g h a m র ক ি ং হ া ম
r o h a n র ো হ া ন
r o h i n i র ো হ ি ন ী
r o h i t র হ ি ত
r o j i n a b e g a m র ো জ ি ন া ব ে গ ম
r o k e b y র ো ক ে ব ী
r o k s a n a র ো ক শ া ন া
r o m a n i a র ো ম া ন ি য় া
r o o s e v e l t র ু জ ভ ে ল ্ ট
r o s h n a i b i b i র ো শ ন া ই ব ি ব ি
r o s t e r র ো স ্ ট া র
r o t t e r d a m র ো ট া র ্ ড ড া ম
r o u s a n a r a b i b i র ও স া ন া র া ব ি ব ি
r o y র য়
r u b a n র ু ব া ন
r u b i র ু ব ি
r u c h i র ু চ ি
r u d o l p h র ু ড ো ল ফ
r u d y র ু ড ি
r u i g e n h o e k s e d i j k র ু ই গ ে ন হ ো য় ে ক দ ি জ ক
r u i k a r র ু ই ক া র
r u m e s h র ু ম ে শ
r u m i t a র ু ম ি ত া
r u p a i র ু প া ই
r u p a k র ূ প ক
r u p b a n u র ূ প ব া ন ু
r u p c h a d র ু প চ া ঁ দ
r u p i b a l a র ু প ী ব া ল া
r u p i b a l a র ূ প ী ব া ল া
r u p k u m a r র ু প ক ু ম া র
r u p l a l র ূ প ল া ল
r u s s y র ু স ি
r u s t a m র ু স ্ ত ম
r y d e r র া ই ড া র
s a a b u স া ব ু
s a a m b h i স া ম ্ ভ ি
s a b i b স া ব ি ব
s a b i n a l স া ব ি ন া ল
s a b i t r i স া ব ি এ ী
s a b n i s স া ব ন ি স
s a c r e d স ্ য া ক ্ র ে ড
s a d h a n k u m a r স া ধ ন ক ু ম া র
s a g a r r a n i স া গ র র া ন ী
s a h a j a d i b i b i স া হ া জ া দ ি ব ি ব ি
s a h a r a b e g a m স া হ া র া ব ে গ ম
s a i স া ই
s a i d u l স ঈ দ ু ল
s a i f u d d i n স া ই ফ ু দ ্ দ ি ন
s a i p a n স া ই প া ন
s a j e d a স া জ ে দ া
s a j e e w a স া জ ে য় া
s a k i l স া ক ি ল
s a l a a b a t p u r a স া ল া ব া ট প ু র
s a l e m a স ল ে ম া
s a l i m স া ল ি ম
s a m a r a w e e r a স া ম া র া ও য় ে র া
s a m a r c h a n d r a স ম র চ ন ্ দ ্ র
s a m b o r a স ম ্ ব র া
s a m i d a স া ম ি দ া
s a m i d u l স ম ি দ ু ল
s a m s u n g স ্ য া ম স া ং
s a n d e e p স ন ্ দ ি প
s a n d h a a r স ন ্ ধ া র
s a n g a n e r স া ঙ ্ গ া ন ে র
s a n g h i স া ঙ ্ ঘ ি
s a n g i t স ঙ ্ গ ী ত
s a n h a t i স ং হ ত ি
s a n j h স া ঁ ঝ
s a n j i t k u m a r স ঞ ্ জ ি ত ক ু ম া র
s a n j u স ঞ ্ জ ু
s a r a b j i t স র ব জ ি ত ্
s a r a j e v o স র া জ ে ভ ো
s a r a l a স র ল া
s a r a m a স র ম া
s a r a n d e e p স র ন ্ দ ী প
s a r b a r i শ র ্ ব ্ ব র ী
s a r d e s a i স া র দ ে শ া ই
s a r i k a স া র ি ক া
s a r o j m o n i স র ো জ ম ন ি
s a r t i স া র ত ি
s a t i r a n i স ত ী র া ন ী
s a t y a n a r a y a n স ত ্ য ন া র া য় ন
s a u g a t a স ৌ গ ত
s a u l স ল
s c a i l e x স ্ ক ্ য া ই ল ে ক ্ স
s c h e l l স ্ ক ে ল
s e c u r i t y স ি ক ু র ি ট ি
s e l i m a স ে ল ি ম া
s e l w y n স ে ল উ ই ন
s h a d a b স া দ া ব
s h a d i k শ া দ ি ক
s h a h b a n u শ া হ ব া ন ু
s h a j a p u r স া জ প ু র
s h a k e e l স া ক ে ল
s h a k t i m o y e শ ক ্ ত ি ম য ী
s h a k u n t a l a শ ক ূ ন ্ ত ল া
s h a l m a শ ল ম া
s h a m b h u c h a r a n শ ম ্ ভ ু চ র ণ
s h a m b h u c h a r a n শ ম ্ ভ ু চ র ন
s h a m i শ ম ী
s h a m i l শ া ম ি ল
s h a m s h u l শ া ম শ ু ল
s h a n k a r c h n d r a শ ং ক র চ ন ্ দ ্ র
s h a r i f a শ র ী ফ া
s h a r i f u l স া হ র ি ফ ু ল
s h a t n e r শ া ত ন ে র
s h a t u শ ত ু
s h a w স
s h e i k h m o n s u r স ে খ ম ন স ু র
s h e i k m o n t a j স ে ক ম ন ত া জ
s h e l i শ ে ল ী
s h e v g a o n k a r স ে ভ গ া ঁ ও ক া র
s h i b a p a d a শ ি ব প দ
s h i l a b a t i শ ি ল া ব ত ী
s h i u k u m a r শ ি উ ক ু ম া র
s h o r a s h i ষ ো ড় শ ী
s h p e l l a শ ফ ে ল া
s h r i c h a r a n শ ্ র ী চ র ণ
s h r i m a শ ্ র ী ম া
s h r i n a t h শ ্ র ী ন া থ
s h u k c h a d শ ু ক চ া ঁ দ
s h u n a শ ু ন া
s i d d h a r t h a স ি দ ্ ধ া র ্ থ
s i d d h u স ি দ ্ ধ ু
s i k a t u n a শ ি ক া ট ু ন া
s i l k স ি ল ্ ক
s i l l s স ি ল স
s i n g h a স ি ং হ
s i n g l a স ি ং ল া
s i p a i স ি প া ই
s k a n s k a স ্ ক া ন ্ স ক া
s k i স ্ ক ি
s l a t e r স ্ ল ে ট া র
s o n i a স ন ি য় া
s o n o r a n স ো ন ো র ন
s o p h i a স ো ফ ি য় া
s o r r e n t o স ো র ে ন ্ ট ো
s o u m o d i p স ৌ ম দ ী প
s p e a r m a n স ্ প ে য় া র ম ্ য া ন
s p e c t o r স ্ প ে ক ্ ট র
s r e s h t h o শ ্ র ে ষ ্ ট ো
s r i n i v a s a n শ ্ র ী ন ি ভ া স ন
s t e e l s স ্ ট ী ল স
s t e v e n s o n স ্ ট ী ভ ে ন স ন
s t o n e স ্ ট ো ন
s t o r e s স ্ ট ো র ি
s t o t i n k i স ্ ত ো ত ি ন ক ি
s t u p a স ্ ত ু প
s t y l e s স ্ ট া ই ল স
s u b a স ু ব া
s u b a r n a b a l a স ু ব র ্ ণ ব া ল া
s u b r o s স ু ব ্ র স
s u d e b স ু দ ে ব
s u d h i l স ু ধ ী ল
s u d i p স ু দ ি প
s u j i t স ু জ ি ত
s u l a স ু ল া
s u l t a n a স ু ল ত া ন া
s u m a t i স ু ম ত ি
s u m i t r a স ু ম ি ত ্ র া
s u n i r m a l স ু ন ি র ্ ম ল
s u n i r m a l স ু ন ি র ্ ম ্ ম ল
s u n o p t a স া ন ও প ্ ট া
s u p e r স ু প া র
s u r a b h i স ু র ভ ী
s u r a j b a l a স র জ ু ব া ল া
s u r a j i t স ু র জ ী ত ্
s u r a j m o n i স ূ র জ ম ন ি
s u r a n d স ু র ন ্ দ
s u r u b a l i স ু র ু ব া ল ি
s u t r i s h n a স ু ত ৃ ষ ্ ণ া
s w a d e s h স ্ ব দ ে শ ী
s w a m y স ্ ব া ম ী
s w a p n a স ্ ব প ্ ন া
s w a t i l e k h a স ্ ব া ত ী ল ে খ া
s y s t e m স ি স ্ ট ে ম
t a g a r i ট গ র ী
t a i l o r ট ে ল র
t a l h a ত া ল হ া
t a l l a e r t ট ল া র ্ ট
t a m a l i ত ম া ল ী
t a m a l k r i s h n a ত া ম া ল ক ৃ ষ ্ ণ
t a m b a l a ত া ম ্ ব া ল া
t a n d e m ট া ন ্ ড ে ম
t a n u j a b i b i ত ন ু জ া ব ি ব ি
t a p a n c h a n d r a ত প ন চ ন ্ দ ্ র
t a p a s k a n t i ত া প স ক া ন ্ ত ি
t a p a t i r a n i ত প ত ী র া ণ ী
t a p t i ত া প ্ ত ী
t a r a k a n t a ত া র া ক া ন ্ ত
t a r a k c h a n d r a ত া র ক চ ন ্ দ ্ র
t a r a n e k a r ত া র া ন ে ক া র
t a r a n t e l l a ট র ে ন ট ে ল া
t a r i n i ত া র ি ন ী
t a r t e ত া র ্ ত ে
t a s l i m ত স ল ি ম
t a s m i n a b i b i ত স ম ি ন া ব ি ব ি
t a t a ট া ট া
t a u h i d ত ৌ হ ি দ
t a v a r e ট া ভ া র
t e l e v i s i o n ট ে ল ি ভ ি শ া ন
t e l u g u ত ে ল ে গ ু
t e m p u ট ে ম ্ প ু
t e n n i s ট ে ন ি স
t e x a s ট ে ক ্ স া স
t h a k u r a n i ঠ া ক ু র া ন ী
t h a n e s w a r থ া ন ে শ ্ ব র
t h a n j a v u r থ া ঞ ্ জ া ভ ূ র
t h a t t h a থ ত ্ থ
t h e l s t o n থ ে ল স ্ ট ো ন
t h e r m a x থ া র ম ্ য া ক ্ স
t i l t m a n ট ি ল ্ ট ম ্ য া ন
t i m e s ট া ই ম স
t i p l e ট ি প ্ ল ে
t i r u v a n a n t p u r a m ত ি র ু ব ন ন ্ ত প ু র ম
t o c h i ট ো ছ ি
t o n g a n o x i e ট ো ঙ ্ গ া ন ো ক ্ স ি
t o r r e n t ট ো র ে ন ্ ট
t o s h i b a ত ো শ ি ব া
t r a c k ট ্ র া ক
t r a c y ট ্ র ে স ি
t r e v o r ট ্ র ে ভ া র
t r e v o r ট ্ র ে ভ ো র
t r o l l e ট ্ র ো ল ে
t r u m p ট ্ র া ম ্ প
t s i t s i k a m m a ট ি ত স ি ক া ম ্ ম া
t u d d ট ু ড ু
t u f a n ত ু ফ া ন
t u j i r ত ু জ ি র
t u k t u k i ট ু ক ট ু ক ি
t u l s i r a n i ত ু ল স ী র া ন ী
t u r a ত ু র া
t y n e ট া ই ন ি
u m a c h a r a n উ ম া চ র ণ
u m a p a d a উ ম া প দ
u m a p a t i উ ম া প ত ি
u m a s h a n k a r ঊ ম া শ ং ক র
u m e s h c h a n d r a উ ম ে শ চ ন ্ দ ্ র
u n i m a k ই উ ন ি ম ্ য া ক
u r m i l a d e b i উ র ্ ম ি ল া দ ে ব ী
u t t a m উ ও ম
v a a g h ব া ঘ
v a a l ভ া ল
v a i t a r n a ভ া ই ট া র ন া
v e a d e i r o s ভ ে দ ে ই র ো স
v e b l e n ভ ে ব ্ ল ে ন
v e n e r a b l e ভ ে ন ে র ে ব ল
v e n e t o ভ ে ন ে ট ো
v e r i z o n ভ ে র ি জ ন
v i c ভ ি ক
v i c o ভ ি ক ো
v i h u e l a ভ ি হ ু য় ে ল া
v i r u n g a ভ ি র ু ঙ ্ গ া
v i t a n k a r ভ ি ত া ন ক া র
v i t r a n ভ ি ট ্ র ন
v i t t h a l ব ি ঠ ঠ ল
v o o r d o r p s d i j k ভ ু র ড ো র ্ প দ ি জ ক
v o r p o m m e r n ভ র প ো ম ে র ্ ন
v y a p a a r ভ য় া প া র
w a c o a l ও য় া ক ো য় া ল
w a l e s a ও য় া ল ে স া
w a l k e r ও য় া ক া র
w a l l i n g t o n উ ই ল ি ং ট ন
w a l t e r ও য় া ল ্ ট া র
w a n t ও য় া ন ্ ট
w a s a n h a r ও য় া স ন হ া র
w a v d e ও য় া ভ দ ে
w e b b y ও য় ে র ী
w e l s p u n ও য় ে ল স ্ প া ন
w e s t s i d e ও য় ে ষ ্ ট স া ই ড
w h a m p o a ও য় া ম প ো য় া
w i n d e r উ ই ন ্ ড া র
w i n s t o n উ ই ন স ্ ট ন
w i s c o n s i n উ ই স ক ন স ি ন
w o o d s t o c k উ ড স ্ ট ো ক
x e n o n জ ে র ন
x y l o p h o n e এ ক ্ স ি ল ো ফ ো ন
y a m a h a ই য় া ম া
y a s h i m a ই য় া স ি ম া
y a z i d ও য় া জ ি দ
y e a g e r ই য় া গ া র
y o u n g ই য় ং
y o u n g ও ঙ ্ গ
y o u s u f ই উ স ু ফ
y o u s u f য ু স ু ফ
y t t e r b i u m ই ট া র ব ি য় া ম
y u e ই উ
y u g o s l a v i a য ু গ স ্ ল ো ভ ি য় া
|
488f871f440412f14c8a42b109887e2ab3bc91c6 | f5da6dd873d514a17c39d7b2b0121919f8433b5b | /Exercise_02.sce | 533b3a658dd6fdb09875fc15810b4c958d89f4df | [] | no_license | Gotcha17/CompFin_Sheet1 | d7a0a368aa20d7e27d8b5bd03d0ce59171190868 | 92c26627ebd43cb7f37096604cfc4f850f435d3e | refs/heads/master | 2021-01-02T23:01:13.322764 | 2017-08-15T22:20:03 | 2017-08-15T22:20:03 | 99,440,307 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,409 | sce | Exercise_02.sce | clc; clear;
function [y_hat, theta_hat] = cubic_regression (x, y); //function calculates values for a row vector consisting of variables: y_hat and theta_hat
X=[x.^3, x.^2, x, ones(x)]; //Vector X is created with 4 vectors, so basically it is a matrix. Each element of the to vectors is taken to the power of 3 or 2. that is why the dot is used in front of the power sign (^) is used. (elementwise).
theta_hat = inv(X'*X)*X'*y; //theta_hat is calculated, inverse function is used
y_hat = X*inv(X'*X)*X'*y; //y_hat is calculated
endfunction
x=[0:4]'; //1x5 vector x is created with values from 0 to 4
y=[1, 0, 3, 5, 8]'; // 1x5 vector y is created
[y_hat, theta_hat]=cubic_regression(x,y); //function cubic_regression is called with vectors x and y, with values assigned above
scf(0); //figure one is selected
clf(); //selected figure is emptied
plot(x,y, "ro"); //x against y is plotted with red dots as output
plot(x, y_hat); // it was assumed that the task is to compare the plot of true // values and the regression line
xgrid(1); //grid is included in the figure
title("Cubic regression"); //title is specified
xlabel("x value"); //x axis is labeled
ylabel("true and approximated ys"); //y axis is labeled
legend(['y'; 'y_hat (function U)'], [2]); //the legend is drawn in the upper left-hand corner for y (red dots )and y_hat (blue line)
|
7550247d13900408369b221ea090b1edb1542989 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1364/CH4/EX4.8.2/4_8_2.sce | daa10b776377ef4dd0929077c2a769e85c03fb94 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 194 | sce | 4_8_2.sce | clc
//initialisation of variables
g= 32.2 //ft/sec^2
A= 13 //in^2
l= 10 //in^1.5
//CALCULATIONS
Q= 2*%pi*1.05*sqrt(2*g*12)*A*l/1728
//RESULTS
printf (' Rate of flow= %.1f ft^3/sec ',Q)
|
3c4d23d829e229433c10b904fbb7a7407d93c92c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3681/CH5/EX5.18/Ex5_18.sce | 486fd901770f52918f74f5e10dc344bffb788d34 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,337 | sce | Ex5_18.sce | // Calculating the maximum flux and no load current of the transformer
clc;
disp('Example 5.18, Page No. = 5.99')
// Given Data
Ep = 400;// Primary winding voltage (in volts)
f = 50;// Frequency (in Hz)
A = 2.5*10^(-3);// Area of cross section (in meter square)
Sf = 0.9;// Stacking factor
Tp = 800;// Primary winding turns
li = 2.5;// Length of the flux path (in meter)
u0 = 4*%pi*10^(-7);// Permeability of free space
ur = 1000;// Relative ermeability
D = 7.8*10^(3);// Density of iron (in kg per meter cube)
FD_w = 2.6;// Working flux density (in W per kg)
// Calculation of the maximum flux
Ai = Sf*A;// Net iron area (in meter square)
Bm = Ep/(4.44*f*Ai*Tp);// Maximum flux density of core (in Wb per meter square)
Fm = Bm*Ai;// Maximum flux in the core (in Wb)
disp(Fm,'Maximum flux in the core (Wb)=');
// Calculation of the no load current
AT0 = li/(ur*u0)*Bm;// Magnetic mmf (in A)
Im = AT0/(2^(1/2)*Tp);// Magnetising current (in A)
V = Ai*li;// Volume of the core (in meter cube)
W = V*D;// Weight of core (in kg)
Pi = W*FD_w;// Iron loss (in W)
Il = Pi/Ep;// Loss component of no load current (in A)
I0 =(Im*Im+Il*Il)^(1/2);// No load current (in A)
disp(I0,'No load current (Ampere)=');
//in book answers are 0.00225 (Wb) and 1.77 (Ampere) respectively. The answers vary due to round off error
|
b878a92e6d0aea55f577e6c2aa3633be7c938e12 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1808/CH3/EX3.3/Chapter3_Exampl3.sce | 7e7c863b49592de0c959a3df58cb944f0495930b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 521 | sce | Chapter3_Exampl3.sce | clc
clear
//INPUT DATA
Tl=300;//engine temprature in Degree C
Th=1500;//engine temprature in Degree C
Fc=0.45;//Fuel consumption in kg/hr
cv=40000//kJ/kg
wd=4;//workdone in kW
//CALCULATIONS
nc=((Th-Tl)/(Th+273))*100;//Efficiency of carnot cycle in percentage
Qs=Fc*cv;//Heat is added in kJ/min
na=(wd/(Qs))*(3600*100);//efficiency developed by scientist in percentage
//OUTPUT
printf('(a)Efficiency of carnot cycle is %3.2f percentage \n (b)efficiency developed by scientist is %3.i percentage',nc,na)
|
19947a74f25fd12c569d04c1643d4c321d57b742 | 449d555969bfd7befe906877abab098c6e63a0e8 | /896/CH6/EX6.8/8.sce | 1cf291b69f5aa72dc7c44c12331cb7a4bdf7b059 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 290 | sce | 8.sce | clc
//Example 6.8
//Calculate the pump power required
q=200//gal/min
rho=62.3//lbm/ft^3
//1 ft^3 = 7.48 gal
m=(q/60)*rho/7.48//lbm/s
dx=2000//ft
dp=3.87//psi/100ft
F=(dp/100)*dx/rho*32.2*144//ft
//1 hp = 550 lbf.ft/s
Po=F*m/550//hp
printf("The pump power required is %f hp",Po); |
f2a271e1bcdbe2a6a153eba1cda5f6d4eb13bb6f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3845/CH16/EX16.10/Ex16_10.sce | 392d26c3121cbd3b711e3bc22950c061fc3c3371 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 386 | sce | Ex16_10.sce | //Example 16.10
//Initial amplitude of waves = X
//Amplitude of resulting wave = 2X
//Intensity is proportional to amplitude^2
I=1;//Initial intensity (W/m^2)
I_prime=4*I;//Intensity of resulting wave after derivation (W/m^2)
printf('Intensity of resulting wave = %0.2f W/m^2',I_prime)
//Openstax - College Physics
//Download for free at http://cnx.org/content/col11406/latest
|
dc02f29e818d5319574fbb4d0389d9e59f55ae5e | c557cd21994aaa23ea4fe68fa779dd8b3aac0381 | /test/badsearch.tst | b260d3ae33842857e81e2fd04a82334295f4dc57 | [
"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 | 237 | tst | badsearch.tst | ## Test recovery from malformed search
set testmode
set relax
read <simple.fi
list
print Expect malformed text specifier message
/
print First listing - should not be truncated
list
print Second listing - should not be truncated
=C list
|
cbe26b7e9600660e85aad140b3a68bcec501d88c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1895/CH2/EX2.21/EXAMPLE2_21.SCE | 5bb63fc1013435f046a56a47b101d7a7e07b71f4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 659 | sce | EXAMPLE2_21.SCE | //ANALOG AND DIGITAL COMMUNICATION
//BY Dr.SANJAY SHARMA
//CHAPTER 2
//AMPLITUDE MODULATION
clear all;
clc;
printf("EXAMPLE 2.21(PAGENO 111)");
//given
p_t = 50*10^3//total power
m_a = .707//modulation index
z = 50+0*%i;//load
//calculations
//first case
p_x = .5*(m_a)^2;
p_c = p_t/(1+p_x)//carrier power
//second case
n = ((p_c*p_x)/(p_c+(p_c*p_x)))*100;//transmission efficiency
//third case
a_c = sqrt(2*z*p_c);//peak carrier amplitude
//results
printf("\n\ni. Carrier Power =%.2f W",p_c);
printf("\n\nii. Percentage Transmission efficiency =%.2f percent",n);
printf("\n\niii. Carrier amplitude =%.2f V",a_c);
|
fdb46b326464cba6a9f4d2d435858e8a8c3407f8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH20/EX20.11/20_11.sce | 20163a3ba5012e2ed10c2e50ca3ee62d98c98d31 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 926 | sce | 20_11.sce | //Problem 20.11: A 4500 V/225 V, 50 Hz single-phase transformer is to have an approximate e.m.f. per turn of 15 V and operate with a maximum flux of 1.4 T. Calculate (a) the number of primary and secondary turns and (b) the cross-sectional area of the core.
//initializing the variables:
emfpt = 15; // in Volts
V1 = 4500; // in Volts
V2 = 225; // in Volts
Bm = 1.4; // in Tesla
f = 50; // in Hz
//calculation:
//E.m.f. per turn, V1/N1 = V2/N2 = emfpt
//primary turns,
N1 = V1/emfpt
//secondary turns,
N2 = V2/emfpt
//e.m.f. E1 = 4.44*f*Phim*N1
//maximum flux density,
Phim = V1/(4.44*f*N1)
//Phim = Bm*A, where Bm = maximum core flux density and A = cross-sectional area of the core
//cross-sectional area
A = Phim/Bm
printf("\n\n Result \n\n")
printf("\n (a)no. of primary and secondary turns are %.0f turns, and %.0f turns respectively", N1, N2)
printf("\n (b)cross-sectional area is %.2E m2", A) |
fec9e38292a9ade62c5f885272a423e81865221b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH18/EX18.6aw/18_6aw.sce | 0a67810508ebc0a2345c8cfd05dc3ea0b84201ec | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 469 | sce | 18_6aw.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 18.6aw
//calculation of minimum refractive index for parallel emergence for given condition in right prism
//given data
thetac=45; //critical angle(in degree) for given conditions
//calculation
mu=1/(sind(thetac)); //anell's law
disp(mu,'for total internal reflection refractive index of material of given right prism should be greater than or equal to');
|
85d0d3f77cb56aeaaf12271b6b37d446228b0605 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3456/CH6/EX6.3/Ex6_3.sce | d47bd6dfa191c3dbfd8c4430d276649b7ba40dde | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 345 | sce | Ex6_3.sce | //Example 6.3
//Fiber Strengthing
//Page No. 222
clc;clear;close;
Ef=380; //in GPa
Em=60; //in GPa
//Case 1
f_f=0.1; //no unit
Ec=Ef*f_f+(1-f_f)*Em;
printf('\nEc for 10 vol%% = %g GPa\n',Ec);
//Case 2
f_f=0.6; //no unit
Ec=Ef*f_f+(1-f_f)*Em;
printf('\nEc for 60 vol%% = %g GPa\n',Ec);
|
71aa862fd62fdfdb2be95c30cb74b7f14379d75b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3116/CH4/EX4.1/Ex4_1.sce | ef1689dbde2d0af4e5559d4c6717d08477c10c4f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 233 | sce | Ex4_1.sce |
clc
//given that
R = 1 // let radius of an atom is unity
printf("Example 4.1\n")
//For FCC a=2*R*sqrt(2)
a=2*R*sqrt(2) //Edge Length
V=a^3 //Volume determination
printf("\n Volume of an FCC unit cell is %fR^3 \n\n",V)
|
c719c2be8b6ad6794dc35cd0f6b1b959062ac091 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3864/CH6/EX6.12/Ex6_12.sce | a38b0a948df9e23fc7ae1be5cb4cc3604bb93f53 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,116 | sce | Ex6_12.sce | clear
//
//
//Initilization of Variables
d=100 //mm //Diameter of solid shaft
d1=100 //mm //Outer Diameter of hollow shaft
d2=50 //mm //Inner Diameter of hollow shaft
//Calculations
//Torsional moment of solid shaft
//T_s=J*q_s*(d*2**-1)**-1
//After substituting values in above equation and further simplifying we get
//T_s=%pi*16*d**3*q_s ...............(1)
//torsional moment for hollow shaft is
//T_h=J*q_s*(d1**4-d2**4)**-1*(d1*2**-1)
//After substituting values in above equation and further simplifying we get
//T_h=%pi*32**-1*2*d1**-1*(d1**4-d2**4)*q_s ...........(2)
//Dividing Equation 2 by 1 we get
//Let the ratio of T_h*T_s**-1 Be X
X=1-0.5**4
//Loss in strength
//Let s be the loss in strength
//s=T_s*T_h*100*T_s**-1
//After substituting values in above equation and further simplifying we get
s=(1-0.9375)*100
//Weight Ratio
//Let w be the Weight ratio
//w=W_h*W_s**-1
A_h=%pi*32**-1*(d1**2-d2**2) //mm**2 //Area of Hollow shaft
A_s=%pi*32**-1*d**2 //mm**2 //Area of solid shaft
w=A_h*A_s**-1
//Result
printf("\n Loss in strength is %0.2f ",s)
printf("\n Weight ratio is %0.2f ",w)
|
96cbc357adcb6914f6d356e3f126933b36bcf728 | 6e257f133dd8984b578f3c9fd3f269eabc0750be | /ScilabFromTheoryToPractice/Computing/testzeros.sce | bb7320cc530b67c829df0a407e27f62c1d865a1c | [] | no_license | markusmorawitz77/Scilab | 902ef1b9f356dd38ea2dbadc892fe50d32b44bd0 | 7c98963a7d80915f66a3231a2235010e879049aa | refs/heads/master | 2021-01-19T23:53:52.068010 | 2017-04-22T12:39:21 | 2017-04-22T12:39:21 | 89,051,705 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 131 | sce | testzeros.sce | A=rand(2,2)
// creates a zero matrix of the same size as A
zeros(A)
// zeros(2) does not create a vector with two entries
zeros(2)
|
8b2816aa6177214e9e3f83a638e9196fce85145f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3401/CH11/EX11.10/Ex11_10.sce | b219bf235a1fd9dbdc85600184142fb37d02a46c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 533 | sce | Ex11_10.sce | clc
T=300// K
Na=3*10^16// cm^-3
tox=500*10^-8// tox=500A =500*10^-8 cm
k=1.3806*10^-23// JK^-1
VSB=1// V
epsilon0=8.85*10^-14// F/m
epsilons=11.7
epsilonox=3.9
ni=1.5*10^10// cm^-3
e=1.6*10^-19// eV
phifp=(((k*T)/e)*log(Na/ni))// phifp=V1*log(Na/ni)=((k*T)/e)*log(Na/ni)
disp(phifp,"the value of phifp in V is")
Cox=(epsilon0*epsilonox)/tox
disp(Cox,"the value of Cox in F/cm^2 is")
deltaVT=(sqrt(2*e*(epsilon0*epsilons)*Na))/Cox*((sqrt(2*phifp+VSB))-(sqrt(2*phifp)))
disp(deltaVT,"the value of deltaVT in V is")
|
b8f0e1edbfedc4769074856a1bca6fe731d9c48e | 6fd3f19d2ced950a97cae01eba7080554840efd4 | /src/fracF.sci | 0ac2ad9ab5fd19e4340e1b5e6a7af91e9f7ee659 | [] | no_license | marcosamaris/FrFTScilab | 6563d281792332354330ea2eb5d18334338e0bfd | 8a5cb67873b881714a051336d472271c184a2083 | refs/heads/master | 2020-12-14T07:32:10.208263 | 2017-02-02T13:48:43 | 2017-02-02T13:48:43 | 68,461,393 | 0 | 0 | null | null | null | null | ISO-8859-10 | Scilab | false | false | 5,216 | sci | fracF.sci | //FAST COMPUTATION OF THE FRACTIONAL FOURIER TRANSFORM
//by M. Alper Kutay, September 1996, Ankara
//Copyright 1996 M. Alper Kutay
//This code may be used for scientific and educational purposes
//provided credit is given to the publications below:
//
//Haldun M. Ozaktas, Orhan Arikan, M. Alper Kutay, and Gozde Bozdagi,
//Digital computation of the fractional Fourier transform,
//IEEE Transactions on Signal Processing, 44:2141--2150, 1996.
//Haldun M. Ozaktas, Zeev Zalevsky, and M. Alper Kutay,
//The Fractional Fourier Transform with Applications in Optics and
//Signal Processing, Wiley, 2000, chapter 6, page 298.
//
//The several functions given below should be separately saved
//under the same directory. fracF(fc,a) is the function the user
//should call, where fc is the sample vector of the function whose
//fractional Fourier transform is to be taken, and `a' is the
//transform order. The function returns the samples of the a'th
//order fractional Fourier transform, under the assumption that
//the Wigner distribution of the function is negligible outside a
//circle whose diameter is the square root of the length of fc.
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
function[res]=fracF(fc,a);
// This function operates on the vector fc which is assumed to
// be the samples of a function, obtained at a rate 1/deltax
// where the Wigner distribution of the function f is confined
// to a circle of diameter deltax around the origin.
// (deltax^2 is the time-bandwidth product of the function f.)
// fc is assumed to have an even number of elements.
// This function maps fc to a vector, whose elements are the samples
// of the a'th order fractional Fourier transform of the function f.
// The lengths of the input and ouput vectors are the same if the
// input vector has an even number of elements, as required.
// Operating interval: -2 <= a <= 2
// This function uses the `core' function corefrmod2.m
N = length(fc);
if fix(N/2) ~= N/2
error("Error el tamaņo de la seņal debe ser impar");
end;
fc = fc(:);
fc = bizinter(fc);
fc = [zeros(N,1); fc ; zeros(N,1)];
flag = 0;
if (a>0) & (a<0.5)
flag = 1;
a = a-1;
end;
if (a>-0.5) & (a<0)
flag = 2;
a = a+1;
end;
if (a>1.5) & (a<2)
flag = 3;
a = a-1;
end;
if (a>-2) & (a<-1.5)
flag = 4;
a = a+1;
end;
res = fc;
if (flag==1) | (flag==3)
res = corefrmod2(fc,1);
end;
if (flag==2) | (flag==4)
res = corefrmod2(fc,-1);
end;
if (a==0)
res = fc;
else
if (a==2) | (a==-2)
res = flipud(fc);
else
res = corefrmod2(res,a);
end;
end;
res = res(N+1:3*N);
res = bizdec(res);
//res(1) = 2*res(1);
endfunction
function[res]=corefrmod2(fc,a);
// Core function for computing the fractional Fourier transform.
// Valid only when 0.5 <= abs(a) <= 1.5
// Decomposition used:
// chirp mutiplication - chirp convolution - chirp mutiplication
deltax = sqrt(length(fc));
phi = a*%pi/2;
N = fix(length(fc));
deltax1 = deltax;
alpha = 1/tan(phi);
Beta = 1/sin(phi);
x = [-ceil(N/2):fix(N/2)-1]/deltax1;
fc = fc(:);
//fc = fc(1:N);
f1 = exp(-%i*%pi*tan(phi/2)*x.*x); //multiplication by chirp!
f1 = f1(:);
fc = fc.*f1;
x = x(:);
clear x;
t =[-N+1:N-1]/deltax1;
hlptc =exp(%i*%pi*Beta*t.*t);
clear t;
hlptc = hlptc(:);
N2 = length(hlptc);
N3 = 2^(ceil(log(N2+N-1)/log(2)));
hlptcz = [hlptc;zeros(N3-N2,1)];
fcz = [fc;zeros(N3-N,1)];
Hcfft = ifft(fft(fcz).*fft(hlptcz)); // convolution with chirp
clear hlptcz;
clear fcz;
Hc = Hcfft(N:2*N-1);
clear Hcfft;
clear hlptc;
Aphi = exp(-%i*(%pi*sign(sin(phi))/4-phi/2))/sqrt(abs(sin(phi)));
xx = [-ceil(N/2):fix(N/2)-1]/deltax1;
f1 = f1(:);
res = (Aphi*f1.*Hc)/deltax1; // multiplication by chirp!
if (fix(N/2) ~=N/2)
res2(1:N-1) = res(2:N);
res2(N) = res(1);
res = res2;
end;
res = res(:);
clear f1
clear Hc
endfunction
function xint=bizinter(x)
N=length(x);
im = 0;
if sum(abs(imag(x)))>0
im = 1;
imx = imag(x);
x = real(x);
end;
x2=x(:);
x2=[x2.'; zeros(1,N)];
x2=x2(:);
xf=fft(x2);
if modulo(N,2)==1 //N = odd
N1=fix(N/2+1); N2=2*N-fix(N/2)+1;
xint=2*real(ifft([xf(1:N1); zeros(N,1) ;xf(N2:2*N)].'));
else
xint=2*real(ifft([xf(1:N/2); zeros(N,1) ;xf(2*N-N/2+1:2*N)].'));
end;
if ( im == 1)
x2=imx(:);
x2=[x2.'; zeros(1,N)];
x2=x2(:);
xf=fft(x2);
if modulo(N,2)==1 //N = odd
N1=fix(N/2+1); N2=2*N-fix(N/2)+1;
xmint=2*real(ifft([xf(1:N1); zeros(N,1) ;xf(N2:2*N)].'));
else
xmint=2*real(ifft([xf(1:N/2); zeros(N,1) ;xf(2*N-N/2+1:2*N)].'));
end;
xint = xint + %i*xmint;
end;
xint = xint(:);
endfunction
function xdec=bizdec(x)
k = 1:2:length(x);
xdec = x(k);
xdec = xdec(:);
endfunction
function F2D=fracF2D(f2D,ac,ar)
[M,N] = size(f2D);
F2D = zeros(M,N);
if ac == 0
F2D = f2D;
else
for k = 1:N
F2D(:,k) = FrFT(f2D(:,k),ac);
end;
end;
F2D = conj(F2D');
if ar ~= 0
for k = 1:M
F2D(:,k) = FrFT(F2D(:,k),ar);
end;
end;
F2D = conj(F2D');
endfunction
|
7cb00b0148d04cea7fb68ab54579893c784ad26e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH2/EX2.11/example2_11.sce | de4fa433410cc6b27db27dd2472282c11856dcee | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 610 | sce | example2_11.sce | clc
// Given that
lambda = 5.893e-7 // wavelength of light in meter
d = 2.3e-3 // diameter of the central zone of zone plate in meter
u = 6 // distance between point source from zone plate in meter
// Sample Problem 11 on page no. 2.42
printf("\n # PROBLEM 11 # \n")
n = 1 // for central zone
f = (d^2) / (4 * lambda * n) // calculation for focal length
disp(f)
v = (f * u) / (u - f) // calculation for distance of first image from zone plate
printf("\n Standard formula used \n f = (d^2) / (4 * lambda * n). \n v = (f * u) / (u - f). \n ")
printf("\n Distance of first image from zone plate = %f meter ",v)
|
a6f997e1eef3760801fdaec52b1bed014bc6c58d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2747/CH14/EX14.2/Ex14_2.sce | ad6a3d8d298e69ffe6c9bf69282a014c221f201f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 290 | sce | Ex14_2.sce | clc
clear
//Initialization of variables
kp=5
//calculations
x=poly(0,"x")
vec=roots(24*x^3 + 3*x-2)
x=vec(3)
y=poly(0,"y")
vec2=roots(249*y^3 +3*y-2)
y=vec2(3)
//results
printf("degree of dissociation = %.2f",x)
printf("\n If pressure =10 . degree of dissociation = %.2f",y)
|
79e481171ba889254e3a11084f104bd1f738f546 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2495/CH5/EX5.2.2/Ex5_2_2.sce | e7850c8caaf484ce05d19bee4aa7f117017ce9db | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 382 | sce | Ex5_2_2.sce | clear
clc
R=8.314;//in J/Kmol
T=273.15;//in K
m=18;//molar mass of water in gm /mol
rho_l=0.99987;//density of water ingm/cm^3
P2=101.325*10^3;//atmospheric pressure in N/m^2
Pt=4.6;//triple point pressure in mmHg
P1=(Pt/760)*P2;//
P=Pt*10^((((m*10^-3)/(rho_l*10^3))*(P2-P1))/(2.303*R*T));//vapour pressure of liquid water in mmHg
printf('P=%.3f mmHg',P)
//page 223
|
c6397c084fb21cf6eebd0abb468257b98b2399b2 | 98187bfe7a07f2d387b0cc75137b39b9eb012d00 | /squeletteAmincissement.sce | 5a43e75a41660c05061d33cdf773bf13a7e7de3c | [] | no_license | Minial/Squelette | a50b9ec88f135d1392bf336478a7854973c25009 | 6356c7e1f52d45ff153335565b7049ff2f297b7b | refs/heads/master | 2020-04-19T11:41:10.640079 | 2019-02-03T16:40:38 | 2019-02-03T16:40:38 | 168,173,672 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,110 | sce | squeletteAmincissement.sce | function retour= squeletteAmincissement(Img)
exec('.\amincissement.sce',-1)
imgTravail = Img;
sortie =0;
while(sortie==0)
imgCompare = imgTravail;
mat1=[1,1,1;2,1,2;0,0,0]
imgTravail = amincissement(imgTravail,mat1)
mat1=[1,1,1;2,1,2;0,0,0]
imgTravail = amincissement(imgTravail,mat1)
mat2=[1,1,2;1,1,0;2,0,0]
imgTravail = amincissement(imgTravail,mat2)
mat3=[1,2,0;1,1,0;1,2,0]
imgTravail = amincissement(imgTravail,mat3)
mat4=[2,0,0;1,1,0;1,1,2]
imgTravail = amincissement(imgTravail,mat4)
mat5=[0,0,0;2,1,2;1,1,1]
imgTravail = amincissement(imgTravail,mat5)
mat6=[0,0,2;0,1,1;2,1,1]
imgTravail = amincissement(imgTravail,mat6)
mat7=[0,2,1;0,1,1;0,2,1]
imgTravail = amincissement(imgTravail,mat7)
mat8=[2,1,1;0,1,1;0,0,2]
imgTravail = amincissement(imgTravail,mat8)
exec('.\soustractionImages.sce',-1)
retourSoustraction = soustractionImages(imgCompare,imgTravail);
temp = find(retourSoustraction,255)
if(size(temp)==0)then
sortie =1;
end
end
retour = imgTravail;
endfunction
|
e0f1de9791b390f74365029dc7b592bc4744977e | 4bbc2bd7e905b75d38d36d8eefdf3e34ba805727 | /ee_scicoslab/scicos_flex/dspic/macros/flex_blocks/CG-Sources/RT_randm.sci | 5d69b6a1d99d90ac76f115cc69289f5dd759d776 | [] | no_license | mannychang/erika2_Scicos-FLEX | 397be88001bdef59c0515652a365dbd645d60240 | 12bb5aa162fa6b6fd6601e0dacc972d7b5f508ba | refs/heads/master | 2021-02-08T17:01:20.857172 | 2012-07-10T12:18:28 | 2012-07-10T12:18:28 | 244,174,890 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,893 | sci | RT_randm.sci | function [x,y,typ] = RT_randm(job,arg1,arg2)
x=[];y=[];typ=[];
select job
case 'plot' then
exprs=arg1.graphics.exprs;
standard_draw(arg1)
case 'getinputs' then
[x,y,typ]=standard_inputs(arg1)
case 'getoutputs' then
[x,y,typ]=standard_outputs(arg1)
case 'getorigin' then
[x,y]=standard_origin(arg1)
case 'set' then
x = arg1;
model=arg1.model;
graphics=arg1.graphics;
exprs=graphics.exprs;
while %t do
[ok, A, seed, exprs] = getvalue('Set Random block parameters',..
['Amplitude:';
'Seed:'],...
list('vec',-1,'vec',-1),exprs);
if ~ok then break,end
if exists('outport') then
out = ones(outport,1),
in=[],
else
out=1, in=[],
end
[model,graphics,ok] = check_io(model,graphics,in,out,1,[])
if ok then
graphics.exprs = exprs;
model.rpar = [A, seed];
model.ipar = [];
//** Finalize the data
x.graphics = graphics;
x.model = model;
break ; //exit from the infinite while loop
end
end //** end of the infinite while loop
case 'define' then
//** default values
A = 1.0 ;
seed = 0.0;
model = scicos_model()
model.sim = list('rt_randm',4);
if exists('outport') then model.out=ones(outport,1), model.in=[], else model.out=1, model.in=[], end
model.evtin = 1 ;
model.rpar = [A,seed];
model.ipar = [];
model.blocktype='d';
model.dep_ut=[%t %f];
exprs=[sci2exp(A),sci2exp(seed)];
gr_i=['xstringb(orig(1),orig(2),''Random'',sz(1),sz(2),''fill'');'];
x = standard_define([3 2],model,exprs,gr_i);
end //** of select job
endfunction
|
17f8c3143a41990d7ad5b6280477d3b8cf25f21b | ce9002808d71c903b313143c42667cd809f25d6d | /Ex02/DivideInFour.tst | 51b637387a94fd1f5d5a210a8169e2d480b104c0 | [] | no_license | ItamarShDev/Nand2Tetris | 00324c19a4b8a7255fa201d83e0362d36ef4e0b0 | 6995afd708816d86edea680183b516f684fb7d2a | refs/heads/master | 2020-08-07T07:11:10.255477 | 2015-04-24T11:29:47 | 2015-04-24T11:29:47 | 34,513,214 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 390 | tst | DivideInFour.tst | load DivideInFour.hdl,
output-file DivideInFour.out,
compare-to DivideInFour.cmp,
output-list in%B1.16.1 a%B1.16.1 b%B1.16.1;
set in %B0000100001010110, // in = 2134
eval,
output;
set in %B0000000000000000, // in = 0
eval,
output;
set in %B1111111111111111, // in = -1 (equivalent to 2^16-1)
eval,
output;
set in %B1000100100011111, // in = 35103
eval,
output;
|
0efdc6391b5a63436bda9b52510fbf1dbdeaffd3 | 6b7b3be3c11fc662ae3f0b3e8880218ce3888a07 | /math/SciLab/ZQ_sandwich.sci | 08df35bfcbb7f4b19138c5a52d1f34d16ab8bfc5 | [] | no_license | johnzet/Flight | 27cfa7dc8039f6c7b91385d9e204ad4a54248960 | 2893750df8aaa38311ffc125b1f7dcc9f5019eab | refs/heads/main | 2023-02-25T19:51:03.725205 | 2021-01-31T01:12:09 | 2021-01-31T01:12:09 | 334,544,210 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 383 | sci | ZQ_sandwich.sci | function [v2] = ZQ_sandwich(q1,v)
N1 = size(q1);
sv = size(v);
if (sv(2) > 1 | N1 > 1 | sv(1) <> 3 | typeof(q1) <> "ZQuat")
error("Invalid argument sizes");
end
if (abs(abs(norm(q1))-1) > 0.001) then
error("quaternion must be normalized first");
end
vq = ZQ_defQuat(0, v(1), v(2), v(3));
q2 = q1 * vq;
q2 = q2 * conj(q1);
v2 = [q2.i(1); q2.i(2); q2.i(3)];
endfunction
|
7d40e764f4aa62cd649390d150a51943fb6ebaf2 | 717ddeb7e700373742c617a95e25a2376565112c | /72/CH6/EX6.1.2/6_1_2.sce | fcff34ad45c947c69b9daaae62520a85eee6c126 | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 1,736 | sce | 6_1_2.sce | //CAPTION: Current_of_a_JFET
//chapter_no.-6, page_no.-233
//Example_no.6-1-2
clc;
//(a)Calculate_the_pinch-off_Voltage_in_Volts
a=.2*(10^-4);//channel_height
Nd=1*(10^17);//Electron_Concetration
er=11.80;//relative_dielectrin_constant
e=8.854*(10^-14)*er;//medium_dielecric_constant
q=1.6*(10^-19);//electronic_charge
Vp=(q*Nd*(a^2))/(2*e);//pinch-off_voltage
disp(Vp,'pinch-off volatge in(Volts)is');
//(b)Calculate_the_pinch-off_current
un=800;//electron_mobility
L=8*(10^-4);//channel_length
Z=50*(10^-4);//channel_width
a=.2*(10^-4);//channel_height
Nd=1*(10^17);//Electron_Concetration
er=11.80;//relative_dielectrin_constant
e=8.854*(10^-14)*er;//medium_dielecric_constant
q=1.6*(10^-19);//electronic_charge
Ip=(un*(q^2)*(Nd^2)*Z*(a^3))/(L*e);//pinch-off_voltage
Ip=Ip*1000;
disp(Ip,'pinch-off current in(mA)is');
//(c)Calculate_the_built-in_voltage
Nd=1*(10^17);//Electron_Concetration
Na=1*(10^19);//hole_density
w0=26*(10^-3)*log((Nd*Na)/((1.5*10^10)^2));
disp(w0,'built-in voltage in(volts)is');
//(d) Calculate_the_drain_current
Vd=10;//drain_voltage
Vg=-1.5;//gate_voltage
Vg=-1*Vg;//we_take_only_magnitude
x=((Vd+Vg+w0)/(Vp))^(3/2);
x=(2/3)*x;
y=((Vg+w0)/(Vp))^(3/2);
y=(2/3)*y;
Id=(Vd/Vp)-x+y;
Id=Ip*Id;
disp(Id,'the_drain_current (mA)is');
//(e) Calculate_the_saturation_drain_current_at Vg=0
Vg=-1.5;//gate_voltage
Vg=-1*Vg;//we_take_only_magnitude
x=(Vg+w0)/(Vp);
y=((Vg+w0)/(Vp))^(3/2);
y=(2/3)*y;
Idsat=(1/3)-x+y;
Idsat=(Id)*Idsat;
disp(Idsat,'the_saturation_drain_current_(mA)is');
//(f) Calculate_the_cut-off_frequency
fc=(2*un*q*Nd*(a^2))/(%pi*e*(L^2));
disp(fc/(10^9),'the_cut-off_frequency(Ghz)');
|
bb1d29edc6dc4d41f022c9bb628a58ec737ed8c8 | f6134e0a162a059c42ec3ef8de2a63941d73936c | /Scilab_code/Local_Planner/localPlanner.sci | f741a788ace09a327d31e06ae77aa3888630961d | [] | no_license | mxch18/SRL-WRT_pathPlanning | 38a1701934a4a0e919a6c1c7990092b242df72da | 6992febbbe103814d2cef5351a0e8917b183a2b0 | refs/heads/master | 2020-03-23T06:43:54.155192 | 2018-09-26T17:26:56 | 2018-09-26T17:26:56 | 141,226,032 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,034 | sci | localPlanner.sci | function [legPath, success] = localPlanner(config1,config2,s,PARAMS,STANCE,stance_type)
//Author : Maxens ACHIEPI
//Space Robotics Laboratory - Tohoku University
//Description:
//Outputs a geometric path between config1 and config2 with s steps
//INPUT
//config1 : row vector. The configuration of a rigid body in 3D in R0
// *config(1:3) = position
// *config(4:7) = quaternion
//config2 : idem
//STANCE: Row array of the current footholds. Contains struct describing
// footholds:
// *foothold: struct.
// *foothold.leg: string identifying the leg (FR,FL,HR,HL);
// *foothold.pos: row vector. Position of the foot in R0
//stance_type: 3 or 4 stance
//OUTPUT
//path : a (5s x sizeOfThetaVector) matrix containing the successive values of the theta for each legs
//TODO :
//Make s proportional to distance between the configurations
//----------------------------------------------------------------------------//
legPath = []; success = %F;
rigidBodyPath = interpolate(config1(1:7),config2(1:7),s);
if stance_type == 3 then
swing_leg_path = interpolatePosition(config1(8:10),config2(8:10),s);
end
stance_pos_list = STANCE(:).pos;
stance_pos_array = [];
for i=1:size(STANCE,2)
stance_pos_array(i,:) = stance_pos_list(i);
end
foot_nb = size(STANCE,2)
xOff = [1 0 0]*PARAMS.baseDimensions(1)/2;
yOff = [0 1 0]*PARAMS.baseDimensions(2)/2;
THETA = zeros(foot_nb,3);
for j=1:size(rigidBodyPath,1)
base_R0 = rigidBodyPath(j,1:3);
// mprintf("\nAt iteration %d, base_R0 : %.2f %.2f %.2f\n",j,base_R0(1),base_R0(2),base_R0(3));
base_Q = rigidBodyPath(j,4:7);
for i=1:foot_nb
if ~isempty(STANCE(i).pos) then
select STANCE(i).leg
case 'FR' then
offset_i = xOff + yOff;
leg_ef_q = createQuaternion(%pi,[1 1 0]);
factor_t2 = -1;
factor_t3 = -1;
factor_elbow = +1;
case 'FL' then
offset_i = - xOff + yOff;
leg_ef_q = createQuaternion(%pi/2,[0 0 -1]);
factor_t2 = +1;
factor_t3 = +1;
factor_elbow = -1;
case 'HR' then
offset_i= + xOff - yOff;
leg_ef_q = createQuaternion(%pi/2,[0 0 1]);
factor_t2 = +1;
factor_t3 = +1;
factor_elbow = -1;
case 'HL' then
offset_i = - xOff - yOff;
leg_ef_q = createQuaternion(%pi,[1 -1 0]);
factor_t2 = -1;
factor_t3 = -1;
factor_elbow = +1;
end
transf_Q = quatMult(leg_ef_q,invQuat(base_Q));
stance_pos = STANCE(i).pos-base_R0;
IK_target_RLeg = -quatMult(quatMult(leg_ef_q,[0 offset_i]),invQuat(leg_ef_q)) + quatMult(quatMult(transf_Q,[0 stance_pos]),invQuat(transf_Q)); //the foothold for the ith leg, in the leg base frame
IK_target_RLeg = IK_target_RLeg(2:4);
// mprintf("\nIK - At iteration %d, for leg %s inverse kinematic, IK_target: %.2f %.2f %.2f\n",j,STANCE(i).leg,IK_target_RLeg(1),IK_target_RLeg(2),IK_target_RLeg(3));
// IK_target_array(:,i) = IK_target_RLeg;
THETA(i,1) = atan(IK_target_RLeg(2),IK_target_RLeg(1));
rem = sqrt(IK_target_RLeg(1)**2+IK_target_RLeg(2)**2)-PARAMS.legLength(1);
nc3 = IK_target_RLeg(3)**2+rem**2-PARAMS.legLength(2)**2-PARAMS.legLength(3)**2;
dc3 = 2*PARAMS.legLength(2)*PARAMS.legLength(3);
c3 = nc3/dc3;
// mprintf("\nIK - At iteration %d, for leg %s inverse kinematic, c3 = %.4f\n",j,STANCE(i).leg,c3);
if abs(c3)>1 then
mprintf("\nIK - At iteration %d, no solution for leg %s inverse kinematic\n",j,STANCE(i).leg);
return;
end
s3 = factor_elbow*sqrt(1-c3**2); //ELBOw UP
THETA(i,3) = factor_t3*atan(s3,c3);
THETA(i,2) = factor_t2*(atan(IK_target_RLeg(3),rem)-atan(PARAMS.legLength(3)*s3,PARAMS.legLength(2)+PARAMS.legLength(3)*c3))
else
THETA(i,:) = swing_leg_path(j,:);
end
end
legPath(j,1:3) = THETA(1,1:3);
legPath(j,4:6) = THETA(2,1:3);
legPath(j,7:9) = THETA(3,1:3);
legPath(j,10:12) = THETA(4,1:3);
end
success = %T;
endfunction
|
8465eb2b5e9a7543bf4c3aa6e20735da1791cf86 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3673/CH2/EX2.13/Ex2_13.sce | 00a2252094283a3ecd6a03e1c465f16361dba11f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 440 | sce | Ex2_13.sce | //Example 2_13 page no:77
clc
//applying kirchhoff's law
resistance=[0.96,-0.66,0;-0.66,1.16,-0.5;0,-0.5,1.66]
current=[1,5,0]
volt=inv(resistance)'*current'//calculating V1 V2 V3
disp(volt(1),"voltage at node_1 V1 is (in V)")
disp(volt(2),"voltage at node_2 V2 is (in V)")
disp(volt(3),"voltage at node_3 V3 is (in V)")
//values of V1 and V3 varies slightly with text book hence voltages are rounded off in text book calculation
|
b25cfc54d5e7f007bb976afdcedebb46663df5ea | 449d555969bfd7befe906877abab098c6e63a0e8 | /43/CH3/EX3.21/ex3_21.sce | c82d52179efcf8f2fa7d81cc6be7a2819691a112 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 235 | sce | ex3_21.sce | //Ex 3.21
clc;
z=%z;
x=ldiv(z^2,(z^3)-(1.7*(z^2))+0.8*z+0.1,3);
dims=1;
xo=[0];
y=cat(dims,xo,x);
//degree of Num polynomial And Den Polynomial must be same
// else Zeros are padded accordingly on the basis of Std Eq.
disp(y); |
ed7b75a31e4ddfc27b00e636dadc48787ea0cb2d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2414/CH19/EX19.5/Ex19_5.sce | b5dac1dbf2d3893a91785e7f171efb2cb2595e09 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex19_5.sce | clc;
close();
clear();
//page no 607
//prob no. 19.5
fd1=.216; //in MHz
fd2=.072; //in MHz
Fc=2400+25 ; //MHz
mprintf('(a)fd1=%.2f MHz. a 00 is represented by %.3f MHz\n',fd1,Fc-fd1)
mprintf('(b)A 01 is represented by %.3f MHz\n',Fc-fd2)
mprintf('(c)A 10 is represented by %.3f MHz\n',Fc+fd1)
mprintf('(b)A 11 is represented by %.3f MHz\n',Fc+fd2)
//answer in part a is misprinted in the text
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.