blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 6 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 6 87 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 15
values | visit_date timestamp[us]date 2016-08-04 09:00:04 2023-09-05 17:18:33 | revision_date timestamp[us]date 1998-12-11 00:15:10 2023-09-02 05:42:40 | committer_date timestamp[us]date 2005-04-26 09:58:02 2023-09-02 05:42:40 | github_id int64 436k 586M ⌀ | star_events_count int64 0 12.3k | fork_events_count int64 0 6.3k | gha_license_id stringclasses 7
values | gha_event_created_at timestamp[us]date 2012-11-16 11:45:07 2023-09-14 20:45:37 ⌀ | gha_created_at timestamp[us]date 2010-03-22 23:34:58 2023-01-07 03:47:44 ⌀ | gha_language stringclasses 36
values | src_encoding stringclasses 17
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 1
class | length_bytes int64 5 10.4M | extension stringclasses 15
values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9730bdd0118d796e3e855bb43781fb7c23a56ac5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3768/CH10/EX10.1/Ex10_1.sce | d45d8310bb6e59318876deed26e7b7260ce96d6c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex10_1.sce | //Example number 10.1, Page number 224
clc;clear;
close;
//Variable declaration
T=5; //temperature(K)
Tc=7.2; //critical temperature(K)
H0=6.5*10**3; //critical magnetic field(A/m)
//Calculation
Hc=H0*(1-(T/Tc)**2); //critical field(A/m)
//Result
printf("critical field is %.3e A/m",Hc)
|
a02f108bd8e8c57273adcfee7054d760ce5828be | 37ae73a0d143e6fc539c6ff34ace9e46e0982654 | /Tutorial/TestEnv/Tutorial/environment/MANAGER/MANAGER.tst | 655bf817df023839e89aa8e06cb17fbea0915d43 | [] | no_license | vjtkmg/vcast-workarea | 7441ca0ac1eb05ab41c388b5c6fd502277fc4ac9 | 6ecfc99f4b1b68707e4debb8c5b213a467326c2c | refs/heads/main | 2023-08-23T13:26:38.279532 | 2021-11-04T09:12:34 | 2021-11-04T09:12:34 | 422,165,203 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 9,854 | tst | MANAGER.tst | -- VectorCAST 21.sp3 (08/04/21)
-- Test Case Script
--
-- Environment : MANAGER
-- Unit(s) Under Test: manager
--
-- Script Features
TEST.SCRIPT_FEATURE:C_DIRECT_ARRAY_INDEXING
TEST.SCRIPT_FEATURE:CPP_CLASS_OBJECT_REVISION
TEST.SCRIPT_FEATURE:MULTIPLE_UUT_SUPPORT
TEST.SCRIPT_FEATURE:REMOVED_CL_PREFIX
TEST.SCRIPT_FEA... |
cf61ff8d2805be9d948421638fad8d093cd7ea47 | e7055fdf94e8a24293cab7ccbeac12039d6fe512 | /macros/integralFilter.sci | 8b78b3f60b0197ba79ce4bf9463ca128317de3fe | [] | no_license | sidn77/FOSSEE-Image-Processing-Toolbox | 6c6b8b860f637362a73d28dcfe13e87d18af3e2c | 8dfbdbdfd38c73dc8a02d1a25678c4a6a724fe18 | refs/heads/master | 2020-12-02T16:26:06.431376 | 2017-11-08T17:54:03 | 2017-11-08T17:54:03 | 96,552,565 | 0 | 0 | null | 2017-07-07T15:37:18 | 2017-07-07T15:37:18 | null | UTF-8 | Scilab | false | false | 1,732 | sci | integralFilter.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_... |
08d0d58b13ced5792ce7e1bba5a64be8a8df0584 | 449d555969bfd7befe906877abab098c6e63a0e8 | /443/DEPENDENCIES/17_11_data.sci | 37097d685f71cf2f52d209045af92058ff44c5db | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 312 | sci | 17_11_data.sci | //Speed(in rpm)
N=4000;
//Torque develpoed(in N-m)
T=150;
//Stroke length(in m)
L=0.1;
//Diameter of engine(in m)
D=0.08;
//No of cylinders
k=6;
//Mass of fuel consumed(in kg/hr)
mf=20;
//Calorific vaule of fuel(in kJ/kg)
CV=43000;
//Adiabatic constant
y=1.4;
//Clearance Volume(in cc)
Vcl=70;
|
8f5675d0dad631c5c00cad2c2057b43391bd936c | 81a5c9fb4452c596031b1d529ea71e53e423de8d | /sq&cude.sce | 8e173415e1cacb146d910b6d5f8b4ace1c73243c | [] | no_license | thevinitgupta/scilab | b9d6b31b27bd3192d3713470c4a51da080d6a572 | c0aa61b0463c3501d43b73fdec07b9dc7fc27b21 | refs/heads/main | 2023-03-22T07:49:10.980286 | 2021-03-12T13:32:10 | 2021-03-12T13:32:10 | 346,394,901 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 212 | sce | sq&cude.sce | // Name - Vinit Gupta
//
// Date of creation: 10 Mar, 2021
//
function [sq,cube] = fn(x)
sq = x^2
cube = x^3
printf("Square of number : %d\n",sq)
printf("Cube of number : %d\n",cube)
endfunction
|
841911f7096b86349eff6246c53ad17ce28de5c8 | a675cd2a607ac2b6c1448707f28dabe357169823 | /test1.tst | 0ea883cbc4cac05108befa02a6cba495b8d9c44b | [] | no_license | Abhihariasha/teamA | 0fccd460c93e79fdad134892a917619675855e3c | e798f3009fb3fd9eff01bf38a516b75d0e458a63 | refs/heads/master | 2023-08-15T14:54:17.055958 | 2021-10-05T03:00:52 | 2021-10-05T03:00:52 | 413,651,464 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 38 | tst | test1.tst | hi
today tuesday
this is git classa
|
b9d7c69c7de7223de40c245ab6433ab1be23471a | 449d555969bfd7befe906877abab098c6e63a0e8 | /758/CH12/EX12.2/Ex_12_2.sce | 2bfaf0cf8fd3ed8b1a3a6995814be217b34090ae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 522 | sce | Ex_12_2.sce | //Example 12.2
clc;clear;close;
N=8;n=0:N-1;
f1=0.6;f2=0.62;
x=cos(2*%pi*f1*n)+cos(2*%pi*f2*n);
L1=8;
for k=0:L1-1
P1(k+1)=1/N*abs(x*(cos(%pi*n*k/L1)-%i*sin(%pi*n*k/L1))')^2
end
L2=16;
for k=0:L2-1
P2(k+1)=1/N*abs(x*(cos(%pi*n*k/L2)-%i*sin(%pi*n*k/L2))')^2;
end
L3=32;
for k=0:L3-1
P3(k+1)=1/N... |
617297c888e2d1c82cef4416e7772246c7b20a68 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2705/CH15/EX15.5/Ex15_5.sce | 7de39d424e04193ee1bda4e567c3c294fbea295d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 846 | sce | Ex15_5.sce | clear;
clc;
disp('Example 15.5');
// aim : To determine
// (a) the actual thermal efficiency of the turbine
// (b) the specific fuel consumption of the turbine in kg/kWh
// given values
P2_by_P1 = 8;
n_tur = .6;// ideal turbine thermal efficiency
c = 43*10^3;// calorific value of fuel, [kJ/kg]
Gama = 1.4;... |
ad4a15244579d4a974b5c92061107e1abc3e7455 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.3_5.tst | 489857bb31a68b8dbf129e2691b75a3627aaeb2d | [] | 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 | 32,315 | tst | bow.3_5.tst | 3 15:0.05555555555555555 17:0.25 23:0.15384615384615385 37:0.3333333333333333 82:0.16666666666666666 95:1.0 96:0.14285714285714285 97:1.0 114:0.5 115:1.0 116:2.0 128:0.5 145:1.0 171:0.5 272:0.6666666666666666 350:0.125 531:0.5 561:0.5 622:1.0 641:1.0 809:1.0 892:1.0 938:1.0 1168:1.0 1430:1.0 1618:1.0 1742:1.0 1947:0.5 ... |
9e539df9c3823ad5ba30c5ef764f31c7cc9e7333 | 1a00eb132340e145c8a7d8fd0ef79a02b24605a2 | /help/en_US/ENCODER_SB.tst | 33fbfef1771741baf68002d682a4bbe32e53e64a | [] | no_license | manasdas17/Scilab-Arduino-Toolbox | e848d75dc810cb0700df34b1e5c606802631ada4 | 2a6c9d3f9f2e656e1f201cecccd4adfe737175e7 | refs/heads/master | 2018-12-28T15:51:35.378091 | 2015-08-06T07:22:15 | 2015-08-06T07:22:15 | 37,854,821 | 3 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 2,996 | tst | ENCODER_SB.tst | \name
ENCODER_SB
\palette
Arduino
\smalldescription
Used to read encoder signal from one or more channels.
\description
Many sensors (incremental encoder, Hall sensor ...) return a pulses signal for which one wishes to count the edges. The block is used to perform this operation for one or two encoders. It... |
2e30b743e33fd22c0ebb971abf1db77c828f5cd6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1823/CH8/EX8.8/SolEx8_8.sce | 393ca004c980443d42a217c2800fa966631ca493 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 371 | sce | SolEx8_8.sce | //Determine (a) the low-frequency gain, (b) the midfrequency gain, and (c) the low-frequency cutoff point.
//Example 8.8 page no 244
clear
clc
hie2=1500 //Ω
Rb2=5000 //kΩ
Z01=10
C2=1*10^-6
Zin2=(hie2*Rb2/(hie2+Rb2))
printf("\n The value of Zin2=%0.3f Ohm",Zin2)
Av=7881.3
fl=1/(2*%pi*C2*(Zin2+Z01*10^... |
edde5a39bbfd44639c6c3f5f7ed382d28de080cc | 9224090b07cb3f466fe72819cf90ca0c4dedc901 | /Exercise 10/Exercise 10a.sce | a20205db0da473083defb0ffe61443ae6ad22d14 | [] | no_license | MGYBY/advanced_ocean_modelling | 8c383b09f4077174559bd7964062625012026fa0 | 848f0f4d616d472021c31582b64557f04067ce74 | refs/heads/main | 2023-07-14T14:37:57.714203 | 2021-08-20T20:13:49 | 2021-08-20T20:13:49 | 398,386,684 | 4 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 2,258 | sce | Exercise 10a.sce | //==============================================
// Exercise 10: Slope convection near the shore
//==============================================
// Animation of the evolution of the density field
// Author: Jochen Kaempf, March 2015 (update)
f = gcf(); f.color_map = jetcolormap(64); f.figure_size = [1000,400]; ... |
32fbca7e49f39b8f32e06aafd51d5313c3036287 | 51ff72184c18739b069c3d969fa1781024c24dd4 | /Unsigned/WtreeUnsigned.tst | ae36ce632370a5e517451f1fd38f34d2b0acc33e | [] | no_license | adityavirajrao/lab4- | f2ee335475f6e7f8633fc8b2316e1f25d253586c | e0c548b675bc575d364adf674d5348dcaf01d4f4 | refs/heads/main | 2023-08-14T23:32:27.018188 | 2021-09-20T18:08:09 | 2021-09-20T18:08:09 | 408,095,419 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 325 | tst | WtreeUnsigned.tst | load WtreeUnsigned.hdl,
output-file WtreeUnsigned.out,
compare-to WtreeUnsigned.cmp,
output-list a%B3.8.3 b%B3.8.3 out%B3.8.3 of%B3.1.3;
//2*3=6
set a %B00000010,
set b %B00000011,
eval,
output;
//5*6=30
set a %B00000101,
set b %B00000110,
eval,
output;
//20*20=400
set a %B00010100,
set b %B00010100,
eval,
output;... |
dd19b0dc378d4e1b28abf8c53f504ee9f8d978fc | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH8/EX8.4/Ex8_4.sce | f3d2ee70202c5dcc5b696366809dd0144ddf883a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 308 | sce | Ex8_4.sce | clear
//Given
a=60 //degree
u=4*3.14*10**-7 //T/A m
Bc=2
//Calculation
//
a=(Bc/2.0)/(tan(60)*180/3.14)
B1=(10**-7*tan(60)*(sin(60*180/3.14)+sin(60*180/3.14)))*10
B=3*B1
//Result
printf("\n Magnetic fieldat the centroid of the triangle is %0.0f *10**-7 T",B*10**7)
|
e992d4bc8718fc267f81ffec0a3dbf2b4ccdaa55 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.4.1/Unix-Windows/scilab-2.4.1/examples/addinter-examples/ex5c.sce | 7e806a6171a2f56bc182ca0825702d00327913c0 | [
"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 | 517 | sce | ex5c.sce | // Copyright INRIA
if ~c_link('cfunc') then
files=G_make(['/tmp/ex5cI.o','/tmp/ex5c.o'],'ex5c.dll');
addinter(strcat(files,' '),'cfunc','FuncEx');
end
deff('[z]=f(x,y)','z=x+y');
res=FuncEx(1:3,4:6,f);
if norm(res -feval(1:3,4:6,f)) > %eps then pause,end
res1=FuncEx(1:3,4:6,'fp1');
if norm(res - res1 ) > %eps... |
7c44265f44ba1c4f715b2d594018087a349110ac | d465fcea94a1198464d7f8a912244e8a6dcf41f9 | /system/kiks_arena_sub_mask.sci | 53f6691cc7d4c8fdb7f3c4bf1b92ae0076da7f8a | [] | 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,929 | sci | kiks_arena_sub_mask.sci | function [] = kiks_arena_sub_mask(xpos,ypos,color,theRadius)
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
// -----------------------------------------------------
// (c) 2000-2004 Theodor Storm <theodor@tstorm.se>
// http://www.tstorm.se
// -------------------------------------... |
f4d334098077dc85d5af324f394fc32d97cf714a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1574/CH9/EX9.3/Aerials_Ex_9_3.sce | caacba570df005c5a7d2bf40f6f1fbb170891466 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 312 | sce | Aerials_Ex_9_3.sce | clc
//Chapter9
//Example9.3, pageno 397
//Given
r=1//assume distance for ease of calculation
//Pav(theta)=(1000/(3*%pi*r^2))*((sin(theta))^2)
theta=0:0.1:%pi
x0=0,x1=%pi
Pt=(2000/(3*r^2))*integrate('(sin(theta))^3','theta',x0,x1)//Total power radiated
mprintf('Total power radiated is %f watts',Pt)
|
281500d895464967bafb45bc24c8e46b230a880e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3257/CH10/EX10.1/Ex10_1.sce | b04128620dbf5a3177cb9c2b145104d5fb50544d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 532 | sce | Ex10_1.sce |
// Degree of polymerization in polyvinyl chloride
clc
w_avg = 62500 // average molecular weight
A_H = 1 // Atomic weight of hydrogen
A_C = 12// Atomic weight of carbon
A_cl= 35.5 // Atomic weight of Chlorine
n_H= 3 // Number of hydrogen atoms in a molecule
n_C = 2// Number of carbon atoms in a molecule
n_cl... |
a3aa84afd8de814be8d7b153343f9b16429fc621 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3754/CH27/EX27.2/27_2.sce | a39314119c8c04d56f520cfe3f7104d52a6c8064 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,347 | sce | 27_2.sce | clear//
//Variables
VCC = 20.0 //Source voltage (in volts)
R1 = 10.0 //Resistance (in kilo-ohm)
R2 = 1.8 //Resistance (in kilo-ohm)
RC = 620.0 * 10**-3 //Collector resistance (in kilo-ohm)
RE = 200.0 * 10**-3 ... |
787ad24bc953b85beb3a14bbe7eb8392772c5b0f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3685/CH19/EX19.19/Ex19_19.sce | 6de6a1abfc45b7a83650e810839018c3fe629d0c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,290 | sce | Ex19_19.sce | clc
// Given that
N = 264 // Speed in RPS
sigma = 0.91 // Slip factor
d = 0.482 // Impeller diameter in m
D = 0.306 // Impeller eye diameter
D_ = 0.153 // Impeller root eye diameter in m
vf = 138 // Uniform axial inlet velocity in m/s
V = 1.2 // Volume flow rate of free air in m^3/s
m = 9.1 // Air mass flow ra... |
91e3054479f4bfc610240455d6838cfb02dcb492 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/tests/examples/atan.man.tst | 8c9bcd4f783f54e83ed9d44da8b539360745d105 | [
"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 | 60 | tst | atan.man.tst | clear;lines(0);
x=[1,%i,-1,%i]
phasex=atan(imag(x),real(x))
|
73bfd5e88a7eb2f2cb8bb164ef1aa9ab89b03b57 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.11_18.tst | 398d3891f686bd64688179218eda25d062a5eab0 | [] | 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 | 761,550 | tst | 5.11_18.tst | 11 2:1 66:1 163:1 624:1 961:1 1106:1 1452:1 1713:2 1715:1 1720:1 1873:2 1993:1 2028:1 2060:1 2259:1 2268:1 2387:1 2510:1 2620:1 2680:2 2754:1 2789:1 2878:1 3153:1 3428:1 3664:1 3879:1 4047:1 4125:1 4144:1 4366:1 4421:1 4434:1 4484:1 4831:1 4942:2 5104:1 5543:1 5546:1 5744:2 5782:1 5913:1 5946:2 6406:1 6559:1 6674:1 678... |
94a86592742b99c6af7dd57f740853b4b2490e23 | 63c8bbe209f7a437f8bcc25dc1b7b1e9a100defa | /test/0083.tst | 209cdb265db97f52cd02743f11b9873ea47e847f | [] | no_license | fmeci/nfql-testing | e9e7edb03a7222cd4c5f17b9b4d2a8dd58ea547c | 6b7d465b32fa50468e3694f63c803e3630c5187d | refs/heads/master | 2021-01-11T04:09:48.579127 | 2013-05-02T13:30:17 | 2013-05-02T13:30:17 | 71,239,280 | 0 | 0 | null | 2016-10-18T11:01:57 | 2016-10-18T11:01:55 | Python | UTF-8 | Scilab | false | false | 384 | tst | 0083.tst | sPlItteR N {}
fIlTeR R { NOt bItaND ( 3, bB, CB:dF:cC:DC:aa:Ad
, ) In +20502.7655657 Or Tk > 43.46.78.253/0 +171e146 >= +947. }
fILteR eG {zyM }
Y bRaNcH scIF -> Y -> mT
GroUpER jRwONa {MODUle uu{ b <= t RDeltA 83ms szc > o deLta 56m } aggReGAte MiN(xN.qn) aS N ,l.dje ,mAX(g.M) aS yDn ,a }
ungROupeR qvI { ... |
237b94a31e9f3a3559d027d323d81c6769422dba | 449d555969bfd7befe906877abab098c6e63a0e8 | /2870/CH5/EX5.12/Ex5_12.sce | cd01dc255d6adb7002ba9e0c5f7049cf1a0d6b2e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 301 | sce | Ex5_12.sce | clc;clear;
//Example 5.12
//given data
Pi=1;
Ti=300;
P2=1;
//from Table A-6
hi=3051.6;
//calculations
//mass balance mi=m2
//energy balance mi*hi= m2*u2
//combining them we get,
u2=hi;
//from Table A-6
//we know P2 and u2, so
T2=456.1;
disp(T2,'final temperature in tank in C')
|
dffb95521aef3e74bbe997d04adbcfd3a0409513 | 449d555969bfd7befe906877abab098c6e63a0e8 | /978/CH14/EX14.7/Example14_7.sce | 57a497ca845c64579440184042bff3cdb5de3139 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 429 | sce | Example14_7.sce | //chapter-14,Example14_7,pg 510
d1=4*10^-2//diameter of inner cylinder
d2=4.4*10^-2//diameter of outer cylinder
h=2.2//level of water
H=4//height of tank
eps1=((80.37*10^11)/((4*%pi*10^8)^2))//dielectric const. in free space(SI)
epsv=0.013*10^-5//dielectric const. of medium(SI)
C=(((H*epsv)+(h*(eps... |
1ab69b06385a9c27252cc2e9e254012952a519f1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH12/EX12.6/Example12_6.sce | 475c2543cdcdf5f7264f5831724fa90366481f5a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 646 | sce | Example12_6.sce | //Given that
R = 38 //in meter
Mc = 1.1 *10^4 //in kg
Mw = 6.0* 10^5 //in kg
Mp = 70 //in kg
Nc = 36 //number of cars
Np = 60*Nc //total number of person
Wf = 2*%pi/(2*60) //in rad/s
//Sample Problem 12-6a
printf("**Sample Problem 12-6a**\n")
Mpc = Mc*Nc + Mp*Np
Ipc = Mpc*R^2
Iw = (Mw/2)*R^2 //con... |
b6370bb8b3ec5c2325b294e8b3a83b248cc36b0c | a252f63ba74a1b3594eb7101ecd792fa392912e0 | /Scripts/en-us/POST EXAMPLE.tst | c7f7433b44508402023d03258ff6c4b0bce9cf09 | [] | no_license | 466santhosh/godslayer | 3a431ea812f097857ba53fb76ea44c0933dd99e8 | b502089ca2e22b5eede30b92dd252ec3671026d6 | refs/heads/master | 2021-04-12T21:28:07.364785 | 2020-03-15T02:43:30 | 2020-03-15T02:43:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 968 | tst | POST EXAMPLE.tst | PL/SQL Developer Test script 3.0
29
DECLARE
CONTENT VARCHAR2(1024) := '{"Schema":"REPLICACAO","Table":"MOEDA","Key":"1","Value":""}';
HTTP_METHOD VARCHAR2(8) := 'POST';
REQUEST UTL_HTTP.REQ;
RESPONSE UTL_HTTP.RESP;
URL VARCHAR2(4000);
BUFFER VARCHAR2(4000);
BEGIN
SELECT HOST INTO U... |
a3bfb53dd31387bfc434e69f1c2729594e8cc67b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1883/CH1/EX1.2.7/Example1_22.sce | 0f3829f01a44cd338a9d5eaffbb9cd70091a69fd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 549 | sce | Example1_22.sce | //Chapter-1,Example1_2_7,pg 1-15
u=1.5 //refractive index of thin film
r1=60 //angle of refraction
wavelength=5890*10^-8 //wavelength of light
n=1 //for minimum thickness
t1=n*wavelength/(2*u*cosd... |
1a6248beadb9bb5281bd9c92f29c6c2e2f60b1b9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /965/CH3/EX3.1/1.sci | 5518f928a700d88f80863ba69af2d8d050051c59 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,832 | sci | 1.sci | clc;
clear all;
disp("steady state temperature distribution")
disp("Let th = t-ta")
disp("the controllign differential equation for the given problem is given by")
disp("d2th/dx2+d2th/dy2 =0------(1)")
disp("the boundary conditions are :")
disp("i) at x = infinity, th =0")
disp("ii) at x = 0, th =th0")
disp("i... |
77f4e13d25e1028ff48300655384f5c0f10f1dd5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3869/CH6/EX6.26/Ex6_26.sce | 29ec85c6ff91cc6508658cf625f525683c43b954 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 359 | sce | Ex6_26.sce | clear
//
//
//
//Variable declaration
h=2
k=3
l=1 //miller indices
a=0.121
b=0.184
c=0.197 //parameters(nm)
//Calculation
OB=2*b/3 //intercept along y axis(nm)
OC=2*c //intercept along z axis(nm)
//Result
printf("\n intercept along y axis is %0.3f nm",OB)
printf("\n in... |
d7b33ba528bd0a9a40ded36f3718713a58711b80 | 449d555969bfd7befe906877abab098c6e63a0e8 | /632/CH4/EX4.9/example4_9.sce | c8055a3e92978eb265a5c528ec9c071b9e7de78c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 511 | sce | example4_9.sce | //clc()
V = 100;//m^3
Ptotal = 100;//kPa
Pwater = 4;//kPa
Pair = Ptotal - Pwater;
T = 300;//K
T1 = 275;//K
Vstp = 22.4143;//m^3/kmol
Tstp = 273.15;//K
Pstp = 101.325;//kPa
Pwater1 = 1.8;//kPa
Pair1 = Ptotal - Pwater1;
V1 = V * Pair * T1 / ( T * Pair1);
Nwater = V * Pwater * Tstp/ (Vstp * Pstp * T);
Nwater... |
7b4deeb15d006856bc5b2b0cd21f9fd87a6a3fb3 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set14/s_Material_Science_S._L._Kakani_And_A._Kakani_1085.zip/Material_Science_S._L._Kakani_And_A._Kakani_1085/CH2/EX2.8/ex2_8.sce | abb538b8b888a4fd1938b0007bcf86bdc2a675f4 | [] | 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 | 387 | sce | ex2_8.sce | errcatch(-1,"stop");mode(2);//Exam:2.8
;
;
h=6.626*10^-34;//planck constant
E_o=8.825*10^-12;//permittivity of free space
e=1.6*10^-19;//electron charge(in C)
n=1;//first bohr orbit
Z=1;//atomic number
v=Z*(e^2)/(2*E_o*n*h);//velocity of electron in hydrogen atom in bohr first orbit
disp(v,'velocity of elect... |
5bf40f0a1f41fc815b1ecd5ca80d1ff1dbce5b8f | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpicscifiles6/Invert.sci | 9f9f9d955b92561231b844263333415a0656e0aa | [] | 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 | 81 | sci | Invert.sci | // 08.05.31
function OutL=Invert(Pd)
OutL=Pd(size(Pd,1):-1:1,:);
endfunction
|
836241b7f32efe526b1c94839b9353582bb6f73b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2510/CH5/EX5.9/Ex5_9.sce | 316e78f4366cbaa1070e09abfbe0595d38111924 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 585 | sce | Ex5_9.sce | //Variable declaration:
qs = 1000 //Volumetric flow rate at standard conditions (scfm)
Ta = 300+460 //Actual absolute temperature in Rankine scale (°R)
Ts = 70+460 //Standard absolute temperature in Rankine scale (°R)
A = 2.0 //Inlet a... |
0edfb9c71c682876c9bffdfcfeffd23b241d9002 | 449d555969bfd7befe906877abab098c6e63a0e8 | /132/CH4/EX4.4/Example4_4.sce | f10c223beb7e06aca3a4fc411605281364839b79 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 323 | sce | Example4_4.sce | //Example 4.4
//Program to determine Maximum Current the Given Zener Diode can handle
clear;
clc ;
close ;
//Given Circuit Data
Vz=9.1; //Volts
P=364*10^(-3); //Watts
//Calculation
Iz=P/Vz;
//Displaying The Results in Command Window
printf("\n\t The Maximum permissible Current is Iz(max) = %f mA .",Iz/10^(-3... |
0fd138196dfbd6d1d7c7d312d734074a9610cc26 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1631/CH2/EX2.4/Ex2_4.sce | 41cea920d47bc52fd002bf1e976f616156148a58 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 497 | sce | Ex2_4.sce | //Caption: Probability
//Example 2.4
//page no 44
//find the probability
clc;
clear;
whiteballs=4;
blackballs=3;
pa1=whiteballs/(whiteballs+blackballs);//probability of first ball is white
pa2=(whiteballs-1)/(whiteballs+blackballs-1);//probability of second ball is white
pa3=(blackballs)/(whiteballs+blackbal... |
07a3351f693f3d62add6f4c80516588c7568e901 | b808630822f6b2b1ba4719c9f33ebb55c33b839b | /tests/data/command/installed.tst | 5fea1b133c1914eeb0ea48294b98a47575748b17 | [
"MIT"
] | permissive | raptor-mvk/php-migration-helper | b6c7b576a6b631a49bf7d585d2fb83bda7ef24b5 | a5663d3094e3d6a7d10e08a2d708bc282a7d0a39 | refs/heads/master | 2020-07-25T19:40:49.206336 | 2019-10-05T11:01:42 | 2019-10-05T11:01:42 | 208,404,459 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 13,979 | tst | installed.tst | [
{
"name": "aws/aws-sdk-php",
"version": "1.0"
},
{
"name": "aws/aws-sdk-php-symfony",
"version": "1.0"
},
{
"name": "captioning/captioning",
"version": "1.0"
},
{
"name": "cloudconvert/cloudconvert-php",
"version": "1.0"
},
{
"name": "cloudinary/cloudinary_php",
... |
c54a8784bb1f7ef55c1f877825542a5ddf2ebcb0 | 06a62d768e69fd9dda11b30011c252807e301813 | /lab/eliminateZeroPivots.sci | 00b9f03c96212924bff67c05d229a45ef2b04b5d | [] | no_license | vikram-niit/matlab | 36ce3d9539629128251eab060164ce81c03aa690 | da8aeb4d727c47474d37676650664bd028d7e41d | refs/heads/master | 2020-03-18T13:40:37.068765 | 2018-05-25T03:51:55 | 2018-05-25T03:51:55 | 134,800,217 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 931 | sci | eliminateZeroPivots.sci | function [R, c] = eliminateZeroPivots(A, b)
// Inputs : A m*n Matrix
// b column vector
// Outputs : R m*n Matrix
// c column vector
m = size(A,1);
n = size(A,2);
augmentedMatrix = A;
augmentedMatrix(:, n+1) = b;
// for each diagonal element
... |
325342e9868c33f3a25a505c0a4ee094109348b0 | eccaa6b239530be7f4ccad075be54d78cb83b844 | /netbsdsrc/usr.sbin/ipf/ipsend/iplang.tst | 9a8c35e99507d1b852e7e99354e22419e612429e | [] | no_license | yangzpag/CodeReader | 5b373bf9a9b262e8df675de2b0626532be39bee3 | 757e601163cd106cc63d922ebdd77ed4297ee4a1 | refs/heads/master | 2020-04-27T23:18:39.762135 | 2019-03-09T11:13:22 | 2019-03-09T11:13:22 | 174,770,342 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 189 | tst | iplang.tst | #
interface { ifname le0; mtu 1500; }
ipv4 {
src 1.1.1.1; dst 2.2.2.2;
tcp {
seq 12345; ack 0; sport 9999; dport 23; flags S;
data { value "abcdef"; } ;
}
}
send { via 10.1.1.1; }
|
c9e90ce48dbb2bc7e8f94be2ac9cfed1a8418cb2 | ab5abe749c582e593ff90fbd6632951601280d17 | /TESTS/PSIHO.TST | 8be97b43e1644ca282a253bfe7ceb113edf549ba | [] | no_license | asvavilov/tests-d | d99e64305b4368c8bcfe973a5c02a5fc09355a61 | 92f48e664a5f88689b1012be23d2f6cb40d4543a | refs/heads/master | 2021-01-13T02:19:36.959345 | 2012-08-31T17:11:44 | 2012-08-31T17:12:14 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | Scilab | false | false | 871 | tst | PSIHO.TST | Психологический тест.
Перед вами психологический демонстрационный тест.
0
0
5
Во сколько часов вы обычно встаете?
3
7 часов
1
8 часов
2
После 9 часов
3
Сколько времени вам требуется для приведения себя в порядок с утра?
3
До 5 минут
1
5 - 20 минут
2
Более 20 минут
3
Выберите любую фразу на картинке.
site.jpg
2
a... |
90158a54f044a2bd1ca1165eca7cb307dda88d57 | d46186fd10fea0679f3354c8489a1b43b5095ef8 | /src/kernel/statistical_analysis.sce | 6f2c507a6810bbc6103d96c672ac95dd11122475 | [] | no_license | LouieVoit/SunKnee | 4bf44a8876eed1b2c9c7fbc48a36d70703bdca35 | 02c1d68fcb7a031f745460df82fd9c13b2a0d66f | refs/heads/master | 2023-08-25T07:37:18.262242 | 2019-08-31T07:22:45 | 2019-08-31T07:22:45 | 424,646,145 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 619 | sce | statistical_analysis.sce | clear();
numberOfItems=100;
M=csvRead("data_numberOfItems_"+string(numberOfItems)+".csv");
M=M(2:$,:);
numberOfSamples=size(M,1);
minimumOrder=numberOfItems - 1;
maximumOrder=numberOfItems * (numberOfItems-1) / 2;
data=M(:,2);
f=figure();
f.background=-2;
histplot(maximumOrder-minimumOrder+1,data,style=2,normalization=... |
1578cca66cab06806ea94e97687d889674e235ea | 449d555969bfd7befe906877abab098c6e63a0e8 | /3785/CH4/EX4.6/Ex4_6.sce | c6e8180ff9ce00e1fefcbcc7f3e64afac35bb971 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 409 | sce | Ex4_6.sce | // Example 4_6
clc;funcprot(0);
// Given data
D_t=30;// The diameter of an oil storage tank in m
H=5;// The depth of the oil in m
D_p=5;// The inside diameter of pipe in cm
g=9.807;// The acceleration due to gravity in m/s^2
// Calculation
t=(D_t/(D_p/100))^2*sqrt((2*H)/g);// Time in s
t=t/3600;// Time in ho... |
385cfc7f76766e3a1e2d3a0eaf98d97b16ceb512 | c557cd21994aaa23ea4fe68fa779dd8b3aac0381 | /test/attrws.tst | c19770f0bbe39ea39e36e91b971f6629f73c4525 | [
"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 | 115 | tst | attrws.tst | ## Whitespace in changelog attribution linees nust be canonicalized
read <attrws.svn
changelogs
prefer git
write -
|
52119af7c237bb76a7bf74e7737e3932474cd885 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/bow/bow.17_5.tst | bff08c3f3211a4135e5bb24a62e8027645ab6bf8 | [] | 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 | 6,093 | tst | bow.17_5.tst | 17 56:1.0 92:1.5 253:0.2857142857142857 416:0.1 895:1.0 1343:1.0 1467:1.0
17 1:0.1111111111111111 16:0.3333333333333333 50:0.125 57:0.05555555555555555 73:0.2 89:1.0 165:1.0 175:0.6666666666666666 253:0.42857142857142855 264:0.6666666666666666 295:2.0 305:1.0 317:1.0 351:1.0 485:1.0 895:1.0 982:1.0 1298:1.0 1595:1.0
17... |
d4df9ad6ce38bacdf63e9e23e7cbe5067a115cf8 | 1573c4954e822b3538692bce853eb35e55f1bb3b | /DSP Functions/zpklp2bp/test_6.sce | 8299627ed02576a3024106fbce6254aca984fcc6 | [] | no_license | shreniknambiar/FOSSEE-DSP-Toolbox | 1f498499c1bb18b626b77ff037905e51eee9b601 | aec8e1cea8d49e75686743bb5b7d814d3ca38801 | refs/heads/master | 2020-12-10T03:28:37.484363 | 2017-06-27T17:47:15 | 2017-06-27T17:47:15 | 95,582,974 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 291 | sce | test_6.sce | // Test # 6 : Range test for Input Argument #4 or Input Argument #5
exec('./zpklp2bp.sci',-1);
[z,p,k,n,d]=zpklp2bp(7.3,5.2,9.7,0.6,[4,0.8]);
//!--error 10000
//Wt must lie between 0 and 1
//at line 53 of function zpklp2bp called by :
//[z,p,k,n,d]=zpklp2bp(7.3,5.2,9.7,0.6,[4,0.8]);
|
8c49dce5e9c33301e6f997020d40c61307de0ad2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /884/CH12/EX12.6/Example12_6.sce | a5463eb4760fc9ee72f19356ef15d69b9cf43c23 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 384 | sce | Example12_6.sce | //computation of solubility of gases in liquid
clear;
clc;
printf("\t Example 12.6\n");
c=6.8*10^-4;//solubility of N2 in water, M
P=1;//pressure, atm
k=c/P;//henry's constant
//for partial pressure of N2=0.78atm
P=0.78;//partial pressure of N2, atm
c=k*P;//solubility of N2, M
printf("\t the solubil... |
d5206ac07a3c38bd008156aa9480e2ae6f8c4a27 | 34dcfd0a3d3a661a623ba00e305d50592ca2e9cf | /Falsa Posição.sce | ef41a84c6c285b201b932068b46956e23a49320f | [] | no_license | kelly-santos/M-todo-N-merico | 65bc023d4a705c83037634540d2b6ae1ed967242 | 9ae1c6d1eeb8bb855b8d911e896d2a918762c66b | refs/heads/main | 2022-12-27T10:17:16.964964 | 2020-10-12T17:12:15 | 2020-10-12T17:12:15 | 303,458,411 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 386 | sce | Falsa Posição.sce | function y =t0(x)
y = -481 +408 +589.64 * x + (-2349.163 * x^2)/2
endfunction
a = 0
b = 0.3
x= a
contador = 0
while(1)
xOld = x;
x= abs(a - (t0(a)*(b-a))/(t0(b)-t0(a)));
Er = abs((x-xOld)/x)
contador = contador +1
if (Er < 10^-3) then
break
end
if(t0(a)*t0(x) ... |
c386538fb1e8822a3c33ea0535cca911ba0811f8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /964/CH19/EX19.3/19_3.sce | 7d2263526c1394f51ad3a86b0499af9d24eb1614 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 110 | sce | 19_3.sce | clc;
clear;
x=0.5:0.5:5.5;
for i=1:11
y(i)=0.9846*log(x(i))+1.0004;
end
plot(x,y)
xtitle("y vs x","x","y") |
5d41c426785c551cada32c7021e0c2f1b9e68313 | 449d555969bfd7befe906877abab098c6e63a0e8 | /767/CH6/EX6.9.2/Ch06Exa6_9_2.sci | 4f9b5433179609655f0f980a2f7dae78b17f3440 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 518 | sci | Ch06Exa6_9_2.sci | // Scilab code Exa6.9.2 : To calculate the w/B ratio for a completely stripped nitrogen to move in a stable orbit : Page 274(2011)
E_k = 1200; // Kinetic energy of the proton, MeV
q = 7; // Number of proton in nitrogen
E_r = 13040 // Rest mass energy of the electron, MeV
E = (E_k+E_r)*1.6e-013; // Total energy,j
... |
ca6f4f2a18e5738421cd37ec93595f67af8d2dee | 449d555969bfd7befe906877abab098c6e63a0e8 | /671/CH10/EX10.11/10_11.sce | 5d7e126f369167e43876585b00caa8c6eaf4e0a1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 10_11.sce | V=300
Ea=V
n1=1200
n2=1100
Kaphi=Ea/2/%pi/n1*60
T=350
Ia=T/Kaphi
Ea=V*n2/n1
Ra=(V-Ea)/Ia
Kaphi=Kaphi/2
n=Ea/Kaphi*60/2/%pi
Pm=Ea*Ia
T=Kaphi*Ia
disp(T)
disp(Pm)
disp(n)
|
2008602439c75f5461287011750a75b227207552 | 449d555969bfd7befe906877abab098c6e63a0e8 | /291/CH8/EX8.4d/eg8_4d.sce | e38e55d442cf1cc775b5127cd5cf2457f3c36c20 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 301 | sce | eg8_4d.sce | A = [30.5 18.5 24.5 32 16 15 23.5 25.5 28 18];
B = [23 21 22 28.5 14.5 15.5 24.5 21 23.5 16.5];
n= length(A);
W = B-A;
Wbar = mean(W);
S = sqrt(variance(W));
T = sqrt(n)*Wbar/S;
disp(T, "The test statistic is");
pvalue = cdft("PQ", T, n-1);
//disp(tvalue)
disp(pvalue, "The p value is")
|
d2241849583ee8f86aad276243084dc4d807e84a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3843/CH6/EX6.11/Ex6_11.sce | b1a8b1bc51193fe7dcde1484383f7c85d3729568 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 644 | sce | Ex6_11.sce | // Example 6_11
clc;funcprot(0);
// Given data
// From example 6.10
P_1=140;// The steam pressure at turbine inlet in psia
T_1=1000;// The temperature at turbine inlet in °F
P_2=2;// The steam pressure at turbine exit in psia
m=4;// lbm/sec
W_s=1748;// Btu/sec
n_t=0.80;// The isentropic efficiency of the turbi... |
6738fa62b2e5815fefb1929c5ed1977f9558fdc6 | 3c47dba28e5d43bda9b77dca3b741855c25d4802 | /microdaq/macros/microdaq_macros/mdaqAIScanSync.sci | 456d215062c0c97ec432a970d574ff29cee16d77 | [
"BSD-3-Clause"
] | permissive | microdaq/Scilab | 78dd3b4a891e39ec20ebc4e9b77572fd12c90947 | ce0baa6e6a1b56347c2fda5583fb1ccdb120afaf | refs/heads/master | 2021-09-29T11:55:21.963637 | 2019-10-18T09:47:29 | 2019-10-18T09:47:29 | 35,049,912 | 6 | 3 | BSD-3-Clause | 2019-10-18T09:47:30 | 2015-05-04T17:48:48 | Scilab | UTF-8 | Scilab | false | false | 1,643 | sci | mdaqAIScanSync.sci | function mdaqAIScanSync(arg1, arg2, arg3)
link_id = -1;
result = [];
if argn(2) == 2 then
dio = arg1;
edge = arg2;
end
if argn(2) == 3 then
link_id = arg1;
dio = arg2;
edge = arg3;
if link_id < 0 then
error("Invalid conn... |
a9c2ce35eff12f2e3b850f6558074dfb28807ff8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1943/CH7/EX7.23/Ex7_23.sce | 46ea919c865e8ab4d90cc1abcf533fbfd51304e9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,031 | sce | Ex7_23.sce |
clc
clear
//Input data
p1=20//Pressure in bar
T=400//Temperature in degree C
p2=0.1//Pressure in bar
n=4//Number of stages
ns=75//Stage efficiency in percent
//Calculations
h16s=(3250-2282)//Change in enthalpy in kJ/kg
h12s=(h16s/n)//Change in enthalpy in kJ/kg
p=[8,2.6,0.6]//pressures in bar from Mollier... |
db10131b3d7cf86c8ce399bf1cc6f9967670b5b7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH15/EX15.4/15_04.sce | 886be6e704b6cc10521c1e1f6d15abf6e4b712bc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 227 | sce | 15_04.sce | //Chapter 15, Problem 4
clc;
f=50; //frequency in hertz
Xc=40; //capacitive reactance
C=1/(2*%pi*f*Xc); //capacitance in farad
printf("Capacitance C = %.2f uF",C*10^6);
|
e7d00086d8d44b4d2b0d0ba263c60edb67010c8d | 717ddeb7e700373742c617a95e25a2376565112c | /51/CH11/EX11.2/11_2.sce | bf0f47b03375c0e7c65bea90c9213cca28e1e2c3 | [] | 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 | 284 | sce | 11_2.sce | clc;
clear;
D=4;//in
T1=540;//degree R
p1=100;//psia
T2=453;//degree R
p2=18.4;//psia
dratio=(p1/T1)*(T2/p2);
sdif=(cv*(log(T2/T1)))+(R*(log(dratio)));//ft*lb/lbm*(degree R); change in entropy
disp("ft*lb/lbm*(degree R)",sdif,"The change in entropy between (1) and (2)=")
|
b8f894ab9c87828442d0501fcae7a8ce0ca2d337 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2123/CH6/EX6.20.1/Exa_6_20_page205.sce | 81f1d3f37af2d6ba91cf95c6aba71f4a5de0cc12 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Exa_6_20_page205.sce | //Example No. 6.20(page no. 205)
clc;
clear;
close;
format('v',8);
//Given Data :
Pout=2500;//hp
V=2300;//volt
P=20;//pole
f=50;//Hz
Xs=1.77;//ohm/phase
Pout=Pout*735.5/1000;//KW
V=V/sqrt(3);//Volt/phase
cos_theta=1;
I=Pout*10^3/3/V/cos_theta;//A
Ixs=I*Xs;//V
E=sqrt(V^2+Ixs^2);//V
Pout_max=3*V*E/Xs/... |
5e63c083d6cd439d336da472b166bf7891c5246d | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.20_10.tst | c784680c9727f97755df407e38b89e6d9741a1bf | [] | 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 | 447,111 | tst | 5.20_10.tst | 20 53:1 128:1 374:1 418:1 1098:1 1450:1 1518:1 1556:1 1572:1 1659:1 1743:1 1755:1 1891:1 1949:1 2343:1 2421:1 2534:1 2672:1 2692:1 2932:1 2969:1 3624:1 3784:1 3911:1 3925:1 4104:1 4485:1 4831:1 5040:1 5188:70 5379:1 5864:1 5991:1 6171:1 6318:2 6475:1 6528:1 6670:1 6735:1 6810:2 6896:1 6982:2 7168:1 7251:1 7293:1 7330:1... |
fc857487b0bfddd3097258a1792c505837cb50bf | 449d555969bfd7befe906877abab098c6e63a0e8 | /3446/CH17/EX17.8/Ex17_8.sce | 48c1d8361764bf35e72dd3c102d2100d35306733 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 971 | sce | Ex17_8.sce | // Exa 17.8
// To calculate minimum signal power required and maximum allowable path loss.
clc;
clear all;
N0=-174;//Noise density in dBm/Hz
Bc=1.25;//Channel bandwidth in mHz
Rc=1.2288;//Chip rate in Mcps
Nf=6; //Receiver Noise figure in dB
Pt=27; //Effective radiated power from mobile in dBm
Lct=0.5; ... |
2b84700492e2a8e17bbfdd6bf4e30c1c8f3913c1 | 9715cbe7e8e57bb70f628b3bd021842f99fbad75 | /taller/soluciones/funcionTangenteMaclaurin.sci | 3b4c00419031c6795d95a279139d9c9c4cba6726 | [] | no_license | UNIVALLE-EISC/numerical-methods | a3e3f432a6dc54a5ba845789ace2bf39db7ac6fe | 3ea9401e281523e15be0525bfe36e48560caf646 | refs/heads/master | 2021-01-10T15:22:36.080955 | 2018-10-02T21:37:42 | 2018-10-02T21:37:42 | 51,824,833 | 2 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 1,263 | sci | funcionTangenteMaclaurin.sci | //Serie de Maclaurin de la serie geométrica
//function [et, ea, aprox] = funcionTangenteMaclaurin(x, iter)
//Entrada:
//x : valor en que la serie sera evaluada
//iter : cantidad de terminos de la serie
//Salida:
//et : vector de errores relativos
//ea : vector de errores aproximados
//aprox : vector con valores... |
a5441dd0a35de391431e5444b757794c36dc9e08 | 7ad0d60cf81a6a597c854f34eb8e4d0f0238449f | /Laboratório de Medições e Controle Discreto/Atividade 4/[G11]Atividade_4.sce | 476ffb1b49113d4147cc2517a77a4178bc5d817e | [] | no_license | Lucas-Okamura/Poli-USP | 83c5bf59a8d1f04215db1caeb3898a2394c0797c | 2875cd8e0f3a2549f0461d0256cf5e8cc24d204c | refs/heads/master | 2023-06-07T21:29:13.123960 | 2021-06-23T21:59:01 | 2021-06-23T21:59:01 | 304,692,746 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 8,202 | sce | [G11]Atividade_4.sce | clear all
clc
// Grupo 11
// Gabriel de Sousa Araujo - 9299341 - gabriel_araujo@usp.br
// Gustavo Lopes Oliveira - 10335490 - gustavo.l.oliveira@usp.br
// Herval Pereira de Castro Junior - 10335792 - hervalcastro@usp.br
// Leonardo Silva Almeida Serra - 10335656 - leonardoserra@usp.br
// Lucas Hideki Takeuchi Okamura... |
a302c10a5defa4723d3cc96f6235947ac41bc006 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3574/CH12/EX12.1/EX12_1.sce | a0b2fe1ef01c1d4e69bf42c118a0664928ee6288 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,446 | sce | EX12_1.sce | // Example 12.1
// Determine (a) Field circuit resistance (b) Field rheostat setting that will
// provide no load voltage of 140V (c) Armature voltage if the rheostat is set
// to 14.23 ohm (d) Field rheostat setting that will cause critical resistance
// (e) Armature voltage at 80 percent rated speed (f) Rheost... |
ee865053edc5e4a2da535db8c1faeb4f294d7587 | f78a758dc17a311b355e12366d1315f7a9c2b763 | /Volkswagen/TL 82066 2006/5.2.2 Pulse 6 0.tst | 2085b2da037e812c8780c55ac47fd40232e15804 | [] | no_license | CZPFOX/Standards | 9dbf036f7e3e5767c23872c884ae7da83e66f81c | af34157e6e447d1a2b39136b9f3734feb663d9bb | refs/heads/master | 2020-06-18T12:58:06.033918 | 2019-07-11T02:55:42 | 2019-07-11T02:55:42 | 196,309,147 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 850 | tst | 5.2.2 Pulse 6 0.tst | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!DOCTYPE AUTOTEST>
<AutoTest version="2.0.0" wavetype="12">
<Pulse>Pulse Slow</Pulse>
<Title>Pulse 6 12V</Title>
<Organization>Volkswagen</Organization>
<Standard>TL 82066 2006</Standard>
<Item>5.2.2 Pulse 6</Item>
<system>
<PowerS... |
089c429eb9f633649936053524c98237bfae3365 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1100/CH12/EX12.5/12_5.sce | 262bfef782c24c00d569c7729dbf337699b8ab3a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 446 | sce | 12_5.sce | clc
//initialisation of variables
P= 1//atm
n= 70
T= 75 //F
T1= 70 //F
r1= 0.0131 //lb water/lb dry air
r2= 0.0093 //lb water/lb dry air
h1= 32.36 //Btu/lb dry air
h2= 27.03 //Btu/lb dry air
hd2= 23.40 //Btu/lb dry air
hf= 23.4 //Btu/lb dry liquid
hg= 1094.5 //Btu/lb dry liquid
//CALCULATIONS
R1= r1-r2
Q... |
1cff23ccf8f3de3b8d6b53a4b0861ba0ffcb672c | 449d555969bfd7befe906877abab098c6e63a0e8 | /284/CH13/EX14.4/ex4.sce | 90ea8f124e022c4608644d0f61101acc4e45823d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 395 | sce | ex4.sce | // Chapter 14_Semiconductor Power Devices
//Caption_Heat sinks and junction temperature
//Ex_4//page-663
P=20 //Rated power
Tj_max=175 //Junction temperature
TOC=25
Tamb=25 //ambient temperature
Theta_case_snk=1
Theta_snk_amb=5
Theta_dev_case=(Tj_max-TOC)/P
PD_MAX=(Tj_max-Tamb)/(Theta_dev_case+Theta_ca... |
3b79f9896fc1ebea620be90e8f2c11f0d5f68794 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3886/CH2/EX2.15/Ex2_15.sce | 45826bb0f202022e69e7967eab9a07b40c7ef69a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 251 | sce | Ex2_15.sce | //Determining the forces in bars AB and AC
//Refer fig 2.20(a) and (b)
//Select AB and AC as x and y axes
//Resolving the forces we get
F1=0 //N
F2=40*cosd(30) //N
printf("Force in bar AB is F1=%.0f N and force in bar AC is F2=%.1f N",F1,F2)
|
4fc50222eba9978b00f6d392a41dca36c6d47b6c | 449d555969bfd7befe906877abab098c6e63a0e8 | /650/CH1/EX1.8/8.sce | 3b3d53b12ad9a094c3f686cb1d826985108957d9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 158 | sce | 8.sce | clc
H=0.2; //m
rho=1000; //kg/m^3
rho_Hg=13600; //kg/m^3
g=9.81; //m/s^2
dp=(rho_Hg-rho)*g*H;
disp("Differential pressure =")
disp(dp)
disp("N/m^2") |
f8c33e645b6d2ff85b5cefe445d570095c70ad55 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2672/CH5/EX5.37/Ex5_37.sce | 9233db7f2a9f6b130bff82784105ffd6ed7ef923 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 297 | sce | Ex5_37.sce | //Example 5_37
clc;
clear;
close;
format('v',5);
//given data :
I1=0.5;//mA
V1=340;//mV
I2=15;//mA
V2=465;//mV
kBTBye=25;//mV(It is kB*T/e)
//I=Is*(exp(V/Eta/kBTBye)-1)
Eta=(V2/kBTBye-V1/kBTBye)/log(I2/I1);//neglecting 1 as exp(V/Eta/kBTBye)>>1
disp(Eta,"Ideality Factor(Eta) : ");
|
fbb2d20617092e2689f9f8a5cc19e696b21d77ad | 449d555969bfd7befe906877abab098c6e63a0e8 | /1322/CH5/EX5.5.c/47ex4_c.sce | 70ccfa8ec51e05b38fbb324c7a69617568f11285 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 130 | sce | 47ex4_c.sce |
// 2(n^2+5)
clear;
clc;
close;
mprintf("the first five terms of the sequence are: \n");
for n=1:5
disp(2*(n^2+5))
end
|
faa00a68af62a4c09c5bf78d112879f0dcbe4206 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3035/CH5/EX5.5/Ex5_5.sce | afb080eb1c417f65671e5c6547fa5c447446bdb8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,271 | sce | Ex5_5.sce |
// Variable Declaration
n = 3 //Number of discs
m = 0.1 //capacitance of each link pin to self capacitance
V = 33.0 //Voltage(kV)
// Calculation Section
a_1 = 1
a_2 = (1 + m)*a_1
a_3 = m*(a_1 + a_2) + a_2
v_1 = V/(a_1 + a_2 + a_3) //Voltage across top unit(kV)
v_2 = a_2 * v_1 //Voltage acro... |
d108cb064cd15190456748ee3da234ddbcf331a5 | 8fe55d112060809ed521b7cedb7fdc8bde130268 | /assets/scene/fixJoint.sce | 571acc9f8f6ea53ab69a4cce0ec9947e13b52e27 | [] | no_license | excfergodst/dod | 9e74d67d75575c0227ff7c3a268349ac7e41e7c0 | b25896d75b7efba8d2c5248360dafbd798081939 | refs/heads/master | 2023-01-10T04:39:43.529750 | 2020-11-08T14:07:23 | 2020-11-08T14:07:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,526 | sce | fixJoint.sce | {
"Scene": {
"ptr_wrapper": {
"id": 2147483649,
"data": {
"value0": 3,
"value1": 0,
"value2": {
"Tag": "Entity 0",
"Id": {
"uuid": "03c79354-9491-438c-b3c6-21fd22e7c945"
... |
37fc790890cb893aa2e86d7ebe6f6f04aaf0baf7 | 42fdf741bf64ea2e63d1546bb08356286f994505 | /test_20160829_nFETpFET_Id_char/temp.sce | 9bee77508d72d01e185de32fced4111f72b44dc3 | [] | 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 | 2,098 | sce | temp.sce | clear mite_473_977_10uA;
mite_473_977_10uA=csvRead("~/rasp30/prog_assembly/libs/scilab_code/characterization/char_miteADC/data_miteADC473_977_chip"+chip_num+brdtype);
//polyfit
[p_mite_977_10uA,S_mite_977_10uA]=polyfit(mite_473_977_10uA(:,1), mite_473_977_10uA(:,2),7);
size_a=size(mite_473_977_10uA);
//MITE_range_977 =... |
4b502e41ac4d38d1e4897d03543f5bae41f029a0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1628/CH16/EX16.6/Ex16_6.sce | eafa0d2032ab1ea6dc6c7b385ca773098c993371 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 799 | sce | Ex16_6.sce |
// Examle 16.6
p=60; // Power supply
v=200; // supply voltage
I1=p/v; // current through each lamp
Il=100*I1; // Shunt field Current (Il)
disp('Shunt field Current (Il) = '+string(Il)+' Amp');
Rsh=50; // Resistance
Ish=v/Rsh; ... |
3b44be561c69fa44551676b4878d19d27872d532 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3731/CH6/EX6.16/Ex6_16.sce | 5767f58a4c97774d9eafd7c606641c8db18a0bb6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,681 | sce | Ex6_16.sce | //Chapter 6:Induction Motor Drives
//Example 16
clc;
//Variable Initialization
//Ratings of the Delta connected slipring Induction motor
f=50 // frequency in HZ
Vl=400 //line voltage in V
P=6 // number of poles
SR=2.2 //ratio of stator to rotor
//Parameters referred to the stator... |
e0b777f39e3f921e7c42eb99b2a17db2237f0749 | 897ce6a3fd5b682122c396af7e24fa53014c7cb3 | /src_script/scilab/_import/rtsx_10/common/isscalar.sci | 950665da2d4ce17e46400c68f4953380b23f2d9d | [] | no_license | stub22/glue-ai-v1_friendularity | e66f5ab357eba45de2def6f7900f414e358a4125 | 74949dc3e9b0d08b39857735aad901915e61322d | refs/heads/master | 2022-12-19T18:57:01.336831 | 2017-08-04T12:55:12 | 2017-08-04T12:55:12 | 284,544,364 | 0 | 0 | null | 2020-10-14T00:08:14 | 2020-08-02T21:24:34 | Java | UTF-8 | Scilab | false | false | 131 | sci | isscalar.sci | // isscalar.sci test if argument is scalar
function h=isscalar(x)
h=type(x)== 1 & isequal(size(x),[1 1]);
endfunction
|
6debb9d23ec7fa63633b917a4edff73c712cc7de | 449d555969bfd7befe906877abab098c6e63a0e8 | /2657/CH2/EX2.16/Ex2_16.sce | 0fef5575f2fd61a7b6ce2de033623fbd10f621e5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,203 | sce | Ex2_16.sce | //Calculations on dual combustion cycle
clc,clear
//Given:
r=18 //Compression ratio
P1=1.01,P3=69 //Pressure at 1, 3 in bar
T1=20+273 //Temperature at 1 in K
cv=0.718 //Specific heat at constant volume in kJ/kgK
cp=1.005 //Specific heat at constant pressure in kJ/kgK
g=1.4 //Specific heat ratio(gamma)
R=0.287 ... |
f19e706b0c1349539a49cbb4df0fa8984936cc9f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2855/CH12/EX12.48/Ex12_48.sce | 5b21d36234bdb7271c68ffd507239a10ddbec5b0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 256 | sce | Ex12_48.sce | //chapter 12
//page no 540
//exa 12_48
//given
clear;
clc;
D=0.5; //ps/nm-km
Tb=80; //bit period in ps
l=1.5; //in nm
Zr=Tb/(D*l); //Modulator spacing in km
printf("\n Maximum modulator spacing Zr = %0.2f km",Zr);
|
e392b235624f4ef6f8c639b189355187fe8994a1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2774/CH6/EX6.3/Ex6_3.sce | 43f6cfc903bedb2ff3bd1731b27d32751aebf3eb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,159 | sce | Ex6_3.sce | clc
// solution
//initialization of variables
// Please refer to fig of question 6.1 for quantities
effi1=0.323 //old efficiency
P2=2*1000 //higher pressure converted in in kPa
P1=10 // lower pressure in kPa
rho=1000 // density of water in Kg/m^3
T2=600// max temperature of cycle in degree celsius
h1=192 // en... |
2432a91f7a2445494e013d1902e048f4aa05e7f6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /788/CH8/EX8.2.b/8_2_soln.sce | 39b07d1a795554400fef577528732cfc35a0cf51 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 306 | sce | 8_2_soln.sce | clc;
pathname=get_absolute_file_path('8_2_soln.sce')
filename=pathname+filesep()+'8_2_data.sci'
exec(filename)
// Solution:
// Horsepower across the valve,
HP=((p*Q)/1714); //HP
// Results:
printf("\n Results: ")
printf("\n The Horsepower across the pressure relief valve is %.1f HP.",HP)
|
38eda1c16f58c61389e3cf285f8a170beb224669 | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /sci2blif/convert2modelica.sce | 983ddf0c2ee9dcfa4386bf9f6920321c4c158e25 | [] | no_license | jhasler/rasp30 | 9a7c2431d56c879a18b50c2d43e487d413ceccb0 | 3612de44eaa10babd7298d2e0a7cddf4a4b761f6 | refs/heads/master | 2023-05-25T08:21:31.003675 | 2023-05-11T16:19:59 | 2023-05-11T16:19:59 | 62,917,238 | 3 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 2,489 | sce | convert2modelica.sce | global file_name path fname extension board_num chip_num;
fd_r1 = mopen(fname+".xcos",'r'); xcos_org0=mgetl(fd_r1, 1); xcos_org0=strsplit(xcos_org0,['><';'<';'>';]); mclose(fd_r1);
size_xcos_org0=size(xcos_org0);
xcos_org="";
for i=2:size_xcos_org0(1)-1
xcos_org(i-1)=xcos_org0(i);
end
xcos_mod="";
bl_id_table="... |
1af16a6f47b8276d0f813d7bc20eb1c42bc3dad7 | ae18ec1846845d0cb2f3262a94c957b395965d58 | /c28x/Kconfig.sci | 9b367167362f231a4b4b1ac66cf81b9ebc7abec5 | [
"MIT"
] | permissive | FreeRTOSHAL/fhal-mach | 232f023691176bee3f8c123850abe1d8e7e19ede | b396922736fe1444852b8825ed7410e79d46865b | refs/heads/master | 2022-12-21T04:15:46.908927 | 2022-12-15T11:35:42 | 2022-12-15T11:35:42 | 56,177,511 | 6 | 7 | MIT | 2021-02-09T14:08:10 | 2016-04-13T18:47:43 | C | UTF-8 | Scilab | false | false | 1,070 | sci | Kconfig.sci | config MACH_C28X_SCI0
bool "SCI0"
if MACH_C28X_SCI0=y
choice
prompt "RX Pin"
config MACH_C28X_SCI0_GPIO_28
bool "GPIO_28"
config MACH_C28X_SCI0_GPIO_7
bool "GPIO_7"
endchoice
choice
prompt "TX Pin"
config MACH_C28X_SCI0_GPIO_12
bool "GPIO_12"
config MACH_C28X_SCI0_GPIO_29
bool "GPIO_29"
e... |
31fdb182e531cee5415fb0f6f292b890c9ea637a | 3e306b2adf7199b1e7439c23137237f73a3160c6 | /adaptive.sci | 344170157db91d4c8d056bf3467092d5db52b38e | [] | no_license | vikhyat/consulo | 37151aaf7d8d1b78c1d3d787f03ae88777e67efe | bfe0c0305805090a830d982002452cbd85f07aae | refs/heads/master | 2020-04-20T08:25:13.827730 | 2012-05-14T10:14:01 | 2012-05-14T10:14:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,546 | sci | adaptive.sci | function y = f(x)
y = sin(x * 10 / (2 * %pi));
// y = x;
// y = 2;
endfunction
function A = addto(A, x)
A = [A x];
endfunction
function A = naive_polling(freq, samples)
A = []
for i = 0:(samples-1)
A = addto(A, [i*freq; f(i*freq)]);
end;
endfunction
function A = adaptive_polling_single(wait, samples,... |
22f5dfac54833dda3eadb1253f81c8ce7ab94430 | ce9d128033ab75381acbc38404b1a8022c21fe72 | /Nicollas.Dto/GeneratedTs/TypescriptTemplate.tst | 09fe2ccee4ad6c9d7695cb70e5921a826707363b | [] | no_license | nicollaas94/SnappetChallenge | 89e1885360001aac1f5f4abbfb12a6e87ccd59dc | 2adb86bfa004a47ae27b429bb97ccd33d934f4c3 | refs/heads/master | 2021-04-06T02:26:21.840628 | 2018-04-17T00:26:48 | 2018-04-17T00:26:48 | 125,133,776 | 0 | 0 | null | 2018-03-14T00:49:52 | 2018-03-14T00:49:52 | null | UTF-8 | Scilab | false | false | 788 | tst | TypescriptTemplate.tst | /*
* This template uses the TsT - Typewriter.
* Read more at :
* -- https://github.com/frhagn/Typewriter (Github)
* -- https://marketplace.visualstudio.com/items?itemName=frhagn.Typewriter (Extension of Visual Studio 17)
* -- http://frhagn.github.io/Typewriter/ (Documentation)
*/
/* tslint:disable*/
${
string St... |
49727c056906c8e3a42136743d5a8352a99ea1b3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2840/CH10/EX10.3/Ex10_3.sce | d7b67f9f289974ff8f3025654735a0d5086e6679 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sce | Ex10_3.sce | clc;
density=7.13*1e3 //in kg/m^3
M=65.4
N=6.023*1e26 //avogedro number
n=(2*density*N)/M
n1=n^(2/3);
Ef=3.65*1e-19*n1; //in eV
Ef1=(3/5)*Ef //in eV
disp(+'eV',Ef,'fermi energy =');
disp(+'eV',Ef1,'Mean energy at T=0K =');
//there is slight variation in answer than book's answer.. checked in calculator too..... |
a9416e4f3fff9bdc0462c0d040ae92aa79adb807 | a006a53d954de031fd82f26f4fc82c8fb610293c | /macros/csdp.sci | 18067da4c0f02c887b373e0cd7b9e354629d118e | [] | no_license | Siddharth11235/CSDP-basic | cba775450ad5f7271ecc00ada0831c3ed1518958 | 97c441b8a6eea4c6b4466c03828f048e2c0fc37a | refs/heads/master | 2021-06-20T23:43:51.881537 | 2017-07-17T12:30:00 | 2017-07-17T12:30:00 | 96,966,653 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 113 | sci | csdp.sci | function csdp(C,A1,b,K)
funcprot(0)
A = sdpasparse(A1,K);
a = scilab_io(C,A,b,K);
endfunction
|
75afcb2f5efbf8366ae5a78669f075fbf008726f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1055/CH23/EX23.4/ch23_4.sce | f645f9d9f9a3d6b0196ddea5334d1a69a484aec2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 419 | sce | ch23_4.sce | //Determine theta1 Theta2
clear
clc;
A=[5 -5;2.5 0;4 -4];
R=[10^-4 0 0;0 10^-4 0;0 0 10^-4];
O=inv(((A')*(inv(R))*(A)))*((A')*(inv(R))*[.60;.05;.35]);//assuming theat matrix=0
f12=5*(O(1,1)-O(2,1));
f13=2.5*(O(1,1));
f32=-4*(O(2,1));
J=(((.6-f12)^2)+((.05-f13)^2)+((.35-f32)^2))/(10^-4);
//Answer does not matc... |
da2dd54f1cfb79b41ea8654f5b7543a84aeb6587 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2735/CH8/EX8.3/Ex8_3.sce | 637594ae89332846946c319baa145934ccfcf4eb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 364 | sce | Ex8_3.sce | clc
clear
//Initialization of variables
cp=0.25 //Btu/lbm R
T0=520 //R
T1=3460 //R
dG=21069 //Btu/lbm
dH=21502 //Btu/lbm
//calculations
dq=cp*(T0-T1)
ds=cp*log(T0/T1)
dE=dq-T0*ds
eta=dE/dq
dw=eta*dH
de=-dG+dw
//results
printf("Loss of available energy = %d Btu/lbm",de)
disp("The answer is a bit differe... |
c7412c59eae1a61850c6456b6da80901b78a3cd8 | 389bd4af3bf5a0f54f51e8aafea5035f568ba445 | /yurt_deneme_toplama.sci | 7958757983a46c37160e9f0a73e1e082abd6a7b5 | [] | no_license | esraatlici/Bilgisayar-Destekli-Matematik | d47f057d9cb7ee987e367c67f8923cfcf02342d8 | dae1079f60fc7e0d3b54802b4cbed9182b52fcd7 | refs/heads/main | 2022-12-25T11:14:25.575530 | 2020-10-05T15:09:58 | 2020-10-05T15:09:58 | 301,447,895 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 28 | sci | yurt_deneme_toplama.sci | clear
a=900
b=387
c=a*b
|
e02cab7d92b9977ddfd381d349c0bd0d9a363593 | b6743b5bead9dbf4cd94fd7867dee1bf65deeec2 | /courses/eecs487/pa/pa3m/scenes/simple.sce | af875648d11cf8ea290c2aba2403d390515f7ce3 | [] | no_license | fporrata/fisher-code | 5d6541c7bcc3c8bcbba8f7ff6f3829efd6133f2f | 683074283e6b37789adc7ff2b6cd4ddd40ee41b7 | refs/heads/master | 2021-01-21T12:36:50.679610 | 2010-04-15T14:34:00 | 2010-04-15T14:34:00 | 38,948,199 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 816 | sce | simple.sce | sce1.0
# camera
eyepos 0 -2 1.5
eyedir 0 1 -0.4
eyeup 0.0 0.0 1.0
wdist 1.0
fovy_deg 50
nx 600
ny 300
#options
max_recursion 2
aasample 0
# scene
background 0 0 0.6
ca 0.1 0.1 0.1
{
#ground
cr 0.4 0.5 0.4
cp 0.4 0.4 0.4
triangle -3 -2 0 3 -2 0 3 10 0
triangle -3 -2 0 3 10 0 -3 10 0
}
#spheres
{
... |
477ae7d8b5cef7e584fd9c45974ba60fad77fcaf | 449d555969bfd7befe906877abab098c6e63a0e8 | /632/CH11/EX11.14/example11_14.sce | 28c14e9f91d0ad9e98ee9afa8626ecbe4d042b00 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 676 | sce | example11_14.sce | //clc()
//CO, 26.586 + 7.582*10^-3*T - 1.12*10^-6*T^2
//CO2, 26.540 + 42.454*10^-3*T - 14.298*10^-6*T^2
//O2, 25.74 + 12.987*10^-3*T - 3.864*10^-6*T^2
//N2, 27.03 + 5.815*10^-3*T - 0.289*10^-6*T^2
//Cpmix = summation ( yi*Cpi ) = summation(yi*ai + yi*bi*T + yi*ci*T^2)
xco2 = 0.09;
xco = 0.02;
xo2 = 0.07;
xn2 ... |
a23a9e378e04a0cf5957ab3bd85ad27f3a46d63a | 918e8207504f36c7eaf613b62c71e91ad3a33a8a | /2017/educrace_by_lulu/EducRace/DATA/Scenario/PlayerCarFallAfterSecondFloorJump.sce | 596999cafdfc9298ab48f523d1bf5b856152e2de | [] | no_license | lazarusccr/GraphicsContest | b1299eeb74449b8714f126deeb64dc02da285260 | 8dec398588970e958c7f08ab7be32af760acbbd6 | refs/heads/master | 2021-04-29T07:29:46.122593 | 2017-12-28T16:26:51 | 2017-12-28T16:26:51 | 77,950,829 | 4 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 59 | sce | PlayerCarFallAfterSecondFloorJump.sce | ScaleChange 1 0.06 Linear
SendEvent 5
Wait 0.06
SendEvent 0 |
3caf3b0d701cc7a5bbeb96bed14d4e05f3d6d463 | 449d555969bfd7befe906877abab098c6e63a0e8 | /611/CH4/EX4.12/Chap4_Ex12_R1.sce | b4d226f8e174f78ab96f8d09fc4ac40ded31807a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,716 | sce | Chap4_Ex12_R1.sce | // Y.V.C.Rao ,1997.Chemical Engineering Thermodynamics.Universities Press,Hyderabad,India.
//Chapter-4,Example 12,Page 110
//Title:Final temperature Pressure work done and heat interaction in polytropic process
//======================================================================================================... |
a67ecd062f0cd3e4c66a9f5cd98265d7c03f6325 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1373/CH8/EX8.16/Chapter8_Example16.sce | 9d3e0acc5287c4544d96beaffae23ca685880a3c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,079 | sce | Chapter8_Example16.sce | //Chapter-8, Example 8.16, Page 362
//=============================================================================
clc
clear
//INPUT DATA
p=1;//Pressure of air in atm
Ta=27;//Temperature of air in degree C
D=0.02;//Diamter of the tube in m
v=0.3;//Velocity of air in m/s
Ts=127;//Surface temperature in degre... |
e93fd80def8b4b51e0d0169c321b21f606346ef5 | 717ddeb7e700373742c617a95e25a2376565112c | /3044/CH3/EX3.12/Ex3_12.sce | 163874c5c048e7f6aea640edb37b176469fb7bb2 | [] | 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 | 421 | sce | Ex3_12.sce | //Variable declaration
// Part A
p1 = 1.0/3
p2 = 1.0/3
p3 = 1.0/3
printf ( "[Part:A] p1+p2+p3 = 1 so it is permissible")
// Part B
p1 = 0.64
p2 = 0.38
p3 = -0.02
printf ( "[Part:B] p3 < 0 so it is not permissible")
// Part C
p1 = 0.35
p2 = 0.52
p3 = 0.26
printf ( "[Part:C] p1+p2+p3 > 1 so it is not permissible")
... |
beae1975d5ab1d0d6e5a1a4da5719be9a8044a4d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3792/CH8/EX8.1/Ex8_1.sce | ca567445f5dac320b614a43d0e1f004ba1d7e25b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex8_1.sce | // SAMPLE PROBLEM 8/1
clc;funcprot(0);
// Given data
W=25;// The weight of the body in lb
k=160;// lb/ft
v=2;// The downward velocity in ft/sec
g=32.2;// The acceleration due to gravity in ft/sec^2
// Calculation
// (a)
delta_st=W/k;// The static spring deflection in ft
delta_st=delta_st*12;// in
// (b)
... |
142b694f4e3923b6ae03d2233960ed67474a9727 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3685/CH19/EX19.8/Ex19_8.sce | 9ab250626b1b0a4481feb816436f3553aa29cb48 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 833 | sce | Ex19_8.sce | clc
// Given that
V = 4 // Volume flow rate in m^3/min
p1 = 1.013 // Pressure in bar
t1 = 15 // Temperature in degree centigrade
N = 250 // Speed in RPM
p4 = 80// Delivery pressure in bar
v = 3 //Speed of piston in m/sec
n_mech = .75 // Mechanical efficiency
n_vol = .8 // Volumetric efficiency
n = 1.25 // Po... |
dd9b75d5bb172f35f0243460515ab96cc745020e | 95a91e0c642afba8090e47bd70e3efb36da36e43 | /UP.eps/old_files/new_Zbp_q.3den.sce | 0909cafb7f1c70d4749ccfa6e76f896ac0e37dd4 | [] | no_license | Varvara08/myrepo | f4f2d4e0da09b9eea225deab49d3dfd49d861266 | 588458d7d92407761cc9cd7cc3273e70aa9f84b0 | refs/heads/master | 2021-01-20T17:20:40.176769 | 2016-08-17T13:10:46 | 2016-08-18T10:38:17 | 63,784,698 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 11,717 | sce | new_Zbp_q.3den.sce | clear;
lines(0);
np=100;
q=3;
//rang=190/300
msig = 1 // номер строки, отвечающая нужной нам плотности прививки, с которой мы будем считывать
msig1 =2
msig2 =3
msig3 =4
msig4 =5
msig5 =6
msig6 =7
msig7 =8
msig8 =9
msig9 =10
msig10 =11
msig11 =12
msig12 =13
msig13 =14
msig14 =15
msig15 =16
msig16 =17
... |
5161765b80e13284245c9017c3d28ae3c6f4c5b6 | bacd6919260d728f4316702bbe1edf811810bede | /legacy/33/console/viewOriginalApprox.sce | 910083d3ed91ee7d6e245c8cf3a975fd6a618d77 | [] | no_license | vopl/sp | 332d8c2ff536fc5d8772ff2f3fbeca9b50c47641 | a4313f4d7af47cc3132d7546947d4d668c7e487e | refs/heads/master | 2020-04-16T02:09:36.036424 | 2016-10-05T18:08:30 | 2016-10-05T18:08:30 | 65,293,458 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,045 | sce | viewOriginalApprox.sce | stacksize('max');
w = 1;
tm = read("P:\finance\spectrumSeparator\nhel.Composite\33\console\mt", -1, 1);
am = read("P:\finance\spectrumSeparator\nhel.Composite\33\console\ma", -1, w);
pm = read("P:\finance\spectrumSeparator\nhel.Composite\33\console\mp", -1, w);
vm = am .* (cos(pm) + %i*sin(pm));
tm1 = r... |
dcfbea0f6e7ca4ba9e84f7161e8009a619b68b15 | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH15/EX15.10/ex_15_10.sce | dd889ed93f13c3dea5ddbec24da6c1ee836fb59a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,172 | sce | ex_15_10.sce |
clc
//soltuion
//given
//ref fig 15.25
Wl=3000//N
Wn=5000//N
t=40//N/mm^2
pb=17.5//N/mm^2
fb=70//N/mm^2
//let P be effort applied at Q
P=[(5000*300)+(3000*300)]/800//N
Wm=Wn-Wl//N
Rm=sqrt(P^2 +Wm^2 )//N
//let P1 be force acitng in worst condition,i.e when one side of pump odesn't work
P1=5000*300/800//N
Rm1=sqrt(P^2 ... |
f84d7a5294eefbff6c03a4a096a3f47e7c4efe22 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1226/CH3/EX3.2/EX3_2.sce | 3ad02ed4bd3484737b71a0bac413b59e2b8f801f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,435 | sce | EX3_2.sce | clc;funcprot(0);//EXAMPLE 3.2
// Initialisation of Variables
m=0.5;.....................//Mass of air in kg
etath=0.5;.................//Thermal efficiency of engine
hie=40;...................//Heat transferred during isothermal expansion in kJ
p1=7;....................//Pressure in bar at the beginning of expansi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.