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
fe6087ca4d32063ce4407a5f186e09031dddf081
449d555969bfd7befe906877abab098c6e63a0e8
/788/CH3/EX3.15.b/3_15_soln.sce
06d43d6abe49fbd13f9e675279047b9241aaf920
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
319
sce
3_15_soln.sce
clc; pathname=get_absolute_file_path('3_15_soln.sce') filename=pathname+filesep()+'3_15_data.sci' exec(filename) // Solution: // Pump flow in m^3/s, Q_si=0.0000167*Q; //m^3/s // Hydraulic Power, HP=p*Q_si; //kW // Results: printf("\n Results: ") printf("\n The Hydraulic power delivered by pump is %.2f kW.",HP)
fea9f31a82c9611767a08edc124e75bf848fa04b
089894a36ef33cb3d0f697541716c9b6cd8dcc43
/NLP_Project/test/tweet/bow/bow.8_5.tst
1b82096974775a1fc55baaf1152d21767a96e8ff
[]
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
24,463
tst
bow.8_5.tst
8 8:0.2857142857142857 11:0.2 12:0.5714285714285714 20:2.0 38:0.6666666666666666 48:0.5 64:0.25 121:0.014084507042253521 136:1.0 183:1.0 198:1.0 201:0.16666666666666666 218:1.0 219:1.0 240:1.0 255:1.0 293:0.5 437:1.0 534:1.0 537:2.0 776:1.0 874:1.0 1095:1.0 1126:0.5 1267:1.0 1324:1.0 1701:1.0 1721:1.0 2167:1.0 2419:1.0...
aa1d5bd2116f573b7403db77ee2a03ffe4ff3f32
449d555969bfd7befe906877abab098c6e63a0e8
/698/CH14/EX14.9/P9_Parameters_of_multiplate_clutch.sce
050eed9e59224960f42738ca217c578f802e6e81
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,965
sce
P9_Parameters_of_multiplate_clutch.sce
clc //Example 14.9 //Parameters of a multiplate clutch //------------------------------------------------------------------------------ //Given Data: //Power capacity P=4000 //Watts //speed N=750 //rev/min //Inner radius Ri=0.04 //m //Outer radius Ro=0.07 //m //coefficient of friction f=0.1 //average all...
1541429e1b18d96759d0530d67adaa62fcd495f0
449d555969bfd7befe906877abab098c6e63a0e8
/1739/CH2/EX2.6/Exa2_6.sce
24dc4736c1f4a5d6e77f3d16556d034ebf0a337e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
386
sce
Exa2_6.sce
//Exa 2.6 clc; clear; close; //Given data : v=2*10^8;//in m/s fi_c=60;//in degree //Part (a) //Formula : v=c/n; c=3*10^8;//in m/s n1=c/v;//unitless disp(n1,"Refractive index of core : "); //Formula : sin(fi_c)=n2/n1; n2=n1*sin(fi_c*%pi/180);//unitless disp(n2,"Refractive index of cladding :"); //Part (b)...
018c55e2368a4e5c40df6cf0c377f46d2a83698c
d1a2737ec744ffbba1165afa7b05f26a4076f513
/Lab 2/myMainScript.sce
edf0731bf1c7b1eba60e96286f5fb8499dab78db
[ "MIT" ]
permissive
ipsitmantri/EE-324-Control-Systems-Lab
4e37a3de51f4114ba0ea281cbb1da78a6c4815bb
b34c45efc3539005603b2e76c1665d6636f80f88
refs/heads/master
2023-04-03T10:42:34.548542
2021-04-13T14:11:21
2021-04-13T14:11:21
357,540,595
2
0
null
null
null
null
UTF-8
Scilab
false
false
5,659
sce
myMainScript.sce
clear; clc; // -------------------------------- // Question 1 // Part a s = poly(0, 's'); a = 32; b = 13; G = a / (s + b); S = syslin('c', G); // Part b t = 0:(1/130):5; y = csim('step', t, S); scf(); plot(t, y, 'k', 'LineWidth', 2); set(gca(),"data_bounds",[-0.5,-0.1;5,2.6]); time_constant = [1/b]; y1 = [y(11)]; plot(...
4a9c5bab07f42216432e3e3192ffe1d0a3d2063e
449d555969bfd7befe906877abab098c6e63a0e8
/2510/CH14/EX14.17/Ex14_17.sce
e14d0f6d38b42bb4429732d05511b935f1525661
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,010
sce
Ex14_17.sce
//Variable declaration: T = 80.0 //Pipe surface temperature (°F) t1 = 10.0 //Brine inlet temperature (°F) syms DT2 //Discharge temperature of the brine solution (°F) m = 20*60 //Flowrate of brine solution (lb/...
8ef5bf3af88a6f9fc329bfb38788c1cf93f3fab8
0896434fe17d3300e03ad0250029673ebf70bacc
/sheet_9/Scilab_codes/3a.sce
d5ff516e83800dd9ca718011bbd103207d1f5d3e
[]
no_license
TheShiningVampire/EE324_Controls_Lab
8ff1720b852bf24dca3c172082f5f898f80f69f3
9aea73eed3f5a4ac6c19a799f8aebe09f4af0be8
refs/heads/main
2023-07-09T17:30:38.041544
2021-08-23T12:14:29
2021-08-23T12:14:29
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
170
sce
3a.sce
clear close clc s = poly(0,'s'); C = 100/(s+30); D = ((2/0.01966) -s)/( (2/0.01966) +s ); CsDs = syslin('c',C*D); clf(); bode(CsDs ,"rad"); show_margins(CsDs, 'bode')
3c7d80afaeb8ac5653b63585341f42ca7e480e85
449d555969bfd7befe906877abab098c6e63a0e8
/2021/CH11/EX11.4/EX11_4.sce
c632fa987781cd40daf3415e938c4de91e19b01b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
189
sce
EX11_4.sce
//Finding of Power Required //Given L=100; D=0.1; q=0.01; mu=0.8; //To Find A=(%pi/4)*D^2; v=q/A; p=(32*q*mu*v*L)/D^2; P=p/100; disp("Power Required ="+string(P)+" KiloWatts");
1bc2ae4cc5fd33b382d1f550ef39f92e7cc178d1
449d555969bfd7befe906877abab098c6e63a0e8
/116/CH9/EX9.1/exa9_1.sce
45d17098468efe3d7f7a7e37639a76360a08c537
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
577
sce
exa9_1.sce
//Example 9.1 //Page 447 disp('The probability of 63 destructive interferers is merely the probability of occurence of 63 equally likely binary events,') Pmax=(0.5)^63//maximum probability disp('The value of a desired receive signal is the autocorrelation of a codeword with itself and can therefore be repre...
6254a6f7f43b2c1bfbc5f58592c6bcb51dd5038e
92d437f771b932e7830c448f910250b9747096ec
/dados/dinamica.sce
63c8b594e0972138fcf0a983e21ca7212fc959e6
[]
no_license
pcaires/Proj_cvoo
c98ca370f5b740ab57ace1d518760100b50a3819
59a2a9573d6e9657b6beb89f7a0b637fa4d1e2a7
refs/heads/master
2023-05-14T02:30:06.579732
2021-06-06T22:48:49
2021-06-06T22:48:49
367,080,028
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,446
sce
dinamica.sce
t_ini = 0 // Tempo inicio sim (s) t_fin = 220 // Tempo fim de sim (s) t_s = 1/250 // Periodo de sample (s) deg = %pi/180 //conversão para radianos g = 9.81 // m*s^-2 aa0 =7.17 //deg aa0 = aa0 * deg u0 =261.4 //kn u0 = u0*0.51444444444 // m*s^-1 tt0 = aa0 m =13054 //kg Ix =606886 //kg .m ^2 Iy =...
a4df8a3ed70407f60e513838758734052ed9f06b
527c41bcbfe7e4743e0e8897b058eaaf206558c7
/Positive_Negative_test/Netezza-Base-DateFunctions/FLDatePart-Netezza-01.tst
53482892f1dbe21c751e2791fbb410efd4b524d2
[]
no_license
kamleshm/intern_fuzzy
c2dd079bf08bede6bca79af898036d7a538ab4e2
aaef3c9dc9edf3759ef0b981597746d411d05d34
refs/heads/master
2021-01-23T06:25:46.162332
2017-07-12T07:12:25
2017-07-12T07:12:25
93,021,923
0
0
null
null
null
null
UTF-8
Scilab
false
false
4,003
tst
FLDatePart-Netezza-01.tst
-- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Netezza -- -- Copyright (c): 2014 Fuzzy Logix, LLC -- -- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC. -- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC. -...
bf58fe7e75902976140c2c72b14f2418f94767dc
089894a36ef33cb3d0f697541716c9b6cd8dcc43
/NLP_Project/test/blog/ngram/5.9_11.tst
812006eac08db76f137b0c070fd216ad0913575c
[]
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
844,265
tst
5.9_11.tst
9 183:1 197:1 358:2 404:1 517:2 549:1 735:1 784:1 1006:1 1050:3 1062:1 1348:2 1496:1 1504:1 1717:1 1739:1 1821:1 1847:1 1915:1 1994:1 2074:1 2135:1 2202:2 2286:1 2294:1 2512:1 2513:1 2806:2 3091:1 3190:1 3209:1 3244:1 3275:1 3598:1 3688:1 3796:1 3823:1 3834:1 3868:1 3922:1 3952:1 4052:1 4120:1 4171:1 4219:1 4397:1 4505...
4db1f7e1f07e45a8e21237cab8b73e203f4a1193
676ffceabdfe022b6381807def2ea401302430ac
/solvers/ShallowWaterSolver/Tests/LinearSWE_StandingWave_PeriodicBC_CG_P8.tst
79db21082692fd1557dfe80d9129c717d0223253
[ "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
905
tst
LinearSWE_StandingWave_PeriodicBC_CG_P8.tst
<?xml version="1.0" encoding="utf-8"?> <test> <description>Standing Wave, CG, P=8</description> <executable>ShallowWaterSolver</executable> <parameters>LinearSWE_StandingWave_PeriodicBC_CG_P8.xml</parameters> <files> <file description="Session File">LinearSWE_StandingWave_PeriodicBC_CG_P8.xml</f...
ea675d80aa79cb5c37e50f483cd4714248bf2591
449d555969bfd7befe906877abab098c6e63a0e8
/3432/CH3/EX3.23/Ex3_23.sce
613d47c192343261d9125115cbf2eee309bd3939
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,309
sce
Ex3_23.sce
//Example 3.23 Oscillatory Time Response xdel(winsid())//close all graphics Windows clear; clc; //------------------------------------------------------------------ //Transfer function of second order underdamped system numH=[1 2]; denH=[5 2 1]; Ns=poly(numH,'s','coeff'); Ds=poly(denH,'s','coeff'); sysH=sys...
1494dcc3749c03a31a655f8ee0dc5016d5e3c9bc
449d555969bfd7befe906877abab098c6e63a0e8
/887/CH1/EX1.2/1_2.sce
9ab5947b10e4e975287db68af6fa00a0ea2bd2be
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,372
sce
1_2.sce
clc //ex1.2 //element A disp('ELEMENT A :') V_a=12; i_a=2; P_a=V_a*i_a; //passive reference configuration (current enters through +ve polarity) if(P_a>0) then, //absorption of power disp(P_a,'Power for element A in watts is') disp('As a battery, element A is being charged') elseif(P_a<0) ...
a0c62f5eff686a58be048c5f3521efe36ce05082
d0effb3a07c8a898ab10446fa7e06dbf1e45eaed
/img.sce
e6e075c6cdde675821bf4785e1eeb2c0608f045d
[]
no_license
robotilak/image_processing
80330c385aa7f5603726b1ccdd9be390793e7907
316f93d39f4ca79e68a47e0c13becc1dcf4fae83
refs/heads/master
2016-09-06T08:27:59.031981
2013-07-31T20:12:07
2013-07-31T20:12:07
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
532
sce
img.sce
// key is to look for the feature you want to extract :) S = imread('four.jpg'); ShowColorImage(S,'0'); S2 = rgb2gray(S); ShowImage(S2,'0'); S3 = S2>180; ShowImage(S3,'0'); se = CreateStructureElement('vertical_line', 10); S4 = ErodeImage(S3, se); se = CreateStructureElement('horizontal_line', 10); S4 = ErodeImage(S4, ...
0a8f2050b780edfe3e12bde4137a5db3978dfc3c
241c60928aaeb96dabe156df6f6d3c3c057da991
/Backend_Source_Code--PLSQL/Test_Cases/Test_PROC_class_prereq.tst
e92bd39e78f0975571a80fce0bb7ae1e1ff98594
[]
no_license
dipikaspatil/Database_Systems
d606bb291136a46e22dd7b6c9f5643377ccc5ec8
373ade411850bf6edc33447c3cba41c5f2d80914
refs/heads/master
2020-04-13T06:25:31.127783
2018-12-24T20:03:03
2018-12-24T20:03:03
163,020,264
5
0
null
null
null
null
UTF-8
Scilab
false
false
239
tst
Test_PROC_class_prereq.tst
PL/SQL Developer Test script 3.0 8 declare -- Local variables here l_prereq VARCHAR2(10000); begin -- Test statements here student_registration_system.CLASS_PREREQ('cs', '532', l_prereq); dbms_output.put_line(l_prereq); end; 0 0
cf1e7cf103968ec79a2e4ab99cc2cbce06e6542a
1a679c5bea6f6f3d080ec52122a5c04f941f8e67
/bitplane.sce
af150949c53bd76e0e863f7c76f486e6744ba319
[]
no_license
Malay1998/Image-Processing-with-Scilab
c34c35d76d2db50f41c9b95b239a0f5e6d203a80
4ab83c92212d4fdbb9cb6f75ce06cfced34d0c7c
refs/heads/main
2023-06-04T04:06:35.361106
2021-06-26T22:00:38
2021-06-26T22:00:38
380,540,386
0
0
null
null
null
null
UTF-8
Scilab
false
false
69
sce
bitplane.sce
a=imread('milkeway.jpg'); b=double(a); f=bitget(b,7); imshow(f);
5da6e5437ea870191e9c9747e71e5a02bc0e561b
f8bb2d5287f73944d0ae4a8ddb85a18b420ce288
/Scilab/example/最適フィードバックゲイン.sce
21cd339a089f312f1f87bc02ceef03beb162aecf
[]
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
SHIFT_JIS
Scilab
false
false
161
sce
最適フィードバックゲイン.sce
//最適フィードバックゲイン A=[0 1;0 -1]; b=[0;1]; r=1; Q=diag([4 1]); C=[sqrtm(Q);[0 0]]; d=[0;0;sqrt(r)]; k=lqr(syslin('c',A,b,C,d)) spec(A+b*k)
f789d4828367b05cfc20b9d8a812aa19e5359523
449d555969bfd7befe906877abab098c6e63a0e8
/629/CH8/EX8.6/example8_6.sce
32d9dfb9c78327e42febc276409241ec3c24c397
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
355
sce
example8_6.sce
clear clc //Example 8.6 APPLICATION OF PRESSURE COEFFICIENT //p-prototype, m-model Lmp=1/10; //Lmp=(Lm/Lp) //Vm*Lm/vm=Vp*Lp/vp, vm=vp Vpm=Lmp //Vpm=(Vp/Vm) Pm=17.8; //[kPa] //Pressure difference //Pm/(rho_m*Vm^2/2)=Pp/(rho_p*Vp^2/2) Pp=Pm*10^3*Vpm^2 //[Pa] printf("\n The pressure difference between two point...
aa51e67d5d7c637d23fe7fd80f0385696ef9c0f9
449d555969bfd7befe906877abab098c6e63a0e8
/1673/CH5/EX5.3/5_3.sce
69afa72f76e1256a4b94af227150bcff8249e760
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
348
sce
5_3.sce
//cubic splines //example 5.3 //page 188 clc;clear;close; X=[1 2 3]; y=[-8 -1 18]; M1=0,M2=8,M3=0; h=1; deff('y=s1(x)','y=3*(x-1)^3-8*(2-x)-4*(x-1)') deff('y=s2(x)','y=3*(3-x)^3+22*x-48'); h=0.0001;n=2.0; D=(s2(n+h)-s2(n))/h; a=poly(0,'x'); disp(s1(a),' s1(x)='); disp(s2(a),'s2(x)='); disp(s2(2.5),'y(2.5...
5cf4190e882bbba1a7aee01121dc63eb61e87977
449d555969bfd7befe906877abab098c6e63a0e8
/3636/CH6/EX6.8/Ex6_8.sce
af0e514688909945499ae00e2a36ce23310f4c3d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
397
sce
Ex6_8.sce
clc; clear; ni=1.5*10^10 //in cm^-3 Nd=5*10^16 //n-type doping in cm^-3 V=0.5 //forward bias current in V e=1.6*10^-19 //in eV tau_p=1*10^-6 //in s Dp=10 //in cm^2/s A=10^-3 //cross-sectional area in cm^2 Const=0.0259 //constant for kT/e in V //Calculation pn=ni^2/Nd //in cm^-3 Lp=sqrt(Dp*tau_p) //in cm ...
a0916ae6f8b80250a1e4d3f0e98596128f23d40b
449d555969bfd7befe906877abab098c6e63a0e8
/1808/CH3/EX3.15/Chapter3_Exampl15.sce
b08bde254793a7a49b1a5a8aeb767984877d86c1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
589
sce
Chapter3_Exampl15.sce
clc clear //INPUT DATA t1=300;//temperature in K t3=1300;//temperature in K cp=5.22;//specific pressure cv=3.13;//specific volume g=1.688;//for helium as working medium //CALCULATIONS Rc=((t3/t1)^(1/(2*(1.4-1))));//compression ratio no1=(1-((1/Rc)^(1.4-1)))*100;//efficiency of air Rcn=((t3/t1)^(1/(2*(g-1))...
d4eda5949b56a53231002d64e06f22c851124040
9889e7fd73314382fb2f9e8f63d92cf3254b75fb
/Vaango/src/orderAccuracy/test_config_files/MPM/fastcpdi_dx.tst
4f19103938f43c67681586c208cf2d3ca02cff13
[]
no_license
bbanerjee/ParSim
0b05f43cff8e878658dc179b4a604eabd873f594
87f87816b146f40013a5e6648dfe20f6d2d002bb
refs/heads/master
2023-04-27T11:30:36.252023
2023-04-13T22:04:50
2023-04-13T22:04:50
13,608,512
16
3
null
null
null
null
UTF-8
Scilab
false
false
1,823
tst
fastcpdi_dx.tst
<start> <upsFile>AA.ups</upsFile> <gnuplot> <script>plotScript.gp</script>s <title>MPM:Axis Aligned MMS, 10 timeteps, FAST_CPDI</title> <ylabel>L2 Error</ylabel> <xlabel>Resolution</xlabel> </gnuplot> <AllTests> <replace_lines> <interpolator>fastcpdi</interpolator> <extraCells>[1,1,1]</extraCells> ...
c87ddb27605a0954d7e3602e0754201718bc0f1d
449d555969bfd7befe906877abab098c6e63a0e8
/845/CH1/EX1.2/Ex1_2.sce
321d44c20843b8116211e08954c3de6123998e76
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
270
sce
Ex1_2.sce
//Example 1.2 clc clear dec = 0.7625; iter = 1; while(1) dec = 2 * dec; p(iter) = int(dec); dec = dec - int(dec); if iter == 8 then break end iter = iter + 1; end a = strcat(string(p)); bin = strcat(['0.',a]) disp(bin)
87628344697dfaf16c05dde1bccf8e10ebb4ff89
717ddeb7e700373742c617a95e25a2376565112c
/1766/CH9/EX9.14/EX9_14.sce
51fffd8c642de03142c18c473d751c96423822b2
[]
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
527
sce
EX9_14.sce
clc;funcprot(0);//Example 9.14 //Initilisation of Variables l=0.6;....//Length of steam pipe in m d=0.2;...//Diameter of pipe in m Tp=200+273;....//Surface Temparature of Steam pipe in degrees celcius Tw=10+273;....//Temparature of wall in degrees celcius e=0.8;....//Emissivity of pipe R=5.67*10^-8;.....//Stefen...
f75bec48b125fa98127760ed76a9559f95e28bef
d7087cf730b37f76170323e080c090f8094979ac
/test/exec/brack_comand_5.tst
3fa8f8f4658cd1fd8a1561bb5501cbb743734c5d
[]
no_license
VladimirMeshcheriakov/42sh
025dffe358b86f48eaf7751a5cb08d4d5d5366c4
52d782255592526d0838bc40269f6e71f6a51017
refs/heads/master
2023-03-15T17:26:20.575439
2015-06-26T12:44:05
2015-06-26T12:44:05
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
162
tst
brack_comand_5.tst
<cmd> ../build/42sh</cmd> <ref> bash</ref> <stdin> { echo lanoe; echo jc; echo lanoe; echo jc; } ; { echo lanoe; echo jc; echo lanoe; echo jc; } </stdin>
6b1664d784976ea24517c3d644bdefb1ca261ced
449d555969bfd7befe906877abab098c6e63a0e8
/371/CH13/EX13.7/13_7.sci
916c1d2a96aa0278cf75b6ea2917c6bd5c09988c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
432
sci
13_7.sci
//Choppers and Transportation System Application// //Example 13.7// //R1=rotor resistance before introduction of control// //R2=rotor resistance after introduction of control// R1 = 100; printf('R2=1.5*R1'); R2=1.5*R1 //rotor resistance referred to stator in ohms// printf('\nthe above condition satisfies when Ton=Toff...
25ef6d2c6c14a9d1304eadda800980054c9c2a86
b29e9715ab76b6f89609c32edd36f81a0dcf6a39
/ketpicscifiles6/Partcrv.sci
0b4844df788c3ce86054a49a96c627ae4af41f4e
[]
no_license
ketpic/ketcindy-scilab-support
e1646488aa840f86c198818ea518c24a66b71f81
3df21192d25809ce980cd036a5ef9f97b53aa918
refs/heads/master
2021-05-11T11:40:49.725978
2018-01-16T14:02:21
2018-01-16T14:02:21
117,643,554
1
0
null
null
null
null
UTF-8
Scilab
false
false
805
sci
Partcrv.sci
// 08.05.31 // 09.03.06 function Ans=Partcrv(A,B,PkL) Eps=10.0^(-3); if type(A)==1 & length(A)==1 // new part from if A>B+Eps Npt=Numptcrv(PkL); Out1=Partcrv(A,Npt,PkL); Out2=Partcrv(1,B,PkL); Tmp=Ptstart(PkL)-Ptend(PkL); if norm(Tmp)<Eps Ans=Joincrvs(Out1,Out2); ...
a4a26f65073cafeccf85465378f196d00ce2321c
881e0bcc7118244a24f736786ac36140acfb885e
/cleveland/results/GAssist-ADI-C.cleveland-1/result2s0.tst
c43351cb5130b53e80774008ae927b568172ba38
[]
no_license
woshahua/Experiment_File
3e34e5a4a622d6d260fbdf8d5ef2711712aad9bc
6a139cd3f779373799cb926ba90d978235b0de0d
refs/heads/master
2021-01-01T06:57:13.285197
2017-07-28T08:17:38
2017-07-28T08:17:38
97,557,409
0
0
null
null
null
null
UTF-8
Scilab
false
false
719
tst
result2s0.tst
@relation cleveland-1 @attribute age real [29.0, 77.0] @attribute sex real [0.0, 1.0] @attribute cp real [1.0, 4.0] @attribute trestbps real [94.0, 200.0] @attribute chol real [126.0, 564.0] @attribute fbs real [0.0, 1.0] @attribute restecg real [0.0, 2.0] @attribute thalach real [71.0, 202.0] @attribute exang real [0....
6298233615fab27c91e39b9b818d3ac020a96ca4
f542bc49c4d04b47d19c88e7c89d5db60922e34e
/PresentationFiles_Subjects/CONT/RC98DEQ/ATWM1_Working_Memory_MEG_RC98DEQ_Session2/ATWM1_Working_Memory_MEG_Salient_Cued_Run2.sce
aed9275e2907544f8988440912d7172616fdf771
[]
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,383
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...
01f5dfccae0146ccd1da8f51296ea92ed011f495
449d555969bfd7befe906877abab098c6e63a0e8
/3547/CH2/EX2.8/Ex2_8.sce
a35a8ec89764e4672c9f11f6c1f89a68350023de
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
885
sce
Ex2_8.sce
// Example no 2.8 // To find the total loss and output power in mW and dBm in fiber // Page no. 72 clc; clear; // Given data losscoe=0.046; // Loss coefficient in km^-1 L=80; // Length of fiber in km PindBm=3; ...
c70586789ecfdf1754045ebdc7eea88317a4faa1
449d555969bfd7befe906877abab098c6e63a0e8
/3814/CH5/EX5.1/EX5_1.sce
e8a2fcfd52f8da94d6cbcd7bcdf7647acc4d37d7
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
EX5_1.sce
// to find efficiency // ex 5.1 pgno.115 clc p=67.5*1000 // 67.5 kw to develop wheel no=0.83 // efficiency of installation gamma1=9800 // constant gamma g=9.8 //gravitational acceleration N=400 // rotates H=60 // head of water 60 m Q=p/(no*gamma1*H)// volume flow rate printf(" Q= %.3f m3/s",Q) v1=sqrt(2*...
596e167ba0ed804bf59c5460209da81895d4f522
449d555969bfd7befe906877abab098c6e63a0e8
/593/CH4/EX4.2/ex4_2.sce
e1857709ff560762821ba7348414588823e268c4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,409
sce
ex4_2.sce
clear; //clc(); // Example 4.2 // Page: 77 printf("Example-4.2 Page no.-77\n\n"); //***Data***// // let we denote graphite by 'g' and diamond by 'd' // Gibb's free energies of graphite and diamond are given by g_g = 0.00;//[kJ/mol] g_d = 2.90;//[kJ/mol] // Specific volumes of graphite and diamond a...
f9263e4d1935265673541b4d558032da51cc2808
449d555969bfd7befe906877abab098c6e63a0e8
/2276/CH3/EX3.3/chapter3_ex3.sce
82436dd16d82fdae2fa38fb616fda3010d9f8745
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
493
sce
chapter3_ex3.sce
clc clear //input n1=480;//number of conductors in the armature n2=6;//number of poles in the machine w=100;//angular velocity in rad/s phi=0.03;// flux per pole in weber //calculations phi1=n2*phi;//flux cut by each conductor in weber e1=(phi1*w)/(2*%pi);//e.m.f. induced/conductor in volts n3=n2;//numbe...
38fa1977908f51cb8ca10d56bd0bb8c96390f134
449d555969bfd7befe906877abab098c6e63a0e8
/1418/CH27/EX27.16/EX27_16.sce
a013eae9bf1854b79caa363cec080508c88aa3f1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
947
sce
EX27_16.sce
//EXAMPLE 27.16 //SHUNT GENERATORS clc; funcprot(0); //Variable Initialisation Ra=0.01;......//Armature resistance in Ohms Rf=20;..........//Shunt field resistance in Ohms I=4000;..........//Total load in Amperes E1=210;......//EMF of first generator in Volts E2=220;......//EMF of second generator in Vol...
4da1395a67de28b415339e4c9c4d7d7fac55ea48
0027a3de9d3e2b6b1672bf2ca2037940eabfc9ae
/Tasks/task2/2/3.1.10.sce
25b7f3e4dee9c8331c14cecc60c4b08704111bd5
[]
no_license
SvichkarevAnatoly/Course-Control-Theory
6c7fecc01821b21f8084fbd3f432537d61a80cb2
f09d24212cf0940f1dd7ba0decb62d16d40b092b
refs/heads/master
2021-01-02T22:17:04.361009
2014-04-11T17:18:19
2014-04-11T17:18:19
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
419
sce
3.1.10.sce
// 258 стр // 120 стр // 0 <= u <= 72*pi // 0 <= v <= 72*pi // пример со сферой // u = linspace(-%pi/2,%pi/2,40); //v = linspace(0,2*%pi,20); //X = cos(u)’*cos(v); //Y = cos(u)’*sin(v); //Z = sin(u)’*ones(v); //plot3d2(X,Y,Z); u = linspace( 0, 72*%pi ); v = linspace( 0, 72*%pi ); X = (cos(u) .* u)' * (1+cos(v/2));...
666cd738ca766c2499c1289671b97a1e45e14d58
ac1f8441b0319b4a391cd5a959bd3bb7988edfa7
/data/news2015/news2015/SplitsNEWS15/EnHi/enhi.0.tst
37863b9eb04b46828f4331327d85a2677190186a
[ "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
66,774
tst
enhi.0.tst
a a b i d आ ब ि द a a c h a a r y a n a n d a n a आ च ा र ् य न ं द न ा a a c h a a r y s u t a आ च ा र ् य स ु त ा a a d h u n i k आ ध ु न ि क a a d i n a t h आ द ि न ा थ a a d m i आ द म ी a a d m i k h i l o n a h a i आ द म ी ख ि ल ौ न ा ह ै a a g a u r d a a g आ ग औ र द ा ग a a g e m o d e h a i ...
d3cc7ecc48417a75440553fdc0a4386775f0d3ee
449d555969bfd7befe906877abab098c6e63a0e8
/1019/CH3/EX3.3/Example_3_3.sce
53a61b9c0d2ee3aa499682d9f286349281039c97
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
274
sce
Example_3_3.sce
//Example 3.3 clear; clc; //Given delH1 = -78.705;//H1 is the heat of reaction (i) in kJ delH2 = -3.420;//H2 is the heat of reaction (ii) in kJ //To determine the heat change delH=delH1-delH2;//change in heat in kJ mprintf('change in heat = %f kJ',delH); //end
f0bbe70013153df3a0e35f5022e6913d2926a70e
449d555969bfd7befe906877abab098c6e63a0e8
/1529/CH22/EX22.21/22_21.sce
40d2854114756ba79215c85f747cfada7f68a479
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
512
sce
22_21.sce
//Chapter 22, Problem 21 clc; V=200; //supply voltage Ra=0.4; //armature resistance Ia=30; //armature current n1=1350/60; //rotating speed Ia2=45; //armature current 2 E1=V-(Ia*Ra); ...
4121af820026233f889d7a8473b178befa455912
449d555969bfd7befe906877abab098c6e63a0e8
/343/CH1/EX1.11/ex1_11.sce
5212ccae17d716f428446edc08084f8877540d68
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
409
sce
ex1_11.sce
Itot=12; //Assigning values to parameters R1=4; R2=12; R3=6; Req=1/((1/R1)+(1/R2)+(1/R3)); //Equivalent resistance V=Itot*Req; I1=V/R1; I2=V/R2; I3=V/R3; disp("Volts",V,"Potential Difference across the parallel circuit"); disp("Amperes",I1,"Current through 4 Ohm resistor") disp("Amperes",I...
bd7f11cf7767b9f24c955c9df0d1529dfc6bda8c
449d555969bfd7befe906877abab098c6e63a0e8
/1574/CH8/EX8.19/TL_Ex_8_19.sce
d9911bd9d76949cc98dc467ea1ebfc014ff20908
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
675
sce
TL_Ex_8_19.sce
clc //Chapter8 //Example8.19, page no 350 //Given Zo=100// Characteristic Impedance P=100e-3//Load power Zr=140//Load Resistance f=100e3// Operating freq //a K=(Zr-Zo)/(Zo+Zr)//Vtg Reflection coeff //b S=(1+K)/(1-K)//VSWR //c+d Emax=sqrt(Zr*P)//Max line vltg Imin=Emax/Zr//Min line current Emin=Emax...
fcc72040eaa5b32c0439339e2e6c452c23385706
449d555969bfd7befe906877abab098c6e63a0e8
/2021/CH19/EX19.3/EX19_3.sce
436959f160d1bddba75f6abdb0f1b7fc91568b73
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
239
sce
EX19_3.sce
//Finding of Workdone //Given D1=0.3; D=0.15; a=30; b=25; N=1450; g=9.81; //To Find u=(%pi*D1*N)/60; u1=(%pi*D*N)/60; Vf=u*tan(%pi/6); Vw1=(-u1*tan(%pi/7)+Vf)/tan(%pi/7); W=(Vw1*u1)/g; disp("Work Done ="+string(W)+" Nm/N");
7d1215595d50df7699b384c5b4690873ace581a2
449d555969bfd7befe906877abab098c6e63a0e8
/1286/CH3/EX3.4/3_4.sce
25ae132675095a9c395d7bbc7925a56fc45cfcac
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
274
sce
3_4.sce
clc //initialisation of variables c=10^6//calories tw=100//sec ta=74//sec dw=1000//kg/m^3 da=800//Kg/m^3 t2=50//c t1=40//c //CALCULATIONS hw=((dw*1000*10)+(c*(t2-t1))) rw=hw/tw C=(((rw*ta)/(t2-t1))-c)/da printf(' specific heat of alcohol= % 1f calories/kg',C)
adbae659695284f293ce71b857ba3cb3bc6e02be
717ddeb7e700373742c617a95e25a2376565112c
/1766/CH1/EX1.15/EX1_15.sce
a4b28fdc35d1a91b1441c5be5dccb0b328983f89
[]
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
978
sce
EX1_15.sce
clc;funcprot(0);//Example 1.15 //Initilisation of Variables L=0.25;......//Thickness of the wheel in m Tg=400;........//Temparature of gas in degree celsius Ta=50;.........//Temparature of air in degree celsius hg=60;........//Heat transfer coefficient of hot gas in W/(m^2*K) ha=10;........//Heat transfer coeffic...
1f1dbff61f0e98fd75b2fd4554b694824ebc5f46
449d555969bfd7befe906877abab098c6e63a0e8
/38/CH6/EX6.2a/2a.sce
dc1205bafdae6d6d96188968b24b65c62f6e1c01
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
129
sce
2a.sce
clear clc xset('window',1) xtitle("My Graph","radians","power per unit") x=linspace(0,%pi,100) y=6.22*sin(x) plot(x,y)
6c8e3d71918f5f7eea4eb30a98a4362bbd2066b1
63c8bbe209f7a437f8bcc25dc1b7b1e9a100defa
/test/0048.tst
d645f326efc33ee28ab0d114eb747f6f421ee309
[]
no_license
fmeci/nfql-testing
e9e7edb03a7222cd4c5f17b9b4d2a8dd58ea547c
6b7d465b32fa50468e3694f63c803e3630c5187d
refs/heads/master
2021-01-11T04:09:48.579127
2013-05-02T13:30:17
2013-05-02T13:30:17
71,239,280
0
0
null
2016-10-18T11:01:57
2016-10-18T11:01:55
Python
UTF-8
Scilab
false
false
400
tst
0048.tst
SPlITtEr P {} fIltER hgR { LY ( ) or Not EV ( 8.7e069, ) } FilTeR Z {f oR G } h -> wk GROUper FK {MoDULe EHR{ } AGGREGAte Ly.HO ,x ,t.E } UNgRoUper u { } GrOUPFIltEr Ua {} MERgeR OstY { MoDuLe V { branCHES Km, a fs Oi K dELTA 60s OR NXjf eQ nf OR o > eH Or Bh s iX DeLta 65S OR gn = sJ NOT 4 IN AQ ( O...
52291780b34eecc8cce005ee338b3b08ab8d4495
17dd6e9c9459b72f85b0a71f73e670abf1ca9f4e
/Wiskunde1/cursus/oud/figuren/telproblemen/plot.sce
ca0f7a45333c9fbbd7ad21d94db47995b03c2e32
[]
no_license
Woumpousse/KHL
e80c9a00bf71321539b218d8ec047883a9c2fc91
066a06c131c617e8be9ec6ac2f4c76b637aba34e
refs/heads/master
2020-12-24T13:18:20.656259
2014-09-29T16:14:00
2014-09-29T16:14:00
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
734
sce
plot.sce
function y=f(x) y=60*x^2+5*x+1 endfunction function y=g(x) y=66*x^2 endfunction function y=k(x) y=60*x^2 endfunction clf; x=50:60; plot(x,f(x),'k'); plot(x,g(x),'b'); plot(x,k(x),'k--'); a=gca(); // Handle on axes entity //a.x_location = "origin"; //a.y_location = "origin"; a.tight_limits="on"; a.data_bounds=...
99ebbc3c9da25ff93447a5e05f09134980ac445a
6d2caab84011487d2fb307dec2c9d5428bd3a25a
/C/Shell/eshtests/advanced.tst
207a46f07c9b6bd869e92cb641c5a4786d5e88c7
[]
no_license
hjiahui7/MyProjects
23c791abc7a4bf9a01146a26a39c06e8b71de293
e6d34db3fa0afa9c3139bf36eacfc67684c0aee4
refs/heads/master
2023-02-06T10:34:58.988543
2019-08-06T02:38:28
2019-08-06T02:38:28
200,756,944
2
1
null
2023-01-25T12:21:37
2019-08-06T01:52:59
C
UTF-8
Scilab
false
false
251
tst
advanced.tst
= Advanced Tests 10 advanced/single_pipe_test.py 5 advanced/multi_pipe_test.py 5 advanced/io_in_test.py 5 advanced/io_out_test.py 5 advanced/io_append_test.py 5 advanced/io_and_pipes.py 5 advanced/pipe_job_cntl.py 10 advanced/exclusive_access_test.py
2c958ce8b6ed9105cc6bf88d2766e5c01816908f
449d555969bfd7befe906877abab098c6e63a0e8
/3669/CH11/EX11.10/10.sce
fa5a22b12632d71a111dde98cd33faad38343059
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
289
sce
10.sce
//Variable declaration n1=1.45; //refractive index of core n2=1.44; //refractive index of cladding //Calculation delta=(n1-n2)/n1; //fractional refractive indices change //Result printf('fractional refractive indices change is %0.3f *10**-3 \n',(delta*10**3))
1a288c5bdf4e15f07affaa0f51e281f4ed9c2816
449d555969bfd7befe906877abab098c6e63a0e8
/2258/CH7/EX7.9/7_9.sce
ff2bc987ec5e42fb717cad513b344aebc749daf2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
190
sce
7_9.sce
clc(); clear; // To calculate the resistivity ni=2.4*10^19; mew_e=0.39; mew_h=0.19; e=1.6*10^-19; sigmai=ni*e*(mew_e+mew_h); rhoi=1/sigmai; printf("resistivity is %f ohm m",rhoi);
eea99d18f49eca98df0badd0b28d324a76d8d0da
f04d3d47f893de08cd99a31b4870112915b80d5b
/Datasets/vehicle/data3.tst
9f52ac55cf7ba94e4674ec49867ebaf592fb8c12
[]
no_license
MesumRaza/MyWorkInPython
f5364b8514943e44c7200123653da9f4551251b1
bd8c9b3ca2fb02ae6d2b626054fa3cd32c28b330
refs/heads/master
2021-08-19T21:46:41.412995
2017-11-27T13:37:52
2017-11-27T13:37:52
111,728,604
0
0
null
null
null
null
UTF-8
Scilab
false
false
15,274
tst
data3.tst
0.608696 0.692308 0.902778 0.471616 0.230769 0.150943 0.633987 0.171429 0.583333 0.628571 0.484211 0.56235 0.72327 0.184211 0.227273 0.560976 0.333333 0.466667 class3 0.369565 0.115385 0.527778 0.327511 0.186813 0.113208 0.294118 0.457143 0.166667 0.114286 0.273684 0.219424 0.207547 0.0921053 0.0454545 0.487805 0.53333...
58200f251e71a76d247eecbc6312ab5f37e3e3a8
99b4e2e61348ee847a78faf6eee6d345fde36028
/Toolbox Test/bartlett/bartlett6.sce
db1ad25537d991faa10b95a19f87c0bd21f5a4ac
[]
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
231
sce
bartlett6.sce
//char i/p w=bartlett('a'); disp(w); //output //!--error 144 //Undefined operation for the given operands. //check or define function %c_3_s for overloading. //at line 23 of function bartlett called by : //w=bartlett('a');
e3d7cb6fbfff5f2ddb882fca203e1b264a0e7182
59e7c95649eb8894e1d6f0bcac3ca7ea2b023217
/Multiplicação de Matrizes.sce
c96bb2be6c2692d2f43ce332b35306de2ef181df
[]
no_license
nascimento-luciano/Scilab-Matlab
cb5ee9d97df3ed0f4311573df0fd37a88b3394d8
1cba42b68cc7954ff4c7dd6b13c7d8e6bd3d039e
refs/heads/main
2023-03-19T21:06:18.691193
2021-03-18T00:57:29
2021-03-18T00:57:29
348,877,701
1
0
null
null
null
null
UTF-8
Scilab
false
false
88
sce
Multiplicação de Matrizes.sce
A = [1 2;4 5;6 7]; B = [ 1 2 3; 3 4 5]; C = A*B; mprintf("\n Matriz C "); disp(C);
eff041e36c94e5208cf7a41c85d717438480390b
99b4e2e61348ee847a78faf6eee6d345fde36028
/Toolbox Test/rssq/rssq5.sce
97e646b91bad5d2a9a646ba71ac4c809d0b130a5
[]
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
212
sce
rssq5.sce
//check o/p when the specified dimension is negative x=[1 2 3;2 7 4;4 2 5]; r=rssq(x,-3); disp(r); //output //!--error 44 //Wrong argument #2. //at line 67 of function rssq called by : //r=rssq(x,-3); //
fbd3e6760d6c3c518f7c483df973a6d575f42a59
449d555969bfd7befe906877abab098c6e63a0e8
/587/CH3/EX3.11/example3_11.sce
1c2de75f57ae7a3a82d80b747be51be9184592ef
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
502
sce
example3_11.sce
clear; clc; //Example3.11[Selecting a Heat Sink for a Transistor] //Given:- Q_=60;//Rate of heat transfer from given transistor at at full power[W] T_ambient=30;//Temperature of ambient air[degree Celcius] T_case=90;//Maximum temperature of case[degree Celcius] //Solution:- R_sink=(T_case-T_ambient)/Q_;//[deg...
b7f13f9f4d595ed60df6cb773f01da60650eb2c4
449d555969bfd7befe906877abab098c6e63a0e8
/575/CH3/EX3.1.1/3_1_1.sce
596b7ae7aa7e1c311fe2b55deb5e6607af90b2d4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
418
sce
3_1_1.sce
clc pathname=get_absolute_file_path('3_1_1.sce') filename=pathname+filesep()+'311.sci' exec(filename) density=13.546*62.43 printf("density of mercury=%f lbm/ft^3",density); //the multiplication factor is to convert density from gm/cc to lbm/ft^3. volume=mass/(.454*density) ; //ft^3 //the division by 0.454 is to...
94fbb4173e398e8808f063d9c8220c379f51ea24
2bf2a1b99c209224dcc9ec8719517391ec334eef
/VaR_ES_var_covar.sci
80df0ab65f2341845f6ec9a54731d33b2615fd70
[]
no_license
sardormirzaev/Estimation-of-VaR-Es-with-methods-
74fca3ac66f77191c7fbe6ecddca968726032925
0f9f2e6de5d92cc117735ea89518beab94ad2e97
refs/heads/master
2022-09-22T20:03:43.621847
2020-05-31T07:48:18
2020-05-31T07:48:18
268,232,667
0
0
null
null
null
null
UTF-8
Scilab
false
false
299
sci
VaR_ES_var_covar.sci
function [VaR, ES] = VaR_ES_var_covar (x_data, c, w, alpha) mu = mean(x_data); sigma = sqrt(variance(x_data)); z_alpha = cdfnor("X", 0, 1, alpha, 1-alpha); VaR = -(c + w*mu) + w*sigma*z_alpha; ES = -(c + w*mu) + w*sigma/(1-alpha)*distfun_normpdf(z_alpha, 0, 1); endfunction
f164603c8e4cf1a350ea2bd825e2e1fd4d2f937d
367fb86cc145c187bc8aa89afab0f15f7e8826e4
/functions/cv_erode_path.sci
bc086169b7a8dee0127876851eb54bc2866be754
[]
no_license
rishubhjain/funcforscilab
19180cefb15a88df5cd55d91c2e50ab1829e4860
3f9fb8b1f467e1e89da1297bee8bd14645da5605
refs/heads/master
2021-01-23T00:15:23.622940
2015-04-22T09:32:28
2015-04-22T09:32:28
31,612,595
0
0
null
null
null
null
UTF-8
Scilab
false
false
152
sci
cv_erode_path.sci
function[img_ret]=cv_erode_path(path,iterations) pyImport morphological_file img_ret=morphological_file.erode_path(path,iterations) endfunction
eec5263958e263c93e6a9c0075d3e0f2ec1b8cb6
449d555969bfd7befe906877abab098c6e63a0e8
/2744/CH12/EX12.17/Ex12_17.sce
209912f48a90092145ab28730cd4bbc3889e1cfe
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ex12_17.sce
clear; clc; d = 3/8;// inches n = 12;//no. of complete turns D = 4;// inches W = 50;// lb-wt N = 12*10^6;// lb/in^2 E = 30*10^6;// lb/in^2 M = 75;// lb-inches I = (%pi/64)*d^4;// in^4 Z = 2*I/d;// in^3 f = M/Z ;// lb/in^2 phi = M*%pi*D*12/(E*I);// radians n_ = (phi/(2*%pi)) + n;// increase in no. of turns ...
3fc699aff3dd680f51a9c31688fa6125c7ca081c
449d555969bfd7befe906877abab098c6e63a0e8
/2510/CH27/EX27.15/Ex27_15.sce
e2cee42fe50bc536773cc6d2f08b4cb4eb0f8d69
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
262
sce
Ex27_15.sce
//Key: //f(x) : Objective Function //ci(x)'s : Constraints //Variable Declaration: function [ans] = f(x) ans = -1.70*x(1) - 2*x(2) endfunction //Calculation X = [7500,6000] //Result: printf("Maximum Profit is $ %.1f /day or $ %.1f /year",-f(X),-365*f(X))
3b5c9ff79c8c88da467deb89b909d677dc69fcfe
449d555969bfd7befe906877abab098c6e63a0e8
/2627/CH2/EX2.5/Ex2_5.sce
1b49e6989af74dfb2b6b835e517123b0fef5f3fe
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
165
sce
Ex2_5.sce
//Ex 2.5 clc;clear;close; format('v',6); L=0.5;//H deltaI=2-5;//A deltaT=0.05;//sec dIBYdT=deltaI/deltaT;//A/s emf=L*dIBYdT;//V disp(emf,"emf induced(V)");
26ad40d793faafa1804745b0258a1c9a38ccbfe8
449d555969bfd7befe906877abab098c6e63a0e8
/2498/CH1/EX1.32/ex1_32.sce
ad901b3b039bf7566bfb80e795c346cbd421ce6f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
292
sce
ex1_32.sce
// Exa 1.32 clc; clear; close; format('v',6) // Given data Eta = 1; kT = 26;// in meV // (%e^((e*V1)/kT)) = 2 or //The voltage drop across the forward biased diode V1 = log(2)*kT;// in mV V1= V1*10^-3;// in V disp(V1,"The voltage drop across the forward biased diode, in V is");
62cc2df3f1fed45cadd4a7f0292148396c7d20a7
bbf1ae079309eca11270422d3f0d259d1515d430
/numerical-tours/matlab/toolbox_graph/triangulation2adjacency.sci
c601d62d752c5a9902145e188d65b8f05881fdec
[ "BSD-2-Clause" ]
permissive
ZichaoDi/Di_MATLABTool
5e6a67b613c4bcf4d904ddc47c2744b4bcea4885
c071291c63685c236f507b2cb893c0316ab6415c
refs/heads/master
2021-08-11T07:28:34.286526
2021-08-04T18:26:46
2021-08-04T18:26:46
149,222,333
9
5
null
null
null
null
ISO-8859-1
Scilab
false
false
527
sci
triangulation2adjacency.sci
function A = triangulation2adjacency(face,vertex) // triangulation2adjacency - compute the adjacency matrix // of a given triangulation. // // A = triangulation2adjacency(face); // // Copyright (c) 2005 Gabriel Peyré [tmp,face] = check_face_vertex([],face); f = double(face)'; i = [f(:,1); f(:,1);...
5cf94b4a0cbea5f3d22561bbd40f036c24884675
da9e7a3715817f30e928501ef7df7e0761b30267
/houghcircles/abc.sci
da62f1cd5ef51c7b0d11305c6a334ef0b74505ff
[]
no_license
abhilashasancheti/Scilab-and-image-procesing-Toolbox-using-OpenCV
0dfe057928b7ea19727e8c363da3f4deab588265
c3facb7f29be33a8691501352463d1acb0f4fce7
refs/heads/master
2021-04-12T04:12:24.904824
2015-07-29T16:50:37
2015-07-29T16:50:37
39,903,072
0
0
null
null
null
null
UTF-8
Scilab
false
false
91
sci
abc.sci
exec builder_gateway_cpp.sce; exec loader.sce; b=houghcircles(a,9,9,2,2,1,50,200,100,0,0);
e1e7c0c5f5466d6c7d86d0888d091a4062c80b33
449d555969bfd7befe906877abab098c6e63a0e8
/1910/CH10/EX10.6/Chapter106.sce
5b74b7385642d37541278cc7d4893fe1e18b5c54
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,385
sce
Chapter106.sce
// Display mode mode(0); // Display warning for floating point exception ieee(1); clear; clc; disp("Introduction to heat transfer by S.K.Som, Chapter 10, Example 6") //Water having specific heat,cw=4.18kJ/(kg*K) enters a counterflow double pipe heat exchanger at temprature,Tci=35°C flowing at the mass flow rate ...
bee30fd8dc476b1ee0ad7e87b400bbc2eeddc2e5
449d555969bfd7befe906877abab098c6e63a0e8
/3888/CH17/EX17.9/Ex17_9.sce
c580787d5dd191df9bad0ab75015e7b845cff7f8
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,260
sce
Ex17_9.sce
//Electric Power Generation, Transmission and Distribution by S.N.Singh //Publisher:PHI Learning Private Limited //Year: 2012 ; Edition - 2 //Example 17.9 //Scilab Version : 6.0.0 ; OS : Windows clc; clear; V=220; //Supply voltage in Volt R=0.06; ...
16258762877ad9cb674437039bf21bce6da7ce69
449d555969bfd7befe906877abab098c6e63a0e8
/2096/CH1/EX1.22.a/ex_1_22_a.sce
7eb301d3184efdf97402879fe80600ca6c8fac04
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
260
sce
ex_1_22_a.sce
//Example 1.22.a // the time contant for the thermometer clc; clear; close; //given data : Iin=140; // in celcius t1=4; // in seconds I=15; // in celcius Io=75; // in celcius a=(Io-Iin)/(I-Iin); t2=-t1/(log(a)); disp(t2,"time constant in seconds")
455f61f75314a9e78d1652de94eea7d9ec096d0d
449d555969bfd7befe906877abab098c6e63a0e8
/557/CH9/EX9.4/4.sce
82dd2860b7a44b9d76c4bbc4a250a4f882bcf02e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
533
sce
4.sce
funcprot(0);clc; //Example 9.4 //Initializing the variables function[Z] =pLossRatio(RatRho,RatMu,RatL) Z = RatRho*RatMu^2*RatL^2; endfunction //Calculations //Case (a) : water is used RatRho = 1; RatMu = 1; RatL = 10; disp(pLossRatio(RatRho,RatMu,RatL), "(a)Ratio of pressure losses between the mod...
d17fc5051deb702be2fce25ace531035fbb1be68
449d555969bfd7befe906877abab098c6e63a0e8
/3845/CH28/EX28.8/Ex28_8.sce
2995b19c45e5da7b92cadc519c89d8b3d38c63e9
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
622
sce
Ex28_8.sce
//Example 28.8 m=9.11*10^-31;//Mass of the electron (kg) c=3*10^8;//Speed of light (m/s) v=0.990*c;//Velocity of the electron (m/s) Gamma=1/sqrt(1-v^2/c^2); KE_rel=(Gamma-1)*m*c^2;//Relativistic kinetic energy (J) KE_rel=KE_rel*1/(1.60*10^-13);//Relativistic kinetic energy (MeV) printf('a.Relativistic kinetic en...
a50f91ebfe0bf1779451b664bbccbffd77964c76
72d7c10733e74eafb60961874dedea7fa2a43569
/10.Control_Systems/Nyquist_plot.sce
6ad616f1dd9d8fc7ec756f9dc298aa29794cca89
[]
no_license
AkshayNachappa/Scilab-Workshop
8dc448c41a2e768f3d93bbed928705445b9c007b
056436f38a1f3aad7d1e3669595718839108c40e
refs/heads/master
2023-01-02T00:20:19.968404
2020-10-20T17:04:44
2020-10-20T17:04:44
297,102,650
2
2
null
2020-10-20T17:04:46
2020-09-20T15:12:27
Scilab
UTF-8
Scilab
false
false
535
sce
Nyquist_plot.sce
// Nyquist plot clc; clear; close s=poly(0,'s') num=input('Enter the Numerator =') // Case - 1 Enter the Numerator = 1 // Case - 2 Enter the Numerator = (5+s)*(s+40) // Case - 3 Enter the Numerator = (s+1) den=input('Enter the Denominator =') // Case - 1 Enter the Denominator = (s*(s+1)*(2*s+1)) // Case - 2 Enter th...
09510b728aa9617c607bdf6c1a4d1fa3a9ad4108
449d555969bfd7befe906877abab098c6e63a0e8
/147/CH2/EX2.19/Example2_19.sce
605b00be81a260da0586fd06d616f7bd76e447c1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Example2_19.sce
close(); clear; clc; Rab = 6; //ohm Rbc = 6; //ohm Rac = 6; //ohm Rad = 10; //ohm RcB1 = 8; //ohm RcB2 = 4; //ohm RcB3 = 10; //ohm RAb = 4; //ohm RAd1 = 4; //ohm RAd2 = 4; //ohm RAd3 = 6; //ohm //after transformation of network abc into star network Rao = Rab*Rac/(Rab+Rbc+Rac); //ohm Rbo = Rab*Rbc/(Rab+...
89b45cdd0a826fc5274c72f097cde2148c94eb70
6e257f133dd8984b578f3c9fd3f269eabc0750be
/ScilabFromTheoryToPractice/Programming/testforcolonne.sce
0d7f171806853df9d6b1aa01fec4d8214cd1eda1
[]
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
318
sce
testforcolonne.sce
//row vector--> 3 iterations vector=['one' 'two' 'three'] for word=vector disp(word) end //column vector--> only one iteration vector=['one' 'two' 'three']' for mot=vector disp(word) end // ordinary matrix--> one iteration per column txt=''; vector=[1 2; 3 4] for i=vector txt=txt+string(i)+' '; end i,txt
d0eac571897b94d61ed8b7e473d303e5be9dec7a
99b4e2e61348ee847a78faf6eee6d345fde36028
/Toolbox Test/prony/prony5.sce
0dd23b927c19a7c79bf4915ca66223ff73cd73b3
[]
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
515
sce
prony5.sce
impr=[0.00482434335771622 0.0307287177680858 0.0905946819548830 0.167944821844737 0.224641271344028 0.233457187867600 0.193512552162805 0.123765243571014 0.0496036031380564 -0.00850905187491905 -0.0406738350178078 -0.0475631979469693 -0.0368517338223927 -0.0185628385243508 -0.00125221912683350 0.0100331628527344 0.0139...
e8a438f32c5c49dd10a80eae61b25513627e9647
449d555969bfd7befe906877abab098c6e63a0e8
/3041/CH2/EX2.16/Ex2_16.sce
aba49e39c088be012d4bbc5526a8162665d75daa
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
606
sce
Ex2_16.sce
//Variable declaration Vp=4 //peak voltage(V) Idss=12. //drain current for Vgs(V) Vdd=12 //drain voltage(V) Id=4. //drain current(mA) Vds=6 //drain to source voltage(V) //Calculations Rs=(Vp/4)*(1-(sqrt(Id/Idss))) //by Id=Id...
e01209c354657522c1b7f692fbd34790751f741d
449d555969bfd7befe906877abab098c6e63a0e8
/1301/CH17/EX17.9/ex17_9.sce
5a39cc3e84db413c323ea1dcdd09dacac5c04f70
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
157
sce
ex17_9.sce
clc; p=1.5; //in inch f=0.15; //in metre w=(p*f)/(p-f); //calculating focal length disp(w*10^3,"Length in mm = "); //displaying result
c04700e5391d409440306fa78523ee71376abeac
971b52073b0a9541c928a42091aba77bddc0743c
/pima/results/result9s0.tst
35e7c5b1b213f3700bb211f05c1b1b76956a62ae
[]
no_license
minminmail/FARCHD_Negative_Rules
66cb7fd637a9394939688d5a9a804bdcdb9e7f47
eb69bae9ffe5b94f3191b5456ea15fffacaa3e76
refs/heads/master
2023-07-22T15:50:10.413213
2021-08-27T06:03:30
2021-08-27T06:03:30
327,358,135
1
0
null
null
null
null
UTF-8
Scilab
false
false
2,851
tst
result9s0.tst
@relation @attribute 'preg' real[0.0,17.0] @attribute 'plas' real[0.0,199.0] @attribute 'pres' real[0.0,122.0] @attribute 'skin' real[0.0,99.0] @attribute 'insu' real[0.0,846.0] @attribute 'mass' real[0.0,67.1] @attribute 'pedi' real[0.078,2.42] @attribute 'age' real[21.0,81.0] @attribute 'class'{tested_negative,teste...
dfb73a96b54a5509654f393a8e3580c77197e864
449d555969bfd7befe906877abab098c6e63a0e8
/1040/CH7/EX7.1.b/Chapter7_Ex1_b.sce
882f08df840f4a19b99965f55564d9b3d9778e5a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,046
sce
Chapter7_Ex1_b.sce
//Harriot P.,2003,Chemical Reactor Design (I-Edition) Marcel Dekker,Inc.,USA,pp 436. //Chapter-7 Ex7.1.b Pg No.260 //Title:Reaction Volume and Reactor Size //=========================================================================================================== clear clc //INPUT k2=8.5;//Reaction rate cons...
08deed04b18708d2086eaa52555efcbca9c0443f
449d555969bfd7befe906877abab098c6e63a0e8
/1820/CH5/EX5.12/Example5_12.sce
d8103cae7313aaf073021f1722fa13bedba2f388
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,099
sce
Example5_12.sce
// ELECTRIC POWER TRANSMISSION SYSTEM ENGINEERING ANALYSIS AND DESIGN // TURAN GONEN // CRC PRESS // SECOND EDITION // CHAPTER : 5 : UNDERGROUND POWER TRANSMISSION AND GAS-INSULATED TRANSMISSION LINES // EXAMPLE : 5.12 : clear ; clc ; close ; // Clear the work space and console // GIVEN DATA f= 60 ; // fr...
481d159e2f5dbdd1676df583ba37539c8afb9719
449d555969bfd7befe906877abab098c6e63a0e8
/1133/CH2/EX2.1/Example2_1.sce
1c4ab55b55e892f8a234981f4e938a4c2faff313
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Example2_1.sce
//Example 2.1 clc format(7) disp("We know that maximam voltage gain of voltage amplifier is given as") mv=200*sqrt(2) disp(mv,"Therefore, Maximum voltage gain = Gain at cut-off x sqrt(2) =")
5bdd4db4a1ad1d10553e108ae5a4344339fcabff
449d555969bfd7befe906877abab098c6e63a0e8
/3886/CH16/EX16.2/16_2.sce
fac3e46956bb14eefef5a023be918ca09b51f214
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
576
sce
16_2.sce
//Man and his wish //refer fig. 16.4 (a),(b) //Work done in sliding N=1 //kN W=N //kN mu=0.3 F=mu*N //kN //Applied force P=F //kN //Work to be done in sliding to a distance of 5 m (W1) W1=0.3*5 //kJ //Work to be done in tipping //Height (h) h=(1/sqrt(2))-0.5 //m //Work done in one tipping (W2) W2=W...
73a75ba080908fd6419d1d604966ebffc4984848
449d555969bfd7befe906877abab098c6e63a0e8
/181/CH3/EX3.4/example3_4.sce
5e51bff29cec8ddaf69fe95afaa4bbad1aefdfa4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
851
sce
example3_4.sce
// Calculate the peak load current // Basic Electronics // By Debashis De // First Edition, 2010 // Dorling Kindersley Pvt. Ltd. India // Example 3-4 in page 153 clear; clc; close; // Given data Rf=30; // Internal resistance in ohms Rl=990; // Load resistance in ohms Vm=110; // Rms supply voltage in in V ...
c9b20d2f1dd17f0d17737ae81b0b10b1444ccaff
449d555969bfd7befe906877abab098c6e63a0e8
/2279/CH5/EX5.22/eg_5_22.sce
af89d94f629081a1add0c79bacd5f570e01d45a0
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
497
sce
eg_5_22.sce
// Inverse Continuous Time Fourier Transform // X(jW)= 2*pi, at W=-Wo clear; clc; close; // CTFT A =1; Dw = 0.005; W1 = 4; Wo=2//Assume Wo=2 w = -W1/2:Dw:W1/2; for i = 1:length(w) if w(i)==-Wo then XW(i) = 2*%pi; else XW(i)=0; end end XW = XW'; //Inverse Continuous-time Fourier Transf...
52f833da004274873bcc9a60613bae5fca8e499a
449d555969bfd7befe906877abab098c6e63a0e8
/821/CH7/EX7.20/7_20.sce
67a118894e5e9447b5bc2ebedffd7294063a8f7f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
281
sce
7_20.sce
a=1.33*10^-2;//Ionization constant// c=0.1;//concentration of the solution// OH=a*c; printf('OH- =a*c=1.33*10^-3'); POH=-log10(OH);//POH of the solution// printf('\nPOH of the solution=POH=%f',POH); PH=14-POH;//PH of the solution// printf('\nPH of the solution=PH=%f',PH);
9764ae362a9583b662f3131c2a52021fea3c4d58
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.5/tests/examples/lyap.man.tst
9554a33cd834799f254c6a12873b86b5f9ace1be
[ "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
108
tst
lyap.man.tst
clear;lines(0); A=rand(4,4);C=rand(A);C=C+C'; X=lyap(A,C,'c'); A'*X + X*A -C X=lyap(A,C,'d'); A'*X*A - X -C
35ce02fbcb683e6b7655a0178b6159e9a87a4ef9
527c41bcbfe7e4743e0e8897b058eaaf206558c7
/Positive_Negative_test/Netezza-Fin-CorpFinance/FLNBBO-NZ-01.tst
5600d33393bf40fc6c3564b46978ffcbc2e01484
[]
no_license
kamleshm/intern_fuzzy
c2dd079bf08bede6bca79af898036d7a538ab4e2
aaef3c9dc9edf3759ef0b981597746d411d05d34
refs/heads/master
2021-01-23T06:25:46.162332
2017-07-12T07:12:25
2017-07-12T07:12:25
93,021,923
0
0
null
null
null
null
UTF-8
Scilab
false
false
12,986
tst
FLNBBO-NZ-01.tst
-- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Teradata -- -- Copyright (c): 2015 Fuzzy Logix, LLC -- -- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC. -- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC. ...
b336668eee87b6dee02244f0fc612940abfcda1b
449d555969bfd7befe906877abab098c6e63a0e8
/887/CH11/EX11.9/11_9.sce
67d3083dd6cf4a84e2ef011a1ccb9c0096a80c85
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
11_9.sce
clc //ex11.9 t=[0:0.000001:0.002]; V_i=3*cos(2000*%pi*t)-2*cos(6000*%pi*t); //let A_1000 and A_3000 be the gains A_1000_peak=10; A_1000_phi=0; A_3000_peak=2.5; A_3000_phi=0; //multiplying by respective gains V_o=A_1000_peak*3*cos(2000*%pi*t+A_1000_phi)-A_3000_peak*2*cos(6000*%pi*t+A_3000_phi); subplot(121) ...
4ab641b5a7e9c778123735bb255fcf451704a443
449d555969bfd7befe906877abab098c6e63a0e8
/683/CH23/EX23.3/B_3.sce
4576b372d5968065544e910bb95db71c574c8ece
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
435
sce
B_3.sce
// sum 23-3 clc; clear; theta=%pi/3; r=160; u=0.3; pmax=0.9; b=40; R=(4*r*sin(theta))/((2*theta)+sin(2*theta)); //frictional torque is T T=2*u*pmax*b*(r^2)*sin(theta); T=2*T*10^-3; Rx=0.5*pmax*b*r*((2*theta)+(sin(2*theta)))*10^-3; Ry=u*Rx; // printing data in scilab o/p window printf("T is %0.2f Nm...
ea646e19cb9d7e12ec8fd81b039e34e95eab698a
449d555969bfd7befe906877abab098c6e63a0e8
/215/CH16/EX16.6/ex16_6.sce
26c1153ec80dafc27122754d8db3e3ac67328bfd
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
690
sce
ex16_6.sce
clc //Example 16.6 disp('Given') disp('Km=20 Kf=50') Km=20; Kf=50; s=poly(0,'s') //From figure 16.20(a) C=0.05; L=0.5; //Performing magnitude as well as frequency scaling simultaneously Cscaled =C/(Km*Kf) Lscaled = L*Km/Kf printf("Scaled values are \n") printf("Cscaled =%d uF \t Lscaled =%d mH \n",Cscaled*1...
b5f325e7c0f19dcaa17828e10050dfc34b775df8
449d555969bfd7befe906877abab098c6e63a0e8
/1280/CH3/EX3.6/3_6.sce
6a341013c80d870e2e6c05c05c7fa56626fcb468
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
132
sce
3_6.sce
clc //initialisation of variables s= 0.85 h= 50 //ft //CALCULATIONS P= s*h*0.433 //RESULTS printf ('Pressure = %.1f psi',P)
5314e7b6bf4650f680ce20332abf0932e77b2561
a5f0fbcba032f945a9ee629716f6487647cafd5f
/Machine_Learning/demos/LARS_Demo.sce
665bec5a8e6c6aaed10541ad054f52c98e9b8bf4
[ "BSD-2-Clause" ]
permissive
SoumitraAgarwal/Scilab-gsoc
692c00e3fb7a5faf65082e6c23765620f4ecdf35
678e8f80c8a03ef0b9f4c1173bdda7f3e16d716f
refs/heads/master
2021-04-15T17:55:48.334164
2018-08-07T13:43:26
2018-08-07T13:43:26
126,500,126
1
1
null
null
null
null
UTF-8
Scilab
false
false
535
sce
LARS_Demo.sce
// Demo script for LARS regression getd('../macros') // Data preparation M = csvRead('Datasets/weather.csv') x = M(1:2000, 6); y = M(1:2000, 5); iter = 100 rate = 0.5 // Data cleaning function xnorm = norma(x) n = length(x) mi = min(x) ma = max(x) for i=1:n x(i) = 1.0*(x(i) - mi)/(ma - mi) end xnorm = ...
3afb9b21b66b497c721c0b76f5cfc45288289efe
449d555969bfd7befe906877abab098c6e63a0e8
/980/CH12/EX12.3/12_3.sce
b950bd54dd49ca108648d7e8d92818dc13cfb7a6
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
372
sce
12_3.sce
clc; clear; format('v',11); Z=75; epsilone_r=2.56; epsilone_0=8.85*10^-12; m_0=4*%pi*10^-7; //The permeability of air. a=1*10^-3; b=a*exp(Z*2*%pi*sqrt(epsilone_0*epsilone_r/m_0)); disp(b,"b(in meter)="); C=(2*%pi*epsilone_0*epsilone_r)/log(b/a); disp(C,"The capacitance(in F/m)="); L=(m_0/(2*%...
5f644ce541dbd1af469658a9030c1d9421f65433
449d555969bfd7befe906877abab098c6e63a0e8
/1466/CH10/EX10.4/10_4.sce
6a661b4ac2f134f6b928df0e365a1cb97958baee
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
122
sce
10_4.sce
clc //initialisation of variables d=6//ft //CALCULATIONS depth=0.81*d //RESULTS printf (' depth= %.2f ft',depth)
34f6a92e5467b1c27cda799847733385d428d78d
449d555969bfd7befe906877abab098c6e63a0e8
/1016/CH8/EX8.3/ex8_3.sce
fae6c6b0521d1a281856606dec56812cbccaca03
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
170
sce
ex8_3.sce
clc;clear; //Example 8.3 //given values Wmin=1;//shortest wavelength in Angstrom //calculations V=(12400/Wmin)/1000; disp(V,'The minimum applied voltage in kV')
ca3d46c95e80dcd5502d9a1e79e3a1eb574d5cdb
9d0ab5efb08cc05ae362e8a981bdf5fa2debd7f6
/03/a/LSR8Bit.tst
7f5bfc43b189f394918b18c01c1cd9d15b6d057e
[]
no_license
nandha1nks/Nand2Tetris
bca96e324a1ff7ed425e33a37e3b7579d38fd29f
82769b7a4e69b11c0bacd100991dfdf2b36a5f1d
refs/heads/master
2023-01-02T11:57:25.843133
2020-10-29T10:10:27
2020-10-29T10:10:27
295,441,600
0
0
null
null
null
null
UTF-8
Scilab
false
false
749
tst
LSR8Bit.tst
load LSR8Bit.hdl, output-file LSR8Bit.out, compare-to LSR8Bit.cmp, output-list time%S1.4.1 in%D1.6.1 load%B2.1.2 shift%B2.1.2 out%D1.6.1; set in 0, set load 0, set shift 0, tick, output; tock, output; set shift 1, tick, output; tock, output; set in 255, tick, output; tock, output; set load 1, tick, output; tock...
c2e01f2f4b2a6ed981917d21cc8cafea53df14a2
ad09e38aae516aa6f1b52e74fe555397847c17af
/exp_analysis/rhotot_T0.415/input.sci
d17c5435a1d9be25e7ec7275e1b2c913a265cf38
[ "MIT" ]
permissive
fzeiser/240Pu_article_supplement
772d3c4b13a5daed89c4f6edc17e3d258431f6f8
da1f81ec87c1664da1290e9317c080668aeac244
refs/heads/master
2020-04-21T16:28:28.808545
2019-10-18T08:31:46
2019-10-18T08:31:46
169,702,837
0
0
null
null
null
null
UTF-8
Scilab
false
false
128
sci
input.sci
94 240 2.560000e-01 1.150000e+00 9.390000e+02 7.833334e-01 0.000000e+00 1.276592e+02 2.200000e+00 1.500000e+01 1 1, 4.936900e-02
d57aa76f126d14e8f27d177505bd1980e16a5c2b
449d555969bfd7befe906877abab098c6e63a0e8
/1670/CH3/EX3.18/3_18.sce
51713057d9c6084bb94eb3d760b4a33c0a0e21df
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
437
sce
3_18.sce
//Example 3.18 //Gauss Seidel Method //Page no. 74 clc;clear;close; x0=0;y0=0;z0=0; deff('x=f1(y,z)','x=(110-y-z)/54') deff('y=f2(x,z)','y=(72-2*x-6*z)/15') deff('z=f3(x,y)','z=(85+x-6*y)/27') for i=1:5 x0=f1(y0,z0); y0=f2(x0,z0); z0=f3(x0,y0); printf('\tx(%i) = %g\n\n\ty(%i) = %g\n\n\tz(%...
80944366ede978146b1b01f919ef1bd0ea14e675
449d555969bfd7befe906877abab098c6e63a0e8
/1943/CH10/EX10.3/Ex10_3.sce
4c29ad4d61f565d57dfb1267e8f389577217c479
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
601
sce
Ex10_3.sce
clc clear //Input data P=10//Capacity in MW h=500//Head in m Ns=10//Specific speed of the turbine on=80//Overall efficiency in percent Cv=0.98//Coefficient of velocity x=0.46//Speed of the bucket wheel to the velocity of jet da=1000//Density in kg/m^3 //Calculations N=(Ns*h^(5/4))/sqrt(P*10^3)//Speed in r...
a547a852f6ccf13cd46b568a333931aefe66495f
449d555969bfd7befe906877abab098c6e63a0e8
/374/CH6/EX6.1/61.sci
47252d685950b21c53cdb6e87c986d699f212d30
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
sci
61.sci
//chapter 6 example 1// clc clear //energy=E,efficiency=n,wavelength=l,plancks constant=h,speed of light=c,incident power required=R,incident power required=Po// h=6.62*(10^-34); c=3*(10^8);//in mts/sec// E=2.2*(10^-19);//in joules// l=((h*c)/E)*(10^6);//operating wavelength// printf("\n a) operating wavelength require...
053d80b05de8f82fc913094ceb85f44ff6f94561
449d555969bfd7befe906877abab098c6e63a0e8
/2417/CH2/EX2.10/Ex2_10.sce
99da26ba956cd7f45f425e3be5bf0734d332c4f6
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
776
sce
Ex2_10.sce
clear; clc; printf("\t\t\tProblem Number 2.10\n\n\n"); // Chapter 2: Work, Energy, and Heat // Problem 2.10 (page no. 70) // Solution m=10 //Unit:kg //m=mass Z=10 //Unit:m //Z=The distance,the body is raised from its initial position when the force is applied g= 9.81 //Unit:m/s^2 //g=The local gravity //The...