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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
090bd3020a47a4ec0c3e514de8a05daf87e388c9 | 6e257f133dd8984b578f3c9fd3f269eabc0750be | /ScilabFromTheoryToPractice/Computing/testincrementation.sce | 9c5a87d5c1d56a65839e42ace0d2bbe551896b26 | [] | 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 | 259 | sce | testincrementation.sce | L=[1:5] // values from 1 to 5
U=[1:2:10] // values from 1 to 10 (increment by 2)
V=[5:-1:1] // negative step
linspace(1,5,3) // 3 values equally spaced
linspace(1,5,5) // 5 values equally spaced
logspace(-2,6,5) // logarithmic spacing
|
65a9fed715a10a50555cf2033a46dad0daaedd02 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set13/s_Linear_Algebra_And_Its_Applications_D._C._Lay_26.zip/Linear_Algebra_And_Its_Applications_D._C._Lay_26/CH5/EX5.2.1/5_2_1.sce | c800eb3b0d8753bc0635daa5487addd37af5b65e | [] | 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 | 160 | sce | 5_2_1.sce | errcatch(-1,"stop");mode(2);disp('To find the eigenvalue of matrix A')
disp('A=')
a=[2 7;7 2]
disp(a)
disp('Eigen values of A are:')
disp(spec(a))
exit();
|
26dad176af718b3b6d6d2393dfa486b54339e1c2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /377/CH13/EX13.2/13_2.sce | 5a85a7aed92a421291446e99dc1fd5f60342f40a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 13_2.sce | Voff=0.5;
Vp2=0.9-0.24-Voff;
printf('\n The value of Vp2 is %fV',Vp2);
disp("d-d0=sqrt(Єs*Vp2/(q*Nd))");
c=12.2*8.854*10^-14; //say c=Єs
q=1.6*10^-19;
Nd=10^18;
a=sqrt(c*Vp2/(q*Nd));
printf('\n The value of (d-d0) is %fA',a*10^8);
Vg=0.7;
d=153.9*10^-8;
ns=c*(Vg-Voff)/(q*d);
printf('\n The value of ns is %... |
a0f891663b2ad5402499aaa590c45a29e3b20640 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set8/s_Elements_Of_Chemical_Reaction_Engineering(copy)_H._S._Fogler_824.zip/Elements_Of_Chemical_Reaction_Engineering(copy)_H._S._Fogler_824/CH2/EX2.2/2_2.sce | ea4ad1b09ce6ba6e9a79ed5bc8e4d1ebb466298e | [] | 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 | 205 | sce | 2_2.sce | errcatch(-1,"stop");mode(2);////
exec("2.2data.sci");
CA0=(yA0*P0)/(R*T0);
FA0 = CA0*v0;
V = FA0*X*(1/-rA)
disp("FA0 =")
disp(FA0)
disp("mol/s")
disp("V =")
disp(V)
disp ("dm^3")
exit();
|
2a91be56d70c52ae490ae8bb88c17b7335792c2a | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/1.1/Unix/scilab-1.1/macros/percent/%ras.sci | 8a695735f9e0b51845003a3e5c61b25e9d2601a7 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference"
] | 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 | 333 | sci | %ras.sci | //<f>=%ras(f,m)
// %ras(f,m) calcule la somme d'une matrice de fractions rationnelles
//et d'une matrice de scalaires ou la somme d'un systeme dynamique
//decrit par sa matrice de transfert et d'un gain constant.
//Cette macro correspond a l'operation f+m
//!
if sum(size(m))=-2 then m=m*eye(f(3)); end;
f(2)=f(2)+m.*... |
60f81b21f0664a80366969ba127ff07725e97689 | 449d555969bfd7befe906877abab098c6e63a0e8 | /401/CH2/EX2.2/Example2_2.sce | 5e05d5471b6f6f8b348eb75b2d290029ceb3ca5c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 802 | sce | Example2_2.sce | //Example 2.2
//Program to calculate
//(a) NA
//(b) Solid Acceptance Angle
//(c) Critical Angle at the core-cladding interface
clear;
clc ;
close ;
//Given data
n1=1.46; //CORE REFRACTIVE INDEX
delta=0.01; //RELATIVE REFRACTIVE INDEX DIFFERENCE
//Numerical Aperture
NA=n1*sq... |
4957e9aa4ea416135cd3df26124101bd60a97e92 | 9e8eb5a9631d8770d0d0a918c1dc57e5122ae94d | /Opening.sce | 3d370b6926134cc43aaba015147cffcfcb4ece6d | [] | no_license | vishalraj3112/Image-processing | db2948c37be6ef43c13ff120b97680bf13151d8d | 160a17990e1c80da44ef0daf2d148d6f33d37c6c | refs/heads/master | 2020-04-03T06:49:20.483364 | 2018-10-28T16:36:46 | 2018-10-28T16:36:46 | 155,085,134 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 704 | sce | Opening.sce | clc
clear all
A=imread("H:\IVP\blobs.png");
A=double(A)
a=find(A==255)
A(a)=1;
W=[1 1 1;1 1 1;1 1 1]
a1=find(W==1)
count=length(a1);
[r c]=size(A);
E=zeros(r,c);
O=zeros(r,c);
for i=2:r-1
for j=2:c-1
t=sum(A(i-1:i+1,j-1:j+1).*W)
if(t==count)
E(i,j)=1;
else
E(i,j)=0;
... |
b27273a26111aa962fab5b7c4839cf9c2aaaa825 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4/macros/scicos_blocks/ANDLOG_f.sci | 9066cd97f5c35487ba061d702de1d348f6ef8f78 | [
"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 | 605 | sci | ANDLOG_f.sci | function [x,y,typ]=ANDLOG_f(job,arg1,arg2)
// Copyright INRIA
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 'set' then
x=arg1;... |
9a48700dc925ea3a2d69d091f605c9b83fe59f03 | 3c45629e7f74156bb069ce0e1744ab5bd9fdb4a9 | /06day/1.tst | 5827882fc29a59677dac2c0975c975a87c573026 | [] | no_license | shcgay/song-chun | 8018434946346f81a2dc2b0a7167232b3ac45b9d | faa358c9bfaa40f675ea41d74d93c490759c28d8 | refs/heads/master | 2021-04-12T11:48:38.725706 | 2018-05-14T00:53:27 | 2018-05-14T00:53:27 | 126,922,671 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 108 | tst | 1.tst |
name=imput("请输入你的名字:")
height-imput("请输入你的身高:")
|
299b7a97f4176795b42966c6269b9dccafe75614 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1952/CH7/EX7.10/Ex7_10.sce | 455acc2013b1b1ae88e8f2492c4eb25c56f5f99f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 396 | sce | Ex7_10.sce | // chapter 7 , Example 7.10 , pg 214
T1=300 //temperature (in K)
e=1.6*10^-19 //charge of electron (in C)
k=1.38*10^-23 //Boltzmann constant (in J/K)
T2=330 //temperature (in K)
E1=0.3 // E1=(Ec-Ef_300) (in eV)
E2=(E1*T2)/T1 //E2=(Ec-Ef_330) (in eV)
printf("At 330 K the Fer... |
1c5aa7f58199704a10a4b90f463c1d100c2132fc | 885ee700356ad98a29fe87d97751e692062de746 | /data/pos_exp/pos_data/adyghe.low.tst | a5f399f4ce06e1043192ccf4cbe9f244ef46dafd | [] | no_license | LINGuistLIU/IGT | 1e58bfea1e7d70bdff507c67fa856c55af5bbdc2 | 8b9ca93189424118a669582ce54192bf441fcc6a | refs/heads/master | 2022-08-31T12:33:23.649666 | 2020-05-28T20:27:18 | 2020-05-28T20:27:18 | 267,152,155 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 49,291 | tst | adyghe.low.tst | ӏэпапсӏэ ӏэпапсӏэм N;ERG;SG;DEF
губчъо губчъохэмэ N;ERG;PL;DEF
азэнаджапӏ азэнаджапӏэхыу N;LGSPEC1;PL
аргъэй аргъэйэ N;NDEF;SG
блэгъожъ блэгъожъэхыу N;LGSPEC1;PL
хэтэрыкӏ хэтэрыкӏэхэмэ N;ERG;PL;DEF
ӏашӏу_ӏушӏу ӏашӏу_ӏушӏум N;ERG;SG;DEF
шъхьэӏух шъхьэӏухэхэ N;NDEF;PL
кӏьэнлъэ кӏьэнлъэу N;LGSPEC1;SG
мэхъагьэ мэхъагьэм AD... |
deccf5b5f7ed76036eb1bae25079638b27737aa1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1049/CH7/EX7.28/ch7_28.sce | 034822115d8b88482196153e0c1b70dc60af24c0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 399 | sce | ch7_28.sce | clear;
clc;
V_t=72;
I_a=200;
r_a=0.045;
N=2500;
k=(V_t-I_a*r_a)/N;
E_a=k*1000;
L=.007;
Rm=.045;
Rb=0.065;
R=Rm+Rb;
T_a=L/R;
I_mx=230;
I_mn=180;
T_on=-T_a*log(-((V_t-E_a)/R-I_mx)/((I_mn)-(V_t-E_a)/R));
R=Rm;
T_a=L/R;
T_off=-T_a*log(-((-E_a)/R-I_mn)/((I_mx)-(-E_a)/R));
T=T_on+T_off;
f=1/T; printf("... |
d011d90840f6af77b971bfc0c7db923866d4e11e | fce47a4c482ae622563fc72d7643d824cc572edc | /_scilabTP/tp7/affichagesUSA.sce | 5776b8cecae22e2ae4864e03614a2ffc464adcbd | [] | no_license | ece2lr/ece2lr.github.io | a57ff8852ef06b7cef1c734106f1badd668ebcb1 | 13479dc224e39521c6c387401b889e62a90a8d0b | refs/heads/master | 2021-01-12T12:07:37.196408 | 2017-12-16T19:25:16 | 2017-12-16T19:25:16 | 72,310,248 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,173 | sce | affichagesUSA.sce | exec("statUSA.sce", -1)
scf (1) ; clf ;
subplot(2,2,1)
plot (YGUV (: , 1 ) , YGUV (: , [2 3]) )
legend (["chômage (%)" , "croissance (%)"] , 3)
subplot(2,2,2)
plot (YGUV ( : , 2 ) , YGUV (:, 3 ) )
xtitle ("Évolution historique croissance / chômage", "Croissance", "Chômage")
subplot(2,2,3)
plot (YGUV ( : , 2 ) , YGU... |
b6191de10ad7cb6fd09d508c4fce809bfa1f125b | 449d555969bfd7befe906877abab098c6e63a0e8 | /575/DEPENDENCIES/8_4_3.sci | 34840f87e134895f484e8f2058678a212d142dcc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 36 | sci | 8_4_3.sci | T1=337.9 //K
T2=473 //K
Tc=513.2 //K |
71ba69f97019f926284c650083c593374ede4286 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2825/CH19/EX19.18/Ex19_18.sce | 9c7ecfdd40cbc65716b543d0dda285265da86db2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 177 | sce | Ex19_18.sce | //Ex19_18 Pg-965
clc
hex='9AF' //hexadecimal input
dec=hex2dec(hex) //decimal output
bin=dec2bin(dec) //binary output
disp("The binary equivalent of 9AF is")
disp(bin)
|
39b1ec014ad787dc8ee0129bf3bdb5ad889fa3de | 449d555969bfd7befe906877abab098c6e63a0e8 | /3557/CH4/EX4.5/Ex4_5.sce | cb3b40b1fb95ab0bf38ef551571e9e3098a81ccf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 171 | sce | Ex4_5.sce | //Example 4.5//
b=0.286;//nm // repeat distance between the adjacent atoms
t=2;// degree //Given
a=1;// rad
c=57.3;//degree
D=b/(t*(a/c))
mprintf("D = %f nm",D)
|
fb4e468a065390fcba0a7dc9783d80efaccc08ac | 099b4b0f30eafd7a0e9eac539caf7578b0e562fd | /Projets/simulation of the temperature evolution in a material/scilab/AnimationFer.sce | 7a2c440bcd79c99b86155e61b06a6f8bba3275e6 | [] | no_license | Mehdikossir/Projects | 2c60cd6ff0ebbeda17d529d25c10d241a8eaf724 | a43366f4aa11f541b70209ba9778d8547cb8b025 | refs/heads/master | 2021-09-26T13:55:43.208141 | 2021-09-13T21:53:08 | 2021-09-13T21:53:08 | 240,940,996 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 326 | sce | AnimationFer.sce | tab= read("fer",100,101)
for i=1:50
clf
a=string(double(i*16/100))
plot2d(tab(i,:),rect=[0,285,101,296],style=2)
xtitle("Température à "+a+" sec, barre de fer","x","T(K)")
sleep(100)
end
plot2d(tab(50,:),rect=[0,285,101,296],style=2)
xtitle("Température à "+string(a)+" sec, barre de fer ","x","T(K)"... |
109d9eeb1d574a67b3f94d9666a7efe3b7c4a3cb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2279/CH7/EX7.19/Ex7_19.sce | 8d2c2918c3b8e7814be96f78ad84e34d54b2f45a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 579 | sce | Ex7_19.sce | //Discrete Time Fourier Transform of
//x[n]= 1 , abs(n)<=M1
clear;
clc;
close;
// DTS Signal
M1 = 2;
n = -M1:M1;
x = ones(1,length(n));
Wmax = 2*%pi;
K = 4;
k = 0:(K/1000):K;
W = k*Wmax/K;
XW = x* exp(-sqrt(-1)*n'*W);
XW_Mag = real(XW);
W = [-mtlb_fliplr(W), W(2:1001)]; // Omega from -Wmax to Wmax
XW_Mag = [m... |
8acae5ee42e65659aa8e50eef431217e0789b4a2 | 8b2aadfe2dd241d882213436738542d3f65f4e17 | /ModuleTonalitéSynthèse/Module Synthèse/Scilab/play2.sci | dfa576496251b06a84c82e2ab675109da651fed0 | [] | no_license | ahmed-bensaad/FMTM | c764c3162ac6f24f7caa2d0fd99725d4c458efc6 | 66fd7a477e3addb5a0c3a4d7489daa09fb9c5042 | refs/heads/master | 2021-09-02T11:04:05.660173 | 2017-02-06T21:54:09 | 2017-02-06T21:54:09 | 115,977,485 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 981 | sci | play2.sci | function [L,fe]= play2(d) // N -> liste notes, R-> liste temps notes
N=['do','do','do','re','mi','re','do','mi','re','re','do'];
N=['do','do','si','si','do','do','la','mi','mi','sol#','sol#','la'];
//N=['do','re','mi','fa','sol','la','si'];
//N=['do','do','do','do','do','do','re'];
N1=[1:12];
n=... |
3ed7561a8d0dcb05e996bfff9b4a0bbeb86e3314 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1574/CH1/EX1.11.1/Signals_Ex_1_11_Pg_39.sce | c07aac36a688883d52c43bbdbe847695a9c08749 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 890 | sce | Signals_Ex_1_11_Pg_39.sce | clear ;
clc ;
close ;
//Chapter1
//Example1.11(1), page no 39
//Given
T = 10; //time Tau
Tg = -T/2 :0.1: T/2; // time period for given Gate Function -tau/2 to tau/2
G_t0 = 1; //Magnitude of Gate Function (A)
G_t = G_t0* ones (1, length (Tg));// Gate function G(t)
f = -%pi: %pi / length (Tg): %pi ;
Dw = 0.1;
... |
378f15250b81724ff97460749b32f5f5f4dd6c38 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH18/EX18.1/18_01.sce | 9459885f4ccebee0ee140a7efab6c7a7ff47de0e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 595 | sce | 18_01.sce | //Chapter 18, Problem 1
clc;
v=120; //dc supply
c=15e-6; //capacitance in farad
r=47e3; //resistance in ohms
taw=r*c; //time constant
t1=taw;
vcta= v*(1-%e^(-1*t1/taw));
vct = v/2;
t = 0:0.1:10
vc = v*(1-%e^(-1*t/taw));
plot(t,vc)
xtitle("capaci... |
c92790f501d13715b9e8b612677a28cf92123b9b | d465fcea94a1198464d7f8a912244e8a6dcf41f9 | /system/kiks_settimescale.sci | 24133db72c3a6b9df4920c5c2b9cbc250b997666 | [] | no_license | manasdas17/kiks-scilab | 4f4064ed7619cad9e2117a6c0040a51056c938ee | 37dc68914547c9d0f423008d44e973ba296de67b | refs/heads/master | 2021-01-15T14:18:21.918789 | 2009-05-11T05:43:11 | 2009-05-11T05:43:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,033 | sci | kiks_settimescale.sci | function [] = kiks_settimescale(tscale)
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
// -----------------------------------------------------
// (c) 2000-2004 Theodor Storm <theodor@tstorm.se>
// http://www.tstorm.se
// -----------------------------------------------------
glo... |
06d2f004c1d9c9cc4d5ad3609becb4875bc34429 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1076/CH2/EX2.19/2_19.sce | 3e03557ad6bb3850780efe17c742654571958986 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 412 | sce | 2_19.sce | clear
clc
dia=2.5e-2
d=3
r=dia/2
r1=.7788*r
c=exp(%i *2*%pi/3)
b=exp(%i *-2*%pi/3)
k=2
Dab=d
Dac=2*d
Dbc=d
Dca=2*d
La=round(k*(log(1/r1) + log(1/Dab)*b + log(1/Dac)*c)*1e3)/1e4
Lb=round(k*(log(1/Dab) + log(1/r1)*b + log(1/Dbc)*c)/b*1e3)/(1e4)
Lc=round(k*(log(1/Dac) + log(1/Dbc)*b + log(1/r1)*c)... |
0ef5bf9fe9f316089a205180f964f5a8ac2ccd1e | 449d555969bfd7befe906877abab098c6e63a0e8 | /149/CH34/EX34.39/example39.sce | 66b0d70d33e6f4dfc1eb93ce78e8fb9a352939f4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 282 | sce | example39.sce | clear
clc
function [x]=C(a,b)
x=factorial(a)/(factorial(b)*factorial(a-b))
endfunction
disp('probability of 8 heads and 4 tails in 12 trials=p(8)=C(12,8)*(1/2)^8*(1/2)^4=')
C(12,8)*(1/2)^8*(1/2)^4
disp('the expected no. of such cases in 256 sets =256*p(8) =')
256*(495/4096) |
caf4685d8810dec6c7b9a4b0fe35e7871bb69094 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3428/CH7/EX2.7.1/Ex2_7_1.sce | 68c701eb64d81955f91fb5c7ab0068bc99fc76bb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 249 | sce | Ex2_7_1.sce | //Section-2,Example-1,Page no.-CS.52
//To find the throwing power of the plating bath solution in a Haring-Blum cell.
clc;
x_1=6.6
x_2=4
w_1=52
w_2=55
A=x_1/x_2
B=w_2/w_1
P_th=((100*(A-B))/(A+B-2))
disp (P_th,'Percentage throwing power')
|
bf7844dda18a7e3c07357dcf89a9a1615ebdf1a8 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/givens.man.tst | 47217e85ed9c74200646b73c1a0400fb2e94250a | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 51 | tst | givens.man.tst | clear;lines(0);
A=[3,4;5,6];
U=givens(A(:,1));
U*A
|
d5d842c1dfc537577d1a1875d03abfbbe33d5d1f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3840/CH5/EX5.1/Ex5_1.sce | 70cd88d408f4dcec2b679e52b961b11b2107e86a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 242 | sce | Ex5_1.sce | clear
//
//
//
//Variable declaration
E_EF=0.5 //fermi energy(eV)
FE=1/100 //probability
Kb=1.381*10**-23 //boltzmann constant(J/k)
x=6.24*10**18
//Calculation
KB=Kb*x
y=E_EF/KB
T=y/log(1/FE) //temperature(K)
//Result
|
cf55690b5167a9974e58a562b094f5ebe5d38b9e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2414/CH14/EX14.5/Ex14_5.sce | 3e766de163233ecc95c17b0d8b15a16f66442fde | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 192 | sce | Ex14_5.sce | clc;
close();
clear();
//page no 476
//prob no. 14.5
L=320*10^-9; //H/m
C=90*10^-12; //F/m
v=1/sqrt(L*C);
mprintf('The velocity of propagation is, v = %.3f 10^8 m/s \n',v*10^-8);
|
704d26350a8131c245fecd4b9c45dffbeb672010 | f6134e0a162a059c42ec3ef8de2a63941d73936c | /Scilab_code/testIK.sce | 2625b8077b825fb73b34262700ed66b280602ed4 | [] | no_license | mxch18/SRL-WRT_pathPlanning | 38a1701934a4a0e919a6c1c7990092b242df72da | 6992febbbe103814d2cef5351a0e8917b183a2b0 | refs/heads/master | 2020-03-23T06:43:54.155192 | 2018-09-26T17:26:56 | 2018-09-26T17:26:56 | 141,226,032 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,482 | sce | testIK.sce | IK_target_RLeg_real = [0.069828271865844727, 0.23262149095535278, 0.35102164745330811]; //the foothold for the ith leg, in the leg attachment frame
//disp(IK_target_RLeg);
//HR Leg
l1 = 0.1;
l2 = 0.15;
l3 = 0.3;
xOff = [1 0 0]*0.15/2;
yOff = [0 1 0]*0.3/2;
offset_i = - xOff - yOff;
orient = [-0.7022104 -0.4188790 ... |
8177434cedbdadad2d4e1e41b3ae071514ff538d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2681/CH6/EX6.6/Ex6_6.sce | b46da868e254c80ea72669ec7df4b5aa09a0e1b0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 321 | sce | Ex6_6.sce | //time required for wave to travell
//given
clc
L=1.2d-6//H/m
C=12.5d-12//F/m
leng_line=2//length of the line in meter
t=sqrt(L*C)*leng_line//time required for the wave to travell in seconds
t=round(t*1d+12)/1d+12///rounding off decimals
disp(t*1d+9,'the time required for wave to travell in nanoseconds')//nsec
... |
0f78177e84c0f549abe35da62abef922e8aba1e7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1938/CH7/EX7.3/7_3.sce | 45af5a9070439c3d9e43de4b686a3a9e231abb2e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 786 | sce | 7_3.sce | clc,clear
printf('Example 7.3\n\n')
V_L=6600
P_out=500*10^3
eta=83/100 //efficiency
R_a=0.3,X_s=3.2 //armature resistance and synchronous reactance
Z_s=complex(R_a,X_s) //synchronous impedance
theta=(%pi/180)*phasemag(Z_s) //phasemag returns the angle in degrees not radians
phi=acos(0.8) //leading
V_ph=V_L... |
69ed75da956f1b77c39fea50149e7116f0e1caa0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1475/CH7/EX7.35/Example_7_35.sce | da9e2623c43f3ad0bcae8a7f159a986d39b874a0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 311 | sce | Example_7_35.sce | //Example 7.35 In calculating a certain cost of living index number the following weights were used
clc;
clear;
I=[32 54 47 78 58];
W=[15 3 4 2 1];
Avg=sum(I.*W)/sum(W);
disp(100+Avg,"Cost of living index",Avg,"Average percentage increase for all groups taken together",I,"Average % Increase in Price");
|
3eb8be1258484afe6436ddeb95dc97e7f215579b | 449d555969bfd7befe906877abab098c6e63a0e8 | /575/CH5/EX5.4.2/5_4_2.sce | abd1cfdb2195ec24b5c717883947ff5425cf843f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 457 | sce | 5_4_2.sce | clc
pathname=get_absolute_file_path('5_4_2.sce')
filename=pathname+filesep()+'542.sci'
exec(filename)
printf("All the values in the textbook are Approximated hence the values in this code differ from those of Textbook")
Tr=T/Tc
Pr=P/Pc
Vrideal=V*Pc/(n*R*Tc)
printf(" \n Tr= %f",Tr)
printf(" \n Pr= %f",Pr)
prin... |
1fd3f098d901eb619abbb57ca63c3e402ccc5b0a | 19fd40cb94855327f6f4db1330b2ccec188b13cb | /Aulas/Aula6/dif3.sce | 2b88d2dd9f07618fa30b37c21e2b45c33eeab4ce | [] | no_license | Afcam/Materiais-Eletricos-Magneticos | 6e22194419f2704f5e49c4dc9f5b282ccabafc11 | 0fb3c8847a7c5a8ee9d46d7be1280eceefe08c79 | refs/heads/master | 2023-07-24T21:50:12.675217 | 2018-05-11T13:27:25 | 2018-05-11T13:27:25 | 126,596,938 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 902 | sce | dif3.sce | //Programa: dif3.m
//Modelo de Difusão
//Fronteiras Constantes + Pulso Quadrado
clear;
N = 30; //Número de Nós
L = 1; //Comprimento [m]
D = 1; //input('D = '); //Coeficiente de Difusão
xmin = 0;
xmax = L; //[m]
dx = (xmax - xmin)/(N-1); //Passo [m]
xp = linspace(xmin,xmax,N); //[m]
up = 0*xp; //posterior: u(k+1)
u... |
9aa679ae75bdc71080190cefafa1418b2218a8d0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2045/CH2/EX2.21/Ex2_21.sce | 6082624d7388f4d0620ee44212c3bffe9e9ec138 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 280 | sce | Ex2_21.sce | //pagenumber 115 example 21
clear
resacu=1*10^-6;//ampere
voltaf=150*10^-3;//volt
w=8.62*10^-5;
voltag=0.026;//volt
u=300;//kelvin
uw=u*w;
resist=(uw)/((resacu)*exp(voltaf/voltag));
disp("resistance at 150mvolt = "+string((resist))+"ohm");//correction in the book
|
6ab15ebc717974e967f574b350b1294776d15437 | 449d555969bfd7befe906877abab098c6e63a0e8 | /122/DEPENDENCIES/spolarplot.sci | c2ef8f83da3ae077aaab42b728a1b9bd47023073 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 338 | sci | spolarplot.sci | // polar plot of a linear system
// repf = spolarplot(G,omega)
// G: linear sytem and omega:is frequency in rad/s
// repf: is the complex frequency response
function repf = spolarplot(G,omega)
f = omega /2/%pi;
repf = repfreq(G,f);
r = abs(repf);
theta = atan(imag(repf),real(repf));
polarplot(theta,r,style ... |
33501c1aeb43032bd1334a335f9344c06af10f01 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2507/CH12/EX12.2/Ex12_2.sce | f00c2389734be81c5ed6774f2eed55918d0b11cc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 643 | sce | Ex12_2.sce | clc
clear
printf("Example 12.2 | Page number 416 \n\n");
//Find the stoichiometric air for combustion of (a)Carbon (b)Hydrogen (c)Sulphur
//Given data
//Molar masses of O2,H2,N2,C and S respectively
MO2 = 32 //g/mol
MH2 = 2 //g/mol
MN2 = 28 //g/mol
MC = 12 //g/mol
MS = 32 //g/mol
//Part(a)
printf("Part(a)\n... |
931e0b3f68ff8a70dcb57d1095937553e719cf0a | e806e966b06a53388fb300d89534354b222c2cad | /macros/lab2uint8.sci | d0408b54ef7e67103b9bf8e846598d311c75794a | [] | no_license | gursimarsingh/FOSSEE_Image_Processing_Toolbox | 76c9d524193ade302c48efe11936fe640f4de200 | a6df67e8bcd5159cde27556f4f6a315f8dc2215f | refs/heads/master | 2021-01-22T02:08:45.870957 | 2017-01-15T21:26:17 | 2017-01-15T21:26:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 137 | sci | lab2uint8.sci | function [output] = lab2uint8(pstData)
a = opencv_lab2uint8(pstData);
d = size(a);
for i=1:d
output(:,:,i) = a(i);
end
endfunction
|
3ed14543fd34f3fdb3898eeb93c495ae054a9384 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH20/EX20.24/20_24.sce | bdd04556ea3cc35913a8bd0a5a6cd8511c3fb75a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 843 | sce | 20_24.sce | //Problem 20.24: An a.c. source of 24 V and internal resistance 15 kohm is matched to a load by a 25:1 ideal transformer. Determine (a) the value of the load resistance and (b) the power dissipated in the load.
//initializing the variables:
tr = 25; // teurn ratio
V = 24; // in Volts
R1 = 15000; // in Ohms
Rin ... |
6e1fa562d9ccee2e307c3fb35937bb2bc97552e4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /45/CH3/EX3.7/example_3_7.sce | e50f02befec4b119e4689f7497fd433240c24746 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 542 | sce | example_3_7.sce | //example 3.7
// this program needs kmap.sci and noof.sci
clc;
disp('The kanaurgh map for given truth table will be :');
disp(' C''D'' C''D CD CD'''); //displaying the given kmap
disp('A''B'' 1 0 0 0');
disp('A''B 0 0 0 0');
disp('AB x x x x');
disp('AB'' 0 0 ... |
1398f46556128d86dadb9acc66af3dd63ced8cb8 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.14_7.tst | c506383f48ef35036a6d61be6e1e6dda974784cd | [] | 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 | 675,175 | tst | 5.14_7.tst | 14 167:1 223:1 826:1 1108:1 1176:1 1550:1 1923:1 2150:1 2760:1 2950:1 3246:1 4659:1 4782:1 5385:1 5491:1 5604:1 6101:1 6128:1 6247:1 6537:1 6829:1 7343:1 7351:1 7373:1 7683:1 7775:1 8216:1 8320:1 8456:2 8522:1 8555:1 8874:1 9555:1 10223:1 11023:1 11383:1 11443:1 11871:1 12151:1 12175:1 12609:1 12631:1 12725:1 12746:1 1... |
b5bb5cc082636a7e58149e7e67a2a103749ab9e5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2075/CH7/EX7.3/pe7_3.sce | c20ecd239a9abe1cfc3bc216212a862067b9f712 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 411 | sce | pe7_3.sce | //example 7.3
clc; funcprot(0);
// Initialization of Variable
Id=500;//load current
i=134;//mA
D=.42;//duty cycle
//calculation
Ip=Id+i/2;
Im=Id-i/2;
I1=((D/3)*(Ip^2+Im*Ip+Im^2))^.5;
disp(I1,"rms current in mA:")
printf('by trapezium method')
I2=D^.5*Id;
disp(I2,"rms current in mA:")
printf('by rectangle... |
41ac1a02d3b935b8d4687828c23229dda575405c | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.7_9.tst | a938bdf8f6251aaacfa3d836682ef86d08a61b03 | [] | 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 | 532,585 | tst | 5.7_9.tst | 7 299:1 356:1 498:1 944:1 1156:1 1421:1 1593:1 1775:1 1894:1 2108:1 2136:1 2170:1 2213:1 2274:1 2278:1 2424:1 2730:1 2815:1 2831:1 3002:2 3357:1 3419:1 3434:1 3895:1 3954:1 4396:1 4757:1 4995:1 5135:1 5151:1 5152:1 5500:1 6152:1 6483:1 6510:1 6755:2 7220:1 7741:1 7831:1 7855:2 8303:1 8333:1 8358:2 8816:1 9023:1 9074:2 ... |
7e2b6e79e4b141af65d70e9438ed4c3e58706e94 | 4a1effb7ec08302914dbd9c5e560c61936c1bb99 | /Project 2/Experiments/Chi-RW-C/results/Chi-RW-C.monk-2-10-1tra/result7.tst | 2d999b7447812d69ed2bfcbe7a006a55ea65efaa | [] | no_license | nickgreenquist/Intro_To_Intelligent_Systems | 964cad20de7099b8e5808ddee199e3e3343cf7d5 | 7ad43577b3cbbc0b620740205a14c406d96a2517 | refs/heads/master | 2021-01-20T13:23:23.931062 | 2017-05-04T20:08:05 | 2017-05-04T20:08:05 | 90,484,366 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 401 | tst | result7.tst | @relation monk-2
@attribute A1 integer[1,3]
@attribute A2 integer[1,3]
@attribute A3 integer[1,2]
@attribute A4 integer[1,3]
@attribute A5 integer[1,4]
@attribute A6 integer[1,2]
@attribute Class{0,1}
@inputs A1,A2,A3,A4,A5,A6
@outputs Class
@data
1 1
1 1
1 1
1 1
1 1
0 ?
1 ?
1 1
1 1
0 1
0 ?
0 0
0 1
0 ?
0 ?
0 ?
1 ?
1 1... |
4fa817d4f406a57ec48edd2cf29e45f7068ffb7d | a45f93853fdb67523e71e3e7fb88c4298eae1ef7 | /Screens/Fleet File Dialog Screen.tst | f72cf0623dcaa2a6b17d9037b9d4873e86d832a7 | [] | no_license | voarsh/Disney-Treasure-Planet-Battle-at-Procyon | 68192cbfdf8b823bc8399e3ea1e62d4976b74aed | 99cbbc70701ef6e8f9d95eba1052635de992910f | refs/heads/master | 2020-04-16T01:44:03.761947 | 2016-06-08T10:25:05 | 2016-06-08T10:25:05 | 38,745,932 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,113 | tst | Fleet File Dialog Screen.tst | ScreenName String 'Fleet File Dialog Screen'
ImplName String 'Dialog Screen'
ElementChunkArray Int 10
ScreenElementType Int 0
ImplName String 'Front End Dialog Screen Backdrop'
TabIndex Int 8
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 69, 169, 603, 420 ) # left,top,right,bottom
ScreenElementType Int 1... |
bb62e16d36a4fcea9573e55bab4712d305ea9244 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1373/CH11/EX11.1/Chapter11_Example1.sce | d8df6611164a6869c589426019f31c5911bea3c2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 825 | sce | Chapter11_Example1.sce | //Chapter-11, Example 11.1, Page 480
//=============================================================================
clc
clear
//INPUT DATA
Tsat=100;//Saturation temperature of water in degree C
p1=957.9;//Density of liquid in kg/m^3
Cpl=4217;//Specific heat in J/kg.K
u=(279*10^-6);//Dynamic viscosity in N.s/... |
1369a944b6b829d8d68a7ee3a49a67bfd29110fd | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpicscifiles6/Setwindow.sci | fb72097bafb40a1ef1cbe4a516130de0abecc7f1 | [] | 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 | 921 | sci | Setwindow.sci | //
// 09.02.27
// 10.04.25
function Out=Setwindow(varargin)
global XMIN XMAX YMIN YMAX
Nargs=length(varargin);
if Nargs==0
Out=[XMIN,XMAX,YMIN,YMAX];
disp(Out);
return;
end;
if Nargs==1
Dt=varargin(1);
if type(Dt)==1
Dt=list(Dt);
end;
Xm=%inf; XM=-%inf;
Ym=%inf; YM=-%in... |
959f175a065300d94ed8efb1de761f7cff7cd294 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2417/CH6/EX6.13/Ex6_13.sce | 2726b2bd73dff3f9ccd091e766bf698e47554616 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 550 | sce | Ex6_13.sce | clear;
clc;
printf("\t\t\tProblem Number 6.13\n\n\n");
// Chapter 6: The Ideal Gas
// Problem 6.13 (page no. 255)
// Solution
//From equation,cv=R/(k-1) ,
R=8.314/32; //constant of proportionality //kJ/kg*K //The molecular weight of oxygen is 32
k=1.4 //for oxygen //given //k=cp/cv
cv=R/(k-1); //Specific he... |
6faff64e7f4a41b5687497f0f27b5be01db0b5e4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3673/CH1/EX1.a.7/Example_a_1_7.sce | acbd760cacc0cf318b41e704078e52ba59866c96 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 263 | sce | Example_a_1_7.sce | //Example 1_7 page no:25
clc;
I5=4;
I6=1;
V=30;
R6=6;
V6=24;
V10=50;
I10=I5+I6;
Vc=-V6;
V1=V10-Vc;
disp(I10,"the current through 10 ohm resistance is (in A)");
Vs=I10-V+Vc;//calculating the source voltage
disp(Vs,"the source voltage Vs is (in V)");
|
c28a4562a66392751d578fd6c9ff2012e6a84626 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1055/CH13/EX13.12/ch13_12.sce | d215fb9bba579da6cf3b7da3c6db309f7ff7715d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 854 | sce | ch13_12.sce | // To Determine the subtransient current in the alternator , motor and the fault
clear
clc;
Ib=50*1000/(sqrt(3)*13.2);// base current (amps.)
Vf=12.5/13.5;// the Prefault Voltage (p.u)
Xf=(%i*.3)*(%i*.2)/(%i*.5);// Fault impedence(p.u)
If=.9469/(Xf);//Fault current (p.u)
Ifl=30*1000/((sqrt(3)*12.5*.8));//full lo... |
7cf877b4a24845c5ff9233fb57b69be8113d0a01 | 449d555969bfd7befe906877abab098c6e63a0e8 | /291/CH11/EX11.4a/eg11_4a.sce | 2511cf9148eddeef379db58d7a2a64c57c0f30f9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 721 | sce | eg11_4a.sce | Nij = [68 56 32; 52 72 20];
n= sum(Nij);
Ni = zeros(2,1);
Mj = zeros(3,1);
for i= 1:2
for j= 1:3
Ni(i) = Ni(i) + Nij(i,j);
end
end
for j= 1:3
for i= 1:2
Mj(j) = Mj(j) + Nij(i,j);
end
end
NM = ones(2,3);
for i=1:2
for j=1:3
NM(i,j)= Ni(i)*Mj(j);
end
end
... |
d5da9ec30b6e20104a3661a56d523f8fa25ffc10 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1247/CH4/EX4.6/example4_6.sce | c826a098bfb404b7e0e28fa32d4890c2499edfc5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 739 | sce | example4_6.sce | clear;
clc;
// Stoichiometry
// Chapter 4
// Material Balances involving Chemical Reaction
// Example 4.5
// Page 121
printf("Example 4.5, Page 121 \n \n");
// solution
m=100 //[kmol] (basis) dry mixed gas
// x = kmol of water gas
// y =kmol of producer gas
// overall material balance :
// x+y =... |
12153dc04a57a1b1318a78f69be3dbbfc9b03fb9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3630/CH3/EX3.6/Ex3_6.sce | 6cccb13288c04210d7d81397f9ae0579809af0eb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 120 | sce | Ex3_6.sce | clc;
//ex3.6
Vave=26.8; //Volt
RL=20000; //Ohm
Iave=Vave/RL; //Ampere//from v=r*i
disp('mA',Iave*1000,"Iave=");
|
769b7c0d2487efff682d37cf47d743e9c9022a41 | 7b040f1a7bbc570e36aab9b2ccf77a9e59d3e5c2 | /Scilab/virtual/Self_tuning_controller/ConventionalTuning_Vikas/PIControllersetpointchange/clientwrite.sce | c05a1edf0f30de30cdc02ac9197812b7e072fe32 | [] | no_license | advait23/sbhs-manual | e2c380051117e3a36398bb5ad046781f7b379cb9 | d65043acd98334c44a0f0dbf480473c4c4451834 | refs/heads/master | 2021-01-16T19:50:40.218314 | 2012-11-16T04:11:12 | 2012-11-16T04:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 13,818 | sce | clientwrite.sce | 0.10000E+00 0.10000E+01 0.00000E+00 0.25100E+03
0.10000E+01 0.10000E+01 0.18434E+02 0.10000E+03
0.20000E+01 0.20000E+01 0.22054E+02 0.10000E+03
0.30000E+01 0.30000E+01 0.22049E+02 0.10000E+03
0.40000E+01 0.40000E+01 0.22446E+02 0.10000E+03
0.50000E+01 0.50000E+01 0.22844E+02 0.10000E+03
0.60000E+01 0.60000E+01 0.... |
09e83fa36ee0be3bed69fc0c85c957c8d2cefb75 | cf2d41f121fb6c83162dbfbf7b447124b94860ed | /pol2rect.sci | 0f63407d1d0939aae5639fe46a6c6cfef3e39156 | [] | no_license | abhinavdronamraju/loadflow_scilab | 76749d98cb646674a80f43e82986977e4fe5c427 | 4f196da3596bd0a794d6d833c1bdd81d918f85f7 | refs/heads/master | 2021-07-16T11:14:39.462352 | 2017-10-24T11:55:18 | 2017-10-24T11:55:18 | 107,106,712 | 1 | 3 | null | 2017-10-24T06:25:52 | 2017-10-16T09:29:30 | Scilab | UTF-8 | Scilab | false | false | 89 | sci | pol2rect.sci | function rect=pol2rect(rho,theta)
rect=rho.*cos(theta)+(%i)*rho.*sin(theta);
endfunction
|
00a8f6c6ba4c516533217332da34dcec43bd2a11 | 8b2aadfe2dd241d882213436738542d3f65f4e17 | /ModuleTonalitéSynthèse/Module Synthèse/Scilab/instru_vent.sci | aeb5d7a21ea33f4a1b272372f29036405baa5f42 | [] | no_license | ahmed-bensaad/FMTM | c764c3162ac6f24f7caa2d0fd99725d4c458efc6 | 66fd7a477e3addb5a0c3a4d7489daa09fb9c5042 | refs/heads/master | 2021-09-02T11:04:05.660173 | 2017-02-06T21:54:09 | 2017-02-06T21:54:09 | 115,977,485 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 865 | sci | instru_vent.sci | function [s]= instru_vent(fp,fm,Fe,d,m0) // f0 -> hauteur, d-> durée, m0-> amplitude
Te=1/Fe; // temps echantillonage
pi=3.14159;
x=[0:Te:d]; //axe temps
a=0.03; //excursion du vibrato
fv=2; // fréquence du vibrato
m=[0:Te:d]; // amplitude constante au cours du temps
n=length(m)... |
ea939945f27b11dfe5df01dde7d9294c5e9b772e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2330/CH3/EX3.2/ex3_2.sce | 3cb32fb691de104ad0e1b7af16877715f7f55a70 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 881 | sce | ex3_2.sce | // Exa 3.2
format('v',5)
clc;
clear;
close;
// given data
Vin= 5;// in V
V_LED= 2;// in V
Rs= 470;// in Ω
Vs= Vin-V_LED;// in V
// When supply voltage is 5 V, the LED current
I= Vs/Rs;// in A
I= I*10^3;// in mA
disp(I,"When supply voltage is 5 V, the LED current in mA is : ")
Vin= 10;// in V
Vs= Vin-V_LE... |
4777a165a37901bd043d4493e4101774465da0af | 449d555969bfd7befe906877abab098c6e63a0e8 | /2741/CH9/EX9.1/Chapter9_Example1.sce | d01166bd08cd6fc71bfb2f450518023539ddf1d8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,050 | sce | Chapter9_Example1.sce | clc
clear
//Input data
N=6000;//Number of particles in a system
e=3;//The number of energy states with equal spacing
n1=3000;//Number of particles in the lower level
n2=2500;//Number of particles in the middle level
n3=500;//Number of particles in the upper level
n11=3001;//Number of particles in the lowe... |
ddce0de3f3159a50e4db6e514109590092e39e87 | 5c808b0f55fefd29b91c7cb73f2f3a08093c5033 | /Code/Scilab Code/Convert2DIndexTo1D.sci | cbc3538812e51ad256b5a3d410fd12815f01c44a | [] | no_license | JOfTheAncientGermanSpear/Filter-Bank-Guitar-Note-Chord-Detection | a01e2ce521561dfea555a588d6bb1e0f1deca18e | cb0d54c74275a990dcb984c4ec349e6ca4e72a1a | refs/heads/master | 2021-01-20T12:00:42.472605 | 2013-06-14T03:04:33 | 2013-06-14T03:04:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 133 | sci | Convert2DIndexTo1D.sci | function OneDIndx = Convert2DIndexTo1D(rowNum, colNum, numberOfCols)
OneDIndx = rowNum * numberOfCols + colNum;
endfunction |
071bc34b1bfaec9dab49be7c36095f6882cad62c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2891/CH1/EX1.31/Ex1_31.sce | 5b633115e112d5382dd34b9f42ffab3c0f7209ed | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 166 | sce | Ex1_31.sce | //Exa 1.31
clc;
clear;
close;
f1=factorial(4) // factorial of 4
f2=factorial(6) // factorial of 6
disp(f1,"factorial of 4 is:")
disp(f2,"factorial of 6 is:")
|
fe14856b59d03634e38f33f91a5718a37073f19e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3718/CH3/EX3.21/Ex3_21.sce | 35b67c388f75755fdf7ecf4f68f6e2ed34ae9d69 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 378 | sce | Ex3_21.sce | //Chapter 3: Thermodynamic and Chemical Equilibrium
//Problem: 21
clc;
//Declaration of Variables
Kc = 0.5 // mole square litre square
T = 400 // K
R = 0.082 // litre atm per degree per mole
// Solution
Kp = Kc * (R * T) ** (-2)
mprintf("The given equilibrium is\n")
mprintf(" N2... |
7fc19f8e494dcf5f08d157827c359c1771323bcf | e9d5f5cf984c905c31f197577d633705e835780a | /GED/linear/scilab/functions/pmgei_method/method/ged_NT2.sci | 3cc2d4a5df6b3d819d5fc6aa9ada2942a5fdf654 | [] | no_license | faiz-hub/dr-ged-benchmarks | 1ad57a69ed90fe7595c006efdc262d703e22d6c0 | 98b250db9e9f09d42b3413551ce7a346dd99400c | refs/heads/master | 2021-05-18T23:12:18.631904 | 2020-03-30T21:12:16 | 2020-03-30T21:12:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,823 | sci | ged_NT2.sci | function[avt1_nt1, avt1_nt2, op_nt1, op_nt2, ge_nt1_indexu, ge_nt2_indexu, ge_nt1_indexu_low, ge_nt2_indexu_low] = nodal_test2(Qnt1, Q2nt1, jac_row, runsize, zr_nt_nodal, varargin)
[lhs, rhs] = argn(0);
if rhs > 5 then
is_multiple = varargin(1);
else
is_multiple = 0;
end
//Nodal test... |
b0667013c7da4a188cbdb6a5431895d0236be85c | cda6eccbae64d9ff794abcc196579fa9c4e702a2 | /CN - MMQ.sci | 2ddd982255d39f67f0f4392f59f37a86c8a3a863 | [] | no_license | maurochiozzi/metodos-numericos | 95041be3fe4314c84ecde20b642888f28283ba9b | 4e8aa880126dd3190ae4116780cab3bdaccc8efc | refs/heads/master | 2020-03-23T04:09:42.069754 | 2018-07-16T00:25:11 | 2018-07-16T00:25:11 | 141,067,870 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 538 | sci | CN - MMQ.sci | // f = ab ^ x
// ln(f) = ln(a) + xln(b)
// ln(f) = a0 + x * a1
// a = e^a0
// b = e^a1
function xr = mmqPolinomial(x, y, grau)
for i = 1 : (grau + 1)
for j = 1 : (grau + 1)
A(i, j) = sum( x .^ (j + i - 2))
end
end
for i = 1 : (grau + 1)
b(i) = sum(y .* (x .^ (i - 1)))
end
xr = A\... |
4595ce5f19c47ae4e5e30f6c7e3bd3ea3eed62ee | 2ba48648eefadee113a7c2f5d608cab5209c3a8b | /Unit&Func Test/单元测试文档/CagOS单元测试结果/LIBC/testcase/strlen.tst | 675212c905a3096a61b395ba754c6e46beefc50b | [] | no_license | wangdong412/Consen-SIS | 879762175575d0a62f26ec1effeb46c3fd62e3e8 | bca3fac35c961c3558a3438bca55e6d20825da3a | refs/heads/master | 2020-07-11T05:17:18.814104 | 2019-08-27T09:41:41 | 2019-08-27T09:41:41 | 204,450,874 | 1 | 5 | null | null | null | null | UTF-8 | Scilab | false | false | 1,398 | tst | strlen.tst | -- VectorCAST 6.4c (02/03/16)
-- Test Case Script
--
-- Environment : LIBC
-- Unit(s) Under Test: abort1 abs atof atoi atol bLib memchr memcmp memcpy memmove memset ns16550 qsort rand random random_r strcat strchr strcmp strcpy strlcat strlcpy strlen strncat strncmp strncpy strpbrk strspn strtod strtok strtok_r str... |
bec0b66e451a955c3b7363bf4c3bbdb5f5a36f7d | 8ad9380384d2751d79937ba5d6d581565596b891 | /macros/ply2vtk.sci | f733a96c5a9fe5af6664f07c28801329547f2e09 | [
"BSD-3-Clause"
] | permissive | iamAkshayrao/scilab_point_cloud_toolbox | 1d8845f0830ddb623383c8dbfeadc8a3a35e8801 | 5d592a695b7976f4e63f0ae24d0a14937e474642 | refs/heads/master | 2022-12-17T23:14:11.513116 | 2020-09-25T18:57:02 | 2020-09-25T18:57:02 | 290,829,006 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 501 | sci | ply2vtk.sci | function ply2vtk()
// Convert a PLY file to VTK format.
//
// Syntax
// PointCloud(plyFileName,vtkFileName,"ply2vtk")
//
// Parameters
// plyFileName : input file of ply format
// vtkFileName : output file of vtk format
//
// Description
// Input file is an PLY format which is them transformed to VTK format ... |
4583f5bbff940da9213872de54b34af243b8996f | 51326358678113eea1e2c6ed7afe97b9b94d4042 | /udemy_8_7/public/typo3conf/ext/extension_builder/Resources/Private/CodeTemplates/Extbase/Configuration/TypoScript/constants.tst | 22ab434494789a3f4bc6024c046bf3107a828947 | [
"GPL-2.0-or-later",
"Apache-2.0",
"GPL-2.0-only",
"MIT"
] | permissive | slaleye/typo3-v8.7-extension | 881d6b89edc991815e67ccf77565ca6d3b94b450 | 96a0c953cd80e7bda73314c53871c73fde99a979 | refs/heads/master | 2020-09-25T07:49:21.994135 | 2020-01-24T22:35:03 | 2020-01-24T22:35:03 | 225,953,883 | 0 | 0 | MIT | 2020-01-24T22:35:04 | 2019-12-04T20:46:05 | PHP | UTF-8 | Scilab | false | false | 1,839 | tst | constants.tst | <f:for each="{extension.plugins}" as="plugin">
plugin.{extension.shortExtensionKey}_{plugin.key} {
view {
# cat=plugin.{extension.shortExtensionKey}_{plugin.key}/file; type=string; label=Path to template root (FE)
templateRootPath = EXT:{extension.extensionKey}/Resources/Private/Templates/
#... |
97a2881091d87092d0d44d88ac342243b65a91b6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1499/CH6/EX6.1/s1.sce | 26f4f275a46c3c1bc6eca9df0c18905cf7550b16 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,192 | sce | s1.sce | s=%s;
s=poly(0,'s');
t=[0:0.05:10];
syms Kv;
g=(Kv/(s*(0.5*s+1)));
// given Kv=20
Kv=20;
g=(20/(s*(0.5*s+1)));
G=syslin('c',g)
fmin=0.01;
fmax=100;
subplot(2,2,1)
bode(G)
subplot(2,2,2),
plot2d(t,csim('step',t,G))
//bode(G,fmin,fmax)
//show_margins(G)
xtitle("uncompensated system")
[gm,freqGM]=g_... |
3045b3a40405b3c2d7de087e92cec1c3b8523dad | 449d555969bfd7befe906877abab098c6e63a0e8 | /323/CH1/EX1.24/Ex1_24.sce | 162d71f9ee06eb605220ab166e9b88d75b9d3d20 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 300 | sce | Ex1_24.sce | //Chapter 1,Example1.24,Pg1.27
clc;
disp("Refer to the figure shown in the problem")
I1=5/2 //The 3ohms resistance gets shorted hence current flows only through the 2 ohms resistor
I2=2
printf("\n I1=%.1f A \n",I1)
printf("\n I2=%.0f A \n",I2)
Vab=2*I1-8+5*I2
printf("\n Vab=%.0f V \n",Vab)
|
31369aa70b4659843070356d8da1427e756fb9e0 | d56141249002a5da7c4a2641dbdfc609809046a8 | /WT/BZ_reduced_axis.sce | 721c97173a61094d5ed396e8165a7911af3fe6f2 | [] | no_license | kcbhamu/DFTutilities | 14a77226c1229ec61563cc08316d6c32814ddb57 | d6c859407a6b13c8bc5340c08db7a0125d6ed4e6 | refs/heads/master | 2021-06-24T15:23:58.675113 | 2017-08-23T20:56:44 | 2017-08-23T20:56:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,081 | sce | BZ_reduced_axis.sce | // This code calculated the reduced BZ, i.e. c3 goes to infinite.
clear; clc; exec(PiLib);
//Parameters ==================================
a_vec=[..
5.992718 0.000000 0.000000
2.996359 5.189846 0.000000
2.996359 1.729949 4.893033]; // original lattice vectors
c_conv=[1 0 0; 0 1 0; 0 0 1]; // co... |
9ea1fbc949fdce4afc2283315f574f9cb7e65ea8 | 377d7d1de34ffba6e877eebb4d8f219cc5578241 | /cuda/lab3/bis/1.tst | 05fb3904b8eacdc93b8b528b132e0b0e8ca48735 | [] | no_license | Dashazyk/MAI_labs | 355da4cbae54dc1902d02fd1829336adaf85e769 | 69a53d660eae9ff349e6c96ad34861036fd1ca9e | refs/heads/master | 2022-04-30T01:38:59.364969 | 2022-03-30T19:14:42 | 2022-03-30T19:14:42 | 162,153,735 | 0 | 0 | null | 2021-09-10T10:29:36 | 2018-12-17T15:46:24 | C++ | UTF-8 | Scilab | false | false | 15 | tst | 1.tst | -5 10 0.000001
|
038ae02d9ca2455c91150a016aea1e5da636e04e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3831/CH4/EX4.8/Ex4_8.sce | cbaed2db68788cdc83b1a425463dc19ee7f116a5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 357 | sce | Ex4_8.sce | // Example 4_8
clc;funcprot(0);
// Given data
phi_e=120;// V
R=144;// ohm
t=1.50;// h
// Solution
// (a)
i_e=phi_e/R;// A
W_12=-phi_e*i_e*t;// The electrical current work in W.h
// (b)
W_ec=-phi_e*i_e;// W
printf('\n(a)The electrical current work,W_12=%3.0f W.h \n(b)The electrical power consumption,W_elec... |
87be696174c31e00f08e88a51d00037e1a440dd9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2939/CH3/EX3.7/Ex3_7.sce | e5ebda589d2b3a456cf36ea677b323114b8aa842 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 788 | sce | Ex3_7.sce |
// Ex3_7
clc;
// Given:
B=11.009305;
C1=12;
C2=11.001433;
p=1.0078;
n=1.0087;
Al=26.981535;
Si1=27.976927;
Si2=26.986705;
// Solution:
m1=(B+p-C1);//(a)
E1=m1*931;// of last proton in C in MeV
printf("\n The binding energy for the last proton in 12C is = %f MeV",E1)
m2=(C2+n-C1);//(b)
E2=m2*931;... |
277804f765cd28dff9e880cb36c2d4ae4279c51c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2150/CH6/EX6.11/ex6_11.sce | b0dcd0f4c333b79ddfa9b733d590c9030fc2d143 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,135 | sce | ex6_11.sce | // Exa 6.11
clc;
clear;
close;
// Given data
V_DD= 20;// in V
R1= 2.1*10^6;// in Ω
R2= 270*10^3;// in Ω
R_D= 4.7;// in kΩ
R_S= 1.5;// in kΩ
I_DSS= 8;// in mA
V_P= -4;// in V
V_G= V_DD*R2/(R1+R2);// in V
// V_GS= V_G-R_S*I_D (as Vs= I_D*R_S) and
// I_D= I_DSS*(1-V_GS/V_P)^2;// in A
// I_D= I_DSS*(1-(V... |
e6e20bd06030c7b5e334d7ecf733ffb9edcf86e0 | 717ddeb7e700373742c617a95e25a2376565112c | /1340/CH6/EX6.2/6_2.sce | 1044abd6d3165ccbac4a75ccb0861b58d7e7bf68 | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 1,050 | sce | 6_2.sce | clc;
s = poly(0,'s');//defines a polynomial
po = syslin('c',10/(s^5+2*s^4+3*s^3+6*s^2+5*s+3));//defines a transfer function
m = denom(po);//extraction of the denominator polynomial of the transfer function
co = coeff(m);//extraction of the coefficients of the denominator polynomial
n = length(co);
syms eps ;
f... |
32b4c2240536da094c9a6d3460a1e178dbf36c39 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2870/CH7/EX7.21/Ex7_21.sce | d77693dd379fe2eae0a16b81e0e233d0114f4dcc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex7_21.sce | clc;clear;
//Example 7.21
//given data
T=100+273;//in K
Q=-600;
Tb=25+273;//in K
//calculation
dSsys=Q/T;
disp(dSsys,'entropy change of water in kJ/K');
// Sin - sout + Sgen = dSsystem
Sgen= -Q/Tb + dSsys;
disp(Sgen,'total entropy generation in kJ/K')
|
2d6e5797485ce1b8bbff925d4e13c3acb1a03f1f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3838/CH3/EX3.30.A/EX3_30_A.sce | 35351849b4721553fba24b45d8cac25607f7c482 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 93 | sce | EX3_30_A.sce | //Example 3.30.A
clc;
syms s t;
x=laplace(3*t);
y=laplace(1);
z=x*y;
f=ilaplace(z);
disp(f);
|
99ecf17bb8b4eecb0c4f088095f648d231edafd1 | d9ccb377d324b55258e08c51f46c180f418df4fd | /hamming.sce | 77b7950a185dc7f6749a74925080284d2e5782ef | [] | no_license | SnehaNarendran01071998/CODES | bd7313aae0e4b82da5fcce170f2657135e92df5c | 8a9bd95b79d3dcb0c55e58801f70aa291f1aca87 | refs/heads/master | 2020-03-24T08:28:44.446613 | 2018-08-22T04:26:17 | 2018-08-22T04:26:17 | 142,596,997 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 923 | sce | hamming.sce | // Capt ion : Hamming Encoding
//H( 7 , 4 )
//Code Word Length = 7 , Mes sage Word l e n g t h = 4 ,
//Pa r i t y b i t s =3
// c l e a r ;
close ;
clc ;
// Ge t t ing Mes sage Word
m3 = input ( ' Ent e r the 1 b i t (MSb) o f me s sage word ' );
m2 = input ( ' Ent e r the 2 b i t o f me s sage word ' );
... |
797b84e1a3a3843cf9cc6fda7e8dc72383be0662 | c557cd21994aaa23ea4fe68fa779dd8b3aac0381 | /test/multiproject.tst | ce2fc6f32bcc0ef06553618a6571eb1d60463ace | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | dougsong/reposurgeon | 394001c0da4c3503bc8bae14935808ffd6f45657 | ee63ba2b0786fa1b79dd232bf3d4c2fe9c22104b | refs/heads/master | 2023-03-09T15:22:45.041046 | 2023-02-25T08:33:06 | 2023-02-25T08:33:06 | 280,299,498 | 1 | 0 | NOASSERTION | 2023-02-25T08:33:08 | 2020-07-17T01:45:32 | Go | UTF-8 | Scilab | false | false | 265 | tst | multiproject.tst | ## Test dissection of multiproject repo
branchify project1/trunk project1/branches/* project1/tags *
branchmap :project1/trunk:heads/master: :project1/tags:tags: :project1/branches:branches:
set testmode
read <multigen.svn
branch project2 delete
prefer git
write -
|
f324b2a7f4e1e3527dfa9da78b6fcd156db526cf | b983ae3ffa0de712cc7fc921e6662953dcdd20bd | /test_solve.sci | 07ba0cfb27fc4667517b1d5a6f8ddf1c4c083f93 | [] | no_license | amarHDev/TP-Calcul-numerique | 84a7c6b938e88068617f42882724d61558e4113c | af55cefdb20ad0f429fc0af682f4dbdd0fd9207e | refs/heads/main | 2023-01-28T15:43:36.536393 | 2020-12-03T02:35:19 | 2020-12-03T02:35:19 | 314,210,607 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 619 | sci | test_solve.sci | s = 100
rand("seed")
n=10;
U=rand(n,n);//Ici on génère une matrice carée avec des nombre aléatoires
UL=tril(U);//On prend la partie triangulaire inferieur de la matrice A
//On aura une matrice triangulaire inferieur
UU=triu(U);//On va prend la partie triangulaire superieur de la matrice A
//O... |
a37047e8618dac657a88904216ac79fde4929cbb | 449d555969bfd7befe906877abab098c6e63a0e8 | /3640/CH3/EX3.10/Ex3_10.sce | d81c8348ae0e3c68df561aa311f131b284afddf0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,160 | sce | Ex3_10.sce | clc
SB=10000000 //rating of transformer
VL1B=230000 //voltage rating
IL1B=SB/(sqrt(3)*VL1B)
mprintf("ILIB=%fA\n",IL1B)
VL2B=4160
IL2B=SB/(sqrt(3)*VL2B)
mprintf("IL2B=%fA\n",IL2B)
//star delta connected
mprintf("Rated kVA=SB/1000=%fkVA\n",SB/1000)
mprintf("Rated 11=I1B=ILIB=%fA\n",IL1B)
mprintf("Rated I2=I2B=... |
9f1cf7e9b6e9f1ded13566719fea48f341e4ce6b | 66106821c3fd692db68c20ab2934f0ce400c0890 | /test/interpreter/all_instrs.tst | 70d8900aae541dc85a620aa2afc0f3c8359edec5 | [] | no_license | aurelf/avrora | 491023f63005b5b61e0a0d088b2f07e152f3a154 | c270f2598c4a340981ac4a53e7bd6813e6384546 | refs/heads/master | 2021-01-19T05:39:01.927906 | 2008-01-27T22:03:56 | 2008-01-27T22:03:56 | 4,779,104 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,355 | tst | all_instrs.tst | ; @Harness: simplifier
; @Purpose: "Test variants of all instructions"
; @Result: PASS
adc r0, r0
add r0, r0
adiw r24, 0
and r0, r0
andi r16, 0
asr r0
bclr 0
bld r0, 0
brbc 0, 0
brbs 0, 0
brcc 0
... |
ae3988844f9ebdfb840a506029775ffc95bdfacc | 449d555969bfd7befe906877abab098c6e63a0e8 | /62/CH6/EX6.35/ex_6_35.sce | 3961a810606e7b9d3fe7198c1c0240e4c78221b7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex_6_35.sce | clear;
clc;
close;
disp("given system is y[n]-a*y[n-1]=x[n]");
disp("taking fourier transform H(w)=Y(w)/X(w)=1/(1-a*e^-j*w)");
//impulse response
n=-10:10;
w=-3:0.01:3;
a=.5;
Hw=ones(1,length(w))./(1-a*%e^(-%i*w));
h=(1/2*%pi)*Hw*exp(%i*w'*n);
disp("impulse response is a^n*u[n]")
plot2d3(n,h);
plot(n,h,'... |
14c08a88f1e123acf1f20d7d6fab8a97f5a19b95 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1895/CH5/EX5.17/EXAMPLE5_17.SCE | 93ef61b8edb153defe58f66a06f77cf790619e48 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,469 | sce | EXAMPLE5_17.SCE | //ANALOG AND DIGITAL COMMUNICATION
//BY Dr.SANJAY SHARMA
//CHAPTER 5
//ANGLE MODULATION
clear all;
clc;
printf("EXAMPLE 5.17(PAGENO 221)");
//given
V_m = 5//modulating voltage
f_m = 20*10^3//modulating frequency
V_c = 10//carrier voltage
f_c = 100*10^6//carrier frequency
delta_f = 2*10^3//frequeny deviati... |
cc1ed1c9c5a4f4b2e27b73e292378f31d6f21043 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3636/CH5/EX5.9/Ex5_9.sce | b2836059fd43652814d8e5fe593694fd73779d5f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 600 | sce | Ex5_9.sce | clc;
clear;
Na=10^15 //doping densities in cm^-3
Nd=10^17 //in cm^-3
V=0.5 //in V
e=1.6*10^-19 //in J
nn0=10^17 //in cm^-3
ni=1.5*10^10 //in cm^-3
Si_bandgap=1.1 //bandgap of silicon in eV
Const=0.0259 //constant value for kT/e in J
//Calculation
//a)
pn0=ni^2/nn0 //in cm^-3
pn=pn0*exp((V)/Const)
//b... |
519a52bcfbcc2907ebdfaafb6737dc4715a7fb1e | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/clearglobal.man.tst | f5b0f9983175e03028af39c7753c03d38d370a69 | [
"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 | 84 | tst | clearglobal.man.tst | clear;lines(0);
global a b c
a=1;b=2;c=3;
who('global')
clearglobal b
who('global')
|
65cbc30d71e5b35f12e5b64b67b96645d6b6e27a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3311/CH2/EX2.11/Ex2_11.sce | 0c51c68a19b9625dd1982f923c9c2299e9d6e330 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex2_11.sce | // chapter 2
// example 2.11
// Fig. E2.11
// Calculate shortest fault clearance time
// page-54-55
clear;
clc;
// given
Vm=120; // in V (sinosoidal ac supply)
integration=15; // in a^2.s (integral of square of current)
// calculate
t=integration/Vm^2; // calculation of fault clearance time
t=t*1E3; // changing unit fr... |
b4a4d92b678cd97eeaedc51d02f9766bdae6d12a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3776/CH6/EX6.4/Ex6_4.sce | 98157a320962afc522b7828ba226eff85dc83632 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 526 | sce | Ex6_4.sce | clear
//Given
l = 400 //mm - Length
b = 300 //mm - breath
F = 20 //KN _ the force applied on the beam
F_d = 0.75 //KN-m - The force distribution
d = 2 //mt - the point of interest from the free end
//calculations
//From moment diagram
M = F*d - F_d*d*1
I = b*(l**3)/12 //mm4 - Bending moment diagram... |
0f67087625f66a32dd698d3659d7395d4fa3b85f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1757/CH6/EX6.22/EX6_22.sce | 05ec1beda796020a54ab7aad30eb89472c4ef20a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | EX6_22.sce | //Example6.22 // To determine the output voltage
clc;
clear;
close;
Vin = 2 ;
R2 = 20*10^3 ;
R1 = 2*10^3 ;
// the output voltage of follower Vo1 is
Vo1 = Vin ;
disp('the output voltage of follower Vo1 is = '+string(Vo1)+ ' V');
// the output voltage of an inverting amplifier
Vo = -(R2/R1)*Vo1 ;
disp('Th... |
b681e1bfc0924ee011c03a9d52d7a6ef12fed1d5 | a45f93853fdb67523e71e3e7fb88c4298eae1ef7 | /Screens/Loading Ship Model Dialog Screen.tst | 822728d11325801ccbbf3464c137c22a8e4cf0f5 | [] | no_license | voarsh/Disney-Treasure-Planet-Battle-at-Procyon | 68192cbfdf8b823bc8399e3ea1e62d4976b74aed | 99cbbc70701ef6e8f9d95eba1052635de992910f | refs/heads/master | 2020-04-16T01:44:03.761947 | 2016-06-08T10:25:05 | 2016-06-08T10:25:05 | 38,745,932 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 830 | tst | Loading Ship Model Dialog Screen.tst | ScreenName String 'Loading Ship Model Dialog Screen'
ImplName String 'Dialog Screen'
ElementChunkArray Int 3
ScreenElementType Int 0
ImplName String 'Loading Dialog Backdrop'
TabIndex Int 4
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 262, 222, 647, 372 ) # left,top,right,bottom
ScreenElementType Int 2
... |
7145001e345f7cdb73bf8273c62e042e861c7029 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2294/CH12/EX12.2/EX12_2.sce | da1a60c9055601fab5f2721c2e304349df801a00 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,565 | sce | EX12_2.sce | //Example 12.2
//Find the probability of the problem.
disp('The sample space in this case is:-');
disp('(1,1) (1,2) (1,3) (1,4) (1,5) (1,6)');
disp('(2,1) (2,2) (3,3) (4,4) (5,5) (6,6)');
disp('(3,1) (2,2) (3,3) (4,4) (5,5) (6,6)');
disp('(4,1) (2,2) (3,3) (4,4) (5,5) (6,6)');
disp('(5,1) (2,2) (3,3) (4,4) (5,5)... |
7fe0c8b854fc983db1797305a3d128d91e5531da | 449d555969bfd7befe906877abab098c6e63a0e8 | /1847/CH2/EX2.32/Ch02Ex32.sce | 64d1d897dc5fc54e08d06ef0edc384ff28934a0d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 500 | sce | Ch02Ex32.sce | // Scilab Code Ex2.32:: Page-2.22 (2009)
clc; clear;
b = 1; // For simplicity assume fringe width to be unity, cm
S = 3*b; // Fringe shift, cm
lambda = 5890e-008; // Wavelength of light used, cm
mu = 1.6; // Refractive index of the mica sheet
// As S = b/lambda*(mu-1)*t, solving for t
t = S*lambda/(... |
be7c1c031c14416dd2be348410ad57fc33d97317 | 449d555969bfd7befe906877abab098c6e63a0e8 | /284/CH13/EX13.9/ex9.sce | 9c63c63d82641cfd099b1855ed27a98d5b949c11 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 291 | sce | ex9.sce | // Chapter 13_Optical Devices
//Caption_Quantum efficiency
//Ex_9//page 628
n2=3.666 //index of refraction in GaAs
n1=1 //index of refraction in air
T=((n2-n1)/(n2+n1))^2 //reflection coeffucient
printf('The reflection coefficient at semiconductor- air interface ius %1.2f',T) |
56a7558e28dbcb001696d4b98a873fcf089a23d6 | 40f9d230d0f7cee463619665b6e8d372f307989a | /tms07_recording.sce | 34afb61e5cc0fc2d8640f9dcc823e30cab0dc1e3 | [] | no_license | dljubenk/TMS | 8c4ee16a6f6bd8601a7351a041f1f0e909015c50 | 0f0fad466bb8ab2000aa492f448d6587c79407e1 | refs/heads/master | 2021-04-09T15:45:49.055980 | 2018-03-17T18:17:42 | 2018-03-17T18:17:42 | 125,656,976 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,802 | sce | tms07_recording.sce | #header
default_background_color = 255, 255, 255;
default_text_color = 0, 0, 0;
#nužno za TMS
response_logging = log_active;
write_codes=true;
pulse_width=1;
#nuzno za press for pause
active_buttons=2;
response_matching=simple_matching;
begin;
#SDL kod
picture{
text{
caption="+";
font_size=48;
};
x=0; y=0;
... |
109b3b1173fec7020df081b20f69bdef35fb3c0e | 449d555969bfd7befe906877abab098c6e63a0e8 | /530/CH2/EX2.8/example_2_8.sce | 515e08d913a3a56058894b67d6c0644e87aad905 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 863 | sce | example_2_8.sce | clear;
clc;
// A Textbook on HEAT TRANSFER by S P SUKHATME
// Chapter 2
// Heat Conduction in Solids
// Example 2.8
// Page 47
printf("Example 2.8, Page 47 \n\n")
// The bar will have two dimensional variation in temperature
// the differential equation is subject to boundary conditions
x1 = 0; // [cm]
... |
483cdc449b12b70066159b09bbba3189c2ff6a57 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3281/CH7/EX7.4/ex7_4.sce | 91b243c1cf7705eb47afc8d3ff01921bf1496f5e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 309 | sce | ex7_4.sce | //Page Number: 372
//Example 7.4
clc;
//Given
Gr=3D-4; //mho
Ge=3D-5; //mho
Ploss=200D+3; //W
V0=22D+3; //V
I0=28; //A
//(i) Circuit effciency
n=1/(1+(Gr/Ge));
disp('%',n*100,'Circuit effciency:');
//(ii) Electronic effciency
ne=1-(Ploss/(V0*I0));
disp('%',ne*100,'Electronic effciency:');
|
53421d1dce4a7a7855e83edea12415f52ceeeb1d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2621/CH7/EX7.5/Ex7_5.sce | 7953a5cb9967acf1c5df13c19ed18147953ac6f7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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_5.sce | // Example 7.5
clc;
clear;
close;
// Given data
format('v',5);
alpha= 1.414;// passband
C= 0.01*10^-6;// in F (assume)
fc= 1*10^3;// in Hz
dc_gain= 6;
R= 1/(2*%pi*C*fc);// in Ω
R= R*10^-3;// in kΩ
disp("The value of R is : "+string(R)+" kΩ (standard value 15 kΩ)");
R= 15;// in kΩ
Af= 3-alpha;// and Af= 1+... |
826da83d28d66cee40809bb7f2fced2899437538 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1739/CH1/EX1.3/Exa1_3.sce | f87b96749e7b016289ca6c78798c81e348ce5f6c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 224 | sce | Exa1_3.sce | //Exa 1.3
clc;
clear;
close;
//Given data :
format('v',5);
n1=1.52;//refractive index
//Formula : sin(theta_c)=n2/n1;
theta_c=73.2;//in Degree
n2=n1*sind(theta_c);
disp(n2,"Refractive Index of another medium : "); |
6f6066bab29fff24d4734d0ee8a0579e7655b1ce | 449d555969bfd7befe906877abab098c6e63a0e8 | /1970/CH4/EX4.11/Ch04Exa11.sce | f98d20cfd29df9c8f4a4587e19cc9a9ecb0a5e97 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ch04Exa11.sce | // Scilab code Exa11 : : Page 180 (2011)
E = 4e+06; // Energy lost in the scintillator, eV
N_pe = E/10^2*0.5*0.1; // Number of photoelectrons emitted
G = 10^6; // Gain
e = 1.6e-019; // Charge of the electron, C
Q = N_pe*G*e; // Charge collected a... |
4b8155fa34081c76845cb6ef3696915cdc2abcd3 | 127061b879bebda7ce03f6910c80d0702ad1a713 | /Manybody/PIL_bpt_lsjj_cg_coff.sci | 105ed21256a34ef9cd0793c762f84ed780c62d97 | [] | no_license | pipidog/PiLib-Scilab | 961df791bb59b9a16b3a32288f54316c6954f128 | 125ffa71b0752bfdcef922a0b898263e726db533 | refs/heads/master | 2021-01-18T20:30:43.364412 | 2017-08-17T00:58:50 | 2017-08-17T00:58:50 | 100,546,695 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,620 | sci | PIL_bpt_lsjj_cg_coff.sci | // **** Purpose ****
// calculate the two-particle CG coefficients of LS and JJ coupling
// **** Variables ****
// [L1,S1,ML1,MS1,L2,S2,ML2,MS2,J1,J2,J,MJ]: integer or half-integer
// <= the quantum numbers
// [coup]: char, 'ls', 'jj'
// <= specify the type of coupling
// [CG]: 1x1, real or complex
// => cg coefficient... |
ca55006100f13c798bfa4194c64101491fdf2546 | 6d1f05d2074f1d6f18d3d473f2dbd867c94fc7ee | /giarratano/SOURCE/TESTING/textpro.tst | 27bc6f1fa33ce9374f81970705b17daff40c9b2f | [] | no_license | arranger1044/icse-1516 | c40d2c86892cd90c14042a95581cbb0e238190fb | ee4bafb57bb549ef40e29b8edf8cdad038e97162 | refs/heads/master | 2020-12-24T19:04:01.588095 | 2016-05-31T07:46:47 | 2016-05-31T07:46:47 | 56,578,768 | 14 | 5 | null | null | null | null | UTF-8 | Scilab | false | false | 278 | tst | textpro.tst | (unwatch all)
(clear)
(dribble-on "textpro.out")
(batch "textpro.bat")
(dribble-off)
(clear)
(open "textpro.rsl" textpro "w")
(load "compline.clp")
(printout textpro "textpro.bat differences are as follows:" crlf)
(compare-files textpro.exp textpro.out textpro)
(close textpro)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.