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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e63b96e824f641a2071790e386edb396f6f3d2cc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2087/CH4/EX4.36/example4_36.sce | 0b8efb8f6cf2d9016bef64b704fc51274b94478a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 412 | sce | example4_36.sce |
//example 4.36
//calculate
//risk of failure of cofferdam
//return period
clc;funcprot(0);
//given
T=30; //deign for period
n=6; //period of construction
R=(1-(1-(1/T))^n)*100;
R1=0.1; //reduced risk
T1=1/(1-(1-R1)^(1/6));
R=round(R*10)/10;
T1=round(T1*100)/100;
mprint... |
c9e3ce22e88f9aa13758c89e3e419e1b04bc6c04 | d69d240db53a578e6b6b760893e99bd6c13a49a8 | /PR Regelungsrechnik - Versuch 2a/Scilab/globalPlot.sci | c5bbc79ea3f3c95b7685025a9b1724d86de8a863 | [] | no_license | unizeug/PR_Regelungsrechnik_-_Versuch_2a | 108c030a5827d89b741c31c9a977a541360c567d | 9439ea75680d347b935ea9f9602af80c88af1e0c | refs/heads/master | 2021-01-18T14:01:34.861516 | 2012-06-18T14:49:34 | 2012-06-18T14:49:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,066 | sci | globalPlot.sci | // Fehlermeldung bei neudefinition vermeiden
funcprot(0);
function globalPlot(x,y,style,doch)
// actual inputs arguments (rhs) and output arguments (lhs)
[lhs,rhs]=argn(0) ;
// does the variable PROCESS_PLOTS _NOT_ exist?
if exists("PROCESS_PLOTS") ~= 1 then
error(" ### ERROR ### S... |
8dfda8dc24739a42bdc755fa91ccdaf9c151a6f9 | b6bf377ad0dd93166c29119fdaf090d104caf3b7 | / extensiblesimulationofplanetsandcomets --username lasxrcista/ThesisWebsite/scripts/2Body.sci | e8362fb7b69bee48ee92a30d9c7dc89c15e4a67f | [] | no_license | tectronics/extensiblesimulationofplanetsandcomets | d69905f0406bf552043dd0e244ea889a55922ef9 | d9d59841d1d177026e60245d3f99c879ee0f8ca0 | refs/heads/master | 2018-01-11T15:15:54.659208 | 2009-07-21T21:22:33 | 2009-07-21T21:22:33 | 47,740,385 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,052 | sci | 2Body.sci | function xyp=f1(t,Z);
// M is mass of the Earth
// SUN is the mass of the Sun
// G is the gravitational constant
M = 5.9737 * 10^24;
SUN = 1.989 * 10^30;
G = 6.67259 * 10^(-11);
//here's the problem setup just like the previous examples shown
x(1) = Z(1);
x(2) = Z(2);
y(1) = Z(3)... |
895265beb2629f851ec4318ed03725f6ab2001e7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1943/CH7/EX7.28/Ex7_28.sce | ade35ba92d2a9a8bf230a6c2524983666415b8c7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,353 | sce | Ex7_28.sce |
clc
clear
//Input data
P=100//Power in MW
T=550//temperature in degree C
p=0.1//Pressure in bar
m=500000//Mass flow rate in kg/h at rated load
mo=25000//Mass flow rate in kg/h at zero load
x=[1/4,1/2,3/4,1]//Fraction of load
//Calculations
b=(m-mo)/(P*10^3)//Steam rate in kg/kWh
y1=(x(1)*(P*10^3))//For on... |
36ccae5f9f6a5e99942595a0481a756828effdf2 | 1489f5f3f467ff75c3223c5c1defb60ccb55df3d | /tests/test_ods_4_d.tst | 65955edd201921752f3f67e11eb4f6a5eec5fdec | [
"MIT"
] | permissive | ciyam/ciyam | 8e078673340b43f04e7b0d6ac81740b6cf3d78d0 | 935df95387fb140487d2e0053fabf612b0d3f9e2 | refs/heads/master | 2023-08-31T11:03:25.835641 | 2023-08-31T04:31:22 | 2023-08-31T04:31:22 | 3,124,021 | 18 | 16 | null | 2017-01-28T16:22:57 | 2012-01-07T10:55:14 | C++ | UTF-8 | Scilab | false | false | 4,152 | tst | test_ods_4_d.tst | ** File Info
Version: 1.0 (encrypted)
Num Logs = 0
Num Trans = 0
Num Writers = 0
Init Tranlog = 0
Total Entries = 11
Tranlog Offset = 0
Transaction Id = 10
Index Free List = 8
Total Size of Data = 13638
Data Transformation Id = 8
Index Transformation Id = 43
** Entry Info for: 0-5
num: 0000000000000000 pos: 0... |
db070965bd89ccc93fe47f28e0ec7ae7936d4cd5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /284/CH6/EX6.2/ex_2.sce | 6368cc9d653b5549a07043c309bacf11618a8c31 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 389 | sce | ex_2.sce | // Chapter 6_The pn junction
//Caption_Space charge width
//Ex_2//page 224
T=300
Na=10^16 //acceptor ion concentration
Nd=10^15 //donor ion concentration
eps=11.7*8.85*(10^-14)
e=1.6*(10^-19)
Vbi=0.635 //built in potential barrier
W=(2*eps*Vbi/e*(Na+Nd)/(Na*Nd))^0.5
Emax=-e*Nd*W/eps
printf('The s... |
508a240cea1fe91818f07b3aa22c435277975856 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects - Kopie/CONT/RA72WYU/ATWM1_Working_Memory_MEG_RA72WYU_Session1/ATWM1_Working_Memory_MEG_Salient_Cued_Run2.sce | b7a7024abaa1af190df3cddf0aa257a0abe080f8 | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 49,276 | sce | ATWM1_Working_Memory_MEG_Salient_Cued_Run2.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run2";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monitor... |
c36c09696755a7463745a969f1220f82e84d1c91 | 449d555969bfd7befe906877abab098c6e63a0e8 | /530/CH2/EX2.2/example_2_2.sce | a600dd2587c9cae1ec42937c7640fc7989b2a150 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,131 | sce | example_2_2.sce | clear;
clc;
// A Textbook on HEAT TRANSFER by S P SUKHATME
// Chapter 2
// Heat Conduction in Solids
// Example 2.2
// Page 31
printf("Example 2.2, Page 31 \n\n")
d_i=0.02; // [m] inner radius
d_o=0.04; // [m] outer radius
r_i=d_i/2; // [m] inner radius
r_o=d_o/2; // [m] outer radius
k=0.58; // [w... |
6ae3ab7568e91fd51409bab7707dabad1f8f4c09 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1892/CH1/EX1.52/Example1_52.sce | dcf6d521122cf2764ffdbb18fa763bb382d5cd0a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 472 | sce | Example1_52.sce | // Example 1.52
clear; clc; close;
format('v',5);
// Given data
P=6;//no. of poles
f=50;//in Hz
Sf=3;//in %
R2=0.2;//in ohm per phase
//Calculations
Sf=Sf/100;//Slip
Ns=120*f/P;//in rpm
N1=Ns*(1-Sf);//in rpm
N2=N1*90/100;//in rpm
S2=(Ns-N2)/Ns;//new slip
//Formula : T=K*S*E2^2*R2/R2^2;//S*X2 is ne... |
206096202ba30b4b202eabdee177e9cce3398c25 | ac1f8441b0319b4a391cd5a959bd3bb7988edfa7 | /data/news2015/news2015/SplitsNEWS15/ArEn/aren.7.tst | 7c02d4fcc8d4ff5f24ec2c4c66869378d46a1bb8 | [
"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 | 807,266 | tst | aren.7.tst | أ ب ا ا ل ح س ن ' a b a a l h a s a n
أ ب ا ا ل ح س ن ' a b a l h a s a n
أ ب ا ا ل ح س ن ' a b a l h a s s a n
أ ب ا ا ل ح س ن ' a b e l h a s a n
أ ب ا ا ل ح س ن a b a - a l - h a s a n
أ ب ا ا ل ح س ن a b a a l h a s a n
أ ب ا ا ل ح س ن a b a l h a s a n
أ ب ا ا ل ح س ن a b a l h a s s a n
أ ب ا ا ... |
0672345086c1cb88131b7f2bc9ab3c3160c66690 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH3/EX3.8/3Ex8.sce | 9ca5b7b2501f29029935ff76ac8865a17b5ce38a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 210 | sce | 3Ex8.sce | //chapter 3 Ex 8
clc;
clear;
close;
//let value to be found is x, y and z
x=2.61*1.3;
y=2.1693*1.4;
z=0.4*.04*.004*40;
mprintf("(i) x=%.3f",x);
mprintf("\n(ii) y=%.5f",y);
mprintf("\n(iii)z=%.5f",z)
|
2590bbb645cba69fea85b1ffea4599056a2542a3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2267/CH7/EX7.2/ex7_2.sce | bfd02fd71c53e91198169a6954a0ad2a625b85d1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 271 | sce | ex7_2.sce | //Part A Chapter 7 Example 2
clc;
clear;
close;
h2=2682.5;//kJ/kg(For 0.05 MPa & 100 degree C)
h1=h2;//kJ/kg(for throttling)
hf=1407.56;//kJ/kg(For 10 MPa)
hfg=1317.1;//kJ/kg(For 10 MPa)
x1=(h1-hf)/hfg;//dryness fraction
disp("Dryness fraction = "+string(x1));
|
c7dabe55314745fdb03e32a84ae0267281697348 | 449d555969bfd7befe906877abab098c6e63a0e8 | /587/CH1/EX1.2/example1_2.sce | 5bf3391693732cde45a7e5de1031b35485b844e1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 529 | sce | example1_2.sce | clear;
clc;
//Example 1.2(Heating of water in an Electric Teapot)
//Mass of liquid water
m1=1.2,m2=0.5;//[Kg]
//Initial Temperature
t1=15;//[Degree Celcius]
//Final Temperature
t2=95;//[Degree Celcius]
//Specific heat of water
cp1=4.186;//[kJ/kG.K]
//Specific heat capacity of teapot
cp2=.7;//[]
Em=(m1*cp... |
0424f93461e5c95418b8b66a58a3d4b6f3db8eaa | 449d555969bfd7befe906877abab098c6e63a0e8 | /647/CH11/EX11.2/Example11_2.sce | 0b6d5386742732d7417127d3d1bcc3699b26966c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Example11_2.sce | clear;
clc;
// Example: 11.2
// Page: 459
printf("Example: 11.2 - Page: 459\n\n");
// Solution
//*****Data******//
Tf = 5 + 273;// [K]
Lf = 9830;// [J/mol]
R = 8.314;// [J/mol K]
M1 = 78;// [kg/kmol]
//**************//
Kf = R*Tf^2*M1/(1000*Lf);// [kg/kmol]
printf("Molal Freezing point is %.2f kg/... |
ef7dc7645cf625787a9954b099a45b7b14e127fa | 449d555969bfd7befe906877abab098c6e63a0e8 | /557/CH25/EX25.8/8.sce | c92c3bb9482a8f8b3b97b9fed0c5d4746e77ea06 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 626 | sce | 8.sce | clc; funcprot(0);
//Example 25.8
//Initializing the variables
f = 0.008;
T = 290;
L = 750;
Dt = 9; // Diameter Tunnel
Df = 0.63; // Diameter fan
K1 = 0.98;
K2 = 0.92;
Vo = 27.9;
n = 10;
//Calculations
alpha = (Df/Dt)^2;
// equation 25.20 becomes when E = 1 nad C = 0
W = poly(0,'W' );
... |
844df7840031c45a3a9967e44d743ae68a3fe98e | 449d555969bfd7befe906877abab098c6e63a0e8 | /243/CH3/EX3.8/3_08.sce | 3bb6c8c42bde62de39014e4ae8ecc991b014439d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 356 | sce | 3_08.sce | //Example No. 3_08
//-ve Integer to binary
//Pg No. 50
clear ; close ; clc ;
negint = -13
posbin = dec2bin(abs(negint))
posbin = strcat(['0',posbin])
compl_1 = strsubst(posbin,'0','d')
compl_1 = strsubst(compl_1,'1','0')
compl_1 = strsubst(compl_1,'d','1')
compl_2 = dec2bin(bin2dec(compl_1) + 1)
disp(com... |
98801f9306a095c07a2fd346f0b7b1d1b7d7c09b | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH8/EX8.26.a/data8_26.sci | 49aa6e6a58c5551b964aa0d8ce87cd7d8e86860a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 279 | sci | data8_26.sci |
//(Welded and Riveted Joints) Example 8.26
//Refer Fig.8.69 on page 323
//Number of rivets n
n = 4
//Eccentric force P (kN)
P = 5
//Eccentricity e (mm)
e = 200
//Permissible shear stress tau (N/mm2)
tau = 60
//Radial distance of rivets from the C.G. r (mm)
r = 100
|
38cd2c7943ebceedd03ac6c6a2085499499013c1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2024/CH12/EX12.1/12_1.sce | 913617c4a92d99fba332ff857811d97942e5bd3c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 704 | sce | 12_1.sce | clc
//Initialization of variables
p1=600 //psia
p2=0.2563 //psia
t1=486.21 //F
t2=60 //F
//calculations
disp("from steam tables,")
h1=1203.2
hf1=471.6
hfg1=731.6
h2=1088
hf2=28.06
hfg2=1059.9
s1=1.4454
sf1=0.6720
sfg1=0.7734
s2=2.0948
sf2=0.0555
sfg2=2.0393
xd=(s1-sf2)/sfg2
hd=hf2+xd*hfg2
xa=0.302... |
a39f839bac22fd12aac47945c8d8da4d9c136db0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1913/CH1/EX1.25/ex25.sce | f65185d870e9119f80ca15b5695bf98430be0512 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 556 | sce | ex25.sce | clc
clear
//Input data
dw=1000;//Density of water in kg/m^3
dh=13590;//Density of Hg in kg/m^3
Pa=400;//Pressure at A in kPa
g=9.81;//Gravity in N/m^2
Zw1=2.5;//First level of water in m
Zw2=0.4;//Second level of water in m
Zh=0.6;//Level of Hg in m
//Calculations
Pw1=dw*g*Zw1;//First level of water press... |
81d48e5da41a08ea074fb607782ac228d9caec09 | c884d985cf07964dbaf65b3204ef1bebb38d4f23 | /I_trapezio.sce | f5a5c72cd1a833ad5cfca04c76ae9dee559d4321 | [] | no_license | mbgaspar/Computacao-cientifica | 710f99c81f2ae342c782584bae2fef666f78f76c | 8168c0bdcaa14cf9d2b57ba34e15fd0833e69ee3 | refs/heads/master | 2021-11-05T01:50:18.159560 | 2021-10-29T12:09:10 | 2021-10-29T12:09:10 | 220,349,256 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 457 | sce | I_trapezio.sce | function I = trap(a,b,fun,n)
// a - limite inferior da integração
// b - limete superior da integração
// n - número de segmentos
// fun- função literal caso exista o argumento n
// - vetor com os pontos caso não seja passado n
if argn(2)< 4 then
fx = fun;
n = length(... |
c4673b124f9a442b47288b58f57dcbb300675c16 | 0e1b45c07f0938ba9c8a003d6ae1cf2d8315efdb | /acmp.ru/379, Game with date/java/test-03.tst | 65be450d268b0e3a4aa6de71f3f77a5c06ffe721 | [] | no_license | Kot-Angens/acm | c85d8582c3e84f218415321743864b9680e01f2e | 05472eaa0fff7abb6679826085da5e0c990df4cb | refs/heads/master | 2021-01-24T22:36:05.159612 | 2012-10-02T13:51:56 | 2012-10-02T13:51:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 35 | tst | test-03.tst | 29 11
~~~~~~~~~~~~~~~~~~~~~~~~~~
2
|
8ce13664f5de2e3f1aae1de1a1d5f62a69624f6e | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/intfilt/intfilt6.sce | fd2e847afcd79077b7ae4dbba2d70e3e4c78e106 | [] | 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 | 239 | sce | intfilt6.sce | //i/p arg filter order is negative
a=0.6;
f=intfilt(1,-2,a);
disp(f);
//output
//!--error 4
//Undefined variable: y
//at line 13 of function sinf called by :
//at line 164 of function intfilt called by :
//f=intfilt(1,-2,a);
|
b7b56c84631132e18b2bd59aa298e6b76a97d467 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3872/CH9/EX9.4/Ex9_4.sce | afd70f2fafe9938e7092bff61b2d7476e15044ca | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,748 | sce | Ex9_4.sce | //Book - Power system: Analysisi & Design 5th Edition
//Authors - J. Duncan Glover, Mulukutla S. Sarma, and Thomas J.Overbye
//Chapter-9 ;Example 9.4
//Scilab Version - 6.0.0; OS - Windows
clc;
clear;
Sb=100 //Base value of system in MVA
Vb=13.8 //Base voltage... |
1847c49423f0b5bcbe9b6009adbd39cc6137242d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3845/CH1/EX1.3/Ex1_3.sce | e547445b967db74349eeb561e7134ea79b9c27cd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 467 | sce | Ex1_3.sce | //Example 1.3
stories=39;//Number of stories in the building
height_man=2;//Approximate height of an adult man (m)
height_storey=2*height_man;//Approximate height of a single storey (m)
height_building=2*height_man*stories;//Approximate height of building assuming height of 1 storey=2*height_man (m)
printf('Approx... |
031d3d957b539d6e8b898bb961089563822771d2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1640/CH5/EX5.27/5_27.sce | d871ace3548f67d44eb09bdd258d2e24934d77e5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 261 | sce | 5_27.sce | clc
//initialisation of variables
w= 62.4 //lb/ft^3
f= 0.005
Q= 100 //cuses
m= 40 //Rs
n= 0.75
n1= 0.065
K= 15 //Rs
//CALCULATIONS
d= ((5*w/(1.5*550*10))*n*f*Q^3*m/(K*n1))^(1/6.5)
//RESULTS
printf ('economical diameter of pipe line = %.3f ft ',d)
|
7d0a4202b1af7fed21aada95ac6b6a0e0e6a032d | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /xcos_blocks/tanh_func.sci | 395e91e1e23a3971a553c3b59086932a03c8dd79 | [] | 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 | 168 | sci | tanh_func.sci | function block=tanh_func(block,flag)
if flag==1
block.outptr(1)=block.x(1)
elseif flag==0
block.xd(1)=tanh((block.inptr(1)(1)-block.x(1)))/block.rpar;
end
endfunction
|
2eb109a58e51e3ed6be575920b798a720b1a6045 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2345/CH15/EX15.1/Ex15_1.sce | 169315e96c38d65df9655c4c56c70e9f0f362b28 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 517 | sce | Ex15_1.sce | //consumer voltage and energy loss
//Example 15.1(pg 392)
clc
clear
R=0.2//total resistance of cable in ohms
I=200//current in A
t=100//time in hours
V=240//voltage in volts
c=0.8//cost of electrical energy in Rs per unit
V1=I*R//voltage drop in the cable
//(i)consumer voltage
Vc=V-V1
//(ii)Power loss in th... |
3be89f3e4bc9a6d68785bbb66f125b8c6fedc19e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3772/CH2/EX2.6/Ex2_6.sce | b8dd24745486fdda2760aeee1bc492f9736f8a0a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,108 | sce | Ex2_6.sce | // Problem no 2.6,Page no.34
clc;clear;
close;
b_1=10 //cm //Breadth of the triangle
h=9 //cm //Height of triangle
b_2=2 //cm //width of rectangle
d=3 //cm //Depth of rectangle
//Triangle ABC-1
a_1=45 //cm**2 //Area of triangle
y_1=3 //cm //C.G of triangle
//Rectanglar hole-2
a_2=6 //cm**2 //Area of rectangle
y_2=4... |
99129f7b3a00d1ca79e40af06d38e4d8ff3e541d | 72b0437731d44d03866f19e69d3356a2c65ef27f | /circular_conv.sce | e431437cc3a4e78b2ad7eae9b4add98e4046f22c | [] | no_license | sonusharma55/Discrete-Time-Signal-Processing | 217f1753fbacf4bd67e557d3630ce1cf018ce036 | 6c255a9ca331c984598a04b81bb67e903e2e4c16 | refs/heads/master | 2020-07-25T21:12:32.026102 | 2019-09-14T11:36:56 | 2019-09-14T11:36:56 | 208,425,368 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 376 | sce | circular_conv.sce | //Title:-Circular Convolution || Sonu Sharma,Roll No-B630
clc
x = input("Enter sequence x(n)=")
h = input("Enter sequence h(n)=")
N = length(x)
n = 0:1:N-1
k = 0:1:N-1
w = exp(-1*%i*2*%pi/N)
z = n'*n
TF = w.^z
X = x*TF
H = h*TF
disp(X,"X(k) = ")
disp(H,"H(k) = ")
Y = X.*H
disp(Y,"Y(k) = ")
TFI = (... |
4fb15a14829e66cee46511244a49f8408f059ce1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1544/CH4/EX4.9/Ch04Ex9.sce | 1e65c253332bf0a0867294ac7bdebdf747359be4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,231 | sce | Ch04Ex9.sce | // Scilab code Ex4.9: Pg 121-122 (2008)
clc; clear;
// Part (a)
I = 0.2; // Electric current, A
l = 5e-02; // Effective length, m
A = 7e-04; // Cross-sectional area, metre-square
d = 0.5e-03; // Diametre, m
mew_r = 1; //Relativ... |
db622ef5b83b49ce992fc4dd8e870b618cde6e9a | 3cbee2296fd6b54f80587eead83813d4c878e06a | /sci2blif/sci2blif_added_blocks/infneuron.sce | 74fabcbd3f1ab04ad063d2e31adcfd75ee242fe5 | [] | no_license | nikhil-soraba/rasp30 | 872afa4ad0820b8ca3ea4f232c4168193acbd854 | 936c6438de595f9ac30d5619a887419c5bae2b0f | refs/heads/master | 2021-01-12T15:19:09.899590 | 2016-10-31T03:23:48 | 2016-10-31T03:23:48 | 71,756,442 | 0 | 0 | null | 2016-10-24T05:58:57 | 2016-10-24T05:58:56 | null | UTF-8 | Scilab | false | false | 713 | sce | infneuron.sce | //************************** INF Neuron ********************************
if (blk_name.entries(bl) =='infneuron') then //FIX For Multiple blocks
mputl("# INF Neuron",fd_w);
mputl(".subckt INFneuron in[0]=net"+string(blk(blk_objs(bl),2))+"_1"+ " in[1]=net"+string(blk(blk_objs(bl),3))+"_1"+ " in[2]=net"+string(b... |
f7d7c089152ffb2b2aa5bc3c0dff902152e3f9fa | 449d555969bfd7befe906877abab098c6e63a0e8 | /1076/CH3/EX3.39/3_39.sce | 8666498a746ece5bfe6c26b8259f2eb8409714c5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 374 | sce | 3_39.sce | clear;
clc;
l=300
R=.4 *3
X=.8*3
Vs=11e3/sqrt(3);
P=3000;
pf=.8
pfa=acos(pf)
VIr=P/(3*pf)
a=1;
b=-Vs
c=VIr * 1e3 * ((R*cos(pfa))+(X*sin(pfa)))
vr=(-b+sqrt((b*b )- (4*a*c)))/(2*a)
Ir=VIr*1e3/vr;
Vr=vr*sqrt(3)/1000;
mprintf("\nReceiving End Voltage = %.2f kV",Vr)
Pl=3* (Ir)^2 * R/ 1000;
eff=P*10... |
3738903e95253d06c7234e268cddcd37a527a607 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1919/CH8/EX8.10/Ex8_10.sce | fd41b9c402db01634b3ecb46a4e10dce4e26b8f6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 700 | sce | Ex8_10.sce |
// Theory and Problems of Thermodynamics
// Chapter 8
// Power and Refrigeration Cycles
// Example 10
clear ;clc;
//Given data
r0 = 8 // Compression ratio of Otto cycle
T1 = 300 // initial temperature of air in K
P1 = 0.1 // initial pressure of air in MPa
q1 = 25 ... |
021cf302597089b5e6dc0ac335ca89b404088a47 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH20/EX20.15/20_15.sce | 26951351036b635bfb4333d7f812b50a782db864 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 338 | sce | 20_15.sce | //Chapter 20, Problem 15
clc;
P1=8; //power 1 in watt
P2=4; //power 2 in watt
P=P1+P2; //total input power
phi=atan(sqrt(3)*((P1-P2)/(P1+P2)));
pf=cos(phi); //load power factor
printf("(a) Total input power = %d kW\n\n",P);
printf("(b) Power fact... |
64927c418a4857543ab0b33cd452683e7d96ed39 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3871/CH5/EX5.29/Ex5_29.sce | 76d4b160602ced50dc3a9e96c6a88d451f1c9b8c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 494 | sce | Ex5_29.sce | //=============================================================
//Chapter 5 example 29
clc;
clear all;
//variable declaration
V1 = 1000; //potential of vane in volts
//calculations
//v = VA-VB
mprintf("theta 10 S D");
mprintf("\ntheta praportional to Tt praportional to 2*V1*V")
mprint... |
e99b166e92d95fc82c84b1feb93202255c528fd4 | e813a70328417f198807f4d0e03258444276cbbc | /projects/vmtranslator/tests/GD/main.tst | de2f2397f7b4e76712206942210ae456cdc2733a | [] | no_license | gpdoud/nand2tetris | e604e92e36e21af52980c86a57154053b9284e78 | 3588ce229b1d3d83f1d6fdb9809ef61bc98cb7fa | refs/heads/master | 2021-07-09T20:55:48.391829 | 2020-08-26T12:43:29 | 2020-08-26T12:43:29 | 185,586,019 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 607 | tst | main.tst |
load main.asm,
output-file main.out,
compare-to main.cmp,
output-list RAM[0]%D1.6.1 RAM[1]%D1.6.1 RAM[2]%D1.6.1
RAM[3]%D1.6.1 RAM[4]%D1.6.1 RAM[5]%D1.6.1;
set RAM[0] 256, // initializes the stack pointer
set RAM[1] 300, // initializes the stack pointer
set RAM[2] 400, // initializes the stack point... |
e818b3d0400e5c07b9c7557a0c1e3f47eacc9700 | 449d555969bfd7befe906877abab098c6e63a0e8 | /647/CH5/EX5.12/Example5_12.sce | 7c49e3740c6174d31120d2f6254bf04bbfe48f7e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 463 | sce | Example5_12.sce | clear;
clc;
// Example: 5.12
// Page: 167
printf("Example: 5.12 - Page: 167\n\n");
// Solution
//*****Data*****//
Vol_O2 = 5.6;// [L]
Vol_H2 = 16.8;// [L]
R = 1.987;// [cal/mol K]
//*************//
xA = Vol_O2/22.4;// [mole fraction O2]
xB = Vol_H2/22.4;// [mle fraaction H2]
N = xA + xB;// [total... |
e2d8456fc484113954207753108df39ebb792697 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1445/CH8/EX8.25/ch8_ex_25.sce | 8ab814ab4a97a8e52ba8b92bc9dd31846fbaed33 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,276 | sce | ch8_ex_25.sce | //CHAPTER 8- DIRECT CURRENT MACHINES
//Example 25
disp("CHAPTER 8");
disp("EXAMPLE 25");
//VARIABLE INITIALIZATION
slot=24; //number of slots
P=2; //number of poles
N=18; //number of turns per coil
B=1; //in Webers
l=20/10... |
18d43400c890cac77304861b1646d631546ae0a6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2420/CH2/EX2.10/2_10.sce | 076fb48a0f57b0ce7defc2a05a67f285fa60bc40 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 263 | sce | 2_10.sce | clc
clear
//Initialization of variables
Gf=11.57 //lb per lb of fuel
H=4.4/100
M=13.5/100
mr=700
mf=10000
mc=1 //lb
//calculations
pro=M+9*H
mrf=mr/mf
Aa=Gf+pro+mrf-mc
At=8.83
ea=(Aa-At)/At *100
//results
printf("Excess air = %.1f percent",ea)
|
8e930758d4378e7a917be4e4d4fc62f42b37df11 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1775/CH5/EX5.11/Chapter5_Example11.sce | ecad8c08b5b175e223d918a1de5fcfe7064fe584 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 704 | sce | Chapter5_Example11.sce | //Chapter-5, Illustration 11, Page 261
//Title: Air Compressors
//=============================================================================
clc
clear
//INPUT DATA
V1=7*(10^-3);//Volume of air in (m^3)/s
P1=1.013;//Pressure of air in bar
T1=288;//Air temperature in K
P2=14;//Pressure at point 2 in bar
n=... |
d75c3dded04a77c606af46540e009a63d91d164f | 449d555969bfd7befe906877abab098c6e63a0e8 | /884/CH13/EX13.5/Example13_5.sce | c48af533b0d0f015c925c5b2773ce013ed0fb143 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 513 | sce | Example13_5.sce | //calculation of rate constant from time and pressure data
clear;
clc;
printf("\t Example 13.5\n");
t=[0,100,150,200,250,300];//time(data given), s
P=[284,220,193,170,150,132];//pressure(data given) in mmHg corresponding to time values
lnP=log(P);//lnP values corresponding to P
[slope]=reglin(t,lnP);//ln... |
76966ff56a1e0f163f1f74237e7d287c9ea1ed5e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3369/CH2/EX2.7/Ex2_7.sce | 6522de255f5c82a1db02eff0d505787624443f44 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 313 | sce | Ex2_7.sce | //Chapter 2, Exmaple 7, page 69
//Electric feild induced at x
clc
clear
e0 = 8.85418*10**-12 //Epselon nought
q = 1 // C/m
C = (q/(2*%pi*e0))
//Based on figure 2.33
E = C-(C*(1/3+1/7))+(C*(1+1/5+1/9))+(C*(1/5+1/9))-(C*(1/3+1/7))
printf("Electric Feild = %e V/m \n",E)
//Answers might vary due to round off error
|
beb9ff7d38135f0efe22d9198907c94ec79db138 | 36c5f94ce0d09d8d1cc8d0f9d79ecccaa78036bd | /Vertical Switching Sparky.sce | b5dba1bb5a6c8f52af2a58a50aa635dd9acc59b1 | [] | no_license | Ahmad6543/Scenarios | cef76bf19d46e86249a6099c01928e4e33db5f20 | 6a4563d241e61a62020f76796762df5ae8817cc8 | refs/heads/master | 2023-03-18T23:30:49.653812 | 2020-09-23T06:26:05 | 2020-09-23T06:26:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 64,035 | sce | Vertical Switching Sparky.sce | Name=Vertical Switching Sparky
PlayerCharacters=VS Challenger
BotCharacters=VS Target.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=VS Challenger
AddedBots=VS Target.bot;VS Target.bot;VS Target.bot;VS Target.bot;VS Target.bot;VS Target.bot;VS Target.bot;VS Target.bot
PlayerMaxLives=0
BotMaxLives=0;0;0;0;0;0;0;0
Pla... |
8d2b6fcaaacc8c812132012394ff053fb6ff5d5c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2465/CH5/EX5.2/Example_2.sce | e1d46239825f23fe5af9b6e54b96194955903ec2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Example_2.sce | //Chapter-5,Example 2,Page 122
clc();
close();
t=[7.18 18 27.05] //time in minute
r=[ 21.4 17.7 15] //rotation in degrees
r_0=24.09
r_a=-10.74
k=(1 ./t).*log10((r_0-r_a)./(r-r_a))
printf('values of k')
disp(k)
printf('since k values are fairly constant by putting in 1nd order rate equat... |
54f0d10c06a03c77bb75d347f0e52028d902bd62 | 449f0d9106e35fc361bdb53d55d9563796f0d2c3 | /week7/scilab.sce | 7fab438eec19d851758a1e0b36274d101ccbe32e | [] | no_license | aleksey-sinos/OpenEdu | 72eefffcc4ddbb45345a9bee61e534f9bf540390 | 6c3b4943a669b9398ad75e0fae44937cc6b04dc0 | refs/heads/master | 2020-06-30T13:29:27.839046 | 2019-12-04T07:47:12 | 2019-12-04T07:47:12 | 74,368,213 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,109 | sce | scilab.sce | //////////////////////////////////////////////////////
// Неделя 7.
// Комплексная обработка двух измерителей с использованием байесовского подхода.
// Исследование точности с помощью матрицы ковариаций.
// Нерекуррентный метод.
//////////////////////////////////////////////////////
clear; deff('[numd] = roundd(num,n)'... |
fd12b582aa101ae79fb7602513f426a4b5cbdab6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH9/EX9.9/Example9_9.sce | 08b7bc30bd4240b8582ebde7c73fc2faf4e99612 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,095 | sce | Example9_9.sce | // A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART II : TRANSMISSION AND DISTRIBUTION
// CHAPTER 2: CONSTANTS OF OVERHEAD TRANSMISSION LINES
// EXAMPLE : 2.9 :
// Page number 108-109
clear ; clc ; close ; // Clear the... |
9b9fd79f8e8d4fb15dfb6355c1ed055063003330 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1658/CH26/EX26.5/Ex26_5.sce | 5ce27914b4c92ed58645d48228ea5e9b371794a2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 67 | sce | Ex26_5.sce | clc;
//e.g 26.5
fo=2*10**6;
BW=50*10**3;
Qo=fo/BW;
disp(Qo);
|
37a3d46b0eeee76d987d5009074562768c414e7e | 449d555969bfd7befe906877abab098c6e63a0e8 | /154/DEPENDENCIES/ch14_10.sce | 965dc13c520337c3205b8df0e85163ca9fe355a7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 565 | sce | ch14_10.sce | clc
disp("Example 14.10")
printf("\n")
s=%s;
//Applying KVL equation to the two loops we get
//V1=3*I1+3*(I1+I2)
//V2=7*I1+3*(I1+I2)+2*I2
//On solving we get
disp("6*I1+3*I2=V1 (1)");
disp("10*I1+5*I2=V2 (2)");
//The equations which contain Z parameters are
//V1=Z11*I1+Z12*I2
//V2=Z21*I... |
afed089232c8fcf0362fe09cbbd254ddc24aea21 | 449d555969bfd7befe906877abab098c6e63a0e8 | /650/CH9/EX9.8/8.sce | aca28a089bd4c6f591d413eb07eb803623b2bafe | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 264 | sce | 8.sce | clc
N_s=0.14; // m^(3/4)s^(-3/2)
H=30; // m
p_v=7.38*10^3; // N/m^2
p_l=50*10^3; // N/m^2
rho=992; // kg/m^3
g=9.81; // m/s^2
H_L=0.2; // m
NPSH=2.8*N_s^(4/3)*H;
z1=NPSH+(p_v-p_l)/rho/g+H_L;
disp("The minimum level of the alarm =")
disp(z1)
disp("m") |
3c0c959ec09e3880a46bdf6c201bb84c2c57a007 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2705/CH1/EX1.3/Ex1_3.sce | bddd96cd3ae45c4c4cd48b9776c472e3851dab56 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 513 | sce | Ex1_3.sce | clear;
clc;
disp('Example 1.3');
// Given values
P1 = 2070; // initial pressure, [kN/m^2]
V1 = .014; // initial volume, [m^3]
P2 = 207; // final pressure, [kN/m^2]
n=1.35; // polytropic index
// solution
// since gas is following PV^n=constant
// hence
V2 = V1*(P1/P2)^(1/n); // final volume, [m^3... |
f74edcd74dac58796bc880747c5b150ef02be6ff | 05054a01bf975f26d83f2fc1ca9fe8c5b8919a50 | /QPSK.sci | 7b053aa5773f417580c96a503e849c07fb51eabe | [] | no_license | manoj0108/Generation-of-Signals | 4d4f99390209b62b5331e54845cf733baf9ff54d | 46a7ab81993f482d86a0fae64458ced15771fb7d | refs/heads/main | 2023-06-04T03:29:26.312704 | 2021-06-20T20:30:54 | 2021-06-20T20:30:54 | 378,732,223 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,541 | sci | QPSK.sci | Generation Of QPSK signal:
clc;clear;
//Generating QPSK signal
fc = input('Enter the frequency'); //2
n = input('Input Message sequence'); //[1 0 0 1 1 1 0 1]
for i=1:length(n)
if n(i) == 1 then
pol(1,i) = 1;
else
pol(1,i) = -1;
end
end
// Multiplexing
// NRZ polar line coded signal gen... |
e42442db1020377c8a7d9837434b15fd76136271 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3831/CH8/EX8.13/Ex8_13.sce | d19e2aa1c52731de80bcfbe4b72647dbb85f703b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 420 | sce | Ex8_13.sce | // Example 8_13
clc;funcprot(0);
// Given data
T=20.0+273.15;// K
mu=0.700;// N.s/m^2
L=0.100;// m
R_1=0.0500;// m
R_2=0.0510;// m
n=1000;// rev/min
// Solution
omega=(2*%pi*n)/60;// rad/s
S_P_W=((2*%pi*L*omega^2*R_1^4*mu)/((R_2^2-R_1^2)^2*T))*((2*R_2^2*(log(R_2/R_1)))+((R_2^4)/(2*R_1^2))-(R_1^2/2));// W/K... |
e729badfda3ca04f4ec389ec28a770ad05997d99 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1919/CH12/EX12.4/Ex12_4.sce | 310eddecf3357a1846f115c4d15015688988a1ae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,664 | sce | Ex12_4.sce |
// Theory and Problems of Thermodynamics
// Chapter 12
// Statistical Thermodynamics
// Example 4
clear ;clc;
//Given data
U = 10 // Total energy units
N = 4 // number of non-degenerate energy states
n = 1:4 // energy levels
g = [1 2 2 1]; // dege... |
bf9f292aa3cae0d89ef3cdead83f6c183c3aa0b0 | f8bb2d5287f73944d0ae4a8ddb85a18b420ce288 | /Scilab/machine-sliding-mode/final-smc/成功例.sce | 434d565ada5f0bd2302e570f0e239844c498c2b7 | [] | no_license | nishizumi-lab/sample | 1a2eb3baf0139e9db99b0c515ac618eb2ed65ad2 | fcdf07eb6d5c9ad9c6f5ea539046c334afffe8d2 | refs/heads/master | 2023-08-22T15:52:04.998574 | 2023-08-20T04:09:08 | 2023-08-20T04:09:08 | 248,222,555 | 8 | 20 | null | 2023-02-02T09:03:50 | 2020-03-18T12:14:34 | C | UTF-8 | Scilab | false | false | 1,009 | sce | 成功例.sce | // constant matrix //
k1=1
k2=2
d1=1
d2=2
AF = [0 0 1 0;0 0 0 1;-k1 k1 -d1 d1;k1 -(k1+k2) d1 -(d1+d2)];
BF = [0;0;1;1];
S = [4 3 0 1];
// Discretized system //
h = 0.02; // sampling time //
cont = syslin('c',AF,BF,S);
disc = dscr(cont,h); // Discretized system //
[A,B,Sd] = abcd(disc);
// initail conditions //
X=[0.... |
23c40a2a2ffee40e6e31e420c33b01746d888573 | d01bf962afff16bc1ce292c49da5923ebbe59775 | /Maths/Simplexe.sce | a31abe0d9b9a26eef30d8f1e0aaae33f044758c1 | [] | no_license | fredkerdraon/Reference-research | 71d0af22f84605ed0c53907acd6b248400c47388 | 1f48fdfebbe766bbd268b4f1853ab98162f57425 | refs/heads/master | 2023-05-05T12:18:18.655367 | 2020-02-08T22:08:15 | 2020-02-08T22:08:15 | 71,020,179 | 0 | 0 | null | 2023-04-19T18:37:49 | 2016-10-15T23:49:14 | POV-Ray SDL | UTF-8 | Scilab | false | false | 1,721 | sce | Simplexe.sce | //FK - Based on:
function [xsol,z] = AlgebricSimplexe(A,b,c)
[m,n] = size(A);
Ac = [A,eye(m,m)];
B = [n+1:n+m];
N = [1:m];
z = 0;
l = 0;
while(1)
l = l + 1;
disp ('Iteration' + string(l) + ':..');
disp (B, "Les indices de la variable de base");
disp (N, "Les indices des variables hors base");
xbase = SolutionDe... |
9a308bab4be1466f9b37b788167cea1d51a14c66 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1022/CH2/EX2.3/2_3.sce | c68f7d9f260e0e2758aac47fe4160d11245b13d1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 198 | sce | 2_3.sce | clc
//initialisation of variables
h= 76 //cmhg
g= 32.2 //ft/s^2
h= 76.0 //cmHg
Dhg= 847 //lbm/ft^3
//CALCULATIONS
Pa= Dhg*g*h*0.33
Pa1= Pa/1
//RESULTS
printf ('Pa= %.f poundal/ft^2',Pa1)
|
8f7ca82f53550213b897db7b3601e1b0a0be2a68 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2339/CH1/EX1.1.8/Ex1_8.sce | 3ae88ac7f37088f6f51df160d7a42b74b426082e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 433 | sce | Ex1_8.sce | clc
clear
//Declaring Values
m=600; //Mass in kg
z=50000; //Distance in meters
V=2500000; //Velocity in m/hr
g=7.9; //Gravitational Field in m/s^2
Vel=V/3600;
KE=(0.5*m*Vel*Vel)/1000000; //Kinetic Energy in MJ
PE=(m*g*z)/1000000; //Potential Energy in MJ
//Displaying ... |
1942352cb052f9dcc9c5d28842925b922ed1d8a7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2243/CH3/EX3.4/Ex3_4.sce | 0e84c012eb2879a25fef78f19c1e8d7a53bea473 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,451 | sce | Ex3_4.sce | clc();
clear;
//Given:
deltalambda1 = 0.01; // The line width of the orange line of krypton,Kr^86 in A
lambda = 6058; // Wavelength in angstroms = 6058*10^-10 m
deltalambda2 = 0.00015; // The line width of a laser source in A
c = 3*10^8 ;// Velocity of light in vacuum in m/s
nu0 = c/(lambda*10^-10);// lambda ... |
c5a5c835c7ca0aa5819ad30155864031923eda8a | 9f9364e082d4bc2f7ee5cbd7a489642615821873 | /src/testCases/test3-4.tst | 61a92b5f64d790666b8123ad561e0e6aab416f00 | [] | no_license | abrageddon/DLX-Opt | 4602617f83ddf8cb0fea83fecd2faa362849dfcd | 20038078f11a7ae67e7ab336e551e23966551290 | refs/heads/master | 2021-01-01T05:49:33.218016 | 2013-03-14T06:08:45 | 2013-03-14T06:08:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 450 | tst | test3-4.tst | main
array[3][4] a;
{
let a[0][0] <- 1;
let a[0][1] <- 2;
let a[0][2] <- 3;
let a[0][3] <- 4;
let a[1][0] <- 2;
let a[1][1] <- a[0][0] + a[0][1] + a[1][0];
let a[1][2] <- a[0][1] + a[0][2] + a[1][1];
let a[1][3] <- a[0][2] + a[0][3] + a[1][2];
let a[2][0] <- 3;
let a[2][1] <- a[1][0] + a[1][1] + a... |
0b6bb7072e1dbcb56e9e411bc1b93b3cb94c761f | 676ffceabdfe022b6381807def2ea401302430ac | /utilities/FieldConvert/Tests/chan3D_part_only.tst | ebcad048fc0ba3f7d5d67018694e9407b9b0220a | [
"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 | 380 | tst | chan3D_part_only.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description> Process part-only option </description>
<executable>FieldConvert</executable>
<parameters> -f --part-only 2 chan3D.xml </parameters>
<files>
<file description="Session File">chan3D.xml</file>
<file description="Session File">chan3D.fld... |
a069844f76a59049eefbe05ec356806b38f26898 | 449d555969bfd7befe906877abab098c6e63a0e8 | /416/CH15/EX15.10/exp15_10pp.sce | 9f0ce248232f2417fd975918a26a83d4db1e2430 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 906 | sce | exp15_10pp.sce | clc
clear
disp('example 15.10')
tc=2100 //total capacity of plant
n=60 //number of generaed
p=35 //power of generated by each generator
h=10 //head of water
d=12 //duration of generation
cee=2.1 //cost of electrical energy per kWh
efft=0.85 //efficiency of turbine
effg=0.9 //efficiency of g... |
eb8709fe17f70b7f3c69b94381c593d42d4f27e7 | 361bde95a22190692c954b03dcc9add9c73f6646 | /ASSIGNMENT-4/GS.sce | e7da1a55bdbfd9b505cb4595f84ea0d22cd45ed7 | [] | no_license | madhuri1234567/SCILAB | ad80337ea4211ce7c2fc2f8dc44763cdc34738c0 | 29a6a879f90e679ce5b4f560436fe4b186257052 | refs/heads/master | 2020-12-29T21:13:27.352657 | 2020-04-11T09:01:18 | 2020-04-11T09:01:18 | 238,733,957 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 335 | sce | GS.sce | clc;clear;close
// independent vectors stored in A
A=input("enter the maxtrix [INDEPENDENT VECTORS]")
disp(A,'A=');
[m,n]=size(A);
for k=1:n
V(:,k)=A(:,k);
for j=1:k-1
R(j,k)=V(:,j)'*A(:,k);
V(:,k)=V(:,k)-R(j,k)*V(:,j);
end
R(k,k)=norm(V(:,k));
V(:,k)=V(:,k)/R(k,k);
end
... |
55767a6febb253e69e91bbf1a3a0fd6d8e7fd61f | dc628e7d8425aa0bb1460d2583f04c9969b4ec9c | /dlog-server/examples/shi/inverse.tst | fbdbd74e40b6b7688202f2e4083ec0d4e9c0cf0a | [] | no_license | logicmoo/DLog | bc2c43523ccbc3747c381f2eb0e25960cfc8d6e1 | 855774c38c1eea119405fde0057cfdb1032006f0 | refs/heads/master | 2021-05-28T14:03:35.596790 | 2015-01-12T22:49:56 | 2015-01-12T22:49:56 | 27,461,790 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 630 | tst | inverse.tst | %Generated from '../examples/shi/inverse.dig'.
query(instances(aconcept('Okos')), [o1]).
query(instances(aconcept('Boldog')), []).
implies(some(inv(arole(gyereke)), aconcept('Okos')), aconcept('Boldog')).
subrole(arole(gyereke), arole(utodja)).
subrole(arole(hasParent), arole(szuloje)).
subrole(arole(szul... |
cb071900c63015b3d7e66e1b153dfb24994248a3 | 299ec76be485b8d1574b9216bbe8ac6763b2ade3 | /AI_Lab_Ex1/Leaky_ReLU.sce | 05b7e37f8ed7f4fbc5645f92b18b2f7db8ac35f2 | [
"MIT"
] | permissive | parth2608/Artificial-Intelligence-Basics | 65d42ff4e495c11a2ba536e730714570a58b56c7 | b3a0378c7f5b9dbad91df9a6c29b5f30b865e088 | refs/heads/master | 2022-11-21T01:41:07.713381 | 2020-07-15T07:00:34 | 2020-07-15T07:00:34 | 279,790,254 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 183 | sce | Leaky_ReLU.sce | function [y] = Leaky_ReLU(alpha,x)
for i=1:length(x)
if x(i) < 0 then
y(i) = alpha*x(i)
else
y(i) = x(i)
end;
end;
endfunction
|
3dc0fe1241f81970a80f7f61621466d5ac24605b | 449d555969bfd7befe906877abab098c6e63a0e8 | /275/CH2/EX2.2.20/Ch2_2_20.sce | 60d02013a35f5b2f9beb158cc4538aac7147c70d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,054 | sce | Ch2_2_20.sce | clc
disp("Example 2.20")
printf("\n")
disp("Calculate peak,RMS,DC load current, DC in each diode,DC output voltage,% regulation,PIV,RMS current,DC load voltage")
printf("Given\n")
Rf=500
RL=2000
V2=280
//Secondary voltage is
Vm=sqrt(2)*V2
//Peak load current
Im=Vm/(Rf+RL)
//DC load current
Idc=2*Im/(%pi)
... |
889c3cb99842739bd3fcaf7e6e67156ec2269626 | 9ad712cefe61d85b01d2448a5b74c34296ee7e5f | /second_order_wn.sce | 6277c4718481c361f6d6720ae60796afc657b246 | [] | no_license | CoE-Warintorn/Control | a50f7cf26d0e80e3b90ea9dc3cac097b67f94d49 | 9572040e0e41d8d355f51032cd2ac98b1d04db64 | refs/heads/master | 2020-03-16T06:56:11.148006 | 2018-05-08T07:02:35 | 2018-05-08T07:02:35 | 132,565,771 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 44 | sce | second_order_wn.sce | s = poly(0, 's');
t = 0:0.01:5;
Wn1 = 3;
|
a66135b259c981596d47e4ed0af722cd194aed03 | 8781912fe931b72e88f06cb03f2a6e1e617f37fe | /scilab/gr_harm/out/h3_drv.sce | dd506157e1f46b87d102f497bd1eba3f75af7aff | [] | no_license | mikeg2105/matlab-old | fe216267968984e9fb0a0bdc4b9ab5a7dd6e306e | eac168097f9060b4787ee17e3a97f2099f8182c1 | refs/heads/master | 2021-05-01T07:58:19.274277 | 2018-02-11T22:09:18 | 2018-02-11T22:09:18 | 121,167,118 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 809 | sce | h3_drv.sce | //These "parameters" will be set by calling readinput and passed to
// the main H3 code:
// nx,ny,nz : grid sizes of the 3d cube.
// dx,dy,dz : grid spacings
// iterations: the number of iterations to evolve
// par1,par2 : Parameters for the initial data. //
//[iterations,nx,ny,nz,d... |
441d70c2b31b60598bf2c9a76e46434b54d31b91 | 449d555969bfd7befe906877abab098c6e63a0e8 | /213/CH15/EX15.9/15_9.sce | 7b2bcc78c0367d8546c752018064947bedc458aa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,492 | sce | 15_9.sce | //To find load, thrust, reaction and speed
clc
//Given:
N=1800 //rpm
r=50/1000, l=200/1000, D=80/1000, x=10/1000 //m
mR=1 //kg
p=0.7 //N/mm^2
//Solution:
//Calculating the angular speed of the crank
omega=2*%pi*N/60 //rad/s
//Net load on the gudgeon pin:
//Calculating the load on the piston
FL=round(%pi/4*(... |
4383f38ef7ce30aa7eaf168356805352ecd72cb4 | 139d4a83f28a14dc04c48d99a492bec7abcc3229 | /lab3_v8/main.sce | 1862a6b63cec525741015f337c42e1864e0474aa | [
"MIT"
] | permissive | s-kostyuk/labs_alg | 0f78d0a5df7b94f9190bc3b45a077fb3e68e74fb | 320902e94d9bfde9d7a13a427b315605929dec17 | refs/heads/master | 2021-01-10T03:54:40.483782 | 2015-12-03T22:52:39 | 2015-12-03T22:56:46 | 44,764,651 | 0 | 2 | null | 2015-12-01T15:07:01 | 2015-10-22T18:20:28 | Scilab | UTF-8 | Scilab | false | false | 855 | sce | main.sce | clear;
clc;
exec( get_absolute_file_path('main.sce') + "support.sce", -1 );
exec( get_absolute_file_path('main.sce') + "variables.sce", -1 );
disp( "Determening the root isolation interval..." );
[ a, b ] = askBorders( functionToInspect );
disp( "Starting solving with bisection method..." );
x = BisectionSolve( fun... |
4bad827ccd72326035a131da16912980a2555fb0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1319/CH3/EX3.5/3_5.sce | 2d08599432d1b6f91786fe267f169c9b4dc51f93 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 635 | sce | 3_5.sce | //To find line current and pf and powers of a balanced delta load
clc;
clear;
Z=8+6*%i; // Load
V=230; // Voltage supply
iR=V/Z;
theta= atand(imag(iR)/real(iR));
Il= iR*sqrt(3); // Line current
Pa=sqrt(3)*V*abs(Il)*cosd(theta); // Active Power
Pr=sqrt(3)*V*abs(Il)*sind(theta); // Reactive Power
Pt... |
e3536f4c388fe85d70c37e5b869ebe2bf7840f25 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1322/CH7/EX7.9/60ex2.sce | 2b738d16adaf9baf40280982921ca78589030d4c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 118 | sce | 60ex2.sce |
//solve for x, a*(x-2)=5*x-(a+b)
clear;
clc;
close;
//removing brackets. "a*x-5*x=a-b"
x=string('(a-b)/(a-5)')
|
1e95a5588ab2e76abb3dfa20de5d6c3b548df93f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1073/CH6/EX6.6/6_6.sce | ea2d07a653c663e84841c1c5bb4b5b44c0bf1876 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,014 | sce | 6_6.sce | clc;
clear;
//Example 6.6
mf_dot=5000 //[kg/h]
ic=0.01 //Initial concentration [kg/h]
fc=0.02 //Final concentration [kg/h]
T=373 //Boiling pt of saturation in [K]
Ts=383 //Saturation temperature of steam in [K]
mdash_dot=ic*mf_dot/fc //[kg/h]
mv... |
d884a876e5f65da3ea71cdba17c6b15616cd1ff2 | 0764595c2d11c42afddd3351da341f9e9c4db651 | /codigos_aula/Cramer.sci | 2eddacbc5bb3cf010d67827ff349cb2aa201f916 | [] | no_license | ThiagosLima/metodos-numericos | e3933c43362c6f047714980841f7c64f1a345bb0 | df21508b72b94e64a424e6b50564e948019a9eab | refs/heads/main | 2022-12-30T10:06:57.560852 | 2020-10-05T00:41:52 | 2020-10-05T00:41:52 | 301,257,290 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 505 | sci | Cramer.sci | function x=Cramer(A,b)
//Saída- x(N) com solução para A(N,N)*x(N)=b(N).
[N N]=size(A);
C=[A b];
D=det(A)
printf("Matriz Aumentada [C=A|b]\n")
printf("det(A)=%f",D)
disp(C)
for(k=1:N)
Ak=A;
Ak(:,k)=b(:,1) //substitui coluna k por vetor b
Dk=det(Ak)
... |
af8ccb155ce0a468df30a00f7bb4afc721585c43 | 449d555969bfd7befe906877abab098c6e63a0e8 | /788/CH5/EX5.5.b/5_5_soln.sce | a68c1e1a79802b057972fce6d3f89f8c82958a82 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 462 | sce | 5_5_soln.sce | clc;
pathname=get_absolute_file_path('5_5_soln.sce')
filename=pathname+filesep()+'5_5_data.sci'
exec(filename)
// Solutions:
// Hydraulic Power lost in Fixed Displacemnt pump,
HP_f=(p*Q_f)/1714; //HP
// Hydraulic Power lost in Pressure Compensated pump,
HP_p=(P*Q_p)/1714; //HP
// Therefore, Hydraulic Power saved,
HP=H... |
96fef468f430508265d23faf697c147aebd7a1cf | 449d555969bfd7befe906877abab098c6e63a0e8 | /1286/CH3/EX3.5/3_5.sce | e0b34b1beb6d17768f5e16d7ebbd82f5bee5f789 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 3_5.sce | clc
//initialisation of variables
mc=0.1//kg
vl1=150//cc
vl2=150//cc
hl1=600
gl1=1200
hl2=400
gl2=900
t1=50//c
t2=40//c
sc=100
r1=2
//CALCULATIIONS
m1=vl1*gl1/(10^6)
rc1=(m1*hl1+mc*sc)*r1
k= -rc1/t1
m2=vl2*gl2/(10^6)
b=(m2*hl2+mc*sc)
j=-k*t2
//results
printf(' rate of cooling= % 1f cal/min',j)
|
5da763220e61c42558bc750f50ac69177cee3231 | 449d555969bfd7befe906877abab098c6e63a0e8 | /680/CH8/EX8.06/8_06.sce | 07843c91141ebd75b70be389c0ce9257ed756486 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 364 | sce | 8_06.sce | //Problem 8.06:
//initializing the variables:
Tc = 647; // in K
Tn = 100 + 273; // in K
Pc = 217.6; // in atm
dHe = 970; // in Btu/lb
//calculation:
Tm = Tn/Tc
dH = 2.17*Tn*((log(Pc)) - 1.0)/(0.930 - Tm)
dHn = dH*454/(252*18)
perdiff = (dHn - dHe)*100/dHe
printf("\n\nResult\n\n")
printf("\n the enthal... |
8be506687dc2c74ef30019c520fe3ad4a08f3c38 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1919/CH8/EX8.12/Ex8_12.sce | a94da848f2960398b6e753eea86b2966ab101eb0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 845 | sce | Ex8_12.sce |
// Theory and Problems of Thermodynamics
// Chapter 8
// Power and Refrigeration Cycles
// Example 12
clear ;clc;
//Given data
T1 = 300 // minimum temperature of air in K
P1 = 0.1 // minimum pressure of air in MPa
T3 = 2200 // maximum temperature of air in K
P3 = 5.0... |
d0542360e79c667c4e6140f4e9a8d2aafd44e5cd | 449d555969bfd7befe906877abab098c6e63a0e8 | /1286/CH14/EX14.11/14_11.sce | b6fd3ba3f95b2b5bd145890018ab39e908675d24 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 222 | sce | 14_11.sce | clc
//initialisation
s=8.2*10^4
si=5.67*10^-8//j m^-2 sec^-1 deg ^-4
a=32
//CALCULATIONS
r2=a/2
r1=(r2*3.14)/(60*180)
r=r1^2
t=s/(r*60*si)
T=t^0.25
//results
printf(' \n surface temperature of sun= % 1f k',T)
|
11aa28e95ea04d08dbdf95b6e73d6f8d99bfc50d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3161/CH3/EX3.4/Ex3_4.sce | 252f12be54414a6f395bd4468eb7299ee2cfdd56 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 612 | sce | Ex3_4.sce | clc;
//page 163
//problem 3.4
//Transmission power effiency n = {(m^2)/[2+(m^2)]}*100% where m is modulated index
//Given modulated indices are m1 = 0.25, m2 = 0.5 & m3 = 0.75
//Transmission power effiencies are n1, n2 & n3 respectively for m1, m2 & m3
n1 = {(0.25^2)/[2+(0.25^2)]}*100
n2 = {(0.5^2)/[2+(0.5... |
ba37da6dab95ed29b4ae531e7248eb0b35384b8f | a550430672dfb5984bd8561b894897323028b7f5 | /tests/results/adj12.tst | 8da09b829128d23701742557ed544412deca5ce9 | [] | no_license | carlosmata/LabelPropagation | c91f68489a941e6f8cfb15de478d2fe28eadbcad | 2f169cc4ece49a0d0f868fee15e5eefe02bbc6df | refs/heads/master | 2020-12-18T17:46:23.501020 | 2020-05-09T06:13:16 | 2020-05-09T06:13:16 | 235,474,033 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 174 | tst | adj12.tst | argc:7
Dataset: ../datasets/converted/4adjnoun.net
Nodes Edges Com Mod NMI Time
seq semisync 112 850 1 0.0162048 -1 0.000330236
par semisync 112 850 1 0.016205 -1 0.096944
|
36c169eae1402e341dc2cac56b638cf1e5b0e6aa | 584105ff5b87869494a42f632079668e4c3f82de | /Help-files/convertPointsFromHomogenous.sci | 1624daceef67ee458c151422bdf43eda8d627598 | [] | no_license | kevgeo/FOSSEE-Computer-Vision | 0ceb1aafb800580498ea7d79982003714d88fb48 | 9ca5ceae56d11d81a178a9dafddc809238e412ba | refs/heads/master | 2021-01-17T21:11:31.309967 | 2016-08-01T14:45:40 | 2016-08-01T14:45:40 | 63,127,286 | 6 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 604 | sci | convertPointsFromHomogenous.sci | // Converts the points from homogeneous to Euclidean space
//
// Calling Sequence
// pts_euclidean = convertPointsToHomogeneous(pts_homogenous);
//
// Parameters
// Input
// pts_homogenous : vector of N points in homogenous space
// Output
// pts_euclidean : vector of N-1 points in Euclidean space
//
// Description
... |
d5f386225e7a379ec08542ea786635d29dd8f9fa | aa1d4aa95e4e53f44e3569b0ec9c5df810fb546c | /20160314/insert update delete.tst | 3771a40ea0125fb0021a4bc04eec71b6855e9c5b | [] | no_license | Jioss/Forms | d4f7891495191c9d7f24a4ee3b383644fbaec5a5 | 5ebfc71c5f152ba7008706004e0852ad401398cd | refs/heads/master | 2021-01-10T16:33:34.573956 | 2016-03-24T10:49:29 | 2016-03-24T10:49:29 | 49,485,197 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 469 | tst | insert update delete.tst | PL/SQL Developer Test script 3.0
7
begin
-- Call the procedure
cux_plsql_autocreate.form_view_iud(p_block_name => :p_block_name,
p_table_name => :p_table_name,
p_owner => :p_owner,
p_primary_key => :p_prim... |
c4e2f622518e5be68ddd5f943fe715538040f15d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1133/CH8/EX8.35/Example8_35.sce | 5fe15892b91a2c759a999a40508d6dc19e4c3fc1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 867 | sce | Example8_35.sce | //Example 8.35
clc
disp("A binary counter with a modulus greater than 16 can be built by cascading 74X163s. When counters are cascaded, CLK, CLR'' and LD'' of all the 74X163s are connected in parallel, so that all of them count or are cleared or loaded at the same time. The RCO signal drives the ENT input of the next... |
8bdfb07d545086618cad445821b172208bf968d5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3281/CH6/EX6.3/ex6_3.sce | 5b975ad9f0ece8e93374c01916411de2933a296e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 287 | sce | ex6_3.sce | //Page Number: 332
//Example 6.3
clc;
//Given
c=3D+8; //m/s
d=2D-3; //m
p=50D+2; //turns per m
e=1.6D-19; //J
m=9.1D-31;
// Axial phase velocity
vp=c/(%pi*p*d);
disp('m/s',vp,'Axial phase velocity:');
//Anode voltage
V0=(m*vp*vp)/(2*e);
disp('V',V0,'Anode voltage:');
|
e5d34208963f799c7fb4c0ca9a63b3af893273fc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH4/EX4.8/4Ex8.sce | 655054120fd5f6cfd7666735eb6164912085fb0b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 214 | sce | 4Ex8.sce | //Chapter 4 Ex 8
clc;
clear;
close;
//(i)
expr1=12.05*5.4/0.6;
mprintf("The value of expression is %.2f",expr1);
//(ii)
expr2=(0.6*0.6)+(0.6/6);
mprintf("\n The value of expression is %.2f",expr2);
|
5846078281400a662bd7838bd83914c6e43be09c | 397ebe971f21b8282bf071c5ccf7e3a25a59c969 | /Nand2tertis/projects/05/CPU-external.tst | b90cbd17b4a5f71a4cb4172990f7e586367367dc | [
"MIT"
] | permissive | cshung/MiscLab | 841018ab9295da7f32c4957e3ef2787a95f4a2eb | 8cfed4e01940b8b41605a55d5e38e1c3465ed993 | refs/heads/main | 2023-03-16T00:43:18.680284 | 2023-03-05T19:51:17 | 2023-03-05T19:51:17 | 30,368,054 | 0 | 1 | MIT | 2023-03-05T19:51:19 | 2015-02-05T17:21:50 | HTML | UTF-8 | Scilab | false | false | 3,759 | tst | CPU-external.tst | // This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
// File name: projects/05/CPU-external.tst
load CPU.hdl,
output-file CPU-external.out,
compare-to CPU-external.cmp,
output-list time%S0.4.0 inM%D0.6.0 instruction%B0.16.0 reset%B2.1.2 ou... |
c0b550677068bc2ad62c270584f3185c88069684 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3050/CH6/EX6.11/Ex6_11.sce | 4e6d69d84425a8176078d52c4bb9c0d7593de938 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 202 | sce | Ex6_11.sce | //calculating Ecell and energy
//Example 6.11
clc
clear
Ec=0.4
Ea=-0.87
Ecell=Ec-Ea
F=96500
Wmax=(2*F*Ecell)/1000
printf('Thus (i)Ecell = %2.2f V',Ecell)
printf('\n (ii)Wmax= %3.0f kJ',Wmax)
|
7a207b53dbdc4d9409ecb92613453204e584e4fa | 80bbe9a73abb517b4539371d63f3f9eac2e68cb9 | /AWSTocOptimizedStackPOC/AWSServerless1/TypeScript/GenerateTypeScriptEnum.tst | e9b86424ae6792d860f32c044cb1d01d698c9439 | [] | no_license | markskiba/AWSTocOptimizedStackPOC | eafa72cbba57f2f4eaea734dfb33e06e02fa42bc | a8ace7fe0ef5606877b780a919b9458885606918 | refs/heads/master | 2021-05-01T21:07:06.938016 | 2018-02-28T02:27:14 | 2018-02-28T02:27:14 | 120,971,821 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 91 | tst | GenerateTypeScriptEnum.tst |
module App { $Enums(*Enum)[
export enum $Name {
$Values[
$Name = $Value][,]
}]
}
|
5d00de386c3c821e134233b96ba4b92691da11f3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH34/EX33.20/EX33_20.sce | 4614c2a2715fdd79824ec7910ef64296988e6467 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 406 | sce | EX33_20.sce | // Grob's Basic Electronics 11e
// Chapter No. 33
// Example No. 33_20
clc; clear;
// Vin is 5 V, R is 1 kOhms, and Rl is 100 Ohms. Calculate the output current, Iout.
// Given data
Vin = 5; // Input votage=5 Volts
Ri = 1*10^3; // Input resistance=1 kOhms
Rl = 100; // Load resistance=10... |
7d2f7973bbbf4b2fbd7e1df6de7fcc1aacf4d33f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2762/CH3/EX3.1.3/3_1_3.sce | 3829dd2c6b01012d4c172d686ea9505ab220a5b9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 697 | sce | 3_1_3.sce | //Transport Processes and Seperation Process Principles
//Chapter 3
//Example 3.1-3
//Principles of Momentum Transfer and Applications
//given data
basis=1;//taking basis as 1 m3 of packed bed
rho=962;//bulk density of packed bed
m=rho*basis;//total mass
rho2=1600;//density of solid cylinders
V=m/rho2;//volum... |
de0dc2f64d2e3bd57da4ebf9e32f6c05a345f8c4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2660/CH5/EX5.37/Ex5_37.sce | 9d4bab159869d97195a195c11de5f3b688005360 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,437 | sce | Ex5_37.sce | clc
// machine A
ic1 = 50000 // initial cost
hoc1 = 10 // hourly operating charges
pp1= 5 // pieces produced per hour
i = 15 // interest rate
i = i/100
oh = 2000 // operating hours
fc1 = ic1*i // fixed cost
vc1 = oh*hoc1 // variable cost
tc1 = fc1+vc1 // total charges
ao1 = oh*pp1 // annual output
c1 = tc1/... |
3bbd77bf2c9edf5224da1f4664ac6fed52ef9f85 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/tests/examples/isdef.man.tst | 57f806232794c451a286097353c1140ea5755448 | [
"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 | 51 | tst | isdef.man.tst | clear;lines(0);
A=1;
isdef('A')
clear A
isdef('A')
|
cf42f89c022e8e7f7d55b80768a313ba74be1e6c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2165/CH4/EX4.19/4_19.sce | 295bfc22672e0a5534427aed70e6e7a09ef51187 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 175 | sce | 4_19.sce | clc
//initialisation of variables
p1=120//lb/in^2
p2=15//lb/in^2
//CALCULATIONS
v=1.65//lb
D=sqrt(v)//lb
//RESULTS
printf('The above pressure are by gauge=% f lb',D)
|
43a55895f573fe1a008ee66ea069a175311532f5 | eda0ddb3e310b6d8e0a674f5cccfd207915546d1 | /Sawtooth.sce | 68bddd0d78d7d25500c3195de49ced0c3d3c9fd9 | [] | no_license | jithinsisaac/Scilab-Experiments | 046e781291cf08b68eec84084446ffee91adeb14 | 3f4d18b2f32b74abed963f02d6ecb8509d5fabc1 | refs/heads/master | 2022-11-09T08:24:39.953452 | 2020-06-25T07:52:07 | 2020-06-25T07:52:07 | 274,857,905 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 231 | sce | Sawtooth.sce | close ;
clear all;
clc;
p=100;
t=1:1:p*10;
for n=1:(p/2)
a(n)=n;
end
for n=(p/2)+1:p
a(n)=n-p;
end
a1=a
for i=1:9
a1=[a1 a];
end
plot2d(t,a1);
axis( [ 0 1000 -100 100]);
xtitle('sawtooth sequence', 'amplitude’, 'time');
|
31bc5d43d5b491d4baa0cd88255501a9b54f0e01 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH6/EX6.9/6_09.sce | 56720af81c8b63e8cd97d866b04961ad6bab9e77 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 6_09.sce | //Chapter 6, Problem 9
clc;
n=19; //No of interleaved plates
n=n-1;
A=(75*10^-3)*(75*10^-3); //Calculating area of plates
er=5;
e0=8.85*10^-12;
d=0.2*10^-3; //Distance between plates
C=(e0*er*A*n)/d; //Calculating capacitance of the capacitor
print... |
e1a47e8b2a7fc7e38dd4b1806beba4048e4810c9 | 6a0d5ad524ce9b230c7e35af224317d515bb8f2d | /ChargementFichiers.sce | 2f3157ba1d4e3400fc43e6d8cac344ffde6ce3bb | [] | no_license | mcuilleret/Entropic | b562ded98cbb74ad55579b6be5730767f24f4f2b | 0dd4e8bacb312015cd6c3b04b732ebd69de4ac23 | refs/heads/main | 2023-08-13T07:07:02.684153 | 2021-10-05T10:28:19 | 2021-10-05T10:28:19 | 413,753,215 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,884 | sce | ChargementFichiers.sce | chdir("C:\Users\matve\Desktop\Code These\")
//TRAD SANS CHOC
load(string(fichier)+'\Blim_sans_choc'+string(cas),'Blim');
load(string(fichier)+'\Pro_sans_choc'+string(cas),'Pro');
load(string(fichier)+'\Foodssect_sans_choc'+string(cas),'Foodssect');
load(string(fichier)+'\nb_boats_Post_BAU_t_sans_choc'+string(cas),'nb_b... |
a44ff47b3dc909726b2b8dd1450e5b1acc1a59d8 | a8592d34f144b71794ebf30f1c2a1b5faf0b053c | /sandbox/scilab/11_font.sce | 17a23631b3bc42606ae06a352024cdb180eb5f1c | [] | no_license | f-fathurrahman/ffr-MetodeNumerik | ee9a6a7153b174b1ba3d714fe61ccbd1cb1dd327 | e3a9da224c0fd5b32e671708e890018a3c4104c4 | refs/heads/master | 2023-07-19T22:29:38.810143 | 2023-07-07T10:02:34 | 2023-07-07T10:02:34 | 107,272,110 | 2 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 250 | sce | 11_font.sce | x = linspace(0,3,100)
y = sin(x)
xlfont("reset")
xlfont("Times New Roman",10)
plot(x,y)
xstring(0.5,0.5,"A Text from ffr")
figure_entity = gcf();
axes_entity = figure_entity.children
title_entity = axes_entity.children
title_entity.font_style = 10
|
d8d2058f3753571c5f4e397097436ab51435d7a9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /167/CH16/EX16.7/ex7.sce | bad26f036e436c63292d65b61db1625ddb3bcbc6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | WINDOWS-1252 | Scilab | false | false | 416 | sce | ex7.sce | //example 7
//Phase Equilibrium for a Saturated Mixture
clear
clc
hf=503.81 // in kJ/kg,
sf=1.5279 // in kJ/kg-K
hg=2706.0 //in kJ/kg
sg=7.1292 //in kJ/kg-K
T=393.15 //Given temp. in K
gf=hf-T*sf //in kJ/kg
gg=hg-T*sg //in kJ/kg
disp('Since, two results are in close agreement, Therefore mixture of saturated ... |
33808c16b6fa1ad843ba31048596c95866f02f06 | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH11/EX11.1/ex_11_1.sce | 90372fb80989f87cce61c15f65d1d186fb38e176 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 205 | sce | ex_11_1.sce | //find safe tensile load
clc
//soltuion
//given
d=30//mm
ft=42//N/mm^2
//using table 11.1,area corresponding to d=30mm is A=561//N/mm^2
A=561//mm^2
F=A*ft//N
printf("the value of force is,%f N",F) |
9f0e0942f9f639a87b24bf194bd971a007a31f04 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2660/CH15/EX15.3/Ex15_3.sce | 45216a90683e9a10600dfa8968a1727514838471 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 687 | sce | Ex15_3.sce | clc
Hb = 200 // brinell hardness
d = 12.7 // diameter in mm
f = 0.254 // feed in mm/rev.
N = 100 // rpm
M = (Hb*(d)^2*f)/8 //moment in kgf-mm
k = 1.1 //material factor
p = (1.25*(d)^2*k*N*(0.056+1.5*f))/(10)^5 // power in kW
T1a = (1.7*M)/d // thrust force kgf
T1b = (3.5*M)/d // kgf
T1 = (T1a+T1b)/2 // averag... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.