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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9d30b48df672ca14629051640d625e03e016b1a7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1442/CH19/EX19.9/19_9.sce | 80fd6fe80ec80df7acfa30958cdcf7905384990f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 189 | sce | 19_9.sce | clc
//initialisation of variables
Wc= 12 //kg
hf= -393520 //kJ/kmol
gf= -394360 //kJ/kmol
//CALCULATIONS
Wmax= -gf/Wc
//RESULTS
printf (' maximum work= %.f kJ/kg of carbon ',Wmax)
|
65b49c46cfec11d55735b88b4c1501e99da59cc4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3308/CH22/EX22.1/Ex22_1.sce | 4f24bf3be4a6d64caee037bd2df66ce1b9e34864 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 895 | sce | Ex22_1.sce | clc
// Given that
l=6//in inch Length of rod
di=1/2//in inch initial diameter of rod
df=0.480//in inch final diameter of rod
N=400//in rpm spindle rotation
Vt=8//in inch/minute axial speed of the tool
// Sample Problem on page no. 600
printf("\n # Material Removal Rate and Cutting Force in Turning # \n")... |
88a5846ba83b271c669614d135f7a7c3994222dd | 2f14b5754bf00d8f425d930813ec9fbb37443f20 | /Pythagorean or nah.sce | 90ec32fa1681aa13e2b271a80f16e47146dac642 | [] | no_license | sohamkan/Sci-projects | 9f14b01e4937ccf3cf59732fc19d495d566bfaae | 5baf7456498ba0075760095655826b7ddcae471e | refs/heads/master | 2022-11-22T04:03:53.155413 | 2020-07-12T04:31:34 | 2020-07-12T04:31:34 | 278,990,043 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 323 | sce | Pythagorean or nah.sce | clc
clear
a=input("Enter side 1:")
b=input("Enter side 2:")
c=input("Enter side 3:")
if a^2+b^2==c^2;
then disp('Pythagorean Triplet')
elseif a^2+c^2==b^2
then disp('Pythagorean Triplet')
elseif b^2+c^2==a^2
then disp('Pythagorean Triplet')
else
disp('Not a Pythagorean Triplet')
en... |
910019f20e8d1d27077cfbca6b056e72a06bbd96 | 449d555969bfd7befe906877abab098c6e63a0e8 | /683/CH4/EX4.1/MF_1.sce | b01079dffa2447bf4e8ec85b6d111db21ffddf13 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 837 | sce | MF_1.sce | // sum 4-1
clc;
clear;
d=70;
dmin=50;
dmax=80;
D=sqrt(dmin*dmax);
D=63;
i=0.458*(D^(1/3))+(0.001*D);
//standard tolerance for H8 is ST1
ST1=25*i;
ST1=ST1*10^-3;
//standard tolerance of shaft for grade g7 is ST2
ST2=16*i;
ST2=ST2*10^-3;
es=-(2.5*(D^0.333));
es=es*10^-3;
ei=es-ST2;
//Lower limit for h... |
233564af1a6a01e23394f0ed398bf092fab6ffb0 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.17_14.tst | e85a84479e3a54737a34fe27f027ab4f0bf0d02d | [] | 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 | 26,720 | tst | bow.17_14.tst | 17 83:0.03333333333333333 152:0.3333333333333333 206:0.5 530:1.0 1657:1.0 2706:1.0 3206:0.5 3216:0.5 3301:0.3333333333333333 3421:1.0 3986:1.0 4022:0.5 4214:1.0 5474:1.0 6201:1.0 6220:1.0 7435:1.0 7591:1.0
17 10:0.2 20:1.0 44:0.14285714285714285 56:0.25 66:1.0 86:0.09090909090909091 226:1.0 248:0.5 328:0.11111111111111... |
5493745781110c9bad1ccdae18b0c777a2708ba5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2258/CH4/EX4.2/4_2.sce | 52272ed5e059e37d4002dc4287aab9c63d5ab06c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 223 | sce | 4_2.sce | clc();
clear;
// To calculate the relative permeability of ferromagnetic material
H=220; //field in amp/m
M=3300; //magnetisation in amp/m
chi=M/H;
mew_r=1+chi;
printf("relative permeability is %f",mew_r);
|
2a63fb055a606e06b01661079821069506fca309 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3785/CH4/EX4.5/Ex4_5.sce | 4d1a14b44c015aa20afe08e647b6a85ebc404c99 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex4_5.sce | // Example 4_5
clc;funcprot(0);
// Given data
rho=1.225;// The density of air in kg/m^3
A_0=1.0;// Area of orifice in cm^2
A_pV=2.5*10^-4;// The volumetric flow rate in m^3/s
// Calculation
P=(rho*(A_pV)^3)/(2*(A_0*10^-4)^2);// The power expended in inhaling in W
printf("\nThe power P expended in inhaling (or... |
9e5197b4bf0ead31cb50157b1626fb8be44e38f1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3811/CH6/EX6.6/Ex6_6.sce | b364f178c74801e38b565942e69004527d7df7ec | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 554 | sce | Ex6_6.sce | //Book name: Fundamentals of electrical drives by Mohamad A. El- Sharkawi
//chapter 6
//example 6.6
//edition 1
//publisher and place:Nelson Engineering
clc;
clear;
T=60;//Constant load torque in Nm
V=120;//supply voltage in volt
KQ=2.5;//Field constant of the motor
Ra=2;//Armature resistance in ohm
n=200;/... |
5fa0b68467e8cf9de43812ae265649eb81dafa24 | 623a9dd972dc78dbde5d5b8dc187acd6a1eb5910 | /TP4/secante.sci | c924f668e90c9f63fc3314605fde83fecd45e944 | [] | no_license | gtessi/CN2012-FICH | 0daad054ceb6c36636ee5e8b174a676b9e0acb9b | 4024384653b61b5af9e1c11ffb575e154025ee47 | refs/heads/master | 2020-03-27T05:53:04.684505 | 2018-08-25T03:03:15 | 2018-08-25T03:03:15 | 146,059,800 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 527 | sci | secante.sci | function [x,h] = secante(f,xmin,xmax,kmax,tol)
if(xmax==xmin) then
disp("No se puede aplicar el metodo, intervalo=0.");
return;
end
h=zeros(1,kmax);
p0=xmin;
p1=xmax;
q0=f(p0);
q1=f(p1);
i=2;
while(i<kmax+2)
p=p1-q1*(p1-p0)/(q1-q0);
r=abs(... |
2b2d7c76c0d0ff2169161599cc06f6ef15972bd2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1019/CH3/EX3.17/Example_3_17.sce | 41de7fdcb8bfb70c3e75b8ed7d82ee1d15155561 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 369 | sce | Example_3_17.sce | //Example 3.17
clear;
clc;
//Given
DHCC=348;//bond energy of C-C bond in kJ
DHCH=413;//bond energy of C-H bond in kJ
DHHH=436;//half of the bond energy in hydrogen molecule in kJ
DHC2C=610;//bond energy of C=C bond in kJ
//To determine enthalpy change
delHf=DHC2C+DHHH-(2*DHCH)-DHCC;//enthalpy change in kJ
... |
3e54852910e061bfd297453a47e6f6c5ef6d84c9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH5/EX5.37/Ex5_37.sce | 27d4906c9d33f23552712a4018cf404a0e060480 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 262 | sce | Ex5_37.sce | clear
//Given
R1=2.0 //ohm
R2=3 //ohm
R3=2.8
E=6 //V
//Calculation
Rab=R1*R2/(R1+R2)
Rt=Rab+R3
I=E/Rt
Vab=I*Rab
I1=Vab/2.0
//Result
printf("\n The steady state current is %0.3f A", I1)
|
2e6bb750b484d62b5ee788a8e910f92e743c3e9f | d566bba06eac5fd01c3fce33bf071b090a59c00f | /specgram.sci | 545f3ff69e840393ae8a4f440132695496ea8dc0 | [] | no_license | ShashikiranYadalam/Signal_processing_toolbox | bf583f2592f6155e81d8cdcca8024c5e78e9c1dd | ebe9d76212a1f9b13948e6c84ecd9ecf04f5c454 | refs/heads/master | 2020-03-20T04:14:32.884061 | 2018-06-13T11:14:50 | 2018-06-13T11:14:50 | 137,176,252 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,525 | sci | specgram.sci | function [S_r, f_r, t_r] = specgram(x,n,fs,window,overlap)
//Generate a spectrogram for the signal x. The signal is chopped into overlapping segments of length n, and each segment is windowed and transformed into the frequency domain using the FFT. The default segment size is 256. If fs is given, it specifies the sampl... |
9f8f8375e916afe9aa2b4bfb38f1e22def30303b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2870/CH7/EX7.23/Ex7_23.sce | 5fcbaf2c35773393a0ffc69a2b0de4f743b57ff9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 272 | sce | Ex7_23.sce | clc;clear;
//Example 7.23
//given data
P1=85.6;
P2=985.6;
P2r=885.6;
CC=12000;//current cost
//constants used
n=1.4;
//calulation
freduction=1-(((P2r/P1)^((n-1)/n)-1)/((P2/P1)^((n-1)/n)-1));
CS=CC*freduction;
disp(round(CS),'cost savings in Dollar/yr')
|
225a14424b0a574b3eddfc8ac8671ca87089337e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1523/CH4/EX4.58/ex4_58.sce | 7fb6a1605dc2dee5cf969e29ed7753a4cce047f8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 486 | sce | ex4_58.sce | //AC Circuits : example 4.58 :(pg 4.46)
R=20;
phi=45;
Z=R/cosd(phi);
XC=sqrt((Z^2)-(R^2));
XL=(2*XC);
w=1000;
L=(XL/w);
C=(1/(w*XC));
printf("\nvL=300sin(1000t) \nR=20 Ohm \nphi=45 \nVL(max)=2Vcc(max) \nsqrt(2)*VL=2*sqrt(2)*VC \nI*XL=2*I*XC \nXL=2*XC \ncos(phi)=R/Z");
printf("\nZ=%.2f Ohm",Z);
printf("\nZ=sq... |
9a5b36dfe66a77336321a50d4f9534baba98d1b1 | e41b69b268c20a65548c08829feabfdd3a404a12 | /3DCosmos/Data/Scripts/Astronomy/Earth/SeasonsSkyDome.SCI | 1e3a7aee8eb20833a2706f8147c14ccce8d0654d | [
"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 | 10,782 | sci | SeasonsSkyDome.SCI | codeblock readtextfile(ScriptDir+"\_TOOLS.sci");
codeblock readtextfile(ScriptDir+"\_SSYS.sci");
codeblock readtextfile(ScriptFilePath+"\_SUB\_Colors.sci");
codeblock readtextfile(ScriptFilePath+"\_SUB\_SkyViewTools.sci");
codeblock readtextfile(ScriptFilePath+"\_SUB\_Figure.sci");
#===================================... |
ffa49301446c9cd2f89ae8b3a0873018d9b7c047 | 449d555969bfd7befe906877abab098c6e63a0e8 | /98/CH26/EX26.4/example26_4.sce | 5f01de3b50951d9122c072e2a8c5b5d978a3d403 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 576 | sce | example26_4.sce | //Chapter 26
//Example 26_4
//PAge 600
clear;clc;
v=132*1e3;
f=50;
lt=200;
d=20;
s=4;
eo=8.854*1e-12;
r=d/2/1000;
c=2*%pi*eo/log(s/r);
w=2*%pi*f;
l=1/(3*w^2*c*lt)/1000;
xl=2*%pi*f*l;
fi=v/sqrt(3)/xl;
rating=v/sqrt(3)*fi;
printf("Capacitance between phase and nuetral = %.2f*10^-9 F/km \n\n", c*1e12);
printf("Capacit... |
c881961f7a3791eccc12a5f2dd79e08a284d309d | 9b046504c3b7683d3bfa294fe100408058e75aa3 | /Metodos/Clase1/SolucionesScilab/problemaCLase.sce | a4ae932329f9154a63b95a3775e4622c0efa15e3 | [] | no_license | DavidAlex99/Cursos | f15cb4f4fbb35a6eb62cbae0a9b51ea671f3ea8f | aee547ab09db7e535bea5a6d41ed6e455f8a9a89 | refs/heads/master | 2023-01-08T02:46:07.502656 | 2020-11-14T00:45:57 | 2020-11-14T00:45:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 556 | sce | problemaCLase.sce | t = 0:2:10
g = 9.8
m = 68.1
cD = 12.5
//Método analitico
v = (g*m/cD)*(1-exp(-cD*t/m))
//Método de Euler
[ve] = (length(t))
ve(1) = 0
plot(t,v,'marker','>','color','red')
for i = 1:1:length(t)-1
ve(i+1) = ve(i)+(g-cD*ve(i)/m)*(t(i+1)-t(i))
end
plot(t,ve,'marker','>','color','blue')
t2 = 0:0.5:10
[vf] = (lengt... |
236c14f81ea54c326de43028c7a2e28dcc0c5617 | 5f48beee3dc825617c83ba20a7c82c544061af65 | /tests/s/82.tst | 28d533ffd00dbb4da1e34a603c036c284c978909 | [] | no_license | grenkin/compiler | bed06cd6dac49c1ca89d2723174210cd3dc8efea | 30634ec46fba10333cf284399f577be7fb8e5b61 | refs/heads/master | 2020-06-20T12:44:17.903582 | 2016-11-27T03:08:20 | 2016-11-27T03:08:20 | 74,863,612 | 3 | 0 | null | null | null | null | WINDOWS-1251 | Scilab | false | false | 100 | tst | 82.tst | struct T {
int A;
};
int f(void)
{
struct T;
struct T z;
z.A;
}
/* ошибка */ |
1e0c75a389fc5dfdad0ef1c1123d0119f94c8fc1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3862/CH4/EX4.17/Ex4_17.sce | ac0c13a129b6587e511c0f834ab0da0fd799e48c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,483 | sce | Ex4_17.sce | clear
//
//The given composite section may be divided into simple rectangles and triangle
//variable declaration
A1=100.0*30.0 //Area of 1,mm^2
A2=100.0*25.0 //Area of 2,mm^2
A3=200.0*20.0 //Area of 3,mm^2
A4=87.5*20.0/2.0 ... |
25fa6ce7a62cfbbfbd25ee63b8f5c88040167cb7 | 2ae858a680a4ccf8a2ec89a45a1e48a0292d8eab | /macros/imguidedfilter.sci | 392c0de7f3197b6a7a85c01447ad45b0ff88bbca | [] | no_license | shreyneil/FOSSEE-Image-Processing-Toolbox | f315a82c325b2d6cbd0611689f3e30071a38490d | dd1cbd0dcbe0c3dd11d6ce1ab205b4b72011ae56 | refs/heads/master | 2020-12-02T16:26:13.755637 | 2017-07-07T19:22:33 | 2017-07-07T19:22:33 | 96,552,147 | 0 | 0 | null | 2017-07-07T15:32:15 | 2017-07-07T15:32:15 | null | UTF-8 | Scilab | false | false | 2,814 | sci | imguidedfilter.sci | // Copyright (C) 2015 - IIT Bombay - FOSSEE
//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.cecill.info/licences/Licence_CeCILL_... |
0a7be95dd7b0ecd290cd7873b123a187a68aa82c | 53938ad1172790849e9fc4c5db5bec8478c91bc7 | /rungekutta.sci | 15caf3bbf3f7f1eb3de10e962dcb296d40f40bed | [] | no_license | JonasBarcat/metodos-numericos | ef1a8696d4d699011b44d7c49de2e4885c67797c | cb57c49e426e7d41374a40cb9f93713071c0fe31 | refs/heads/master | 2020-08-09T21:32:27.424462 | 2019-11-29T13:34:32 | 2019-11-29T13:34:32 | 214,179,750 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 373 | sci | rungekutta.sci | funcprot(0);
function[] = rungekutta(x,y,f,v)
h=v(2)-v(1);
i=1;
while(i<length(v))
k1=f(x,y);
k2=f(x+h/2,y+(h/2)*k1);
k3=f(x+h/2,y+(h/2)*k2);
k4=f(x+h,y+h*k3);
y1=y+(h/6)*(k1+2*k2+2*k3+k4);
y=y1;
x=x+h;
i=i+1;
end
... |
3ee1eb781e4dcfdfa9c6f70ba4167156a0451cb4 | 42fdf741bf64ea2e63d1546bb08356286f994505 | /test_20151220_leastsquares/EKV_IVcurve_nfet.sce | cf0089daf2b0650c529e2b0b6eef5683a6e2b723 | [] | no_license | skim819/RASP_Workspace_sihwan | 7e3cd403dc3965b8306ec203007490e3ea911e3b | 0799e146586595577c8efa05c647b8cb92b962f4 | refs/heads/master | 2020-12-24T05:22:25.775823 | 2017-04-01T22:15:18 | 2017-04-01T22:15:18 | 41,511,563 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 10,521 | sce | EKV_IVcurve_nfet.sce | // EKVFIT Attempts to fit a simplified EKV model to (VG, ISAT) pairs.
// EKVFIT(VG, ISAT, EPSILON) attempts to fit a simplified EKV model for
// the saturation region of MOS transistor operation to measured values
// of gate voltage (specified in VG) and channel current (specified in
// ISAT). The assumed form of the ... |
0844ac7d268049a7c66a32d9b182bc192f7065b2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /767/CH5/EX5.7.4/Ch05Exa5_7_4.sci | 35bdd7106c50b849680f0c0e385944da42fe3033 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 589 | sci | Ch05Exa5_7_4.sci | // Scilab code Exa 5.7.4 : To calculate the frequency of the scattered photon Page.no. 234 (2011)
h = 6.626e-034; // Value of Planck's constant, J
m_e = 9.11e-031; // Mass of the electron,Kg
c = 3e+08; // Velocity of light, pm/s
A = 60; // Angle between scattered radiation and incident radiation, degree
v_0 = 3.... |
baa170ff1514251df9da0f355c998bb6879e080e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3574/CH2/EX2.2/EX2_2.sce | 2db51954a490b2a29286d75a5991687931f77578 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,034 | sce | EX2_2.sce | // Example 2.2
// Computation of (a) Turns ratio (b) Number of turns in each winding
// (c) Magnetizing current
// Page No. 42
clc;
clear;
close;
Ep=2400; // Induced emf in primary winding
Es=240; // Induced emf in primary winding
Bmax=1.5; // Maximum flux density
... |
f335b5455e9bdb6717f1c782d868d37a087d6979 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1328/CH17/EX17.1/17_1.sce | a8e5bc6be7f8b231e362b1c8ad749202e53c3f52 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 302 | sce | 17_1.sce | printf("\t example 17.1 \n");
pw=0.4298; // psia, at 75F, table 7
pt=14.696; // psia
t=75;
Mw=18;
Ma=29;
X=(pw/(pt-pw))*(Mw/Ma);
printf("\t humidity is : %.4f lb water/lb air \n",X);
H=(X*t)+(1051.5*X)+(0.24*t); // eq 17.54
printf("\t enthalpy at 75F is : %.1f Btu/lb dry air \n",H);
// end
|
de60239d0c4e8eeef432f727607697d4e2b757a5 | 717ddeb7e700373742c617a95e25a2376565112c | /806/DEPENDENCIES/258.sci | 16ab7fda0f36faef2153064b817c1d529e937dea | [] | 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 | 59 | sci | 258.sci | h=1//m(height of flash board)
w=1//m(width of flash board) |
4936e9fee395d4e9038681f41086e2a80b962613 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set6/s_Electrical_Power_Systems_C._L._Wadhwa_1055.zip/Electrical_Power_Systems_C._L._Wadhwa_1055/CH13/EX13.8/ch13_8.sce | 79a5bf5c15a9f4ca5d8473ebe6dce8caed09ef0c | [] | 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 | 218 | sce | ch13_8.sce | errcatch(-1,"stop");mode(2);//Determine the percent increase of busbar voltage
;
vx=3;// percent reactance of the series element
sinr=.6;
V=vx*sinr;
mprintf("Percent drop of volts=%.1f percent\n",V);
exit();
|
1c75952bdea0b8b52e2ab0d638d59385f43db634 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2120/CH6/EX6.23/ex6_23.sce | 2c270c5e8f03b955fd0d4c578b523a59f17b2c5a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 334 | sce | ex6_23.sce | //Exa 6.23
clc;
clear;
close;
// Given data
T1= 180+273;// in K
T2= 20+273;// in K
// W_A/Q1= 1-T3/T1 (i)
// W_B/QB= 1-T2/T3 (ii)
// W_A= W_B (iii)
// Q1= Q_B+W_A (iv)
// From eq(i),(ii),(iii) and (iv)
T3= (T1+T2)/2;// in K
disp(T3-273,"The intermediate temperature in °C ... |
df937d06a91025e570266cb3e7fd97f6750af68d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3808/CH2/EX2.15/Ex2_15.sce | 00417224f077a5205bfb108a0a837bd4e0b1df0b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex2_15.sce | //Chapter 02:Basic Structures: Sets, Functions, Sequences, Sums and Matrices
clc;
clear;
n1=100
n2=49
//From table 2 summation k^2=(n(n+1)(2n+1))/6
v1=(n1*(n1+1)*(2*n1+1))/6
v2=(n2*(n2+1)*(2*n2+1))/6
v=v1-v2
mprintf("Summation k^2 ,k=50 to 100 is %d",v)
|
2d9447971cea223c99470ab2911b75060875c87f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1427/CH2/EX2.21/2_21.sce | c837eb1e09c992e157980850c2694c3f7fa1f86b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,574 | sce | 2_21.sce | //ques-2.21
//Calculating GCV and NCV of coal and minimum theoretical air required for combustion and composition of dry products with excess air
clc
C=75;//Percentage of carbon in coal
H=9;//Percentage of hydrogen in coal
S=2;//Percentage of sulphur in coal
O=4;//Percentage of oxygen in coal
N=3;//Percentage of... |
9aaf018dcbc2d499a432552d648d57e07c144e7f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1388/CH3/EX3.16/3_16.sce | a90466cf9fc648760e69d3642f6452bec6595245 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 164 | sce | 3_16.sce | clc
//initialisation of variables
H= -350.2 //kcal
H1= -128.67 //kcal
H2= -216.90 //kcal
//CALCULATIONS
H3= H-(H1+H2)
//RESULTS
printf (' Enthalpy = %.1f kcal ',H3) |
a5dae2207de631f5f271b5a26e64a750e4f8a73b | 499d051e2a4fa1bb1cc5ac86c4fe23ae88d60a6d | /scilab/get_inverses.sci | a0b227ec68a93db38eec94f27fc88d63bd5465a0 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gap-packages/automgrp | 27ef69cfb6a97093e708c4241abc2f002053359b | bae72980572af919f6498e13e88d71feb9175875 | refs/heads/master | 2022-10-11T13:52:38.771189 | 2022-09-23T07:10:33 | 2022-09-23T07:10:33 | 209,880,291 | 2 | 0 | MIT | 2022-01-27T00:21:10 | 2019-09-20T21:00:32 | GAP | UTF-8 | Scilab | false | false | 346 | sci | get_inverses.sci | //
function [full_mat] = get_inverses(mat)
[m, d] = size(mat);
inv_mat = mat;
for i = 1:m
if inv_mat(i,3) == 0 then
inv_mat(i,1) = inv_mat(i,1) + m;
inv_mat(i,2) = inv_mat(i,2) + m;
else
t = inv_mat(i,1);
inv_mat(i,1) = inv_mat(i,2) + m;
inv_mat(i,2) = t + m;
end
end
full_mat = [mat... |
b1ca682594eea3383e692b74c1415faa8bb4f1f0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /788/CH10/EX10.1.b/10_1_soln.sce | 08747cf36305d2925129bb377ac7c640fbb77e32 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 401 | sce | 10_1_soln.sce | clc;
pathname=get_absolute_file_path('10_1_soln.sce')
filename=pathname+filesep()+'10_1_data.sci'
exec(filename)
// Solution:
// flow-rate in ft^3/s,
Q_fps=Q/449; //ft^3/s
// minimum required pipe flow area,
A=(Q_fps/v)*144; //in^2
// minimum inside diameter,
D=sqrt((4*A)/(%pi)); //in
// Results:
printf("\n Results:... |
c60c229faa4b02130caf23e701a7d5d0b20c0aab | 449d555969bfd7befe906877abab098c6e63a0e8 | /2384/CH1/EX1.19/ex1_19.sce | d063200fec01a71013850cefda8413df5d18ba14 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,154 | sce | ex1_19.sce | // Exa 1.19
clc;
clear;
close;
format('v',7)
// Given data
R1= 10;// in ohm
R2= 10;// in ohm
R3= 20;// in ohm
R4= 20;// in ohm
R5= 20;// in ohm
V= 10;// in V
I1= 1;// in A
I7=0.5;// in A
//Applying KCL at node A: VA*(R1+R2)+VB*-R1 = I1*R1*R2 ... |
be13448b5726c9a2a8ed8023e18df6fe63e83866 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1373/CH3/EX3.27/Chapter3_Example27.sce | b7778e4c39bb8cdd94419e62143f6df6f6b903fe | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 778 | sce | Chapter3_Example27.sce | //Chapter-3, Example 3.27, Page 103
//=============================================================================
clc
clear
//INPUT DATA
D=0.025//Diameter of the rod in m
Ti=22;//Temperature of air in the room in degree C
x=0.1;//Distance between the points in m
T=[110,85];//Temperature sat two points in de... |
bae2bf0e20d31b3a6ec714285f25986065985088 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2054/CH1/EX1.22/ex1_22.sce | 4db70c2dbd208b17a88380c2b666d7de1e0452a1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 380 | sce | ex1_22.sce | //Exa:1.22
clc;
clear;
close;
P_o=37.5*1000;//in watts
N=500;//in rpm
T_l=P_o*60/(2*%pi*N);//Full load torque (in Newton-meter)
T_st=(1.1+1.4)*T_l/2;// Average Starting Torque (in Newton-meters)
T_a=T_st-T_l;//total available torque for acceleration
J=20;//Moment of Inertia (in Kg-m^2)
t1=J*2*%pi*N/(60*T_a);... |
951b5e5eb01358e3e67f0a37ae0b804ae754699a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3850/CH28/EX28.4/Ex28_4.sce | 8bff3c8698a59fbd549ee83eabb6d54a24e9eb84 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 355 | sce | Ex28_4.sce |
//To calculate the Net Rate of Heat Loss
//Example 28.4
clear;
clc;
A=10*10^-4;//Surface Area of Blackbody in m^2
T=400;//Initial Temperature in Kelvin
T0=300;//Final Temperature in Kelvin
Sigma=5.67*10^-8;//Stefan Constant
delU=Sigma*A*(T^4-T0^4);//Net Rate of Heat Loss
printf("The net rate... |
34dfe851489b6f42bbf1a119a0bd67dcfd8e1dda | 449d555969bfd7befe906877abab098c6e63a0e8 | /1640/CH5/EX5.11/5_11.sce | 87670af62990e063717525f0191e9845d41687e7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 5_11.sce | clc
//initialisation of variables
d= 8 //in
l= 6000 //ft
H= 100 //ft
H1= 1000 //ft
f= 0.008
g= 32.2 //ft/sec^2
h1= 24 //ft
h2= 34 //ft
h3= 25 //ft
w= 6.24 //lb/ft^3
//CALCULATIONS
v= sqrt(H*d*2*g/(4*f*l*12))
h= -h1+(v^2/(2*g))+h3+(4*f*H1*v^2/(2*g*(d/12)))
Q= %pi*(d/12)^2*v*3600*w/4
//RESULTS
printf (... |
7b6a79612f56f25f6ac7b83f14deac5ea9fc51cc | 4a9f190afee555b0b80b83855ab62d9c529f5b34 | /Assignment3/task1/task1.sce | 3578b13c1ffa674574e907d63a12229156b1cb0c | [] | no_license | imajou/IU-S20-DSP-Assignments | 5ab41f331f996d9764be41a56fb2eee9e7cd5267 | e518c52a1ef988a6871cb078b25e64e75ed0fc95 | refs/heads/master | 2022-10-22T09:24:33.601398 | 2020-06-12T21:24:23 | 2020-06-12T21:24:23 | 271,892,319 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,290 | sce | task1.sce | // Function to generage dirac delta sequence and save it as wave file
function[delta] = GenerateDelta()
discretization = 192000;
sin_amp = 1;
sin_freq = 440;
sin_step = sin_freq * (2 * %pi) / discretization;
sin_samples = [1:discretization / 8] * sin_step;
sin_sig = sin_amp * sin(sin_samples);
... |
dc7c09214c319e17cc16063e336b0f3c15bef616 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1703/CH5/EX5.6/5_6.sce | 6d4a549adb6ac77e4d7bae934bd145acbf5f2a34 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 470 | sce | 5_6.sce |
clc
//initialisation of variables
b= 3.5 //ft
H= 2.5 //ft
w= 3 //ft
h= 6 //ft
g= 32.2 //ft/sec^2
//CALCULATIONS
Q= 3.09*b*H^1.5
v= Q/(w*h)
H1= H+(v^2/(2*g))
Q1= 3.09*b*H1^1.5
hc= (Q1^2/(b^2*g))^(1/3)
h2= 0.5*(sqrt(hc^2+8*hc^2)-hc)
dh= h2+b-w
//RESULTS
printf("Flow rate = %.1f cusecs",Q)
printf("\n F... |
bb4f19182f6ab4e0b17a0287eee0afdc47bbbab3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2168/CH3/EX3.16/Chapter3_example16.sce | e8585cf9936acee821d2ab2ec1f1f92f5d2a9288 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,667 | sce | Chapter3_example16.sce | clc
clear
//Input data
p1=1//Pressure of air intake in kg/cm^2
T1=50+273//Temperature of air intake in K
v=(1/14)//Volume compresses by it adiabatically of its original volume
x=2//During the first stage, the pressure increases at constant volume to twice the pressure of the adiabatc compression, and during the s... |
912ac51dd97921bd6d90503f7af80bc779a22082 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/SCHI/YE70NQR/ATWM1_Working_Memory_MEG_YE70NQR_Session1/ATWM1_Working_Memory_MEG_Nonsalient_Uncued_Run1.sce | 60ecdac3e0de72d437e8d456463d33f37e00c47c | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 48,618 | sce | ATWM1_Working_Memory_MEG_Nonsalient_Uncued_Run1.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run1";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monito... |
b1b1d077c39811c7fee4ee75ab20fb7575ca16f8 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/JY25NGP/ATWM1_Working_Memory_MEG_JY25NGP_Session2/ATWM1_Working_Memory_MEG_Nonsalient_Uncued_Run2.sce | 5ce7ae241c09c667e0bfaf8510e9d58e62690c68 | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 48,617 | sce | ATWM1_Working_Memory_MEG_Nonsalient_Uncued_Run2.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run2";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monito... |
f34301e8a5576ec30ae8844a92a924640bbaf1ce | 449d555969bfd7befe906877abab098c6e63a0e8 | /3845/CH19/EX19.6/Ex19_6.sce | 889d5ecc34387f105b3be61f8d7f8e72f88592e5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex19_6.sce | //Example 19.6
k=8.99*10^9;//Coulomb's constant (N.m^2/C^2)
Q=-3*10^-9;//Charge (C)
r=5*10^-2;//Distance (m)
V=k*Q/r;//Voltage (V)
printf('Voltage = %0.2f V',V)
//Answer varies due to round off error
//Openstax - College Physics
//Download for free at http://cnx.org/content/col11406/latest
|
854e6816d0b8534633a7147f87eb4b59a28d912f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3363/CH13/EX13.1/Ex13_1.sce | 0b9e695cd9a3f9b12d1d022addae61c1210323e8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 222 | sce | Ex13_1.sce | //Example 13.1, Page no 471
clc
m=9.11*10^-31//in kg
h=6.63*10^-34//in j-s
ef=4.72*1.60*10^-19//in J
n=%pi*(((8*m)/h**2)^(3/2))*((ef**(3/2))/3)
printf("\n The number of electron per unit volume in lithium is %e /m^3",n)
|
d48988ff8ccfe1cc9d922cb101dfce0337be1ebe | 717ddeb7e700373742c617a95e25a2376565112c | /1004/CH3/EX3.25/Ch03Ex25.sci | fd5eb253b014ed119d5f43ced6eff63289380d38 | [] | 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 | 550 | sci | Ch03Ex25.sci | // Scilab code: Ex3.25 : Unertainity in the velocity of an electron:Pg: 94 (2008)
m = 9.1e-31; // Mass of an electron, kg
del_x = 1e-10; // Length of box, m
h_bar = 6.6e-034; // Reduced Plancks constant, joule second
del_p = m*del_v; // Uncertainity in Momentum of electron, kgm/s
del_v = h_bar/(2*%pi*d... |
0e7d79baf8617762aa6052cecb87bab6dfa38506 | 76cd50cd5e5d8e4afa2af9b79740e2cff65ab2c8 | /falseposition_method_exp2.sce | f041969a7eaafc18e5fd11afc35a65fba61409ca | [] | no_license | ankitparekh21698/Numerical-Techniques-Lab | 60de11c65db0be65acc14a055cb5b57ca3158e26 | c3ba81f085f22dab8a3f93e6f86ea956a886e410 | refs/heads/master | 2022-12-17T21:32:04.681008 | 2020-09-10T16:07:17 | 2020-09-10T16:07:17 | 280,810,961 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 641 | sce | falseposition_method_exp2.sce | deff('d=f(x)','d=(x^3)-x-2');
a=input("Please Enter lower Limit");
b=input("Please Enter Upper Limit");
n=input("Please Enter No. of Iterations");
disp("Checking upto 3 significant digits")
c=(b*f(a)-a*f(b))/(f(a)-f(b));
x=a:0.01:b;
y=f(x);
plot(x,y);
disp("Iteration : a : b : c : f(c) ")
for i=1:n
... |
573f7a5058f87b4266c33bf5363e112a0390bf83 | 449d555969bfd7befe906877abab098c6e63a0e8 | /575/DEPENDENCIES/7_4_2.sci | 7ed1fd3ba9aeef9e18e051479752e058234b76d6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 112 | sci | 7_4_2.sci | mdot=500/3600 //Kg/s
u1=60 //m/s
u2=360 //m/s
deltaZ=-5 //m
g=9.81 //m/s^2
Qdot= -10^4 //Kcal/h
Ws=70 //KW |
f1e12cbdc553795449e3ec87402e98387c5e17f8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3137/CH2/EX2.5/Ex2_5.sce | f63b31f76989c9151a27b160299d811aa8aa9314 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 645 | sce | Ex2_5.sce | //Initilization of variables
Fx=2 //lb
Fy=3 //lb
Fz=-1 //lb
rx=1 //ft
ry=-4 //ft
rz=3 //ft
//Coordinates of points
ax=3 //ft
ay=1 //ft
az=1 //ft
bx=3 //ft
by=-1 //ft
bz=1 //ft
cx=2 //ft
cy=5 //ft
cz=-2 //ft
//Calculations
Rx=ax-cx //ft
Ry=ay-cy //ft
Rz=az-cz //ft
Mx=(Ry*Fz)-(Rz*Fy) //lb-ft
My=-((R... |
650e9f8e3b04d1a3c46a822b8a26f5d205f4c495 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /kroadabulous.sce | 64c06635adb13e30e80ad66af6a1a907357dadb7 | [] | no_license | MBHuman/Scenarios | be1a722825b3b960014b07cda2f12fa4f75c7fc8 | 1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137 | refs/heads/master | 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 165,224 | sce | kroadabulous.sce | Name=kroadabulous
PlayerCharacters=railgunquaker
BotCharacters=kroadsmallLS.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=railgunquaker
AddedBots=kroadsmallLS.bot;kroadsmallLS.bot;kroadsmallLS.bot
PlayerMaxLives=0
BotMaxLives=0;0;0
PlayerTeam=1
BotTeams=2;2;2
MapName=kroadshootingrange.map
MapScale=3.81... |
13d825de2a667afd24fa26992b73008087268d76 | f7e335e2af57c686554eb057f28ddd8d21aab1e4 | /tests/fuzz/c-wsp/0064.tst | e99f32f8d88baf9c3931785bd2d4476b2e204c61 | [
"MIT"
] | permissive | scravy/abnf | 76515bd820b3b9d8e2dbc2cec2a2f845720a6022 | cc4228f403b436cc4e34ff4d6a7def83922174be | refs/heads/master | 2023-01-09T14:30:50.095268 | 2020-06-07T16:18:09 | 2020-06-07T16:18:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6 | tst | 0064.tst | ;hE
|
260e40d9985c23781033ac677124dd843471b8e2 | 991911b2a5fe25b4515d60ea80978b8550f90178 | /SCILab/Scripts/graficos_estilos2d.sce | 8311b1d35901829b0bc1dd51d9c8bed8416ad001 | [] | no_license | fongoses/comunicacao-dados-2013-2 | 48d2f0cd592ea50c8b1ec6f815c8de62f122c4de | 2981e42c5be4550ccd8dd4d4ef93b4397a1ea0d3 | refs/heads/master | 2016-09-10T10:44:16.480842 | 2013-12-17T12:48:45 | 2013-12-17T12:48:45 | 32,294,010 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 384 | sce | graficos_estilos2d.sce | // Estilo de desenho de pontos
xmax=5.;
x=0:0.1:xmax;
u=[-0.8+sin(x);-0.6+sin(x);-0.4+sin(x);-0.2+sin(x);sin(x)];
u=[u;0.2+sin(x);0.4+sin(x);0.6+sin(x);0.8+sin(x)]';
// u=[-0.8+sin(x),-0.6+sin(x)];
// plot2d(x,u);
plot2d(x,u,style=[-9,-8,-7,-6,-5,-4,-3,-2,-1,0]);
x=0:0.2:xmax;
v=[1.4+sin(x);1.8+sin(x)]';
xset... |
6fca7a4dedcfa9ab09177dcf0d303bef55ca4f01 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2966/CH1/EX1.36/1_36.sce | 16990b6273ea639b0105689bc9da27525422f7d2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 567 | sce | 1_36.sce | //water//
//page 1.50 example 1//
clc
volume_hardwater=10000//in litres//
volume_NaCl=5000//Volume of NaCl in litres//
conc_NaCl=1170/10000//% NaCl consumed by zeolite bed//
Wt_per_Litre=conc_NaCl*10//gms NaCl consumed by zeolite bed per litre//
total_wt=Wt_per_Litre*volume_NaCl//total gms NaCl consumed by zeoli... |
d91cf0921e0cb8cc9a2749ff93b5b2c29ad14f8f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1409/CH2/EX2.1/2_1.sce | cedc95b5a1c0e8ecd5fda55cb2e1a9264c9451dc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 443 | sce | 2_1.sce | clc;
//page 2-5
//Example 2.1
//The value of inductor is 40*10^(-6) Henry and the value of capacitor is 12*10^(-9) Farad. Given frequency is 5*10^3 Hz
L=40*10^(-6);
C=12*10^(-9);
fm=5000;
fc=1/(2*%pi*sqrt(L*C));
disp(+'kHz',fc/10^3,'fc=');
disp(+'kHz',(fc+fm)/10^3,'Upper Sideband frequency is ');
disp(+'kHz',... |
945338b733fb3f63c4f9e3a0f53a5bd6cb789b17 | 449d555969bfd7befe906877abab098c6e63a0e8 | /530/CH2/EX2.12/example_2_12.sce | 9d05792781dd39127fde6063a04f3cdd1eeac37d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,211 | sce | example_2_12.sce | clear ;
clc;
// A Textbook on HEAT TRANSFER by S P SUKHATME
// Chapter 2
// Heat Conduction in Solids
// Example 2.12
// Page 67
printf("Example 2.12, Page 67 \n\n")
a = 0.12 ; // [m]
T = 400 ; // [C]
To = 25 ; //[C]
t = 100/60 ; // [hour]
h = 10 ; // [W/m^2 K]
k = 1.0 ; // [W/m K]
alpha = 3.33*10... |
507a683f81c69609e200d24c86d07fac9277f434 | 449d555969bfd7befe906877abab098c6e63a0e8 | /509/CH12/EX12.1/12_1.sci | 867923c1d41ddb6cba39d274f02d90f0fd693918 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sci | 12_1.sci | // Chapter 12 Example 1//
clc
clear
// span length=l,ultimate strength=s,safety factor=sf//
l=160;// in m//
s=8000;// in N//
sf=4;
// working stress=t//
t=s/sf;
printf("\n Working Stress T = %.2f N\n",t);
//sag of line=d,weight of conductor=w//
w=4;// in N/m //
d=w*l^2/(8*t);
printf("\n Sag of the line = %... |
016d7d8aa72dcaf88f2ee56ef840877730640337 | eec0cb8a9a3987d4e28fc22c89750a158a00ea84 | /Assignment2_Team8/Project_02/Q1/Mux2b4to1.tst | 0851c4496569ccce517b2595584d15eab714ab19 | [] | no_license | Archaic-Mage/CS2310_LAB_Assignments | 8ac90e0123de95f5cf8db709cd7761962bf8cef2 | e922b59fc1350db3f23b07b8f5986ac54f197c8d | refs/heads/main | 2023-08-29T23:42:07.913682 | 2021-11-16T14:00:05 | 2021-11-16T14:00:05 | 401,640,543 | 1 | 1 | null | 2021-10-01T05:55:36 | 2021-08-31T09:10:15 | Scilab | UTF-8 | Scilab | false | false | 1,244 | tst | Mux2b4to1.tst | load Mux2b4to1.hdl,
output-file Mux2b4to1.out,
compare-to Mux2b4to1.cmp,
output-list s1%B3.1.3 s0%B3.1.3 x01%B3.1.3 x00%B3.1.3 x11%B3.1.3 x10%B3.1.3 x21%B3.1.3 x20%B3.1.3 x31%B3.1.3 x30%B3.1.3 y1%B3.1.3 y0%B3.1.3;
set s0 0,
set s1 0,
set x00 0,
set x01 0,
eval,
output;
set s0 0,
set s1 0,
set x00 1,
se... |
8c538e0ad1b7fcdcb59cac74ae398e839d93b388 | 449d555969bfd7befe906877abab098c6e63a0e8 | /695/CH2/EX2.38/Ex2_38.txt | 315c9cea1046e11af69ae262007b54cb2cc6b55b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | txt | Ex2_38.txt | //Caption:Determine the efficiency and power input
//Exa:2.38
clc;
clear;
close;
P_out=20000;//in watts
P_in=23000;//in watts
V=250;//in volts
R_f=125;//in ohms
R_a=0.2;//in ohms
I_L=P_in/V;//in amperes
I_f=V/R_f;//in amperes
I_a1=I_L-I_f;//in amperes
P_cu=(I_a1^2)*R_a;
P_fcu=V*I_f;
P_tcu=P_cu+P_fcu;
P_... |
a72d6f7e4235c9a110a09bf395fc8f19b12bb4d6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH30/EX30.04/30_04.sce | 51570c9a28681b5b5eb2fff75e4cab5f2c72bda0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,530 | sce | 30_04.sce | //Problem 30.04: For the network shown in Figure 30.9, use Kirchhoff’s laws to determine the magnitude of the current in the (4 + i3)ohm impedance.
//initializing the variables:
rv1 = 10; // in volts
rv2 = 12; // in volts
rv3 = 15; // in volts
thetav1 = 0; // in degrees
thetav2 = 0; // in degrees
thetav3 = 0; ... |
bd3cb8b59a100a91a8d6530be1e99b056da656f7 | ebfed86dee276110294a4e93fa80377908bbd317 | /macros/trainNBClassifier.sci | 5a551fbd7cc69c193816a8b82c885726370257ca | [] | no_license | gursimarsingh/FOSSEE-Image-Processing-Toolbox | a9d46b698c98566fec867eb2ce3cfeb427058d5c | 165f6d7d1f20262a1637a923c6aad6e663ad1538 | refs/heads/master | 2021-08-16T19:18:59.591175 | 2017-11-08T17:55:04 | 2017-11-08T17:55:04 | 96,531,802 | 0 | 0 | null | 2017-07-07T11:21:10 | 2017-07-07T11:21:10 | null | UTF-8 | Scilab | false | false | 2,220 | sci | trainNBClassifier.sci | // Copyright (C) 2015 - IIT Bombay - FOSSEE
//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.cecill.info/licences/Licence_CeCILL_... |
5f1b5976b0f2f988cb56eba4d5ef9dfa6b7b4555 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2126/CH2/EX2.5/5.sce | 1e9ce4081f64b0674f4c55b4caf675a4f57be6c6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,357 | sce | 5.sce | clc
clear
//Input data
Po1=8 //Stagnation pressure in bar
To1=273+15 //Stagnation temperature in K
At=25 //Throat area in cm^2
A2=100 //Exit area in cm^2
k=1.4 //Adiabatic Constant
R=287 //Specific gas constant in J/kg-K
//Calculation
a1=A2/At //Area ratio
M2=2.94 //Exit mach number from gas tables @a1,k... |
0db79551e6b257c1f73dbc03fdd31d93b61d65d1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH5/EX5.66/EX5_66.sce | b9aa7edf5a3bce66e3c9f4ecbfb8aa77eea2246d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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_66.sce | Z1=12.99+%i*7.5;
Z2=4-%i*3;
Z3=6+%i*8;
I1=Z1/Z2;
Z=Z3-Z2
I=(I1*Z)/Z3;
disp('ii) CURRENT (I1) is in polar form = '+string (I1) +' A ');
disp('i) IMPEDANCE (Z) is in polar form = '+string (Z) +' V ');
disp('ii) CURRENT (I) is in polar form = '+string (I) +' A ');
|
16afd81529963a1a4d643b7f736b5e5ce493a4fb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1514/CH16/EX16.11/16_11.sce | 0a1c8d8e25de3b48684b5373901addb68726af45 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 275 | sce | 16_11.sce | //chapter 16
//example 16.11
//page 507
clear all;
clc ;
//given
Vo=6;//op voltage
Vs=15;//supply voltage
Iadj=100;//microA
I1=2.5;
Vref=2.5;
R1=Vref/I1;
printf("\nR1=%d kohm",R1);
R2=(Vo-Vref)/I1;
printf("\nR2=%.1f kohm,use 1.2 kohm + 200 ohm in series",R2);
|
e24edf41309b4ab95fa9f8bf15e205039a88bfc6 | b2675f983fedb79e5e6f1940962373bda0570ec4 | /D1/Make_MARInfo&MARUtility_v1.tst | 1dcab90cd5c653e280cac4e484a09e6c0ad873bc | [] | no_license | Meena92/Projects | b854c40b91515bb429c9e13fb0cbc95c03e0a9d6 | 06361e24bf51883ff4140db5c37c3f40836a5752 | refs/heads/master | 2020-03-29T01:45:03.726432 | 2019-06-11T05:26:08 | 2019-06-11T05:26:08 | 149,404,524 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 7,117 | tst | Make_MARInfo&MARUtility_v1.tst | <?xml version="1.0" ?>
<TestCase name="Make_MARInfo&MARUtility" version="5">
<meta>
<create version="7.5.1" buildNumber="7.5.1.418" author="T020124A" date="01/12/2015" host="DVTBLISAPP002" />
<lastEdited version="10.0.0" buildNumber="10.0.0.431" author="admin" date="09/28/2017" host="inbasdpc10722" />
</met... |
f35cc95985f9c63b37fecbbd4206b46880fe420c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3137/CH3/EX3.13/Ex3_13.sce | 5fe8fea0431b6ca80a4c09c88dc5b462d23cadc2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 521 | sce | Ex3_13.sce | //Initilization Of Variables
a=0 //Lower Limit oF the Integral
b=6 //Upper Limit of the Integral
n=10 //Interval of the integral
l=20 //lb/ft
//Calculation
//Using Trapezoidal Rule for Intergration
R=(b-a)*l
function[I2]=Trap_Composite2(f1,a,b,n)
h=(b-a)/n
t=linspace(a,b,n+1)
I2=(h/2)*((2*sum(f1... |
009596c87f1846bc1ef0c327ff28ed6f509fe960 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1163/CH27/EX27.3/example_27_3.sce | 6f54a9afea48b56b9ede300e25091652ae4ce979 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,134 | sce | example_27_3.sce | clear;
clc;
disp("--------------Example 27.3---------------")
// display the example
printf("HTTP uses ASCII characters. A client can directly connect to a server using TELNET, which logs into port 80.\nThe next three lines show that the connection is successful.\nThe first shows the request line (GET method), the ... |
f5f12ba0adfc628258db7520bde485f55dd32539 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2705/CH4/EX4.21/Ex4_21.sce | 6aafe47b0b7e3e67ffc14b117afc753a49aa436b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,132 | sce | Ex4_21.sce | clear;
clc;
disp('Example 4.21');
// aim : To determine the
// (a) volume occupied by steam
// (b)(1) final dryness fraction of steam
// (2) Change of internal energy during expansion
// (a)
// Given values
P1 = .85;// [mN/m^2]
x1 = .97;
// solution
// from steam table, at .85 MN/m^2,
... |
c9aab73ea61c61e7cc27ed6c776595920223ac04 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set10/s_Fluid_Mechanics_I._A._Khan_1962.zip/Fluid_Mechanics_I._A._Khan_1962/CH7/EX7.6/example7_6.sce | d1d1270e5719aec7f2ba2c9a266926afea3efe9f | [] | 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 | 215 | sce | example7_6.sce | errcatch(-1,"stop");mode(2);
//example 7.6
//page 272
; funcprot(0);
//initialisation of variable
A=50;//area
Cd=0.3;
U=11.11;//speed
rho=1.177;
Fd=1/2*Cd*rho*U^2*A;
disp(Fd,"drag force (N)");
exit();
|
76dcbf2945c8cd6e4d59a6fc41f834b17ffee7a5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3845/CH19/EX19.5/Ex19_5.sce | f153d477f473919361f105d03ba79bffd5d12f50 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 524 | sce | Ex19_5.sce | //Example 19.5
E1=25000//Energy supplied (eV)
Q=1;//Charge on single electron (e (elementary charge))
V_AB=E1/Q;//Potential difference between plates (V)
d=4*10^-2;//Distance between plates (m)
E=V_AB/d;//Electric field (V/m)
printf('a.Electric field strength between plates = %0.2e V/m',E)
q=0.5*10^-6;//Charge ... |
e306686b05f18c5c9f86cbb3ae9deb9648c98165 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH25/EX25.7/Example25_7.sce | 4924ab19e5b9c23b337ba9170f73fff544360443 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,068 | sce | Example25_7.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 18: POWER DISTRIBUTION SYSTEMS
// EXAMPLE : 18.7 :
// Page number 441-442
clear ; clc ; close ; // Clear the work space ... |
966ece38961b49130157833b02483f6e3016aa6c | 449d555969bfd7befe906877abab098c6e63a0e8 | /992/CH1/EX1.1/EX1_1.sce | f32d197f46c788c4ec13ff82d4cefd705d551383 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 218 | sce | EX1_1.sce |
//Exa:1.1
clc;
clear;
close;
//Given:
b_w=6000000;//bandwidth in hertz
T=290;//temperature in kelvin
k=1.36*10^-23;//constant
R=500//ohms
V_n=sqrt(4*k*T*b_w*R);
printf("\n\n\t noise voltage = %f v ",V_n);
|
d68505de68db1d7018f4fdb405ef3b565ad94cfe | 449d555969bfd7befe906877abab098c6e63a0e8 | /3782/CH10/EX10.11/Ex10_11.sce | ef125572729a3c51f14c1bb700e4bf4ae2ec2f5c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,085 | sce | Ex10_11.sce |
//
//
a=145
cpi=1580
de=5
pi=30
lct=0.00555
da=180-a
r=(1719)/5
printf("\n radius = %0.3f ",r)
//a
tl=r*(tan((da/2)*(%pi/180)))
printf("\n tangent length = %0.3f ",tl)
//b
cl=(%pi*r*da)/180
printf("\n curve length = %0.3f ",cl)
//c
c1t=cpi-tl
printf("\n chainage of 1st point = %0.3f ",c1t)
//d
c2t=c1t+cl
p... |
0b6fd011727e981ef95f86ad5194573b55f191cd | 449d555969bfd7befe906877abab098c6e63a0e8 | /2309/CH5/EX5.a.12/A_Ex5_12.sce | 882807a08d700362b7e9778b2ceba23b47f3c779 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 553 | sce | A_Ex5_12.sce | // Chapter 5 additional Example 12
//==============================================================================
clc;
clear;
//input data
h = 1; // miller indice
k = 1; // miller indice
l = 0; // miller indice
d = 2.86*10^-10 // interplanar dista... |
02d4e6f7ff862300033e4516cbc1094068d7b72f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2153/CH3/EX3.4/ex_3_4.sce | cc727ed09db6fa624bb2d7f703532d325520f02a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 254 | sce | ex_3_4.sce | // Example 3.4: miller indices
clc;
clear;
close;
a=0.529;//
b=1;//
c=0.477;//
a1=0.264;//
b1=1;//
c1=0.238;//
r1=round(a/a1);//
r2=b/b1;//
r3=round(c/c1);//
disp("miller indices of the given plane are "+string(r1)+" : "+string(r2)+" : "+string(r3)+" ")
|
b5cfa556d513e8ced1ac7708297b54149995aa36 | 449d555969bfd7befe906877abab098c6e63a0e8 | /98/CH4/EX4.9/example4_9.sce | 800001aaa54d0ff3c88d8c766d0f15ec9f2bde20 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 823 | sce | example4_9.sce | //Chapter 4
//Example 4_9
//Page 78
clear;clc;
md=40;
lf=0.6;
cost=7*1e5;
fc_rate = 0.2;
ic=50;
p=1000;
dep=0.1;
r_per_kW=1;
r_per_kWh=0.1;
ugpa=md*lf*1000*8760;
cc=ic*1e6;
printf("Annual fixed charges\n");
d=dep*cc;
sm=fc_rate*cost;
afc=d+sm;
c_per_kW=afc/md/1000+r_per_kW;
printf("\t Depreciation = Rs. %.0f \n",... |
a7fdd5451008294b4cde59e361baa02ef23d652f | 449d555969bfd7befe906877abab098c6e63a0e8 | /98/CH6/EX6.17/example6_17.sce | 2f7790de575d6e5592465b7d0671655f3f13b252 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 806 | sce | example6_17.sce | //Chapter 6
//Example 6_17
//Page 120
clear;clc;
u=80000;
md=500;
pf1=0.707;
fc=120;
rc=0.025;
pae=50;
pf2=0.9;
id=0.1;
printf("Energy consumed per year = %.0f kWh\n", u);
printf("Max kVA demand = %.0f \n", md);
ac=md*fc+rc*u;
printf("Annual cost of supply = Rs. %.0f \n",ac);
m1=md*pf1;
p=m1;
printf("Max kW demand ... |
ca3e2cd427cc87a76dcf1e88b1f9dfafed87f631 | 449d555969bfd7befe906877abab098c6e63a0e8 | /965/CH7/EX7.19/19.sci | b2e0289e983ab2f218a3719704636afaf8482b42 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 517 | sci | 19.sci | clc;
clear all;
disp("skin friction coefficient")
Ta=30;// degree C
U=1.8;//m/s
L=0.75;//m
rho=1.165;// kg/m^3
v=16*10^(-6);//m^2/s
mu=6.717*10^(-6);//kg/hm
Re=U*L/v;
Cf=1.328/Re^0.5;
disp(Cf,"Average skin friction Cf =")
tau=0.5*rho*U^2*Cf;
disp("N/m^2",tau,"Average shear stress Tau =")
Cfx=0.664/Re^0.... |
5a04520f5eda70ffa837ffc202ff5168c315fb45 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1076/CH20/EX20.5/20_5.sce | 97f3398f5ade54ec141d0f699a93fc32587849d9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 105 | sce | 20_5.sce | clear;
clc;
r1=.8;
r2=.86;
r3=.92;
R=r1*r2*r3;
mprintf("\nNet system reliability = %.3f ",R);
|
982644d6de5031e20d8056adda2e41a9010bd26d | d52d3664d9650ed9473dfaa3c4b379f05ef9fa78 | /test/synchronize.tst | f33c7548a7c6a7101caf26c8f8fb9338772202b9 | [] | no_license | ZVlad1980/excel_api | 7b517bf68b677f8e947cba8794ae557e48c9ce06 | b514dbea9cb619e0e73c67b2e8fec4a59301101a | refs/heads/master | 2020-04-04T01:51:22.004466 | 2018-10-02T05:52:04 | 2018-10-02T05:52:04 | 155,679,735 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 301 | tst | synchronize.tst | PL/SQL Developer Test script 3.0
13
-- Created on 16.12.2017 by V.ZHURAVOV
declare
-- Local variables here
i integer;
begin
-- Test statements here
dv_sr_lspv_docs_api.synchronize(p_year => 2016);
commit;
--*/
dv_sr_lspv_docs_api.synchronize(p_year => 2017);
commit;
--*/
end;
0
0
|
14fac8f5a700563587ee56e499124165400a6ffe | 3073307fa4b6da9371518f0718c199501b8c5c71 | /viejos/horner.sci | 306e6ca1764dd5f5addcd0e75bb5ef32e2fa8492 | [] | no_license | fern17/CalculoNumerico | 8b04abdf8e1da4b69a1256334a4bc58ff5c9180d | c793733ce17616361dd02f358ef63c1d9be5c99e | refs/heads/master | 2020-06-04T00:06:19.723655 | 2011-12-20T13:47:40 | 2011-12-20T13:47:40 | 2,929,202 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 317 | sci | horner.sci | //Evalua el polinomio P = a_0 + a_1*x +....+ a_n*x^n
// y su derivada en el punto x0
// y = P(x0)
// z = P'(x0)
function [y,z] = horner(P,x0)
n = length(P);
b = zeros(n,1);
y = P(n);
z = P(n);
for i=(n-1):-1:2
y = y*x0+P(i);
z = z*x0 + y;
end
y = y*x0 + P(1);
endfunction
|
0587b339d6ea3efa68c9b29f5e3954f3dfda57ef | 449d555969bfd7befe906877abab098c6e63a0e8 | /331/CH7/EX7.14/Example_7_14.sce | 3e7f9f3ca4d45d11ccccbf436cebdea0d53793d3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 389 | sce | Example_7_14.sce | //Caption: Sample Size for Determining Sample Mean
//Example7.14
//Page219
clc;
Var = 64;// variance of axial length of pistons in mm
Std = sqrt(Var);
D = 2;// deviation from mean length in mm
alpha = 0.05;//significance level
alpha = alpha/2;
z = standard_normal_zstat(alpha)
n = (z*Std/D)^2;
disp(ceil(n)... |
59013e1ab1b61dcf33c729e47ad31e3e45ebe2f2 | 717ddeb7e700373742c617a95e25a2376565112c | /806/DEPENDENCIES/72.sci | e7627e906a93d25673d8edc099e9a604e38846db | [] | 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 | 321 | sci | 72.sci | d1=4*1e-6//m(Diameter of clay particle)
d2=1e-3//m(Diameter of sand particles)
p=9764//N/m^3(Weight density of water)
S2=2.65//specific gravity of sand particles
S1=1.6//specific gravity of clay particles
v=0.8*1e-3//N.s/m^2(Kinematic viscosity at 30 degree celsius)
Cd=0.7
r=995.7//(kg/m^3)Mass density of water
... |
9c3c64365acdd71c8a929f94949583d3228a31a8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /74/CH10/EX10.14/example14_sce.sce | dcb0c8f58490d00c44ba69f8d56c3c0eb3056bc5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 342 | sce | example14_sce.sce | //chapter 10
//example 10.14
//page 376
Rl=10;Iq=4.3*10^-3;
Vr=5;Il=.5;
// Il=Vr/R+Iq
R=Vr/(Il-Iq);
disp(R)
power=(Il^2)*R;//wattage of reisstor
disp(power)
Vout=Vr+Il*R;//output voltage with respect to ground
disp(Vout)
Vd=2;//minimum voltage drop across IC 7805 which is called as drop out voltage is 2V
V... |
46c2532a2aadc75598f2849772b228c0c9838cf5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH34/EX33.16/EX33_16.sce | 6d21a88aa643b673670b961a4ddf9e2bfcef3643 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | EX33_16.sce | // Grob's Basic Electronics 11e
// Chapter No. 33
// Example No. 33_16
clc; clear;
// Calculate the cutoff frequency, fc.
// Given data
Rf = 10*10^3; // Feedback resistance=10 kOhms
Cf = 0.01*10^-6; // Feedback capacitance=0.01 uFarad
fc = 1/(2*%pi*Rf*Cf);
disp (fc,'The Cutoff Frequency in Hertz... |
8a1fa3e96fb16ecdb8fc33fc5e151371d716f443 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3755/CH2/EX2.30/Ex2_30.sce | 38a0c3be89e91b2afef91e77eb8950f975e63681 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 246 | sce | Ex2_30.sce | clear
//
//
//
//Variable declaration
Vd=3*10^22; //density(gm/cc)
n=8*(1/8); //number of atoms
//Calculations
a=(n/Vd)^(1/3); //lattice constant(cm)
//Result
printf("\n lattice constant is %0.2f angstrom",a*10^8)
|
fe06b3088f3a46aec6c75ffe119f6ce53e067cf0 | e8dbcf469ba8a31d6926ba791ebc5dcccd50282b | /Scripts/DML/Consultas/Test/consulta_por_frecuencia_ejercicio.tst | f2c559cb574349162d6b129177d96d4b119b1702 | [] | no_license | bryanjimenezchacon/bryanjimenezchacon.github.io | 5f2a0f1dbfbc584a65dece48f98b1c13d755512f | 7062d1860934808265c05491007c83f69da1112a | refs/heads/master | 2021-01-23T17:20:11.542585 | 2015-10-10T05:52:52 | 2015-10-10T05:52:52 | 41,244,377 | 2 | 0 | null | 2015-08-26T15:46:04 | 2015-08-23T09:52:06 | JavaScript | UTF-8 | Scilab | false | false | 242 | tst | consulta_por_frecuencia_ejercicio.tst | PL/SQL Developer Test script 3.0
5
begin
-- Call the procedure
personas_por_freq_ejercicio(pfreq_ejer => :pfreq_ejer,
p_recordset => :p_recordset);
end;
2
pfreq_ejer
1
Rara vez
5
p_recordset
1
<Cursor>
116
0
|
de0dba4c4ee0e66bdbd8e4c459746361a1eb8c95 | ef7da921e1289d3deaaf9727db2b6f025656e8d9 | /LowPassFilter.sce | 50a0e4ef88d94e820ea74b431ab2131f5b89c0ad | [] | no_license | PrayagS/SciLab_Exercises | ea88438207f2dc5d3f211c9abfe137a4bd43f68f | 0495ba76e693750980fefb386c28209a6fd6563e | refs/heads/master | 2020-09-08T01:52:22.914681 | 2019-11-16T05:39:29 | 2019-11-16T05:39:29 | 220,977,317 | 2 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 140 | sce | LowPassFilter.sce | clear; clf; clc;
coeff = ffilt("lp", 100, 0.05);
subplot(211);
plot(coeff);
[mag, fr] = frmag(coeff, 1, 100);
subplot(212);
plot(fr, mag); |
ca3c6c0db89f67a0c08b09c69ba575cf4b859e45 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1658/CH31/EX31.1/Ex31_1.sce | fe0e29e152c3556a7fa151b334534ddb8eb1815e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 109 | sce | Ex31_1.sce | clc;
//e.g 31.1
R=100*10**3;
C=0.4*10**-6;
n=0.57;
f=1/(2.3*R*C*log10(1/(1-n)));
disp('HZ',f*1,"f=");
|
cd6ba7b81b7784fe2d9f1f9f7542180f399cb765 | 449d555969bfd7befe906877abab098c6e63a0e8 | /842/CH5/EX5.7/Example5_7.sce | f3251d427a9f9d1636f71fe3b5738064508ff3e1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 674 | sce | Example5_7.sce | //clear//
//Example 5.7:Frequency Shifting Property of DTFT:Frequency Response of Ideal Low pass Filter and HPF
clear;
clc;
close;
Wc = 1; //1 rad/sec
W = -Wc:0.1:Wc; //Passband of filter
H0 = 1; //Magnitude of Filter
HlpW = H0*ones(1,length(W));
Whp1 = W+%pi;
Whp2 = -W-%pi;
figure
subplot(2,1,1)
a = g... |
adef8a7575ac62fa2713b678a444dc9461554a4c | 7b503af090f6fd5872c7e48f10021ac81672d605 | /TerrainMaker/water_mesh.sce | 0477f5887efb4d7423f0574d1433a68290cc54ba | [] | no_license | eduardoaguacate/POVRay-Project | 7dfe7b3dff0422a2c8592347ac7f12895d1213b5 | e877339ff9f40713a322e7e99e9aa12bd828fd64 | refs/heads/master | 2022-02-22T19:46:25.566968 | 2017-11-02T00:13:59 | 2017-11-02T00:13:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,822 | sce | water_mesh.sce | //Author: Eduardo Jesus Serna Leal
//A01196007
//Homework 9
// This function interpolates a matrix given its four corners
function make_interpolation(n, mid_x,mid_y,top_left,top_right,bottom_left,bottom_right)
global mat
A = 20
H = 2.0
R = rand() * 2 - 1
noise = A * R * 2^( -1 * H * n)
/... |
c7b18b89f3a017226b25f9c5713f1a0e3094f592 | 31cc146b7597c1571ad100fc4dd888898b1b4eb0 | /topology/dijkstra2.sce | 12e3d6aa8d1c6dcaec6ee21a034b01bb76223f5e | [] | no_license | rigid1980/gpp_scilab | a525ae046722e7ba52ebea6003ce712b51631ff6 | fadb75dea26cf341e6dc60874efd88c016df4f3b | refs/heads/master | 2016-09-11T08:37:44.538715 | 2014-03-26T08:37:35 | 2014-03-26T08:37:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 548 | sce | dijkstra2.sce | function [distance,previous] = dijkstra2(graph,source)
nv = size(graph,1);
distance = inf*ones(nv,1);
distance(source) = 0;
previous = zeros(nv,1);
heap = BinaryHeap(nv);
for i = 1:nv
heap = heap.add(i,distance(i));
end
while heap.sz
[heap,u,p] = heap.remove();
[~,J,V] = find(graph(u,:));
for i =... |
6a4c22de5d88a362783c17f8f5d95418232ee967 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2360/CH3/EX3.2/ex3_2.sce | 0bbc60246910dac43b997b3b49ac70b49e3e7b52 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 685 | sce | ex3_2.sce | // Exa 3.2
format('v',7);clc;clear;close;
// Given data
B = 8*10^-3;//flux density in Wb/m^2
N = 300;// number of turns
l = 15;//length in mm
r = 30;//radius in mm
K = 2.5*10^-9;//spring constant in Nm/rad
J = 10*10^-9;// in kg-m^2
D = 2*10^-9;// in Nm/rads^-1
Rg = 80;// in ohm
A = l*r;// in mm^2
A = A * 10... |
7dd266b0149c2a0aadbd10952434d3661113afbd | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set5/s_Electrical_Machines_-_1_T._Singh_704.zip/Electrical_Machines_-_1_T._Singh_704/CH3/EX3.30/ex3_30.sce | 456c9b8c5d4d8cae61537374a07aef09c5e031fd | [] | 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 | 1,370 | sce | ex3_30.sce | errcatch(-1,"stop");mode(2);//Caption:In a single phase transformer Calculate the efficiency of full load current (a)at unity power factor (b)at a power factor of 0.8 ,also calculate the load at which the maximum efficiency occurs and what is it's value.
//Exam:3.30
;
;
KVA=50;//Rating of the transformer(in KVA)
... |
ce35f33cf80353a1b725b319151bfbffeb77a8bc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2510/CH6/EX6.12/Ex6_12.sce | 8221ee5aae600a6d5017856365b7e28172e1569f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 564 | sce | Ex6_12.sce | //Variable declaration:
q = 0.486 //Flow rate of fluid (ft^3/s)
D = 2.0/12.0 //Diameter of tube in feet (ft)
pi = 3.14 //Value of pi
p = 70.0 //Density of fluid (lb/ft^3)
u = 0.1806 //Viscosity of fluid (lb/ft)
/... |
e5d1d04ae8fa53c04db21ff5f949f4dc46603efc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2414/CH17/EX17.1/Ex17_1.sce | c35420791d3cc293089b8d4e853ac025efc8d1ce | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex17_1.sce | clc;
close();
clear();
//page no 547
//prob no. 17.1
H=10^6; //meter
v=20*10^6/sqrt(H+6.4*10^6); //m/s
mprintf('(a)velocity , v=%i m/s\n',v);
R=6.4*10^6; //data rate in bits per second
C=2*%pi*(H+R); //circumference in m
mprintf(' (b)circumference , C=%i m\n',C); //raunded value of C shown in bo... |
665f1328ab60f0df78bbc414d78c6ac52168638f | 2ae858a680a4ccf8a2ec89a45a1e48a0292d8eab | /macros/getParams.sci | 758ea5971593e64b7c7934e7e7dcb15e19320e4f | [] | no_license | shreyneil/FOSSEE-Image-Processing-Toolbox | f315a82c325b2d6cbd0611689f3e30071a38490d | dd1cbd0dcbe0c3dd11d6ce1ab205b4b72011ae56 | refs/heads/master | 2020-12-02T16:26:13.755637 | 2017-07-07T19:22:33 | 2017-07-07T19:22:33 | 96,552,147 | 0 | 0 | null | 2017-07-07T15:32:15 | 2017-07-07T15:32:15 | null | UTF-8 | Scilab | false | false | 3,047 | sci | getParams.sci | function param = getParams(classifier,modelName)
classifier_list = classifierToList(classifier);
/// Add your structure arguments as in case of RT and NB
select modelName
// case "SVM" then
// temp = raw_getParamsSVM(classifier_list);
// param = struct();
// case "svm" then
// temp = raw_getParamsSVM(classifie... |
298040f4b817f2f8d375b7589fdb06588e81b670 | ceac2c6b2806b34953849b33ded7f72540b9a075 | /ro05_tp00/test.sce | 0f9cd5f7e790ed8a4030eba5165c1a630fc58833 | [] | no_license | ahars/ro05 | ff9a5c97bd5501b01e5b4f5a40e0a2761ed92e0a | c326c09e8388cd32506c90da44e93ab7cd8b43bc | refs/heads/master | 2021-01-01T15:59:37.716364 | 2014-01-23T13:31:28 | 2014-01-23T13:31:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 510 | sce | test.sce | clear;
n = 600;
m = 500;
p = 1 / 200;
rand("uniform");
Fx = zeros(m,1);
for j = 1:m
// X1 suit une loi Binomiale B(600,1/200)
X1 = rand(n,1);
count = zeros(2,1);
for i = 1:n
if X1(i) >= p then
X1(i) = 1;
count(1) = count(1) + 1;
else
X1(i) = 0;
... |
78a494672f9fafcedc495079a1bd8c99df7828a8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3557/CH9/EX9.6/Ex9_6.sce | b03ddb6589cfacb9be04721ca181e6ce61297f0f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 483 | sce | Ex9_6.sce | //Example 9.6//
//(a)
x1=70;//wt % //x1 is the overall composition
xa=30;//wt % //composition of two phases
xb=90;//wt % //composition of two phases
xl=60;//wt %//
a=1;//kg
mb1=((x1-xa)/(xb-xa))*a
mprintf("mb1 = %f kg ",mb1)
b=10^3;//g//As 1kg = 10^3grams
mb3=mb1*b////As 1kg = 10^3grams
mprintf("\nmb1= %... |
619145739f8f4366c0e51f210e8a0ab560a6bb8f | 8d952a06e3809a06825a3be7b067201f3652f16a | /debug/bin/BackDoor/macros/simpd.sci | eb02e545e290c50e6e08c65ed57e840c20ec351e | [
"GPL-3.0-only",
"MIT"
] | permissive | andyLaurito92/haikunet | b771eaf6bd91292485f0a49698ce123b9308d676 | db44623b248c56735c28a5f589c3239dc7e9855e | refs/heads/master | 2021-06-14T12:38:38.996450 | 2021-05-05T18:26:02 | 2021-05-05T18:26:02 | 75,564,849 | 2 | 1 | MIT | 2021-05-05T18:26:26 | 2016-12-04T21:12:31 | C++ | UTF-8 | Scilab | false | false | 169 | sci | simpd.sci | function s=simpd(tf)
curdir=pwd();
out= sprintf('%s/powerdevs/output/',getenv('HOME'));
cd(out);
s=host(sprintf('./model -tf %g',tf));
cd(curdir);
endfunction
|
1440da15a3de1ea8ad99771b6b5e5764d51558ac | 67a252961f6616fc6db89eb11c1c83abf4d41468 | /CS4110Design4/CS16B032RAM64.tst | dbf917b81ca0b40ca2db14bc5244c2b9824e8c8b | [] | no_license | ramyavelaga9/CS4110 | 5a45497cd7ef28d4472a57a257dad8e5f4a3d17b | 4a3cd82916820e4f7a4930a0efce14def8268dfc | refs/heads/master | 2020-07-17T23:41:12.196500 | 2019-11-20T04:24:32 | 2019-11-20T04:24:32 | 203,223,619 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,930 | tst | CS16B032RAM64.tst | load CS16B032RAM64.hdl,
output-file CS16B032RAM64.out,
compare-to CS16B032RAM64.cmp,
output-list time%S1.4.1 in%D1.6.1 load%B2.1.2 address%D2.3.2 out%D1.6.1;
set in 12848,
set load 1,
set address 61,
tick,
output;
tock,
output;
set in -20693,
set load 1,
set address 0,
tick,
output;
tock,
output;
set in 21151,
set l... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.