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
c045c97e6091075a67ea6ab7fcaa7e995c95b567
f5f41d427e165a46b51c8b06f6c2010b4213033a
/Scilab/19mcmi23jan24b.sce
370935934f392f10e24d7a75f9d1af36981eeae5
[]
no_license
rissuuuu/IT_LAB
a40f6ea5311f5d8012364cfa3d3ad37d83be3afd
8d0f44a2b8b20ed1101c34a5cb263e6229c200cc
refs/heads/master
2021-01-03T05:06:49.877644
2020-02-12T07:42:44
2020-02-12T07:42:44
239,934,733
0
0
null
null
null
null
UTF-8
Scilab
false
false
484
sce
19mcmi23jan24b.sce
xdel(winsid()); clear; clc function y = data_fit_1(x, c) y = exp(c(1)*x) .* cos(c(2)*x) + c(3)*sin(x); endfunction function e = myerror(c, z) x = z(1); y = z(2); e = y - data_fit_1(x, c); endfunction x = [0 0.55 1.11 1.66 2.22 ... 2.77 3.33 3.88 4.44 5]; y = [1 0.47 3.73 2.22 2.61 ... 1.63 -2.13 0...
e49e8e22b6b71d2a31b6a2830117cdd94472f133
449d555969bfd7befe906877abab098c6e63a0e8
/587/CH1/EX1.11/example1_11.sce
4e1a2ca9761c092f15a73ba5be03a5eeaf01be72
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,153
sce
example1_11.sce
clear; clc; //Example1.11[Heat transfer between two Isothermal Plates] //Given:- T1=300,T2=200;//Temperatures of two large parallel isothermal plates[K] L=0.01;//distance between both plates[m] e=1;//Emissivity of plates A=1;//Surface area of plates[m^2] T_avg=(T1+T2)/2;//Average temperature[K] sigma=5.67*(1...
03afb083c80172b7782aba176ebcf783647bf302
449d555969bfd7befe906877abab098c6e63a0e8
/3831/CH4/EX4.5/Ex4_5.sce
84f10efb63023fce6579db3ad8bde5a673e0a4e1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
535
sce
Ex4_5.sce
// Example 4_5 clc;funcprot(0); // Given data T_1=20.0;// °C n=1.35;// The polytropic index m=0.0100;// kg p_1=0.100;// MPa m_2=0.0100;// kg p_2=10.0;// MPa // Solution T_2=((T_1+273.15)*(p_2/p_1)^((n-1)/n))-273.15;// °C // Using Table C.13b of Thermodynamic Tables to accompany Modern Engineering Thermodyn...
afb9265b4dc895154f1e1dd214bab48eb871cc7c
449d555969bfd7befe906877abab098c6e63a0e8
/331/CH8/EX8.25/Example_8_25.sce
5fbea4a50076ee86ec2ae1f9d00fcf350e5a6df3
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,042
sce
Example_8_25.sce
//Caption:Test of Hypotheses concerning Proportions //Two-tailed Test Concerning Single Proportion //Example8.25 //Page274 //Ho: p =k ; H1:p#k clc; p = 0.90; //90% of cases cured by new drugs q = 1-p; n = 80; //sample size pbar = 68/n; //68 out of 80 patients are cured (sample proportion) alpha = 0.05; //sign...
60393b24a5325d55a52100abba967ea286bef951
b9117a375dfd4994834bffe24f28414f4599c02e
/test/simple_trans.tst
3fe7dbf44ae935a9635dd591a2cce5dab94dbb78
[]
no_license
mdolgun/NLPParser
2a7e1ab5f820c902ecb7ecd05a90a9caca7fb4bf
54d8494a8799efb94ff0dfa21c8c46292dd9cb22
refs/heads/master
2021-07-16T08:32:55.973580
2020-10-17T20:28:51
2020-10-17T20:28:51
218,727,320
2
0
null
null
null
null
UTF-8
Scilab
false
false
1,749
tst
simple_trans.tst
###grammar S -> NP VP : NP VP S -> S in NP : NP -de S S -> S with NP : NP -la S NP -> i : NP -> the man : adam NP -> the telescope : teleskop NP -> the house : ev NP -> NP-1 in NP-2 : NP-2 -deki NP-1 NP -> NP-1 with NP-2 : NP-2 -lu NP-1 VP -> saw NP : NP -ı gördüm ###input i saw the man in the house with the telesco...
68f17f8c067451c7a27cda5e8ffe79100efb7951
089894a36ef33cb3d0f697541716c9b6cd8dcc43
/NLP_Project/test/blog/ngram/5.12_10.tst
a570ec5354297ef9cd6b63c2a43831de34117832
[]
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
389,552
tst
5.12_10.tst
12 529:1 570:1 659:1 755:1 1378:1 2499:1 3110:1 3238:1 3745:1 4153:1 4223:1 4305:1 4752:1 5069:1 5522:23 5745:1 6099:1 6526:1 6893:1 9395:1 9593:1 10185:1 10331:1 10713:1 10833:1 10928:1 10942:1 10965:1 11041:1 11672:1 12084:1 12843:1 13337:1 13416:1 15722:1 15917:1 16260:1 16543:1 17862:1 18518:1 18939:1 18992:1 19383...
22a7a036e7ac44d27128cc2ba741d7cb1acefdfb
449d555969bfd7befe906877abab098c6e63a0e8
/534/CH5/EX5.2/5_2_Thermocouple_junction2.sce
cedc273999534a2ab97fd70b4894042a224e8be7
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,744
sce
5_2_Thermocouple_junction2.sce
clear; clc; printf('FUNDAMENTALS OF HEAT AND MASS TRANSFER \n Incropera / Dewitt / Bergman / Lavine \n EXAMPLE 5.2 Page 265 \n'); //Example 5.2 // Steady State Temperature of junction // Time Required for thermocouple to reach a temp that is within 1 degc of its steady-state value //Operating Conditions h =...
9dfde99d36b101e3a1b2d49e2581e0c6f68e6b7a
449d555969bfd7befe906877abab098c6e63a0e8
/2510/CH15/EX15.6/Ex15_6.sce
07d4c5ca81de30f34b57138d3f934c8036e2c1b2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,268
sce
Ex15_6.sce
//Variable declaration: T1 = 140.0 //Initial temperature of hot water (.) T2 = 110.0 //Final temperature of hot water (.) T3 = 60.0 //Initial temperature of cold water (.) T4 = 90.0 //Initial temperature of cold water ...
0380fba99d6f1bf7ed97f8d055754bb3f2f408b9
0896434fe17d3300e03ad0250029673ebf70bacc
/sheet_6/Scilab_codes/step_response_large_gain.sce
48c1971f27b102f70d8c422c34bc9c418bf7163a
[]
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
424
sce
step_response_large_gain.sce
clear clc s = poly(0,'s'); G = 1/((s+3)*(s+4)*(s+12)); for k = 1:50:1000 T = k*G/(1+ k*G); T1 = syslin('c', T); t = 0:0.05:20; ts1 = csim('step' , t , T1); //if (k == 1) // plot2d(t,ts1,'-o'); //else plot2d(t,ts1); //end end xlabel('Time','fontsize',4); ylabel('Amplitude','...
cf5ba45b2292160ca99515bc41d504aeec9b6375
449d555969bfd7befe906877abab098c6e63a0e8
/3886/CH12/EX12.18/12_18.sce
bc53c3a12837f2a9feffda317ff0aa81992691e3
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
12_18.sce
//Car moving //let the expression for retardation be //a=-k*s ...k=constant //v^2/2=(-k*(s^2)/2)+C1 //When brakes are applied //s=0 and v=72 kmph v=20 //m/sec C1=200 //when vehicle stops //v=0 s=15 m k=400/225 //expression for retardation is //a=-1.778*s ...theory approach printf("The expression for ...
b5b95aeed26d9a9e268cb527a16bb0d4bfb4064c
a30abbc00448cb5a15a3ef1c07b1ac14e3142ce8
/src/library_apps/mpreduce/src/packages/geometry/geoprover.tst
6173260551594a2409601dcf5195959f7e52aa2b
[]
no_license
geovas01/mathpiper
692178b2d9647a8a99fe43db44a85d38cc9f7075
a1fdacb1dc7155183974fa2ea5d92fba597f23fc
refs/heads/master
2016-09-05T15:28:49.409648
2015-07-17T10:06:45
2015-07-17T10:06:45
39,245,684
3
1
null
null
null
null
UTF-8
Scilab
false
false
9,851
tst
geoprover.tst
% GeoProver test file for Reduce, created on Jan 18 2003 load cali,geoprover; off nat; on echo; in "$reduce/packages/geometry/supp.red"$ % Example Arnon % % The problem: % Let $ABCD$ be a square and $P$ a point on the line parallel to $BD$ % through $C$ such that $l(BD)=l(BP)$, where $l(BD)$ denotes the % distance be...
03ab0f6ed36b6b836617dfc605b6685ec5e39c4b
449d555969bfd7befe906877abab098c6e63a0e8
/2438/CH7/EX7.4/Ex7_4.sce
eb2609c84b9ebaeaf1a39d220bd74f63569142b3
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
948
sce
Ex7_4.sce
//=============================================================================================================================== // Chapter 7 example 4 clc; clear; // Variable declaration k = 1.38*10^-23; // boltzmann constant (m^2)*(kg)*(s^-2)*(K^-1) e = 1.6*10^-19; // charge of elect...
b0dd7d8d74ade60706b26ca6f3a13c7af4d85937
01ecab2f6eeeff384acae2c4861aa9ad1b3f6861
/xcos_blocks/macrocab_nfet0.sci
5e2d7ad7b199b48e0c7da068a8e07c55f84cc8cd
[]
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
823
sci
macrocab_nfet0.sci
function [x,y,typ]=macrocab_nfet0(job,arg1,arg2) x=[];y=[];typ=[]; select job case 'plot' then standard_draw(arg1); case 'getinputs' then [x,y,typ]=standard_inputs(arg1); case 'getoutputs' then [x,y,typ]=standard_outputs(arg1); case 'getorigin' then [x,y]=standard_origin(arg1); case 'define...
7ec478b79ed50a0253d1ef223338d4b21fd6292e
449d555969bfd7befe906877abab098c6e63a0e8
/3763/CH6/EX6.3/Ex6_3.sce
8761c7e6cc430867e9717f2679d586e93e2c64d4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
467
sce
Ex6_3.sce
clear // // // //Variable declaration epsilon0=8.84*10**-12 R=0.55*10**-10 //radius(m) N=2.7*10**25 //number of atoms //Calculation alpha_e=4*%pi*epsilon0*R**3 //polarisability of He(farad m**2) epsilonr=1+(N*alpha_e/epsilon0) //relative permittivity //Result printf("\n polarisability of He is %0.3f ...
39023b4291fa2b8ae08068659456ba8200654824
eba87ea88592ae455b25057043e94955762052e1
/Scenario/world4.sce
52c1421ee7e60e330544d67b8aec034766c232a2
[]
no_license
milkhouse1990/RabbitMilk2018
d5f9d4d740c763f7c9003be870f7c6c240a4f6df
1dffae3c4a70ab6cb29c7c20d4fe68e898ca5adf
refs/heads/master
2018-07-14T18:24:56.563587
2018-06-01T10:37:06
2018-06-01T10:37:06
116,246,271
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,921
sce
world4.sce
//猫耳基地 world 4 Base //1111 scene 0 Base cut 0 公主殿下 所以,你到底为什么要抓我? //人类登月的故事? 可乐炭 兔耳族作为亚人种,对人类有着诸多优势。比如敏锐的听觉和优秀的运动能力,这些都是人类羡慕的。 可乐炭 如果可以得到它们的话,人类势必可以变成更强大的物种。 可乐炭 最重要的,听说兔肉特别…好吃! 公主殿下 口水都流出来了… 公主殿下 等下,难道说,你抓我的目的是为了…吃!? 可乐炭 要不然为什么给你洗澡换衣服,食材加工之前当然要洗干净。 公主殿下 救…救命啊! 可乐炭 叫吧,你就是喊破喉咙也不会有人来救你的。 牛奶酱 妈~哒! 可乐炭 喂,怎么骂人啊? 牛奶酱 真是没文化,这叫...
f13e604d165816d1ac6dc4a4446cce61ad571886
449d555969bfd7befe906877abab098c6e63a0e8
/2399/CH2/EX2.8.2/Example2_8_2.sce
ca2344a535c73ef2d307f3efadc4308ec15fe499
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
351
sce
Example2_8_2.sce
// Example 2.8.2 clc; clear; n1=1.47 //refractive index of core a=4.3d-6; //radius of core delta=0.2/100 //relative index difference lamda= 2*3.14*a*n1*sqrt(2*delta)/2.405; //computing wavelength lamda=lamda*10^9; printf("Wavelength of fiber is %d nm.",lamda); //answer in the book is given ...
e0e6a70071a2bc2c6f1b19f31eb01b19cf82f3a2
449d555969bfd7befe906877abab098c6e63a0e8
/608/CH17/EX17.12/17_12.sce
0bb477e1f103e87ff77c347c687cc7091893d045
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,266
sce
17_12.sce
//Problem 17.12: An inductor has a negligible resistance and an inductance of 200 mH and is connected in series with a 1 kohm resistor to a 24 V, d.c. supply. Determine the time constant of the circuit and the steady-state value of the current flowing in the circuit. Find (a) the current flowing in the circuit at a ti...
187eeb93d6636e63d44f0fee3a3219c0f8ed9035
449d555969bfd7befe906877abab098c6e63a0e8
/2204/CH3/EX3.9/ex3_9.sce
94f159f52e793d70eba17898247a3776baaf9c1f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
352
sce
ex3_9.sce
// Exa 3.9 clc; clear; close; // Given data R_F = 1;// in M ohm R_in = 1;// in M ohm V_in = 1;// in V (assumed) V_out = -(R_F/R_in)*V_in; A_v = V_out/V_in; disp(A_v,"The value of A_v is"); I_in = 1;// in A I_out = I_in;// in A A_in = I_out/I_in; disp(A_in,"The value of A_in is"); A_P = abs(A_v*A_in); di...
824c828ec1f076b3b56bf2e7f4b65cd2b782e84e
cf3186eac3d4e3d1298e4a04101c2297064a7c58
/Potter.tst
2e5e3f127baf867f4d4f877dd93a3e6f94f0c3dd
[]
no_license
makeev-ops/master
d7d44acdb0bb0a69cd6f14e987ea1d2235d44f2f
aa2194378d2eac989ac32620b8cce81b051c8bac
refs/heads/master
2020-11-27T02:15:19.972303
2019-12-20T13:41:06
2019-12-20T13:41:06
229,269,537
0
0
null
null
null
null
UTF-8
Scilab
false
false
631
tst
Potter.tst
{\rtf1\ansi\ansicpg1251\cocoartf1671\cocoasubrtf600 {\fonttbl\f0\fnil\fcharset0 HelveticaNeue;} {\colortbl;\red255\green255\blue255;\red38\green38\blue38;} {\*\expandedcolortbl;;\cssrgb\c20000\c20000\c20000;} \paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0 \deftab720 \pard\pardeftab720\parti...
53676402b1b29a3410e350c7ed07bbf0a8dd2c4d
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set14/s_Material_Science_S._L._Kakani_And_A._Kakani_1085.zip/Material_Science_S._L._Kakani_And_A._Kakani_1085/CH3/EX3.20/ex3_20.sce
7090405ed0115d7903d8afd338021225f7d96500
[]
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
274
sce
ex3_20.sce
errcatch(-1,"stop");mode(2);//Exam:3.20 ; ; a=2.87*10^(-10);//lattice parameter for bcc iron b=a*(3^(1/2))/2;//Magnitude of burgers vector u=80*10^9;//shear modulus E=(1/2)*u*b^2;//line energy of disslocation disp(E,'line energy of disslocation(in J/m)='); exit();
11994bc8991eb65db87560512b8ff23980143a70
449d555969bfd7befe906877abab098c6e63a0e8
/3739/CH7/EX7.11/EX7_11.sce
03939357bf517e407008e29db6176900e6e6d2ab
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
680
sce
EX7_11.sce
//Chapter 7, Example 7.11, page 333 clc //Initialisation kq=2.6*10**-6 //geoclimatic coefficient f=6 //frequency in GHz d=45 //distance in Km gc=0.098 //GC fact...
bb94f8409b420a8e07c3ba619f5317fd58731bf0
1489f5f3f467ff75c3223c5c1defb60ccb55df3d
/tests/test_ods_4_c.tst
77915779d5b8068fd281e184ef9ebb9e559c6ad5
[ "MIT" ]
permissive
ciyam/ciyam
8e078673340b43f04e7b0d6ac81740b6cf3d78d0
935df95387fb140487d2e0053fabf612b0d3f9e2
refs/heads/master
2023-08-31T11:03:25.835641
2023-08-31T04:31:22
2023-08-31T04:31:22
3,124,021
18
16
null
2017-01-28T16:22:57
2012-01-07T10:55:14
C++
UTF-8
Scilab
false
false
386
tst
test_ods_4_c.tst
** File Info Version: 1.0 (encrypted) Num Logs = 0 Num Trans = 0 Num Writers = 0 Init Tranlog = 0 Total Entries = 11 Tranlog Offset = 0 Transaction Id = 10 Index Free List = 8 Total Size of Data = 13638 Data Transformation Id = 8 Index Transformation Id = 43 ** Freelist Info First freelist entry = 8 Iterating over fre...
2bcae40988b538a10b99b749421ca04a06ab7246
430e7adb489914d378a5b0a27d8d41352fa45f3a
/scilab/example/ラウスの安定判別.sce
2733f365f0291b93e67459f5848d4d19bf6b85d4
[]
no_license
ziaddorbuk/Lesson
04906ff94bf8c1f6bbc6971d5692ae011a9b8869
20fe20a6c9c145ef48a35574d885d3952f9ab6ff
refs/heads/master
2021-09-23T11:48:05.958608
2018-04-30T01:54:13
2018-04-30T01:54:13
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
94
sce
ラウスの安定判別.sce
s=%s; G=1/(s*(s+10)*(s+2)); K=poly(0,'K'); CharEq=denom(G)+numer(G) rth=routh_t(G,K)
d6495baeb26f273c172cbcbb9bc17cf9664f44a4
584105ff5b87869494a42f632079668e4c3f82de
/TestCases/showMatchedFeatures/test2.sce~
bd47b21c45ed6c8477faeae0312d38cad45bc51e
[]
no_license
kevgeo/FOSSEE-Computer-Vision
0ceb1aafb800580498ea7d79982003714d88fb48
9ca5ceae56d11d81a178a9dafddc809238e412ba
refs/heads/master
2021-01-17T21:11:31.309967
2016-08-01T14:45:40
2016-08-01T14:45:40
63,127,286
6
0
null
null
null
null
UTF-8
Scilab
false
false
1,063
test2.sce~
//Reading first image I1 = imread("left.jpg"); //Reading second image I2 = imread("right.jpg"); //Executing function //Checking if error message comes up when "I" variable hasn't been defined out1 = showMatchedFeatures(I2,I); //output->Undefined variable: I //Reading first image I3 = imread("left01.jpg"); //Readin...
6143af38765845d477ed5988915af87f6900ad5c
449d555969bfd7befe906877abab098c6e63a0e8
/1835/CH10/EX10.5/Ex10_5.sce
c2d25658c6c66ce20fb77873d0d3d10f870e4e98
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
710
sce
Ex10_5.sce
//CHAPTER 10 ILLUSRTATION 5 PAGE NO 271 //TITLE:Brakes and Dynamometers clc clear //=========================================================================================== //INPUT DATA q=220;//Angle of contact in degree T=340;//Torque in Nm d=0.32;//Diameter of drum in m U=0.3;//Coefficient of friction ...
3e86549888bd70fa69002eebc63648cb1b11eab2
676ffceabdfe022b6381807def2ea401302430ac
/solvers/IncNavierStokesSolver/Tests/Hex_channel_m6_nodalRestart.tst
6d985748b42f22d2737a507025ca4fda40171a15
[ "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
1,144
tst
Hex_channel_m6_nodalRestart.tst
<?xml version="1.0" encoding="utf-8" ?> <test> <description>3D channel flow, Hexahedral elements, P=6, restart from nodal field</description> <executable>IncNavierStokesSolver</executable> <parameters>Hex_channel_m6_nodalRestart.xml</parameters> <files> <file description="Session file">Hex_chann...
a09057d67375bd0ce80ccbcfc10b8c93c2c09454
449d555969bfd7befe906877abab098c6e63a0e8
/167/CH17/EX17.9/ex9.sce
0e567edbc77757045d98521e6ca892ab0afa7553
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
WINDOWS-1250
Scilab
false
false
1,140
sce
ex9.sce
//ex9 //Shock Wave in a Converging–Diverging Nozzle clear clc //fluid property at exi nozzle P01=1;//pressure in MPa P1=0.1278;//pressure in MPa T1=444.5;//temperature in K d1=1.002;//density in Kg/m^3 //The fluid properties after the shock (denoted by subscript 2) are related to those before the shock through...
b1d2213f4a85f95b5c33b97f640f68a2447abfb3
449d555969bfd7befe906877abab098c6e63a0e8
/10/CH2/EX1/cha2_1.sce
af2555b7a61be3e37766a9fd59ee740c9aca6462
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
cha2_1.sce
resimp=9;inte=1;V=10;A=1/3; I=V/(inte+resimp) P=I^2*resimp R=(A^2)*(resimp) I1=V/(inte+I) P1=I1^2*inte
11cfa955d754a9eb07b4203b44ce1f6ce0bfce9d
a1161d9e9d26e0a7b20c31269be145f13d9d3e89
/QA/tests/na_k/nak.tst
2976d2e9de341e931b6135145024e3766f491943
[ "LicenseRef-scancode-warranty-disclaimer", "ECL-2.0" ]
permissive
nwchemgit/nwchem
c06e7e1fe11b3afad17b167f29a97c4fa3ad0fda
c5a8125298a6ea7d6eb27b07c196ea8041aa7198
refs/heads/master
2023-09-05T17:18:34.513866
2023-09-02T02:56:47
2023-09-02T02:56:47
111,318,191
425
164
NOASSERTION
2023-09-11T16:34:14
2017-11-19T17:48:21
Fortran
UTF-8
Scilab
false
false
2,908
tst
nak.tst
NWChem topology file for nak_prep Generated by the NWChem prepare module 4.60000004/07/04 10:26:16 amber d3j191 3 3 ...
b5cd0fbf8329a696f2c70ae259343d3663862ede
d0a6d5d85ead04c9e381d2f60cc2409632e9b3be
/tests/ieee-adds.tst
bac3c9cf206334a99b2fefed15ae5400b537f330
[ "LicenseRef-scancode-unknown-license-reference", "Zlib", "BSD-3-Clause", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-other-permissive", "BSD-2-Clause" ]
permissive
imane1992/hercules-390
841d40e09d28827f24b19edf3c84f602af2a01b0
3f185e1a9b5ad526aef41eb48d566e5a5e90a500
refs/heads/master
2021-01-19T00:13:57.946438
2016-06-12T18:42:38
2016-06-12T18:42:38
61,064,180
0
0
null
null
null
null
UTF-8
Scilab
false
false
11,479
tst
ieee-adds.tst
* *Testcase IEEE CONVERT FROM/TO FIXED 32 (6), ADD (5), 11 instr total * ADD tests - Binary Floating Point * # # Tests five addition instructions: # ADD (extended BFP, RRE) # ADD (long BFP, RRE) # ADD (long BFP, RXE) # ADD (short BFP, RRE) # ADD (short BFP, RXE) # # Also tests the following three convers...
79bef60510391b1e84440b4274c4d19c6250cf33
449d555969bfd7befe906877abab098c6e63a0e8
/3802/CH2/EX2.2/Ex2_2.sce
4f667e302ec2dc7244ceae046554c262af1f34c7
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,122
sce
Ex2_2.sce
//Book Name:Fundamentals of Electrical Engineering //Author:Rajendra Prasad //Publisher: PHI Learning Private Limited //Edition:Third ,2014 //Ex2_2.sce. clc; clear; a1=2;b1=1;c1=5;d1=1; //these are the coefficient values of I1,I2,I3 and source obtained from loop ABDA in the given circu...
ee4ca3fcfa6165b792fc96c04c9b3af0c33dd6d8
449d555969bfd7befe906877abab098c6e63a0e8
/2471/CH5/EX5.15/Ex5_15.sce
aeb2df8105b2eb95bd7bbaabf61cb2ac2097a67c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,803
sce
Ex5_15.sce
clear ; clc; // Example 5.15 printf('Example 5.15\n\n'); printf('Page No. 137\n\n'); // given T = 25;// Wet-bulb temperature in degree celcius T1 = 30;//Dry-bulb temperature in degree celcius V = 5;// Volumetric flow rate of initial air-water mixture in m^3/s T2 = 70;// Final Dry-bulb temperature in degree c...
39e8be4d407c5b28a206c1285ea38c5d8ca574a4
449d555969bfd7befe906877abab098c6e63a0e8
/3769/CH5/EX5.20/Ex5_20.sce
25bf83bb2a562d5353f6693a3c2bcd951eddc8d8
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
182
sce
Ex5_20.sce
clear //Given R15=80 //ohm a=0.004 //Calculation R0=R15/(1+15*a) R50=R0*(1+a*50) //Result printf("\n The value of resistance at 50 degree C is %0.2f ohm",R50)
ff0b76ee795d042136d12ca951f9cee7cb9d0cf8
449d555969bfd7befe906877abab098c6e63a0e8
/689/CH9/EX9.1/1.sce
3f764a5decb5fadf7803eaeeaca7c3c8abc6a485
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
341
sce
1.sce
clc; funcprot(0); //Example 9.1 Lift due to Circulation // Initialisation of variables D = 4; L = 12; V = 40*1.467; rho = 0.002378; W = 100/60; // Revolution per second // Calculations R =D/2; Vt = 2*%pi*R*W; T = 2*%pi*R*Vt; Lift = rho*T*V; L_total = Lift*L //Results disp(L_total,"Total lif...
73cfae7383c0101fe8420e12ab02a65f89c626d6
449d555969bfd7befe906877abab098c6e63a0e8
/911/CH3/EX3.7.d/ex_3_7_d.sce
729c68e01bcc4ad5c34a5785dbf3f7d7aa62d981
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
179
sce
ex_3_7_d.sce
//example 3.7// //not using nor// clc //refreshes all variables// clear //clears the screen// disp('in the figure same input is given to NOR gate on both ends.') //result//
bea699e531a958bc82b5493c0493101d370882e8
449d555969bfd7befe906877abab098c6e63a0e8
/405/CH3/EX3.1/3_1.sce
de2f2c6c7e954bba61a5661e0517e99aced1005b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
680
sce
3_1.sce
clear; clc; printf("\t\t\tExample Number 3.1\n\n\n"); // buried pipe // illustration3.1 // solution d = 0.15;// [m] diameter of pipe r = d/2;// [m] radius of pipe L = 4;// [m] length of pipe Tp = 75;// [degree celsius] pipe wall temperature Tes = 5;// [degree celsius] earth surface temperature k = 0.8;// ...
7a2a92fc319ffa174ca11313170f4f3b6685500d
449d555969bfd7befe906877abab098c6e63a0e8
/3718/CH3/EX3.17/Ex3_17.sce
750c05ca79239cb4129f8e5db2ba4d90e570a45e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
308
sce
Ex3_17.sce
//Chapter 3: Thermodynamic and Chemical Equilibrium //Problem: 17 clc; //Declaration of Variables d_H_n = - 51.46 // k J/mol, neutralization d_H_i = - 57.1 // k J/mol, ionization //Solution d_H = - d_H_i + d_H_n mprintf("The head of ionization for NH4OH is %.2f kJ / mol", d_H)
0b8d1f16ecc93ec958719314959be780ac1c783f
449d555969bfd7befe906877abab098c6e63a0e8
/2840/CH13/EX13.1/ex13_1.sce
f44ff0992eaed18a41858ee27b40e4f21401fb71
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
268
sce
ex13_1.sce
clc; clear all; u0=4*%pi*1e-7; H=1e7;//magnetic field strength X=(-0.9)*1e-6;//magnetic suseptiblity M=X*H;//magnetization of material disp('A/m',M,'magnetization of material is='); B=u0*H;//magnetic flux density disp('Wb/m^2',B,'magnetic flux density is=');
a042dc639037c096a869da184f058418e731ae31
449d555969bfd7befe906877abab098c6e63a0e8
/626/CH6/EX6.6/6_6.sce
77cdf14a4e28823384631408fa589aeb098ecb60
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
433
sce
6_6.sce
clear; clc; close; disp("Example 6.6") Kp=0.1 x=poly(0,"x") pm=1 y=4*(x)^2*pm-Kp+Kp*(x)^2 d=roots(y) for i=1:1:2 if real(d(i))>0 then disp(d(i),"(a)Mole fraction of N2 at equilibrium when pm is 1 atm:") end end //part (b) Kp=0.1 x=poly(0,"x") pm=10 y=4*(x)^2*pm-Kp+Kp*(x)^2 d=roots(y) for i=1:1...
d603a49c492b7b71c53a80853df996062e9b76fd
449d555969bfd7befe906877abab098c6e63a0e8
/3506/CH6/EX6.6/Ex_6_6.sce
778196a594d5ca5289c2ebaf440e8398b7e14fbd
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
429
sce
Ex_6_6.sce
//Optical Fiber communication by A selvarajan //example 6.6 //OS=Windows XP sp3 //Scilab version 5.5.1 clc; clear all; //given delta_L=1/100//error in effective interaction length P=(%pi/2*delta_L)^2//cross talk power output in W mprintf("cross talk power output=%fx10^-4W",P*10^4);//multiplication by 10^4 to ...
b38c4676c118c65a8f79902ccbd4518d891b19d1
09fb666c0701b49ab031e9c772024f96f6ed1c7e
/Lab 6/laboratorio6.sce
4321acd098bb48977403c1e683a20a5cd1f01190
[]
no_license
Alejandro287/Numerica_Methods
ccbf8fa032809f6f6398a0f8100a268a750d8491
968f6cf10b651ff1049855a677753e6b2a44ca26
refs/heads/master
2020-04-02T02:45:35.586981
2018-10-20T16:38:01
2018-10-20T16:38:01
153,926,195
0
0
null
null
null
null
UTF-8
Scilab
false
false
263
sce
laboratorio6.sce
function fx = f(x) fx = (exp(-(x^2)/2))/(sqrt(2*%pi)) return fx endfunction clc disp(">> Regla compuesta del trapecio") T = UN_integral_trapecio(-3,3,106) disp(T) disp(">> Regla compuesta de 1/3 de Simpson") S = UN_integral_simpson(-3,3,10) disp(S)
c1366796f5d68bec27d84891f63e8e0d3734e9b5
1bb72df9a084fe4f8c0ec39f778282eb52750801
/test/TRI1.prev.tst
f203220198aa6d75e4a238b57315fbf3a36792e3
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
gfis/ramath
498adfc7a6d353d4775b33020fdf992628e3fbff
b09b48639ddd4709ffb1c729e33f6a4b9ef676b5
refs/heads/master
2023-08-17T00:10:37.092379
2023-08-04T07:48:00
2023-08-04T07:48:00
30,116,803
2
0
null
null
null
null
UTF-8
Scilab
false
false
897
tst
TRI1.prev.tst
---- j = 2 f = [[[1],[1,1],[1,2,1],[1,3,3,1],[1,4,6,4,1]], [[0],[0,0],[0,0,0],[0,0,0,0],[0,0,0,0,0],[1,5,10,10,5,1]]] q = [[[0]], [[0]]] s = [[[1]], [[0]]] f = [[[1],[1,1],[1,2,1],[1,3,3,1],[1,4,6,4,1]], [[0],[0,0],[0,0,0],[0,0,0,0],[0,0,0,0,0],[1,5,10,10,5,1]], [[1],[1,1],[1,2,1],[1,3,3,1],[1,4,6,4,1]]] q = [[[0]], ...
a228b02f559dd2a7a5ba1f0b73f2068a11439da6
449d555969bfd7befe906877abab098c6e63a0e8
/2048/DEPENDENCIES/makezero.sci
82644a6bad3113078737b6cd3b0766adb0820832
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
552
sci
makezero.sci
// function B = makezero(B,gap) // where B is a vector and gap acts as a tolerance function B = makezero(B,gap) if argn(2) == 1 gap = 1.0e8; end temp = B(find(B)); // non zero entries of B temp = -gsort(-abs(temp),'g','d'); // absolute values sorted in descending order len = length(temp); ratio =...
c725c799b570b00b735e221dddedcbc6312678f2
449d555969bfd7befe906877abab098c6e63a0e8
/3886/CH12/EX12.10/12_10.sce
73c10b6987b50219a0275720e541c31d296ffe52
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
333
sce
12_10.sce
//cage and mine shaft //t is time during which stone is in motion //s=(9.81*t^2)/2 //consider motion of cage //t1 be the time taken to travel first 30 m a=0.6 //m/sec^2 t1=10 //sec //When the stone strikes //s=(0.6*(t+10)^2)/2 //solving t=3.286 //sec s=(9.81*3.286^2)/2 //m printf("\nt=%.2f sec\ns=%.2...
51d688474f0f17314627475f5eb537058d0024c0
449d555969bfd7befe906877abab098c6e63a0e8
/3875/CH10/EX10.25/10_25.sce
9f266713a028dbef8b74fdf422b696a19ad0442f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
187
sce
10_25.sce
clc; clear; g=9.8 //acceleration due to gravity in m/s^2 lambda=10 //wavelength in m //calculation v_g=sqrt((lambda*g*%pi)/2) mprintf("The group velocity is = %2.2f m/s",v_g)
d394d58427345a84dfdeba7da69f35a372eb74c3
449d555969bfd7befe906877abab098c6e63a0e8
/1826/CH8/EX8.13/ex8_13.sce
316095b90837238edf7e2868453abe91a1d65f00
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
73
sce
ex8_13.sce
// Example 8.1, page no-217 clear clc printf("Theorotical Exam[ple")
6b4ccfd7de5e068e78387fef9d476f478bda9735
036a77bd5f07b7b2b808ef3d90e92d20bd7b6c33
/hard/tests/fib-rec.tst
1afaf8dd9dea37608218264a08f5de2de599ef52
[]
no_license
Jaymee-Ericca-7/simple-compiler
186b11486e5af8debdde301acba84851c4545b02
209a8ed43c579a9ce34c63a10083cdbde5546313
refs/heads/master
2020-09-18T06:19:53.304100
2015-08-11T13:44:06
2015-08-11T13:44:06
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
369
tst
fib-rec.tst
int fib(int n) begin int ret; if (2 < n) then begin ret = fib(n - 1) + fib(n - 2); end if (!(2 < n)) then begin ret = 1; end return ret; end main begin int result; int n; int count; count = 0; n = 15; do begin result = fib(count + 1); print(result); count = count + 1; ...
91a86bf3d9b85d39013688dd40488413534553ae
449d555969bfd7befe906877abab098c6e63a0e8
/2863/CH4/EX4.10/ex4_10.sce
260297b603f6a219dc17daa0ac0172e86be823e8
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
232
sce
ex4_10.sce
//chapter 4 //broadside array printf("\n"); Gdmax=15; L=Gdmax/2; printf("the length is %gm",L); //endfire array L1=Gdmax/4; printf("\nthe length is %gm",L1); BWFN=114.6*sqrt(2/L1); printf("\nthe BWFN is %g degree",BWFN);
18dcc68be3f525bfb9e7b8ee1b6bcd3e43ebb247
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set9/s_Engineering_Mechancis-schaum_Series_Mclean_3137.zip/Engineering_Mechancis-schaum_Series_Mclean_3137/CH12/EX12.27/Ex12_27.sce
a127d3cb6c97044dffbcec8a66082ff74d5242cc
[]
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
274
sce
Ex12_27.sce
errcatch(-1,"stop");mode(2);//Initilization of variables w0=0 //rad/s w=209 //rad/s t=20 //s //Calculations theta=0.5*(w+w0)*t //rad theta_rev=round(theta/(2*%pi)) //revolutions rounding off //Result printf('The flywheel makes %i revolutions',theta_rev) exit();
e2f8ded0728f43b49f27270f89f45406c88f78f0
449d555969bfd7befe906877abab098c6e63a0e8
/3689/CH2/EX2.5/2_5.sce
1e25491551a7735c03a7677e24f40fcb5847a3d7
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,339
sce
2_5.sce
//// //Variable declaration n = 2.5 //moles of ideal gas R = 0.08314 //Ideal gas constant, bar.L/(mol.K) cvm = 20.79 //Heat Capacity at constant volume, J/(mol.K) p1 = 16.6 //Pressure at point 1, bar v1 = 1.00 //Volume at point 1, L p2 = 16.6 //Pressure at point 2, bar v2 ...
54708b3c0d8cb543b3f0490f422a7bf3f7d5b2e7
449d555969bfd7befe906877abab098c6e63a0e8
/1092/CH10/EX10.4/Example10_4.sce
7528cdaeea74676eea0c4ee3fdb00c283fe1f9b6
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,513
sce
Example10_4.sce
// Electric Machinery and Transformers // Irving L kosow // Prentice Hall of India // 2nd editiom // Chapter 10: SINGLE-PHASE MOTORS // Example 10-4 clear; clc; close; // Clear the work space and console. // Given data (from Table 10-2) T_r = 1 ; // Rated torque in lb-ft T_s = 4.5 ; // Starting torque i...
e4749c093bbad286f6cbb6ebfe0cd2d89ab70875
49148682b78b6520a61de9a700f791835e1b32d5
/Gachan/Gachan3D/Gachan3DTextData/TextKanji2nd3Mplus2p.tst
bb60fd35a8791e996d64a06346d0642050848569
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
Ashitagachan/Gachan
535a19ea05bfcb3207a0a106b1d62db48a143f16
63b5410e128628222447c837a7209162487aa246
refs/heads/master
2021-08-07T21:53:13.048753
2020-05-16T08:01:10
2020-05-16T08:01:10
178,514,045
2
0
null
null
null
null
UTF-8
Scilab
false
false
9,293,018
tst
TextKanji2nd3Mplus2p.tst
//skipped groundPlane_transform //skipped Manipulator1 //skipped UniversalManip //skipped CubeCompass ///////////////////////////////////////////// // object_Trim_Char_x_1_1__ ///////////////////////////////////////////// #if 0 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 #endif DX3DMATERIAL_STA...
04a91df8769b05d073dd24ceaca14e27513ecb2c
449d555969bfd7befe906877abab098c6e63a0e8
/764/CH12/EX12.4.b/solution12_4.sce
25b7d4c677b69d8defa23130f88267c1baafd8ba
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,845
sce
solution12_4.sce
//Function to round-up a value such that it is divisible by 5 function[v] = round_five(w) v = ceil(w) rem = pmodulo(v,5) if (rem ~= 0) v = v + (5 - rem) end endfunction //Obtain path of solution file path = get_absolute_file_path('solution12_4.sce') //Obtain path of data file datapath = path + ...
88c72913958e288e7f97e3c751abdb1d13ece9c1
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.4.1/Unix-Windows/scilab-2.4.1/macros/auto/phasemag.sci
2aac1baf40ff4d47935cdc575a9b7ca1e80464aa
[ "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
854
sci
phasemag.sci
function [phi,db]=phasemag(z,mod) // // Copyright INRIA mod_def='c' //continuous representation //mod_def='m' //representation modulo 360 degrees [lhs,rhs]=argn(0) if lhs==2 then db=20*log(abs(z))/log(10), end if rhs<>2 then mod=mod_def end phi1=atan(-imag(z(:,1)),-real(z(:,1))) [m,n]=size(z) z=z(:,2:n)./z(...
18f25552332fbc1d76b47336c23859e7d866e859
449d555969bfd7befe906877abab098c6e63a0e8
/1682/CH1/EX1.1/Exa1_1.sce
83924b9ccdae241cedfb5ebb545ddd2193ddae77
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
479
sce
Exa1_1.sce
//Exa1.1 clc; clear; close; //given data : FC=2000000;//in Rs v=100;//in Rs s=200;//in Rs Q=60000;//in units //Part a : Break even quantity BEQ=FC/(s-v);//in units disp(BEQ,"Break even quantity in units : "); //Part b : Break even sales BES=FC*s/(s-v);//in Rs disp(BES,"Break even sales in Rs. : "); //Par...
25b80aeeac079fde878fe12453c94f338eda24ce
449d555969bfd7befe906877abab098c6e63a0e8
/3685/CH4/EX4.4/Ex4_4.sce
e1e737767169e5cdf56fd8f27382dce1c60e6f49
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
978
sce
Ex4_4.sce
clc // Part (a) m = 3 // mass of substance in kg V1 = 0.22 // Initial volume of system in m^3 P1 = 500 // Initial pressure of system in kPa P2 = 100 // Final pressure of system in kPa V2 = V1*(P1/P2)^(1/1.2) // Final volume of system dU = 3.56*(P2*V2-P1*V1) // Change in internal energy of substance in kJ/kg ...
60735d5a612492823a5e609df70ee38950cb7070
449d555969bfd7befe906877abab098c6e63a0e8
/1892/CH1/EX1.67/Example1_67.sce
f1cb8a44a7961813c609ceecd3f17fae097ee661
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
717
sce
Example1_67.sce
// Example 1.67 clc;clear;close; // Given data format('v',6); E=60;//in volt Zrotor=0.8+%i*6;//rotor impedence in ohm/phase Zstator=4+%i*3;//stator impedence in ohm/phase S=5;//in % //calculations E2=E/sqrt(3);//emf induced/phase in volt Ztotal=Zstator+Zrotor;//in ohm/phase //Part (a) I2=E2/Ztotal;//...
dd8555f6dc8bc1853dc3905d7a162d32efa3583f
449d555969bfd7befe906877abab098c6e63a0e8
/3683/CH11/EX11.4/Ex11_4.sce
8b3220299032575ddfacfb6ef3a634b0539eaffc
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,279
sce
Ex11_4.sce
b=0.3//column width in m c1=0.4//column depth in m fck=20//in MPa sigma_cbc=7//in MPa sigma_st=275//in MPa P1=1200//load on column, in kN P2=0.05*P1//weight of footing, in kN P=P1+P2//in kN q=200//bearing capacity of soil, in kN/sq m A=P/q//in sq m L1=2//in m L2=A/L1//assuming footing to be square L2=3.2//a...
214c441fddf1882c7bcd7efbc0a883b469df35b6
449d555969bfd7befe906877abab098c6e63a0e8
/1442/CH7/EX7.4/7_4.sce
86fd30261c89878d16546830db554a4b973137cc
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
256
sce
7_4.sce
clc //initialisation of variables Qc= 9 //kW W= 7.5 //kW Qh= Qc+W Tc= 50 //C Th= 400 //C //CALCULATIONS n= W/Qh nrev= 1-((273.15+Tc)/(273.15+Th)) //RESULTS printf (' efficiency of heat engine = %.3f ',n) printf (' \n efficiency = %.3f ',nrev)
017e5d16f78d5312007e894cad318f2298932360
b53c36fcf9bc2bca0900ecb3da203534653d846f
/TripMaker/make-tests/make06.tst
2e40827b2cf610ad52d6be7a40ff769f98200bb7
[]
no_license
ShinYen/Resume
33e16518dbfb0383786dbcec7d925a30535bd924
a595c24da5390aa3adf4a42fc2202852968c553a
refs/heads/master
2021-03-30T16:59:45.173542
2014-04-06T04:07:07
2014-04-06T04:07:07
16,993,515
0
0
null
null
null
null
UTF-8
Scilab
false
false
67
tst
make06.tst
java -ea make.Main -f make-tests/make06.mk -D make-tests/file06 T1
4b42f8230a516a9515fb0ec018dbd739d1700335
9d2c9394c6b6997318b9d04556462c9bba639045
/Replication 2/Dave_RIFData/Dave_RIFData/Sub22/VP22_OneBack.sce
7d18005fcaa9606218dd6a4ab85968a64a42eaec
[]
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,883
sce
VP22_OneBack.sce
array <int> finalSeq[432] = {13,57,1,1,22,22,15,42,38,40,41,32,31,14,13,5,5,58,12,2,43,47,51,51,30,30,6,53,27,7,46,44,67,66,30,38,21,12,56,51,44,60,58,31,15,60,33,13,65,1,45,67,37,43,68,53,21,4,18,46,37,51,62,61,60,69,27,25,25,15,67,72,35,34,17,17,36,35,49,5,64,49,24,6,61,13,31,57,46,49,28,28,42,42,25,30,14,36,51,65,43...
ae38bc62ef19ca485e2090b0818a84204b3f17ea
449d555969bfd7befe906877abab098c6e63a0e8
/2873/CH11/EX11.11/Ex11_11.sce
1b8722bc8501015a1650fd9ac96f9978926f2e98
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,189
sce
Ex11_11.sce
// Display mode mode(0); // Display warning for floating point exception ieee(1); clear; clc; disp("Engineering Thermodynamics by Onkar Singh Chapter 11 Example 11") Q=2;//refrigeration effect in KW disp("properties of CO2,") disp("at 20 degree celcius,P1=57.27 bar,hf=144.11 KJ/kg,hg=299.62 KJ/kg,sf=0.523 KJ/k...
d0e6f574347e6e39907726d24ac0c5103067733e
449d555969bfd7befe906877abab098c6e63a0e8
/3472/CH9/EX9.6/Example9_6.sce
8be07804066480fa2307768f2156a2a944c2733c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,387
sce
Example9_6.sce
// A Texbook on POWER SYSTEM ENGINEERING // A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar // DHANPAT RAI & Co. // SECOND EDITION // PART II : TRANSMISSION AND DISTRIBUTION // CHAPTER 2: CONSTANTS OF OVERHEAD TRANSMISSION LINES // EXAMPLE : 2.6 : // Page number 104 clear ; clc ; close ; // Clear the wor...
76526f62e1c14a6afd993b33c18d2310bf4f4285
c565d26060d56f516d954d4b378b8699c31a71ef
/IEEE-Chile/pid/cl_init.sce
f544b71e9fd67bc60fe820fe8e88353706b4d5bc
[]
no_license
rupakrokade/sbhs-manual
26d6e458c5d6aaba858c3cb2d07ff646d90645ce
5aad4829d5ba1cdf9cc62d72f794fab2b56dd786
refs/heads/master
2021-01-23T06:25:53.904684
2015-10-24T11:57:04
2015-10-24T11:57:04
5,258,478
0
0
null
2012-11-16T11:45:07
2012-08-01T11:36:17
Scilab
UTF-8
Scilab
false
false
167
sce
cl_init.sce
global heat_in fan_in et CObias CO eti et1 CObias = 15; eti = 0; et1 = 0; //u_old = 5; //e_old = 1; //et = 0; //CO = 0; //SP = 0; //ambient temperature
e3145ea6de9c2f14622416c7364c4459bacbe881
449d555969bfd7befe906877abab098c6e63a0e8
/3843/CH10/EX10.10/Ex10_10.sce
da876ef192e1e454df318ed3dd377ff32d524bc8
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,443
sce
Ex10_10.sce
// Example 10_10 clc;funcprot(0); // Given data T_1=-50;// °C P_1=2;// MPa T_2=40;// °C P_2=6;// MPa c_p=1.042;// kJ/kg.K c_v=0.745;// kJ/kg.K R=0.297;// kJ/kg.K M=28;// The molecular weight of nitrogen in kg/kmol // Calculation // (a) dh=c_p*(T_2-T_1);// The enthalpy change in kJ/kg du=c_v*(T_2-T_1);//...
8bbf6e13c13f55ccbc8ca15df8c5206c70c76dcf
449d555969bfd7befe906877abab098c6e63a0e8
/2465/CH3/EX3.2/Example_2.sce
f89b82a5e5c402cef4c9f9085c379dc4e7ab9ea9
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
387
sce
Example_2.sce
//Chapter-3,Example 2,Page 56 clc; close; m_alpha=6.646*10^-24 //mass of one alpha particle n= 2300 // number of alpha particles M=1*10^-6 //mass of plutonium //as -(dM/dt)= lamda*M //also (dM/dt)= n*m_alpha lamda=n*m_alpha/M t_half= 0.693/lamda //half life of Plutonium printf('the half l...
1c22e704155e4786e1839c2544b5421c54fd002a
449d555969bfd7befe906877abab098c6e63a0e8
/2471/CH6/EX6.4/Ex6_4.sce
aa883d858c91e61563cc5905021f6b1ff1622e47
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,756
sce
Ex6_4.sce
clear ; clc; // Example 6.4 printf('Example 6.4\n\n'); printf('Page No. 147\n\n'); // given F = 1;// Fuel feed required in kg //By ultimate analysis of feed C = 0.86;// Carbon percentage - [%] H2 = 0.05;// Hydrogen percentage - [%] S = 0.001;// Sulphur percentage - [%] O2 = 0.08;// Oxygen percentage - [%] ...
3ed90388d280c9c563ddb071e8c572bf224b945e
449d555969bfd7befe906877abab098c6e63a0e8
/2453/CH4/EX4.7/4_7.sce
a3fe0b446d8c0d2c2fe5186c78c2667cf963ce3e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
336
sce
4_7.sce
//To calculate the temperature F_E = 10; //probability in percent k = 1.38*10^-23; e = 1.6*10^-19; //conversion factor EF = 5.5; //fermi energy, eV E = EF+(EF/100); //energy, eV X = E-EF; //E-EF, eV X = X*e; //E-EF, J T = X/(k*log(F_E-1)); //temperature, K printf("temperature i...
2737dc1d67d22524344d02fca31b43b72d4e3fb6
449d555969bfd7befe906877abab098c6e63a0e8
/527/CH9/EX9.18/9_18exam.sce
7b8986b944f03b4ecfdaf36d38726b5beef13e04
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
4,513
sce
9_18exam.sce
//Engineering and Chemical Thermodynamics //Example 9.18 //Page no :470 clear ; clc //Given del_g_f_CH4 = -50.72 ; del_g_f_H2 = 0 ; del_g_f_H2O = -228.57 ; del_g_f_CO = -137.17 ; del_g_f_CO2 = -394.36 ; del_h_f_CH4 = -74.81 ; del_h_f_H2 = 0 ; del_h_f_H2O = -241.82 ; del_h_f_CO = -110.53 ; del_h_f_CO2 = ...
ba6f5fdbba759a1cec9d6efe406c625b80c90158
449d555969bfd7befe906877abab098c6e63a0e8
/2915/CH4/EX4.9/Ex4_9.sce
b531190789ed820050bf27fe2b8162d209c321aa
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ex4_9.sce
clc,clear //Example 4.9 //To determine area of sector of a circle theta= 117*(%pi/180) //angle in radian r=3.5 //radius in m A=r*r*theta/2 //Area of sector printf('Area of sector = %.2f m^2',A)
f15c1e89f9683f7bb4b35f70e4d09d9fa8b9058f
449d555969bfd7befe906877abab098c6e63a0e8
/257/CH4/EX4.18/example_4_18.sce
2d4c44da9f833280db5292fbf35de34c4a58dd33
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
392
sce
example_4_18.sce
syms s t V q L C1 R K1 x1 x2 phi1 phi2 L1 R1 R2 L1 L2 //F=K1*(x1-x2) //0=K1*(X2-X1) + M2*s^2*X2 + K2*X2 + B2*s*X2 //F-V anolagy x1=q1; x2=q2; K1=1/C1; B=R; disp("V = 1/C1 * (q1-q2)") disp("0=1/C1*(q2-q1) + L2*s^2*q2 + q2/C2 + R2*s*q2") //F-I ANOLOGY M=C; B=1/R; K=1/L; disp("I=1/L1*(phi1-phi2)"...
14cb88c9b930457c2c439e097c3662ce9e3a5ec3
686c6780efada0e19458c60522827d17366b9cc1
/Project2/P2Codes/Add4.tst
11001ce3f1ed5a4b4df252dc85feb621f6f59ffa
[]
no_license
OnlyOneByte/CSCE312-Fall2019
98b4f46c643ac7a5bda8dc6a279dbb901ee6c921
7bf877ddec8eb3bd9ea32ae1b9b16626c354465c
refs/heads/master
2020-07-25T14:52:35.308731
2020-01-30T02:05:24
2020-01-30T02:05:24
208,329,625
4
0
null
null
null
null
UTF-8
Scilab
false
false
580
tst
Add4.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/02/Add16.tst load Add4.hdl, output-file Add4.out, compare-to Add4.cmp, output-list a%B1.4.1 b%B1.4.1 out%B1.4.1 carry%B3.1.3; set a %B0000, set b %B000...
3bf757e2f374c5b0ebb21cf4425beec147d9b68f
449d555969bfd7befe906877abab098c6e63a0e8
/3809/CH26/EX26.1/EX26_1.sce
93f321c2c525ba48f16f7c62d31221da97197f5e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
207
sce
EX26_1.sce
//Chapter 26, Example 26.1 clc //Initialisation n=24 //no of bits //Calculation ad=2**n //no of locations //Results printf("No of Locations = %d ",ad)
ca67868a4ac9fa1f9f42050b5736b4eeffe334a6
17bac8e399d9ac12fc4c3b7b96facb45fdd7cfe4
/simpson38.sce
ff36082f8408a8a52283e5d4b318d47e8da061b8
[]
no_license
macabdul9/scilab-programming
1e404c50322e24aac861b6d91d6eb4377ac798ca
b337c0f45a5d3f6f9ef702ce59c90ea018e642ac
refs/heads/master
2020-05-04T19:25:13.903631
2019-04-05T16:22:42
2019-04-05T16:22:42
179,392,441
0
0
null
null
null
null
UTF-8
Scilab
false
false
343
sce
simpson38.sce
//Program to find value of integral using Simpson's three eighth rule clc; clear; close; deff('y=f(x)','y=1/(1+x^3)') x0=0; xn=6; n=6; //n should be a multiple of three h=(xn-x0)/n; s=0; for i=1:3:n s=s+f(x0+(i-1)*h)+3*f(x0+i*h)+3*f(x0+(i+1)*h)+f(x0+(i+2)*h); end integral=(3*h*s)/8; printf('\nThe value of integ...
70e40bafedcc0a34f96858bd7ff8f0f8fa7ef180
449d555969bfd7befe906877abab098c6e63a0e8
/2066/CH4/EX4.3/4_3.sce
09e2ef1360ecf10576ef07ecd9900b5669749f5e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
459
sce
4_3.sce
clc clear //Initialization of variables pd=15 //psia rhod=0.005//slug/ft^3 pi=150 //psia rhoi=0.03 //slug/ft^3 dz=-25 //ft vd=1000 //ft/s vi=100 //ft/s ud=200 //Btu/slug ui=250 //Btu/slug g=32.2 //ft/s^2 J=778 uff=5 //ft/s Q=50 //Btu/sec //calculations pr=pd/rhod*144 - pi/rhoi *144 zr=g*(dz) vr=(vd^2...
628466011c5be9c81be1148b32e4f515622a9bef
449d555969bfd7befe906877abab098c6e63a0e8
/3845/CH15/EX15.5/Ex15_5.sce
4c087b820073fe1cd784f5003302ed58ab2a3c3c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
536
sce
Ex15_5.sce
//Example 15.5 Tc=-15;//Cold reservoir temperature (C) Tc=Tc+273;//Cold reservoir temperature (K) Th=45;//Hot reservoir temperature (C) Th=Th+273;//Hot reservoir temperature (K) Eff_C=1-Tc/Th;//Carnot efficiency COP_hp=1/Eff_C;//Coefficient of performance of the heat pump printf('Coefficient of performance for t...
b8f9a9bfc4fb74e9ff7e95a31566d37960bf5f30
449d555969bfd7befe906877abab098c6e63a0e8
/1835/CH12/EX12.6/Ex12_6.sce
2a66bff1c70a305883584df33ce28d6eb51b54c1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
904
sce
Ex12_6.sce
//CHAPTER 12 ILLUSRTATION 6 PAGE NO 316 //TITLE:Balancing of reciprocating of masses clc clear pi=3.141 rA=.25// stroke length of A piston in m rB=.25// stroke length of B piston in m rC=.25// stroke length C piston in m N=300// engine speed in rpm mRL=280// mass of reciprocating parts in inside cyli...
6455daacdd4ef76d5dd4442d4fbffaaae72c4c70
2bcf8b686dd75e7c33ba3308c5ec76a2c1af7c35
/MatrixTranspose.sce
ddca910310715b7ea2d645070f6db3dd1c26247e
[]
no_license
syedareehaquasar/SciLab
f6da02f5b786c921b0f0c83a2731125dcc0b8908
a0947979837c5ced321843d33a6df91e63b41aef
refs/heads/main
2023-07-04T01:27:23.322819
2021-08-14T11:43:00
2021-08-14T11:43:00
350,408,788
0
0
null
null
null
null
UTF-8
Scilab
false
false
386
sce
MatrixTranspose.sce
m = input('Enter no. of rows of matrix') n = input('Enter no. of columns of matrix') A = zeros(m, n); B = zeros(m, n); disp('Enter elements of matrix row wise ') for i = 1:m for j = 1:n A(i, j) = input(''); end end for i = 1:n for j = 1:m B(i, j) = A(j, i); end end ...
13bb287083536ef52f943d2aa9baaee74576f3b7
449d555969bfd7befe906877abab098c6e63a0e8
/2498/CH1/EX1.23/ex1_23.sce
a00bade35f92996c6607260567f681381ee91d00
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
ex1_23.sce
// Exa 1.23 clc; clear; close; format('v',6) // Given data KT = 26*10^-3; Nd = 10^15; n_i = 1.5*10^10; // The position of the Fermi level E_FminusE_Fi = KT*log(abs( Nd/n_i ));// in eV disp(E_FminusE_Fi,"The position of the Fermi level in eV is");
4aaf6207d38e74bfa346295fa55a78e75e9996f7
449d555969bfd7befe906877abab098c6e63a0e8
/2411/CH9/EX9.2.11/Ex9_2_11.sce
a89b490d7bf7b17b8d8d7883ccf4bedc9175706b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
530
sce
Ex9_2_11.sce
// Scilab Code Ex9.2.11: Page-418(2008) clc; clear; u = 931.5; // Energy equivalent of 1 amu, MeV m_x = 4.002603; // Mass of projectile (alpha-particle), u m_y = 1.007825; // Mass of emitted particle (proton), u M_X = 14.0031; // Mass of target nucleus (N-14), u M_Y = 16.9994; // Mass of daughter nucleu...
6aa6e42077db72a5e334b71509656ad28937423c
e41b69b268c20a65548c08829feabfdd3a404a12
/3DCosmos/BCK/Scripts/MarsProject/intro_SterrenTV.SCI
b32e7c41dd63dc894df97e6c128f5df9d456c3f2
[ "LicenseRef-scancode-khronos", "MIT" ]
permissive
pvaut/Z-Flux
870e254bf340047ed2a52d888bc6f5e09357a8a0
096d53d45237fb22f58304b82b1a90659ae7f6af
refs/heads/master
2023-06-28T08:24:56.526409
2023-03-01T12:44:08
2023-03-01T12:44:08
7,296,248
1
1
null
2023-06-13T13:04:58
2012-12-23T15:40:26
C
UTF-8
Scilab
false
false
754
sci
intro_SterrenTV.SCI
codeblock readtextfile(ScriptDir+"\TOOLS.sci"); T_scene_create; menu=T_createmenu; menu.add("","Seizoenen op Mars","MarsSeasons"); menu.add("","Start Astro3D","Astro3D"); menu.add("","Programma afsluiten","CloseApp"); menu.add("","Computer afsluiten","CloseComp"); menu.position=point(0.4,0.8,0); menu.sizex=0.4; ...
22bdf6a82c8fccd50dc287bad0247f5d885826bd
36c5f94ce0d09d8d1cc8d0f9d79ecccaa78036bd
/The most skill based scenario ever.sce
1fe4994fc3c2f17d84a61a853cf53a31b308ab3b
[]
no_license
Ahmad6543/Scenarios
cef76bf19d46e86249a6099c01928e4e33db5f20
6a4563d241e61a62020f76796762df5ae8817cc8
refs/heads/master
2023-03-18T23:30:49.653812
2020-09-23T06:26:05
2020-09-23T06:26:05
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
44,765
sce
The most skill based scenario ever.sce
Name=The most skill based scenario ever PlayerCharacters=Quakerp BotCharacters=Quaker Bot Fast Strafes.bot IsChallenge=true Timelimit=60.0 PlayerProfile=Quakerp AddedBots=Quaker Bot Fast Strafes.bot PlayerMaxLives=3 BotMaxLives=0 PlayerTeam=1 BotTeams=2 MapName=mid.map MapScale=3.8 BlockProjectilePredictors=true BlockC...
0fd3f676ccef7ea3694c920cf0b3ef4bebef87cd
d59fc6d78ee6e8fa0436ad3ec6de36d524a63231
/Cas Variable/Simulation_Var.sci
a679b19e13ffa47f1bcd2c0f7311cc48bb1b7e7f
[]
no_license
senhadjielrhazi/projet-edf
3a1be6edda3e1ede10298c29f249a94eec82361a
fab03a4afdb641c99066e789394454f612debe1d
refs/heads/master
2020-12-03T08:09:21.229054
2017-06-28T11:39:33
2017-06-28T11:39:33
95,662,149
0
0
null
null
null
null
UTF-8
Scilab
false
false
4,379
sci
Simulation_Var.sci
clear; chdir('J:\Stage\Simulations') getf('Modele un facteur gaussien\Cas Variable\Var_Function.sci');disp('getf done'); getf('Modele un facteur gaussien\Cas Constant\Const_Function.sci');disp('getf done'); /////////////////////////////////////////////////////////////////////////////////////////////// ////...
b39dac65cb93f70c8301236e4fc0311664bb93a4
449d555969bfd7befe906877abab098c6e63a0e8
/1301/CH18/EX18.10/ex18_10.sce
28edfa816cc0fd08429e709413719b697c8bc75f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
208
sce
ex18_10.sce
clc; m=10^3; //mass in kg v=20; //velocity in m/sec h=6.63*10^-34; //planck's constant in J.sec l=h/(m*v); //calculating energy disp(l,"Wavelength in m = "); //displaying reuslt
034385bfcf3ebcfbec71d5bde3f4144202828d92
05df9394f5d45c0bddbd52e4aad8c8210e9e2743
/Data Communication/PSK.sci
0db1e7b5170cd99f31865ab1868c526ed87ede76
[]
no_license
pikabing/Scilab
a9fd34b70be3bd552f47fafc409bf7c88573ac7a
87f2cc1914bfdb6c24a54960e9c49191bbd1f1ad
refs/heads/master
2020-03-10T09:34:56.522084
2018-04-12T21:51:52
2018-04-12T21:51:52
129,311,712
0
0
null
null
null
null
UTF-8
Scilab
false
false
390
sci
PSK.sci
// generating PSK waveform using Scilab function[] = PSK(data,fc,Ac) x = Ac*sin(2*%pi*fc*t) y = Ac*sin(2*%pi*fc*t + %pi) z = data mods = [] i = 0 for i = 1:length(data) if (z(i) == 1) then mods = [mods,x] else mods = [mods,y] end ...
ae9a7e550e9975475bf0f0f709c09bd07cb196d7
449d555969bfd7befe906877abab098c6e63a0e8
/3773/CH21/EX21.4/Ex21_4.sce
284f31487bcb21ddbb89ef2d0752a414265c83be
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
528
sce
Ex21_4.sce
//Chapter 21: Antenna Measurements //Example 21-4.1 clc; //Variable Initialization D = 1 //Diameter of antenna (m) f = 10e9 //Frequency (Hz) c = 3e8 //Speed of light (m/s) //Calculations wave_lt = c/f //Wavelength (m) hpbw = 70*wave_lt/D //Half power beamwidth (degrees) mea_dist = 2*(D**2)/wave_lt ...
d7872fa5327a7f3aae7a994b907cb30cf1565889
449d555969bfd7befe906877abab098c6e63a0e8
/3872/CH11/EX11.12/Ex11_12.sce
d6248536c0b90fb8a7311ac396ab7cf0c5e5a71d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,379
sce
Ex11_12.sce
//Book - Power system: Analysisi & Design 5th Edition //Authors - J. Duncan Glover, Mulukutla S. Sarma, and Thomas J.Overbye //Chapter-11 ;Example 11.12 //Scilab Version - 6.0.0; OS - Windows clc; clear; Vr=1.0 //system voltage in per unit I=1.0 ...
40c62f966eee32db1f4c9af79a2d25c396fe746c
449d555969bfd7befe906877abab098c6e63a0e8
/3137/CH5/EX5.5/Ex5_5.sce
0efc7b7d48f45356783a3a97193ea2a57d3bb49a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
283
sce
Ex5_5.sce
//Initilization of variables w=10 //lb/ft L=12 //ft theta=30 //degrees //Calculation //Matrix Calculations A=[cosd(30) -cosd(30);sind(30) sind(30)] B=[0;120] X=inv(A)*B //Result clc printf('The tension in the cable is %i lb and the reaction at B is %i lb', X(1) ,X(2))
d1f1c3e82de344eaf060741de78bd40f8379a902
449d555969bfd7befe906877abab098c6e63a0e8
/2990/CH4/EX4.27/Ex4_27.sce
56c76aafb99d3d7ea5cbf1833e60df5aacc262fe
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
479
sce
Ex4_27.sce
funcprot(0); // Initialization of Variable function[dms]=degtodms(deg) d = int(deg) md = abs(deg - d) * 60 m = int(md) sd = (md - m) * 60 sd=round(sd*100)/100 dms=[d m sd] endfunction Long=75.0;//longitude in degrees GST=11+45.0/60+10.0/3600;//GSt in hr LST=26+35.0/60+42.0/3600;//L...
0b97566a94cfff95fca0b5f3c3c37a01e5219e47
ac1575ec1ac4abe34ddd2c48e83572d19a9df73c
/HW6.sci
09b2e1b35b73f99f32d9c9bcaaddf79206f9c59e
[]
no_license
AlyonaKnyaz/FRep
827d4c3927a5994f75cd2b2bb2171263f903334b
bcdc3660b381e0de2a2144905933c2fe81d372d1
refs/heads/master
2020-04-13T10:48:29.554307
2019-04-17T17:35:32
2019-04-17T17:35:32
163,153,740
0
0
null
null
null
null
UTF-8
Scilab
false
false
258
sci
HW6.sci
N=100 M=100 T=2 L=10 c=1 tau=T/M h=L/N x=0:h:L t=0:tau:T for i=1:(N+1) u(1,i)=exp(-x(i)) end for j=1:(M+1) u(j,1)=exp(t(j)) end for m=1:M for n=1:N u(n+1,m+1)=(h/(h+c*tau))*u(n+1,m)+(c*tau/(h+c*tau))*u(n,m+1) end end surf(x,t,u)
5c29f9393cfedac257bb18ae21f253ce02add26d
4b3c8d2302d37ad5981adb6f68fae3db1d9820c8
/del_Blocks.sce
e5e29613f01a3cd7d7167716493f0d895ec4e3c5
[]
no_license
mayank1513/littleBird_RD_ResourceManagementSystem
002d19579b3b55a314450ec75d2874131741564b
090d016248164580defc9b4629ba54c9dc362949
refs/heads/master
2020-03-15T04:48:31.637752
2018-05-03T09:46:53
2018-05-03T09:46:53
131,970,842
0
0
null
null
null
null
UTF-8
Scilab
false
false
598
sce
del_Blocks.sce
blkInd = get('blockList','Value'); if isempty(blkInd) then messagebox("Select a block first","littleBird"); else str = get('blockList','String'); btn = messagebox("Are you sure you want to delete " + str(blkInd),'littleBird: Confirmation','passwd',['Yes','No'],"modal"); if btn == 1 & x_dialog("Enter pas...
f5b80c23e6c12c69e761674d52a7da592a2ad2e8
4ed576b765859807d6c29665521e0697d6f9bae7
/archive/03/ex3.5a.sce
0503aaab14b9bd69aa45ba6c3ab12a616ecf2eea
[]
no_license
sbednarz/scilab
96b9182730fa48d11f27840fc197d151adb01e2c
28f81c58bc4972eeb41f403cb157fb989e809f41
refs/heads/master
2021-07-11T04:42:04.289126
2021-05-17T20:55:19
2021-05-17T20:55:19
100,467,366
3
1
null
2020-06-19T06:49:18
2017-08-16T08:37:06
Scilab
UTF-8
Scilab
false
false
1,386
sce
ex3.5a.sce
// ex3.5 updated // A + B <=> C // A + C <=> D // A0 // B0 // K1 // K2 // calc // A, B, C, D // at eq function eq = model(x) A = x(1) B = x(2) C = x(3) D = x(4) eq(1) = A + C + 2*D - A0 // A balance eq(2) = B + C + D - B0 // B balance eq(3) = C - K1*A*B // equilibr...
717966f6497f7c233dc64a80a7a2ad107cd1ab7c
449d555969bfd7befe906877abab098c6e63a0e8
/1664/CH12/EX12.6/Ex12_6.sce
0b41ee9bece1fb64f6964b2bddb8d8a2f4eb8127
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
393
sce
Ex12_6.sce
//Example NO.12.6 //Page No.358 //To find band gap of superconducting lead clc;clear; KB = (1.38*10^-23);//Boltzman's constant. Tc = (7.19);//Critical temperature of lead -[K]. Eg = (3.5*KB*Tc);//Energy gap of semiconductor. printf("\nBand gap of superconducting lead is %3.3e J",Eg); Eg = (Eg/(1.6*10^-19*10^...
7ad5856e850a6f66d1b9862b054b69976376630e
10b625bb4f968cf83298dd40b285b6f15ab4354f
/Valaquio_Lab5.sce
6a71f4939c60da8b94cb9b49ceb146487fe9acb8
[]
no_license
edvalaquio/SciLabProjects
885b1493b1368bbdccd671a58fba6ead6da9bca1
aa8efd42ca65d4779376e2ccaf132fd75713fe7f
refs/heads/master
2021-09-14T20:03:14.736024
2018-05-18T10:42:59
2018-05-18T10:42:59
131,813,353
1
0
null
null
null
null
UTF-8
Scilab
false
false
944
sce
Valaquio_Lab5.sce
function mid = midpoint(a, b, n) h = computeH(a, b, n) result = 0 for i = a:h:(b-h) result = result + func(i + (h/2)) end mid = h * result endfunction function trap = trapezoid(a, b, n) h = computeH(a, b, n) result = 0 for i = a:h:(b-h) result = result + (func(i) + func(i + h)) end trap...
9ed5e31f763185dc233520b8f8d7ee58388cead4
449d555969bfd7befe906877abab098c6e63a0e8
/1658/CH34/EX34.10/Ex34_10.sce
9eb2676dc2330b9a470bd1ca0eaf5f25ace653f2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
233
sce
Ex34_10.sce
clc; Vz=10; Vsmin=13; Vsmax=16; ILmin=10*10**-3; ILmax=85*10**-3; Izmin=15*10**-3; Rsmax=(Vsmin-Vz)/(Izmin+ILmax); disp('ohm',Rsmax*1,"Rsmax="); Izmax=((Vsmax-Vz)/Rsmax)-ILmin; Pzmax=Izmax*Vz; disp('W',Pzmax*1,"Pzmax=");
efea4c27b54d9a82c43f7387146f59948de010ec
4e9df66700bcf9688afe22df0009cdf4a17bc61f
/Scilab_Lab/scimage/ch03/L3_3.sce
a2c429b7318d07e034f2fcb2452c13ef0155b06d
[]
no_license
vmebus/workspace
e18947a1f967e6a3a7dfbc5cce6f92380d8637fc
f251b8a8e6cec30a77c7ef7b4103c5ee6e6d1393
refs/heads/master
2021-01-09T21:53:45.183564
2015-10-03T06:42:23
2015-10-03T06:42:23
36,120,248
0
0
null
null
null
null
BIG5
Scilab
false
false
505
sce
L3_3.sce
//程式L3_3.m: 向量量化器之碼簿的產生// //利用LBG法產生三個不同大小與維度的碼簿// loadmatfile('LENA.mat'); //讀入一幅 512 X 512 的影像矩陣 th=0.1; //設定LBG程式停止訓練的臨界值 nc=64;nd=4; //設定碼簿大小為64,維度為4 [cb_64x4,distortion_64x4]=LBG(X,nc,nd,th); //LBG函式在本程式範例內 nc=64;nd=16; [cb_64x16,distortion_64x16]=LBG(X,nc,nd,th); nc=128;nd=16; [cb_...
79a3569da9061560418dd1837dcb6f898305c9ef
0896434fe17d3300e03ad0250029673ebf70bacc
/sheet_2/Scilab_programs/ln(9_upon_b).sce
de9eadd9e68235a0f17227575de65f1bba95d2e6
[]
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
109
sce
ln(9_upon_b).sce
clear close clc b = 22:22:2200; y = zeros(b) for i = 1:1:length(b) y(i) = log(9)/b(i) end plot(b,y)
a95f2a4a7d7231e76e382b384599704fb195d0e6
449d555969bfd7befe906877abab098c6e63a0e8
/1775/CH4/EX4.3/Chapter4_Example3.sce
9a0731536e71fa9ed7b6d86349da598a9bd6ab5b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,253
sce
Chapter4_Example3.sce
//Chapter-4, Illustration 3, Page 163 //Title: Steam Nozzles and Steam Turbines //============================================================================= clc clear //INPUT DATA P1=2;//Pressure at entry in MN/(m^2) T1=598;//Temperature at entry in K P2=0.36;//Pressure at exit in MN/(m^2) m=7.5;//mass fl...
f0c59b482b74fddb83ec83303aba869d7a0ecceb
449d555969bfd7befe906877abab098c6e63a0e8
/2411/CH9/EX9.2.12/Ex9_2_12.sce
50f7f5e6772f1c80057a14ce60dc4f8f014c2df6
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,330
sce
Ex9_2_12.sce
// Scilab Code Ex9.2.12: Page-418(2008) clc; clear; u = 931.5; // Energy equivalent of 1 amu, MeV // First reaction m_x = 1.007825; // Mass of projectile (proton), u m_y = 2.014102; // Mass of emitted particle (deutron), u M_X = 208.980394; // Mass of target nucleus (Bi-209), u M_Y = 207.979731; // Mass...
ce92a162ca171365d031eb708fd38e703509ac1d
3fa741d637b194d7f8c038d58a26f1e2b8a7beea
/control/model.sce
92733c386b699a85ed12094ae2e99282369899f9
[]
no_license
nabetasi/test-project
bd5abeb926c2ba20a2dce4761d4fa0432e8c555b
1bbcf2d714bb66e542e6d6871e9022a1639cdf35
refs/heads/master
2021-07-01T23:03:36.283433
2020-09-12T23:03:23
2020-09-12T23:03:23
158,093,131
0
0
null
null
null
null
UTF-8
Scilab
false
false
904
sce
model.sce
function mm=mmodel() M=0.36; //[kg] Q=1.19e-4; //[Hm] Z0=3.32e-3; //[m] Zequ=0.005; //[m] Iequ=2.03; //[A] aa=Q*Iequ^2/(M*(Zequ+Z0)^3); bb=Q*Iequ/(M*(Zequ+Z0)^2); A=[0 1;aa 0]; B=[0;-bb]; C=[1 0]; D=0; mm=syslin('c',A,B,C,D); endfunction function pm=pmodel() m=...