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
b47732e20d212c6466950059d8ff939bda8d34cf
449d555969bfd7befe906877abab098c6e63a0e8
/1271/CH14/EX14.19/example14_19.sce
304d71a0d4022fd71204002fddc61a755bcfed93
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
496
sce
example14_19.sce
clc // Given that w = 2 // work function of sodium in eV h = 6.62e-34 // Planck constant in J-sec c = 3e8 // speed of light in m/sec e = 1.6e-19 // charge on an electron in C // Sample Problem 19 on page no. 14.27 printf("\n # PROBLEM 19 # \n") printf("Standard formula used \n ") printf(" E = (h * c)/ lambda \n") lamb...
fa03ecd7dcd8952c94923ed59e3bf3558810b42a
417f69e36190edf7e19a030d2bb6aa4f15bb390c
/SMTTests/tests/err_push1.tst
745c450fdd09af097a97dac3f443649d9a6fcd42
[]
no_license
IETS3/jSMTLIB
aeaa7ad19be88117c7454d807a944e8581184a66
c724ac63056101bfeeb39cc3f366c8719aa23f7b
refs/heads/master
2020-12-24T12:41:17.664907
2019-01-04T10:47:43
2019-01-04T10:47:43
76,446,229
1
0
null
2016-12-14T09:46:41
2016-12-14T09:46:41
null
UTF-8
Scilab
false
false
43
tst
err_push1.tst
; push command before a set-logic (push 0)
4e078eb35ac6fd96cb5825da233b720febc7909a
c552a931898aba85602c4c953c9166bedd3bb825
/screens/X10Y1.SCE
0f01337955e093162650c35b1b8620b6c4f629e0
[]
no_license
domino14/basic_rpg
2bf813b4ef2992c8709581e39cf1e9bc0301f41d
0d678b6f7017db984955fa927a1f80bce5788d24
refs/heads/master
2021-01-10T12:17:29.763389
2015-10-14T06:34:47
2015-10-14T06:34:47
44,228,628
1
0
null
null
null
null
UTF-8
Scilab
false
false
964
sce
X10Y1.SCE
4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 15 4 4 4 15 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 ...
0c9a6001c5073094b714208f17f17b2ba57bf5c3
449d555969bfd7befe906877abab098c6e63a0e8
/2885/CH7/EX7.5/ex7_5.sce
68508daba201d15579a2a2bc4cc4f304f0b366ee
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
648
sce
ex7_5.sce
//Solve previous example using hybrid pie model clear; clc; //soltion function [z]=prll(r1,r2)//Function for the parallel combination of resistor z=r1*r2/(r1+r2); endfunction //given Vcc=12;//V Rb=200*10^3;//ohm Rc=1*10^3;//ohm Rl=1*10^3;//ohm B=100;// beta hie=2*10^3;//ohm hoe_1=40*10^3;//ohm ...
28f16f9a4e66fe9fb70cf690e8447f7cdb6e7d08
449d555969bfd7befe906877abab098c6e63a0e8
/3862/CH2/EX2.23/Ex2_23.sce
2615e98713399c8bcc5d4460c511020d064698c4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,365
sce
Ex2_23.sce
clear // //When the roller is about to turn over the curb, the contact with the floor is lost and hence there is no reaction from the floor. The reaction R from the curb must pass through the intersection of P and the line of action of self weight, since the body is in equilibrium under the action of only three forces...
ef98516e06c379c9dba6199f575c8fb4270c10fb
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set7/s_Electronic_Devices_And_Circuits_B._Kumar_And_S._B._Jain_135.zip/Electronic_Devices_And_Circuits_B._Kumar_And_S._B._Jain_135/CH3/EX3.8/EX8.sce
a212a7b87b84bb868c26f16d6a3156d2d3737a0a
[]
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
252
sce
EX8.sce
errcatch(-1,"stop");mode(2);// Example 3.8: Full-scale reading , Idc=5e-3; // in amperes Rf=40; // in ohms RL=20e3; // in ohms Vrms=Idc*(RL+Rf)*%pi/(2*sqrt(2)); // Full-scale deflection in volts disp(Vrms,"Full-scale deflection (V) ="); exit();
16a563ed5dcb9740627332fca2cb436e1ff459e2
449d555969bfd7befe906877abab098c6e63a0e8
/1979/CH11/EX11.3/Ex11_3.sce
053cf786800a3cc39850dc24eaafb649fb63f023
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
791
sce
Ex11_3.sce
//chapter-11 page 504 example 11.3 //============================================================================== clc; clear; //For a marine radar system Pt=250000;//peak transmitted power in W G=4000;//power gain of the antenna R=50000;//maximum range of radar in m Pr=10^(-11);//minimum detectable signal i...
eb17a390d55bfb9e326594c9e51098f84bdf27dc
717ddeb7e700373742c617a95e25a2376565112c
/1340/CH2/EX2.23/2_23.sce
60fb79440569ed3053c5a3a9cf5a0f9788846366
[]
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
670
sce
2_23.sce
clc; s =%s; Ja = 5; disp("kg-m^2",Ja,"Ja =") Jl = 700; disp("kg-m^2",Jl,"Jl ="); N1 = 100;disp("turns",N1,"N1="); N2= 1000;disp("turns",N2,"N2="); Da = 2;disp("N-m sec/rad",Da,"Da=") Dl = 800;disp("N-m sec/rad",Dl,"Dl="); Tstall = 500;disp("N-m",Tstall,"Tstall="); Wnl = 50;disp("rad/sec",Wnl,"no load frequen...
627b6a97ed57e6acbe2fb77d7479afdaaf8875cd
449d555969bfd7befe906877abab098c6e63a0e8
/32/CH1/EX1.17/1_17.sce
0a4e2966f67ee94de8b44ce8a70a5a93165acaa0
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
488
sce
1_17.sce
//pathname=get_absolute_file_path('1.17.sce') //filename=pathname+filesep()+'1.17-data.sci' //exec(filename) //Total volume(in m^3): v=2+2 //Mass of air in container 1(in kg): m1=20 //Mass of air in container 2(in kg): m2=4 //Temperature of the system(in K): t=300 //Gas constant for air(in J/kg-K): R=287 /...
8e56d3e1ea57132887f4a456c3fda3b1e48407bb
449d555969bfd7befe906877abab098c6e63a0e8
/3802/CH9/EX9.11/Ex9_11.sce
3a11b1082570a5272fe7e351f988eb69ae507e94
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,243
sce
Ex9_11.sce
//Book Name:Fundamentals of Electrical Engineering //Author:Rajendra Prasad //Publisher: PHI Learning Private Limited //Edition:Third ,2014 //Ex9_11.sce clc; clear; //The input data are taken from the previous example 9.10 Pl=1e6; Pd=360; //developing power Pi=600e3; Vl=6600; pf=0.1; pf1=0.8; Pin=...
7d04fc5ae28716e75565c19eea9f0948b6106694
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.5/tests/examples/ceil.man.tst
88e4335df22706e99c2cc368fcd01765b7488a2a
[ "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
77
tst
ceil.man.tst
clear;lines(0); ceil([1.9 -2.5])-[2,-2] ceil(-%inf) x=rand()*10^20;ceil(x)-x
1afde8a45f3ec91788213c4f20fb5a55237d4ecd
449d555969bfd7befe906877abab098c6e63a0e8
/3769/CH25/EX25.19/Ex25_19.sce
4d5a06490fc87bbb44996c4f3deae5b86cf73871
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
176
sce
Ex25_19.sce
clear //Given l=1620.0 l1=405.0 //Calculation // T=(1/l)+(1/l1) t=log(4)/T //Result printf("\n The time during which three-fourths of a sample will decay is %0.0f years",t)
b3dce68e4a22be231560eff371bf0bdf6d4a003f
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.2/macros/scicos/set_palette.sci
854101f75521233d0819103ca6d9246678ce6b42
[ "MIT", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain" ]
permissive
clg55/Scilab-Workbench
4ebc01d2daea5026ad07fbfc53e16d4b29179502
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
refs/heads/master
2023-05-31T04:06:22.931111
2022-09-13T14:41:51
2022-09-13T14:41:51
258,270,193
0
1
null
null
null
null
UTF-8
Scilab
false
false
2,890
sci
set_palette.sci
function out=set_palette(name) // set_palette - define the contents of scicos palettes //%Syntax // pal_names=set_palette() // palette==set_palette(name) //%Parameters // pal_name : Column vector of existing palettes names // name : a character string giving the requested palette name // palette : a list which ...
d092d72c6b3ccc6380867f7a8e4a6bbeb7285ba1
449d555969bfd7befe906877abab098c6e63a0e8
/1787/CH4/EX4.12/Exa4_12.sce
b6a9185d4ddf3c4806ca9143625a371bd43b9788
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
304
sce
Exa4_12.sce
//Exa4.12 clc; clear; close; //given data Vz=5;//in volts to=25;//in degree centigrade t=100;//in degree centigrade Vdrop=4.8;//in Volts delVz=Vdrop-Vz;//in Volts delt=t-to;//in degree centigrade TempCoeff=delVz*100/(Vz*delt); disp(TempCoeff,"Temperature coefficient f zener diode in % : ");
afc0b76dafc2293523a0c6016c7c23985719c84e
1988df91caa448a35bbf274a6d2698fe434571b1
/tst/io/fetch2.tst
d1dbdb4996bbad219befa74358a167352e0cea92
[]
no_license
namin/GETFOL
bd60e9a2d9f0905c50ff5c0cff4b6bf57a2049e2
bf42caf61799578eb82e9f17b3342bc2ee638a22
refs/heads/master
2021-10-25T08:08:20.142137
2021-10-22T16:16:40
2021-10-22T16:16:40
204,234,318
4
1
null
2019-08-25T02:05:54
2019-08-25T02:05:54
null
UTF-8
Scilab
false
false
232
tst
fetch2.tst
DECLARE SENTCONST E F G H; MARK init2; DECLARE INDVAR a b c d e f g; FETCH fetch3.tst FROM init3 TO end3 ; DECLARE PREDCONST P1 1; DECLARE PREDCONST Q1 1; DECLARE PREDCONST P3 2; LOAD fetch.lsp; MARK end2; DECLARE PREDCONST Q3 2;
d622a21cefefa3812a0966663f9acb4eda229d83
449d555969bfd7befe906877abab098c6e63a0e8
/2621/CH3/EX3.17/Ex3_17.sce
8a17bbc9564f98c18e1f13f30342e43b3222608a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
624
sce
Ex3_17.sce
// Example 3.17 clc; clear; close; // Given data format('v',6); R1= 1*10^3;// in Ω R2= 1*10^3;// in Ω Rf= 10*10^3;// in Ω R3= 10*10^3;// in Ω Vd= 5;// in mV Vcm= 2;// in mV CMRR_dB= 90;// in dB CMRR= 10^(CMRR_dB/20); Ad= Rf/R1;// differential voltage gain // Part (i) Vout= Ad*Vd;// output voltage in mV ...
334fd16eafa6930574ccfcad32175a8ff4d208ec
449d555969bfd7befe906877abab098c6e63a0e8
/2627/CH2/EX2.4/Ex2_4.sce
836ff6021df3b2db7c91a932d8700d21d253a57e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ex2_4.sce
//Ex 2.4 clc;clear;close; format('v',5); la=80;//mm Aa=50;//mm^2(Cross sectional area) lb=60;//mm Ab=90;//mm^2(Cross sectional area) lc=0.5;//mm(airgap) Ac=150;//mm^2(Cross sectional area) N=4000;//turns Bc=0.30;//T(Flux density in airgap) mu0=4*%pi*10^-7;//constant mur=1300;//relative permeability fi=Bc*A...
96a1a475953571c3bf9383d0b0efc5410bda3fa9
54f91b13c34106536031bc17626e1546404154b2
/data/odml_nix_data/numbers.sce
20c152ce6d5f7d0eac5f0fd4535c0064b71fa78e
[]
no_license
JiriVanek/guess_the_number_py
d19150258c990a3306265ef1ee595bc0fb9ece88
713899ff66ff4369658956325bc1e7a0e62a1014
refs/heads/master
2021-04-06T08:16:18.286522
2018-09-23T08:06:59
2018-09-23T08:06:59
124,891,307
0
1
null
null
null
null
UTF-8
Scilab
false
false
2,178
sce
numbers.sce
randomize_trials=true; write_codes = true; pulse_width = 100; begin; text { caption="0"; font_color = 255,255,255; font_size = 400; } tx0; text { caption="1"; font_color = 255,255,255; font_size = 400; } tx1; text { caption="2"; font_color = 255,255,255; font_size = 400; } tx2; text { caption="3"; font_color = 255,...
dcda2fd89ee8c98ba180c578bb7a558cd6c348f5
9d2c9394c6b6997318b9d04556462c9bba639045
/Replication 2/Dave_RIFData/Dave_RIFData/Sub20/VP20_OneBack.sce
332d7242d1483c65a17cf366271579784fb2c1f0
[]
no_license
rettopnivek/Wimber_et_al_replication_3
673b156d8d18d58b92b2f05fedef87976e787089
8dbc22329093a61b1e5cb8aac3feca45a5c82d06
refs/heads/master
2020-12-31T04:42:39.856717
2018-02-01T15:49:15
2018-02-01T15:49:15
58,006,910
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,886
sce
VP20_OneBack.sce
array <int> finalSeq[432] = {62,35,17,12,9,30,24,60,5,5,11,65,42,28,28,66,66,55,49,29,34,34,3,34,14,2,2,14,15,15,6,44,14,55,17,39,7,71,49,49,58,59,72,72,36,46,19,48,52,38,37,33,33,23,50,66,29,16,39,32,71,19,61,45,45,44,22,22,20,2,1,41,69,50,50,65,64,64,37,37,43,9,43,8,29,5,66,27,26,45,10,27,56,6,16,25,27,67,4,53,53,5,3...
a6bd3d218bd438c2a97a761d6ea39f4f666e50f1
4483ff664b4d01c53114a7fc535625c197c8f989
/model for routing/mukhil3.sce
9bf973c900876b36c61a062737320636b8cc62a8
[]
no_license
winash1618/myproject
be9b77d4a405edce7e625a999803016b50ab99d0
2132e76e6a996bee19f356a2b68af827fa6c621b
refs/heads/master
2022-12-06T06:09:06.487979
2020-08-20T02:00:54
2020-08-20T02:00:54
288,880,158
0
0
null
null
null
null
UTF-8
Scilab
false
false
574
sce
mukhil3.sce
clc clear function [phi,gama,delta,xij,w]=getter() phi=10 gama=45 delta=100 xij=1 w=100 endfunction function c=z1(x) alpha=30 betaa=100 theta=1 omega=-5 l=250 p=1 [phi,gama,delta,xij,w]=getter() c=(alpha+(betaa/(((phi*sin(gama*x)+delta)^theta)+omega)))*(alpha*sin(gama...
5eec1897c20f69550da4dbe818ea52c009609dca
449d555969bfd7befe906877abab098c6e63a0e8
/1484/CH9/EX9.2/9_2.sce
210673c40f462ce4b58dd235b729cddf25e27748
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
211
sce
9_2.sce
clc //initialisation of variables d= 0.5 //in V= 1 //ft/sec l= 200 //ft T= 5 //degrees g= 32.2 //f/sec^2 //CALCULATIONS i= 0.04*V^2*12*4/(g*d) gf= i*l //RESULTS printf ('loss of head= %.1f ft ',gf)
cb0f3f65e5dadca1550503796e276bc83f5256e1
449d555969bfd7befe906877abab098c6e63a0e8
/1382/CH2/EX2.51/EX_2_51.SCE
b99a0816529a066270495103f90419fe765eb1ca
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
882
sce
EX_2_51.SCE
// Example 2.51:Ai,Ri,Av,Z0 clc; clear; close; R1=20;//Resistance in killo ohms R2=10;//Resistance in killo ohms Rc=5;//collector resistance in killo ohms R=10;//resistance in killo ohms Rs=800;//Internal resistance in ohms Rl=(Rc*R)/(Rc+R);//Load resistance in killo ohms //H Paramters are Hie=1.5;//in killo...
3ee8787dd3ca4fcabad98cda715379882b5e6b02
449d555969bfd7befe906877abab098c6e63a0e8
/2642/CH3/EX3.2/Ex3_2.sce
30cd6af41c484d1848b2af2f38ed8962ac01f736
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
654
sce
Ex3_2.sce
// FUNDAMENTALS OF ELECTICAL MACHINES // M.A.SALAM // NAROSA PUBLISHING HOUSE // SECOND EDITION // Chapter 3 : TRANSFORMER AND PER UNIT SYSTEM // Example : 3.2 clc;clear; // clears the console and command history // Given data V_1 = 220 // voltage in V N_1 = 150 // number of turns in the primary coil o...
f4449e6d4b51fca726eaf5b42f752331bfdb585d
449d555969bfd7befe906877abab098c6e63a0e8
/1382/CH2/EX2.1/ex_2_1.sce
d7efb88eb0bc32b2968f31874e6b1646e31f91d0
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
204
sce
ex_2_1.sce
// Example 2.1: comman base dc current gain clc, clear Ic=2.10*10^-3; // collector current in ampere Ie=2.18*10^-3; // emitter current in ampere alfa=Ic/Ie; disp(alfa,"comman base dc current gain")
00c9c9206ff15804cc2dd0d1c7351cd175701554
449d555969bfd7befe906877abab098c6e63a0e8
/858/CH4/EX4.5/example_5.sce
718f553354042f387f6e29695ee9763846525e59
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
282
sce
example_5.sce
clc clear printf("example 4.5 page number 133\n\n") //to find variation of losses with velocity loss_ratio=3.6; //delta_P2/delta_P1=3.6 velocity_ratio=2; //u2/u1=2 n=log2(loss_ratio); //delta_P2/delta_P1=(u2/u1)^n printf("power constant = %f flow is turbulent",n)
1113d4f53a2a3240ee958615df75747e37dbecd2
449d555969bfd7befe906877abab098c6e63a0e8
/1938/CH1/EX1.8/1_8.sce
90ff077f933f87d56a3dc598eb16038ad4841d47
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
362
sce
1_8.sce
clc,clear printf('Example 1.8\n\n') V_t=250 //Terminal voltage R_sh=100 //Resistance of shunt field winding I_sh=V_t/R_sh //shunt current R_a=0.22 //Armature resistance P=5*10^3 //Load power I_L=P/V_t //Load current I_a=I_L+I_sh //armature current E=V_t + I_a*R_a //Induced emf printf('\nInduced e....
b185b1970075e073317231754f5ac100f9da801c
449d555969bfd7befe906877abab098c6e63a0e8
/608/CH22/EX22.10/22_10.sce
f6c34894eaa25dfc9c375078427cd497637162f4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,922
sce
22_10.sce
//Problem 22.10: A 415 V, three-phase, 50 Hz, 4 pole, star-connected induction motor runs at 24 rev/s on full load. The rotor resistance and reactance per phase are 0.35 ohm and 3.5 ohm respectively, and the effective rotor-stator turns ratio is 0.85:1. Calculate (a) the synchronous speed, (b) the slip, (c) the full lo...
2dbd7a07b91e65b8802c5577785bf8c42e45db74
449d555969bfd7befe906877abab098c6e63a0e8
/3862/CH4/EX4.3/Ex4_3.sce
1bac15a13adb6d2d902f23b8934530339462ac72
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ex4_3.sce
clear // // The length and the centroid of portions AB, BC and CD // portion AB is in x-z plane, BC in y-z plane and CD in x-y plane. AB and BC are semi circular in shape //variable declaration L1=100.0*%pi //length of wire AB,mm L2=140.0*%pi //length of wire BC,mm L3=300.0 //length of wire C...
22f0f322a49ee061fe717d32b2cdd583ade70e8f
449d555969bfd7befe906877abab098c6e63a0e8
/2863/CH2/EX2.37/ex2_37.sce
bcaf36978adf60543590eda6b85502515a5760ba
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
363
sce
ex2_37.sce
//chapter 2 //part a printf("\n"); c=3*10^8; f=100*10^6; lamda=c/f; printf("the wavelength is %dm",lamda); //part b Gt=15.8489//antilog(12/10) Pt=10^-1; Pr=10^-9; d=384.4*10^6;//238857*1609.35 Gr=(((4*(%pi)*d)/lamda)^2*Pr)/(Pt*Gt); printf("\nthe gain of receiver is %g",Gr); Grdb=10*log10(Gr); printf("\nt...
38dc45ad8aff24110415dcf99739dfe552ee8a63
01ecab2f6eeeff384acae2c4861aa9ad1b3f6861
/xcos_blocks/c4sp_c.sci
b2afbadbb312d3634f2bf72fe131c75898610481
[]
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
1,301
sci
c4sp_c.sci
function block=c4_sp_c(block,flag) rr = 1:block.ipar(1) c2 = 160e-15 * ones(block.ipar(1),1) c1 = 64e-15 * block.rpar(7*rr) cw = 160e-15 * ones(block.ipar(1),1) cL = 600e-15 * ones(block.ipar(1),1) Ceq = ((cL+c2).*(c1+c2+cw)-c2^2)./c2 Alpha =(c1./c2).*((cL+c2)./Ceq) Beta = c1./Ceq if...
015f8a184d497e1f4c674b5a6e544e136458b403
c7ca7c2793552f5f73495c73ad14a36f10d92e80
/TI/TP2/test.sci
2f807b81ab2e2c78832a57c9ca610f4e17286fbc
[]
no_license
UchihaMadamiaow/Lille1-Master-Info
f402fb69497b1dd100236ed634590deae983bbcc
353b05ede296d729bc66b0cec8fa146a3552448b
refs/heads/master
2021-09-07T19:14:09.730841
2018-02-27T19:13:57
2018-02-27T19:13:57
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,057
sci
test.sci
// Effacer la memoire de travail de Scilab clear; //// Chargement des fonctions externes exec ('tiProjection.sci'); //// Definition d'un cube de cote unite, sommets et aretes [pCube, sCube] = tiCube (1); //[pCube, sCube] = tiGrille (2,2,1.3); //E1=Translation(0,0,5); //// E2 //pCube = RotationZ(45) * pCube; //pCube...
a3106ffccd90ad311ed4638852cfb6625f09a7f2
449d555969bfd7befe906877abab098c6e63a0e8
/1938/CH6/EX6.8/6_8.sce
ef4b798c3279a4cc4b29c1a361f1718677928eba
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
732
sce
6_8.sce
clc,clear printf('Example 6.8\n\n') P_out=1500*10^3 V_L=11000 phi=acos(0.8) I_L=P_out/(sqrt(3)*V_L*cos(phi)) I_L_actv=I_L*cos(phi) //wattful or active component of current I_L_reactive=I_L*sin(phi) //wattless or reactive component of current I_each=I_L/2 //in identical conditions I_arm1=45 //given I_...
a710667ed4f86367c4f1f4b4eb91469a69b74875
449d555969bfd7befe906877abab098c6e63a0e8
/2414/CH9/EX9.2/Ex9_2.sce
455fa5f66cbb33f94816738fd0e2ab7133209195
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
103
sce
Ex9_2.sce
clc; close(); clear(); //page no 304 //prob no. 9.2 N=log2(100); printf('(a) N=%.2f bits\n',N);
30039a2924df453af2a8077d3c277764a0c97657
b0aff14da16e18ea29381d0bd02eede1aafc8df1
/mtlbSci/macros/moc_range.sci
4bf8a5ccc366f4a7f68119833e99055b2dcde26c
[]
no_license
josuemoraisgh/mtlbSci
5d762671876bced45960a774f7192b41124a13ed
5c813ed940cccf774ccd52c9a69f88ba39f22deb
refs/heads/main
2023-07-15T23:47:11.843101
2021-08-26T17:52:57
2021-08-26T17:52:57
385,216,432
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,649
sci
moc_range.sci
function y = moc_range (x, dim) // Range of values // Calling Sequence // y = moc_range(x) // y = moc_range(x,dim) // Description // If xis a vector, return the range, i.e., the difference // between the maximum and the minimum, of the input data. // // If x is a matrix, do the above for each column of x. // // If the...
ad767e120c56f77efbafaeed3c093379892f1cf2
449d555969bfd7befe906877abab098c6e63a0e8
/1133/CH9/EX9.21/Example9_21.sce
a42116a2fb45cbefca201477c85ae3e7b96e7591
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Example9_21.sce
///Example 9.21 clc disp("The frequency of output is given by,") f=(1.44/(12*0.01*10^-3))*10^-3 format(3) disp(f," f(in kHz) = 1.44 / (R_A+2*R_B)*C =") disp("The duty cycle is given by,") d=8/12 format(7) disp(d," D = R_A+R_B / R_A+2*R_B =") disp("Thus the duty cycle 66.67%")
41527f7c70590e0b7725ec8e26a0db3750f39423
449d555969bfd7befe906877abab098c6e63a0e8
/1952/CH5/EX5.5/Ex5_5.sce
19daa29595bc6a20b620b343b95c4e30980e4a1b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
226
sce
Ex5_5.sce
// chapter 5 , Example5 5 , pg 152 d110=2.03//spacing of(1 1 0) planes (in Angstrom) h=1 k=1 l=0 //(h k l)=(1 1 0) a=d110*sqrt(h^2+k^2+l^2)//size of unit cell printf("size of unit cell=") printf("a=%.2f angstrom",a)
a7125d75eb3e196f4c90d3057d7467d5832d004b
449d555969bfd7befe906877abab098c6e63a0e8
/534/CH8/EX8.7/8_7_Microchannel.sce
3cf5ee7f2479131b3de37e0ca0baf3a9d54b502e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
2,765
sce
8_7_Microchannel.sce
clear; clc; printf('FUNDAMENTALS OF HEAT AND MASS TRANSFER \n Incropera / Dewitt / Bergman / Lavine \n EXAMPLE 8.7 Page 525 \n'); //Example 8.5 // Time needed to bring the reactants to within 1 degC of processing temperature //Operating Conditions T1 = 125+273; //[K] Chip Temperature 1 T2 = 25+273; //[K...
b1f91a0fe8f6f435413788b47a06807d983422b6
9715cbe7e8e57bb70f628b3bd021842f99fbad75
/taller/soluciones/tiempoCohete.sci
dc382fb2354103d5f67ee64911f3b770e1ccc744
[]
no_license
UNIVALLE-EISC/numerical-methods
a3e3f432a6dc54a5ba845789ace2bf39db7ac6fe
3ea9401e281523e15be0525bfe36e48560caf646
refs/heads/master
2021-01-10T15:22:36.080955
2018-10-02T21:37:42
2018-10-02T21:37:42
51,824,833
2
2
null
null
null
null
UTF-8
Scilab
false
false
164
sci
tiempoCohete.sci
function fx = tiempoCohete(t) u = 1800; m0 = 160000; q = 2600; g = 9.81; v = 750; fx = u*log((m0)./(m0-q*t))-(g*t) - v; endfunction
c4b4d1eb14b03656e26a0c4c24a3bcec0ad220ce
449d555969bfd7befe906877abab098c6e63a0e8
/3871/CH5/EX5.5/Ex5_5.sce
8103c1ffe84393bdcc4b1986794f643d53030138
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
748
sce
Ex5_5.sce
//======================================================== //chapter 5 example 5 clc;clear all; //variable decalaration Iac = 0.1; //current in A f = 50; //frequency in Hz L = 0.8; //inductance in H Vac = 300; //voltage in V V = 200; //true value in V //c...
dc746f331ec740f3a117d2167aab6de1a901a393
449d555969bfd7befe906877abab098c6e63a0e8
/2672/CH6/EX6.21/Ex6_21.sce
2b585b0d45c385c7d92d566dfda52669a7bebaa4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
330
sce
Ex6_21.sce
//Example 6_21 clc; clear; close; format('v',5); //given data : IL=0.1;//A C=40;///micro F R=40;//ohm Vrms=40;//V Gamma=0.0001;//Ripple factor n=2;//For 2 stage filter L=1.76/C*(0.472/Gamma)^(1/n);//H disp(L,"(a) Value of inductance(H) : "); Vdc=2*sqrt(2)*Vrms/%pi-IL*R;//V disp(Vdc,"(b) Output Voltage(V...
1bbb276275e8bb5d14986aa25ba8b73d1a52f8fe
449d555969bfd7befe906877abab098c6e63a0e8
/260/CH4/EX4.12/4_12.sce
da24f074fd34e937cd8893782c3294b370aa0de6
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
496
sce
4_12.sce
//Eg-4.12 //pg-165 clear clc deff('[z]=f0(x0,x1)','z=x0^3-2.5*x1^2+4*x0-3.7'); deff('[z]=f1(x0,x1)','z=0.7*x1^2+3*x1-1.8*x0+1'); x0=0; x1=0; eps=10^-10; deff('[z]=df0(x0)','z=3*x0^2+4'); deff('[z]=df1(x1)','z=-5*x1'); deff('[z]=fd0(x0)','z=-1.8'); deff('[z]=fd1(x1)','z=1.4*x1+3'); for i=1:5 Xold...
6475088660f32dbcfcddb3a501254f25d5d756e6
23573b967e8324d44226379d70559b8f0ea34905
/code/fminsearch/PowellsBadlyScaledFunction.sci
531ac2db5aaabcd14f71b513dc79716efbe70d75
[]
no_license
FOSSEE/FOT_Examples
91c8b8e9dc58545604b2c2af41a7e22f702b78f3
75947a7aa5a3955fe5a72e09f55bbdc05e3b8751
refs/heads/master
2020-03-22T09:00:48.306061
2018-07-24T04:49:25
2018-07-24T04:49:25
139,807,736
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,905
sci
PowellsBadlyScaledFunction.sci
// This is an example for unconstrained multivariable problem // Name of the function : Powell's Badly Scaled function // f(x1,x2) = (10000 x1.x2 - 1)^2 + [exp(-x1) + exp(-x2) - 1.0001]^2 // Reference: M.J.D Powell, A hybrid method for non-linear equations, pp.87-114 in numerical methods for non-linear algebraic equat...
2e45a0679a1bf5c03f991dfb065fb4dc0ae2e749
717ddeb7e700373742c617a95e25a2376565112c
/323/CH2/EX2.6/ex2_6.sce
3f35e0e99aee13c33eb9b832d85134280ec95a1f
[]
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
630
sce
ex2_6.sce
//Chapter2, Ex2.6,Pg 2.11 function [R] = deltatostar(R1,R2,R3,n) Rtotal=R1+R2+R3 if(n==1)then R=R1*R2/Rtotal elseif(n==2) R=R2*R3/Rtotal else R=R1*R3/Rtotal end endfunction clc; disp("Refer to the diagram shown in the figure") r1=deltatostar(20,5,15,1) ...
d02801d4666cff37478a1e457e1f69f0a9c348d7
62e111a6d9208f16c9a4979b3f85174cd051e3f7
/Nand-7-Tests/Examples/SingleFileStaticTest/SingleFileStaticTest.tst
52e7e8b1747275f28039e2aaf9739e9c5d8071b9
[]
no_license
damebrown/NAND_ex7
3bbc71edf6e5f2cd61915f8b6318c5ffd00b8bd0
5fd0d9d666479654142a9b6e60ec82c8a7f691f8
refs/heads/main
2023-03-10T05:00:19.744596
2021-02-21T15:45:27
2021-02-21T15:45:27
340,937,654
0
0
null
null
null
null
UTF-8
Scilab
false
false
5,173
tst
SingleFileStaticTest.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/07/StackArithmetic/StackTest/StackTest.tst load SingleFileStaticTest.asm, output-file SingleFileStaticTest.out, compare-to SingleFileStaticTest.cmp, set ...
5e09e04542df6cb02cb43e8512312b734bde8477
449d555969bfd7befe906877abab098c6e63a0e8
/1787/CH3/EX3.8/Exa3_8.sce
74d7965fdee713d85ea0a55bcfab17e5e0cfe613
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
347
sce
Exa3_8.sce
//Exa 3.8 clc; clear; close; //given data ND=10^21;//in m^-3 NA=10^22;//in m^-3 De=3.4*10^-3;//in m^2-s^-1 Dh=1.2*10^-3;//in m^2-s^-1 Le=7.1*10^-4;//in meters Lh=3.5*10^-4;//in meters ni=1.6*10^16;//in m^-3 e=1.602*10^-19;//constant IoA=e*ni^2*(Dh/(Lh*ND)+De/(Le*NA)); disp(IoA*10^6,"Reverse saturation cur...
1b7c199c2ad1cf7eb6bac0169a44bf7ce785f196
b23687e2eb02bcb6d0f581b7975f42c496faeda1
/Delay_measurement_with_noise.sce
2ee19d4d0b450e0a6343306176f61aede8e11cf8
[ "MIT" ]
permissive
harvishj/Scilab
bd3fbd3e679eb07aa088ff2bab40d491c6499770
9daada512f42ea6f52199a34d6b18e64b107af94
refs/heads/master
2021-07-14T15:06:03.621923
2020-10-05T06:35:43
2020-10-05T06:35:43
213,328,984
1
3
MIT
2020-10-05T06:35:44
2019-10-07T08:16:52
Scilab
UTF-8
Scilab
false
false
598
sce
Delay_measurement_with_noise.sce
clear; clf; clc; dt = 1/100; //FIRST PLOT t1 = 0:dt:6; t2 = 6:0.1:40; sin_wave1 = sin(2 * (%pi) * t1); const1 = 0*t2; x = [sin_wave1 const1]; title("Delay measurement", "fontsize", 4); subplot(3,1,1); plot(x); ylabel("X", "fontsize", 5); //SECOND PLOT t3 = 0:dt:3; t4 = 6:dt:12; t = 0:dt:12; const2 = 0*t3; sin_wa...
abeaf83695ca116b66ab6e08848ac049af482029
0308d5e4412aaa0dd796e37d38fc270dae2c025c
/archive/s/scilab/hello-world.sce
bd32ad8350e3726b8822f44f1f8f8c7eb3c6a0b0
[ "MIT" ]
permissive
TheRenegadeCoder/sample-programs
3220e79beb5970dd0bcbb9e091c23749e08bd602
698ca5c515ce01c6b773b101d6f4dd67ae444e6f
refs/heads/main
2023-09-01T13:49:14.948659
2023-08-29T00:35:09
2023-08-29T00:35:09
125,427,624
494
774
MIT
2023-09-13T23:40:19
2018-03-15T21:23:05
Rust
UTF-8
Scilab
false
false
26
sce
hello-world.sce
clc disp('Hello, World!')
2dfc468f20dcecdefcfceea87957e607bdafd563
36e294af022143c4ad0adaf1a40183c8114cb39a
/Scripts/Make_all_plots.sce
ee8854ae5602f3c198edb4db4ee4e84021889afd
[]
no_license
pflynn/Spectrum_analysis
d6388a46f686912a4d4a543f18b2a49063374506
eb31f3349fdf4f16227b25782d40937b126b297e
refs/heads/master
2016-09-05T17:10:44.896865
2011-06-27T15:01:20
2011-06-27T15:01:20
1,960,672
0
0
null
null
null
null
UTF-8
Scilab
false
false
6,254
sce
Make_all_plots.sce
//do all plots // plot max hold graphs // change directory to the desired location to save these plot files if (Analysis_Period == "Week") cd('C:\Documents and Settings\pflynn\Desktop\Combined plots'); else cd('C:\Documents and Settings\pflynn\Desktop\Spectrum Days\Combined plots'); end // num_of_data_sl...
8c4dba659f22c1276894f96d1dbbb20d608240fb
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.1/macros/sci2for/f_argn.sci
52699bc3218727cb40434bfb1f246916fb5a5187
[ "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
clg55/Scilab-Workbench
4ebc01d2daea5026ad07fbfc53e16d4b29179502
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
refs/heads/master
2023-05-31T04:06:22.931111
2022-09-13T14:41:51
2022-09-13T14:41:51
258,270,193
0
1
null
null
null
null
UTF-8
Scilab
false
false
136
sci
f_argn.sci
//[stk,nwrk,txt,top]=f_argn(nwrk) // //! stk=list(list(string(maclhs),'0','0','1','1'),.. list(string(macrhs),'0','0','1','1')) //end
282fb20d8011a5c8f7b8fbfcffb84aeb98f36118
e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4
/New LSTMAttn Model/.data/lemma-split/GOLD-TEST/nob.tst
7b15f486b1aca584491d31064cf46d59040100e1
[]
no_license
davidgu13/Lemma-vs-Form-Splits
c154f1c0c7b84ba5b325b17507012d41b9ad5cfe
3cce087f756420523f5a14234d02482452a7bfa5
refs/heads/master
2023-08-01T16:15:52.417307
2021-09-14T20:19:28
2021-09-14T20:19:28
395,023,433
3
0
null
null
null
null
UTF-8
Scilab
false
false
98,362
tst
nob.tst
asbest asbesten N;DEF;SG bukett buketter N;NDEF;PL bukett buketten N;DEF;SG bukett bukettene N;DEF;PL profet profeter N;NDEF;PL profet profeten N;DEF;SG profet profetene N;DEF;PL ubrutt ubrutte ADJ;DEF;SG+PL ubrutt ubrutt ADJ;NEUT;SG spare sparer V;PRS spare sparende V.PTCP;PRS spare spar V;IMP spare sparte V;PST spare...
decaab7050211e0fe5fc0128a7d0284e504d7861
449d555969bfd7befe906877abab098c6e63a0e8
/476/CH7/EX7.20/Example_7_20.sce
df90e7580709a6f4dd72180316da2da9409877e4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
561
sce
Example_7_20.sce
//A Textbook of Chemical Engineering Thermodynamics //Chapter 7 //Properties of Solutions //Example 20 clear; clc; //Given: //For reaction 1 //Li + 1/2Cl2 --> LiCl Hf = -408.610; //heat of formation (kJ) //For reaction 2 //LiCl + 12H2O --> LiCl(12H2O) H_sol = -33.614; //heat of solution (kJ) /...
024e844c92e1a109ed21737a6460326e8cababb5
449d555969bfd7befe906877abab098c6e63a0e8
/3802/CH4/EX4.26/Ex4_26.sce
907fa79255653258ea9733bf64763d770320e0bd
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,133
sce
Ex4_26.sce
//Book Name:Fundamentals of Electrical Engineering //Author:Rajendra Prasad //Publisher: PHI Learning Private Limited //Edition:Third ,2014 //Ex4_26.sce. clc; clear; d_i=5e-3; //Diameter of inner cylinder in metre d_o=15e-3; //Diameter of outer cylinder in metre epsilon_r=4; V=500; ...
0175baa369f4f5c053936faea6e081cdc4fc403b
449d555969bfd7befe906877abab098c6e63a0e8
/1299/CH6/EX6.2.2/examplesec6_2_2.sce
a535476d4bee64254446963107cfb7a5bf4e05dc
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
255
sce
examplesec6_2_2.sce
//Example sec 6.2.2 // location of root locus in between poles and zeros. clear; clc; xdel(winsid()); s=%s; num=((s+1)*(s+2)); den=(s*(s+3)*(s+4)); G=syslin('c',num/den); clf(); evans(G); axes_handle.grid=[1 1] mtlb_axis([-5 5 -5 5]);
d99484077ace1f0074562ec59651508a131b496e
449d555969bfd7befe906877abab098c6e63a0e8
/3760/CH6/EX6.30/Ex6_30.sce
7db1313f8eaed4469c923f882640bcdd37c9d616
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
613
sce
Ex6_30.sce
//In solution they have taken different value of speed at rated torque from what is given in question that is why answer is varying clc; P=4; Pm=10000; //OUTPUT POWER f=50; //FREQUENCY N=1440; //SPEED AT WHICH RATED TORQUE IS OBTAINED Ns=(120*f)/P; //SYNCHRONOUS SPEED s=(Ns-N)/Ns; //Torque is directly prop...
3e5b95b6deea0ea316e33d303aba7827286282b8
449d555969bfd7befe906877abab098c6e63a0e8
/1286/CH3/EX3.3/3_3.sce
c38be1847b490e4c56fc2805a04a834ec4264279
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
305
sce
3_3.sce
clc //initialisations m1=0.5//kg m2=0.09//kg t1=19//c t2=15//c t3=38//c t4=50//c s=1000 //CALCULATIONS A=[4000 -15.5; 23000 11.5] b=[-360;1080] c=A\b R1=c(1,1) R2=c(2,1) //results printf(' water equivalent of mercury= % 1f kg',R1) printf(' \n specific heat of mercury= % 1f c /kg/c',R2)
8b07c457fa44e71776b76fe645c25ff7bc77a0b3
449d555969bfd7befe906877abab098c6e63a0e8
/2870/CH6/EX6.2/Ex6_2.sce
c1d668fa1f6a1567550a4e049fdcd0e5c84a1aa9
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
212
sce
Ex6_2.sce
clc;clear; //Example 6.2 //given data Wnet=65; nth=0.24; HV=19000; //calculations QH=Wnet/nth*2545;//factor of 2545 to convert to Btu/h m=QH/HV; disp(m,'the engine must burn at fuel rate in lbm/h')
fb398402998772ec0992cd0d14c5cec26b8dca2a
71ad8ef6fba3006cf2e7d8d16a3e2451b2df7459
/aln_reconhecimento_faces.sce
b74b69943570984cd89caea05c2c1dc11f90a1fb
[]
no_license
carloscdias/aln_reconhecimento_faces
ec356608bba71e74bc7c275707fa03ec33522629
7e14c443b60fd513cc1e410c6632aaaa87c40679
refs/heads/main
2023-05-02T09:29:46.151745
2021-05-18T20:00:14
2021-05-18T20:00:14
364,701,815
1
1
null
2021-05-18T20:00:15
2021-05-05T20:46:40
Scilab
UTF-8
Scilab
false
false
1,174
sce
aln_reconhecimento_faces.sce
/* * Grupo: * Carlos Cardoso Dias * Maria Eduarda Ornelas Hisse * * Reconhecimento de faces */ // atomsInstall("IPCV") // loading external routines exec('3rd_party/sip_pca.sci', -1); exec('3rd_party/sip_pca_project.sci', -1); //exec('3rd_party/sip_pca_test.sce', -1); exec('classifiers/utils.sci', -1); exec('...
c321d6141310afab35ff9f4708935d5802b1a931
8b0dc85ba6f74c645c63790977e74bf41d3f52c6
/PS2_4.sce
6de59fce721f1f82ee6f042350bcbf230444d4d5
[]
no_license
formidablefrank/CS131PS2
82cc999382074f5499a58300673394e7bece9a01
b93e68cbb465def3c3a0c079ac95d551182aaca6
refs/heads/master
2016-09-05T21:32:49.999802
2014-04-06T16:45:13
2014-04-06T16:45:13
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
5,264
sce
PS2_4.sce
funcprot(0) //Given a matrix M, it returns its reduced row-echelon form. function X = myGJR(M) [m n] = size(M) for k = 1:m pivot = argmax(M, k) M = swap(M, k, pivot) if abs(M(k, k)) <= 1D-10 then error('singular matrix!'); end M(k, k:$) = M(k, k:$) / M(k, k) for i = k+1:m...
92d34d6e530b43f0dd0abab9b648cc898d4b851e
093c81dec9d9f129f6b39e0cd1271068a60950b5
/function.sce
2f3591634855d9f5c9d95792df21133340680211
[]
no_license
Erffa/scilab
8757d722358a8f8aa0c9ed9c2af65822cc2c7f6f
cabae3f7f0a4a967040043dca86d7238498af148
refs/heads/master
2020-06-01T20:36:03.768920
2019-07-12T09:30:20
2019-07-12T09:30:20
190,919,208
0
0
null
2019-07-12T09:33:07
2019-06-08T18:00:06
Scilab
UTF-8
Scilab
false
false
3,122
sce
function.sce
name1='Goldstein-Price'; function [Y]=f1(X) x=X(1,:); y=X(2,:); Y = 1+((x+y+1)^2).*(19-14*x+3*x^2-14*y+6*x.*y+3*y^2); Y = Y.*( 30+((2*x-3*y)^2).*(18-32*x+12*x^2+48*y-36*x.*y+27*y^2) ); endfunction B1=[-2 2 ; -2 2]; sol1=[0 -1]; res1=3; name2 ='Ackley'; function [y]=f2(x) a=-0.2*sqrt(0.5*...
3c96f470b8934f2f4c804b5d3f8a0b345a96d8c1
608ce453a5e6495299d7099c28b04d167ac50a76
/Project2/P2 - phase1/HalfAdder.tst
2678449b5c09ec5b49714d67d39424ddcb0edcb1
[]
no_license
andreww-han/CSCE-312
abad4364c0a6a9f406a8a409145ec94a6eb52b88
c3d23e7f5a13df9413656bda76ec82ab8bdc3a1c
refs/heads/master
2022-11-27T18:52:41.794118
2020-07-20T20:16:53
2020-07-20T20:16:53
281,214,854
0
0
null
null
null
null
UTF-8
Scilab
false
false
424
tst
HalfAdder.tst
//HalfAdder.tst load HalfAdder.hdl, output-file HalfAdder.out, compare-to HalfAdder.cmp, output-list a%B3.1.3 b%B3.1.3 sum%B3.1.3 carry%B3.1.3; set a 0, set b 0, eval, output; set a 0, set b 1, eval, output; set a 1, set b 0, eval, output; set a 1, set b 1, eval, output; //Write in rema...
4f08df86e7ba8a6ca1c4f18b023d4cb07b71fa3a
3dfde5edd2a32028f4eb7cf329c7f784043fa6c0
/get_demo.sci
a173ae3b91c20b413056e6c152837adf61afc459
[]
no_license
Chadys/mini_toshop
b26fb5f94c77c70e82e167c8a201a92a67d731a6
a3f0a49f669a5a3b0b3afd952b5a44383ee2a7d0
refs/heads/master
2021-01-18T20:19:43.794349
2017-04-13T14:14:44
2017-04-13T14:14:44
86,955,863
0
0
null
null
null
null
UTF-8
Scilab
false
false
3,988
sci
get_demo.sci
function make_demo(img, file_path) // créer et enregistre des images d'exemple // d'utilisation de toutes les fonctions de modification // param: file_path = string, endroit où les image seront enregistrées // /!\ Attention, si image grande, très lent /!\ imwrite(img, file_path+"/00.png") nb_img = rvb2nb(img) i...
2269a09d8f25fa1d21595a7607c612bee7b11e4c
449d555969bfd7befe906877abab098c6e63a0e8
/671/CH3/EX3.29/3_29.sce
638fac04630f0f7931dc8f9ac300a97209151ccf
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
154
sce
3_29.sce
R=250 C=25E-3 //at t=0- v_0m=200*0.2 //at t=0+ v_0p=v_0m T=R*C v_inf=0 //at t=0.2ms t=0.2E-3 t=T*log((v_0p-v_inf)/(20-v_inf)) disp(t)
1d22e4076ce2e96adb03a9758df0ed3a31e9fe68
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.2/macros/percent/%rls.sci
9cf76202e961d96def2c06d9851752ab2f43003e
[ "MIT", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain" ]
permissive
clg55/Scilab-Workbench
4ebc01d2daea5026ad07fbfc53e16d4b29179502
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
refs/heads/master
2023-05-31T04:06:22.931111
2022-09-13T14:41:51
2022-09-13T14:41:51
258,270,193
0
1
null
null
null
null
UTF-8
Scilab
false
false
268
sci
%rls.sci
//<f>=%rls(f,m) // %rls(f,m) calcule la division a gauche de la matrice de fractions //rationnelles f et de la matrice de scalaires m (f\m) //! if prod(size(f(2)))<>1 then f=invr(f)*m,return,end [l,c]=size(m); num=m*f(3);den=ones(l,c)*f(2);f(2)=num;f(3)=den; //end
9b87a03c57b7e044e5afad4977427ca685d57c40
b2675f983fedb79e5e6f1940962373bda0570ec4
/Cars v9/Tests/cars_login_template.tst
8182addd30d9d92c110da8ef181878c5266739c8
[]
no_license
Meena92/Projects
b854c40b91515bb429c9e13fb0cbc95c03e0a9d6
06361e24bf51883ff4140db5c37c3f40836a5752
refs/heads/master
2020-03-29T01:45:03.726432
2019-06-11T05:26:08
2019-06-11T05:26:08
149,404,524
0
0
null
null
null
null
UTF-8
Scilab
false
false
6,484
tst
cars_login_template.tst
<?xml version="1.0" ?> <TestCase name="car_demo_template" version="5"> <meta> <create version="9.5.0" buildNumber="9.5.0.371" author="admin" date="04/07/2016" host="CAIDEMO004" source="pathfinder" /> <lastEdited version="9.5.0" buildNumber="9.5.0.660" author="admin" date="04/28/2016" host="linch0512501" /> </me...
d8601d7b0725f86fb9be15d0c115f2f53ead1e61
111e385f01dcdb641cbc64f8eb2d84c5f0eb1aee
/01/Mux8Way16.tst
63fc06103862074656da84d2401d80f8ae099855
[]
no_license
pipt/nand2tetris
7eaae88086f717291d78972af3997f2749bf5054
86dc57c94a1ddb5cf4bba9dc8c67c22b89d20d49
refs/heads/master
2020-03-28T02:35:08.533781
2018-10-02T20:55:11
2018-10-02T20:55:11
147,581,307
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,093
tst
Mux8Way16.tst
load Mux8Way16.hdl, output-file Mux8Way16.out, compare-to Mux8Way16.cmp, output-list a%B1.16.1 b%B1.16.1 c%B1.16.1 d%B1.16.1 e%B1.16.1 f%B1.16.1 g%B1.16.1 h%B1.16.1 sel%B1.3.1 out%B1.16.1; set a %B1000000000000000, set b %B0100000000000000, set c %B0010000000000000, set d %B0001000000000000, set e %B0000100000000000, ...
c1f95f298212284bb58219f9e441dc84d004c281
79a9b8e61be2b6f6982c748002a7eb60ebe61e94
/scilabCode/folded_sequence.sci
a36e3c84922428440c0793ea81815c195d7b36bb
[]
no_license
kavyamanohar/DSPlab
2537afda78992bf9fc2e60d93ef95849c40c23e9
eca8a02bbac243a61db8db89f3e05ea2e6485c39
refs/heads/master
2021-01-21T13:53:00.373606
2016-06-05T08:27:51
2016-06-05T08:27:51
54,376,427
1
0
null
null
null
null
UTF-8
Scilab
false
false
378
sci
folded_sequence.sci
//folded sequence clc; clear all; clf; x=[1 3 4 7 0]; n=-2:1:2; m=-n; subplot(2,2,1) plot2d3(n,x); title('orginal sequence'); subplot(2,2,2) plot2d3(m,x); title('folded sequence'); t=0:0.0005:0.01; f=100; s=0.5*sin(2*%pi*f*t); subplot(2,2,3) plot2d3(t,s); title('orginal sequence'); tr=-t subplot(2,2,4) plot2d3(tr,s); ...
516edce148a0660dfe19a2817d4120e95e95e12a
449d555969bfd7befe906877abab098c6e63a0e8
/3311/CH14/EX14.5/Ex14_5.sce
e62f1abf44ecaa8507b360b1d712e6a66bf24d39
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,523
sce
Ex14_5.sce
// chapter 14 // example 14.5 // What should be firing angle different speeds and calculate the motor speed // page-866-867 clear; clc; // given Ea=210; // in V N=1200; // in rpm (speed) Ia=10; // in A (armature current) Ra=1.5; // in ohm (armature resistance) Es=230; // in V (supply voltage) N1=800; // in rpm (rated t...
bed995737cc76b23113eff9fac4d5733c5196c01
449d555969bfd7befe906877abab098c6e63a0e8
/1955/CH4/EX4.15/example15.sce
18a1f12bb735de9c88f816c47fbf7dc8e971b950
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
722
sce
example15.sce
clc clear //input data m=3//Mass flow rate of air in kg/s P1=100*10^3//The atmospheric pressure in Pa T1=310//The atmospheric temperature in K nb=0.8//The efficiency of the blower nm=0.85//The mechanical efficiency P=30//The power input in kW R=287//The universal gas constant in J/kg.K g=9.81//Acceleration du...
2aa7c31dbdae35759478943273e93302fbe926a7
f4d3c7f7e8954cdeb6eb0c7b54a056242b07da22
/BCPST Vaisseau/triangle.sci
b91053ad8915506e029ea6207c1365587e905e02
[]
no_license
ThibaultLatrille/Slides-Sciencework
bfdf959dbbe4a94e621a3a9a71ccbcd06c5fc338
84b53f3901cbdb10fab930e832dc75431a7dce05
refs/heads/master
2020-04-27T07:53:52.313720
2019-03-06T16:17:57
2019-03-06T16:17:57
174,151,758
0
0
null
null
null
null
ISO-8859-1
Scilab
false
false
2,438
sci
triangle.sci
function newgame(pseudo,couleur) disp(pseudo,couleur) exec('C:\Users\Thibault\Desktop\Vaisseau\jauge.sci') //appel fonction jauge exec('C:\Users\Thibault\Desktop\Vaisseau\avancer.sci') //appel fonction jauge exec('C:\Users\Thibault\Desktop\Vaisseau\rotation.sci') //appel fonction rotation // Ecrire un background //Pe...
fc69adac523e22ac2dcb12757f7b7a758da29f3a
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set6/s_Electric_Machines_-_I_M._Verma_And_V._Ahuja_695.zip/Electric_Machines_-_I_M._Verma_And_V._Ahuja_695/CH4/EX4.7/Ex4_7.sce
fdec9377ad346b67e3830d1d809dd4838b7cfba0
[]
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
564
sce
Ex4_7.sce
errcatch(-1,"stop");mode(2);//Caption:Determine the (a)KVA Load (b)Percentage rated load (c)Total KVA Rating (d)Ratio of star-star bank to delta-delta bank transformer rating (e)% increase in load //Exa:4.7 ; ; KVA=25; KVA_s=50/sqrt(3); disp(KVA_s,'(a)KVA Load supplied by each transformer (in KVA)='); r=KVA_s/...
8721bfdbcbd07dc4bcb0156e8f891ccb19d93647
6e257f133dd8984b578f3c9fd3f269eabc0750be
/ScilabFromTheoryToPractice/Computing/testisempty.sce
3743ea5b08efe9d44293c74e527ed3aa4416fbfd
[]
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
46
sce
testisempty.sce
A=rand(2,2),B=[] A==B isempty(A) isempty(B)
12eaa08fa6e27457ef0bb913ac5e709ab4a68161
449d555969bfd7befe906877abab098c6e63a0e8
/3710/CH1/EX1.1/Ex1_1.sce
f01c0c8adfb4af80881af6fdc857962c6fe5a0ea
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
438
sce
Ex1_1.sce
//Example 1.1, Page Number 10 //The Function fpround(dependency) is used to round a floating point number x to n decimal places //Brewster Angle Calculation clc; n2=1.5 //Refractive Index of Glass in Air n1=1 //Refractive Index of Air theta=0 //Brewster's Angle in Degrees theta=(atand(1.5))//(Brewster's ...
313cf6912ea04dca40149698146120048c8d62a7
449d555969bfd7befe906877abab098c6e63a0e8
/770/CH17/EX17.16/17_16.sce
940fc6626ff802e17fd128f926b6adc95df55d4b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,381
sce
17_16.sce
clear; clc; //Example - 17.16 //Page number - 617 printf("Example - 17.16 and Page number - 617\n\n"); // Given // CaCO3 (s1) - CaO (s2) + CO2 (g) T_1 = 898 + 273.15;//[K] T_2 = 700 + 273.15;//[K] R = 8.314;//[J/mol-K] - Universal gas constant P_CO2_T_1 = 1;//[atm] - Decomposition pressure of CO2 over ...
c5107b6dc26f97be90d873112f596d40a471969e
449d555969bfd7befe906877abab098c6e63a0e8
/2594/CH2/EX2.33/Ex2_33.sce
05ad533f36c2771c5c08522727feb92c676cc452
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ex2_33.sce
clc Eg1=2 disp("Eg1 = "+string(Eg1)+" eV") //initializing the value of band energy gap for semiconductor1. Eg2=2.2 disp("Eg2 = "+string(Eg2)+" eV")//initializing the value of band energy gap for semiconductor2. Vt=0.0259 disp("Vt = "+string(Vt)+" eV")//initializing the value of thermal voltage at 300K. No=sqrt(e...
80a9d24c52877c1699862557cdd8ec618380f51a
089894a36ef33cb3d0f697541716c9b6cd8dcc43
/NLP_Project/test/tweet/bow/bow.11_1.tst
2585ebb4edb346f379cfa33600de63fdbebf0037
[]
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,965
tst
bow.11_1.tst
11 20:0.0625 24:1.0 35:0.08333333333333333 41:0.2 54:1.0 67:1.5 70:0.058823529411764705 75:0.2222222222222222 87:2.0 98:2.0 122:0.2 128:1.0 192:0.25 261:0.3333333333333333 398:0.16666666666666666 474:1.0 568:0.16666666666666666 772:0.5 898:1.0 910:0.5 957:0.2 970:1.0 1086:1.0 1607:1.0 1723:1.0 1774:1.0 1988:2.0 2054:2....
9430bc634a249c536e3eea281830dc948f7e475f
c9976c3dcdac467bda6eb41a24f8aff2afd5a02d
/TestBallSeq.tst
371074b5f73b1c225f9581389309255a503e33e7
[]
no_license
mb0swell/hwk2
b02f636e94a9c124fa11af54974d6d7f48985db4
617c70852fc4f52c2740a79318256ea396cc0843
refs/heads/master
2020-12-24T01:38:50.652743
2020-01-31T01:26:32
2020-01-31T01:26:32
237,338,996
0
0
null
null
null
null
UTF-8
Scilab
false
false
259
tst
TestBallSeq.tst
566769707=6 1191281444=3 1557219254=1 1854083915=1 25562286=1 710084632=3 565750963=0 1459925108=5 236938571=0 1860957759=5 1724402076=3 980256184=5 221507525=-2 1957337308=-1 1196621866=0 887770454=0 491728531=-1 1006831199=4 371995505=-1
e7504139af4563178b1330d5a0781ec462a233e7
449d555969bfd7befe906877abab098c6e63a0e8
/32/CH15/EX15.08/15_08.sce
b1dca0bde58a2162caa7347fa13e7b5832602dd6
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,347
sce
15_08.sce
//pathname=get_absolute_file_path('15.08.sce') //filename=pathname+filesep()+'15.08-data.sci' //exec(filename) //Height in mercury column in condenser(in cm): H=65 //Rate at which steam enters(in kg/min): ms=20 //Mass of cooling water per kg of steam: m=12 //Height in mercury column in air pump(in cm): H1=66 ...
3fd9946ae9fab18c04594a9f095302f1a91e58cb
449d555969bfd7befe906877abab098c6e63a0e8
/587/CH2/EX2.13/example2_13.sce
8328d0729cee81d059af20479e1b9b2ef482ff22
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
734
sce
example2_13.sce
clear; clc; //Example2.13[Heat Conduction in the Base Plate of an Iron] //Given:- k=15;//[W/m.degree Celcius] A=300*10^(-4);//Base Area[m^2] L=0.005;//Thickness[m] T_surr=20;//Temp of surrounding[degree Celcius] h=80;//Convection het transfer coefficient[W/m^2.degree Celcius] Q=1200;//[W] //Solution:- q=Q/...
4a379038a58ece2ab4d2800fada015825c8a63e6
608ce453a5e6495299d7099c28b04d167ac50a76
/Project2/phase2/Negation.tst
c9f61cd800c39285ce1d554eb0dce4e2ca45d9f7
[]
no_license
andreww-han/CSCE-312
abad4364c0a6a9f406a8a409145ec94a6eb52b88
c3d23e7f5a13df9413656bda76ec82ab8bdc3a1c
refs/heads/master
2022-11-27T18:52:41.794118
2020-07-20T20:16:53
2020-07-20T20:16:53
281,214,854
0
0
null
null
null
null
UTF-8
Scilab
false
false
479
tst
Negation.tst
//Negation.tst load Negation.hdl, output-file Negation.out, compare-to Negation.cmp, output-list in%B1.16.1 out%B1.16.1; //in=1 set in %B0000000000000001, eval, output; //in=5 set in %B0000000000000101, eval, output; //in=100 set in %B0000000001100100, eval, output; //in=43690 set in %B10101...
8a271778911586d7c63e5d92f9231a563a17af5a
449d555969bfd7befe906877abab098c6e63a0e8
/462/CH11/EX11.6.d/ex_11_6_d.sce
319325a375428081e5b7c68d4bed42c6631d286d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
304
sce
ex_11_6_d.sce
//example 11.6(d)// clc //clears the screen// clear //clears already existing variables// disp('In this case, the memory locations 3 and 5 are selected for writing since Y3=Y5=0. The contents of these locations will become 10 and') disp('D1D0=10') //given A1A0=00, W''=0, Y=11010111// //I1I0=10//
1c34e78c643c50366e255c71cdd32b19679fb306
931df7de6dffa2b03ac9771d79e06d88c24ab4ff
/Destiny 2 Hand Cannon and Sniper v2.sce
044bffe77081a12d44af521c4c1936d5bf7f0e86
[]
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
82,438
sce
Destiny 2 Hand Cannon and Sniper v2.sce
Name=Destiny 2 Hand Cannon and Sniper v2 PlayerCharacters=HC sniper BotCharacters=Jumping aroudn with headz.bot IsChallenge=true Timelimit=60.0 PlayerProfile=HC sniper AddedBots=Jumping aroudn with headz.bot;Jumping aroudn with headz.bot;Jumping aroudn with headz.bot;Jumping aroudn with headz.bot;Jumping aroudn w...
932cfb61623683337e8bac155ad7314e217b2588
e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4
/New LSTMAttn Model/.data/lemma-split/GOLD-TEST/ote.tst
6ccf24b3bf0bf58a1431811657a4c7110d0bd844
[]
no_license
davidgu13/Lemma-vs-Form-Splits
c154f1c0c7b84ba5b325b17507012d41b9ad5cfe
3cce087f756420523f5a14234d02482452a7bfa5
refs/heads/master
2023-08-01T16:15:52.417307
2021-09-14T20:19:28
2021-09-14T20:19:28
395,023,433
3
0
null
null
null
null
UTF-8
Scilab
false
false
238,684
tst
ote.tst
pa²xi xkí paxi V;PRF;2;PST pa²xi bi paxi V;PFV;SG;3 pa²xi dí paxi V;IPFV;SG;1;PRS pa²xi mí paxi V;IPFV;SG;3;PST pa²xi da paxi V;IRR;SG;3 pa²xi xki paxi V;PRF;3;PST pa²xi ndí paxi V;IPFV;SG;1;PST pa²xi ga paxi V;IRR;SG;1 pa²xi xa paxi V;PRF;SG;3;PRS pa²xi ngí paxi V;IPFV;SG;2;PST pa²xi gí paxi V;IPFV;SG;2;PRS pa²xi xká ...
8db2445516cae4e35c2e919a4c8c79fb20c4d04d
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set4/s_Chemical_Reaction_Engineering_O._Levenspiel_249.zip/Chemical_Reaction_Engineering_O._Levenspiel_249/CH5/EX5.6/5_06.sce
e898b63a989c0a0ad0008ed7960f32dc551787e9
[]
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
105
sce
5_06.sce
errcatch(-1,"stop");mode(2); //This is a theorotical Qn printf("Its a theorotical Question") exit();
72cfdf257300d216ac85179d6a43ab225b525e87
449d555969bfd7befe906877abab098c6e63a0e8
/2300/CH23/EX23.31.3/Ex23_3.sce
601dc940a11ad2751ef915a920f08540d80f083d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
703
sce
Ex23_3.sce
//scilab 5.4.1 //Windows 7 operating system //chapter 23 Lasers,Fibre Optics,and Holography clc clear //To obtain interference fringes of good visibility the path difference for the central fringe must be an integral multiple of each of the 2 wavelengths. //2*d=(n1*y1)=(n2*y2)where y1 & y2 are 2 wave-lengths and ...
a3b48626042b3bea2c06d94676d4c1fd24b9e1d8
95a91e0c642afba8090e47bd70e3efb36da36e43
/UP.eps/test_den.sci
0cc7132b4b907ff2030d2b9b659ecdb2ad9322e2
[]
no_license
Varvara08/myrepo
f4f2d4e0da09b9eea225deab49d3dfd49d861266
588458d7d92407761cc9cd7cc3273e70aa9f84b0
refs/heads/master
2021-01-20T17:20:40.176769
2016-08-17T13:10:46
2016-08-18T10:38:17
63,784,698
0
0
null
null
null
null
UTF-8
Scilab
false
false
344
sci
test_den.sci
s = 'test.dat'; u=file('open',s,'unknown'); n=300; nst=1000; for i=1:nst if (i*0.6)<360 then theta_n=0; else theta_n=0.6*i; end t = 'mol : Den : theta : ' + string(theta_n); write(u,t); t = 'start'; write(u,t); t = ' '; write(u,t); end // f...
a445ef098dd09ecc87927f321e421303bfec43e1
449d555969bfd7befe906877abab098c6e63a0e8
/3574/CH11/EX11.5/EX11_5.sce
445f68dbc53f6a4bd1d5888e5467e205e08ea7fc
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,126
sce
EX11_5.sce
// Example 11.5 // Computation using linear approximation to show the gross error that occurs // when a linear assumption is applied to compound motors operating at overload // conditions // Page No. 456 clc; clear; close; // Given data Nf=577; // Turns per pole of the shunt motor IF=4...
2fbe1b1b6c8ad6cb208c4e3bed44de17e3d05862
99b88a8b86c9ba133f1838fdb89798ab0121134a
/app/mov_read.sci
5a114108af1895ba7e9308ff2d30bd54e3fad7ee
[]
no_license
feng42/Interface_scilab_mbdyn
aae1dd4d7ad13c4440be8ac4e6cb9d5d42cea512
604c543f8033fd5e0eed175dc66e5d0e44f5197e
refs/heads/master
2020-04-26T21:35:30.077586
2019-04-27T05:32:31
2019-04-27T05:32:31
173,845,932
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,625
sci
mov_read.sci
function nodes_stat=mov_read(filename) //out_path = "/home/feng/zhangfeng3/Interface_scilab_mbdyn/out/" ; //file_name = "double_swing" ; //node_len = 3 M = fscanfMat(filename) ; sizeM = size(M) len = sizeM(1); items = sizeM(2); nodes = unique(M(:,1)); num_nodes = size(nodes); num_uniq_nodes ...
bf9015a66f4976641f796c884a9aeec93222afa3
665eac2bfd0d2f1d559f485375f89e8a91632c6e
/VOL_300/335_03/ASZ80.TST
2b7e5844dbc2a503e66fd744ac48f6220f57f063
[]
no_license
kubohisa/CUGL
615c29732e5fc2c6bcb29a4013be3351dc21dda6
75fc7cb2f8c5f3869a091b2b5c50c09323bc1c03
refs/heads/main
2023-03-15T16:19:49.355867
2020-10-02T21:19:00
2020-10-02T21:19:00
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
8,912
tst
ASZ80.TST
cpu "64180" disp equ 43 immed equ 77 immed16 equ 987 adc a, (hl) adc a, (ix+disp) adc a, (iy+disp) adc a, a adc a, b adc a, c adc a, d adc a, e adc a, h adc a, immed adc a, l adc hl, bc adc hl, de adc hl, hl adc hl, sp add a, (hl) add a, (ix+disp) add a, (iy+disp) add a, a ad...
5fc0d6442b19230cf4b43d3e6be940e8ab2830e0
449d555969bfd7befe906877abab098c6e63a0e8
/431/CH2/EX2.26/EX2_26.sce
c97be8fd47987a211f32b5812240b9bf2b3f7d12
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,232
sce
EX2_26.sce
//Estimating the number of turns needed on each commutating pole //Chapter 2 //Example 2.26 //page 135 clear; clc; disp("Example 2.26") Bag=0.3;..................................//flux density in the interpole air gap in Wb/m^2 Ia=200000/200;.........................//armature current in amperes printf("Armat...
f7665e89e8c6a222e46317bd66255d3d5b38c6fc
449d555969bfd7befe906877abab098c6e63a0e8
/26/CH5/EX5.1.13/5_1_13.sce
0d95a34e0f695c1087c7ac620f76a56030e55347
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,078
sce
5_1_13.sce
disp('To find a basis for the eigenspace') disp('Matrix A=') a=[4 0 1;-2 1 0;-2 0 1] disp(a) disp('for lambda=1') disp('A-1I=') b=a-eye(3,3) disp(b) disp('solving (A-I)x=0, we get') disp('-2*x1=0 and 3*x1+x3=0') disp('therefore, x1=x3=0') disp('which leaves x2 as a free variable') disp('Hence a basis for th...
e5e48ad5c66a4ceebcbd5a40f0484f01100ce8ff
b6b875fb04ec6df2c0fb0d28f36962fa9aebb2bf
/TD6/Scripts/randExp.sci
b45d2bf28912d632a250988e32ce8a6285b35002
[]
no_license
MFrizzy/Modelisation
51794b2edf421f9d2206cb73972d8d8d7b1e9759
0ca819afbcbe00f58f3bbaa8fc97164ae2c1d3cb
refs/heads/master
2021-08-29T12:02:20.042037
2017-12-13T22:39:21
2017-12-13T22:39:21
106,943,303
0
0
null
null
null
null
UTF-8
Scilab
false
false
81
sci
randExp.sci
function t = randExp(n, lambda) t = -log(1 - rand(n,1)) / lambda endfunction
40eac96e2fef0f460c6b6d1714c7ec03be0f2c87
449d555969bfd7befe906877abab098c6e63a0e8
/1484/CH1/EX1.19/1_19.sce
557e1803ae0214ef3bea65762f7d9e850e636135
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
204
sce
1_19.sce
clc //initialisation of variables k1= 1 //ft k2= 35.98 //ft k3= 66.83 //ft //CALCULATIONS x=poly(0,"x") vec=roots(k1*x^3-k2*x+k3) X= vec (2) //RESULTS printf ('depth of the water= %.2f ft',X)
37aa6fc690acafadc8085b34faf5a03d1ecf0f86
abdfb2db73e5240261372a514baa0c1a7bed7467
/cudd-3.0.0/mtr/test.tst
a2bdcc2241eef05f1f78b3a65ba6812207a5b785
[]
no_license
steefbrown/ece6740
21001ca156e24e23b71d6b719f11010ba4ce2a40
cefe8dd498c7849546ece98fbd4d70b844f2bd5c
refs/heads/master
2021-01-01T05:23:01.008122
2016-05-09T19:16:56
2016-05-09T19:16:56
57,227,414
0
0
null
null
null
null
UTF-8
Scilab
false
false
3,351
tst
test.tst
# TestMtr Version #0.6, Release date 2/6/12 # mtr/testmtr -p 2 ./mtr/test.groups N=0x2178010 C=0x21780d0 Y=0x0 E=0x0 P=0x0 F=0 L=0 S=0 N=0x21780d0 C=0x0 Y=0x2178110 E=0x0 P=0x2178010 F=3 L=0 S=0 N=0x2178110 C=0x0 Y=0x2178050 E=0x21780d0 P=0x2178010 F=4 L=0 S=0 N=0x2178...
e59780b7d8802a6cc416b0f00ede7cae3f2f6659
f42e0a9f61003756d40b8c09ebfe5dd926081407
/TP2/resolLU.sci
7be7125bf351fc974cefcd4adead5cafa56f70d5
[]
no_license
BenFradet/MT09
04fe085afaef9f8c8d419a3824c633adae0c007a
d37451249f2df09932777e2fd64d43462e3d6931
refs/heads/master
2020-04-14T02:47:55.441807
2014-12-22T17:34:50
2014-12-22T17:34:50
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
199
sci
resolLU.sci
function[x] = resolLU(a, b) exec('factorLU2.sci', -1); exec('solsup.sci', -1); exec('solinf.sci', -1); [l u] = factorLU(a); y = solinf(l, b); x = solsup(u, y); endfunction
94dd8d437d2b50df3e86e9ec042dde8a4647d9eb
4c18a29d152aa41bf71d98f1819613802d2c3954
/DCT testcases/testcase_1.sce
91f2a9ace9e6331f0e1898bf6bfd9e8333966c64
[]
no_license
deep2024/Scilab-Computer-Vision-Functions-Test-Cases
1891945b9fc60cc8f9b19957316baecf9d070c4a
f3d9c9dd10000eb65e826caeaf5e30ce2517a4d2
refs/heads/master
2021-01-20T19:36:40.721984
2016-06-27T15:26:32
2016-06-27T15:26:32
62,054,547
0
0
null
null
null
null
UTF-8
Scilab
false
false
163
sce
testcase_1.sce
//Read the image Image = imread("lena.jpeg"); // pass the Image to the DCT function DCT_image = DCT(Image) //output !--error 999 Input should be single channel
968b63fbf9b9a695938ff0df7a8910375ddb23a4
e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4
/New LSTMAttn Model/.data/lemma-split/DEVELOPMENT-LANGUAGES/austronesian/mlg.tst
b4a351f64804281951e0d1a56d44437c3b2fe68b
[]
no_license
davidgu13/Lemma-vs-Form-Splits
c154f1c0c7b84ba5b325b17507012d41b9ad5cfe
3cce087f756420523f5a14234d02482452a7bfa5
refs/heads/master
2023-08-01T16:15:52.417307
2021-09-14T20:19:28
2021-09-14T20:19:28
395,023,433
3
0
null
null
null
null
UTF-8
Scilab
false
false
1,932
tst
mlg.tst
ibango V;PRS ibango V;PST ibango V;NFIN ibango V;FUT analady V;PST analady V;NFIN analady V;FUT analady V;PRS ankaleo V;NFIN ankaleo V;PRS ankaleo V;PST ankaleo V;FUT irotsaka V;PST irotsaka V;PRS irotsaka V;NFIN irotsaka V;FUT analavitra V;PRS analavitra V;FUT analavitra V;PST analavitra V;NFIN anadihady V;PST anadiha...
eac1905a4e37a669bd9c6df65afd8e57bb67c2b6
449d555969bfd7befe906877abab098c6e63a0e8
/48/CH3/EX3.6/eg_3_6.sce
a749f31bff3dd59497335c4ba2c4408ca80d0a2b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
455
sce
eg_3_6.sce
clear clc disp("T(A,B,C,D)=A^B+ABD+AB^CD^+BC"); disp("T(A,B,C,D)=B(A^+AD)+C(AD^B^+B)"); disp("T(A,B,C,D)=B(A^+D)+C(AD^+B)"); disp("T(A,B,C,D)=A^B+BD+ACD^+BC"); disp("T(A,B,C,D)=A^B+BD+ACD^+BC(A+A^)"); disp("T(A,B,C,D)=A^B+A^BC+ABC+BD+ACD^"); disp("T(A,B,C,D)=A^B(1+C)+ABC+BD+ACD^"); disp("T(A,B,C,D)=A^B+ABC+BD+...
da9b52a3ac871da68b0cde99e2e3af65422d3061
449d555969bfd7befe906877abab098c6e63a0e8
/770/CH17/EX17.6/17_6.sce
d4eb7ddc9e79af067abf2b4306d6d0d1febef410
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
2,060
sce
17_6.sce
clear; clc; //Example - 17.6 //Page number - 602 printf("Example - 17.6 and Page number - 602\n\n"); // Given T = 749;//[K] - Reactor temperature P = 1;//[atm] - Reactor pressure K = 74; Kp = P^(-1/2);//[atm^(-1/2)] Ky = K/Kp; // SO2 + (1/2)*O2 - SO3 // Initial number of moles of the components ar...
d610c70f6626ba9e6cc5f8864e1ae65605e0f9ed
2707da68619819d8105f9ae472647dc578c75730
/OwnFrequencies.sci
a1d2abaa4ec8ec8b7472a817c8b0c59d2774b94c
[ "Apache-2.0" ]
permissive
KrayzeX/ToE
1aa62db747841e960fb47fbd59e38c6afa3a0723
ad81dd433c0d3b23ebb00f0e65095ab6c1bed34e
refs/heads/master
2020-05-26T09:19:33.970171
2017-06-02T08:50:16
2017-06-02T08:50:16
82,474,743
0
0
null
null
null
null
UTF-8
Scilab
false
false
623
sci
OwnFrequencies.sci
// Чистяков А.А. Подгруппа №3 // Данный модуль принимает на вход матрику коэффицинтов при Uc, Il, I1(U1) // Возвращает собственные частоты электрической цепи в вещественной или комплексной форме. function [r1, r2]= OwnFrequencies(KoefMatrix) a = 1; b = -(KoefMatrix(1,1)+KoefMatrix(2,2)); c = (KoefMa...
6a356e867074236633b9c021d0d5fb0f4c357a76
449d555969bfd7befe906877abab098c6e63a0e8
/122/CH7/EX7.25/exa7_25.sce
addf88b355005200f2ffb53b88d6b320ecd44a47
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
305
sce
exa7_25.sce
// Example 7-25 // Verifying experimentally derived Transfer function clear; clc; xdel(winsid()); //close all windows s = %s; num = 320*(s + 2); den = s * (s + 1) * (s^2 + 8*s + 64); G = syslin('c',num,den); bode(G,0.1,40); xtitle('Bode plot of G(s) = [320*(s + 2)]/[s * (s + 1) * (s^2 + 8*s + 64)]');