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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2a6623bf0a20e79eceeacc81b96b21fa8889fbe5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1967/CH8/EX8.3/8_3.sce | 7658cdfe551145e55b25cfa07f71d3985f429260 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 280 | sce | 8_3.sce | clc
//initialisation of variables
R= 1.987 //cal deg^-1 mole^-1
T= 25 //C
Pc= 49.7 //atm
m= 128 //gms
pc= 49.7 //atm
Tc= 154.3 //K
m1= 9 //gms
m2= 18
//CALCULATIONS
dH= (m1*R*Tc/(m*pc))*(1-m2*(Tc/(273.15+T))^2)*-1
//RESULTS
printf ('Enthalpy = %.2f cal mole^-1',dH)
|
301d21105534592b5f24c10dd4e54d7c15b8bee2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2522/CH12/EX12.3/exm12_3.sce | c3db03c729785d87306e8e30b9cbb1695c40f768 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,110 | sce | exm12_3.sce | // page no 375
// example no 12.3
// CHECK PENDING INTERRUPT
clc;
printf('RIM instruction interpretation \n \n');
printf('D7=SID Serial input data if any \n');
printf('D6,D5,D4= I7.5,I6.5,I5.5 Pending interrupts: 1= pending \n');
printf('D3=IE Interrupt enable flag: 1= enabled \n');
printf('D2,D1,D0= M7.5,M6.5,M5.5 Interrupt masks: 1= masked \n \n \n');
printf('Instructions \n \n');
printf(' RIM \n'); // Read interrupt mask
printf(' MOV B,A \n'); // save mask information
printf(' ANI 20H \n'); // check whether RST 6.5 is pending
printf(' JNZ NEXT \n');
printf(' EI \n');
printf(' RET \n'); // RST 6.5 is not pending, return to main program
printf('NEXT: MOV A,B \n'); // get bit pattern; RST 6.5 is pending
printf(' ANI 0DH \n'); // enables RST 6.5 by setting D1=0
printf(' ORI 08H\n'); // enable SIM by setting D3=1
printf(' SIM \n');
printf(' JMP SERV \n'); // jump to service routine for RST 6.5
|
35a5f03c7d80e574df476be5b997480146452fa7 | 527c41bcbfe7e4743e0e8897b058eaaf206558c7 | /Positive_Negative_test/Netezza-Adv-MathematicalFunctions/FLIncBeta-NZ-01.tst | 97300ad838582b0b19a1f181f46d594524cfd6c8 | [] | no_license | kamleshm/intern_fuzzy | c2dd079bf08bede6bca79af898036d7a538ab4e2 | aaef3c9dc9edf3759ef0b981597746d411d05d34 | refs/heads/master | 2021-01-23T06:25:46.162332 | 2017-07-12T07:12:25 | 2017-07-12T07:12:25 | 93,021,923 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,841 | tst | FLIncBeta-NZ-01.tst | -- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Teradata
--
-- Copyright (c): 2014 Fuzzy Logix, LLC
--
-- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC.
-- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC.
-- and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade
-- secret or copyright law. Dissemination of this information or reproduction of this material is
-- strictly forbidden unless prior written permission is obtained from Fuzzy Logix, LLC.
-- Functional Test Specifications:
--
-- Test Category: Math Functions
--
-- Test Unit Number: FLIncBeta-TD-01
--
-- Name(s): FLIncBeta
--
-- Description: Scalar function which returns the value of Incomplete beta function
--
-- Applications:
--
-- Signature: FLIncBeta(IntBd DOUBLE PRECISION, ExpA DOUBLE PRECISION, ExpB DOUBLE PRECISION)
--
-- Parameters: See Documentation
--
-- Return value: Double Precision
--
-- Last Updated: 02-19-2014
--
-- Author: <Zhi.Wang@fuzzyl.com>
--
-- BEGIN: TEST SCRIPT
-- .run file=../PulsarLogOn.sql
-- .set width 2500
SELECT COUNT(*) AS CNT,
CASE WHEN CNT = 0 THEN ' Please Load Test Data!!! ' ELSE ' Test Data Loaded ' END AS TestOutcome
FROM fzzlSerial a;
-- BEGIN: POSITIVE TEST(s)
---- Positive Test 1: Positive Case
SELECT FLIncBeta(0.5,1.0,2.0) AS IncGamma;
SELECT a.SerialVal, FLIncBeta(0.5,a.SerialVal, 2.0)
FROM fzzlSerial a
WHERE a.SerialVal <= 100
ORDER BY 1;
SELECT a.SerialVal, FLIncBeta(0.5,1.0, a.serialval)
FROM fzzlSerial a
WHERE a.SerialVal <= 100
ORDER BY 1;
---- Positive Test 2: IntBd = 1e-300
SELECT FLIncBeta(1e-300,1.0,2.0) AS IncGamma;
---- Positive Test 3: IntBd = 0
SELECT FLIncBeta(0,1.0,2.0) AS IncGamma;
---- Positive Test 4: ExpA=1e-300
SELECT FLIncBeta(0.5,1e-300,2.0) AS IncGamma;
---- Positive Test 5: ExpA=1e300
SELECT FLIncBeta(0.5,1e300,2.0) AS IncGamma;
---- Positive Test 6: ExpB = 1e-300
SELECT FLIncBeta(0.5,1.0,1e-300) AS IncGamma;
---- Positive Test 7: ExpB = 1e300
SELECT FLIncBeta(0.5,1.0,1e300) AS IncGamma;
-- END: POSITIVE TEST(s)
-- BEGIN: NEGATIVE TEST(s)
---- Negative Test 1: Out of Boundary: IntBd < 0
SELECT FLIncBeta(-0.5,1.0,2.0) AS IncGamma;
---- Negative Test 2: Out of Boundary: IntBd > 1
SELECT FLIncBeta(1.5,1.0,2.0) AS IncGamma;
---- Negative Test 3: Out of Boundary: ExpA < 0
SELECT FLIncBeta(0.5,-1.0,2.0) AS IncGamma;
---- Negative Test 4: Out of Boundary: ExpA = 0
SELECT FLIncBeta(0.5,0.0,2.0) AS IncGamma;
---- Negative Test 5: Out of Boundary: ExpB < 0
SELECT FLIncBeta(0.5,1.0,-2.0) AS IncGamma;
---- Negative Test 6: Out of Boundary: ExpB = 0
SELECT FLIncBeta(0.5,1.0,0.0) AS IncGamma;
-- END: NEGATIVE TEST(s)
-- END: TEST SCRIPT
|
e5b7d5806b9ef5716c89339a0de4d8a7c0e083b2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /812/CH12/EX12.06/12_06.sce | f7c00e5cd34388abd110beddfd961ddec1f39dc1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,064 | sce | 12_06.sce | //mass and volume//
pathname=get_absolute_file_path('12.06.sce')
filename=pathname+filesep()+'12.06-data.sci'
exec(filename)
//Mach umber at section 1:
M1=sqrt((2/(k-1)*((p0/p1)^((k-1)/k)-1)))
//Temperature at section 1(in K):
T1=T0/(1+(k-1)/2*M1^2)
//Density at section 1(in kg/m^3):
d1=p1*1000/R/T1
//Velocity at section1(in m/sec):
V1=M1*sqrt(k*R*T1)
//Area at section 1(in m^2):
A1=%pi/4*D^2
//Mass flow rate(in kg/sec):
m=d1*A1*V1
//Mach number at section 2:
M2=sqrt((2/(k-1))*((T0/T2)-1))
//Velocity at section 2(in m/sec):
V2=M2*sqrt(k*R*T2)
//Density at section 2(in kg/m^3):
d2=d1*V1/V2
//Pressure at section 2(in kPa):
p2=d2/1000*R*T2
//Stagnation pressure at section 2(in kPa):
p02=p2*(1+(k-1)/2*M2^2)^(k/(k-1))
//Force exerted on control volume by duct wall(in N):
F=(p2-p1)*1000*A1+m*(V2-V1)
printf("\n\nRESULTS\n\n")
printf("\n\nMass flow rate: %.3f kg/sec\n\n",m)
printf("\n\nLocal isentropic stagnation pressure at section 2:%.3f kPa\n\n",p02)
printf("\n\nForce exerted on control volume by duct wall:%.3f N\n\n",F)
|
325bb3f0fe2ee685e9ec3b0ced497b0fd6065ad1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1931/CH6/EX6.4/4.sce | 84be8f787e9451d1a90b336ffe45d04e8c4bf4fa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 563 | sce | 4.sce | clc
clear
//INPUT DATA
n2=1.55//refractive index of cladding
no=1.33//refractive index of water
NA=0.20//numerical aperture of optical fibre
//CALCULATION
n1=sqrt((n2)^2+(NA)^2)//refractive index of optical fibre
NAW=(sqrt((n1)^2-(n2)^2)/no)//numerical aperture when fibre is in water
AA=asind(NAW)//Acceptance angle for the fibre in water in degrees
//OUTPUT
printf('The refractive index of optical fibre is %3.4f\n The numerical aperture when fibre is in water is %3.4f\n The Acceptance angle for the fibre in water is %3.2f degrees',n1,NAW,AA)
|
5f68eacf9ef4adadbfe5a1158195ce2ba74419cc | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH10/EX10.21/10_21.sce | f589dc17dd1da30ca47f4702e5ed424e761a246b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 596 | sce | 10_21.sce | //Problem 10.21: The arms of a Wheatstone bridge ABCD have the following resistances: AB: R1 = 1000 ohms (+-) 1.0% ; BC: R2 = 100 ohm (+-) 0.5%; CD: unknown resistance Rx; DA: R3 = 432.5 ohms (+-)0.2%. Determine the value of the unknown resistance and its accuracy of measurement.
//initializing the variables:
R1 = 1000; // in ohms
R2 = 100; // in ohms
R3 = 432.5; // in ohms
e1 = 1; // in %
e2 = 0.5; // in %
e3 = 0.2; // in %
//calculation:
Rx = R2*R3/R1
em = e1 + e2 + e3
Re = em*Rx/100
printf("\n\n Result \n\n")
printf("\n Resistance R = %.2f ohms(+-)%.2f ohms\n",Rx,Re) |
9f689e053eba2f34b36067806cee9050416f5747 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set7/s__elelectronics_instrumentation_and_measurements_U._S._Shah_2195.zip/_elelectronics_instrumentation_and_measurements_U._S._Shah_2195/CH2/EX2.7.1.b/ex_2_7_1_b.sce | 72f9baab9c6bef7989502abba91ef9fc148ba080 | [] | 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 | 228 | sce | ex_2_7_1_b.sce | errcatch(-1,"stop");mode(2);//Example 2.7.1.b://deviation
;
;
q=[49.7,50.1,50.2,49.6,49.7];//
AM= mean(q);//arithematic mean in mm
for i= 1:5
qb(i)= q(i)-AM;
disp(qb(i),"deviation in "+string (q(i))+" is")
end
exit();
|
a353aff3d07c45f9d5e2a6bdccb1ddfeb439d272 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3673/CH7/EX7.a.19/Example_a_7_19.sce | 798fb7b1a407191a583fd973cdb43f9f9537a1e7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 431 | sce | Example_a_7_19.sce | //Example_a_7_19 page no:285
clc;
i=((100/(4+%i*10))-((5*4*%i)/(4+%i*10)));
Voc=100-(4*(3.55-1.48*%i));
Isc=25+50*%i;
Zth=Voc/Isc;
Z=conj(Zth);
disp(Z,"the value of load that will receive maximum power is (in ohm)");
I=Voc/(Zth+Z);
Imag=sqrt(real(I)^2+imag(I)^2);
P=Imag^2*real(Z);
disp(P,"the maximum power delivered to the load is (in W)");
//power values varies with textbook hence textbook uses rounded off values
|
b03897e2d9cf1558ebcf40bbdb252d630756400e | f0f1b6e39dc4e4ab53472ba68e36550537f95470 | /test/testcases/random/float.tst | 01dbd8e214eccfa308af4c321e9fcf4ef494e60c | [
"Apache-2.0"
] | permissive | miRackModular/optimized-routines | 1cfa167ba8b830478fda27329c47794250e202e9 | 2f9e5ce5bbaaf3bf025dc17d123388a12d8ba6b9 | refs/heads/master | 2020-03-16T17:38:17.640927 | 2018-05-10T03:02:21 | 2018-05-10T03:02:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 893 | tst | float.tst | !! single.tst - Random test case specification for SP functions
!!
!! Copyright (C) 1999-2015, ARM Limited, All Rights Reserved
!! SPDX-License-Identifier: Apache-2.0
!!
!! Licensed under the Apache License, Version 2.0 (the "License"); you may
!! not use this file except in compliance with the License.
!! You may obtain a copy of the License at
!!
!! http://www.apache.org/licenses/LICENSE-2.0
!!
!! Unless required by applicable law or agreed to in writing, software
!! distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
!! WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
!! See the License for the specific language governing permissions and
!! limitations under the License.
!!
!! This file is part of the Optimized Routines project
test sinf 10000
test cosf 10000
test tanf 10000
test expf 10000
test logf 10000
test powf 10000
test rredf 10000
|
fb352a7f85d04a5507fc6ba9fa1d3d2733a02bfd | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set6/s_Electronic_Circuits_M._H._Tooley_995.zip/Electronic_Circuits_M._H._Tooley_995/CH5/EX5.7/Ex5_7.sce | 5cca96132aa9f40aac4f53c9b3fc4a2e37026989 | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 205 | sce | Ex5_7.sce | errcatch(-1,"stop");mode(2);//Ex:5.7
;
;
hfe=200
I_c=10*10^-3;
dI_b=I_c/hfe;
dI_c=hfe*dI_b/100;
printf("Base current = %f A ",dI_b);
printf("\nChange in collector current = %f mA",dI_c);
exit();
|
4932a9121807dbe6bd4ea1099781658b79e01baf | 449d555969bfd7befe906877abab098c6e63a0e8 | /1646/CH8/EX8.1/Ch08Ex1.sce | 534f4ea01000e0690f7ccce0e992890405d1dfc1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 471 | sce | Ch08Ex1.sce | // Scilab Code Ex8.1: Page-429 (2011)
clc;clear;
d = 8e-004;....// Thickness of the piece of piezoelectric crystal, m
v = 5760;....// Velocity of ultrasonic waves in the piece of piezoelectric crystal, m/s
n = v/(2*d); // The frequency of the fundamental mode of ultrasonic wave, Hz
printf("\nThe frequency of the fundamental mode of ultrasonic wave = %3.1f MHz", n/1e+006);
4// Result
// The frequency of the fundamental mode of ultrasonic wave = 3.6 MHz
|
5de26095c3772466d820260ec2066c3d156d630f | 56743f362de98f910919780918c86679ec136d3e | /resolvidos/Ficha prática 1.sce | 14d2e13c737ab4827a951e79e02b3170284e0e24 | [] | no_license | andre-paulo98/fichas-ei-a1s2-MD | aaf75e6b45cbac7ebbf92949deb783ce6f1201b7 | 99c50eb08cf409ce8e5aa8301728dbe9148e16c5 | refs/heads/master | 2022-02-24T23:13:49.293944 | 2019-10-06T17:50:26 | 2019-10-06T17:50:26 | 171,472,323 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,924 | sce | Ficha prática 1.sce | //Matemática Discreta - Proposta de resolução da ficha prática 1
//Nota: As resoluções que se seguem apresentam apenas sugestões de resolução dos exercícios propostos. Na maior parte dos casos, existem muitas outras formas de resolver o exercício.
//Exercício 1
//a)
ex1a=(35.6*64-7^3)/(45+5^2);
disp(ex1a,"ex1a")
//b)
ex1b=5/7*4*6^2-3^7/(9^3-236);
disp(ex1b,"ex1b")
//c)
ex1c=(3^2*log10(76))/(7^3+54)+(910)^(1/3);
disp(ex1c,"ex1c")
//d)
ex1d=(cos(5*%pi/6))^2*(sin((7*%pi/8)^2))+tan(%pi/6*log(8))/sqrt(7);
disp(ex1d,"ex1d")
//Exercício 2
x=13.5;
//a)
ex2a=x^3-2*x+23.5*x^2;
disp(ex2a,"ex2a")
//b)
ex2b=sqrt(14*x^3)/exp(3*x);
disp(ex2b,"ex2b")
//c)
ex2c=log10(abs(x^2-x^3));
disp(ex2c,"ex2c")
//Exercício 3
a=15.62;b=-7.08;c =62.5;d=0.5*(a*b-c);
//a)
ex3a=a+a*b/c*(a+d)^2/sqrt(abs(a*b));
disp(ex3a,"ex3a")
//b)
ex3b=d*exp(d/2)+((a*d+c*d)/(20/a+30/b))/(a+b+c+d);
disp(ex3b,"ex3b")
//Exercício 4
disp("ex4")
disp('3 a) O resultado obtido na alínea a) foi '+string(ex3a));
disp('3 b) O resultado obtido na alínea b) foi '+string(ex3b));
//Exercício 5
disp("ex5")
p=%t;q=%f;
r=p|q
disp(r)
//Exercício 6
//a)
disp("ex6a")
a=1;b=0;c=1;
p=a&b
disp(p)
//b)
disp("ex6b")
q=(a|b)&(~b&c)
disp(q)
//Exercício 7
disp("ex7")
a=[1 1 0 0];b=[1 0 1 0];
p=a&b;
TV=[a' b' p'];
disp(TV)
a=[1 1 1 1 0 0 0 0];b=[1 1 0 0 1 1 0 0];c=[1 0 1 0 1 0 1 0];
q=(a|b)&(~b&c);
TV=[a' b' c' q'];
disp(TV)
//Exercício 8
disp("ex8")
p=[1 1 0 0];q=[1 0 1 0];
r=~(p&(~p|q))|q;
TV=[p' q' r']
disp(TV)
disp("A proposição é uma tautologia porque, na sua tabela de verdade, a última coluna só contém uns, ou seja, para quaisquer entradas, a saída tem valor lógico verdadeiro.")
//Exercício 9
disp("ex9")
p=[1 1 0 0];q=[1 0 1 0];
r=~(p&(~p|q));
s=~(p&q);
TVr=[p' q' r'];
TVs=[p' q' s'];
disp(TVr)
disp(TVs)
disp("As proposições são logicamente equivalentes porque as suas tabelas de verdade são iguais.")
|
63fd6ecbf467e68702895c93b2d6a314799679ed | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.3.1/macros/metanet/best_match.sci | a409d33976c0c4ee11952c974fa5f0be9133a2ee | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] | 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 | 405 | sci | best_match.sci | function [card,match]=best_match(g)
[lhs,rhs]=argn(0)
if rhs<>1 then error(39), end
// check graph
if g('directed')==1 then
error('The graph must be undirected')
end
check_graph(g)
m=prod(size(g('tail')));
n=g('node_number');
nd2=n/2;nd8=int(n/8);np1=n+1;nt2=2*n;mt2=2*m;mt3=3*m;mt4=4*m;
n8t8=ceil(n/8)*8;
ta=g('tail');he=g('head');
[card,match]=m6bmatch(n,m,nd2,n8t8,nd8,np1,nt2,mt2,mt3,mt4,n,m,ta,he)
|
f359f2e669c4b867d7843fe6c07176ec9b9a982c | 449d555969bfd7befe906877abab098c6e63a0e8 | /226/CH12/EX12.18/example18_sce.sce | cbeb0d6a4838c705ebb3e4a8d65451673adfdeb8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | example18_sce.sce | //chapter 12
//example 12.18
//page 516
printf("\n")
printf("given")
hFE=60;hfe=60;hie=1.4*10^3;Rl=70*10^3;Vce=3;Vbe=.7;Vcc=10;
Rc2=Rl/10//use 6.8Kohm as standard value
Vrc2=Vcc+Vbe-Vce
Ic=Vrc2/Rc2
Ie=Ic;
Re=(Vcc-Vbe)/(2*Ie)//use 4.7 as standard value
Re=4.7*10^3;
Rb=Vbe/(10*(Ic/hFE))
Rb1=Rb; |
f6ef81832bca96815fcd0ef7fa49c822bc178c11 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1394/CH8/EX8.5.2/Ex8_5_2.sce | b66d06a840518a245f5ab3c0bb7efb37bd98fb23 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 655 | sce | Ex8_5_2.sce |
clc
//initialization of variables
Dl=1.9*10^-5// Diffusion co efficient for liquid phase in cm^2/sec
Dg = 0.090 //Diffusion co efficient for gas phase in cm^2/sec
R = 82 // Gas constant in cm^3-atm/g-mol-K
T = 363 //Temperature in Kelvin
H1 = 0.70 // Henrys constant in atm
c = 1/97 // concentration of water in g-mol/cm^3
//Calculations
kl = (Dl/0.01)*c // m.t.c in liquid phase in mol/cm^2/sec
kp = (Dg/0.1)/(R*T)// m.t.c in gas phase in gmol/cm^2-sec-atm
KL = 1/((1/kl)+(1/(kp*H1)))*10^5// Overall m.t.c in x*10^-5 mol/cm^2-secliquid phase
//Results
printf("The overall m.t.c in liquid side is %.2f x10^-5 mol/cm^2-sec",KL)// answer wrong in textbook
|
23b9d97805ff75f860b0e9723a7290bf95fc3578 | 494b677053e1199325a80808377463794e1003e5 | /experiments/gfs-gccl-c/gfs-gccl-c/results/Ignore-MV.GFS-GCCL-C.vehicle/result1s0.tst | 8f0a9da7002e8d94fdaf01a7a379b2eb503c0be2 | [] | no_license | kylecblyth/IIS-Project | 92fb0770addced8022817470f974bf5191bfe05d | abf66fd98d9b6c7c3a0fbc254ef4026641338489 | refs/heads/master | 2020-06-12T19:41:02.430510 | 2016-12-07T10:35:31 | 2016-12-07T10:35:31 | 75,764,815 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,860 | tst | result1s0.tst | @relation vehicle
@attribute COMPACTNESS integer[73,119]
@attribute CIRCULARITY integer[33,59]
@attribute DISTANCECIRCULARITY integer[40,112]
@attribute RADIUSRATIO integer[104,333]
@attribute PRAXISASPECTRATIO integer[47,138]
@attribute MAXLENGTHASPECTRATIO integer[2,55]
@attribute SCATTERRATIO integer[112,265]
@attribute ELONGATEDNESS integer[26,61]
@attribute PRAXISRECTANGULAR integer[17,29]
@attribute LENGTHRECTANGULAR integer[118,188]
@attribute MAJORVARIANCE integer[130,320]
@attribute MINORVARIANCE integer[184,1018]
@attribute GYRATIONRADIUS integer[109,268]
@attribute MAJORSKEWNESS integer[59,135]
@attribute MINORSKEWNESS integer[0,22]
@attribute MINORKURTOSIS integer[0,41]
@attribute MAJORKURTOSIS integer[176,206]
@attribute HOLLOWSRATIO integer[181,211]
@attribute class{van,saab,bus,opel}
@inputs COMPACTNESS,CIRCULARITY,DISTANCECIRCULARITY,RADIUSRATIO,PRAXISASPECTRATIO,MAXLENGTHASPECTRATIO,SCATTERRATIO,ELONGATEDNESS,PRAXISRECTANGULAR,LENGTHRECTANGULAR,MAJORVARIANCE,MINORVARIANCE,GYRATIONRADIUS,MAJORSKEWNESS,MINORSKEWNESS,MINORKURTOSIS,MAJORKURTOSIS,HOLLOWSRATIO
@outputs class
@data
saab opel
saab van
saab bus
opel opel
opel bus
opel saab
van van
opel opel
opel van
van saab
bus bus
van bus
bus bus
bus van
bus bus
bus bus
opel van
bus bus
opel van
saab saab
bus bus
saab opel
van van
bus van
bus bus
van van
opel opel
bus van
van van
van van
bus bus
bus van
bus bus
opel saab
van van
van van
van van
opel saab
opel van
opel bus
saab saab
van bus
van van
opel van
van van
van bus
opel opel
van bus
saab saab
bus bus
opel opel
saab saab
saab saab
saab bus
bus bus
saab saab
saab opel
bus bus
bus bus
van van
opel van
bus bus
bus bus
bus saab
opel opel
opel bus
van van
saab bus
saab van
opel van
saab van
saab saab
opel opel
bus bus
saab saab
bus bus
van van
saab opel
van van
saab bus
saab saab
saab van
opel opel
van van
saab opel
|
1e88638dcabfac2d5017b988a723ea4ffd12c16f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH15/EX15.26/15_26.sce | 9576f4101d0a95fd0cfdf11f7c50bd7c7de16a8f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 335 | sce | 15_26.sce | //Chapter 15, Problem 26
clc;
V=150; //voltage
f=50; //frequency
S=300; //apparent power
I=S/V; //current
Xl=V/I; //inductive reactance
L=(Xl/(2*%pi*f)); //inductance in henry
printf("Inductance L = %.3f H",L);
|
0a11e09fad02283ce43ade657e44c7f9bb06ebe4 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/B03.prev.tst | 86f21c545ea6c804f061054da0bcc6afb1cf6f9b | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/ramath | 498adfc7a6d353d4775b33020fdf992628e3fbff | b09b48639ddd4709ffb1c729e33f6a4b9ef676b5 | refs/heads/master | 2023-08-17T00:10:37.092379 | 2023-08-04T07:48:00 | 2023-08-04T07:48:00 | 30,116,803 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,340 | tst | B03.prev.tst | [0/1.0] a^2 + b^2 - 3*c^2 - 3*d^2
a0 b0 c0 d0: a_0^2+b_0^2-3*c_0^2-3*d_0^2; success 0
{a=0, b=0, c=0, d=0} - trivial SOLUTION
a1 b0 c0 d0: 1+4*a_0+4*a_0^2+4*b_0^2-12*c_0^2-12*d_0^2; failure constant=1, vgcd=4 ?
a0 b1 c0 d0: 1+4*a_0^2+4*b_0+4*b_0^2-12*c_0^2-12*d_0^2; failure constant=1, vgcd=4 ?
a1 b1 c0 d0: 1+2*a_0+2*a_0^2+2*b_0+2*b_0^2-6*c_0^2-6*d_0^2; failure constant=1, vgcd=2 ?
a0 b0 c1 d0: -3+4*a_0^2+4*b_0^2-12*c_0-12*c_0^2-12*d_0^2; failure constant=-3, vgcd=4 ?
a1 b0 c1 d0: -1+2*a_0+2*a_0^2+2*b_0^2-6*c_0-6*c_0^2-6*d_0^2; failure constant=-1, vgcd=2 ?
a0 b1 c1 d0: -1+2*a_0^2+2*b_0+2*b_0^2-6*c_0-6*c_0^2-6*d_0^2; failure constant=-1, vgcd=2 ?
a1 b1 c1 d0: -1+4*a_0+4*a_0^2+4*b_0+4*b_0^2-12*c_0-12*c_0^2-12*d_0^2; failure constant=-1, vgcd=4 ?
a0 b0 c0 d1: -3+4*a_0^2+4*b_0^2-12*c_0^2-12*d_0-12*d_0^2; failure constant=-3, vgcd=4 ?
a1 b0 c0 d1: -1+2*a_0+2*a_0^2+2*b_0^2-6*c_0^2-6*d_0-6*d_0^2; failure constant=-1, vgcd=2 ?
a0 b1 c0 d1: -1+2*a_0^2+2*b_0+2*b_0^2-6*c_0^2-6*d_0-6*d_0^2; failure constant=-1, vgcd=2 ?
a1 b1 c0 d1: -1+4*a_0+4*a_0^2+4*b_0+4*b_0^2-12*c_0^2-12*d_0-12*d_0^2; failure constant=-1, vgcd=4 ?
a0 b0 c1 d1: -3+2*a_0^2+2*b_0^2-6*c_0-6*c_0^2-6*d_0-6*d_0^2; failure constant=-3, vgcd=2 ?
a1 b0 c1 d1: -5+4*a_0+4*a_0^2+4*b_0^2-12*c_0-12*c_0^2-12*d_0-12*d_0^2; failure constant=-5, vgcd=4 ?
a0 b1 c1 d1: -5+4*a_0^2+4*b_0+4*b_0^2-12*c_0-12*c_0^2-12*d_0-12*d_0^2; failure constant=-5, vgcd=4 ?
a1 b1 c1 d1: -1+a_0+a_0^2+b_0+b_0^2-3*c_0-3*c_0^2-3*d_0-3*d_0^2; ...> [1]
#------------------------------------------------------------------------
[1/2.1] - 1 + a_0 + a_0^2 + b_0 + b_0^2 - 3*c_0 - 3*c_0^2 - 3*d_0 - 3*d_0^2
a0 b0 c0 d0: -1+2*a_1+4*a_1^2+2*b_1+4*b_1^2-6*c_1-12*c_1^2-6*d_1-12*d_1^2; failure constant=-1, vgcd=2 ?
a1 b0 c0 d0: 1+6*a_1+4*a_1^2+2*b_1+4*b_1^2-6*c_1-12*c_1^2-6*d_1-12*d_1^2; failure constant=1, vgcd=2 ?
a0 b1 c0 d0: 1+2*a_1+4*a_1^2+6*b_1+4*b_1^2-6*c_1-12*c_1^2-6*d_1-12*d_1^2; failure constant=1, vgcd=2 ?
a1 b1 c0 d0: 3+6*a_1+4*a_1^2+6*b_1+4*b_1^2-6*c_1-12*c_1^2-6*d_1-12*d_1^2; failure constant=3, vgcd=2 ?
a0 b0 c1 d0: -7+2*a_1+4*a_1^2+2*b_1+4*b_1^2-18*c_1-12*c_1^2-6*d_1-12*d_1^2; failure constant=-7, vgcd=2 ?
a1 b0 c1 d0: -5+6*a_1+4*a_1^2+2*b_1+4*b_1^2-18*c_1-12*c_1^2-6*d_1-12*d_1^2; failure constant=-5, vgcd=2 ?
a0 b1 c1 d0: -5+2*a_1+4*a_1^2+6*b_1+4*b_1^2-18*c_1-12*c_1^2-6*d_1-12*d_1^2; failure constant=-5, vgcd=2 ?
a1 b1 c1 d0: -3+6*a_1+4*a_1^2+6*b_1+4*b_1^2-18*c_1-12*c_1^2-6*d_1-12*d_1^2; failure constant=-3, vgcd=2 ?
a0 b0 c0 d1: -7+2*a_1+4*a_1^2+2*b_1+4*b_1^2-6*c_1-12*c_1^2-18*d_1-12*d_1^2; failure constant=-7, vgcd=2 ?
a1 b0 c0 d1: -5+6*a_1+4*a_1^2+2*b_1+4*b_1^2-6*c_1-12*c_1^2-18*d_1-12*d_1^2; failure constant=-5, vgcd=2 ?
a0 b1 c0 d1: -5+2*a_1+4*a_1^2+6*b_1+4*b_1^2-6*c_1-12*c_1^2-18*d_1-12*d_1^2; failure constant=-5, vgcd=2 ?
a1 b1 c0 d1: -3+6*a_1+4*a_1^2+6*b_1+4*b_1^2-6*c_1-12*c_1^2-18*d_1-12*d_1^2; failure constant=-3, vgcd=2 ?
a0 b0 c1 d1: -13+2*a_1+4*a_1^2+2*b_1+4*b_1^2-18*c_1-12*c_1^2-18*d_1-12*d_1^2; failure constant=-13, vgcd=2 ?
a1 b0 c1 d1: -11+6*a_1+4*a_1^2+2*b_1+4*b_1^2-18*c_1-12*c_1^2-18*d_1-12*d_1^2; failure constant=-11, vgcd=2 ?
a0 b1 c1 d1: -11+2*a_1+4*a_1^2+6*b_1+4*b_1^2-18*c_1-12*c_1^2-18*d_1-12*d_1^2; failure constant=-11, vgcd=2 ?
a1 b1 c1 d1: -9+6*a_1+4*a_1^2+6*b_1+4*b_1^2-18*c_1-12*c_1^2-18*d_1-12*d_1^2; failure constant=-9, vgcd=2 ?
|
8022400738f66b7edbe58949469c40659e6b91a5 | 048b7c76423fe27dee2e31a52bae93c95883614e | /macros/fractdiff.sci | 1731dc11bd8ec09d748c9ec42751efbb45d2fcc2 | [] | no_license | vu2swz/FOSSEE-Signal-Processing-Toolbox | aa5f283d050be62418dddbf41552f197b9949c4c | d97a4b7e2f0f25fb5cd94bd90a3b822592179d1e | refs/heads/master | 2021-08-19T20:06:19.346872 | 2017-11-27T09:57:21 | 2017-11-27T09:57:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 203 | sci | fractdiff.sci | function y= fractdiff(x,d)
funcprot(0);
rhs= argn(2);
if(rhs < 2 | rhs >2)
error("Wrong number of input arguments");
end
select(rhs)
case 2 then
y= callOctave("fractdiff",x,d);
end
endfunction |
2567d40f731a78d0d79bf484a81505e9d362d24a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1448/CH20/EX20.2.i/I20_2.sce | 21ac6de25b4c428abbbc4cf8cbd1e9d17bd162f8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 211 | sce | I20_2.sce | clc
//Initialization of variables
g2=5
g1=3
E2=6
E1=2
T =298
k=1.38*10^-23 //J/K
h=6.626*10^-34 //J s
B=3.18*10^11 //Hz
//calculations
ratio=g2/g1 *(%e^((E1-E2)*h*B/(k*T)))
//results
printf("Ratio= %.2f",ratio) |
9cd1761c2a1cc3aabcc4b84ccda6984bf6a24e8e | 6813325b126713766d9778d7665c10b5ba67227b | /Chapter5/Ch_5_Eg_5.5.sce | 25a5221264ef1df633efb9b4271c7d5dfd2ebfd5 | [] | no_license | arvindrachna/Introduction_to_Scilab | 955b2063b3faa33a855d18ac41ed7e0e3ab6bd1f | 9ca5d6be99e0536ba1c08a7a1bf4ba64620ec140 | refs/heads/master | 2020-03-15T19:26:52.964755 | 2018-05-31T04:49:57 | 2018-05-31T04:49:57 | 132,308,878 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 291 | sce | Ch_5_Eg_5.5.sce | // To plot two curves in a plot using the plot function
x=-%pi:.2:2*%pi;
y1=sin(x);
y2=cos(x);
plot(x,y1,"-rx",x,y2,":gO")
//Run the following commands to generate fig 5.6
t=0:%pi/20:2*%pi;
plot(t, sin(t),'ro-.', t, cos(t),'cya+', t, abs(sin(t)),'--mo', 'markstyl', 'diam');
|
2f2dbfea488035a240cd27c92418972c2b99a325 | a5f0fbcba032f945a9ee629716f6487647cafd5f | /Machine_cloud/demos/url.sce | 7a73bf9c65b10df14c8b932802d8193b100bc4d3 | [
"BSD-2-Clause"
] | permissive | SoumitraAgarwal/Scilab-gsoc | 692c00e3fb7a5faf65082e6c23765620f4ecdf35 | 678e8f80c8a03ef0b9f4c1173bdda7f3e16d716f | refs/heads/master | 2021-04-15T17:55:48.334164 | 2018-08-07T13:43:26 | 2018-08-07T13:43:26 | 126,500,126 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 469 | sce | url.sce | // Demo script
url = 'https://raw.githubusercontent.com/franklinwillemen/Machine_Learning/master/Regression/Simple_Linear_Regression/Salary_Data.csv'
algorithm = 'kmeans_clustering'
preprocessing_script = 'preprocessing.py'
parameters = ''
chdir('..')
toolbox_basedir = pwd()
chdir('tests')
getd(toolbox_basedir + '/macros')
machineLearnURLDownload(url, toolbox_basedir)
machineLearnURL(algorithm, preprocessing_script, toolbox_basedir, parameters); |
d2d01ac20ac28fc9919335fe62120080907e4382 | c559091cae8892bf889e0cec091dac1a3ceed4fe | /src/it/resources/com/parasoft/cucumber/soatest/parabank/parabank_stepdefs.tst | afa1639575e80907a24b207338c2273d089b0b39 | [
"Apache-2.0"
] | permissive | parasoft/soatest-cucumber | a5e4825abf525e3f4de8a0396752047a42eaa681 | a8c5a1a523a7c7c68e8a20980f5b7547cfe9cb61 | refs/heads/master | 2021-01-18T20:11:10.177888 | 2020-10-16T17:12:38 | 2020-10-16T17:12:38 | 100,545,678 | 0 | 4 | null | null | null | null | UTF-8 | Scilab | false | false | 103,678 | tst | parabank_stepdefs.tst | <?xml version="1.0" encoding="UTF-8"?>
<SOAtestProject xmlVersion="5" productVersion="9.10.1">
<TestSuite className="webtool.test.TestSuite" version="43.15.2">
<DebugAssets className="webtool.test.debug.DebugAssets" version="1">
</DebugAssets>
<ReportingSettings className="webtool.test.ReportingSettings" version="1.1">
<TestGRSSettings className="webtool.test.grs.TestGRSSettings" version="1.4.3">
</TestGRSSettings>
</ReportingSettings>
<environmentConfig>true</environmentConfig>
<EnvironmentConfiguration className="webtool.environment.EnvironmentConfiguration" version="1">
<environmentsSize>1</environmentsSize>
<Environment className="webtool.environment.Environment" version="1">
<name>localhost:8090</name>
<active>true</active>
<variablesSize>2</variablesSize>
<EnvironmentVariable className="webtool.environment.EnvironmentVariable" version="3">
<maskValue>AgAAACAHo4whEjQ7pVofZlQatAQ1x+GHWPSS5UNsspZC54m6bw==</maskValue>
<value>AgAAAFDL2cFWKzY9oZ1tt03A0Tt0h9sItsql6dJSfc3UuIxtkSEz3rOZLMG8svFWesDwv+QEt/Na6Y88Ybjq57ssGdtw6u5WDNN8UFz0n05APJeKSg==</value>
<name>SWAGGER</name>
</EnvironmentVariable>
<EnvironmentVariable className="webtool.environment.EnvironmentVariable" version="3">
<maskValue>AgAAACCSe0xcb9TdWn1pH9dqfK9RsBogxcQ7FNucIMiLmHUGKA==</maskValue>
<value>AgAAAEDx7Hu3PqzWC75ssEkie0Q+BduOjMfWdp+gs9xli6JilITeV1aKPCdEgxVf4vTllQEFwF793YR/qZYEd8JL6i2s</value>
<name>BASEURL</name>
</EnvironmentVariable>
</Environment>
</EnvironmentConfiguration>
<enabled>true</enabled>
<name>Test Suite</name>
<TestSuitePerformanceOptions className="webtool.test.performance.TestSuitePerformanceOptions" version="1.5">
<APMPerformanceProfileProviderContainer className="webtool.test.performance.apm.APMPerformanceProfileProviderContainer" version="1.1">
</APMPerformanceProfileProviderContainer>
<groupss size="26">
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="0" version="1.2">
<name>/accounts/{accountId} - GET</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="1" version="1.2">
<id>1</id>
<name>/accounts/{accountId}/transactions - GET</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="2" version="1.2">
<id>2</id>
<name>/accounts/{accountId}/transactions/amount/{amount} - GET</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="3" version="1.2">
<id>3</id>
<name>/accounts/{accountId}/transactions/fromDate/{fromDate}/toDate/{toDate} - GET</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="4" version="1.2">
<id>4</id>
<name>/accounts/{accountId}/transactions/month/{month}/type/{type} - GET</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="5" version="1.2">
<id>5</id>
<name>/accounts/{accountId}/transactions/onDate/{onDate} - GET</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="6" version="1.2">
<id>6</id>
<name>/cleanDB - POST</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="7" version="1.2">
<id>7</id>
<name>/createAccount - POST</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="8" version="1.2">
<id>8</id>
<name>/customers/update/{customerId} - POST</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="9" version="1.2">
<id>9</id>
<name>/customers/{customerId} - GET</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="10" version="1.2">
<id>10</id>
<name>/customers/{customerId}/accounts - GET</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="11" version="1.2">
<id>11</id>
<name>/customers/{customerId}/buyPosition - POST</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="12" version="1.2">
<id>12</id>
<name>/customers/{customerId}/positions - GET</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="13" version="1.2">
<id>13</id>
<name>/customers/{customerId}/sellPosition - POST</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="14" version="1.2">
<id>14</id>
<name>/deposit - POST</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="15" version="1.2">
<id>15</id>
<name>/initializeDB - POST</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="16" version="1.2">
<id>16</id>
<name>/login/{username}/{password} - GET</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="17" version="1.2">
<id>17</id>
<name>/positions/{positionId} - GET</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="18" version="1.2">
<id>18</id>
<name>/positions/{positionId}/{startDate}/{endDate} - GET</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="19" version="1.2">
<id>19</id>
<name>/requestLoan - POST</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="20" version="1.2">
<id>20</id>
<name>/setParameter/{name}/{value} - POST</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="21" version="1.2">
<id>21</id>
<name>/shutdownJmsListener - POST</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="22" version="1.2">
<id>22</id>
<name>/startupJmsListener - POST</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="23" version="1.2">
<id>23</id>
<name>/transactions/{transactionId} - GET</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="24" version="1.2">
<id>24</id>
<name>/transfer - POST</name>
</PerformanceGroup>
<PerformanceGroup className="webtool.test.performance.PerformanceGroup" index="25" version="1.2">
<id>25</id>
<name>/withdraw - POST</name>
</PerformanceGroup>
</groupss>
<profiless size="0">
</profiless>
</TestSuitePerformanceOptions>
<rootTestSuite>true</rootTestSuite>
<AdvancedExecutionOptions className="webtool.test.AdvancedExecutionOptions" version="1.3">
</AdvancedExecutionOptions>
<TestSuiteLoadTestOptions className="webtool.loadtest.sim.component.soatest.TestSuiteLoadTestOptions" version="1.1">
</TestSuiteLoadTestOptions>
<SetupTeardownOptions className="webtool.test.SetupTeardownOptions" version="1.1">
</SetupTeardownOptions>
<notes>Created from: http://localhost:8090/parabank/services/bank/swagger.yaml
Timestamp: 2017-08-11 14:28:42</notes>
<browserOptions>true</browserOptions>
<TestSuiteBrowserTestingOptions className="webtool.test.TestSuiteBrowserTestingOptions" version="1.14">
<DefaultCustomFrameworkOption className="webtool.tool.DefaultCustomFrameworkOption" version="1.1.1">
</DefaultCustomFrameworkOption>
<InheritingAuthentication className="webtool.test.InheritingAuthentication" version="1.4">
</InheritingAuthentication>
<DefaultCustomHeadlessOption className="webtool.tool.DefaultCustomHeadlessOption" version="1.1.1">
</DefaultCustomHeadlessOption>
<DefaultCustomBrowserType className="webtool.tool.DefaultCustomBrowserType" version="1.8.1">
<CompositeBrowserType className="com.parasoft.util.CompositeBrowserType" version="1.1.1">
<browserTypes size="3">
<SingleBrowserType className="com.parasoft.util.SingleBrowserType" index="0" version="1.1.1">
<typeValue>0</typeValue>
</SingleBrowserType>
<SingleBrowserType className="com.parasoft.util.SingleBrowserType" index="1" version="1.1.1">
<typeValue>1</typeValue>
</SingleBrowserType>
<SingleBrowserType className="com.parasoft.util.SingleBrowserType" index="2" version="1.1.1">
<typeValue>3</typeValue>
</SingleBrowserType>
</browserTypes>
</CompositeBrowserType>
</DefaultCustomBrowserType>
</TestSuiteBrowserTestingOptions>
<TestSuiteSoapClientOptions className="webtool.test.TestSuiteSoapClientOptions" version="1.2">
<WsdlEndpointOptions className="webtool.tool.WsdlEndpointOptions" version="1.1">
<DefaultCustomWsdl className="webtool.tool.DefaultCustomWsdl" version="1.1.1">
</DefaultCustomWsdl>
<DefaultCustomEndpoint className="webtool.tool.DefaultCustomEndpoint" version="1.1.1">
</DefaultCustomEndpoint>
</WsdlEndpointOptions>
<SOAPRPCToolOptions className="webtool.app.SOAPRPCToolOptions" version="1.5">
<ResetExistingCookiesPreferenceProviderImpl className="webtool.tool.ResetExistingCookiesPreferenceProviderImpl" version="1.1">
</ResetExistingCookiesPreferenceProviderImpl>
<DefaultResetExistingCookies className="webtool.tool.DefaultResetExistingCookies" version="1.1.1">
</DefaultResetExistingCookies>
<RequestHeaderConstrainProviderImpl className="webtool.tool.RequestHeaderConstrainProviderImpl" version="1.1">
</RequestHeaderConstrainProviderImpl>
<DefaultCustomConstrain className="webtool.tool.DefaultCustomConstrain" version="1.1.1">
</DefaultCustomConstrain>
<DefaultCustomEncoding className="webtool.tool.DefaultCustomEncoding" version="1.1.1">
</DefaultCustomEncoding>
<DefaultCustomTimeout className="webtool.tool.DefaultCustomTimeout" version="1.2.1">
</DefaultCustomTimeout>
<DefaultCustomSoapVersion className="webtool.tool.DefaultCustomSoapVersion" version="1.1.1">
</DefaultCustomSoapVersion>
<DefaultCustomAttachment className="webtool.tool.DefaultCustomAttachment" version="1.1.1">
</DefaultCustomAttachment>
<DefaultCustomTransport className="webtool.tool.DefaultCustomTransport" version="1.1.1">
</DefaultCustomTransport>
</SOAPRPCToolOptions>
</TestSuiteSoapClientOptions>
<profileMappingID>0</profileMappingID>
<maxProfileMappingID>28</maxProfileMappingID>
<PropertyOwnerImpl className="com.parasoft.property.PropertyOwnerImpl" version="1.1">
</PropertyOwnerImpl>
<nextIdentifier>65</nextIdentifier>
<testsSize>1</testsSize>
<TestSuite className="webtool.test.TestSuite" version="43.15.2">
<DebugAssets className="webtool.test.debug.DebugAssets" version="1">
</DebugAssets>
<ReportingSettings className="webtool.test.ReportingSettings" version="1.1">
<TestGRSSettings className="webtool.test.grs.TestGRSSettings" version="1.4.3">
</TestGRSSettings>
</ReportingSettings>
<testLogic>true</testLogic>
<TestLogic className="webtool.test.logic.TestLogic" version="1.7">
<TestExecutionDelay className="webtool.test.logic.TestExecutionDelay" version="1.2">
</TestExecutionDelay>
<TestExecutionDelay className="webtool.test.logic.TestExecutionDelay" version="1.2">
</TestExecutionDelay>
<condition>true</condition>
<TestLogicVariableCondition className="webtool.test.logic.TestLogicVariableCondition" version="1.2">
</TestLogicVariableCondition>
<TestDependencyLogic className="webtool.test.logic.TestDependencyLogic" version="1.2">
</TestDependencyLogic>
</TestLogic>
<testID>55</testID>
<enabled>true</enabled>
<name>Test Steps</name>
<TestSuitePerformanceOptions className="webtool.test.performance.TestSuitePerformanceOptions" version="1.5">
<APMPerformanceProfileProviderContainer className="webtool.test.performance.apm.APMPerformanceProfileProviderContainer" version="1.1">
</APMPerformanceProfileProviderContainer>
<profiless size="0">
</profiless>
</TestSuitePerformanceOptions>
<AdvancedExecutionOptions className="webtool.test.AdvancedExecutionOptions" version="1.3">
</AdvancedExecutionOptions>
<TestSuiteLoadTestOptions className="webtool.loadtest.sim.component.soatest.TestSuiteLoadTestOptions" version="1.1">
</TestSuiteLoadTestOptions>
<SetupTeardownOptions className="webtool.test.SetupTeardownOptions" version="1.1">
</SetupTeardownOptions>
<browserOptions>true</browserOptions>
<TestSuiteBrowserTestingOptions className="webtool.test.TestSuiteBrowserTestingOptions" version="1.14">
<DefaultCustomFrameworkOption className="webtool.tool.DefaultCustomFrameworkOption" version="1.1.1">
</DefaultCustomFrameworkOption>
<InheritingAuthentication className="webtool.test.InheritingAuthentication" version="1.4">
</InheritingAuthentication>
<DefaultCustomHeadlessOption className="webtool.tool.DefaultCustomHeadlessOption" version="1.1.1">
</DefaultCustomHeadlessOption>
<DefaultCustomBrowserType className="webtool.tool.DefaultCustomBrowserType" version="1.8.1">
<CompositeBrowserType className="com.parasoft.util.CompositeBrowserType" version="1.1.1">
<browserTypes size="3">
<SingleBrowserType className="com.parasoft.util.SingleBrowserType" index="0" version="1.1.1">
<typeValue>0</typeValue>
</SingleBrowserType>
<SingleBrowserType className="com.parasoft.util.SingleBrowserType" index="1" version="1.1.1">
<typeValue>1</typeValue>
</SingleBrowserType>
<SingleBrowserType className="com.parasoft.util.SingleBrowserType" index="2" version="1.1.1">
<typeValue>3</typeValue>
</SingleBrowserType>
</browserTypes>
</CompositeBrowserType>
</DefaultCustomBrowserType>
</TestSuiteBrowserTestingOptions>
<TestSuiteSoapClientOptions className="webtool.test.TestSuiteSoapClientOptions" version="1.2">
<WsdlEndpointOptions className="webtool.tool.WsdlEndpointOptions" version="1.1">
<DefaultCustomWsdl className="webtool.tool.DefaultCustomWsdl" version="1.1.1">
</DefaultCustomWsdl>
<DefaultCustomEndpoint className="webtool.tool.DefaultCustomEndpoint" version="1.1.1">
</DefaultCustomEndpoint>
</WsdlEndpointOptions>
<SOAPRPCToolOptions className="webtool.app.SOAPRPCToolOptions" version="1.5">
<ResetExistingCookiesPreferenceProviderImpl className="webtool.tool.ResetExistingCookiesPreferenceProviderImpl" version="1.1">
</ResetExistingCookiesPreferenceProviderImpl>
<DefaultResetExistingCookies className="webtool.tool.DefaultResetExistingCookies" version="1.1.1">
</DefaultResetExistingCookies>
<RequestHeaderConstrainProviderImpl className="webtool.tool.RequestHeaderConstrainProviderImpl" version="1.1">
</RequestHeaderConstrainProviderImpl>
<DefaultCustomConstrain className="webtool.tool.DefaultCustomConstrain" version="1.1.1">
</DefaultCustomConstrain>
<DefaultCustomEncoding className="webtool.tool.DefaultCustomEncoding" version="1.1.1">
</DefaultCustomEncoding>
<DefaultCustomTimeout className="webtool.tool.DefaultCustomTimeout" version="1.2.1">
</DefaultCustomTimeout>
<DefaultCustomSoapVersion className="webtool.tool.DefaultCustomSoapVersion" version="1.1.1">
</DefaultCustomSoapVersion>
<DefaultCustomAttachment className="webtool.tool.DefaultCustomAttachment" version="1.1.1">
</DefaultCustomAttachment>
<DefaultCustomTransport className="webtool.tool.DefaultCustomTransport" version="1.1.1">
</DefaultCustomTransport>
</SOAPRPCToolOptions>
</TestSuiteSoapClientOptions>
<profileMappingID>0</profileMappingID>
<maxProfileMappingID>1</maxProfileMappingID>
<PropertyOwnerImpl className="com.parasoft.property.PropertyOwnerImpl" version="1.1">
</PropertyOwnerImpl>
<nextIdentifier>1</nextIdentifier>
<testsSize>2</testsSize>
<RESTClientToolTest className="webtool.soap.http.RESTClientToolTest" version="2.1.4.15.2">
<DebugAssets className="webtool.test.debug.DebugAssets" version="1">
</DebugAssets>
<ReportingSettings className="webtool.test.ReportingSettings" version="1.1">
<TestGRSSettings className="webtool.test.grs.TestGRSSettings" version="1.4.3">
</TestGRSSettings>
</ReportingSettings>
<testLogic>true</testLogic>
<TestLogic className="webtool.test.logic.TestLogic" version="1.7">
<TestExecutionDelay className="webtool.test.logic.TestExecutionDelay" version="1.2">
</TestExecutionDelay>
<TestExecutionDelay className="webtool.test.logic.TestExecutionDelay" version="1.2">
</TestExecutionDelay>
<TestDependencyLogic className="webtool.test.logic.TestDependencyLogic" version="1.2">
</TestDependencyLogic>
</TestLogic>
<testID>58</testID>
<enabled>true</enabled>
<name>/createAccount - POST</name>
<performanceGroup>7</performanceGroup>
<RESTClient className="webtool.soap.http.RESTClient" version="v.2.15.28.14">
<iconName>RESTClient</iconName>
<name>CreateAccount</name>
<MessagingSchemaElement className="webtool.soap.http.MessagingSchemaElement" version="2">
<ElementValue className="webtool.soap.ElementValue" version="1.11.12">
<writeType>true</writeType>
<ElementType className="webtool.soap.ElementType" version="2.12.3">
<hash>1</hash>
<localName>root</localName>
<ComplexType className="webtool.soap.ComplexType" version="2.10.3">
<hash>2</hash>
<attributesSize>1</attributesSize>
<AttributeType className="webtool.soap.AttributeType" version="2.3.3">
<hash>3</hash>
<name>type</name>
<fixed>object</fixed>
<StringType className="webtool.soap.StringType" version="2.5.3">
<hash>4</hash>
</StringType>
<required>true</required>
</AttributeType>
<name>rootType</name>
<compositor>true</compositor>
<AllCompositor className="webtool.soap.AllCompositor" version="2.1.3.3">
<hash>5</hash>
</AllCompositor>
</ComplexType>
</ElementType>
<size>1</size>
<ComplexValue className="webtool.soap.ComplexValue" version="1.10.12">
<attributesSize>1</attributesSize>
<AttributeValue className="webtool.soap.AttributeValue" version="1.3.12">
<StringValue className="webtool.soap.StringValue" version="1.7.1.12">
<value>object</value>
</StringValue>
<useValue>true</useValue>
</AttributeValue>
<compositorValue>true</compositorValue>
<CompositorValue className="webtool.soap.CompositorValue" version="1.3.12">
<CompositorValueSetCollectionSet className="webtool.soap.CompositorValueSetCollectionSet" version="1.1">
<setSize>1</setSize>
<CompositorValueSet className="webtool.soap.CompositorValueSet" version="1.1">
</CompositorValueSet>
</CompositorValueSetCollectionSet>
</CompositorValue>
</ComplexValue>
</ElementValue>
<elementTypeName>root</elementTypeName>
</MessagingSchemaElement>
<hasServiceInfo>true</hasServiceInfo>
<ServiceInfo className="webtool.tool.ServiceInfo" version="1.2">
<StandardServiceDescriptor className="com.parasoft.service.catalog.impl.StandardServiceDescriptor" version="1.1">
<location>http://localhost:8090/parabank/services/bank/swagger.yaml</location>
</StandardServiceDescriptor>
</ServiceInfo>
<JSONBuilder className="webtool.ecmascript.json.JSONBuilder" version="2">
<hasValue>true</hasValue>
<JSONObjectValue className="webtool.ecmascript.json.JSONObjectValue" version="1.1.1">
<nameIsNull>true</nameIsNull>
<JSONValueCollection className="webtool.ecmascript.json.JSONValueCollection" version="2">
</JSONValueCollection>
</JSONObjectValue>
</JSONBuilder>
<LocationObject className="webtool.wsdl.LocationObject" version="2">
<MessagingClient_SchemaLocation>${SWAGGER}</MessagingClient_SchemaLocation>
</LocationObject>
<MessagingSchemaElement className="webtool.soap.http.MessagingSchemaElement" version="2">
<ElementValue className="webtool.soap.ElementValue" version="1.11.12">
<writeType>true</writeType>
<ElementType className="webtool.soap.ElementType" version="2.12.3">
<hash>1</hash>
<ComplexType className="webtool.soap.ComplexType" version="2.10.3">
<hash>2</hash>
<name>anonymous</name>
<compositor>true</compositor>
<SequenceCompositor className="webtool.soap.SequenceCompositor" version="2.1.3.3">
<hash>3</hash>
</SequenceCompositor>
</ComplexType>
</ElementType>
<size>1</size>
<ComplexValue className="webtool.soap.ComplexValue" version="1.10.12">
<compositorValue>true</compositorValue>
<CompositorValue className="webtool.soap.CompositorValue" version="1.3.12">
<CompositorValueSetCollectionSet className="webtool.soap.CompositorValueSetCollectionSet" version="1.1">
<setSize>1</setSize>
<CompositorValueSet className="webtool.soap.CompositorValueSet" version="1.1">
</CompositorValueSet>
</CompositorValueSetCollectionSet>
</CompositorValue>
</ComplexValue>
</ElementValue>
</MessagingSchemaElement>
<DefaultCustomTimeout className="webtool.tool.DefaultCustomTimeout" version="1.2.1">
</DefaultCustomTimeout>
<NameValueProperties className="webtool.data.NameValueProperties" version="1.4">
</NameValueProperties>
<MapMessageProperties className="webtool.soap.jms.MapMessageProperties" version="1.1">
</MapMessageProperties>
<JMSMessageOutputProvider className="webtool.soap.jms.JMSMessageOutputProvider" version="3.1.1">
<JMSOutputProvider className="webtool.soap.jms.JMSOutputProvider" version="1.1">
<name>Request Object</name>
<menuName>Object</menuName>
</JMSOutputProvider>
<JMSOutputProvider className="webtool.soap.jms.JMSOutputProvider" version="1.1">
<name>Response Message Object</name>
<menuName>Message Object</menuName>
</JMSOutputProvider>
</JMSMessageOutputProvider>
<ValidResponseRange className="webtool.messaging.ValidResponseRange" version="1.3">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
<validResponseRange>200</validResponseRange>
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
<valuesSize>1</valuesSize>
<ScriptedValue className="webtool.data.ScriptedValue" version="1.1">
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
</ScriptedValue>
</MultiValue>
</ValidResponseRange>
<NameValueProperties className="webtool.data.NameValueProperties" version="1.4">
</NameValueProperties>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
<HTTPClient_Endpoint>${BASEURL}/createAccount?customerId=0&newAccountType=0&fromAccountId=0</HTTPClient_Endpoint>
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
<valuesSize>1</valuesSize>
<ScriptedValue className="webtool.data.ScriptedValue" version="1.1">
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
</ScriptedValue>
</MultiValue>
<NameValueProperties className="webtool.data.NameValueProperties" version="1.4">
<propertiesSize>3</propertiesSize>
<NameValuePair className="webtool.data.NameValuePair" version="3.3">
<name>customerId</name>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
<value>0</value>
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
<valuesSize>1</valuesSize>
<ScriptedValue className="webtool.data.ScriptedValue" version="1.1">
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
</ScriptedValue>
</MultiValue>
</NameValuePair>
<NameValuePair className="webtool.data.NameValuePair" version="3.3">
<name>newAccountType</name>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
<value>0</value>
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
<valuesSize>1</valuesSize>
<ScriptedValue className="webtool.data.ScriptedValue" version="1.1">
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
</ScriptedValue>
</MultiValue>
</NameValuePair>
<NameValuePair className="webtool.data.NameValuePair" version="3.3">
<name>fromAccountId</name>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
<value>0</value>
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
<valuesSize>1</valuesSize>
<ScriptedValue className="webtool.data.ScriptedValue" version="1.1">
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
</ScriptedValue>
</MultiValue>
</NameValuePair>
</NameValueProperties>
<TransportProperties className="webtool.messaging.TransportProperties" version="11">
<ProtocolPropertiesManager className="webtool.messaging.ProtocolPropertiesManager" version="1">
<size>3</size>
<HTTPClientHTTPProperties className="webtool.soap.http.HTTPClientHTTPProperties" version="3.16">
<ApplyableBooleanConfiguration className="com.parasoft.gui.ApplyableBooleanConfiguration" version="1.2.2">
<bool>true</bool>
</ApplyableBooleanConfiguration>
<HTTPCompressionConfiguration className="webtool.messaging.HTTPCompressionConfiguration" version="1.1">
</HTTPCompressionConfiguration>
<CommonHTTPProperties className="webtool.messaging.CommonHTTPProperties" version="4">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<HTTPMethodTestValue className="webtool.messaging.HTTPMethodTestValue" version="1.1">
<method>POST</method>
</HTTPMethodTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
<valuesSize>1</valuesSize>
<ScriptedValue className="webtool.data.ScriptedValue" version="1.1">
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
</ScriptedValue>
</MultiValue>
<OAuthConfiguration className="webtool.security.oauth.OAuthConfiguration" version="1">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
<OAuthSignRequestConfiguration className="webtool.security.oauth.OAuthSignRequestConfiguration" version="1">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</OAuthSignRequestConfiguration>
<OAuthGetRequestTokenConfiguration className="webtool.security.oauth.OAuthGetRequestTokenConfiguration" version="1">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</OAuthGetRequestTokenConfiguration>
<OAuthGetAccessTokenConfiguration className="webtool.security.oauth.OAuthGetAccessTokenConfiguration" version="1">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</OAuthGetAccessTokenConfiguration>
<NameValueProperties className="webtool.data.NameValueProperties" version="1.4">
</NameValueProperties>
</OAuthConfiguration>
<ApplyableResetExistingCookiesConfiguration className="webtool.tool.ApplyableResetExistingCookiesConfiguration" version="1.1.2">
<ResetExistingCookiesPreferenceProviderImpl className="webtool.tool.ResetExistingCookiesPreferenceProviderImpl" version="1.1">
</ResetExistingCookiesPreferenceProviderImpl>
<DefaultResetExistingCookies className="webtool.tool.DefaultResetExistingCookies" version="1.1.1">
</DefaultResetExistingCookies>
</ApplyableResetExistingCookiesConfiguration>
<ClientSideSSLProperties className="webtool.security.ClientSideSSLProperties" version="1.1">
</ClientSideSSLProperties>
<NameValueProperties className="webtool.data.NameValueProperties" version="1.4">
<propertiesSize>1</propertiesSize>
<NameValuePair className="webtool.data.NameValuePair" version="3.3">
<name>Accept</name>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
<value>application/json</value>
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
<valuesSize>1</valuesSize>
<ScriptedValue className="webtool.data.ScriptedValue" version="1.1">
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
</ScriptedValue>
</MultiValue>
</NameValuePair>
</NameValueProperties>
<Authentication className="webtool.security.Authentication" version="2.4">
<NameValuePair className="webtool.data.NameValuePair" version="3.3">
<name>Service</name>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</NameValuePair>
<NameValuePair className="webtool.data.NameValuePair" version="3.3">
<name>Username</name>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</NameValuePair>
<NameValuePair className="webtool.data.NameValuePair" version="3.3">
<name>Password</name>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<PasswordTestValue className="webtool.data.PasswordTestValue" version="1.1">
</PasswordTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</NameValuePair>
</Authentication>
</CommonHTTPProperties>
<ApplyableBooleanConfiguration className="com.parasoft.gui.ApplyableBooleanConfiguration" version="1.2.2">
</ApplyableBooleanConfiguration>
<ApplyableBooleanConfiguration className="com.parasoft.gui.ApplyableBooleanConfiguration" version="1.2.2">
</ApplyableBooleanConfiguration>
<ApplyableBooleanConfiguration className="com.parasoft.gui.ApplyableBooleanConfiguration" version="1.2.2">
<bool>true</bool>
</ApplyableBooleanConfiguration>
</HTTPClientHTTPProperties>
<HTTPClientHTTPProperties className="webtool.soap.http.HTTPClientHTTPProperties" version="3.16">
<ApplyableBooleanConfiguration className="com.parasoft.gui.ApplyableBooleanConfiguration" version="1.2.2">
<bool>true</bool>
</ApplyableBooleanConfiguration>
<HTTPCompressionConfiguration className="webtool.messaging.HTTPCompressionConfiguration" version="1.1">
</HTTPCompressionConfiguration>
<CommonHTTPProperties className="webtool.messaging.CommonHTTPProperties" version="4">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<HTTPMethodTestValue className="webtool.messaging.HTTPMethodTestValue" version="1.1">
<method>POST</method>
</HTTPMethodTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
<valuesSize>1</valuesSize>
<ScriptedValue className="webtool.data.ScriptedValue" version="1.1">
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
</ScriptedValue>
</MultiValue>
<OAuthConfiguration className="webtool.security.oauth.OAuthConfiguration" version="1">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
<OAuthSignRequestConfiguration className="webtool.security.oauth.OAuthSignRequestConfiguration" version="1">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</OAuthSignRequestConfiguration>
<OAuthGetRequestTokenConfiguration className="webtool.security.oauth.OAuthGetRequestTokenConfiguration" version="1">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</OAuthGetRequestTokenConfiguration>
<OAuthGetAccessTokenConfiguration className="webtool.security.oauth.OAuthGetAccessTokenConfiguration" version="1">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</OAuthGetAccessTokenConfiguration>
<NameValueProperties className="webtool.data.NameValueProperties" version="1.4">
</NameValueProperties>
</OAuthConfiguration>
<ApplyableResetExistingCookiesConfiguration className="webtool.tool.ApplyableResetExistingCookiesConfiguration" version="1.1.2">
<ResetExistingCookiesPreferenceProviderImpl className="webtool.tool.ResetExistingCookiesPreferenceProviderImpl" version="1.1">
</ResetExistingCookiesPreferenceProviderImpl>
<DefaultResetExistingCookies className="webtool.tool.DefaultResetExistingCookies" version="1.1.1">
</DefaultResetExistingCookies>
</ApplyableResetExistingCookiesConfiguration>
<ClientSideSSLProperties className="webtool.security.ClientSideSSLProperties" version="1.1">
</ClientSideSSLProperties>
<NameValueProperties className="webtool.data.NameValueProperties" version="1.4">
<propertiesSize>1</propertiesSize>
<NameValuePair className="webtool.data.NameValuePair" version="3.3">
<name>Accept</name>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
<value>application/json</value>
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
<valuesSize>1</valuesSize>
<ScriptedValue className="webtool.data.ScriptedValue" version="1.1">
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
</ScriptedValue>
</MultiValue>
</NameValuePair>
</NameValueProperties>
<Authentication className="webtool.security.Authentication" version="2.4">
<NameValuePair className="webtool.data.NameValuePair" version="3.3">
<name>Service</name>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</NameValuePair>
<NameValuePair className="webtool.data.NameValuePair" version="3.3">
<name>Username</name>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</NameValuePair>
<NameValuePair className="webtool.data.NameValuePair" version="3.3">
<name>Password</name>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<PasswordTestValue className="webtool.data.PasswordTestValue" version="1.1">
</PasswordTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</NameValuePair>
</Authentication>
</CommonHTTPProperties>
<protocol>1</protocol>
<ApplyableBooleanConfiguration className="com.parasoft.gui.ApplyableBooleanConfiguration" version="1.2.2">
</ApplyableBooleanConfiguration>
<ApplyableBooleanConfiguration className="com.parasoft.gui.ApplyableBooleanConfiguration" version="1.2.2">
</ApplyableBooleanConfiguration>
<ApplyableBooleanConfiguration className="com.parasoft.gui.ApplyableBooleanConfiguration" version="1.2.2">
<bool>true</bool>
</ApplyableBooleanConfiguration>
</HTTPClientHTTPProperties>
<NoneTransportProperties className="webtool.messaging.NoneTransportProperties" version="1">
</NoneTransportProperties>
</ProtocolPropertiesManager>
<ApplyableBooleanConfiguration className="com.parasoft.gui.ApplyableBooleanConfiguration" version="1.2.2">
<inverted>true</inverted>
</ApplyableBooleanConfiguration>
</TransportProperties>
<MessagingOutputProvider className="webtool.messaging.MessagingOutputProvider" version="1.2">
<HTTPNamedToolOutputProvider className="webtool.tool.HTTPNamedToolOutputProvider" version="1.1.2.1">
<menuName>Transport Header</menuName>
<name>Request Transport Header</name>
</HTTPNamedToolOutputProvider>
<HTTPNamedToolOutputProvider className="webtool.tool.HTTPNamedToolOutputProvider" version="1.1.2.1">
<menuName>Transport Header</menuName>
<name>Response Transport Header</name>
</HTTPNamedToolOutputProvider>
<NamedXMLToolOutputProvider className="webtool.xml.NamedXMLToolOutputProvider" version="1.2.1">
<menuName>Traffic</menuName>
<name>Request Traffic</name>
</NamedXMLToolOutputProvider>
<HTTPOutputProvider className="webtool.messaging.HTTPOutputProvider" version="1">
<m_name>Traffic Stream</m_name>
</HTTPOutputProvider>
<ObjectOutputProvider className="webtool.messaging.ObjectOutputProvider" version="1.3.1">
<outputToolsSize>1</outputToolsSize>
<TrafficViewer className="webtool.traffic.TrafficViewer" version="v.2.3.14">
<iconName>TrafficViewer</iconName>
<name>Traffic Viewer</name>
<showRequestHeaders>true</showRequestHeaders>
<showResponseHeaders>true</showResponseHeaders>
</TrafficViewer>
<name>Traffic Object</name>
</ObjectOutputProvider>
</MessagingOutputProvider>
<outputToolsSize>1</outputToolsSize>
<GenericDataBank className="webtool.databank.GenericDataBank" version="v.2.1.14">
<iconName>XMLDataBank</iconName>
<name>JSON Data Bank</name>
<XMLtoDataSource className="webtool.xml.XMLtoDataSource" version="v.2.8.14.14">
<iconName>XMLDataBank</iconName>
<name>XML Data Bank</name>
<selectedXPathsSize>1</selectedXPathsSize>
<SelectedXPath className="webtool.xml.SelectedXPath" version="1.3">
<elementOption>1</elementOption>
<contentOption>1</contentOption>
<XMLDataBank_ExtractXPath>/root/account[1]/id[1]/text()</XMLDataBank_ExtractXPath>
<mode>1</mode>
</SelectedXPath>
<canonicalizeOutput>true</canonicalizeOutput>
<xmlMessage>true</xmlMessage>
<VirtualDataSourceCreatorImpl className="webtool.data.VirtualDataSourceCreatorImpl" version="1.1">
<writableColumnsSize>1</writableColumnsSize>
<WritableColumn className="webtool.data.WritableColumn" version="1.5">
<customName>accountId</customName>
</WritableColumn>
</VirtualDataSourceCreatorImpl>
</XMLtoDataSource>
<TextXmlConversionStrategySerializer className="webtool.textxmlconvert.TextXmlConversionStrategySerializer" version="3">
<dataFormatName>JSON</dataFormatName>
<conversionStrategyId>JSON</conversionStrategyId>
<conversionStrategyClassName>com.parasoft.xml.convert.json.JsonConversionStrategy</conversionStrategyClassName>
</TextXmlConversionStrategySerializer>
<ConversionOptionSetSerializer className="webtool.textxmlconvert.ConversionOptionSetSerializer" version="2">
</ConversionOptionSetSerializer>
<TextXmlModelTypeSerializer className="webtool.textxmlconvert.TextXmlModelTypeSerializer" version="2">
</TextXmlModelTypeSerializer>
</GenericDataBank>
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
<XMLBuilder className="webtool.xml.builder.XMLBuilder" version="6.6">
</XMLBuilder>
<InputUsable className="webtool.tool.InputUsable" version="5">
<use>1</use>
<TextUsable className="webtool.packet.TextUsable" version="4">
<MessagingClient_LiteralMessage></MessagingClient_LiteralMessage>
<type>application/json</type>
</TextUsable>
<InputUsableDataSource className="webtool.tool.InputUsableDataSource" version="1">
</InputUsableDataSource>
</InputUsable>
<mode>Literal</mode>
<QueryParametersLiteral className="webtool.soap.http.QueryParametersLiteral" version="1.1">
<isPropertiesRef>true</isPropertiesRef>
</QueryParametersLiteral>
<QueryParametersWadl className="webtool.soap.http.QueryParametersWadl" version="1.1">
<parameters size="3">
<ElementValue className="webtool.soap.ElementValue" index="0" version="1.11.12">
<writeType>true</writeType>
<ElementType className="webtool.soap.ElementType" version="2.12.3">
<hash>1</hash>
<defaultValue>0</defaultValue>
<localName>customerId</localName>
<IntegerType className="webtool.soap.IntegerType" version="2.2.3">
<hash>2</hash>
</IntegerType>
</ElementType>
<size>1</size>
<IntegerValue className="webtool.soap.IntegerValue" version="1.3.1.12">
<value>${customerId}</value>
</IntegerValue>
</ElementValue>
<ElementValue className="webtool.soap.ElementValue" index="1" version="1.11.12">
<writeType>true</writeType>
<ElementType className="webtool.soap.ElementType" version="2.12.3">
<hash>1</hash>
<defaultValue>0</defaultValue>
<localName>newAccountType</localName>
<IntegerType className="webtool.soap.IntegerType" version="2.2.3">
<hash>2</hash>
</IntegerType>
</ElementType>
<size>1</size>
<IntegerValue className="webtool.soap.IntegerValue" version="1.3.1.12">
<userMethod>true</userMethod>
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
<text>import com.parasoft.api.*

String mapAccountType(ScriptingContext context) {
String acctType = context.getValue("accountType")
if (acctType.equalsIgnoreCase("checking")) {
return "0"
} else if (acctType.equalsIgnoreCase("savings")) {
return "1"
}
return "2"
}
</text>
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
<functionName>mapAccountType</functionName>
<arguments size="1">
<argument index="0">com.parasoft.api.ScriptingContext</argument>
</arguments>
</ScriptMethodIdentifier>
</UserMethod>
<mode>2</mode>
<value>2</value>
</IntegerValue>
</ElementValue>
<ElementValue className="webtool.soap.ElementValue" index="2" version="1.11.12">
<writeType>true</writeType>
<ElementType className="webtool.soap.ElementType" version="2.12.3">
<hash>1</hash>
<defaultValue>0</defaultValue>
<localName>fromAccountId</localName>
<IntegerType className="webtool.soap.IntegerType" version="2.2.3">
<hash>2</hash>
</IntegerType>
</ElementType>
<size>1</size>
<IntegerValue className="webtool.soap.IntegerValue" version="1.3.1.12">
<value>${fromAccountId}</value>
</IntegerValue>
</ElementValue>
</parameters>
</QueryParametersWadl>
<UrlPathParametersLiteral className="webtool.soap.http.UrlPathParametersLiteral" version="1.1">
<pathElementss size="1">
<MultiValue className="webtool.data.MultiValue" index="0" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
<value>createAccount</value>
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
<valuesSize>1</valuesSize>
<ScriptedValue className="webtool.data.ScriptedValue" version="1.1">
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
</ScriptedValue>
</MultiValue>
</pathElementss>
</UrlPathParametersLiteral>
<UrlPathParametersWadl className="webtool.soap.http.UrlPathParametersWadl" version="1.1">
</UrlPathParametersWadl>
<RESTResourceMethod className="webtool.soap.http.RESTResourceMethod" version="2.2">
<resourceId>/createAccount</resourceId>
<httpMethod>POST</httpMethod>
</RESTResourceMethod>
<resourceMode>3</resourceMode>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
<value>${BASEURL}</value>
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
<valuesSize>2</valuesSize>
<ScriptedValue className="webtool.data.ScriptedValue" version="1.1">
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
</ScriptedValue>
<WadlTestValue className="webtool.messaging.wadl.WadlTestValue" version="1.1">
<value>http://snapper:8090/parabank/services/bank</value>
</WadlTestValue>
</MultiValue>
</RESTClient>
</RESTClientToolTest>
<RESTClientToolTest className="webtool.soap.http.RESTClientToolTest" version="2.1.4.15.2">
<DebugAssets className="webtool.test.debug.DebugAssets" version="1">
</DebugAssets>
<ReportingSettings className="webtool.test.ReportingSettings" version="1.1">
<TestGRSSettings className="webtool.test.grs.TestGRSSettings" version="1.4.3">
</TestGRSSettings>
</ReportingSettings>
<testLogic>true</testLogic>
<TestLogic className="webtool.test.logic.TestLogic" version="1.7">
<TestExecutionDelay className="webtool.test.logic.TestExecutionDelay" version="1.2">
</TestExecutionDelay>
<TestExecutionDelay className="webtool.test.logic.TestExecutionDelay" version="1.2">
</TestExecutionDelay>
<TestDependencyLogic className="webtool.test.logic.TestDependencyLogic" version="1.2">
</TestDependencyLogic>
</TestLogic>
<testID>59</testID>
<enabled>true</enabled>
<name>/accounts/{accountId} - GET</name>
<performanceGroup>0</performanceGroup>
<RESTClient className="webtool.soap.http.RESTClient" version="v.2.15.28.14">
<iconName>RESTClient</iconName>
<name>GetAccountInfo</name>
<MessagingSchemaElement className="webtool.soap.http.MessagingSchemaElement" version="2">
<ElementValue className="webtool.soap.ElementValue" version="1.11.12">
<writeType>true</writeType>
<hasReference>true</hasReference>
<qnameAsString>:root</qnameAsString>
<size>1</size>
<ComplexValue className="webtool.soap.ComplexValue" version="1.10.12">
<attributesSize>1</attributesSize>
<AttributeValue className="webtool.soap.AttributeValue" version="1.3.12">
<StringValue className="webtool.soap.StringValue" version="1.7.1.12">
<value>object</value>
</StringValue>
<useValue>true</useValue>
</AttributeValue>
<compositorValue>true</compositorValue>
<CompositorValue className="webtool.soap.CompositorValue" version="1.3.12">
<CompositorValueSetCollectionSet className="webtool.soap.CompositorValueSetCollectionSet" version="1.1">
<setSize>1</setSize>
<CompositorValueSet className="webtool.soap.CompositorValueSet" version="1.1">
</CompositorValueSet>
</CompositorValueSetCollectionSet>
</CompositorValue>
</ComplexValue>
</ElementValue>
<elementTypeName>root</elementTypeName>
</MessagingSchemaElement>
<hasServiceInfo>true</hasServiceInfo>
<ServiceInfo className="webtool.tool.ServiceInfo" version="1.2">
<StandardServiceDescriptor className="com.parasoft.service.catalog.impl.StandardServiceDescriptor" version="1.1">
<location>http://localhost:8090/parabank/services/bank/swagger.yaml</location>
</StandardServiceDescriptor>
</ServiceInfo>
<JSONBuilder className="webtool.ecmascript.json.JSONBuilder" version="2">
<hasValue>true</hasValue>
<JSONObjectValue className="webtool.ecmascript.json.JSONObjectValue" version="1.1.1">
<nameIsNull>true</nameIsNull>
<JSONValueCollection className="webtool.ecmascript.json.JSONValueCollection" version="2">
</JSONValueCollection>
</JSONObjectValue>
</JSONBuilder>
<LocationObject className="webtool.wsdl.LocationObject" version="2">
<MessagingClient_SchemaLocation>${SWAGGER}</MessagingClient_SchemaLocation>
</LocationObject>
<MessagingSchemaElement className="webtool.soap.http.MessagingSchemaElement" version="2">
<ElementValue className="webtool.soap.ElementValue" version="1.11.12">
<writeType>true</writeType>
<hasReference>true</hasReference>
<qnameAsString>:</qnameAsString>
<size>1</size>
<ComplexValue className="webtool.soap.ComplexValue" version="1.10.12">
<compositorValue>true</compositorValue>
<CompositorValue className="webtool.soap.CompositorValue" version="1.3.12">
<CompositorValueSetCollectionSet className="webtool.soap.CompositorValueSetCollectionSet" version="1.1">
<setSize>1</setSize>
<CompositorValueSet className="webtool.soap.CompositorValueSet" version="1.1">
</CompositorValueSet>
</CompositorValueSetCollectionSet>
</CompositorValue>
</ComplexValue>
</ElementValue>
</MessagingSchemaElement>
<DefaultCustomTimeout className="webtool.tool.DefaultCustomTimeout" version="1.2.1">
</DefaultCustomTimeout>
<NameValueProperties className="webtool.data.NameValueProperties" version="1.4">
</NameValueProperties>
<MapMessageProperties className="webtool.soap.jms.MapMessageProperties" version="1.1">
</MapMessageProperties>
<JMSMessageOutputProvider className="webtool.soap.jms.JMSMessageOutputProvider" version="3.1.1">
<JMSOutputProvider className="webtool.soap.jms.JMSOutputProvider" version="1.1">
<name>Request Object</name>
<menuName>Object</menuName>
</JMSOutputProvider>
<JMSOutputProvider className="webtool.soap.jms.JMSOutputProvider" version="1.1">
<name>Response Message Object</name>
<menuName>Message Object</menuName>
</JMSOutputProvider>
</JMSMessageOutputProvider>
<ValidResponseRange className="webtool.messaging.ValidResponseRange" version="1.3">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
<validResponseRange>200</validResponseRange>
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
<valuesSize>1</valuesSize>
<ScriptedValue className="webtool.data.ScriptedValue" version="1.1">
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
</ScriptedValue>
</MultiValue>
</ValidResponseRange>
<NameValueProperties className="webtool.data.NameValueProperties" version="1.4">
</NameValueProperties>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
<HTTPClient_Endpoint>${BASEURL}/accounts/{accountId}</HTTPClient_Endpoint>
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
<valuesSize>1</valuesSize>
<ScriptedValue className="webtool.data.ScriptedValue" version="1.1">
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
</ScriptedValue>
</MultiValue>
<NameValueProperties className="webtool.data.NameValueProperties" version="1.4">
</NameValueProperties>
<TransportProperties className="webtool.messaging.TransportProperties" version="11">
<ProtocolPropertiesManager className="webtool.messaging.ProtocolPropertiesManager" version="1">
<size>3</size>
<HTTPClientHTTPProperties className="webtool.soap.http.HTTPClientHTTPProperties" version="3.16">
<ApplyableBooleanConfiguration className="com.parasoft.gui.ApplyableBooleanConfiguration" version="1.2.2">
<bool>true</bool>
</ApplyableBooleanConfiguration>
<HTTPCompressionConfiguration className="webtool.messaging.HTTPCompressionConfiguration" version="1.1">
</HTTPCompressionConfiguration>
<CommonHTTPProperties className="webtool.messaging.CommonHTTPProperties" version="4">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<HTTPMethodTestValue className="webtool.messaging.HTTPMethodTestValue" version="1.1">
<method>GET</method>
</HTTPMethodTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
<valuesSize>1</valuesSize>
<ScriptedValue className="webtool.data.ScriptedValue" version="1.1">
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
</ScriptedValue>
</MultiValue>
<OAuthConfiguration className="webtool.security.oauth.OAuthConfiguration" version="1">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
<OAuthSignRequestConfiguration className="webtool.security.oauth.OAuthSignRequestConfiguration" version="1">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</OAuthSignRequestConfiguration>
<OAuthGetRequestTokenConfiguration className="webtool.security.oauth.OAuthGetRequestTokenConfiguration" version="1">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</OAuthGetRequestTokenConfiguration>
<OAuthGetAccessTokenConfiguration className="webtool.security.oauth.OAuthGetAccessTokenConfiguration" version="1">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</OAuthGetAccessTokenConfiguration>
<NameValueProperties className="webtool.data.NameValueProperties" version="1.4">
</NameValueProperties>
</OAuthConfiguration>
<ApplyableResetExistingCookiesConfiguration className="webtool.tool.ApplyableResetExistingCookiesConfiguration" version="1.1.2">
<ResetExistingCookiesPreferenceProviderImpl className="webtool.tool.ResetExistingCookiesPreferenceProviderImpl" version="1.1">
</ResetExistingCookiesPreferenceProviderImpl>
<DefaultResetExistingCookies className="webtool.tool.DefaultResetExistingCookies" version="1.1.1">
</DefaultResetExistingCookies>
</ApplyableResetExistingCookiesConfiguration>
<ClientSideSSLProperties className="webtool.security.ClientSideSSLProperties" version="1.1">
</ClientSideSSLProperties>
<NameValueProperties className="webtool.data.NameValueProperties" version="1.4">
<propertiesSize>1</propertiesSize>
<NameValuePair className="webtool.data.NameValuePair" version="3.3">
<name>Accept</name>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
<value>application/json</value>
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
<valuesSize>1</valuesSize>
<ScriptedValue className="webtool.data.ScriptedValue" version="1.1">
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
</ScriptedValue>
</MultiValue>
</NameValuePair>
</NameValueProperties>
<Authentication className="webtool.security.Authentication" version="2.4">
<NameValuePair className="webtool.data.NameValuePair" version="3.3">
<name>Service</name>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</NameValuePair>
<NameValuePair className="webtool.data.NameValuePair" version="3.3">
<name>Username</name>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</NameValuePair>
<NameValuePair className="webtool.data.NameValuePair" version="3.3">
<name>Password</name>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<PasswordTestValue className="webtool.data.PasswordTestValue" version="1.1">
</PasswordTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</NameValuePair>
</Authentication>
</CommonHTTPProperties>
<ApplyableBooleanConfiguration className="com.parasoft.gui.ApplyableBooleanConfiguration" version="1.2.2">
</ApplyableBooleanConfiguration>
<ApplyableBooleanConfiguration className="com.parasoft.gui.ApplyableBooleanConfiguration" version="1.2.2">
</ApplyableBooleanConfiguration>
<ApplyableBooleanConfiguration className="com.parasoft.gui.ApplyableBooleanConfiguration" version="1.2.2">
<bool>true</bool>
</ApplyableBooleanConfiguration>
</HTTPClientHTTPProperties>
<HTTPClientHTTPProperties className="webtool.soap.http.HTTPClientHTTPProperties" version="3.16">
<ApplyableBooleanConfiguration className="com.parasoft.gui.ApplyableBooleanConfiguration" version="1.2.2">
<bool>true</bool>
</ApplyableBooleanConfiguration>
<HTTPCompressionConfiguration className="webtool.messaging.HTTPCompressionConfiguration" version="1.1">
</HTTPCompressionConfiguration>
<CommonHTTPProperties className="webtool.messaging.CommonHTTPProperties" version="4">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<HTTPMethodTestValue className="webtool.messaging.HTTPMethodTestValue" version="1.1">
<method>GET</method>
</HTTPMethodTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
<valuesSize>1</valuesSize>
<ScriptedValue className="webtool.data.ScriptedValue" version="1.1">
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
</ScriptedValue>
</MultiValue>
<OAuthConfiguration className="webtool.security.oauth.OAuthConfiguration" version="1">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
<OAuthSignRequestConfiguration className="webtool.security.oauth.OAuthSignRequestConfiguration" version="1">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</OAuthSignRequestConfiguration>
<OAuthGetRequestTokenConfiguration className="webtool.security.oauth.OAuthGetRequestTokenConfiguration" version="1">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</OAuthGetRequestTokenConfiguration>
<OAuthGetAccessTokenConfiguration className="webtool.security.oauth.OAuthGetAccessTokenConfiguration" version="1">
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</OAuthGetAccessTokenConfiguration>
<NameValueProperties className="webtool.data.NameValueProperties" version="1.4">
</NameValueProperties>
</OAuthConfiguration>
<ApplyableResetExistingCookiesConfiguration className="webtool.tool.ApplyableResetExistingCookiesConfiguration" version="1.1.2">
<ResetExistingCookiesPreferenceProviderImpl className="webtool.tool.ResetExistingCookiesPreferenceProviderImpl" version="1.1">
</ResetExistingCookiesPreferenceProviderImpl>
<DefaultResetExistingCookies className="webtool.tool.DefaultResetExistingCookies" version="1.1.1">
</DefaultResetExistingCookies>
</ApplyableResetExistingCookiesConfiguration>
<ClientSideSSLProperties className="webtool.security.ClientSideSSLProperties" version="1.1">
</ClientSideSSLProperties>
<NameValueProperties className="webtool.data.NameValueProperties" version="1.4">
<propertiesSize>1</propertiesSize>
<NameValuePair className="webtool.data.NameValuePair" version="3.3">
<name>Accept</name>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
<value>application/json</value>
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
<valuesSize>1</valuesSize>
<ScriptedValue className="webtool.data.ScriptedValue" version="1.1">
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
</ScriptedValue>
</MultiValue>
</NameValuePair>
</NameValueProperties>
<Authentication className="webtool.security.Authentication" version="2.4">
<NameValuePair className="webtool.data.NameValuePair" version="3.3">
<name>Service</name>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</NameValuePair>
<NameValuePair className="webtool.data.NameValuePair" version="3.3">
<name>Username</name>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</NameValuePair>
<NameValuePair className="webtool.data.NameValuePair" version="3.3">
<name>Password</name>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<PasswordTestValue className="webtool.data.PasswordTestValue" version="1.1">
</PasswordTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</NameValuePair>
</Authentication>
</CommonHTTPProperties>
<protocol>1</protocol>
<ApplyableBooleanConfiguration className="com.parasoft.gui.ApplyableBooleanConfiguration" version="1.2.2">
</ApplyableBooleanConfiguration>
<ApplyableBooleanConfiguration className="com.parasoft.gui.ApplyableBooleanConfiguration" version="1.2.2">
</ApplyableBooleanConfiguration>
<ApplyableBooleanConfiguration className="com.parasoft.gui.ApplyableBooleanConfiguration" version="1.2.2">
<bool>true</bool>
</ApplyableBooleanConfiguration>
</HTTPClientHTTPProperties>
<NoneTransportProperties className="webtool.messaging.NoneTransportProperties" version="1">
</NoneTransportProperties>
</ProtocolPropertiesManager>
<ApplyableBooleanConfiguration className="com.parasoft.gui.ApplyableBooleanConfiguration" version="1.2.2">
<inverted>true</inverted>
</ApplyableBooleanConfiguration>
</TransportProperties>
<MessagingOutputProvider className="webtool.messaging.MessagingOutputProvider" version="1.2">
<HTTPNamedToolOutputProvider className="webtool.tool.HTTPNamedToolOutputProvider" version="1.1.2.1">
<menuName>Transport Header</menuName>
<name>Request Transport Header</name>
</HTTPNamedToolOutputProvider>
<HTTPNamedToolOutputProvider className="webtool.tool.HTTPNamedToolOutputProvider" version="1.1.2.1">
<menuName>Transport Header</menuName>
<name>Response Transport Header</name>
</HTTPNamedToolOutputProvider>
<NamedXMLToolOutputProvider className="webtool.xml.NamedXMLToolOutputProvider" version="1.2.1">
<menuName>Traffic</menuName>
<name>Request Traffic</name>
</NamedXMLToolOutputProvider>
<HTTPOutputProvider className="webtool.messaging.HTTPOutputProvider" version="1">
<m_name>Traffic Stream</m_name>
</HTTPOutputProvider>
<ObjectOutputProvider className="webtool.messaging.ObjectOutputProvider" version="1.3.1">
<outputToolsSize>1</outputToolsSize>
<TrafficViewer className="webtool.traffic.TrafficViewer" version="v.2.3.14">
<iconName>TrafficViewer</iconName>
<name>Traffic Viewer</name>
<showRequestHeaders>true</showRequestHeaders>
<showResponseHeaders>true</showResponseHeaders>
</TrafficViewer>
<name>Traffic Object</name>
</ObjectOutputProvider>
</MessagingOutputProvider>
<outputToolsSize>1</outputToolsSize>
<GenericAssertionTool className="webtool.assertor.GenericAssertionTool" version="v.2.1.14">
<iconName>XMLAssertor</iconName>
<name>JSON Assertor</name>
<XMLAssertionTool className="webtool.xml.assertion.XMLAssertionTool" version="v.2.2.1.14">
<iconName>XMLAssertor</iconName>
<name>XML Assertor</name>
<assertionsSize>1</assertionsSize>
<StringComparisonAssertion className="webtool.assertion.xml.StringComparisonAssertion" version="3.6.2">
<timestamp>1502911491872</timestamp>
<name>String Comparison Assertion</name>
<Assertion_XPath>/root/account/type/text()</Assertion_XPath>
<ignoreCase>true</ignoreCase>
<NameValuePair className="webtool.data.NameValuePair" version="3.3">
<name>String Comparison Assertion</name>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
<value>${expectedAccountType}</value>
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
</MultiValue>
</NameValuePair>
</StringComparisonAssertion>
<ExpectedXMLMessage className="webtool.xml.ExpectedXMLMessage" version="1.2.1">
<message>true</message>
</ExpectedXMLMessage>
</XMLAssertionTool>
<TextXmlConversionStrategySerializer className="webtool.textxmlconvert.TextXmlConversionStrategySerializer" version="3">
<dataFormatName>JSON</dataFormatName>
<conversionStrategyId>JSON</conversionStrategyId>
<conversionStrategyClassName>com.parasoft.xml.convert.json.JsonConversionStrategy</conversionStrategyClassName>
</TextXmlConversionStrategySerializer>
<ConversionOptionSetSerializer className="webtool.textxmlconvert.ConversionOptionSetSerializer" version="2">
</ConversionOptionSetSerializer>
<TextXmlModelTypeSerializer className="webtool.textxmlconvert.TextXmlModelTypeSerializer" version="2">
</TextXmlModelTypeSerializer>
</GenericAssertionTool>
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
<XMLBuilder className="webtool.xml.builder.XMLBuilder" version="6.6">
</XMLBuilder>
<InputUsable className="webtool.tool.InputUsable" version="5">
<use>1</use>
<TextUsable className="webtool.packet.TextUsable" version="4">
<MessagingClient_LiteralMessage></MessagingClient_LiteralMessage>
<type>application/json</type>
</TextUsable>
<InputUsableDataSource className="webtool.tool.InputUsableDataSource" version="1">
</InputUsableDataSource>
</InputUsable>
<mode>Literal</mode>
<QueryParametersLiteral className="webtool.soap.http.QueryParametersLiteral" version="1.1">
<isPropertiesRef>true</isPropertiesRef>
</QueryParametersLiteral>
<QueryParametersWadl className="webtool.soap.http.QueryParametersWadl" version="1.1">
</QueryParametersWadl>
<UrlPathParametersLiteral className="webtool.soap.http.UrlPathParametersLiteral" version="1.1">
<pathElementss size="2">
<MultiValue className="webtool.data.MultiValue" index="0" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
<value>accounts</value>
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
<valuesSize>1</valuesSize>
<ScriptedValue className="webtool.data.ScriptedValue" version="1.1">
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
</ScriptedValue>
</MultiValue>
<MultiValue className="webtool.data.MultiValue" index="1" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
<value>{accountId}</value>
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
<valuesSize>1</valuesSize>
<ScriptedValue className="webtool.data.ScriptedValue" version="1.1">
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
</ScriptedValue>
</MultiValue>
</pathElementss>
</UrlPathParametersLiteral>
<UrlPathParametersWadl className="webtool.soap.http.UrlPathParametersWadl" version="1.1">
<pathParameters size="1">
<ElementValue className="webtool.soap.ElementValue" index="0" version="1.11.12">
<writeType>true</writeType>
<ElementType className="webtool.soap.ElementType" version="2.12.3">
<hash>1</hash>
<defaultValue>0</defaultValue>
<localName>accountId</localName>
<IntegerType className="webtool.soap.IntegerType" version="2.2.3">
<hash>2</hash>
</IntegerType>
</ElementType>
<size>1</size>
<IntegerValue className="webtool.soap.IntegerValue" version="1.3.1.12">
<value>${accountId}</value>
</IntegerValue>
</ElementValue>
</pathParameters>
</UrlPathParametersWadl>
<RESTResourceMethod className="webtool.soap.http.RESTResourceMethod" version="2.2">
<resourceId>/accounts/{accountId}</resourceId>
<httpMethod>GET</httpMethod>
</RESTResourceMethod>
<resourceMode>3</resourceMode>
<MultiValue className="webtool.data.MultiValue" version="1.4">
<StringTestValue className="webtool.data.StringTestValue" version="4.1">
<value>${BASEURL}</value>
</StringTestValue>
<ParameterizedTestValue className="webtool.data.ParameterizedTestValue" version="3.1">
</ParameterizedTestValue>
<valuesSize>2</valuesSize>
<ScriptedValue className="webtool.data.ScriptedValue" version="1.1">
<UserMethod className="com.parasoft.scripting.UserMethod" version="2.2">
<code>true</code>
<ScriptCode className="com.parasoft.scripting.jsr223.ScriptCode" version="2.1.1.1">
<ScriptingInput className="com.parasoft.scripting.ScriptingInput" version="6">
<useText>true</useText>
<ScriptingTextInput className="com.parasoft.scripting.ScriptingTextInput" version="1.3">
</ScriptingTextInput>
</ScriptingInput>
<ScriptEngineIdentifier className="com.parasoft.scripting.jsr223.ScriptEngineIdentifier" version="1.1">
</ScriptEngineIdentifier>
</ScriptCode>
<methodId>true</methodId>
<ScriptMethodIdentifier className="com.parasoft.scripting.jsr223.ScriptMethodIdentifier" version="2.1.1">
</ScriptMethodIdentifier>
</UserMethod>
</ScriptedValue>
<WadlTestValue className="webtool.messaging.wadl.WadlTestValue" version="1.1">
<value>http://snapper:8090/parabank/services/bank</value>
</WadlTestValue>
</MultiValue>
</RESTClient>
</RESTClientToolTest>
</TestSuite>
</TestSuite>
</SOAtestProject>
|
e1d63faaa604215c41220b7e711bd2fed26cf748 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.15_5.tst | 82fc564d4b96dfa5ffad111f3605d728fd79507a | [] | 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 | 25,455 | tst | bow.15_5.tst | 15 55:0.1 64:0.16666666666666666 1588:1.0 1811:1.0 2178:1.0 2968:1.0 3031:2.0 4265:1.0 4650:1.0 5808:1.0 5815:1.0 6895:1.0
15 6:0.2 8:0.1 12:0.2857142857142857 20:0.3333333333333333 42:1.0 48:1.0 55:0.1 67:0.3333333333333333 80:1.0 85:2.0 88:1.0 197:1.0 244:1.0 483:1.0 1250:1.0 3304:0.3333333333333333 3606:1.0 4608:1.0 4648:1.0 4890:1.0
15 8:0.1 12:0.14285714285714285 534:0.3333333333333333 2684:1.0 3293:1.0 3347:0.16666666666666666 3419:0.5 3420:1.0 3486:1.0 3556:2.0 3946:1.0 4161:1.0 4397:1.0 4593:1.0 5161:0.5 5427:0.5
15 11:0.3333333333333333 12:0.14285714285714285 20:0.6666666666666666 38:0.5 88:1.0 121:0.02564102564102564 134:0.3333333333333333 281:0.5 386:1.0 405:1.0 1084:1.0 3154:1.0 3847:1.0 7517:1.0
15 20:0.6666666666666666 21:0.14285714285714285 64:0.16666666666666666 75:0.5 80:1.0 88:1.0 203:0.3333333333333333 383:1.0 499:0.5 664:0.25 2184:0.75 2347:1.0 3248:1.0 3317:1.0 3320:0.3333333333333333 3325:1.0 3347:0.16666666666666666 3381:0.16666666666666666 3392:1.0 3489:1.0 3511:1.0 3730:1.0 5309:1.0 5647:1.0
15 41:1.0 58:0.25 210:1.0 1228:1.0 1937:1.0 3677:0.5 7252:1.0
15 8:0.1 12:0.14285714285714285 19:0.1 20:0.3333333333333333 43:0.3333333333333333 58:0.25 64:0.16666666666666666 93:0.09090909090909091 499:0.5 534:0.3333333333333333 1402:1.0 1421:1.0 3521:0.3333333333333333 4099:1.0 5693:1.0 6042:1.0
15 8:0.2 46:1.0 54:1.0 55:0.1 75:0.5 121:0.02564102564102564 137:0.09090909090909091 212:1.0 240:0.3333333333333333 241:2.0 264:1.0 375:1.0 875:2.0 1001:0.5 1346:1.0 1607:1.0 1828:1.0 2184:0.25 2378:0.5 3304:0.3333333333333333 3345:0.5 3468:1.0 3640:1.0 4280:1.0 4436:1.0 5534:1.0 6161:1.0 7622:1.0 7828:1.0
15 19:0.1 55:0.1 121:0.05128205128205128 136:1.0 181:1.0 188:1.0 618:0.5 875:1.0 877:1.0 1549:1.0 3304:0.3333333333333333 3306:0.3333333333333333 3336:0.25 4029:1.0 4127:1.0 4645:2.0 4646:2.0 4648:1.0 4736:1.0 5719:1.0 5959:1.0 7490:1.0
15 8:0.1 121:0.02564102564102564 136:1.0 3333:1.0 3420:1.0 3606:1.0 4029:1.0 4642:1.0 5179:1.0 6242:1.0 6244:1.0 8026:1.0
15 6:0.2 8:0.2 15:0.14285714285714285 21:0.14285714285714285 44:1.0 55:0.1 67:0.3333333333333333 98:0.14285714285714285 158:0.25 241:1.0 289:0.09090909090909091 652:1.0 908:0.3333333333333333 1228:1.0 1332:1.0 1448:1.0 1481:1.0 1738:1.0 2184:0.5 2268:1.0 3284:2.0 3304:0.3333333333333333 3306:0.3333333333333333 3320:0.3333333333333333 3347:0.16666666666666666 3414:1.0 3444:0.5 3543:0.3333333333333333 3609:0.5 4099:1.0 4100:1.0 4310:1.0 4511:1.0 4733:1.0 4823:1.0 4828:1.0
15 7:0.5 46:1.0 64:0.16666666666666666 88:1.0 112:1.0 281:0.25 1309:1.0 1985:0.5 3284:1.0 3347:0.16666666666666666 3391:1.0 3507:1.0 3547:1.0 4280:1.0 4509:1.0 4864:1.0 5098:1.0 5258:1.0 5815:1.0 6369:1.0
15 8:0.1 20:0.6666666666666666 55:0.3 98:0.14285714285714285 121:0.05128205128205128 124:0.5 136:1.0 315:1.0 387:1.0 397:1.0 442:1.0 548:0.5 682:1.0 744:1.0 1197:1.0 1415:1.0 4032:1.0 4033:1.0 4268:1.0 5098:1.0 5649:1.0 6767:1.0
15 7:0.5 8:0.2 58:0.25 80:1.0 240:0.3333333333333333 298:0.5 534:0.6666666666666666 648:1.0 828:0.5 892:1.0 1183:1.0 1522:1.0 1950:1.0 2390:1.0 3325:1.0 3345:1.0 3413:1.0 3478:1.0 3516:1.0 3622:0.25 3718:1.0 4349:1.0 5179:1.0 5557:1.0 5682:1.0 6036:1.0 6384:1.0 6587:1.0 7762:1.0 8025:1.0
15 7:0.5 12:0.2857142857142857 20:0.3333333333333333 21:0.14285714285714285 24:0.6666666666666666 26:0.05714285714285714 38:1.0 55:0.1 73:0.3333333333333333 80:1.0 121:0.05128205128205128 134:0.3333333333333333 136:1.0 212:1.0 695:0.5 877:1.0 1011:1.0 1048:1.0 1340:1.0 2258:1.0 2690:1.0 3394:0.25 3418:1.0 3445:1.0 3501:1.0 6692:1.0
15 8:0.2 12:0.2857142857142857 13:1.0 15:0.14285714285714285 20:0.6666666666666666 62:0.2 98:0.14285714285714285 121:0.05128205128205128 134:0.6666666666666666 188:1.0 351:1.0 621:1.0 1061:1.0 1069:0.5 1481:1.0 1588:2.0 1887:1.0 2695:1.0 2942:1.0 3296:1.0 3345:0.5 3413:1.0 4172:1.0 4218:1.0 5161:0.5
15 38:1.0 46:1.0 48:1.0 73:0.3333333333333333 97:0.3333333333333333 210:1.0 251:1.0 383:1.0 3284:2.0 3304:0.3333333333333333 3306:0.3333333333333333 3336:0.25 3345:0.5 3405:1.0 3512:0.3333333333333333 3556:1.0 3592:1.0 4730:1.0 4926:1.0 5227:1.0 5392:1.0 5637:1.0 7422:1.0
15 20:0.3333333333333333 21:0.2857142857142857 73:0.3333333333333333 241:1.0 255:0.5 265:1.0 443:0.5 524:0.5 1738:1.0 2216:1.0 3478:1.0 4822:0.5 4823:1.0 6443:1.0
15 12:0.14285714285714285 48:1.0 78:1.0 93:0.09090909090909091 289:0.18181818181818182 548:0.5 6479:1.0
15 98:0.14285714285714285 289:0.18181818181818182 3345:0.5 3359:0.3333333333333333 3393:1.0 3512:0.6666666666666666 4446:1.0 4674:1.0 4758:0.5 5881:1.0 7755:1.0
15 46:1.0 2184:0.25 2942:0.5 3342:0.25 3348:1.0 3359:0.6666666666666666 3381:0.16666666666666666 3556:1.0 3579:1.0 3629:1.0 3707:1.0 3851:1.0 3986:0.5 4239:1.0 4349:1.0 4449:1.0 4493:1.0 4659:1.0 5144:1.0
15 8:0.1 12:0.14285714285714285 24:0.3333333333333333 26:0.02857142857142857 55:0.1 58:0.25 64:0.16666666666666666 117:0.5 188:1.0 197:1.0 215:1.0 298:0.5 507:1.0 652:1.0 1713:0.5 1985:0.5 2641:1.0 3347:0.16666666666666666 3394:0.25 3570:1.0 4079:1.0 4214:1.0 4717:1.0 5161:0.5 6235:1.0 6360:1.0 6739:1.0 7652:1.0
15 12:0.14285714285714285 156:1.0 159:1.0 210:1.0 218:1.0 289:0.09090909090909091 1565:1.0 1985:0.5 3320:0.6666666666666666 3381:0.16666666666666666 3393:1.0 3609:0.5 3739:0.2 4603:0.5 4604:1.0 6521:1.0
15 7:0.5 8:0.1 12:0.14285714285714285 21:0.14285714285714285 38:0.5 64:0.16666666666666666 281:0.25 387:1.0 499:0.5 614:1.0 1001:0.25 1517:1.0 1708:1.0 2184:0.25 2255:1.0 2268:1.0 3304:0.3333333333333333 3306:0.3333333333333333 3320:0.3333333333333333 3340:1.0 3359:0.3333333333333333 3381:0.16666666666666666 3386:1.0 3435:1.0 3579:2.0 3606:1.0 3703:1.0 3718:1.0 3732:1.0 3849:0.5 4030:1.0 4439:1.0 4494:1.0 4750:1.0 5463:1.0 5478:1.0 5549:1.0 5653:1.0 6739:1.0 7153:1.0 7750:1.0
15 20:0.3333333333333333 21:0.2857142857142857 68:1.0 126:0.3333333333333333 133:0.5 241:1.0 260:1.0 281:0.25 286:1.0 307:1.0 424:1.0 621:1.0 877:1.0 1251:1.0 1410:1.0 2177:0.5 2238:1.0 4263:1.0 5770:1.0
15 12:0.14285714285714285 19:0.1 46:1.0 93:0.09090909090909091 121:0.02564102564102564 158:0.25 281:0.25 335:1.0 446:0.5 537:1.0 538:1.0 548:0.5 2254:1.0 3320:0.3333333333333333 3386:1.0 3556:2.0 3914:1.0 4050:1.0 4257:1.0 5258:1.0 5980:1.0
15 12:0.2857142857142857 48:1.0 134:0.3333333333333333 1118:1.0 1250:1.0 3304:0.3333333333333333 3348:1.0 3515:0.5 3585:1.0 3609:0.5 4214:0.5 4219:1.0 4486:1.0 4608:1.0 5323:1.0
15 8:0.2 12:0.14285714285714285 20:0.3333333333333333 25:1.0 64:0.16666666666666666 73:0.3333333333333333 101:1.0 133:0.5 292:0.125 410:1.0 814:0.5 2356:1.0 3326:1.0 3626:1.0 4511:1.0
15 7:0.5 8:0.1 9:0.3333333333333333 12:0.14285714285714285 20:0.3333333333333333 64:0.16666666666666666 133:0.5 139:1.0 236:0.3333333333333333 292:0.125 488:1.0 499:0.5 615:1.0 1245:1.0 1402:1.0 1935:1.0 3284:1.0 3304:1.3333333333333333 3345:0.5 3347:0.3333333333333333 3359:0.6666666666666666 3379:1.0 3509:1.0 3849:0.5 4070:1.0 4180:1.0 4428:1.0 4597:1.0 4733:1.0 5196:1.0 5427:0.5 5554:1.0 6318:1.0 6984:1.0 7692:1.0
15 7:2.0 8:0.4 15:0.14285714285714285 48:1.0 64:0.16666666666666666 98:0.14285714285714285 621:1.0 1131:1.0 2690:1.0 2714:1.0 3074:1.0 3320:0.3333333333333333 3336:0.5 3381:0.16666666666666666 3386:1.0 3405:1.0 3420:1.0 3424:1.0 3489:0.3333333333333333 3499:1.0 3626:1.0 3790:1.0 3986:0.5 4083:1.0 4407:1.0 5203:1.0 5996:1.0 6265:2.0 7116:1.0
15 8:0.1 12:0.2857142857142857 15:0.14285714285714285 20:0.3333333333333333 58:0.25 64:0.5 85:1.0 98:0.14285714285714285 101:1.0 248:1.0 289:0.09090909090909091 292:0.125 293:0.5 534:0.3333333333333333 626:1.0 2184:0.25 2942:0.5 3304:1.0 3320:0.3333333333333333 3325:3.0 3381:0.3333333333333333 3392:1.0 3720:1.5 3790:1.0 4070:1.0 4071:1.0 4903:1.0 5196:2.0 7228:1.0 7243:1.0 7713:1.0
15 12:0.14285714285714285 19:0.1 38:0.5 73:0.3333333333333333 93:0.09090909090909091 94:1.0 121:0.02564102564102564 134:0.3333333333333333 176:1.0 197:1.0 284:0.5 292:0.125 647:1.0 2260:1.0 3336:0.25 3412:1.0 3427:1.0 3752:1.0 3939:1.0 4963:1.0 5161:0.5 5427:0.5 7089:1.0
15 8:0.1 11:0.3333333333333333 15:0.14285714285714285 21:0.14285714285714285 55:0.1 82:1.0 196:1.0 296:1.0 298:0.5 1001:0.25 1332:1.0 1588:1.0 2185:1.0 2268:1.0 3320:0.3333333333333333 3333:1.0 3345:0.5 3359:0.3333333333333333 3381:0.16666666666666666 3394:0.25 3489:0.3333333333333333 3506:1.0 3520:1.0 3587:1.0 3622:0.25 3989:1.0 4009:1.0 4179:1.0 4219:1.0 4221:1.0 4349:1.0 4469:1.0 5211:1.0 6523:1.0 7632:1.0
15 8:0.1 21:0.42857142857142855 58:0.25 64:0.16666666666666666 93:0.09090909090909091 121:0.02564102564102564 134:0.3333333333333333 141:0.14285714285714285 197:1.0 279:0.5 907:0.5 1001:0.25 1350:1.0 1361:2.0 1421:1.0 1713:0.5 3284:1.0 3412:1.0 3446:1.0 3501:1.0 4099:1.0 5069:1.0 5213:1.0 6588:1.0
15 11:0.3333333333333333 15:0.14285714285714285 21:0.14285714285714285 154:0.6666666666666666 196:1.0 296:1.0 1001:0.25 2811:1.0 3333:1.0 3520:1.0 3852:1.0 4642:1.0 5211:1.0 5688:1.0
15 8:0.1 58:0.25 534:0.3333333333333333 575:1.0 2029:1.0 3311:1.0 3458:1.0 3597:1.0 4449:1.0 4608:1.0 6248:0.5 6423:1.0
15 20:0.3333333333333333 75:0.5 80:1.0 88:1.0 158:0.25 3299:0.2 3325:1.0 3328:0.3333333333333333 3391:1.0 4115:1.0
15 12:0.2857142857142857 15:0.14285714285714285 19:0.1 20:0.6666666666666666 21:0.14285714285714285 43:0.3333333333333333 64:0.16666666666666666 84:1.0 88:1.0 96:0.16666666666666666 134:0.3333333333333333 137:0.09090909090909091 231:1.0 279:0.5 431:1.0 632:1.0 662:1.0 679:0.3333333333333333 1402:1.0 2204:1.0 2983:1.0 3675:1.0 4195:1.0 4767:1.0 6588:1.0
15 8:0.2 9:0.3333333333333333 12:0.14285714285714285 17:0.2 21:0.14285714285714285 48:1.0 158:0.25 292:0.125 296:1.0 607:1.0 664:0.25 695:0.5 767:1.0 1010:1.0 1179:1.0 1198:1.0 1315:1.0 1767:1.0 2307:1.0 3287:1.0 3499:1.0 3565:0.5 3579:1.0 3609:0.5 3730:1.0 3843:1.0 4161:1.0 4285:1.0 4332:1.0 4436:1.0 4576:1.0 4642:1.0 4645:1.0 4650:1.0 4651:1.0 5814:1.0 5815:1.0 6470:1.0 8026:1.0
15 46:1.0 64:0.16666666666666666 188:1.0 279:0.5 397:1.0 548:0.5 1365:1.0 3284:1.0 3304:0.6666666666666666 3320:0.3333333333333333 3325:1.0 3336:0.25 3345:0.5 3394:0.25 3499:1.0 3507:1.0 3511:1.0 3736:1.0 4218:1.0 4221:1.0 4352:1.0 6215:1.0 6588:1.0 6976:1.0 8032:1.0
15 8:0.1 20:0.3333333333333333 24:0.3333333333333333 55:0.1 88:1.0 129:0.5 281:0.25 296:1.0 507:1.0 999:1.0 1011:1.0 1128:1.0 1198:1.0 1415:1.0 2695:1.0 2814:0.3333333333333333 2843:1.0 3294:1.0 3393:1.0 4831:1.0
15 93:0.09090909090909091 260:0.5 278:1.0 472:1.0 3074:1.0 3304:0.3333333333333333 3377:1.0 3408:1.0 3487:1.0 4519:1.0 4750:1.0 5699:1.0
15 8:0.2 3300:0.5 3301:1.0 3302:1.0 3303:1.0 3304:0.3333333333333333 3305:1.0 3306:0.3333333333333333 3307:1.0 3308:1.0 3336:0.25 3345:0.5 3348:1.0 3362:1.0 3471:1.0 3587:1.0 4608:1.0 4638:1.0 4639:1.0 4864:1.0 5024:0.3333333333333333 5026:1.0 5143:1.0 5451:1.0 6390:1.0 7001:1.0 7259:1.0 7628:1.0
15 7:0.5 64:0.16666666666666666 137:0.09090909090909091 1415:1.0 1887:1.0 2377:1.0 3304:0.6666666666666666 3306:0.3333333333333333 3333:1.0 3419:0.5 3609:0.5 4175:1.0 6221:1.0 6233:1.0 6534:1.0
15 24:0.3333333333333333 45:1.0 80:1.0 223:1.0 251:1.0 289:0.18181818181818182 292:0.125 410:1.0 534:0.3333333333333333 550:0.5 1251:1.0 1950:1.0 2403:1.0 3304:0.3333333333333333 3325:1.0 3360:0.25 3361:1.0 3394:0.25 3489:0.3333333333333333 3579:1.0 3703:1.0 3752:1.0 4030:1.0 4143:1.0 4221:1.0 4352:1.0 4861:1.0 5262:1.0 6505:1.0 6506:1.0 6741:1.0 7507:1.0 7534:1.0
15 7:0.5 13:1.0 20:0.6666666666666666 55:0.1 62:0.4 68:1.0 80:3.0 137:0.09090909090909091 154:0.6666666666666666 227:1.0 241:1.0 250:1.0 314:1.0 386:1.0 429:1.0 652:1.0 1114:1.0 1332:1.0 1950:1.0 2184:0.25 2792:1.0 3284:1.0 4826:1.0 6149:1.0
15 8:0.1 12:0.14285714285714285 20:0.3333333333333333 21:0.14285714285714285 24:0.3333333333333333 43:0.3333333333333333 64:0.16666666666666666 98:0.14285714285714285 205:1.0 215:1.0 310:1.0 437:1.0 550:0.5 1950:3.0 2553:1.0 3347:0.16666666666666666 3359:0.3333333333333333 3362:1.0 3381:0.16666666666666666 3394:0.25 3414:1.0 3587:1.0 3986:0.5 4281:1.0 5470:1.0 5680:1.0 7368:1.0 7507:1.0
15 8:0.1 12:0.2857142857142857 20:0.3333333333333333 24:0.3333333333333333 26:0.02857142857142857 38:0.5 55:0.1 100:0.25 178:1.0 314:1.0 1198:1.0 1742:1.0 2268:1.0 2847:1.0 3248:1.0 3304:0.6666666666666666 3342:0.25 3345:0.5 3393:1.0 3394:0.25 3547:1.0 3676:1.0 3788:1.0 4030:1.0 5059:1.0 5143:1.0 5262:1.0 5470:1.0 5501:1.0 7632:1.0
15 24:0.3333333333333333 26:0.02857142857142857 46:1.0 148:0.16666666666666666 205:1.0 269:0.3333333333333333 281:0.25 307:1.0 2184:0.5 2268:1.0 3284:1.0 3304:0.3333333333333333 3306:0.3333333333333333 3309:1.0 3320:0.3333333333333333 3345:0.5 3381:0.16666666666666666 3622:0.25 4030:1.0 4218:1.0 4514:1.0 5059:1.0 5680:1.0 6032:1.0
15 7:0.5 8:0.2 15:0.14285714285714285 20:0.3333333333333333 26:0.02857142857142857 55:0.1 88:1.0 100:0.25 118:1.0 205:1.0 250:1.0 264:1.0 534:0.3333333333333333 550:0.5 797:1.0 1935:1.0 2345:1.0 3304:0.6666666666666666 3320:0.3333333333333333 3345:0.5 3413:1.0 3435:1.0 4079:1.0 4638:1.0 5881:1.0 6405:1.0
15 7:0.5 20:0.3333333333333333 38:0.5 63:1.0 73:0.3333333333333333 366:0.5 727:1.0 1235:1.0 1946:1.0 2238:1.0 3347:0.16666666666666666 3606:1.0 4070:1.0 4511:1.0 5226:1.0 5884:1.0 6200:1.0 6468:1.0 6865:1.0 6866:1.0 6867:1.0 6868:1.0 6869:1.0 7003:1.0
15 6:0.6 7:1.0 8:0.1 9:0.3333333333333333 55:0.1 73:0.3333333333333333 94:0.3333333333333333 121:0.02564102564102564 196:1.0 199:1.0 289:0.09090909090909091 446:0.5 457:1.0 1332:1.0 1365:1.0 2184:0.25 2292:1.0 2959:1.0 3074:1.0 3284:1.0 3342:0.25 3345:0.5 3347:0.16666666666666666 3507:1.0 3570:1.0 3917:1.0 4050:1.0 4051:1.0 4289:1.0 5090:1.0 7692:2.0
15 7:0.5 21:0.14285714285714285 24:0.3333333333333333 26:0.02857142857142857 38:0.5 48:1.0 73:0.3333333333333333 134:0.3333333333333333 240:0.3333333333333333 281:0.25 483:1.0 892:2.0 1106:1.0 2184:0.75 2290:1.0 3362:1.0 3371:1.0 3377:1.0 3485:1.0 3486:1.0 3487:1.0 4553:1.0 4705:1.0 6380:1.0
15 12:0.2857142857142857 15:0.14285714285714285 48:1.0 98:0.14285714285714285 188:1.0 197:1.0 285:1.0 292:0.125 664:0.25 859:0.5 3074:1.0 5022:3.0 5823:1.0 6024:1.0 6087:1.0 7518:1.0
15 269:0.3333333333333333 289:0.09090909090909091 293:0.5 1332:1.0 2184:0.5 3304:0.3333333333333333 3320:0.3333333333333333 3325:1.0 3336:0.25 3348:1.0 3365:1.0 3378:2.0 3386:1.0 3405:1.0 3556:1.0 3739:0.2 3859:1.0 3905:2.0 4384:0.5 4449:1.0 5064:1.0 5065:1.0 5066:1.0 5067:1.0 5068:1.0 5668:1.0 6042:1.0 7171:1.0
15 8:0.1 12:0.2857142857142857 19:0.1 44:1.0 55:0.3 289:0.09090909090909091 621:1.0 2184:0.25 2942:0.5 3306:0.3333333333333333 3320:0.3333333333333333 3325:1.0 3334:0.3333333333333333 3359:0.3333333333333333 3362:1.0 3381:0.16666666666666666 3396:1.0 3443:0.5 3512:0.3333333333333333 3552:0.5 3720:0.5 3940:1.0 4351:1.0 4493:1.0 4659:1.0 4968:1.0 5074:1.0 5075:2.0 5456:1.0 5898:1.0 7146:1.0 7366:1.0
15 8:0.1 38:0.5 46:1.0 64:0.16666666666666666 109:1.0 2030:1.0 3304:0.3333333333333333 3347:0.16666666666666666 3348:1.0 3726:1.0 4418:0.5 4617:1.0 4787:1.0 6635:1.0 6912:1.0 6993:1.0
15 8:0.1 3304:0.3333333333333333 3320:0.3333333333333333 3345:0.5 3360:0.25 3396:1.0 3419:0.5 3579:1.0 3627:1.0 4105:1.0 4501:1.0 5258:1.0 5725:1.0 6627:1.0 6775:1.0 7538:3.0
15 7:0.5 8:0.1 12:0.2857142857142857 20:0.3333333333333333 26:0.02857142857142857 38:0.5 44:1.0 48:2.0 54:1.0 55:0.1 62:0.2 94:0.3333333333333333 101:1.0 121:0.02564102564102564 182:0.5 205:1.0 333:1.0 383:1.0 437:1.0 483:1.0 484:1.0 1117:1.0 1198:1.0 1228:1.0 2184:0.25 2307:1.0 2535:1.0 2641:2.0 3284:1.0 3299:0.2 3304:0.3333333333333333 3306:0.3333333333333333 3325:1.0 3336:0.25 3419:0.5 3489:0.3333333333333333 4260:1.0 4620:1.0 5676:1.0 6587:1.0 7397:1.0
15 8:0.1 48:1.0 161:1.0 289:0.09090909090909091 446:0.5 1208:1.0 3074:1.0 3284:1.0 3304:0.6666666666666666 3320:0.3333333333333333 3325:1.0 3340:1.0 3347:0.3333333333333333 3348:1.0 3406:1.0 3556:2.0 3587:1.0 3594:0.5 3622:0.25 3626:1.0 3788:1.0 3856:1.0 3895:1.0 4172:1.0 4184:1.0 4218:1.0 4221:1.0 4291:1.0 4449:1.0 5035:1.0 5143:1.0 5318:1.0 5494:1.0 6042:1.0 6221:1.0 6286:1.0 6539:1.0 6741:1.0 6912:1.0 6913:1.0 6950:1.0 6993:1.0
15 7:1.0 8:0.1 20:0.3333333333333333 21:0.14285714285714285 38:1.0 48:1.0 55:0.1 80:1.0 176:1.0 183:2.0 185:1.0 197:1.0 199:1.0 210:1.0 289:0.18181818181818182 366:0.5 379:2.0 392:1.0 558:2.0 664:0.25 675:1.0 1626:1.0 3304:0.3333333333333333 4608:1.0 5035:1.0 6754:1.0 7756:1.0
15 8:0.1 289:0.18181818181818182 1950:1.0 2268:1.0 3304:1.0 3325:1.0 3347:0.16666666666666666 3362:1.0 3383:1.0 3512:0.6666666666666666 3739:0.2 4219:1.0 5262:1.0 5353:1.0 7756:1.0 7998:1.0
15 8:0.3 11:0.3333333333333333 12:0.14285714285714285 24:0.3333333333333333 100:0.25 159:1.0 182:0.5 651:1.0 1065:0.5 1198:1.0 1494:1.0 2184:0.25 3309:1.0 3320:0.3333333333333333 3334:0.3333333333333333 3353:1.0 3414:1.0 4172:1.0 4195:1.0 4830:1.0 5843:1.0
15 137:0.09090909090909091 892:1.0 2184:0.25 2268:1.0 2838:1.0 3304:0.6666666666666666 3348:1.0 3381:0.16666666666666666 3478:1.0 3823:0.5 3875:1.0 3939:1.0 4088:1.0 4864:1.0 6391:1.0 7630:1.0 7968:1.0 7969:1.0
15 8:0.1 38:0.5 289:0.09090909090909091 2184:0.25 3304:0.6666666666666666 3394:0.25 3468:1.0 4207:1.0 4214:0.5 4221:1.0 4436:1.0 4648:1.0 4659:1.0 4926:1.0 5270:1.0 5815:1.0 6235:1.0
15 20:0.3333333333333333 21:0.14285714285714285 55:0.1 88:1.0 98:0.14285714285714285 118:1.0 126:0.3333333333333333 141:0.14285714285714285 158:0.25 218:1.0 219:1.0 284:0.5 310:1.0 389:1.0 453:1.0 550:0.5 664:0.25 2422:0.5 3360:0.25 3361:1.0 5287:1.0 5288:1.0 6788:1.0
15 8:0.1 58:0.25 148:0.16666666666666666 389:1.0 534:0.3333333333333333 648:1.0 2184:0.75 3306:0.6666666666666666 3347:0.16666666666666666 3359:0.3333333333333333 3406:1.0 3412:1.0 3489:0.6666666666666666 3509:1.0 3529:1.0 3718:1.0 3739:0.2 4349:1.0 5032:1.0 5305:1.0 5306:1.0 5307:1.0 5308:1.0 5659:1.0 6539:1.0
15 8:0.1 9:0.3333333333333333 19:0.1 55:0.1 93:0.09090909090909091 197:1.0 397:1.0 999:1.0 1549:1.0 2268:1.0 3359:0.6666666666666666 3419:0.5 3424:1.0 3499:1.0 3509:1.0 3515:0.5 3849:0.5 3996:1.0 4228:1.0 4240:1.0 4741:1.0 4767:1.0 5045:1.0 5427:0.5 5465:1.0 5478:1.0 6037:1.0 6196:1.0 6390:1.0 6999:1.0
15 126:0.3333333333333333 507:1.0 1228:1.0 3284:1.0 3360:0.25 3374:1.0 3547:1.0 3579:1.0 3609:0.5 4049:1.0 5655:1.0
15 7:0.5 8:0.1 17:0.2 20:0.3333333333333333 38:1.0 68:1.0 115:0.1 199:1.0 483:1.0 507:1.0 1421:1.0 2651:1.0 3031:1.0 3393:1.0 3520:1.0 3609:0.5 3752:1.0 3802:1.0 7297:1.0
15 8:0.1 12:0.5714285714285714 21:0.14285714285714285 38:0.5 179:1.0 197:2.0 641:1.0 1410:1.0 2184:0.25 2403:1.0 2816:1.0 3306:0.3333333333333333 3320:1.0 3340:1.0 3347:0.5 3359:0.6666666666666666 3381:0.16666666666666666 3509:1.0 3587:1.0 3726:0.5 3851:1.0 3856:1.0 4139:1.0 4214:0.5 4479:1.0 4831:1.0 5202:1.0 6235:1.0 6349:1.0 7673:1.0
15 8:0.1 12:0.14285714285714285 20:0.6666666666666666 21:0.14285714285714285 43:0.3333333333333333 55:0.1 62:0.2 67:0.3333333333333333 80:1.0 199:1.0 203:0.3333333333333333 387:1.0 436:0.5 457:1.0 476:1.0 483:1.0 543:1.0 621:1.0 1164:1.0 1365:1.0 1415:1.0 1421:1.0 1626:1.0 1947:1.0 2024:1.0 2133:1.0 2983:1.0 3074:1.0 3414:1.0 3460:1.0 3788:1.0 4099:1.0 4139:1.0 4143:1.0 4172:1.0 4791:1.0 5363:1.0 5683:1.0 5706:1.0
15 8:0.1 2184:0.25 2942:1.0 3342:0.25 3347:0.16666666666666666 3587:1.0 3629:1.0 3805:1.0 4538:1.0 4620:1.0 4757:1.0 5026:1.0 5680:1.0 6034:1.0
15 8:0.1 20:0.3333333333333333 46:1.0 55:0.1 121:0.02564102564102564 134:0.3333333333333333 240:0.3333333333333333 387:1.0 2751:1.0 3320:0.3333333333333333 3333:1.0 3347:0.16666666666666666 3359:0.3333333333333333 3381:0.16666666666666666 3622:0.25 4166:1.0 5082:1.0 5216:1.0
15 7:0.5 19:0.1 20:0.3333333333333333 21:0.14285714285714285 98:0.42857142857142855 134:0.3333333333333333 201:0.5 387:1.0 803:1.0 1936:1.0 6264:1.0 6393:1.0
15 2184:0.5 3299:0.2 3333:1.0 3489:0.3333333333333333 3720:0.5 5010:1.0
15 8:0.1 12:0.14285714285714285 73:0.3333333333333333 88:1.0 141:0.14285714285714285 315:1.0 675:1.0 3388:1.0
15 8:0.2 73:0.6666666666666666 87:0.5 100:0.25 424:1.0 443:0.5 819:2.0 1253:1.0 2125:1.0 2282:1.0 3036:1.0 3284:1.0 3304:0.3333333333333333 3320:0.3333333333333333 3333:1.0 3438:1.0 3462:1.0 3464:1.0 3566:1.0 3752:2.0 4125:1.0 4306:1.0 4387:1.0 4926:1.0 4963:1.0 6219:1.0 7930:1.0
15 8:0.1 64:0.16666666666666666 121:0.02564102564102564 126:0.3333333333333333 183:1.0 218:1.0 442:1.0 446:0.5 462:1.0 529:1.0 638:1.0 1195:1.0 1197:1.0 1580:1.0 2225:1.0 3074:1.0 3284:2.0 3304:0.3333333333333333 3317:1.0 3360:0.25 3362:1.0 3381:0.16666666666666666 3393:1.0 3407:0.5 3428:1.0 3489:0.3333333333333333 3556:1.0 3592:1.0 3609:0.5 3640:1.0 4077:1.0 4125:1.0 4766:1.0 4848:1.0 5262:1.0 5409:1.0
15 8:0.2 21:0.14285714285714285 26:0.02857142857142857 46:1.0 48:1.0 158:0.25 194:1.0 215:1.0 281:0.25 550:1.0 580:1.0 647:1.0 727:1.0 814:0.5 1001:0.25 1509:1.0 1521:1.0 1956:1.0 2287:1.0 3161:1.0 3304:0.3333333333333333 3320:0.6666666666666666 3347:0.16666666666666666 3360:0.25 3561:1.0 3606:1.0 4077:1.0 4553:1.0 4682:1.0 5397:1.0 5899:1.0 6193:1.0 7445:1.0
15 40:0.5 121:0.05128205128205128 183:1.0 240:0.3333333333333333 827:1.0 2184:0.25 3334:0.3333333333333333 3336:0.25 3343:1.0 3347:0.16666666666666666 3381:0.16666666666666666 3444:0.5 3594:0.5 3895:1.0 4431:1.0 6042:1.0
15 12:0.14285714285714285 24:0.3333333333333333 48:1.0 64:0.16666666666666666 127:1.0 292:0.125 442:1.0 745:1.0 1011:1.0 1097:1.0 2673:1.0 2909:1.0 3074:1.0 3284:1.0 3414:1.0 3444:0.5 3460:1.0 3622:0.25 3626:1.0 3833:1.0 4201:1.0 7834:1.0 7976:1.0
15 6:0.2 8:0.1 11:0.3333333333333333 20:0.3333333333333333 21:0.42857142857142855 48:1.0 55:0.1 64:0.16666666666666666 73:0.3333333333333333 75:1.0 80:1.0 117:0.5 201:0.5 218:1.0 219:1.0 241:1.0 281:0.25 289:0.09090909090909091 387:1.0 479:1.0 534:0.3333333333333333 621:2.0 1001:0.25 1448:1.0 1485:1.0 1738:1.0 2211:1.0 2238:1.0 3395:1.0 4163:1.0 4517:1.0 4553:1.0 4750:1.0 4823:1.0 6363:1.0 7516:1.0
15 41:1.0 46:2.0 210:1.0 1228:1.0 1332:1.0 1346:1.0 1448:1.0 2184:0.25 2942:0.5 3304:1.0 3320:0.3333333333333333 3340:1.0 3359:0.6666666666666666 3543:0.3333333333333333 4432:1.0 4892:1.0 5111:1.0 5216:1.0 5262:1.0
15 20:0.3333333333333333 38:0.5 55:0.1 62:0.2 73:0.3333333333333333 383:1.0 1421:1.0 1636:1.0 3299:0.4 3336:0.25 3359:0.3333333333333333 3419:0.5 3499:1.0 3570:1.0 3823:0.5 4180:1.0 4259:1.0 7976:1.0
15 19:0.1 20:0.3333333333333333 80:1.0 98:0.14285714285714285 198:0.5 248:1.0 250:1.0 333:1.0 424:1.0 664:0.25 999:1.0 1345:1.0 1350:1.0 2122:1.0 3677:0.5 3752:1.0 5147:1.0 5224:1.0
15 1332:2.0 2184:0.25 3362:1.0 6613:1.0
15 7:0.5 80:1.0 255:0.5 289:0.09090909090909091 431:1.0 892:1.0 2184:0.25 3326:1.0 3360:0.25 3362:2.0 3469:1.0 3739:0.4 3802:1.0 4021:1.0 4105:1.0 4864:1.0 5032:1.0
15 8:0.1 38:0.5 55:0.1 58:0.25 196:1.0 218:1.0 938:1.0 1208:1.0 1251:1.0 1636:1.0 2184:0.25 3293:1.0 3320:0.3333333333333333 3362:1.0 4026:1.0 4659:1.0
15 12:0.14285714285714285 17:0.2 20:0.6666666666666666 21:0.2857142857142857 38:0.5 48:1.0 64:0.3333333333333333 98:0.14285714285714285 100:0.25 118:1.0 201:0.5 210:1.0 285:1.0 310:1.0 312:1.0 387:1.0 975:1.0 999:1.0 1549:1.0 1824:1.0 2310:1.0 2422:0.5 2768:1.0 3677:0.5 4491:1.0 5843:1.0 7134:1.0
15 20:0.3333333333333333 93:0.09090909090909091 126:0.3333333333333333 3304:0.3333333333333333 3306:0.6666666666666666 3336:0.25 3374:1.0 3419:0.5 3685:1.0 4375:1.0 4864:1.0 5470:1.0 5599:1.0 5848:1.0 5849:1.0 6056:1.0 6384:1.0 6921:1.0 6923:1.0
15 8:0.1 727:2.0 1070:1.0 1588:1.0 1837:1.0 2858:1.0 3306:0.3333333333333333 3320:0.3333333333333333 3336:0.25 3347:0.16666666666666666 3362:1.0 3414:1.0 3419:0.5 3555:1.0 3707:1.0 4351:1.0 4449:1.0 4684:1.0 7038:1.0
15 7:0.5 8:0.1 12:0.14285714285714285 15:0.14285714285714285 55:0.1 115:0.1 133:0.5 281:0.25 534:0.3333333333333333 550:0.5 697:1.0 746:1.0 925:1.0 1198:1.0 1332:1.0 1490:1.0 2792:1.0 2942:0.5 3347:0.16666666666666666 3360:0.25 3681:1.0 3875:1.0 4049:1.0 4642:1.0 5032:1.0 5606:1.0 7057:1.0
15 8:0.1 12:0.14285714285714285 46:1.0 133:0.5 281:0.25 289:0.09090909090909091 387:1.0 727:1.0 746:1.0 925:1.0 1332:1.0 2184:0.25 3325:1.0 3347:0.16666666666666666 3365:1.0 3371:1.0 3381:0.16666666666666666 3489:0.3333333333333333 3640:3.0 3681:1.0 3739:0.2 3875:1.0 3895:1.0 4009:1.0 4221:1.0 4502:1.0 4659:1.0 5032:1.0 5231:1.0 5606:1.0 7057:1.0
15 8:0.1 289:0.09090909090909091 534:0.3333333333333333 2184:0.25 2268:1.0 3320:0.3333333333333333 3340:1.0 3347:0.16666666666666666 3587:1.0 3591:1.0 3629:1.0 3752:1.0 4409:1.0 6576:1.0 7828:1.0 7830:1.0
15 7:0.5 12:0.14285714285714285 40:0.5 55:0.1 281:0.25 755:1.0 1906:1.0 2184:0.25 3320:0.3333333333333333 3325:1.0 3712:1.0 3752:1.0 4127:2.0 4659:1.0 4831:1.0 4840:1.0 4963:1.0 7514:1.0
15 8:0.1 21:0.2857142857142857 68:1.0 80:1.0 139:1.0 154:0.3333333333333333 159:1.0 442:1.0 502:1.0 996:0.3333333333333333 999:1.0 1372:1.0 1975:1.0 3304:0.3333333333333333 3320:0.3333333333333333 3347:0.16666666666666666 3661:0.3333333333333333 3809:1.0 4356:1.0 4530:1.0 5015:1.0 5202:1.0 5881:1.0 6001:1.0 6683:1.0 7308:1.0
15 12:0.14285714285714285 38:0.5 98:0.14285714285714285 506:1.0 958:1.0 3304:0.3333333333333333 3320:0.3333333333333333 3486:1.0 3543:0.3333333333333333 4005:2.0 5827:0.5 6193:1.0
15 8:0.1 21:0.14285714285714285 46:1.0 57:1.0 68:1.0 105:1.0 118:1.0 121:0.05128205128205128 188:1.0 241:1.0 457:1.0 815:1.0 1228:1.0 1476:1.0 2100:1.0 2655:1.0 3345:0.5 3983:1.0 4582:1.0 5828:1.0 6059:1.0 7397:1.0
15 8:0.2 46:2.0 64:0.16666666666666666 387:1.0 1239:1.0 1950:1.0 2942:0.5 3304:0.3333333333333333 3336:0.25 3347:0.16666666666666666 3359:0.3333333333333333 3407:0.5 3579:1.0 3616:1.0 3851:1.0 4009:1.0 4033:1.0 4219:1.0 4349:1.0 4832:1.0 5188:1.0 5231:1.0 5462:1.0 5489:1.0 6094:1.0 7246:1.0
|
07810d9761ba15ccb220e83d56ce1e7396e4cec7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /243/CH12/EX12.3/12_03.sce | 4898ba560df57df5add84e8626c0451a030da63e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 504 | sce | 12_03.sce | //Example No. 12_03
//Simpon's 1/3 rule
//Pg No. 381
clear ;close ;clc ;
funcprot(0) //To avoid warning message for defining function f(x) twice
//case(a)
deff('F = f(x)','F = exp(x)');
a = -1;
b = 1;
h = (b-a)/2
x1 = a+h
Is1 = h*( f(a) + f(b) + 4*f(x1) )/3
disp(Is1,'Integral for case(a) , Is1 = ',h,'h = ')
//case(b)
deff('F = f(x)','F = sqrt(sin(x))');
a = 0
b = %pi/2
h = (b-a)/2
x1 = a+h
Is1 = h*( f(a) + f(b) + 4*f(x1) )/3
disp(Is1,'Integral for case(b),Is1 = ',h,'h = ') |
667c9596926e96469b6b6833a726b075af2acde6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2081/CH14/EX14.5/Ex14_5.sce | ae116113d94b0c3fef7beb8e5e2dc2ede0cd5b2a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex14_5.sce | tn=52//no.of subcarriers
np=4//no.of subcarriers used as pilot subcarriers
nd=tn-np//no.of data subcarriers
FECcr=3/4//forward error correction code rate
m=log10(64)/log10(2)//bits per symbol
ndpos=m*FECcr*nd//no. of data bits transmitted per ofdm symbol
odsd=4*10^-6//data symbol duration
TDR=ndpos/odsd
printf('transmission data rate= %.fMbps',TDR*10^(-6))
|
59d23a49e2fcf99111ebfb64f949169bbcee5407 | a3821dccf6d2cf3720781d6ed6b66c49e03cdab4 | /Source/WebContent/TypeScript/Api/Model.tst | b6229a9a537af39ed04f1f7bdeac3809ac70c493 | [] | no_license | backlof/Imglib | 9cfb1047b766f9e05f69f3b32eea1c4e463187f0 | f7d16e0be0e286dde7cb62a6576f73015cbba397 | refs/heads/master | 2021-05-07T06:58:05.503869 | 2018-02-07T12:48:29 | 2018-02-07T12:48:29 | 111,833,115 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 497 | tst | Model.tst | ${
using Typewriter.Extensions.Types;
Template(Settings settings)
{
settings.IncludeProject("Host");
settings.OutputFilenameFactory = (file) => {
return file.Name.Replace(".cs", ".ts");
};
}
IEnumerable<Type> DefinedTypes(Class c)
{
return c.Methods.Where(m => m.Type.Unwrap().IsDefined).Select(m => m.Type.Unwrap());
}
}namespace Api {$Classes(x => x.Namespace == "Imglib.Host.Controller.Model")[
export interface $Name$TypeParameters {$Properties[
$name: $Type;]
}
]} |
d1b9ebcafd5d41b99e099f91aa9e62aac80d0a4e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1370/CH8/EX8.1/example8_1.sce | a9aa19aa3e0846b61753a7220eed21effb5cddfa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 255 | sce | example8_1.sce | //exmaple8.1
clc
disp("Given : I_E=12 mA, I_E= 1.02(I_c)")
disp("Therefore, 1.02(I_c)=12*10^-3")
i=(12*10^-3)/1.02
format(9)
disp(i,"I_c(in A)=")
disp("I_E = I_B + I_c")
b=12-11.765
disp(b,"Therefore, I_B(in mA) = I_E - I_c = (12-11.765)mA = ")
|
8741a9052be9d210080fb4237554b70b7aee2549 | d465fcea94a1198464d7f8a912244e8a6dcf41f9 | /system/kiks_gui_grid.sci | bffde5d3fc5844866edefad81c3aa0de179081c1 | [] | 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 | 965 | sci | kiks_gui_grid.sci | function [] = kiks_gui_grid(onoff)
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
// -----------------------------------------------------
// (c) 2000-2004 Theodor Storm <theodor@tstorm.se>
// http://www.tstorm.se
// -----------------------------------------------------
global("KIKS_2DVISUALIZE","KIKS_2DGRID","KIKS_ARENA_MX")
KIKS_2DGRID = onoff;
if mtlb_logic(mtlb_double(KIKS_2DVISUALIZE),">",0) then
// !! L.11: Matlab function findobj not yet converted, original calling sequence used
// L.11: Name conflict: function name changed from findobj to %findobj
h = %findobj("Name","KiKS arena");
// !! L.12: Matlab function figure not yet converted
// !! L.12: Matlab function figure not yet converted, original calling sequence used
figure(h);
[y,x] = size(mtlb_double(KIKS_ARENA_MX));
for i = 0:10:y
plot([0,x],[i,i],"b:");
end;
for i = 0:10:x
plot([i,i],[0,y],"b:");
end;
end;
endfunction
|
574f39225866e56ecb634f69ec8b8007a9815067 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2594/CH2/EX2.19/Ex2_19.sce | 475887a538be730fe6b85556927ca95f46b1a2c9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 280 | sce | Ex2_19.sce | clc
R=52.08 *10^3
disp("R = "+string(R)+"ohm") //initializing value of Resistance.
V=5
disp("V = "+string(V)+"volt") //initializing value of voltage.
I=(V/R)
disp("Drift current,I=(V/R))= "+string(I)+" amphere")//calculation
//this is solved problem 2.6 of chapter 2.
|
b50dcd05eec6721f11654e4224ef1ca719c212ed | 449d555969bfd7befe906877abab098c6e63a0e8 | /842/CH1/EX1.15/Example1_15.sce | 3fe295692fa7485c113ffd0d0fd517f626bf272d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 617 | sce | Example1_15.sce | //clear//
//Example 1.15:Classification of a System:Time Invariance Property
//Page 51
//To check whether the given system is a Time variant (or) Time In-variant
// The given discrete signal is y[n] = n.x[n]
clear;
clc;
no = 2; //Assume the amount of time shift =2
L = 10; //Length of given signal
for n = 1:L
x(n) = n;
y(n) = n*x(n);
end
//First shift the input signal only
Input_shift = x(L-no);
Output_shift = y(L-no);
if(Input_shift == Output_shift)
disp('The given discrete system is a Time In-variant system');
else
disp('The given discrete system is a Time Variant system');
end
|
3cc0fa9d3e9af8b20cf1ee8cc468e061ebd4ebb7 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/macros/scicos/fortran_block.sci | 92c32c20321d3043b0e24d2511144ded0c7591fe | [
"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 | 1,627 | sci | fortran_block.sci | function [x,y,typ]=fortran_block(job,arg1,arg2)
//
// Copyright INRIA
x=[];y=[];typ=[];
select job
case 'plot' then
standard_draw(arg1)
case 'getinputs' then
[x,y,typ]=standard_inputs(arg1)
case 'getoutputs' then
[x,y,typ]=standard_outputs(arg1)
case 'getorigin' then
[x,y]=standard_origin(arg1)
case 'set' then
x=arg1
model=arg1(3);graphics=arg1(2);
label=graphics(4);
while %t do
[ok,i,o,rpar,funam,lab]=..
getvalue('Set fortran_block parameters',..
['input ports sizes';
'output port sizes';
'System parameters vector';
'function name'],..
list('vec',-1,'vec',-1,'vec',-1,'str',-1),label(1))
if ~ok then break,end
if funam==' ' then break,end
label(1)=lab
rpar=rpar(:)
i=int(i(:));ni=size(i,1);
o=int(o(:));no=size(o,1);
tt=label(2);
if model(1)(1)<>funam|size(model(2),'*')<>size(i,'*')..
|size(model(3),'*')<>size(o,'*') then
tt=[]
end
[ok,tt]=FORTR(funam,tt,i,o)
if ~ok then break,end
[model,graphics,ok]=check_io(model,graphics,i,o,[],[])
if ok then
model(1)(1)=funam
model(8)=rpar
label(2)=tt
x(3)=model
graphics(4)=label
x(2)=graphics
break
end
end
case 'define' then
in=1
out=1
clkin=[]
clkout=[]
x0=[]
z0=[]
typ='c'
auto=[]
rpar=[]
funam='forty'
model=list(list(' ',1001),in,out,clkin,clkout,x0,z0,rpar,0,typ,auto,[%t %f],..
' ',list());
label=list([sci2exp(in);sci2exp(out); strcat(sci2exp(rpar));funam],..
list([]))
gr_i=['xstringb(orig(1),orig(2),''Fortran'',sz(1),sz(2),''fill'');']
x=standard_define([2 2],model,label,gr_i)
end
|
0f69f95ec876924a4417356ec327e8feafc3ebaa | 449d555969bfd7befe906877abab098c6e63a0e8 | /1460/CH14/EX14.4/14_4.sce | f8f97f4cdea26300654041f4b91d58aa9d83c602 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 14_4.sce | clc
//initialization of variables
t=0.25 //in
dia=5.5 //in
t2=0.6 //in
To=100 //F
kp=34.5 //B/hr-ft-F
ki=0.05 //B/hr-ft-F
l=10 //ft
Q=2000 //B/hr
//calculations
dT=Q*(1/kp *log(1+ 2*t/dia) + 1/ki *log(1 + 4*t/(dia+2*t)))/(2*%pi*l)
T1=dT+To
//results
printf("Inner surface temperature of the pipe = %.1f",T1)
|
46f7abcccbb9621f1c3835790bb3436f9e577106 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2720/CH2/EX2.24.5/ex2_24_5.sce | 14923f3db43a3a9f666431034c5731b911ce0d3d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 415 | sce | ex2_24_5.sce | //Exa 2.24.5
clc;
clear;
close;
//Given data
N_c = 2.8 * 10^19;
N_V = 1.04 *10^19;
T1 = 550;// in K
T2 = 300;// in K
E_g = 1.12;
KT = (0.0259) ;
n_i = sqrt(N_c *N_V *(T1/T2)^3* exp(-(E_g)/KT*T2/T1));// in cm^-3
// n_o = N_d/2 + sqrt((N_d/2)^2 + (n_i)^2)
// 1.05*N_d -N_d/2= sqrt((N_d/2)^2 + (n_i)^2)
N_d=sqrt((n_i)^2/((0.55)^2-1/4));
disp(N_d,"Minimum donor concentration required in cm^-3 is");
|
8417adae86f6e88c0801092ee09a91c9f92bdfe7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /611/CH5/EX5.19/Chap5_Ex19_R1.sce | 2c72ed36f2931ec9d13b10f8673e2a53ea56c652 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,515 | sce | Chap5_Ex19_R1.sce | // Y.V.C.Rao ,1997.Chemical Engineering Thermodynamics.Universities Press,Hyderabad,India.
//Chapter-5,Example 19,Page 186
//Title: Power consumed by the compressor
//================================================================================================================
clear
clc
//INPUT
Ti=25;//temperature of air taken in by the adiabatic air compressor in degree celsius
Pi=0.1;//pressure of air taken in by the adiabatic air compressor in MPa
Pe=1;//discharge pressure of air in MPa
n_c=0.8;//isentropic efficiency of the compressor (no unit)
gaamma=1.4;//ratio of molar specific heat capacities (no unit)
R=8.314;//universal gas constant in J/molK
//CALCULATION
Ti=Ti+273.15;//conversion of temperature in K
Te=Ti*(((Pe*10^6)/(Pi*10^6))^((gaamma-1)/gaamma));//calculation of the discharge temperature of air using Eq.(4.35) in K (for reversible and adiabatic compression)
W_s=(((R*gaamma)/(gaamma-1))*(Te-Ti))*10^-3;//calculation of the power consumed by the isentropic compressor using Eq.(5.69) in kW
Ws=W_s/n_c;//calculation of the power consumed by an actual compressor per mole of air using Eq.(5.68)in kW
Te_actual=((Ws*10^3*(gaamma-1))/(R*gaamma))+Ti;//calculation of the exit temperature of air in K
//OUTPUT
mprintf("\n The exit temperature of air=%0.2f K\n",Te_actual);
mprintf("\n The power consumed by the compressor =%f kW/mol\n",Ws);
//===============================================END OF PROGRAM===================================================
|
6f15f897fdee9cc1fff89475ffd92635e9c640e0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2045/CH1/EX1.16/Ex1_16.sce | f233fab037af3eea1653cda2a66da1715502b852 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 332 | sce | Ex1_16.sce | //pagenumber 35 example 16
clear
w=300;//kelvin
conduc=300;//ohm centimetre inverse
u=1800;
p=conduc/(u*1.6*10^-19);//concentration holes
n=(2.5*10^13)^2/(p);
disp("concentration of n = "+string((n))+"electrons per cubic centimetre");
disp("concentration of holes = "+string((p))+"holes per cubic centimetre");
|
7cde6ed19316d9560bb83639276b8521b2ad06b8 | 67ba0a56bc27380e6e12782a5fb279adfc456bad | /STAMPER_PROG_7.4/OffsetPolylines.sci | 45dc54e9dba5806f1f8e7b8469d14d0b2d33276c | [] | no_license | 2-BiAs/STAMPER_PROG | 8c1e773700375cfab0933fc4c2b0f5be0ab8e8f0 | 4fdc0bcdaef7d6d11a0dcd97bd25a9463b9550d0 | refs/heads/master | 2021-01-18T19:30:06.506977 | 2016-11-10T23:32:40 | 2016-11-10T23:32:40 | 71,999,971 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 341 | sci | OffsetPolylines.sci | function listOutput = OffsetPolylines(listInput, mOffestRegimeBoundaries, mOffsetComponents)
listOutput = list();
for i=1:size(listInput)
if ~isempty(listInput(i)) then
//pause
listOutput($+1) = OffsetPolyline(listInput(i), mOffestRegimeBoundaries, mOffsetComponents);
end
end
endfunction
|
bcebe0eeec7325eabbd8ed02edf262847bf10e20 | c61d570c37971fa455028a89d2163f455f91c291 | /script_fisico/gauss_seidel.sci | d354a8b913be337129a842b23033075daaddc35c | [] | no_license | OgliariNatan/-ScientificComputing | a0af891f900f3f146a9751fd169f96052bd4ba83 | 070ea9d70430ef0c9e7944f491426b73af7c12b0 | refs/heads/master | 2020-04-04T23:13:12.585946 | 2017-07-03T21:46:18 | 2017-07-03T21:46:18 | 81,988,821 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,184 | sci | gauss_seidel.sci | function [x, iter] = gauss_seidel(A,b,lam,es,maxi)
// Método de Gauss-Seidel (interativo)
// Onde -> x é o vetor solução
// -> iter é o numero de iterações
//-----------------------
// -> A é a matriz de coeficientes do sistema
// -> b é o vetor coluna dos estimulos (resultados do sistema)
// -> lam é o fator de relaxamento [0<lam<1 'sub-amortecido' e 1<lam<2 sobre-relaxamento]
// -> es é o criterio de parada
// -> maxi é o numero maximo de iterações permitidos
//######################################################################
//Exemplo de Chamada
//exec ('path\gauss_seidel.sci',-1) {-1 não mostra o código de execução}
//A = [10 2 -1; -3 -5 2; 1 1 6];
//b = [27; -61.5; -21.5];
//lam = 1.3;
//es = 0.001;
//maxi = 50;
//[x, iter] = gauss_seidel(A,b,lam,es,maxi)
//Autor: Daniel HC Souza
//IMPLEMENTACAÇÃO....
//checando os dados de entrada (matriz deve ser quadrada)
[m,n] = size(A); //m é linha... n é coluna
if m~=n then
error("A Matriz de coeficientes deve ser quadrada");
end
[mb,nb]=size(b);
if m ~=mb then
error("O vetor de estimulos(Resultados) deve ser da ordem da matriz")
end
// Verificando argumentos de entrada e atribuindo padrões
if argn(2) < 5 then
maxi = 50;
if argn(2) < 4 then
es = 0.00001;
if argn(2) < 3 then
lam = 1;
end
end
end
//gerando a matriz 'd' (vai ser a matriz 'b' modificada) e 'C' (vai ser a matriz 'A' modificada)
for i = 1:n
for j = 1:n
if i==j then
b(i) = b(i)/A(i,i);
x(i) = 0
else
A(i,j) = A(i,j)/A(i,i);
end
end
A(i,i) = 0;
end
disp(b,'b');
disp(A,'A');
//inicialização de variaveis
ea = 100; iter =0;
//inicio do calculo
while (1) do
for i = 1:n
x_old = x(i);
x(i) = b(i) - A(i,:)*x(:);
//Correção do relaxamento
x(i) = lam*x(i) + (1-lam)*x_old;
//Calculo do erro abs
ea(i) = abs((x(i) - x_old)/x(i))*100;
end
iter = iter + 1;
disp(x);
// Verificando criterios de parada
if (max(ea) <= es | iter==maxi ) then
break;
end
end
endfunction
|
e30d398b30f962366f3387237f00589fb43b8ec7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /671/CH7/EX7.2/7_2.sce | a85b0b9dc520d86bb31340d0cbc93c83894de5b5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 72 | sce | 7_2.sce | l=0.15
i1=50
H1=i1/(2*%pi*(0.1+l))
i2=-H1*(2*%pi*0.1)
disp(i2) |
71fe1d1ae795c99535203f9e87859398150c8b08 | 449d555969bfd7befe906877abab098c6e63a0e8 | /172/CH3/EX3.9/ex9.sce | d1b676a4ed717af9a788c51e30341391ecf06521 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 414 | sce | ex9.sce | //example 9
//calculating pressure inside tank
clear
clc
V=0.5 //volumr of tank in m^3
m=10 //mass of ideal gas in kg
T=25 //temperature of tank in Celsius
M=24 //molecular mass of gas in kg/kmol
Ru=8.3145 //universal gas constant in kN-m/kmol-K
R=Ru/M //gas constant for given ideal gas in kN-m/kg-K
P=m*R*(T+273.2)/V //pressure inside tank
printf("\n hence,pressure inside tank is P = %.0f kPa. \n",P) |
4b0559d40a42305821fb87fab337732381566e99 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3739/CH6/EX6.4/EX6_4.sce | 09e7b942ff30be674fe898ec593a45a1c626b976 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,017 | sce | EX6_4.sce | //Chapter 6, Example 6.4, page 233
clc
//Initialisation
f=150*10**6 //frequency in Hz
c1=3*10**8 //speed of light
h11=60 //in metre
d11=2000 //in metre
d1=259.6 //in metre
b=2000 //in metre
a=250 //in metre
h21=80 //in metre
d21=7259 //in metre
c=7250 //in metre
//Calculation
h=c1*f**-1 //wavelength
v1=h11*sqrt((2*(h*d1)**-1)+(1*d11**-1))
L1=6.9+20*log10(sqrt((v1-0.1)**2+1)+v1-0.1) //path diffraction loss
v2=h21*sqrt((2*(h*d11)**-1)+(1*d21**-1))
L2=6.9+20*log10(sqrt((v2-0.1)**2+1)+v2-0.1) //path diffraction loss
//Results
printf("Diffraction loss L1 = %.2f dB",L1)
printf("\n L2 = %.2f dB",L2)
|
9e0a008498f88fd34a624e68491210e0147fe2dd | 449d555969bfd7befe906877abab098c6e63a0e8 | /135/CH2/EX2.2/EX2.sce | ec101240ec333f9230a0a6610ea181b70e7afa31 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 621 | sce | EX2.sce | // Example 2.2: Change in diode voltage
clc, clear
ID1=1; // Let the initial diode current be 1 A
ID2=15*ID1; // Final diode current
VT=25e-3; // Voltage equivalent to temperatue at room temperature in volts
eta=1; // for Ge
deltaVD=eta*VT*log(ID2/ID1); // Change in diode voltage in volts
deltaVD=deltaVD*1e3; // Change in diode voltage in milivolts
disp(deltaVD,"Change in diode voltage (for Ge) (mV) = ");
eta=2; // for Si
deltaVD=eta*VT*log(ID2/ID1); // Change in diode voltage in volts
deltaVD=deltaVD*1e3; // Change in diode voltage in milivolts
disp(deltaVD,"Change in diode voltage (for Si) (mV) = "); |
76df72ec4fdab3e3663320273a09ee96e8651ed1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2213/CH4/EX4.13/ex_4_13.sce | ce10f350d3b92eee43d8e54e554067f3ffb58ad5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,004 | sce | ex_4_13.sce | //Example 4.13//illumination
clc;
clear;
close;
format('v',5 )
p=60;//
CP=200;//
h=6;//in meter
d=10;//diamter in meter
mil=CP/(h)^2;//maximum illumination in lux
disp("part (a). ")
disp(mil," illumination at the centre of the area without reflector in lux")
mal=mil*(h/sqrt(h^2+(d/2)^2))^3;//minimum illumination in lux
tl=4*%pi*CP;//total lumens
ts=(p/100)*tl;//total lumens reaching the surface
A=%pi*(d/2)^2;//total surface area in m^2
alf=ts/A;//average illumination with reflector
x=sqrt(h^2+(d/2)^2);//
y=h/x;//
om=2*%pi*(1-y);// in steradians
tfr=CP*om;//total flux reaching the surface
alwr=tfr/A;//average illumination without reflector
disp("part (b). ")
disp(mal," illumination at the edge of the area without reflector in lux")
disp(alf,"average illumination with reflector in lux")
disp(alwr,"average illumination without reflelctor in lux")
//with the reflector the illumintaion at the edge and at the end will be the same since the reflection directs the light uniformity on the surface
|
c4893021c6f0afebfa7d98c928733d63c8a226f3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3831/CH1/EX1.8/Ex1_8.sce | 68ed87868cc70158fce26931868351ae009be52c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 426 | sce | Ex1_8.sce | // Example 1_8
clc;funcprot(0);
// Given data
V_ft=3000;// ft/s
m=10.0;// grams
g_c=1;// Dimensionless
// Calculation
m=m/1000;// kg
V=V_ft/3.281;// m/s
KE=(m*V_ft^2)/(2*g_c);// kJ
m=(m*2.205);// lbm
// In the Engineering English units system, we have
g_c=32.174;// lbm.ft/(lbf.s^2)
KE=(m*V_ft^2)/(2*g_c);// ft.lbf
KE=KE/778.17;// Btu
printf("\nThe translational kinetic energy of a bullet,KE=%1.2f Btu",KE)
|
33877c4507f9535930a426b00eeb2ba330a557fe | 449d555969bfd7befe906877abab098c6e63a0e8 | /2939/CH7/EX7.2/Ex7_2.sce | 811908f8a91fddb5b3c5bb94983608cb7c8e27b4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 333 | sce | Ex7_2.sce |
// Ex7_2
clc;
// Given:
k=1.04;
m=0.032;// in m^2 i.e., migration area M^2
// Solution: (a) Cubical reactor
a=3.14*sqrt(3*m/(k-1));
printf("\n The approximate critical dimensionsof a Pu 239 is = %f m",a)
// Solution: (a) Spherical reactor
r=a/sqrt(3);
printf("\n \n The radius of the reactor is = %f m",r)
|
e6691cef39add4f8122249bb76cba72c6d9f941f | 04e4dfecf86c47abbad9ad721bcbc552300a8834 | /prbs/identification/prbstest.sci | 9ff29008c269fe3dfb0c7ad30e0b467ee3893d85 | [] | no_license | rupakrokade/scilab_local_codes | 702f741a5cadc6da56e428f7379971818238ff22 | 4de8383487def7f18a1f19906397ed4eaf42480e | refs/heads/master | 2021-01-19T06:58:47.689324 | 2015-10-24T11:55:34 | 2015-10-24T11:55:34 | 26,806,574 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 246 | sci | prbstest.sci | mode(0)
function [temp] = prbstest(heat,fan)
global heatdisp fandisp tempdisp setpointdisp sampling_time m name
temp = comm(heat,fan);
plotting([heat fan temp],[0 0 20 0],[100 100 40 1000])
m=m+1;
endfunction
|
8b78a94c913b4d1ffcfa8bca3631968a78594852 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2354/CH12/EX12.9/12_9.sce | b5e241fb06947adbb31e6e27b3414d3dcdf8b984 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 326 | sce | 12_9.sce | //example 12.9
clc; funcprot(0);
// Initialization of Variable
k1=0.88;//p2/poy;
k2=0.628;//poy/pox
pox=100;//pressure
R=1545;
T2=494;
k=1.4;
M2=0.24;
A=2.4;
V2=M2*sqroot(k*R/28.97*T2*32.2);
mdot=95.9*A*V2/T2/R*28.97;
disp(mdot,"mass flow rate in lb/s");
p2=k1*k2*pox;
disp(p2,"pressure in lbf/in^2")
clear()
|
d5850b639789c46b877991caf0a91f79b6a324f4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1739/CH8/EX8.2/Exa8_2.sce | 3ddc66be0c36a1fda908b73a18ff4ce772136297 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 298 | sce | Exa8_2.sce | //Exa 8.2
clc;
clear;
close;
//Given data :
photons=6*10^12;//no. of incident photons
lambda=1330;//in nm
pairs=4.8*10^12;//no. of electron hole pairs generated
ETA=pairs/photons;//Quantum efficiency (unitless)
ETA=ETA*100;//Quantum efficiency in %
disp(ETA,"Quantum efficiency in % : "); |
14c08b49337ee7ed5202722afd73cf4c55850a3b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2891/CH7/EX7.9/Ex7_9.sce | 76b68bbe41ae0193031eb13204ea02526d7aeede | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 796 | sce | Ex7_9.sce | //Exa 7.9
clc;
clear;
close;
// given :
c=3*10^8 // speed of light in m/s
f=10 // frequency in GHz
f=10*10^9 // frequency in Hz
lambda=c/f // wavelength in m
G_p=75 // power gain in dB
// formula : G_p=10*log10(G_p) // power gain in dB
G=10^(G_p/10) // simple power gain
// formula : G=6.4*(D_a/lambda)^2 // power gain
D_a=lambda*(sqrt(G/6.4)) // mouth Diameter of paraboloid in m
A=%pi*(D_a)^2/4 // Actual area in m^2
A_c=0.65*A // capture area in m^2
BWFN=140*(lambda/D_a) // null-to-null beamwidth in degrees
HPBW=70*(lambda/D_a) // half power beamwidth in degrees
disp(BWFN,"null-to-null beamwidth in degrees:")
disp(HPBW,"half power beamwidth in degrees:")
disp(A_c,"capture area in m^2:")
//note : answer of A_c in book is 2269.83 m^2 but in scilab 2270.20 m^2
|
1520a11bcdfe5ef6472e08a0b67610023713ced6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /343/CH2/EX2.52/ex2_52.sce | 638afa523f114abf598586b9cc8f20a935db0af3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 249 | sce | ex2_52.sce | clc
f=1*10^6; //Assigning values to parameters
C1=500*10^-12;
C2=600810^-12;
Xl=1/(2*%pi*f*C1);
L=Xl/(2*%pi*f);
R=30.623;
Q=(1/R)*sqrt(L/C1);
disp("Ohms",R,"Resistance');
disp("Henry",L,"Inductance");
disp(Q,"Quality Factor"); |
cf87e9c4a0de9274139d8e208484e89e0605f9fb | 449d555969bfd7befe906877abab098c6e63a0e8 | /3754/CH27/EX27.9/27_9.sce | 2c92b28ba50204f653bdac0fa70bf48e645f94e8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 266 | sce | 27_9.sce | clear//
//Variables
RL = 16.0 //Load resistance (in ohm)
R1L = 10.0 * 10**3 //Effective resistance (in ohm)
//Calculation
a = (R1L / RL)**0.5 //Turns ratio
//Result
printf("\n Turns ratio is %0.3f : 1.",a)
|
bb3f96b8c3b1d759488edfcc42b15fb51365fb9e | 449d555969bfd7befe906877abab098c6e63a0e8 | /683/CH7/EX7.1/SC_1.sce | 3c591dc292a91bb69f4575086f9d35e0cec5b3fb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | SC_1.sce | // sum 7-1
clc;
clear;
sigc=550;
FOS=4;
sigw=sigc/FOS;
l=4000;
le=l/2;
A=%pi*(1-0.7^2)/4;
K=(1+0.7^2)/16;
Pr=800*10^3;
a=1/1600;
D=130; //Rounding off to nearest whole number
d=D*0.7;
// printing data in scilab o/p window
printf("D is %0.1f mm ",D);
printf("\n d is %0.1f mm ",d); |
c96afd7c3ae2b841d1822eff6132f7dbfc3b9c21 | 5887829f5a0a005033807cf7dc4fb7231eb280ec | /Listing/chapter 4/Listing421.sce | f353ca7942e71183462b7865eef054688989e295 | [] | no_license | joaolrneto/learning_scilab | 78ecc0019f167b57bc35647c4ac785ece01e443e | 9624c9a6736860a8a836b0f801256b6224756585 | refs/heads/main | 2023-03-17T22:17:51.853368 | 2021-03-15T20:58:34 | 2021-03-15T20:58:34 | 344,478,059 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 39 | sce | Listing421.sce | clc
clear
clf()
bar3d(10*rand(10,10));
|
15205557bfe2604b5b7c231a5350e3c063f2117f | 449d555969bfd7befe906877abab098c6e63a0e8 | /929/CH6/EX6.15/Example6_15.sce | 426245715fecce9262deb5a6710b489727c5d9f8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 818 | sce | Example6_15.sce | //Example 6.15
clear;
clc;
ft=100*10^6;
brec=1.5*10^3;
R2=1.5*10^3;
rn=50;
A01=1;
A02=10;
A03=100;
//R11=R2/(A01-1) ->R1=infinity
R12=R2/(A02-1);
R13=R2/(A03-1);
fB1=ft/(1+(A01/30));
fB2=ft/(1+(A02/30));
fB3=ft/(1+(A03/30));
tR1=2.2/(2*%pi*fB1);
tR2=2.2/(2*%pi*fB2);
tR3=2.2/(2*%pi*fB3);
printf("Values of R1, fB and tR for A0=1 :")
printf("\nR1=infinity");
printf("\nfB=%.2f MHz",fB1*10^(-6));
printf("\ntR=%.2f nS",tR1*10^9);
printf("\n\nValues of R1, fB and tR for A0=10 :")
printf("\nR1=%.2f ohms",R12);
printf("\nfB=%.2f MHz",fB2*10^(-6));
printf("\ntR=%.2f nS",tR2*10^9);
printf("\n\nValues of R1, fB and tR for A0=100 :")
printf("\nR1=%.2f ohms",R13);
printf("\nfB=%.2f MHz",fB3*10^(-6));
printf("\ntR=%.2f nS",tR3*10^9); |
a4c497f24fc24fd831c1f1fee188254926fda1a6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1052/CH11/EX11.3/113.sce | f830aa86e9334993689c16be5793df0f52cafdb8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 368 | sce | 113.sce | clc
//Example 11.3
//Page no. 114
printf("Example 11.3-Page no. 114\n\n")
//given
//standard volumetric flowrate of a gas stream(Qs),standard conditions,actual conditions
Qs=2000//scfm
Ps=1//atm
Ts=60//degree F
Pa=1//atm
Ta=700//degree F
Ta=Ta+460//rankin
Ts=Ts+460//rankin
Qa=Qs*(Ta/Ts)*(Ps/Pa)
printf("actual volumetric flowrate Qa=%f acfm",Qa)
|
e2b3aef07daf2263f3af70b44d9735374d780081 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1964/CH12/EX12.2/ex12_2.sce | 41f1166835f8c1486de7dfaffa6b7ae5ae4bf1f5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 709 | sce | ex12_2.sce | //Chapter-12, Example 12.2, Page 341
//=============================================================================
clc
clear
//INPUT DATA
Vdc=24;//supply voltage in volts
Rl=500;//resistance in ohms
rf=50;//forward resistance in ohms
//CALCULATIONS
Idc=(Vdc)/(Rl);//average value of load current in A
Im=(%pi)*(Idc);//maximum value of load current in A
Vm=(Im)*(rf+Rl);//Maximum voltage required at input in volts
mprintf("Thus average current,maximum current and maximum voltage required are %g A,%g A and %2.2f V respectively",Idc,Im,Vm);
//=================================END OF PROGRAM======================================================================================================
|
664a3348a04f4e34281b833b88d04afc23dcb5e4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2096/CH1/EX1.5.b/ex_1_5_b.sce | 1727d675aae1c01dd08eed4bc5507bb8b9d34739 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 258 | sce | ex_1_5_b.sce | //Example 1.5.b // the percentage error on the basis of indicated value of 10 bar pressure
clc;
clear;
close;
//given data :
P=10; // pressure range in bar
E=0.15; // may be +ve or -ve in bar
Pe=(E/P)*100;
disp(Pe,"the percentage error,Pe(%)= ±");
|
a5746bbdd9040ede67cdb4fbcb5c3b93ed362a47 | 449d555969bfd7befe906877abab098c6e63a0e8 | /371/CH11/EX11.4/11_4.sci | 786293f65257f1a3e4bc9f3a1b7d6cf5a1edd848 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,314 | sci | 11_4.sci | //Control of DC motors//
//Example 11.4//
Edca1=1.15*440;//Rated output voltage from the converter for rated speed of750rpm//
printf('Rated output voltage from the converter=Edca1=%fvolts',Edca1);
N1=750;
N2=500;
Edca2=Edca1*N2/N1;
E2=415;
C2=Edca2/(1.35*E2);
printf('\nCosine of the triggering angle=C2=%f',C2);
A2=C2*180/%pi;
printf('\nTriggering angle=A2=%fdegrees',A2);
PF2=C2*(1+cos(15*%pi/180))/2;
printf('\nPowerfactor=PF2=%f',PF2);
Id=200;//dc current in amps//
I2=0.75*0.817*Id;//Current at 75percent load in amps//
RP2=sqrt(3)*E2*I2*sqrt(1-PF2^2)/1000;//Reactive power drawn at 75% load//
printf('\nReactive power at 75percent load=RP2=%fKVAR',RP2);
h=6;
Wv=24.17;//maximum voltage ripple in percent//
Wi=8;//maximum permissible current ripple in percent//
I6=Wi*Id/100;
printf('\nSixth harmonic ripple current=I6=%fAmps',I6);
W=314;
L=(Wv*Edca1*10)/(I6*h*W);
printf('\nInductance required in dc circuit=L=%fmH',L);
C1=Edca1/(1.35*E2);
printf('\nCosine of the triggering angle=C1=%f',C1);
A1=C1*180/%pi;
printf('\nTriggering angle=A1=%fdegrees',A1);
PF1=C1*(1+cos(15*%pi/180))/2;
printf('\nPowerfactor=PF1=%f',PF1);
I1=0.817*Id;//Current at 75percent load in amps//
RP1=sqrt(3)*E2*I1*sqrt(1-PF1^2)/1000;//Reactive power drawn at 75% load//
printf('\nReactive power at 75percent load=RP1=%fKVAR',RP1);
|
44c95888eb23375a6603c68f90938aba772eff5b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2795/CH13/EX13.4/Ex13_04.sce | 4ccb67524a5a21f7bb1531e2849370cb37bf92ae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 780 | sce | Ex13_04.sce | // Scilab Code Ex13.4: Page-484(2014)
clc; clear;
u = 931.5; // Energy equivalent of 1 amu, MeV
K_lab = 14.6; // Kinetic energy of incident aplha particle, MeV
Mx = 4; // Mass number of projectile nucleus
MX = 12; // Mass number of target nucleus
M_He = 4.002603; // Mass of He nucleus, u
M_C = 12.0 // Mass of carbon nucleus, u
M_O = 15.994915; // Mass of oxygen nucleus, u
K_cm = MX/(Mx + MX)*K_lab; // Kinetic energy available in the centre of mass, MeV
E_O = (M_He + M_C - M_O)*u; // The ground state excitation energy of O-16, MeV
E_final_O = K_cm + E_O; // The final excitation energy of O-16, MeV
printf("\nThe final excitation energy of O-16 = %4.2f MeV", E_final_O);
// Result
// The final excitation energy of O-16 = 18.11 MeV |
7580f3073aa0797acce86a89ce284aff093a9074 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2459/CH1/EX1.4/Ex1_4.sce | ea879a23d710f179176472b29b21a30178ffee01 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex1_4.sce | //chapter1
//example1.4
//page12
I=6 // mA
R=2 // kilo ohm
V=I*R // by ohm law
printf("voltage of voltage source = %.3f V",V)
// this voltage source when connected in series with 2000 ohm gives equivalent voltage source for the given constant current source
|
5407f5f2880adda5b059e2ff594abd130545e2af | 449d555969bfd7befe906877abab098c6e63a0e8 | /2102/CH3/EX3.16/exa_3_16.sce | 3dc6db7e7eeac107b95b2af64af80b933a9069ff | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 220 | sce | exa_3_16.sce | // Exa 3.16
clc;
clear;
close;
// Given data
I= 2;// in mA
I=I*10^-3;// in A
V_T= 25;// in mV
V_T= V_T*10^-3;// in V
nita= 1;
r_F= nita*V_T/I;// in Ω
disp(r_F,"The dynamic resistance of a diode in Ω is :")
|
eb426ef1e891876b3702265a0d4e1d60d8673008 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH4/EX4.17/EX4_17.sce | 9aeb0e3dbb51158d121f331731a9ed43a481304f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 234 | sce | EX4_17.sce | //EXAMPLE 4-17 PG NO-237
A=8.08; //POTENTIAL
B=7.942; //POTENTIAL
VAB=A-B; //POTENTIAL DIFFERENCE
disp(' POTENTIAL DIFFERENCE is = '+string(VAB)+' V');
|
73ddb78c7f1e2bc6b0d03376c7a3b89fe6849337 | 06a62d768e69fd9dda11b30011c252807e301813 | /pgm7.sci | 17a8be26983b5e6347704007b82342ad9f13b93d | [] | 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 | 240 | sci | pgm7.sci |
// Use multiple applications of Trapezoidal rule
a = 1;
b = 10;
n = 9;
h = (b-a)/n;
vector = [1:h:10];
trueValue = 1/sqrt( 2 * x - 1);
I = h/2 * (pgm6(vector(1)) + 2 * sum(pgm6(vector(2:n))) + pgm6(vector(n+1)));
error = trueValue - I;
|
971065a6167e0221d9a4f9e8b8aac2184a0d8ce6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1322/CH11/EX11.4/80ex2.sce | 1cc24bc1e4f46433a76c64bcfad6145b39e72310 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 258 | sce | 80ex2.sce |
//2*x+y=1
clear;
clc;
close;
x=poly(0,'x');
x=[-2 -1 0 1 2 3];
y=1-2*x;
x_vs_y=[x;y];
plot(x,y,3)
plot(0,1,'r.->')// intercept on y-axis
plot(0.5,0,'r.->')// intercept on x-axis
xtitle("graph of the equation 2x+y=1","x axis","y axis");
xgrid;
|
a4f7664bf22991e3fccde97e61ded5141a153ed7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3169/CH9/EX9.5/Ex9_5.sce | 4124d743240758d616a8f810b684669ad62ef269 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,028 | sce | Ex9_5.sce | //developed in windows XP operating system
//platform Scilab 5.4.1
clc;clear all;
//example 9.5
//calculation of dielectric constant and tandelta of the transformer oil
//given data
f=1*10^3//frequency(in Hz)
C1=504//capacitance(in pF) for standard condenser and leads
D1=0.0003//dissipation factor for standard condenser and leads
C2=525//capacitance(in pF) for standard condenser in parallel with the empty test cell
D2=0.00031//dissipation factor for standard condenser in parallel with the empty test cell
C3=550//capacitance(in pF) for standard condenser in parallel with the test cell and oil
D3=0.00075//dissipation factor for standard condenser in parallel with the test cell and oil
//calculation
Ctc=C2-C1//capacitance of the test cell
Ctcoil=C3-C1//capacitance of the test cell + oil
epsilonr=Ctcoil/Ctc//dielectric constant of oil
deltaDoil=D3-D2//deltaD of oil
printf('The dielectric constant is %3.2f',epsilonr)
printf('\nThe value of tandelta of the transformer oil is %3.5f',deltaDoil)
|
583c895dcde98a17170010d1591fc712c05978c2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1883/CH7/EX7.3.3/Example7_3.sce | 430cae0ed336539ba2756475fb199cd95173d53f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 426 | sce | Example7_3.sce | //Chapter-7,Example7_3_3,pg 7-7
Ho=6.5*10^4 //critical field at absolute zero
Tc=7.18 //critical temperature
T=4.2 //temperature
r=0.5*10^-3 //radius of lead wire
Hc=Ho*(1-(T/Tc)^2)
Ic=2*%pi*r*Hc
printf("\ncritical current for wire Ic = %.2f Amperes\n",Ic)
|
4c1cb42b68b958a240b295193bae102de833455f | cb8badb7b62f46da3dd1b582c4186b5b2829d5af | /ajax-scilab/cont_frm_write.sci | a22bca5425d28223f14c8f6d1af835327107ea3b | [
"MIT"
] | permissive | FOSSEE/xcos_on_cloud | e3cf7ff202a1628a875484774c87936fbd8696cf | e981d77e0c96ab5db0e01755a2531d878864266f | refs/heads/master | 2023-05-12T12:12:08.955522 | 2023-02-16T10:25:15 | 2023-02-16T10:25:15 | 99,215,141 | 12 | 31 | MIT | 2023-05-02T00:18:57 | 2017-08-03T09:24:23 | JavaScript | UTF-8 | Scilab | false | false | 896 | sci | cont_frm_write.sci | function calculate_cont_frm(filename,num,den)
f_temp = mopen(filename, 'wt');// Creating a text file
H=cont_frm(num,den);
[A,B,C,D]=abcd(H);
cont_frm_write(A,B,C,D,f_temp);
mclose(f_temp);
endfunction
function cont_frm_write(varargin)
loop = argn(2);
f_temp=varargin(loop);
mfprintf(f_temp, '[')
for k= 1:(loop-1)
variable= varargin(k) // Storing variable one at a time
[m,n] = size(variable) // reading the size of variable
for y = 1:n // no. of rows in variables
for z = 1:m //no. of columns in variabes
if (k == loop-1) & (y == n) & (z == m) then
mfprintf(f_temp, '[%d]', variable(z,y)) //Print the variable values
else
mfprintf(f_temp, '[%d],', variable(z,y)) //Print the variable values
end
end
end
end
mfprintf(f_temp, ']')
endfunction
|
ec27a4012338a0db1b2d187119a585beaa86881f | 24563939d617c32e2e9ddd76cd5c6ad81aedfb55 | /template.sce | 390165f83534c5d73ec7c4e81b2dfe4c37b622fa | [] | no_license | michaelbroderick/multiple-choice1 | 65a08584e6fa0f715f52951cdea053b3f720b18e | 29076b00bf7545ceaa43cff504e9af328c697f10 | refs/heads/master | 2021-07-11T11:07:59.578432 | 2020-08-19T11:09:03 | 2020-08-19T11:09:03 | 189,559,034 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 9,209 | sce | template.sce | # Pretending we have a screen res of 1280 x 800
scenario = "Questionnaire";
write_codes = true;
pcl_file = ""; #Charlotte Q
active_buttons = 1;
button_codes = 1;
no_logfile = true;
pulse_width = 10;
default_background_color = 30, 30, 30;
response_logging = log_active;
begin;
picture {} default;
bitmap { filename = "cursor.bmp"; transparent_color = 112, 112, 112; } cursor;
bitmap { filename = "choice_button.bmp"; } choice_button;
bitmap { filename = "selected_button.bmp"; } selected_button;
picture
{
text
{
caption = ".";
font_size = 30;
text_align = align_center;
font_color = 255, 255, 255;
} decision_txt; x = 0; y = 0;
box { height = 1; width = 1; color = 30, 30, 30; }; x = 0; y = -100;
} pic_decision;
picture
{
box { height = 800; width = 2; color = 255, 255, 255; }; x = 0; y = 0;
box { height = 2; width = 1280; color = 255, 255, 255; }; x = 0; y = 320;
box { height = 2; width = 1280; color = 255, 255, 255; }; x = 0; y = 200;
box { height = 2; width = 1280; color = 255, 255, 255; }; x = 0; y = 80;
box { height = 2; width = 1280; color = 255, 255, 255; }; x = 0; y = -40;
box { height = 2; width = 1280; color = 255, 255, 255; }; x = 0; y = -160;
box { height = 2; width = 1280; color = 255, 255, 255; }; x = 0; y = -280;
text { caption = "Finished"; font_size = 25; text_align = align_center; font_color = 0, 0, 0; background_color = 255, 255, 255;}; x = 600; y = 0;
on_top = true; box { height = 40; width = 120; color = 255, 255, 255; }; x = 600; y = 0;
text
{
caption = "Charlotte's Web Trial ";
font_size = 20;
text_align = align_center;
font_color = 255, 255, 255;
}; x = -320; y = 350;
text
{
caption = "";
font_size = 13;
text_align = align_center;
font_color = 255, 255, 255;
}; x = -350; y = 300;
text { caption = ""; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = 280;
bitmap choice_button; x = -15; y = 280;
text { caption = ""; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = 260;
bitmap choice_button; x = -15; y = 260;
text
{
caption = "";
font_size = 13;
text_align = align_center;
font_color = 255, 255, 255;
}; x = -350; y = 180;
text { caption = ""; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = 160;
bitmap choice_button; x = -15; y = 160;
text { caption = ""; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = 140;
bitmap choice_button; x = -15; y = 140;
text
{
caption = "";
font_size = 13;
text_align = align_center;
font_color = 255, 255, 255;
}; x = -350; y = 60;
text { caption = ""; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = 40;
bitmap choice_button; x = -15; y = 40;
text { caption = ""; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = 20;
bitmap choice_button; x = -15; y = 20;
text
{
caption = "";
font_size = 13;
text_align = align_center;
font_color = 255, 255, 255;
}; x = -350; y = -60;
text { caption = ""; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = -80;
bitmap choice_button; x = -15; y = -80;
text { caption = ""; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = -100;
bitmap choice_button; x = -15; y = -100;
text
{
caption = "";
font_size = 13;
text_align = align_center;
font_color = 255, 255, 255;
}; x = -350; y = -180;
text { caption = ""; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = -200;
bitmap choice_button; x = -15; y = -200;
text { caption = ""; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = -220;
bitmap choice_button; x = -15; y = -220;
text
{
caption = "";
font_size = 13;
text_align = align_center;
font_color = 255, 255, 255;
}; x = -350; y = -300;
text { caption = ""; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = -320;
bitmap choice_button; x = -15; y = -320;
text { caption = ""; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = -340;
bitmap choice_button; x = -15; y = -340;
bitmap cursor; x = 0; y = 0;
on_top = true;
} pic_1;
picture
{
box { height = 800; width = 2; color = 255, 255, 255; }; x = 0; y = 0;
box { height = 2; width = 1280; color = 255, 255, 255; }; x = 0; y = 320;
box { height = 2; width = 1280; color = 255, 255, 255; }; x = 0; y = 200;
box { height = 2; width = 1280; color = 255, 255, 255; }; x = 0; y = 80;
box { height = 2; width = 1280; color = 255, 255, 255; }; x = 0; y = -40;
box { height = 2; width = 1280; color = 255, 255, 255; }; x = 0; y = -160;
box { height = 2; width = 1280; color = 255, 255, 255; }; x = 0; y = -280;
text { caption = "Finished"; font_size = 25; text_align = align_center; font_color = 0, 0, 0; background_color = 255, 255, 255;}; x = 600; y = 0;
on_top = true; box { height = 40; width = 120; color = 255, 255, 255; }; x = 600; y = 0;
text
{
caption = "Which of these words appeared in the text";
font_size = 20;
text_align = align_center;
font_color = 255, 255, 255;
}; x = -320; y = 350;
text
{
caption = "";
font_size = 13;
text_align = align_center;
font_color = 255, 255, 255;
}; x = -350; y = 300;
text { caption = "Yes"; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = 280;
bitmap choice_button; x = -15; y = 280;
text { caption = "No"; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = 260;
bitmap choice_button; x = -15; y = 260;
text
{
caption = "";
font_size = 13;
text_align = align_center;
font_color = 255, 255, 255;
}; x = -350; y = 180;
text { caption = "Yes"; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = 160;
bitmap choice_button; x = -15; y = 160;
text { caption = "No"; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = 140;
bitmap choice_button; x = -15; y = 140;
text
{
caption = "";
font_size = 13;
text_align = align_center;
font_color = 255, 255, 255;
}; x = -350; y = 60;
text { caption = "Yes"; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = 40;
bitmap choice_button; x = -15; y = 40;
text { caption = "No"; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = 20;
bitmap choice_button; x = -15; y = 20;
text
{
caption = "";
font_size = 13;
text_align = align_center;
font_color = 255, 255, 255;
}; x = -350; y = -60;
text { caption = "Yes"; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = -80;
bitmap choice_button; x = -15; y = -80;
text { caption = "No"; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = -100;
bitmap choice_button; x = -15; y = -100;
text
{
caption = "";
font_size = 13;
text_align = align_center;
font_color = 255, 255, 255;
}; x = -350; y = -180;
text { caption = "Yes"; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = -200;
bitmap choice_button; x = -15; y = -200;
text { caption = "No"; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = -220;
bitmap choice_button; x = -15; y = -220;
text
{
caption = "";
font_size = 13;
text_align = align_center;
font_color = 255, 255, 255;
}; x = -350; y = -300;
text { caption = "Yes"; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = -320;
bitmap choice_button; x = -15; y = -320;
text { caption = "No"; font_size = 13; text_align = align_center; font_color = 255, 255, 255; background_color = 30, 30, 30;}; x = -350; y = -340;
bitmap choice_button; x = -15; y = -340;
bitmap cursor; x = 0; y = 0;
on_top = true;
} pic_2;
picture {
bitmap {
filename = "cross.png";
};
x = 0; y = 0; on_top = true;
} start_pic;
sound {
wavefile { filename = "Trial_.wav"; };
} sound1;
trial {
picture pic_decision;
duration = response;
} decision_trial;
trial {
stimulus_event {
sound sound1;
code = "0,0";
port_code=0;
} run_event;
} run_trial;
|
9745bbef60c3822c03afb0113c906a59b13be01c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2681/CH6/EX6.23/Ex6_23.sce | b85d9a52d3734b9abe02e823ab2bbaaf6d50f867 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex6_23.sce | //resonant frequency of TE101 and its quality factor
//given
clc
con_d=5.8d+7//mho/m
a=0.05//m
b=0.04//m
c=0.1//m
v=3d+8//m/s
epsilon_r=4//dielectric
uo=4*%pi*10^-7
fr=(v/(2*sqrt(epsilon_r)))*(sqrt((1/a^2)+(1/c^2)))//hertz
del=1/sqrt(%pi*fr*uo*con_d)//ERROR
Q=((a^2+c^2)*a*b*c)/(del*(((a^3+c^3)*2*b)+a*c*(a^2+c^2)))//quality factor
disp(Q,fr*1d-9,'resonant frequency in dominant mode TE101 in Ghz and the quality factor')//GHz
//ERROR in the calculation of the book as value of del=32.275d-7 in the book.
|
a6bb42213562f769710fb91803cca676237821df | c0c48c5a363ac2c0bf21e72833d72a99771dc6ce | /Simulation_Codes/lab09_18i190002/ex3b.sci | 130574c5cbafe2854cb0e6e4667f28c325f34118 | [] | no_license | shubham1166/Operarions_Research_Projects | 3b6664b83d89b2a005b5194489bfd0d95cafe3d8 | 8f28eea93d9e4ff3d6a8e95160c3f9464ce2fc34 | refs/heads/main | 2023-03-14T02:48:42.359247 | 2021-03-03T05:51:28 | 2021-03-03T05:51:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 506 | sci | ex3b.sci | function y=testexp(n)
y=grand(10,1,'exp',1)
endfunction
clf
subplot(2,2,1)
histplot(5,testexp(10),xlabel('-----values---->'),ylabel('--Frequency density---->'),xtitle('histogram plot of testrand(10)'))
subplot(2,2,2)
histplot(5,testexp(1000),xlabel('-----values---->'),ylabel('--Frequency density---->'),xtitle('histogram plot of testrand(1000)'))
subplot(2,2,3)
histplot(5,testexp(100000),xlabel('-----values---->'),ylabel('--Frequency density---->'),xtitle('histogram plot of testrand(100000)'))
|
a78803e8ddb30b4c675985ae809da1d8882f9f90 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2175/CH4/EX4.2/4_2.sce | 227e4e939bf9df4469662079d1ecf284c7072751 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 232 | sce | 4_2.sce | clc;
v=0.025;//m^3
s=0.02994;//m^3/kg
m=v/s;
h1=2990;//
p1=s/10^3;
v1=80*10^5;
u1=h1-p1*v1;
v2=s;
vg1=0.03944;
x1=v2/vg1;
uf2=1149;
ug2=2597;
u2=(1-x1)*uf2+x1*ug2;
Q=m*(u2-u1);
disp("kJ",-Q,"rejected heat:")
|
5192d05f0e5532e3dfdd4ee2e5f0a7302aeb810f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3460/CH4/EX4.11/Ex4_11.sce | 157acbe76bafc475702d3ca24b2a2989fb660c59 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex4_11.sce | clc;
clear all;
Gain=15*1e-3 //v/rad
Delta_phase=20 //degree
// convert phase difference into radian
radian=Delta_phase*(3.14/180);
V_out=Gain*radian;
disp(+"mV",V_out*1e3,"phase detector output voltage");
|
a6caadc0d20840d578c97de80bb012940afe8e64 | 181f67b4868e49ca80872d6ac088a51540f90da6 | /186A6/gaussiancurveFT.sce | 6911d0da9885611d0ec7b6f71d4668e25d566640 | [] | no_license | nobody51/AP186 | 567f25ba1ad7f71ad2983860078eeaccffa46080 | cb916fc9b38b508026403a2227ffc76d490fe948 | refs/heads/master | 2021-08-28T09:35:55.488122 | 2017-12-11T21:34:46 | 2017-12-11T21:34:46 | 104,969,401 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 521 | sce | gaussiancurveFT.sce | nx = 100; ny = 100;
x = linspace(-1,1,nx);
y = linspace(-1,1,ny);
[X,Y] = ndgrid(x,y);
a = 1
b = 0.5
c = 0.2
rx = a*exp(-(X-b).^2/(2*c^2));
ry = a*exp(-(Y-b).^2/(2*c^2));
A = rx.*ry
f = scf();
grayplot(x,y,A);
f.color_map = graycolormap(32)
isoview();
xs2png(gcf(),'A');
AFT = fft2(A);
normAFT = imnorm(abs(AFT));
//3
//fftshift using matplot
f=scf();
Matplot(fftshift(normAFT)*255);
isoview();
xs2png(gcf(),'AFTshiftmatplot');
f=scf();
imshow(fftshift(uint8(normAFT*255)));
isoview();
xs2png(gcf(),'AFTshiftimshow');
|
1a001264a88bd61ee3d86b78ed6a500275b4dd74 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1118/CH18/EX18.3/18_3.sce | 72772f3ddbfe447de436cb599958289a41bb0c33 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 349 | sce | 18_3.sce | clear;
//clc();
xz1g=(%i)*1.2;
xz1f=(%i)*1.0;
xz2g=(%i)*0.9;
xz2f=(%i)*1.0;
xz0g=(%i)*0.4;
xz0f=(%i)*3.0;
vf=11000/sqrt(3);
za0=xz0g +xz0f;
za1=xz1g +xz1f;
za2=xz2g +xz2f;
ia0=vf/(za0+za1+za2);
ia1=ia0;
ia2=ia0;
ifault=3*ia0;
va=vf-ia0*(xz0g+xz1g+xz2g);
printf("The voltage to neutral of the faulty phase is:%.2f V",va);
|
773b924374ce4e6abe224bc78a1b1fab79251aba | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH5/EX5.18/ex_5_18.sce | e4b30b8702a72fd9f96d7b6f87fe56488bf0b7c1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,237 | sce | ex_5_18.sce | //find max value of torque
clc
//solution
//given
d=50//mm
M=2000*10^6//N-mm
fs=200//N/mm^2
//let T be torque
pi=3.14
Z=(pi/32)*d^3//mm^3
//acc to max principal stress theory
f1=M/Z//N/mm^2//bending stress
//t=16*T/(pi*d^3)//shear stress due to torque/
//ft1=(f1/2)+(0.5*sqrt((f1^2)+4*t^2)//N/mm^2
//ft2=(ft1/2)-(0.5*sqrt((f1^2)+4*t^2)//N/mm^2
//Tmax=0.5*sqrt(f1^2 + 4*t^2)
//ft1=fs
//81.5+sqrt(6642.5+(1.65*10^-9*T^2))=200
//6642.5+(1.65*10^-9*T^2)=14042
//T^2=(14042-6642.5)/(1.65*10^-9)
T=sqrt((14042-6642.5)/(1.65*10^-9))//N-mm
//acc to max shear stress theory
//Ty=fs/2//max shear stress=0.5*yield stress
Ty=100//N/mm^2
//sqrt(6642.5+(1.65*10^-9*T1^2))=100
//T1^2=(10000-6642.5)/(1.65*10^-9)
T1=sqrt(2035*10^9)//N-mm
//acc to max distortion energy theory
//ft1^2+ft2^2-ft1*ft2=fs^2
//[81.5+sqrt(6642.5+1.65*10^-9*T1^2)]^2+[81.5-sqrt(6642.5+1.65*10^-9*T1^2)]^2-[81.5+sqrt(6642.5+1.65*10^-9*T1^2)]^2*[81.5-sqrt(6642.5+1.65*10^-9*T1^2)]^2=200^2
//81.5^2+3*6642.5+3*1.65*10^-9*T1^2=200^2
//T1^2=(40000-26570)/(4.95*10^-9)
T1=sqrt((40000-26570)/(4.95*10^-9))//N-mm
printf("the torque acting acc to max shear theory is,%f N-mm\n",T)
printf("the torque acting acc to max distortion theoyr is,%f N-mm",T1) |
36a1781c95d4854d780ecff2aa50bc09ce44ef07 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH43/EX43.08/43_08.sce | 7372dc26e8777f9f1dbdb4916e617c9d7ca6bb8b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 614 | sce | 43_08.sce | //Problem 43.08: For the circuit shown in Figure 43.7, determine the p.d. E2 which appears across the open-circuited secondary winding, given that E1 D 8 sin 2500t volts.
//initializing the variables:
E1 = 8; // in Volts
thetae1 = 0; // in degrees
w = 2500; // in rad/sec
R = 15; // in ohm
L = 5E-3; // in Henry
M = 0.1E-3; // in Henry
//calculation:
//voltage
E1 = E1*cos(thetae1*%pi/180) + %i*E1*sin(thetae1*%pi/180)
//Impedance of primary
Z1 = R + %i*w*L
//Primary current I1
I1 = E1/Z1
//E2
E2 = %i*w*M*I1
printf("\n\n Result \n\n")
printf("\nE2 is %.2f + (%.2f)i V",real(E2), imag(E2)) |
be578260e03c34eae4d977584dfd79d406fb4bfd | 449d555969bfd7befe906877abab098c6e63a0e8 | /1850/CH1/EX1.21/exa_1_21.sce | 26d8eebedd6833151fc7ce07fc2ed3ad0ba4304c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 400 | sce | exa_1_21.sce | // Exa 1.21
clc;
clear;
close;
// Given data
format('v',7)
V_BE=0.7;// in volt
V_CC=18;// in volt
R_E=1.1;// in k ohm
R_C=1.8;// in k ohm
R_C=R_C*10^3;// in ohm
R1=4.7;// in k ohm
R2=5.6;// in k ohm
R3=6.8;// in k ohm
I_E1= (V_CC*R1/(R1+R2+R3)-V_BE)/R_E;// in mA
re_desh= 26/I_E1;// in ohm
re2_desh=re_desh
Av= -R_C/re2_desh;
disp(Av,"Voltage gain of the cascode amplifier is : ")
|
99d6f2857e6b3583050bcadbaa51b538bbbbfa9c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1301/CH8/EX8.6/ex8_6.sce | ea857ac90be3b2a835430f70856c3ad549dab875 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 173 | sce | ex8_6.sce | clc;
w=500; //weight in lb
dg=62; //density in lb/ft cube
v=w/dg; //calculating volume using density=mass/volume
disp(v,"Volume in ft cube = "); ////displaying result. |
41b8e406f395d702857404bbb54e6a85a2c762e0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /380/CH9/EX9.10/9_10.txt | ae6df1fc0d08c693524c5e367bf9ed21c43a96e3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 771 | txt | 9_10.txt | //Caption:Find the equivalent rotor impedance as reffered to stator
//Exa:9.10
clc;
clear;
close;
R=20*10^-6;//in ohms
X=2*10^-3;//in ohms
P=4;//no. of poles
Q=48;//no. of bars
S=36;//no. of slots
//For Stator:
m_1=3;//no. of phases
n=3*(S/(P*3));//coils per pole per phase
S_p=S/P;//pole span
S_s=180/S_p;//slot span (in electrical degree)
k_p1=sind(140/2);//pitch factor
k_d1=sind(3*S_s/2)/(3*sind(S_s/2));//distribution factor
k_w1=k_p1*k_d1;//winding factor
N_1=10*S/3;//turns per phase
//For Rotor:
k_w2=1;
m_2=Q/P;//no. of phases
N_2=P/2;//turns per phase
a=int((k_w1*N_1/(k_w2*N_2))*sqrt(m_1/m_2));
R_2=a^2*R;
disp("Rotor Parameters as reffered to stator:");
disp(R_2*1000,'R_2 (in mili ohms)=');
X_2=a^2*X;
disp(X_2,'X_2 (in ohms)='); |
e96004c109a3e5d5d540f707e824a03349163fb1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1952/CH7/EX7.22/Ex7_22.sce | ea440a9c60c97840633c172086ddd8f6639ed1ff | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex7_22.sce | // chapter 7 , Example7.22 , pg 218
Ix=200 //current (in A)
Bz=1.5 //magnetic field (in T)
d=10^-3 //width of slab (in m)
p=8.4*10^28 //concentration of electrons (in m^-3)
e=1.6*10^-19 // charge (in C)
VH=(Bz*Ix)/(p*e*d) //Hall voltage
printf("Hall voltage(in V)=")
disp(VH)
|
386a68a0b475e85ac5f76af1281e443bb0030cde | 449d555969bfd7befe906877abab098c6e63a0e8 | /1319/CH1/EX1.2/1_2.sce | 505ac5e0dd9cfc09b0b8b86fb902eaaa2b469191 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 274 | sce | 1_2.sce | // To find the current and power
clc;
clear;
Z=10+20*%i;
V=120;
I=V/Z;
theta=atand(imag(I)/real(I));
P=V*abs(I)*cosd(theta);
disp('A',I,'The current flowing through the given impedance =')
disp('watt',P,'The real power delivered to the impedance =')
|
387529daecfe6cce2fc524d90dd432ca1b78e3cf | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/prony/prony3.sce | 657b536852a1702fa68b7df507fbfbd8d422fc74 | [] | no_license | deecube/fosseetesting | ce66f691121021fa2f3474497397cded9d57658c | e353f1c03b0c0ef43abf44873e5e477b6adb6c7e | refs/heads/master | 2021-01-20T11:34:43.535019 | 2016-09-27T05:12:48 | 2016-09-27T05:12:48 | 59,456,386 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 680 | sce | prony3.sce | //check o/p for an all zero filter
impr=[0.00482434335771622 0.0307287177680858 0.0905946819548830 0.167944821844737 0.224641271344028 0.233457187867600 0.193512552162805 0.123765243571014 0.0496036031380564 -0.00850905187491905 -0.0406738350178078 -0.0475631979469693 -0.0368517338223927 -0.0185628385243508 -0.00125221912683350 0.0100331628527344 0.0139990059845170 0.0121118272327119 0.00712186446378611 0.00173298095479109];
num_ord=4;
den_ord=0;
[num,den]=prony(impr,num_ord,den_ord);
disp(num);
disp(den);
//output
//
// column 1 to 3
//
// 0.0048243 0.0307287 0.0905947
//
// column 4 to 5
//
// 0.1679448 0.2246413
//
// 1.
//
|
ff874799000078749af18cefb2b8860ef91695ff | 449d555969bfd7befe906877abab098c6e63a0e8 | /1319/CH1/EX1.33/1_33.sce | 43f721cd75950e5102c0e3e6c19cfda8c01a213b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 786 | sce | 1_33.sce | //Determine circuit paramters of an iron coil
clc;
clear;
f=50; // Frequency
Vdc=40;//DC Voltage source
Idc=5; // Current drawn from DC Voltage source
Vac=200; // AC Voltage Source
Iac=5; // Current drawn form AC Voltage source
P=500; // Power Consumed by ac supply
R=Vdc/Idc; // Resistance of the coil
Z=Vac/Iac; // Impedance of the coil
Pc=(Iac^2)*R; //Power loss in ohmic resistance
Pil=P-Pc; // Iron loss
Reff=P/(Iac^2); // Effective resistance of the coil
Xl=sqrt((Z^2)-(Reff^2)); // Reactance of the coil
L=Xl/(2*%pi*f); // Inductance of the coil
pf=P/(Vac*Iac);
printf('i) The impedance = %g ohms\n',Z)
printf('ii) The iron loss = %g W\n',Pil)
printf('iii) The inductance of the coil = %g H\n',L)
printf('iv) p.f of the coil = %g\n',pf)
|
51ba76e4d7ab11196292c484b6e0eed4cac825a5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3554/CH4/EX4.5/Ex4_5.sce | 65f78b882b72fb41a93782cefd6ac000689f8762 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 710 | sce | Ex4_5.sce | // Exa 4.5
clc;
clear all;
// Refer circuit diagram in Fig. 4.5 page no.79
// Given data
Ifsd=50; // Full scale deflection current (micro Amp)
Rm= 1000; // Internal resistance in Ohms
V1= 5; // Range of voltmeter 1 (V)
V2=10; //Range of voltmeter 2 (V)
V3=50;// Range of voltmeter 3 (V)
// Solution
S= 1/(Ifsd*10^-6); // Sensitivity of voltmeter in Ohms/V
// The value of multiplier resistance for different ranges
// For 5V range
Rs1= S*V1-Rm;
// For 10V range
Rs2= S*V2-Rm;
// For 50V range
Rs3=S*V3-Rm;
printf(' The value of multiplier resistance for 0-5V , 0-10V and 0-50V range are \n %d k Ohms, %d k Ohms, %d k Ohms respectively \n ',Rs1/1000,Rs2/1000,Rs3/1000);
|
5fcb05998f2e0f05813fc3c65553e56a913dcc84 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3886/CH21/EX21.10/21_10.sce | 788f9a734ad4ae5c3ffa98dd6220d8ea3241c1c5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 247 | sce | 21_10.sce | //Circular ring
//refer fig. 21.9 (a) and (b)
//Radius of gyration about centre of the ring
//Kz^2=(((R1^2)+(R2^2))/(2))+R2^2
//thus
Kz=sqrt(((1+0.75*0.75)/(2))+(0.75^2))
T=2*%pi*sqrt(1.34375/(9.81*0.75)) //sec
printf("\nT=%.3f sec",T)
|
b228d78ae99c6930de143ccfef4f6f35a18f4e9b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1055/CH18/EX18.5/ch18_5.sce | 0fd3e1f8b4025b01e1ad289a5966cd8934b4b1e6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 587 | sce | ch18_5.sce | //Determine the equations at the end of first iteration after applying given constraints.
clear
clc;
Q2=-.225;
dP2=.2-(-.075);
dP3=-.6-(-.3);
dQ3=-.25-(-.9);
dV2=1.04^2 - 1^2;//dV2=|dV2|^2
mprintf("set of linear equations at the end of first iteration are\n");
mprintf("%.3fde2 %.3fde3+ %.3fdf2 %.3fdf3 = %.3f\n",2.846,-1.666,8.975,-5,2.75);
mprintf("%.3fde2 +%.3fde3 %.3fdf2 +%.3fdf3 = %.3f\n",-1.666,6.366,-5,20.90,-.3);
mprintf("%.3fde2 %.3fde3 %.3fdf2 +%.3fdf3 = %.3f\n",8.525,-5,-2.991,1.666,.225);
mprintf("%.3fde2 +%.3fde3+ %.3fdf2 +%.3fdf3 = %.5f\n",2,0,0,0,dV2);
|
e273ff85ad60453a993c6c49e5abdcd601695c4f | 4a1949be12fbe9a81d9308381b34c611e65877ca | /tests/semantiques/erreur_ctor_deja_def.tst | 3617ae8e53b6502333eb1698f399d1ce9244bee9 | [] | no_license | ng88/trad | 26439d8fe2284ece19d6fbfaa397d3f6f0d13e78 | e4d3d4d56928539144d30c5c49e01e65c9b8729c | refs/heads/master | 2020-12-05T07:31:25.854231 | 2008-02-29T10:15:34 | 2008-02-29T10:15:34 | 67,351,952 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 237 | tst | erreur_ctor_deja_def.tst | class MaClasse
public MaClasse()
{
}
public MaClasse(integer a)
{
}
public MaClasse(integer a, string s1, string s2)
{
}
public MaClasse(integer ajj, string s1jj, string s2jj)
{
}
end
|
709b48cef7cee79e4107709ae5a59e32cd5295c8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /905/CH7/EX7.4/7_4.sce | 5b08fdcdebd4cb7f21210b5b8d404baa004ad13e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,663 | sce | 7_4.sce | clear;
clc;
// Illustration 7.4
// Page: 439
printf('Illustration 7.4 - Page: 439\n\n');
// solution
//*****Data*****//
// C-acetic acid A-water
// f-feed r-raffinate s-solvent
f = 1000; // [kg/h]
xCf = 0.35; // [fraction of acid]
xAf = 1-xCf; // [fraction of water]
// Solvent is pure
xAr = 0.02;
yCs = 0;
//*****//
printf('Illustration 7.4(a) - Page: 440\n\n');
// Solution(a)
// From Figure 7.15
xCMmin = 0.144;
// From equation 7.11
Smin = f*(xCMmin-xCf)/(yCs-xCMmin); // [kg/h]
printf("The minimum amount of solvent which can be used is %f kg/h.\n\n",Smin);
printf('Illustration 7.4(b) - Page: 441\n\n');
// Solution(b)
S = 1.6*Smin; // [kg/h]
// From equation 7.11
xCM = (f*xCf+S*yCs)/(f+S);
// Data for equilibrium line
// Data_eqml = [xCeq yCeq]
Data_eqml = [0.0069 0.0018;0.0141 0.0037;0.0289 0.0079;0.0642 0.0193;0.1330 0.0482;0.2530 0.1140;0.3670 0.2160;0.4430 0.3110;0.4640 0.3620];
// Data for operating line
// Data_opl = [xCop yCop]
Data_opl = [0.02 0;0.05 0.009;0.1 0.023;0.15 0.037;0.20 0.054;0.25 0.074;0.30 0.096;0.35 0.121];
scf(1);
plot(Data_eqml(:,1),Data_eqml(:,2),Data_opl(:,1),Data_opl(:,2));
xgrid();
legend('Equilibrium line,Operating line');
xlabel("wt fraction of acetic acid in water solutions, xC");
ylabel("wt fraction of acetic acid in ether solutions, yC");
// Now number of theoritical stages is determined by drawing step by step // stairs from xC = 0.35 to xC = 0.02
// From figure 7.16
// Number of theoritical stages 'N' is
N = 8;
printf("The number of theoretical stages if the solvent rate used is 60 percent above the minimum is %f.\n\n",N); |
1d07301ca68a9b10eddc27c2a8a4b740271de64e | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/LT52YEG/ATWM1_Working_Memory_MEG_LT52YEG_Session2/ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run2.sce | 2cde2848487d73d85cadccf6e9c856a4f3e831d4 | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 49,596 | sce | ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run2.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run2";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monitor_sounds = false;
active_buttons = 2;
response_matching = simple_matching;
button_codes = 10, 20;
default_font_size = 36;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 382; width = 382; color = 0, 0, 0;} frame1;
box { height = 369; width = 369; color = 255, 255, 255;} frame2;
box { height = 30; width = 4; color = 0, 0, 0;} fix1;
box { height = 4; width = 30; color = 0, 0, 0;} fix2;
box { height = 30; width = 4; color = 255, 0, 0;} fix3;
box { height = 4; width = 30; color = 255, 0, 0;} fix4;
box { height = 369; width = 369; color = 42, 42, 42;} background;
TEMPLATE "StimuliDeclaration.tem" {};
trial {
sound sound_incorrect;
time = 0;
duration = 1;
} wrong;
trial {
sound sound_correct;
time = 0;
duration = 1;
} right;
trial {
sound sound_no_response;
time = 0;
duration = 1;
} miss;
# Start of experiment (MEG only) - sync with CTF software
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
} expStart;
time = 0;
duration = 1000;
code = "ExpStart";
port_code = 80;
};
# baselinePre (at the beginning of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
}default;
time = 0;
duration = 10000;
#mri_pulse = 1;
code = "BaselinePre";
port_code = 91;
};
TEMPLATE "ATWM1_Working_Memory_MEG.tem" {
trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4;
43 61 292 292 399 125 2092 2992 2092 fixation_cross gabor_179 gabor_069 gabor_004 gabor_094 gabor_179 gabor_069_alt gabor_004_alt gabor_094 "2_1_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2100_gabor_patch_orientation_179_069_004_094_target_position_1_4_retrieval_position_1" gabor_133_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_1_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_133_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1842 2992 2192 fixation_cross gabor_007 gabor_078 gabor_057 gabor_134 gabor_007_alt gabor_078 gabor_057 gabor_134_alt "2_2_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2200_gabor_patch_orientation_007_078_057_134_target_position_2_3_retrieval_position_2" gabor_circ gabor_028_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_2_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_028_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2242 2992 2292 fixation_cross gabor_177 gabor_098 gabor_117 gabor_044 gabor_177_alt gabor_098 gabor_117 gabor_044_alt "2_3_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2300_gabor_patch_orientation_177_098_117_044_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_071_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_3_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_071_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1942 2992 2492 fixation_cross gabor_036 gabor_004 gabor_159 gabor_087 gabor_036 gabor_004_alt gabor_159_alt gabor_087 "2_4_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2500_gabor_patch_orientation_036_004_159_087_target_position_1_4_retrieval_position_1" gabor_175_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_4_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_175_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2092 2992 2092 fixation_cross gabor_163 gabor_046 gabor_086 gabor_025 gabor_163 gabor_046_alt gabor_086 gabor_025_alt "2_5_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2100_gabor_patch_orientation_163_046_086_025_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_086_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_5_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_086_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 1842 2992 1992 fixation_cross gabor_012 gabor_069 gabor_047 gabor_134 gabor_012 gabor_069_alt gabor_047_alt gabor_134 "2_6_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1850_3000_2000_gabor_patch_orientation_012_069_047_134_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_096_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_6_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_096_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2042 2992 2392 fixation_cross gabor_130 gabor_075 gabor_151 gabor_042 gabor_130_alt gabor_075 gabor_151 gabor_042_alt "2_7_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2400_gabor_patch_orientation_130_075_151_042_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_106_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_7_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_106_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2242 2992 2442 fixation_cross gabor_056 gabor_004 gabor_117 gabor_140 gabor_056_alt gabor_004 gabor_117 gabor_140_alt "2_8_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2450_gabor_patch_orientation_056_004_117_140_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_167_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_8_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_167_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 1842 2992 1892 fixation_cross gabor_007 gabor_064 gabor_025 gabor_150 gabor_007_alt gabor_064_alt gabor_025 gabor_150 "2_9_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1850_3000_1900_gabor_patch_orientation_007_064_025_150_target_position_3_4_retrieval_position_2" gabor_circ gabor_114_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_9_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_114_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1942 2992 2392 fixation_cross gabor_067 gabor_125 gabor_020 gabor_042 gabor_067 gabor_125_alt gabor_020_alt gabor_042 "2_10_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2400_gabor_patch_orientation_067_125_020_042_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_178_framed blank blank blank blank fixation_cross_target_position_1_4 "2_10_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_178_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1992 2992 1892 fixation_cross gabor_051 gabor_117 gabor_141 gabor_170 gabor_051_alt gabor_117 gabor_141_alt gabor_170 "2_11_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_1900_gabor_patch_orientation_051_117_141_170_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_170_framed blank blank blank blank fixation_cross_target_position_2_4 "2_11_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_170_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2092 2992 2192 fixation_cross gabor_131 gabor_114 gabor_152 gabor_179 gabor_131_alt gabor_114 gabor_152_alt gabor_179 "2_12_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2200_gabor_patch_orientation_131_114_152_179_target_position_2_4_retrieval_position_2" gabor_circ gabor_065_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_12_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_065_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1842 2992 2342 fixation_cross gabor_177 gabor_014 gabor_140 gabor_030 gabor_177 gabor_014_alt gabor_140 gabor_030_alt "2_13_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2350_gabor_patch_orientation_177_014_140_030_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_090_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_13_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_090_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2042 2992 2342 fixation_cross gabor_084 gabor_144 gabor_038 gabor_019 gabor_084_alt gabor_144_alt gabor_038 gabor_019 "2_14_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2350_gabor_patch_orientation_084_144_038_019_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_019_framed blank blank blank blank fixation_cross_target_position_3_4 "2_14_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_019_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 1842 2992 2542 fixation_cross gabor_174 gabor_091 gabor_058 gabor_020 gabor_174_alt gabor_091 gabor_058 gabor_020_alt "2_15_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1850_3000_2550_gabor_patch_orientation_174_091_058_020_target_position_2_3_retrieval_position_1" gabor_174_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_15_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_174_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2142 2992 2342 fixation_cross gabor_005 gabor_129 gabor_175 gabor_145 gabor_005 gabor_129_alt gabor_175_alt gabor_145 "2_16_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2350_gabor_patch_orientation_005_129_175_145_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_095_framed blank blank blank blank fixation_cross_target_position_1_4 "2_16_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_095_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1892 2992 1992 fixation_cross gabor_122 gabor_017 gabor_141 gabor_081 gabor_122_alt gabor_017 gabor_141_alt gabor_081 "2_17_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2000_gabor_patch_orientation_122_017_141_081_target_position_2_4_retrieval_position_2" gabor_circ gabor_017_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_17_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_017_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2242 2992 2142 fixation_cross gabor_116 gabor_048 gabor_167 gabor_032 gabor_116 gabor_048_alt gabor_167_alt gabor_032 "2_18_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2150_gabor_patch_orientation_116_048_167_032_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_032_framed blank blank blank blank fixation_cross_target_position_1_4 "2_18_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_032_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 2142 2992 2592 fixation_cross gabor_147 gabor_028 gabor_106 gabor_075 gabor_147 gabor_028_alt gabor_106_alt gabor_075 "2_19_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2150_3000_2600_gabor_patch_orientation_147_028_106_075_target_position_1_4_retrieval_position_2" gabor_circ gabor_028_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_19_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_028_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2092 2992 2092 fixation_cross gabor_162 gabor_053 gabor_107 gabor_025 gabor_162_alt gabor_053_alt gabor_107 gabor_025 "2_20_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2100_gabor_patch_orientation_162_053_107_025_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_025_framed blank blank blank blank fixation_cross_target_position_3_4 "2_20_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_025_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1742 2992 2292 fixation_cross gabor_067 gabor_049 gabor_089 gabor_023 gabor_067 gabor_049 gabor_089_alt gabor_023_alt "2_21_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2300_gabor_patch_orientation_067_049_089_023_target_position_1_2_retrieval_position_2" gabor_circ gabor_004_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_21_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_004_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1892 2992 2292 fixation_cross gabor_004 gabor_135 gabor_064 gabor_023 gabor_004 gabor_135_alt gabor_064 gabor_023_alt "2_22_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2300_gabor_patch_orientation_004_135_064_023_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_064_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_22_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_064_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1892 2992 2242 fixation_cross gabor_166 gabor_098 gabor_014 gabor_083 gabor_166 gabor_098_alt gabor_014_alt gabor_083 "2_23_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2250_gabor_patch_orientation_166_098_014_083_target_position_1_4_retrieval_position_1" gabor_166_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_23_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_166_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1992 2992 2192 fixation_cross gabor_132 gabor_076 gabor_166 gabor_005 gabor_132_alt gabor_076 gabor_166 gabor_005_alt "2_24_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2200_gabor_patch_orientation_132_076_166_005_target_position_2_3_retrieval_position_2" gabor_circ gabor_026_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_24_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_026_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2092 2992 2042 fixation_cross gabor_011 gabor_093 gabor_035 gabor_116 gabor_011_alt gabor_093 gabor_035 gabor_116_alt "2_25_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2050_gabor_patch_orientation_011_093_035_116_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_035_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_25_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_035_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 2042 2992 2542 fixation_cross gabor_007 gabor_141 gabor_112 gabor_023 gabor_007_alt gabor_141_alt gabor_112 gabor_023 "2_26_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2050_3000_2550_gabor_patch_orientation_007_141_112_023_target_position_3_4_retrieval_position_2" gabor_circ gabor_141_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_26_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_141_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2192 2992 2542 fixation_cross gabor_105 gabor_163 gabor_080 gabor_138 gabor_105 gabor_163_alt gabor_080 gabor_138_alt "2_27_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2550_gabor_patch_orientation_105_163_080_138_target_position_1_3_retrieval_position_1" gabor_105_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_27_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_105_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2142 2992 2392 fixation_cross gabor_056 gabor_115 gabor_084 gabor_028 gabor_056_alt gabor_115_alt gabor_084 gabor_028 "2_28_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2400_gabor_patch_orientation_056_115_084_028_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_084_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_28_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_084_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 2242 2992 2442 fixation_cross gabor_102 gabor_082 gabor_133 gabor_171 gabor_102_alt gabor_082 gabor_133 gabor_171_alt "2_29_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2250_3000_2450_gabor_patch_orientation_102_082_133_171_target_position_2_3_retrieval_position_1" gabor_150_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_29_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_150_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1792 2992 2042 fixation_cross gabor_012 gabor_101 gabor_180 gabor_160 gabor_012_alt gabor_101 gabor_180_alt gabor_160 "2_30_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2050_gabor_patch_orientation_012_101_180_160_target_position_2_4_retrieval_position_2" gabor_circ gabor_101_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_30_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_101_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2192 2992 1942 fixation_cross gabor_092 gabor_065 gabor_016 gabor_177 gabor_092_alt gabor_065 gabor_016_alt gabor_177 "2_31_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_1950_gabor_patch_orientation_092_065_016_177_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_177_framed blank blank blank blank fixation_cross_target_position_2_4 "2_31_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_177_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1992 2992 2592 fixation_cross gabor_060 gabor_148 gabor_034 gabor_007 gabor_060 gabor_148_alt gabor_034 gabor_007_alt "2_32_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2600_gabor_patch_orientation_060_148_034_007_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_034_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_32_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_034_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1792 2992 2592 fixation_cross gabor_016 gabor_032 gabor_068 gabor_083 gabor_016 gabor_032_alt gabor_068_alt gabor_083 "2_33_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2600_gabor_patch_orientation_016_032_068_083_target_position_1_4_retrieval_position_1" gabor_154_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_33_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_154_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2242 2992 2442 fixation_cross gabor_044 gabor_082 gabor_097 gabor_158 gabor_044_alt gabor_082_alt gabor_097 gabor_158 "2_34_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2450_gabor_patch_orientation_044_082_097_158_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_021_framed blank blank blank blank fixation_cross_target_position_3_4 "2_34_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_021_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2092 2992 1992 fixation_cross gabor_057 gabor_016 gabor_170 gabor_128 gabor_057_alt gabor_016_alt gabor_170 gabor_128 "2_35_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2000_gabor_patch_orientation_057_016_170_128_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_128_framed blank blank blank blank fixation_cross_target_position_3_4 "2_35_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_128_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2042 2992 2342 fixation_cross gabor_096 gabor_128 gabor_180 gabor_020 gabor_096 gabor_128_alt gabor_180_alt gabor_020 "2_36_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2350_gabor_patch_orientation_096_128_180_020_target_position_1_4_retrieval_position_1" gabor_096_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_36_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_096_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 1792 2992 2592 fixation_cross gabor_115 gabor_180 gabor_040 gabor_158 gabor_115 gabor_180 gabor_040_alt gabor_158_alt "2_37_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1800_3000_2600_gabor_patch_orientation_115_180_040_158_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_090_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_37_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_090_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1942 2992 2092 fixation_cross gabor_089 gabor_138 gabor_012 gabor_171 gabor_089_alt gabor_138_alt gabor_012 gabor_171 "2_38_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2100_gabor_patch_orientation_089_138_012_171_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_171_framed blank blank blank blank fixation_cross_target_position_3_4 "2_38_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_171_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 1892 2992 2242 fixation_cross gabor_048 gabor_167 gabor_125 gabor_011 gabor_048_alt gabor_167_alt gabor_125 gabor_011 "2_39_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1900_3000_2250_gabor_patch_orientation_048_167_125_011_target_position_3_4_retrieval_position_1" gabor_094_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_39_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_094_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1792 2992 2042 fixation_cross gabor_107 gabor_069 gabor_175 gabor_039 gabor_107 gabor_069 gabor_175_alt gabor_039_alt "2_40_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2050_gabor_patch_orientation_107_069_175_039_target_position_1_2_retrieval_position_1" gabor_107_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_40_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_107_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1742 2992 2392 fixation_cross gabor_001 gabor_172 gabor_149 gabor_063 gabor_001_alt gabor_172 gabor_149 gabor_063_alt "2_41_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2400_gabor_patch_orientation_001_172_149_063_target_position_2_3_retrieval_position_2" gabor_circ gabor_037_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_41_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_037_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1792 2992 2342 fixation_cross gabor_122 gabor_032 gabor_004 gabor_061 gabor_122_alt gabor_032_alt gabor_004 gabor_061 "2_42_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2350_gabor_patch_orientation_122_032_004_061_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_144_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_42_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_144_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1792 2992 2042 fixation_cross gabor_092 gabor_143 gabor_053 gabor_110 gabor_092_alt gabor_143 gabor_053 gabor_110_alt "2_43_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2050_gabor_patch_orientation_092_143_053_110_target_position_2_3_retrieval_position_2" gabor_circ gabor_143_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_43_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_143_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2142 2992 2492 fixation_cross gabor_035 gabor_015 gabor_175 gabor_102 gabor_035_alt gabor_015 gabor_175 gabor_102_alt "2_44_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2500_gabor_patch_orientation_035_015_175_102_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_125_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_44_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_125_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2042 2992 2192 fixation_cross gabor_040 gabor_002 gabor_180 gabor_160 gabor_040_alt gabor_002 gabor_180_alt gabor_160 "2_45_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2200_gabor_patch_orientation_040_002_180_160_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_023_framed blank blank blank blank fixation_cross_target_position_2_4 "2_45_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_023_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 2192 2992 2242 fixation_cross gabor_035 gabor_157 gabor_175 gabor_052 gabor_035_alt gabor_157 gabor_175_alt gabor_052 "2_46_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2200_3000_2250_gabor_patch_orientation_035_157_175_052_target_position_2_4_retrieval_position_1" gabor_085_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_46_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_085_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1892 2992 2142 fixation_cross gabor_169 gabor_110 gabor_059 gabor_140 gabor_169 gabor_110_alt gabor_059_alt gabor_140 "2_47_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2150_gabor_patch_orientation_169_110_059_140_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_004_framed blank blank blank blank fixation_cross_target_position_1_4 "2_47_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_004_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2192 2992 2292 fixation_cross gabor_115 gabor_161 gabor_056 gabor_034 gabor_115_alt gabor_161 gabor_056_alt gabor_034 "2_48_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2300_gabor_patch_orientation_115_161_056_034_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_080_framed blank blank blank blank fixation_cross_target_position_2_4 "2_48_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_080_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 1992 2992 2092 fixation_cross gabor_110 gabor_051 gabor_141 gabor_171 gabor_110 gabor_051_alt gabor_141 gabor_171_alt "2_49_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2000_3000_2100_gabor_patch_orientation_110_051_141_171_target_position_1_3_retrieval_position_2" gabor_circ gabor_051_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_49_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_051_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2242 2992 1942 fixation_cross gabor_128 gabor_045 gabor_159 gabor_097 gabor_128_alt gabor_045 gabor_159 gabor_097_alt "2_50_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_1950_gabor_patch_orientation_128_045_159_097_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_021_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_50_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_021_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1992 2992 2292 fixation_cross gabor_026 gabor_057 gabor_073 gabor_042 gabor_026_alt gabor_057_alt gabor_073 gabor_042 "2_51_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2300_gabor_patch_orientation_026_057_073_042_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_089_framed blank blank blank blank fixation_cross_target_position_3_4 "2_51_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_089_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2192 2992 2142 fixation_cross gabor_082 gabor_171 gabor_035 gabor_003 gabor_082 gabor_171_alt gabor_035_alt gabor_003 "2_52_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2150_gabor_patch_orientation_082_171_035_003_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_003_framed blank blank blank blank fixation_cross_target_position_1_4 "2_52_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_003_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1842 2992 1992 fixation_cross gabor_062 gabor_079 gabor_148 gabor_104 gabor_062 gabor_079 gabor_148_alt gabor_104_alt "2_53_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2000_gabor_patch_orientation_062_079_148_104_target_position_1_2_retrieval_position_2" gabor_circ gabor_079_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_53_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_079_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2042 2992 1892 fixation_cross gabor_109 gabor_046 gabor_151 gabor_168 gabor_109_alt gabor_046 gabor_151_alt gabor_168 "2_54_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_1900_gabor_patch_orientation_109_046_151_168_target_position_2_4_retrieval_position_2" gabor_circ gabor_092_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_54_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_092_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2142 2992 2042 fixation_cross gabor_154 gabor_001 gabor_081 gabor_114 gabor_154 gabor_001_alt gabor_081 gabor_114_alt "2_55_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2050_gabor_patch_orientation_154_001_081_114_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_131_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_55_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_131_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 1742 2992 1942 fixation_cross gabor_006 gabor_124 gabor_095 gabor_165 gabor_006 gabor_124_alt gabor_095_alt gabor_165 "2_56_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1750_3000_1950_gabor_patch_orientation_006_124_095_165_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_140_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_56_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_140_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1892 2992 2242 fixation_cross gabor_177 gabor_031 gabor_149 gabor_064 gabor_177_alt gabor_031 gabor_149 gabor_064_alt "2_57_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2250_gabor_patch_orientation_177_031_149_064_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_149_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_57_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_149_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1742 2992 2542 fixation_cross gabor_137 gabor_093 gabor_015 gabor_066 gabor_137_alt gabor_093 gabor_015_alt gabor_066 "2_58_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2550_gabor_patch_orientation_137_093_015_066_target_position_2_4_retrieval_position_2" gabor_circ gabor_093_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_58_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_093_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1792 2992 2142 fixation_cross gabor_171 gabor_049 gabor_014 gabor_123 gabor_171 gabor_049 gabor_014_alt gabor_123_alt "2_59_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2150_gabor_patch_orientation_171_049_014_123_target_position_1_2_retrieval_position_1" gabor_171_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_59_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_171_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1992 2992 2142 fixation_cross gabor_081 gabor_061 gabor_151 gabor_122 gabor_081 gabor_061_alt gabor_151 gabor_122_alt "2_60_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2150_gabor_patch_orientation_081_061_151_122_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_151_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_60_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_151_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1942 2992 1892 fixation_cross gabor_007 gabor_052 gabor_031 gabor_136 gabor_007_alt gabor_052 gabor_031 gabor_136_alt "2_61_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_1900_gabor_patch_orientation_007_052_031_136_target_position_2_3_retrieval_position_2" gabor_circ gabor_097_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_61_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_097_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 1742 2992 2442 fixation_cross gabor_033 gabor_089 gabor_007 gabor_173 gabor_033 gabor_089_alt gabor_007_alt gabor_173 "2_62_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_2450_gabor_patch_orientation_033_089_007_173_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_007_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_62_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_007_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1742 2992 1892 fixation_cross gabor_133 gabor_073 gabor_006 gabor_161 gabor_133_alt gabor_073 gabor_006_alt gabor_161 "2_63_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_1900_gabor_patch_orientation_133_073_006_161_target_position_2_4_retrieval_position_2" gabor_circ gabor_073_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_63_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_073_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1892 2992 2242 fixation_cross gabor_032 gabor_116 gabor_092 gabor_143 gabor_032 gabor_116_alt gabor_092_alt gabor_143 "2_64_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2250_gabor_patch_orientation_032_116_092_143_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_143_framed blank blank blank blank fixation_cross_target_position_1_4 "2_64_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_143_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1842 2992 2192 fixation_cross gabor_007 gabor_156 gabor_066 gabor_129 gabor_007_alt gabor_156_alt gabor_066 gabor_129 "2_65_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2200_gabor_patch_orientation_007_156_066_129_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_129_framed blank blank blank blank fixation_cross_target_position_3_4 "2_65_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_129_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2192 2992 1942 fixation_cross gabor_127 gabor_044 gabor_016 gabor_091 gabor_127 gabor_044_alt gabor_016_alt gabor_091 "2_66_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_1950_gabor_patch_orientation_127_044_016_091_target_position_1_4_retrieval_position_1" gabor_175_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_66_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_175_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1942 2992 2492 fixation_cross gabor_102 gabor_079 gabor_117 gabor_160 gabor_102_alt gabor_079 gabor_117 gabor_160_alt "2_67_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2500_gabor_patch_orientation_102_079_117_160_target_position_2_3_retrieval_position_2" gabor_circ gabor_031_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_67_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_031_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 2142 2992 1992 fixation_cross gabor_172 gabor_009 gabor_123 gabor_082 gabor_172 gabor_009 gabor_123_alt gabor_082_alt "2_68_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2150_3000_2000_gabor_patch_orientation_172_009_123_082_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_082_framed blank blank blank blank fixation_cross_target_position_1_2 "2_68_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_082_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1942 2992 2492 fixation_cross gabor_066 gabor_041 gabor_008 gabor_154 gabor_066 gabor_041 gabor_008_alt gabor_154_alt "2_69_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2500_gabor_patch_orientation_066_041_008_154_target_position_1_2_retrieval_position_2" gabor_circ gabor_091_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_69_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_091_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 1742 2992 1942 fixation_cross gabor_031 gabor_159 gabor_054 gabor_136 gabor_031_alt gabor_159 gabor_054_alt gabor_136 "2_70_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_1950_gabor_patch_orientation_031_159_054_136_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_054_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_70_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_054_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
};
# baselinePost (at the end of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
};
time = 0;
duration = 5000;
code = "BaselinePost";
port_code = 92;
}; |
74f365d3cd5a4817694b43a8f61f213eb5bf3b82 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2126/CH5/EX5.12/12.sce | 9a9db04493a0df9dd5dcd882364f660228ee0ae0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,336 | sce | 12.sce | clc
clear
//Input data
Po=300 //Pressure in reservoir in kPa
To=500 //Temperature in reservoir in K
At=1 //Throat area in m^2
Ax=2 //Area just before the shock in m^2
Ay=2 //Area just after the shock in m^2
A2=3 //Exit area in m^2
//Calculation
a1=Ax/At //Area ratio
Mx=2.2 //Mach number upstream of shock
p1=0.0935 //Ratio of pressure before shock to stagnation pressure before shock from gas tables @Mx
Px=p1*Po //pressure before shock in kPa
t1=0.50 //Ratio of temperature before shock to stagnation pressure before shock from gas tables @Mx
Tx=t1*To //temperature before shock in K
My=0.547 //Mach number downstream of shock
p2=5.480 //Static pressure ratio after and before the shock from gas tables @My
Py=Px*p2 //Static pressure after shock in kPa
t2=1.857 //Temperature ratio after and before the shock from gas tables @My
Ty=t2*Tx //Temperature ratio after the shock in K
p3=6.716 //Stagnation pressure after shock to Static pressure before shock from gas tables @My
Poy=Px*p3 //Stagnation pressure after shock in kPa
Po2=Poy //Exit stagnation pressure in kPa, Since total pressure remains same after shock
t3=0.943 //Static to stagnation pressure after shock from isentropic gas tables @My
Toy=Ty/t3 //Stagnation pressure after shock in K
To2=Toy //Exit stagnation temperature in K, Since temperature remains after shock
a2=1.255 //Ratio of area after shock to throat area after shock from isentropic gas tables @My
Aty=Ay/a2 //Throat area after shock in m^2
At2=Aty //Throat area at exit in m^2
a3=A2/At2 //Areas ratio
M2=0.33 //Exit mach number from gas tables @a3
p4=0.927 //Static to Stagnation pressure at exit from gas isentropic gas tables @a3
P2=Po2*p4 //Exit pressure in kPa
t4=0.978 //Static to Stagnation temperature at exit from gas isentropic gas tables @a3
T2=To2*t4 //Exit temperature in K
//Output
printf('(A)Pressure at section (x) Px=%3.2f kPa\n (B)Pressure at section (y) Px=%3.3f kPa\n (C)Stagnation pressure at section (y) Poy=%3.2f kPa\n (D)Throat area of cross section at section (y) Aty=%3.4f m^2\n (E)Stagnation pressure at exit Po2=%3.2f kPa\n (F)Throat area of cross section at exit At2=%3.4f m^2\n (G)Static Pressure at exit P2=%3.2f kPa\n (H)Stagantion temperature at exit To2=%3i K\n (I)Temperature at exit T2=%3i k',Px,Py,Poy,Aty,Po2,At2,P2,To2,T2)
|
3267b7e127d269d0aefff620cfe05f7ff9240296 | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/form-split/DEVELOPMENT-LANGUAGES/germanic/dan.tst | 3efcea13833fa81f68571551a89783c178d75554 | [] | no_license | davidgu13/Lemma-vs-Form-Splits | c154f1c0c7b84ba5b325b17507012d41b9ad5cfe | 3cce087f756420523f5a14234d02482452a7bfa5 | refs/heads/master | 2023-08-01T16:15:52.417307 | 2021-09-14T20:19:28 | 2021-09-14T20:19:28 | 395,023,433 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 113,418 | tst | dan.tst | istap N;NOM;DEF;SG
sodavand N;GEN;INDF;SG
frænke N;NOM;DEF;SG
parkeringsgarage N;NOM;INDF;SG
nederdel N;NOM;INDF;PL
returnere V;NFIN;ACT
foto N;GEN;INDF;PL
bogstav N;GEN;INDF;PL
deviere V.PTCP;PRS;ACT
cigaretsælger N;NOM;DEF;SG
barrikade N;NOM;INDF;PL
las N;NOM;DEF;PL
scorereplik N;NOM;DEF;SG
symptom N;NOM;DEF;PL
selvstudium N;NOM;INDF;PL
spisebord N;NOM;DEF;SG
tjørn N;NOM;DEF;SG
gemmested N;GEN;INDF;SG
bordel N;NOM;DEF;PL
økologi N;GEN;INDF;PL
diftong N;GEN;INDF;SG
hane N;NOM;INDF;PL
sind N;NOM;INDF;SG
intelligensprøve N;NOM;DEF;SG
skalerbarhed N;NOM;DEF;SG
fund N;NOM;DEF;PL
gratulere V.PTCP;PST;PASS
sandkasse N;GEN;INDF;PL
gilding N;NOM;DEF;SG
strofe N;NOM;DEF;SG
antonym N;NOM;DEF;SG
krage N;NOM;DEF;PL
kustode N;NOM;DEF;SG
alligator N;NOM;DEF;SG
palimpsest N;GEN;INDF;SG
årstid N;NOM;DEF;PL
globe N;NOM;DEF;PL
marsvin N;NOM;DEF;PL
spurv N;NOM;DEF;SG
brøk N;NOM;DEF;SG
hobby N;NOM;INDF;SG
hingst N;GEN;INDF;PL
gæstehus N;GEN;INDF;PL
vandhund N;NOM;DEF;SG
skotte N;GEN;INDF;PL
mineralogi N;NOM;INDF;SG
lørdag N;NOM;DEF;PL
tønde N;GEN;INDF;PL
fund N;NOM;INDF;SG
gilding N;NOM;DEF;PL
agn N;NOM;DEF;PL
leksikon N;NOM;INDF;SG
tale N;NOM;DEF;PL
hyl N;NOM;INDF;PL
kølle N;NOM;INDF;PL
islænder N;NOM;DEF;PL
islom N;GEN;INDF;PL
arne N;NOM;DEF;PL
bagslag N;NOM;DEF;PL
pave N;NOM;DEF;SG
mappe N;NOM;DEF;PL
tændstik N;NOM;DEF;PL
kloakdyr N;NOM;DEF;SG
breche N;NOM;INDF;SG
motivation N;NOM;INDF;PL
seng N;GEN;INDF;SG
sag N;NOM;DEF;SG
pude N;NOM;DEF;PL
romani N;NOM;DEF;SG
visent N;NOM;DEF;PL
nitrat N;NOM;DEF;SG
slave N;NOM;DEF;PL
skurk N;NOM;DEF;SG
tankbil N;NOM;DEF;SG
motorkøretøj N;NOM;DEF;SG
lus N;NOM;DEF;PL
flimmerkasse N;NOM;DEF;PL
stær N;NOM;DEF;SG
rollespil N;NOM;DEF;PL
glansbillede N;NOM;DEF;SG
pengeautomat N;NOM;DEF;SG
cigaretrør N;GEN;INDF;SG
ildslukker N;NOM;INDF;SG
lærerinde N;GEN;INDF;SG
allokering N;NOM;DEF;PL
rhesusabe N;GEN;INDF;SG
rhesusabe N;NOM;DEF;SG
mitokondrie N;NOM;INDF;PL
pølse N;NOM;DEF;PL
høste V.PTCP;PST;PASS
dobbeltseng N;NOM;INDF;PL
surhedsregulator N;NOM;DEF;PL
angstskrig N;NOM;DEF;PL
emotikon N;GEN;INDF;SG
øjenlåg N;NOM;INDF;SG
kløftehammer N;NOM;DEF;PL
menage N;NOM;DEF;PL
standart N;NOM;DEF;SG
mangel N;NOM;DEF;SG
bekostning N;NOM;DEF;PL
skulptur N;NOM;INDF;SG
bordeaux N;GEN;INDF;PL
mikroskop N;NOM;DEF;PL
skjorte N;NOM;DEF;SG
film N;NOM;DEF;SG
brugerdiskussion N;NOM;INDF;SG
udrensning N;NOM;INDF;PL
klassifikation N;GEN;INDF;SG
ordklasse N;NOM;INDF;SG
altan N;NOM;DEF;SG
ceremoni N;NOM;DEF;PL
højttaler N;NOM;INDF;PL
æra N;NOM;INDF;PL
tegneserie N;NOM;DEF;PL
spætte N;GEN;INDF;PL
fyrfadslys N;NOM;INDF;SG
tommelfinger N;NOM;DEF;SG
vod N;NOM;DEF;PL
eng N;NOM;DEF;SG
telefon N;NOM;DEF;SG
central N;NOM;DEF;PL
basun N;NOM;DEF;PL
hudfarve N;NOM;DEF;SG
skildpadde N;NOM;DEF;SG
tese N;NOM;INDF;PL
rapportering N;NOM;INDF;SG
fedtsyl N;NOM;INDF;SG
mule N;NOM;DEF;PL
pattedyr N;NOM;DEF;SG
organisere V;IMP;ACT
foderbræt N;GEN;INDF;PL
sinecure N;NOM;INDF;SG
arbejdsdag N;NOM;DEF;SG
debut N;GEN;INDF;PL
kentaur N;NOM;INDF;SG
kugle N;GEN;INDF;SG
frænde N;NOM;INDF;PL
aktivist N;NOM;DEF;PL
liechtensteiner N;NOM;DEF;SG
skulptør N;NOM;INDF;PL
testamente N;NOM;DEF;PL
nævn N;NOM;DEF;SG
kapers N;NOM;DEF;SG
musical N;NOM;DEF;PL
gudstjeneste N;GEN;INDF;PL
legeplads N;NOM;DEF;SG
plaster N;NOM;DEF;PL
sesamolie N;GEN;INDF;SG
kedel N;NOM;DEF;SG
babyble N;NOM;DEF;PL
kugleramme N;NOM;DEF;SG
diamant N;NOM;DEF;SG
klassiker N;NOM;DEF;PL
torv N;NOM;INDF;SG
bestie N;NOM;DEF;SG
skov N;GEN;INDF;PL
profet N;NOM;DEF;SG
amagerkaner N;NOM;DEF;SG
komponist N;GEN;INDF;PL
entalpi N;NOM;INDF;SG
orgie N;GEN;INDF;PL
tommelfinger N;NOM;INDF;SG
værelse N;GEN;INDF;PL
siameser N;NOM;INDF;SG
røn N;NOM;DEF;PL
salte V.PTCP;PRS;ACT
sålbænk N;NOM;INDF;SG
blender N;NOM;DEF;SG
pynt N;GEN;INDF;PL
plage N;NOM;INDF;PL
babydoll N;NOM;INDF;SG
rygsæk N;NOM;DEF;PL
kontakt N;NOM;INDF;SG
baby-sitter N;GEN;INDF;PL
tunika N;NOM;DEF;PL
trækbasun N;NOM;INDF;SG
udmatning N;NOM;DEF;PL
håndjern N;GEN;INDF;SG
lårben N;NOM;DEF;PL
faktum N;GEN;INDF;PL
satire N;NOM;DEF;SG
trafiklys N;NOM;DEF;PL
gærdesmutte N;NOM;DEF;SG
vandrør N;NOM;INDF;PL
låneord N;NOM;INDF;SG
e-mail N;NOM;INDF;PL
heltinde N;NOM;DEF;PL
mellemkrigsår N;GEN;INDF;SG
rype N;NOM;DEF;PL
massakre N;GEN;INDF;SG
golfbold N;NOM;DEF;PL
hjemby N;NOM;DEF;SG
flyvemaskine N;NOM;DEF;SG
dragt N;NOM;INDF;SG
hydrolyse N;NOM;DEF;SG
fjernsyn N;NOM;DEF;PL
holm N;NOM;INDF;PL
pølse N;NOM;INDF;PL
candyfloss N;NOM;INDF;PL
ambolt N;NOM;INDF;PL
viskestykke N;NOM;DEF;SG
palads N;NOM;INDF;PL
bov N;NOM;DEF;SG
taste V.PTCP;PRS;ACT
pilgrim N;NOM;DEF;PL
afsender N;NOM;DEF;PL
ærkeengel N;NOM;DEF;PL
strø N;NOM;INDF;PL
erklære V;IMP;ACT
enkemand N;NOM;INDF;SG
gnier N;NOM;INDF;PL
fægter N;GEN;INDF;PL
udvikler N;NOM;DEF;PL
general N;NOM;DEF;SG
rosévin N;NOM;DEF;PL
berømmelse N;NOM;DEF;PL
harve N;NOM;INDF;PL
kasse N;NOM;DEF;PL
massøse N;NOM;INDF;SG
emballage N;NOM;DEF;PL
akkordeon N;GEN;INDF;PL
forbrydelse N;NOM;DEF;PL
reparere V.PTCP;PST;PASS
frimurer N;NOM;DEF;PL
rapportering N;NOM;DEF;SG
skurk N;NOM;DEF;SG
album N;NOM;DEF;SG
bydelstat N;NOM;INDF;SG
vrag N;NOM;INDF;PL
talje N;GEN;INDF;SG
modersmål N;NOM;DEF;PL
høtyv N;GEN;INDF;PL
vatpind N;NOM;DEF;PL
dige N;NOM;DEF;PL
telefon N;GEN;INDF;PL
organdonor N;NOM;DEF;SG
musikgenre N;NOM;INDF;PL
verdensmester N;NOM;INDF;SG
bjørnetjeneste N;GEN;INDF;SG
frisør N;NOM;INDF;SG
sammenskrivning N;NOM;INDF;SG
projekt N;GEN;INDF;PL
halskæde N;NOM;INDF;SG
elskerinde N;GEN;INDF;PL
jungle N;NOM;DEF;PL
kladde N;NOM;INDF;SG
pastel N;NOM;DEF;PL
buket N;NOM;DEF;SG
nytårsaften N;NOM;INDF;PL
spermatozo N;GEN;INDF;SG
optimist N;NOM;DEF;PL
sideordning N;NOM;DEF;PL
facade N;GEN;INDF;SG
taske N;GEN;INDF;PL
pastel N;NOM;DEF;SG
genvej N;NOM;DEF;PL
tortere V;IMP;ACT
hypnotisere V.PTCP;PST;PASS
kutyme N;GEN;INDF;SG
piberi N;NOM;DEF;PL
skov N;NOM;INDF;PL
blok N;GEN;INDF;PL
genstandsled N;NOM;DEF;PL
organisme N;NOM;INDF;SG
bifamilie N;NOM;DEF;PL
babydukke N;NOM;INDF;PL
muddergrøft N;NOM;INDF;SG
flyttemand N;NOM;DEF;SG
småbarn N;GEN;INDF;PL
annullering N;GEN;INDF;SG
panda N;NOM;DEF;PL
dragt N;GEN;INDF;SG
gren N;NOM;DEF;SG
yver N;NOM;DEF;SG
kladde N;NOM;DEF;PL
lykønske V;IND;PRS;PASS
ballon N;GEN;INDF;PL
pilgrim N;NOM;INDF;SG
brugerbidrag N;NOM;DEF;SG
galop N;NOM;INDF;SG
stedord N;NOM;DEF;SG
profet N;GEN;INDF;SG
kommissær N;GEN;INDF;PL
butik N;NOM;DEF;SG
substituere V.PTCP;PST;PASS
modulere V;IND;PST;ACT
skive N;NOM;DEF;SG
æbletærte N;NOM;DEF;SG
schweizer N;NOM;INDF;SG
accent N;NOM;INDF;SG
datid N;NOM;INDF;SG
afprøvning N;NOM;INDF;PL
kvart N;GEN;INDF;SG
grøft N;NOM;INDF;SG
bi N;NOM;DEF;SG
børs N;NOM;INDF;PL
råb N;NOM;DEF;PL
kønsord N;NOM;DEF;PL
altan N;NOM;INDF;SG
massøse N;NOM;INDF;PL
slot N;NOM;DEF;PL
jødinde N;NOM;INDF;SG
hytte N;NOM;DEF;PL
troubadur N;NOM;DEF;SG
køleskab N;NOM;INDF;SG
desavouere V.PTCP;PRS;ACT
grønsag N;NOM;DEF;SG
eksempel N;NOM;DEF;SG
vandbakkelse N;GEN;INDF;PL
syndrom N;NOM;INDF;SG
kule N;NOM;DEF;SG
numse N;NOM;DEF;PL
grape N;NOM;INDF;PL
libaneser N;NOM;INDF;SG
jærv N;NOM;DEF;PL
højdespring N;NOM;INDF;SG
kobberrør N;NOM;INDF;PL
fraktur N;GEN;INDF;SG
slikkepot N;NOM;INDF;PL
selvportræt N;NOM;INDF;PL
førdatid N;GEN;INDF;PL
ubåd N;NOM;INDF;SG
proton N;NOM;DEF;PL
adoptivbarn N;NOM;DEF;PL
blodbad N;NOM;DEF;PL
parentes N;NOM;DEF;SG
loppetjans N;GEN;INDF;PL
topograf N;NOM;INDF;SG
måde N;NOM;INDF;SG
kvalitet N;GEN;INDF;SG
krølle N;GEN;INDF;PL
spilkarakter N;NOM;DEF;PL
juletræ N;NOM;DEF;SG
brusk N;GEN;INDF;SG
bueskytte N;GEN;INDF;PL
løsen N;NOM;DEF;SG
skulderblad N;GEN;INDF;PL
mule N;GEN;INDF;PL
rosé N;NOM;DEF;SG
lokum N;NOM;DEF;PL
kildekode N;NOM;DEF;SG
børnesygdom N;GEN;INDF;SG
vorte N;NOM;DEF;PL
bratsch N;NOM;INDF;SG
langfinger N;NOM;INDF;PL
midtnormal N;NOM;DEF;SG
rugbrød N;NOM;DEF;PL
autoritet N;GEN;INDF;SG
bund N;NOM;INDF;PL
bånd N;NOM;DEF;SG
ægtefælle N;NOM;DEF;PL
kondom N;NOM;DEF;PL
bodybuilder N;NOM;DEF;SG
trappe N;NOM;DEF;PL
granat N;NOM;DEF;PL
hormon N;GEN;INDF;SG
sennep N;NOM;DEF;SG
kikser N;NOM;DEF;SG
kar N;GEN;INDF;PL
søgeresultat N;NOM;DEF;SG
trubadur N;NOM;DEF;PL
låneord N;NOM;INDF;PL
uge N;GEN;INDF;PL
bagagevogn N;GEN;INDF;SG
sambo N;GEN;INDF;SG
sprække N;NOM;DEF;SG
testning N;NOM;INDF;PL
dråbe N;NOM;DEF;PL
matrone N;GEN;INDF;SG
ansøger N;NOM;DEF;PL
russer N;NOM;DEF;PL
skærf N;NOM;DEF;SG
reje N;NOM;DEF;PL
veganer N;GEN;INDF;PL
nære V;IMP;ACT
horkarl N;GEN;INDF;PL
canadier N;NOM;DEF;SG
fæstning N;GEN;INDF;PL
hus N;NOM;DEF;PL
ngo N;NOM;DEF;PL
karakter N;NOM;INDF;PL
sprække N;GEN;INDF;SG
gaffel N;NOM;DEF;SG
scorereplik N;NOM;INDF;SG
kvotient N;NOM;INDF;SG
hærværksmand N;NOM;DEF;SG
soludbrud N;NOM;DEF;SG
heliotrop N;NOM;INDF;PL
halvvokal N;NOM;DEF;PL
partikel N;NOM;DEF;SG
storesøster N;GEN;INDF;PL
cirkel N;NOM;DEF;SG
kommentar N;GEN;INDF;PL
ble N;GEN;INDF;PL
drøne V;NFIN;ACT
røgelse N;NOM;INDF;PL
tv-program N;NOM;DEF;SG
klient N;NOM;DEF;PL
stegepande N;NOM;INDF;PL
damp N;NOM;DEF;PL
patient N;NOM;DEF;SG
afløb N;NOM;INDF;PL
annektering N;GEN;INDF;PL
gyroskop N;NOM;DEF;SG
entalpi N;NOM;DEF;PL
rosé N;GEN;INDF;SG
birkes N;NOM;DEF;SG
modulere V;IMP;ACT
kind N;NOM;DEF;PL
patient N;NOM;DEF;PL
madding N;NOM;DEF;PL
nervecelle N;NOM;INDF;PL
rovfugl N;NOM;DEF;SG
desavouere V;IND;PST;ACT
trommesæt N;NOM;DEF;PL
ispind N;GEN;INDF;PL
spænding N;GEN;INDF;PL
urmager N;NOM;INDF;PL
multiplayerspil N;NOM;DEF;SG
æblesaft N;NOM;DEF;PL
atom N;NOM;DEF;SG
skuffe N;NOM;DEF;PL
kapring N;NOM;INDF;SG
varulv N;GEN;INDF;SG
glansbillede N;NOM;DEF;SG
kemiker N;NOM;DEF;SG
ekstrem N;GEN;INDF;PL
stang N;NOM;DEF;PL
pinjekerne N;NOM;DEF;PL
voldtægt N;NOM;DEF;PL
hjord N;GEN;INDF;SG
pomme frite N;NOM;INDF;PL
morfar N;NOM;INDF;PL
fodbold N;GEN;INDF;SG
babyvræl N;NOM;DEF;SG
tåge N;NOM;INDF;SG
assimilere V.PTCP;PST;PASS
mesanmast N;GEN;INDF;PL
panda N;GEN;INDF;PL
vaskeklud N;GEN;INDF;PL
brugerdiskussionsside N;NOM;INDF;SG
afsløre V.PTCP;PST;PASS
tånegl N;NOM;DEF;PL
krølle N;NOM;DEF;SG
ABC N;NOM;DEF;PL
ørn N;NOM;INDF;SG
blindtarm N;GEN;INDF;SG
dekade N;NOM;DEF;SG
paranød N;NOM;INDF;PL
djævel N;GEN;INDF;PL
tolvfingertarm N;NOM;INDF;SG
dadel N;NOM;INDF;SG
tandtråd N;NOM;INDF;SG
lund N;NOM;DEF;PL
allike N;GEN;INDF;SG
klima N;NOM;DEF;SG
bratsch N;NOM;DEF;PL
oversættelseslån N;NOM;DEF;SG
morgenmenneske N;GEN;INDF;SG
sommer N;NOM;DEF;SG
stål N;NOM;DEF;PL
ægtefælle N;NOM;DEF;PL
hestesko N;NOM;DEF;PL
selvportræt N;GEN;INDF;SG
navlestreng N;GEN;INDF;PL
fløjte N;NOM;DEF;PL
glimt N;NOM;DEF;PL
gene N;NOM;DEF;SG
lyn N;GEN;INDF;SG
afstemning N;NOM;INDF;SG
musikal N;GEN;INDF;PL
bibliofil N;NOM;DEF;PL
albumin N;NOM;DEF;SG
len N;GEN;INDF;SG
kaution N;NOM;INDF;PL
hunkat N;NOM;DEF;PL
negativ N;GEN;INDF;PL
rendezvous N;GEN;INDF;SG
polygon N;NOM;INDF;SG
sygdom N;NOM;DEF;PL
klapvogn N;NOM;DEF;SG
skulptør N;NOM;DEF;PL
egn N;NOM;DEF;SG
ovn N;NOM;INDF;SG
underlag N;NOM;DEF;PL
estimat N;NOM;DEF;SG
ridt N;NOM;INDF;PL
profet N;GEN;INDF;PL
ambra N;NOM;DEF;PL
morder N;NOM;DEF;SG
meter N;NOM;INDF;PL
kamæleon N;NOM;INDF;SG
barre N;NOM;DEF;SG
kors N;NOM;INDF;PL
bi N;GEN;INDF;SG
allike N;GEN;INDF;PL
armbrøst N;NOM;DEF;PL
lastbil N;NOM;DEF;PL
pennalhus N;GEN;INDF;PL
dukke N;GEN;INDF;PL
rat N;GEN;INDF;SG
mellemmand N;NOM;DEF;PL
fyrfadslys N;NOM;INDF;PL
skulptur N;NOM;DEF;SG
candyfloss N;NOM;DEF;PL
hår N;NOM;DEF;SG
bus N;NOM;DEF;PL
førdatid N;NOM;DEF;SG
vandmelon N;NOM;INDF;PL
kamel N;NOM;DEF;SG
rende N;GEN;INDF;PL
pinselilje N;NOM;DEF;SG
chikane N;NOM;DEF;SG
stormfugl N;NOM;DEF;PL
yver N;NOM;INDF;PL
roman N;NOM;DEF;SG
wienerbrød N;GEN;INDF;SG
hjørne N;GEN;INDF;SG
havfrue N;NOM;INDF;SG
ara N;GEN;INDF;SG
stær N;NOM;DEF;SG
potentat N;NOM;DEF;SG
jurist N;NOM;INDF;SG
dessert N;NOM;INDF;PL
palmeolie N;NOM;DEF;PL
badmintonspiller N;NOM;INDF;PL
jag N;GEN;INDF;PL
slikkepot N;NOM;DEF;PL
kar N;NOM;INDF;PL
pålæg N;NOM;INDF;PL
brandsår N;NOM;DEF;PL
grape N;GEN;INDF;SG
vaskemiddel N;GEN;INDF;SG
krokodille N;NOM;INDF;SG
grupperabat N;GEN;INDF;PL
tyveri N;NOM;INDF;PL
talje N;NOM;DEF;SG
søndag N;GEN;INDF;PL
antologi N;GEN;INDF;SG
spånplade N;NOM;DEF;SG
babyboom N;NOM;DEF;PL
optimist N;GEN;INDF;PL
afføring N;GEN;INDF;SG
øldåse N;NOM;DEF;SG
kæft N;NOM;INDF;SG
ærbødighed N;NOM;DEF;PL
frier N;NOM;DEF;SG
knalde V.PTCP;PST;PASS
diagram N;NOM;DEF;SG
lydord N;GEN;INDF;SG
pædagogik N;NOM;DEF;PL
hypnose N;NOM;INDF;PL
firkant N;NOM;DEF;PL
beton N;GEN;INDF;SG
feber N;NOM;INDF;PL
taske N;NOM;DEF;SG
nat N;GEN;INDF;PL
læsehest N;NOM;DEF;PL
vod N;GEN;INDF;PL
kommune N;NOM;DEF;SG
græsslåmaskine N;NOM;INDF;PL
mælkebøtte N;GEN;INDF;PL
androide N;GEN;INDF;SG
interessent N;GEN;INDF;PL
rype N;GEN;INDF;SG
pibe N;NOM;DEF;SG
akvarel N;NOM;INDF;PL
spisebord N;NOM;INDF;PL
citat N;NOM;DEF;SG
anagram N;NOM;DEF;PL
tortere V.PTCP;PRS;ACT
ridt N;NOM;DEF;PL
rødvin N;GEN;INDF;PL
tjørn N;GEN;INDF;PL
kultstatus N;NOM;INDF;SG
autorisation N;NOM;DEF;PL
lår N;NOM;INDF;PL
mønster N;NOM;DEF;SG
bygkorn N;NOM;DEF;PL
kyniker N;GEN;INDF;PL
skulderblad N;NOM;DEF;PL
proscenium N;NOM;INDF;SG
kno N;GEN;INDF;PL
bedemand N;NOM;DEF;PL
korps N;NOM;DEF;PL
amerikaner N;GEN;INDF;SG
flyttebil N;NOM;DEF;SG
cigaretsælger N;GEN;INDF;PL
monoteist N;NOM;INDF;PL
succes N;GEN;INDF;SG
illusion N;NOM;DEF;PL
emne N;NOM;INDF;PL
cytoplasma N;GEN;INDF;SG
hytte N;NOM;INDF;PL
kontrovers N;NOM;DEF;SG
terapi N;NOM;DEF;SG
falafel N;GEN;INDF;SG
hud N;NOM;DEF;SG
læsehest N;GEN;INDF;SG
bænk N;GEN;INDF;SG
snabel N;NOM;DEF;PL
portemonnæ N;NOM;INDF;PL
trespring N;NOM;INDF;SG
vene N;GEN;INDF;PL
tøjle N;NOM;DEF;PL
løjtnant N;NOM;DEF;PL
salte V;IND;PST;ACT
suffiks N;NOM;DEF;PL
svans N;NOM;DEF;PL
malle N;NOM;INDF;PL
blindtarmsbetændelse N;NOM;DEF;SG
marsvin N;GEN;INDF;PL
værdi N;NOM;DEF;PL
kondom N;NOM;INDF;PL
facade N;NOM;INDF;PL
kål N;NOM;INDF;PL
morfar N;GEN;INDF;SG
frokost N;NOM;INDF;PL
vandrehistorie N;NOM;DEF;SG
kor N;NOM;INDF;SG
engel N;GEN;INDF;SG
natur N;NOM;DEF;PL
vittighed N;NOM;DEF;PL
intelligensniveau N;NOM;DEF;PL
napoleonshat N;NOM;INDF;SG
surhedsregulator N;NOM;DEF;PL
arving N;NOM;INDF;SG
flyttebil N;NOM;INDF;PL
kernekraft N;NOM;INDF;SG
pengeautomat N;GEN;INDF;PL
alkymist N;NOM;INDF;SG
ballet N;NOM;INDF;SG
dun N;NOM;DEF;PL
bugspytkirtel N;NOM;DEF;PL
kvinde N;GEN;INDF;PL
referendum N;NOM;DEF;SG
perfektionist N;GEN;INDF;PL
pinje N;NOM;DEF;PL
venskab N;NOM;DEF;SG
voldgrav N;NOM;DEF;PL
elektron N;NOM;DEF;PL
ed N;NOM;DEF;SG
princip N;GEN;INDF;SG
præstation N;NOM;DEF;PL
undulat N;NOM;DEF;PL
bogklub N;GEN;INDF;PL
asyl N;NOM;DEF;SG
ekstranet N;NOM;DEF;SG
babysæl N;NOM;DEF;SG
ædelgas N;NOM;DEF;PL
lærerinde N;GEN;INDF;PL
orkestergrav N;NOM;DEF;SG
blodbad N;GEN;INDF;PL
aktivist N;NOM;INDF;SG
tillægsord N;NOM;DEF;PL
granat N;NOM;DEF;PL
natur N;NOM;DEF;SG
hare N;NOM;DEF;SG
candyfloss N;NOM;DEF;PL
ordre N;NOM;INDF;SG
bryggeri N;NOM;DEF;PL
krise N;NOM;INDF;PL
avance N;NOM;DEF;SG
angstskrig N;GEN;INDF;PL
siameser N;NOM;DEF;SG
kop N;NOM;DEF;SG
dispositionsmængde N;GEN;INDF;SG
understøttelsespunkt N;NOM;DEF;SG
æra N;NOM;DEF;PL
tyver N;GEN;INDF;PL
starter N;NOM;DEF;PL
glansbillede N;NOM;DEF;PL
sødestof N;NOM;DEF;SG
blåhval N;GEN;INDF;PL
adverbium N;GEN;INDF;SG
trafikprop N;NOM;DEF;PL
undulat N;GEN;INDF;PL
terræn N;NOM;INDF;PL
lag N;NOM;DEF;PL
østkyst N;NOM;DEF;SG
spindelvæv N;NOM;DEF;SG
millimeter N;NOM;INDF;SG
bæver N;NOM;INDF;PL
tagetes N;NOM;DEF;SG
renovere V;IND;PRS;PASS
aktivitet N;GEN;INDF;PL
mountainbike N;NOM;DEF;SG
abc N;NOM;DEF;SG
hundemad N;GEN;INDF;SG
kynisme N;NOM;DEF;PL
hvede N;NOM;DEF;PL
køretøj N;NOM;DEF;SG
bryggeri N;NOM;INDF;PL
vom N;NOM;DEF;SG
mistelten N;NOM;INDF;PL
erektion N;GEN;INDF;PL
befolkning N;NOM;INDF;PL
sprække N;NOM;DEF;PL
vestkyst N;GEN;INDF;SG
mellemnavn N;GEN;INDF;PL
hæle V;IND;PST;PASS
løg N;GEN;INDF;PL
nøddeskal N;GEN;INDF;SG
ektoplasma N;NOM;DEF;SG
graviditet N;GEN;INDF;PL
computerproducent N;NOM;DEF;SG
integrere V.PTCP;PRS;ACT
fødselshyppighed N;GEN;INDF;SG
anagram N;NOM;DEF;SG
tromme N;GEN;INDF;SG
hukommelse N;NOM;DEF;PL
ambolt N;GEN;INDF;SG
virolog N;NOM;DEF;SG
hjemmeside N;NOM;DEF;PL
flange N;NOM;DEF;SG
chok N;NOM;DEF;SG
citron N;NOM;DEF;PL
lunde N;NOM;DEF;PL
fordanskning N;NOM;INDF;SG
fodspor N;NOM;INDF;PL
skudår N;NOM;INDF;SG
apanage N;GEN;INDF;PL
hjernestamme N;NOM;DEF;PL
nidstirre V.PTCP;PRS;ACT
nødvendighed N;NOM;DEF;SG
troldmand N;NOM;DEF;PL
annihilere V;IND;PRS;ACT
ansøgning N;GEN;INDF;SG
hytte N;GEN;INDF;SG
filter N;NOM;INDF;PL
sovs N;NOM;DEF;PL
trespring N;NOM;DEF;PL
retssal N;NOM;DEF;SG
psykose N;GEN;INDF;PL
hundestejle N;NOM;INDF;SG
apostrof N;NOM;INDF;SG
ironi N;GEN;INDF;SG
assimilere V;IND;PRS;ACT
præposition N;NOM;DEF;SG
bryllup N;NOM;INDF;PL
århusianer N;NOM;DEF;PL
dusin N;NOM;DEF;PL
unge N;GEN;INDF;PL
amager N;NOM;DEF;SG
flanør N;NOM;DEF;SG
vitaminpille N;NOM;DEF;SG
nødudgang N;GEN;INDF;SG
vinkelhalveringslinje N;NOM;DEF;SG
intranet N;NOM;DEF;SG
diller N;NOM;DEF;SG
ugle N;NOM;DEF;SG
grynt N;NOM;INDF;PL
tyv N;GEN;INDF;SG
tyver N;NOM;INDF;PL
ambolt N;NOM;DEF;PL
nexøbo N;NOM;INDF;PL
autopsi N;GEN;INDF;SG
amfibium N;GEN;INDF;SG
tjørn N;NOM;DEF;PL
sværddrager N;GEN;INDF;PL
navnebroder N;GEN;INDF;SG
vrag N;NOM;DEF;SG
arne N;GEN;INDF;PL
biologi N;GEN;INDF;PL
algoritme N;GEN;INDF;PL
tommelfinger N;NOM;INDF;PL
vindrue N;NOM;DEF;SG
union N;NOM;INDF;SG
grundlag N;GEN;INDF;PL
rabat N;NOM;INDF;SG
komodovaran N;GEN;INDF;SG
kronprinsesse N;NOM;DEF;PL
genstandsled N;GEN;INDF;PL
kerte N;GEN;INDF;SG
substantiv N;GEN;INDF;PL
araber N;GEN;INDF;PL
kue V;IND;PRS;ACT
pikkemand N;NOM;DEF;SG
salathoved N;NOM;DEF;SG
hat N;NOM;DEF;PL
kustode N;NOM;DEF;PL
peberkværn N;NOM;INDF;PL
dyste V;IND;PRS;ACT
regel N;GEN;INDF;SG
redoxreaktion N;NOM;DEF;SG
ballet N;NOM;DEF;SG
appelsinskræl N;NOM;INDF;SG
novelle N;NOM;INDF;SG
falaffel N;NOM;INDF;SG
eksamen N;NOM;DEF;PL
brynje N;GEN;INDF;PL
lommetyv N;NOM;INDF;PL
æra N;NOM;INDF;SG
værdi N;NOM;DEF;PL
aubergine N;GEN;INDF;SG
ballet N;GEN;INDF;SG
urin N;GEN;INDF;PL
svane N;GEN;INDF;PL
and N;NOM;INDF;SG
medaljon N;NOM;DEF;SG
valens N;NOM;DEF;SG
monopol N;NOM;DEF;SG
tobak N;NOM;INDF;SG
fjende N;NOM;INDF;PL
kolibri N;NOM;INDF;SG
brandsår N;NOM;DEF;PL
vingummibamse N;NOM;DEF;PL
telegrafist N;GEN;INDF;PL
gasmaske N;NOM;DEF;PL
plage N;NOM;INDF;SG
urinal N;NOM;INDF;SG
indbygger N;NOM;DEF;SG
fængsle V;IMP;ACT
pessimist N;NOM;DEF;PL
metallurg N;NOM;DEF;PL
føn N;NOM;INDF;PL
kronprins N;NOM;DEF;SG
indhøste V.PTCP;PRS;ACT
kastel N;GEN;INDF;PL
dynasti N;GEN;INDF;SG
tunika N;NOM;INDF;PL
centralnervesystem N;NOM;INDF;SG
pensum N;NOM;INDF;SG
prosadigt N;GEN;INDF;SG
periode N;NOM;DEF;SG
standard N;NOM;INDF;PL
termin N;NOM;DEF;PL
pelikan N;NOM;DEF;PL
hvalros N;GEN;INDF;PL
milt N;NOM;DEF;PL
kugleramme N;NOM;DEF;SG
ræv N;NOM;DEF;SG
bølgefunktion N;NOM;INDF;PL
fange N;GEN;INDF;PL
seneskedehindebetændelse N;GEN;INDF;SG
tryk N;NOM;DEF;SG
julestjerne N;NOM;INDF;PL
kor N;NOM;DEF;SG
papegøje N;NOM;DEF;SG
ordsprog N;GEN;INDF;SG
guirlande N;GEN;INDF;PL
vingummibamse N;NOM;DEF;SG
fjord N;NOM;DEF;PL
addere V;IND;PRS;ACT
ærinde N;NOM;DEF;PL
komposition N;GEN;INDF;PL
inspicere V;IND;PST;PASS
lime N;GEN;INDF;PL
forårsrulle N;NOM;DEF;PL
organisme N;NOM;INDF;PL
metropolit N;NOM;DEF;PL
tydeliggørelse N;NOM;DEF;SG
øjenlåg N;NOM;DEF;PL
kokon N;NOM;DEF;SG
bænk N;NOM;DEF;SG
nørd N;NOM;INDF;PL
nexøbo N;NOM;DEF;SG
tv-serie N;GEN;INDF;PL
aflyd N;GEN;INDF;PL
alkoholiker N;NOM;DEF;SG
freske N;GEN;INDF;SG
skyllemiddel N;NOM;INDF;PL
chokolade N;NOM;INDF;SG
varan N;GEN;INDF;SG
konstruktion N;NOM;DEF;SG
størrelse N;NOM;DEF;SG
mavesaft N;GEN;INDF;PL
skuffelse N;NOM;DEF;PL
ørn N;GEN;INDF;PL
krølle N;NOM;DEF;PL
tegneserie N;NOM;INDF;PL
markere V.PTCP;PRS;ACT
troldmand N;NOM;DEF;SG
ordkløver N;NOM;DEF;SG
diller N;NOM;DEF;PL
kupon N;NOM;DEF;SG
aften N;GEN;INDF;PL
rune N;NOM;DEF;PL
musikalbum N;GEN;INDF;SG
eger N;NOM;INDF;SG
midnat N;NOM;INDF;SG
radio N;GEN;INDF;PL
morgenmand N;NOM;DEF;SG
diæt N;NOM;INDF;PL
montere V.PTCP;PST;PASS
landsbytosse N;NOM;INDF;SG
vinkelhalveringslinie N;NOM;DEF;SG
knæ N;NOM;DEF;PL
afkom N;NOM;DEF;SG
snabel N;NOM;INDF;PL
ildslukker N;NOM;DEF;SG
indflyvning N;NOM;INDF;SG
trold N;GEN;INDF;SG
søn N;NOM;DEF;PL
sølvbryllup N;NOM;INDF;PL
aborre N;NOM;INDF;PL
sandsæk N;NOM;INDF;SG
bogstav N;NOM;DEF;PL
manke N;GEN;INDF;SG
viske V;NFIN;ACT
egennavn N;NOM;DEF;PL
disciplin N;GEN;INDF;PL
verden N;GEN;INDF;SG
rappenskralde N;GEN;INDF;PL
centimeter N;GEN;INDF;PL
signere V;IND;PRS;ACT
bagatel N;NOM;INDF;PL
navnebroder N;NOM;DEF;SG
ståsted N;NOM;DEF;PL
dokument N;NOM;INDF;SG
brunette N;NOM;DEF;SG
tømrer N;NOM;DEF;PL
overvågningsliste N;NOM;DEF;PL
dampskib N;NOM;DEF;PL
håndboldspiller N;GEN;INDF;PL
svigerinde N;NOM;DEF;PL
brækjern N;GEN;INDF;SG
mikroskop N;NOM;INDF;PL
niece N;NOM;DEF;PL
spændingsforskel N;NOM;DEF;SG
MF N;NOM;DEF;PL
laste V;IND;PST;PASS
klassiker N;NOM;INDF;SG
gærdesmutte N;NOM;DEF;PL
autokrati N;NOM;INDF;SG
afsender N;NOM;DEF;PL
dige N;NOM;DEF;SG
førdatid N;GEN;INDF;SG
bøsse N;NOM;DEF;PL
hunkat N;NOM;INDF;PL
filter N;NOM;INDF;SG
abbedisse N;NOM;INDF;PL
vandringsmand N;GEN;INDF;PL
riffel N;NOM;INDF;SG
karisma N;NOM;INDF;PL
bivuak N;NOM;INDF;PL
drager N;GEN;INDF;SG
dåse N;NOM;INDF;PL
butik N;NOM;INDF;PL
tegnefilm N;NOM;INDF;PL
storm N;GEN;INDF;SG
spektakel N;NOM;INDF;SG
oxidere V;NFIN;ACT
sø N;NOM;DEF;SG
færdselstavle N;NOM;INDF;SG
filter N;GEN;INDF;SG
kongruens N;NOM;DEF;SG
hvalros N;GEN;INDF;SG
kor N;NOM;DEF;SG
hydrolyse N;NOM;INDF;PL
forkortelse N;NOM;DEF;SG
ambassade N;GEN;INDF;PL
apparat N;GEN;INDF;PL
fællesmængde N;GEN;INDF;SG
løve N;GEN;INDF;SG
mikrosekund N;NOM;DEF;SG
syl N;NOM;DEF;SG
kast N;NOM;DEF;SG
fiskerbåd N;NOM;INDF;PL
buste N;NOM;DEF;SG
chilener N;NOM;DEF;PL
tyttebær N;NOM;DEF;SG
samfund N;NOM;DEF;SG
partikel N;NOM;INDF;SG
eventyr N;NOM;DEF;PL
elfenbenstårn N;NOM;DEF;SG
androide N;NOM;INDF;PL
biobrændsel N;NOM;INDF;SG
overraskelse N;GEN;INDF;PL
kutyme N;NOM;DEF;PL
fingernegl N;NOM;DEF;SG
hud N;GEN;INDF;PL
tandlæge N;NOM;DEF;PL
vandfarve N;NOM;DEF;PL
trumf N;NOM;DEF;PL
algoritme N;NOM;DEF;SG
hypnotisør N;NOM;DEF;SG
lastbil N;NOM;DEF;PL
motorkøretøj N;NOM;DEF;SG
sus N;GEN;INDF;PL
konsul N;NOM;DEF;PL
skizofreni N;NOM;DEF;SG
bamse N;GEN;INDF;SG
dusin N;NOM;INDF;SG
hornhinde N;NOM;DEF;PL
langfinger N;NOM;DEF;SG
symptom N;GEN;INDF;SG
musikproducer N;NOM;DEF;SG
miste V.PTCP;PST;PASS
annullering N;NOM;INDF;SG
urinblære N;NOM;DEF;PL
metropolit N;NOM;INDF;PL
rambuk N;NOM;DEF;PL
næringsstof N;NOM;DEF;PL
lagen N;NOM;INDF;SG
muddergrøft N;NOM;DEF;SG
enebarn N;NOM;DEF;SG
terræn N;GEN;INDF;PL
velsigne V;IMP;ACT
tryne N;NOM;INDF;SG
klarinet N;GEN;INDF;SG
skudår N;NOM;DEF;SG
strejf N;GEN;INDF;SG
grønsag N;NOM;INDF;PL
annektering N;NOM;DEF;SG
bassin N;GEN;INDF;SG
recirkulation N;NOM;INDF;SG
krokodilletåre N;NOM;DEF;SG
synapse N;NOM;INDF;SG
mundharpe N;NOM;DEF;PL
foto N;NOM;DEF;SG
juletræ N;NOM;INDF;SG
lillefinger N;GEN;INDF;SG
vejrhane N;NOM;DEF;PL
lænestol N;GEN;INDF;PL
and N;NOM;INDF;PL
porre N;NOM;DEF;SG
mayonnaise N;NOM;DEF;SG
afsnit N;NOM;DEF;SG
bedstemor N;GEN;INDF;SG
boysenbær N;NOM;DEF;PL
ambassade N;NOM;DEF;SG
hytte N;NOM;DEF;SG
rubin N;GEN;INDF;PL
musikalbum N;NOM;DEF;PL
lejrskole N;NOM;INDF;PL
svans N;GEN;INDF;SG
bedstemor N;NOM;DEF;SG
taste V;IMP;ACT
dynasti N;NOM;DEF;PL
fond N;NOM;DEF;PL
fe N;NOM;DEF;PL
heliotrop N;NOM;DEF;PL
diskutere V;IND;PRS;ACT
lændeklæde N;GEN;INDF;PL
moratorium N;NOM;DEF;PL
semiotiker N;GEN;INDF;PL
afstemning N;NOM;DEF;PL
ståltråd N;NOM;INDF;PL
grin N;NOM;INDF;PL
pulver N;GEN;INDF;SG
bæver N;NOM;DEF;SG
taxa N;NOM;DEF;SG
ventil N;NOM;DEF;SG
broderskab N;NOM;DEF;SG
jubilæum N;NOM;INDF;PL
tilnavn N;NOM;DEF;SG
neuron N;GEN;INDF;PL
statsoverhoved N;GEN;INDF;PL
greve N;NOM;INDF;SG
fe N;NOM;DEF;SG
adoptivbarn N;NOM;DEF;PL
primtal N;NOM;DEF;SG
øge V.PTCP;PST;PASS
mafiafamilie N;GEN;INDF;PL
fe N;NOM;DEF;SG
dansker N;GEN;INDF;PL
teater N;NOM;DEF;PL
palisade N;GEN;INDF;PL
regulere V;IND;PRS;PASS
sikkerhedsvagt N;GEN;INDF;PL
nødvendighed N;NOM;DEF;PL
psykologi N;GEN;INDF;SG
idiosynkrasi N;NOM;DEF;SG
langfredag N;NOM;DEF;PL
guddom N;NOM;INDF;PL
intelligenstest N;NOM;DEF;PL
rollespil N;NOM;INDF;PL
krydsermissil N;NOM;DEF;SG
isbryder N;NOM;INDF;PL
vindmølle N;NOM;INDF;SG
islænding N;NOM;DEF;SG
æbleskive N;NOM;DEF;SG
advent N;NOM;DEF;SG
konkurs N;NOM;INDF;PL
motorcyklist N;GEN;INDF;SG
debat N;GEN;INDF;PL
kommentere V;IMP;ACT
besked N;NOM;INDF;SG
trespring N;NOM;DEF;SG
MF N;NOM;DEF;SG
billige V.PTCP;PST;PASS
clips N;NOM;INDF;SG
klap-sammen-mad N;NOM;DEF;PL
pupil N;NOM;DEF;PL
rosmarin N;NOM;DEF;PL
diller N;GEN;INDF;PL
intimidere V;NFIN;ACT
kasket N;NOM;DEF;PL
venskabsby N;NOM;INDF;SG
grunde V;IND;PRS;PASS
semiotiker N;NOM;DEF;SG
længdespring N;NOM;INDF;PL
brandbil N;NOM;DEF;SG
herre N;NOM;DEF;SG
kondolere V;IND;PRS;PASS
brik N;NOM;DEF;SG
lærer N;GEN;INDF;PL
arkiv N;NOM;DEF;PL
islænder N;GEN;INDF;PL
clips N;NOM;INDF;PL
amagerkaner N;NOM;DEF;PL
vise N;NOM;DEF;SG
spyd N;NOM;DEF;PL
nominativ N;GEN;INDF;PL
særskrivning N;NOM;INDF;PL
værtinde N;GEN;INDF;PL
talord N;GEN;INDF;SG
geled N;NOM;INDF;PL
fader N;GEN;INDF;SG
pande N;GEN;INDF;SG
kikser N;NOM;DEF;PL
pels N;GEN;INDF;PL
vandmelon N;NOM;DEF;PL
krystallisere V;NFIN;ACT
postbud N;NOM;DEF;SG
lillefinger N;NOM;DEF;PL
sonet N;NOM;DEF;PL
blodbad N;NOM;DEF;SG
partner N;NOM;DEF;SG
savle V;IND;PST;PASS
julekort N;NOM;DEF;SG
tæller N;GEN;INDF;SG
balkon N;NOM;INDF;SG
æblesaft N;NOM;INDF;SG
langfinger N;NOM;DEF;PL
tandlæge N;GEN;INDF;PL
tånegl N;NOM;DEF;SG
gemmested N;NOM;INDF;SG
anledning N;NOM;DEF;PL
bagmand N;GEN;INDF;PL
krøsus N;GEN;INDF;SG
tangent N;NOM;DEF;SG
silikat N;NOM;DEF;SG
sværm N;GEN;INDF;SG
entré N;GEN;INDF;SG
opdagelse N;NOM;DEF;PL
feber N;NOM;INDF;SG
biobrændsel N;NOM;DEF;SG
solbær N;NOM;INDF;SG
hensynsled N;NOM;INDF;PL
idiotsikre V;IND;PRS;PASS
aktieselskab N;NOM;INDF;SG
udmatning N;NOM;DEF;SG
rektor N;NOM;INDF;SG
julegave N;GEN;INDF;PL
skildpadde N;NOM;DEF;PL
mallemuk N;NOM;DEF;PL
dekade N;NOM;INDF;PL
pinselilje N;GEN;INDF;PL
skøjte N;NOM;DEF;PL
danserinde N;NOM;DEF;SG
gyngestol N;NOM;DEF;PL
tebrev N;NOM;DEF;SG
befolkning N;GEN;INDF;SG
lommetyv N;NOM;DEF;PL
stud N;NOM;DEF;PL
knogle N;GEN;INDF;PL
spermatozo N;NOM;DEF;PL
natklub N;NOM;INDF;SG
loddekolbe N;GEN;INDF;SG
kalksten N;NOM;INDF;SG
enke N;NOM;DEF;SG
lænestol N;NOM;DEF;PL
smoking N;NOM;DEF;SG
babysitter N;NOM;INDF;SG
motorkøretøj N;NOM;INDF;SG
kirke N;GEN;INDF;SG
ært N;NOM;INDF;PL
egern N;GEN;INDF;SG
perker N;GEN;INDF;SG
etiopier N;NOM;DEF;PL
afvigelse N;GEN;INDF;SG
danisere V;IND;PRS;ACT
gratulant N;NOM;DEF;PL
bighornfår N;NOM;DEF;PL
kendeord N;GEN;INDF;SG
pokeransigt N;NOM;DEF;SG
dørmåtte N;NOM;INDF;SG
forhøjelse N;GEN;INDF;PL
novelle N;NOM;INDF;PL
gab N;NOM;INDF;PL
påmindelse N;GEN;INDF;PL
facon N;NOM;DEF;PL
wc N;GEN;INDF;SG
kontor N;NOM;DEF;PL
bombardement N;NOM;DEF;PL
oversættelseslån N;NOM;INDF;SG
viser N;NOM;DEF;SG
strejf N;NOM;INDF;SG
savle V;IND;PST;ACT
musikgruppe N;NOM;DEF;SG
dekagram N;NOM;INDF;PL
fodbold N;NOM;INDF;PL
rom N;NOM;INDF;PL
ejer N;NOM;INDF;PL
enzym N;NOM;DEF;PL
rygte N;GEN;INDF;SG
nødudgang N;NOM;INDF;SG
kast N;NOM;DEF;SG
mønster N;GEN;INDF;PL
celle N;GEN;INDF;PL
bønne N;NOM;DEF;SG
stød N;GEN;INDF;SG
agn N;GEN;INDF;SG
menneske N;GEN;INDF;SG
studium N;GEN;INDF;SG
karpe N;GEN;INDF;SG
hat N;GEN;INDF;SG
udgift N;NOM;INDF;SG
anarki N;GEN;INDF;SG
passager N;NOM;DEF;SG
vinkelhalveringslinje N;GEN;INDF;PL
ionosfære N;GEN;INDF;SG
klassifikation N;GEN;INDF;PL
skuespillerinde N;NOM;DEF;PL
ugedag N;NOM;DEF;PL
grundstof N;NOM;DEF;SG
periskop N;NOM;DEF;PL
skjorte N;GEN;INDF;SG
ypsilon N;NOM;INDF;SG
vable N;NOM;INDF;SG
komikerduo N;NOM;DEF;PL
blindtarm N;NOM;DEF;SG
lokomotiv N;GEN;INDF;PL
kutyme N;NOM;DEF;PL
quarterback N;NOM;DEF;PL
babyloner N;NOM;INDF;SG
amager N;NOM;DEF;SG
guldbrakteat N;NOM;DEF;SG
collie N;GEN;INDF;SG
hjælm N;NOM;DEF;PL
spermatozo N;NOM;DEF;SG
tegneserie N;NOM;INDF;SG
grupperabat N;GEN;INDF;SG
vitamin N;NOM;DEF;PL
vinliste N;NOM;DEF;SG
smykke N;GEN;INDF;SG
sydvest N;NOM;INDF;PL
abrikos N;NOM;DEF;PL
synonymordbog N;NOM;INDF;SG
las N;NOM;INDF;PL
bånd N;NOM;INDF;PL
arbejdsdag N;GEN;INDF;SG
trolde V;IMP;ACT
onkel N;NOM;DEF;SG
trumf N;NOM;INDF;PL
kontrovers N;GEN;INDF;SG
stræde N;NOM;DEF;PL
kænguru N;NOM;DEF;SG
tidsforlængelse N;NOM;INDF;PL
drøn N;NOM;DEF;PL
art N;NOM;INDF;PL
torsdag N;NOM;INDF;SG
starter N;GEN;INDF;PL
jernbanespor N;NOM;INDF;SG
ven N;NOM;INDF;SG
haitianer N;NOM;DEF;SG
søpapegøje N;NOM;INDF;SG
bagagevogn N;NOM;DEF;SG
stab N;GEN;INDF;PL
broderskab N;NOM;DEF;SG
rædsel N;NOM;DEF;PL
skidt N;NOM;DEF;PL
kuld N;NOM;DEF;SG
kast N;GEN;INDF;PL
forbrydelse N;NOM;DEF;SG
bæver N;GEN;INDF;SG
puffer N;NOM;DEF;SG
konkurs N;NOM;INDF;SG
næs N;NOM;INDF;PL
motiv N;NOM;DEF;SG
gondol N;GEN;INDF;PL
udvikling N;GEN;INDF;PL
himmel N;NOM;DEF;SG
kryddernellike N;NOM;INDF;SG
antonym N;NOM;INDF;PL
flanke N;NOM;INDF;PL
vildsvin N;GEN;INDF;PL
jødinde N;GEN;INDF;PL
skandale N;NOM;INDF;PL
kulstofkredsløb N;NOM;INDF;SG
klassifikationsalgoritme N;GEN;INDF;PL
buket N;NOM;INDF;PL
participium N;NOM;DEF;PL
polygon N;GEN;INDF;PL
enhjørning N;NOM;DEF;SG
password N;GEN;INDF;SG
interesse N;GEN;INDF;SG
akkumulator N;GEN;INDF;PL
mumle V;NFIN;ACT
afsked N;NOM;DEF;SG
motorcyklist N;NOM;DEF;SG
gulv N;NOM;INDF;SG
apparat N;NOM;INDF;PL
politiker N;NOM;DEF;SG
grønlænder N;NOM;INDF;SG
kopi N;NOM;DEF;PL
børnesygdom N;GEN;INDF;PL
mængdetal N;NOM;INDF;PL
brugerbetaling N;NOM;DEF;PL
telefonboks N;NOM;DEF;PL
sabel N;NOM;DEF;PL
tusind N;NOM;DEF;SG
rundkørsel N;GEN;INDF;PL
indtaste V;NFIN;ACT
humanist N;NOM;DEF;SG
nosse N;NOM;DEF;SG
abbedisse N;NOM;DEF;PL
kalkun N;NOM;DEF;SG
barre N;NOM;DEF;SG
skarpskytte N;NOM;DEF;PL
mængde N;GEN;INDF;PL
atmosfære N;NOM;DEF;SG
babysko N;GEN;INDF;SG
cigaretpakke N;GEN;INDF;SG
trækbasun N;NOM;DEF;SG
sneugle N;NOM;DEF;PL
bi N;NOM;DEF;PL
lue N;GEN;INDF;SG
længsel N;GEN;INDF;SG
hukommelse N;NOM;DEF;PL
nattergal N;GEN;INDF;SG
kartoffel N;NOM;INDF;SG
vejr N;NOM;DEF;SG
matros N;GEN;INDF;SG
salut N;GEN;INDF;PL
onkel N;NOM;INDF;SG
ombudsmand N;NOM;DEF;PL
panere V.PTCP;PST;PASS
kurere V;NFIN;ACT
vals N;NOM;INDF;PL
låg N;NOM;DEF;SG
selvstudium N;NOM;DEF;PL
ulk N;NOM;DEF;SG
guirlande N;NOM;DEF;PL
kænguru N;NOM;DEF;PL
badeværelse N;NOM;DEF;PL
ælling N;NOM;DEF;PL
raritet N;GEN;INDF;PL
rotte N;NOM;DEF;SG
bund N;GEN;INDF;PL
øge V;IND;PST;ACT
rejsebureau N;NOM;INDF;SG
hasselnød N;NOM;DEF;SG
paragraf N;NOM;INDF;PL
solsystem N;NOM;DEF;PL
herre N;NOM;INDF;PL
svin N;NOM;INDF;SG
fædreland N;NOM;INDF;SG
dæmon N;NOM;DEF;PL
tillægsform N;GEN;INDF;PL
vandringsmand N;NOM;DEF;SG
buksestof N;NOM;INDF;SG
godbid N;NOM;DEF;PL
emballage N;NOM;INDF;PL
skidt N;NOM;DEF;PL
ildslukker N;GEN;INDF;PL
telefon N;GEN;INDF;SG
ishockeyspiller N;NOM;DEF;SG
emballage N;GEN;INDF;PL
slave N;GEN;INDF;SG
taste V;IND;PST;ACT
savle V.PTCP;PST;PASS
narhval N;GEN;INDF;PL
diplom N;GEN;INDF;SG
ishockeyspiller N;NOM;DEF;PL
kakofoni N;NOM;DEF;PL
abdikation N;GEN;INDF;PL
lystre V;IMP;ACT
jernbaneoverskæring N;NOM;DEF;SG
læbe N;NOM;DEF;SG
psykologi N;NOM;DEF;SG
hytte N;NOM;DEF;SG
helikopter N;NOM;INDF;PL
kalv N;NOM;DEF;PL
mær N;NOM;DEF;PL
trolde V.PTCP;PRS;ACT
argument N;GEN;INDF;PL
abc N;NOM;DEF;PL
facade N;NOM;INDF;SG
harekilling N;GEN;INDF;PL
videospil N;GEN;INDF;PL
milt N;NOM;DEF;PL
kiwi N;NOM;INDF;PL
oversættelseslån N;GEN;INDF;PL
pind N;NOM;DEF;SG
spermatozo N;GEN;INDF;PL
atlet N;NOM;DEF;PL
quiz N;NOM;DEF;PL
kø N;NOM;DEF;SG
pornograf N;GEN;INDF;PL
trækharmonika N;GEN;INDF;SG
slagsmål N;NOM;INDF;PL
mule N;NOM;INDF;SG
impuls N;GEN;INDF;SG
kineser N;NOM;DEF;SG
redskab N;NOM;DEF;PL
bold N;NOM;DEF;PL
nyttevirkning N;GEN;INDF;PL
wc-rulle N;NOM;INDF;SG
mare N;NOM;DEF;PL
knus N;NOM;INDF;PL
solbad N;NOM;DEF;SG
nanometer N;NOM;INDF;SG
huske V;IND;PST;PASS
hornhinde N;NOM;INDF;SG
lus N;NOM;DEF;PL
arving N;NOM;DEF;PL
TV-program N;GEN;INDF;SG
knagerække N;NOM;INDF;SG
inspicere V.PTCP;PST;PASS
halvtredser N;NOM;INDF;SG
fordøje V;NFIN;ACT
aminosyre N;NOM;INDF;SG
mandelolie N;NOM;INDF;PL
lillefinger N;NOM;INDF;PL
tyfon N;NOM;INDF;SG
arrangere V;IMP;ACT
decimeter N;NOM;DEF;SG
ægtefælle N;NOM;INDF;PL
syl N;GEN;INDF;SG
barnesoldat N;NOM;DEF;PL
eskimolog N;NOM;DEF;SG
sultan N;NOM;DEF;SG
demarkation N;GEN;INDF;PL
person N;GEN;INDF;PL
mangel N;GEN;INDF;PL
tempo N;NOM;DEF;PL
mile N;NOM;DEF;SG
skafot N;NOM;DEF;PL
øjenbryn N;NOM;DEF;SG
navnebror N;NOM;DEF;SG
tenor N;GEN;INDF;PL
skueproces N;NOM;DEF;PL
jag N;NOM;INDF;PL
grøntsag N;NOM;DEF;PL
hest N;NOM;DEF;SG
rygsæk N;NOM;INDF;SG
træl N;NOM;DEF;SG
essens N;NOM;DEF;SG
lørdag N;NOM;INDF;SG
sprog N;NOM;INDF;SG
bæskubber N;GEN;INDF;SG
hovedpulsåre N;NOM;INDF;PL
mekaniker N;NOM;INDF;PL
tørretumbler N;NOM;DEF;SG
talord N;NOM;DEF;PL
spatel N;NOM;DEF;PL
torv N;GEN;INDF;PL
røgelse N;GEN;INDF;SG
fædreland N;NOM;DEF;PL
troubadour N;GEN;INDF;SG
kommentar N;NOM;DEF;SG
fag N;NOM;DEF;SG
russer N;NOM;DEF;PL
stjerne N;GEN;INDF;SG
alter N;NOM;INDF;PL
helhest N;GEN;INDF;PL
ændre V.PTCP;PRS;ACT
oversættelse N;NOM;DEF;SG
deviere V.PTCP;PST;PASS
kondom N;NOM;DEF;SG
mandebøde N;NOM;DEF;PL
kor N;NOM;DEF;PL
stamme N;GEN;INDF;SG
horn N;NOM;INDF;PL
dåne V.PTCP;PST;PASS
klassifikation N;NOM;INDF;SG
dørmåtte N;NOM;DEF;PL
mentor N;NOM;DEF;PL
substans N;GEN;INDF;PL
karpe N;NOM;DEF;SG
hospital N;NOM;DEF;PL
tavle N;NOM;DEF;PL
blomkål N;NOM;DEF;SG
fyrfadslys N;NOM;DEF;SG
sinecure N;NOM;DEF;SG
kentaur N;NOM;DEF;SG
lighed N;NOM;DEF;PL
værktøj N;NOM;INDF;SG
hår N;NOM;DEF;PL
toilet N;GEN;INDF;SG
humanist N;NOM;DEF;PL
interjektion N;GEN;INDF;PL
fabel N;NOM;DEF;PL
mavesaft N;NOM;DEF;PL
tatovere V;IND;PST;PASS
sikring N;GEN;INDF;SG
federation N;NOM;DEF;SG
muffe N;NOM;DEF;PL
trompet N;GEN;INDF;SG
vaffel N;NOM;INDF;PL
år N;GEN;INDF;PL
brugernavn N;NOM;DEF;SG
kurs N;NOM;INDF;PL
julekort N;NOM;DEF;PL
havfrue N;GEN;INDF;PL
hermafrodit N;NOM;DEF;PL
termin N;NOM;DEF;SG
oprindelse N;NOM;INDF;SG
porøsitet N;GEN;INDF;PL
konstruktion N;NOM;DEF;SG
skueproces N;GEN;INDF;SG
barbering N;NOM;DEF;SG
golfbane N;NOM;INDF;PL
yngling N;NOM;DEF;SG
trubadur N;NOM;DEF;PL
journalist N;NOM;DEF;PL
rær N;NOM;DEF;PL
kok N;NOM;DEF;PL
hospital N;NOM;INDF;SG
galop N;NOM;DEF;SG
afføring N;NOM;DEF;SG
kollega N;GEN;INDF;SG
geled N;GEN;INDF;PL
cello N;NOM;DEF;PL
opgave N;NOM;DEF;SG
tortere V;IND;PRS;ACT
proptrækker N;NOM;INDF;SG
kalv N;GEN;INDF;SG
kobberrør N;NOM;DEF;PL
blodåre N;NOM;DEF;PL
musikvideoinstruktør N;GEN;INDF;SG
malle N;NOM;DEF;PL
fest N;GEN;INDF;SG
krog N;NOM;DEF;SG
karakal N;NOM;INDF;SG
aborre N;GEN;INDF;SG
ønskedrøm N;NOM;INDF;PL
plombere V;IND;PST;ACT
nul N;NOM;DEF;PL
quarterback N;NOM;DEF;SG
visdomstand N;NOM;DEF;SG
ketsjer N;NOM;DEF;PL
pore N;NOM;INDF;PL
kartoffel N;NOM;DEF;SG
lejlighed N;NOM;DEF;PL
ryg N;GEN;INDF;SG
sejr N;GEN;INDF;SG
kalkulere V;IND;PRS;ACT
højtaler N;GEN;INDF;PL
metropol N;NOM;DEF;PL
råb N;NOM;DEF;PL
kanapé N;GEN;INDF;SG
hoppe N;NOM;DEF;PL
istap N;NOM;DEF;PL
meditation N;NOM;DEF;PL
enhed N;NOM;DEF;SG
orgasme N;NOM;INDF;PL
nevø N;NOM;INDF;PL
sabel N;NOM;INDF;SG
nøgleben N;NOM;DEF;PL
tysker N;GEN;INDF;PL
hjernestamme N;GEN;INDF;PL
stat N;GEN;INDF;PL
demontere V;IMP;ACT
ukrainer N;NOM;DEF;SG
hængebro N;NOM;INDF;SG
vorte N;NOM;DEF;SG
unge N;NOM;INDF;PL
makrel N;NOM;DEF;SG
pennalhus N;NOM;INDF;SG
jordsvin N;NOM;DEF;SG
reje N;NOM;INDF;PL
sprække N;NOM;INDF;PL
radiobil N;NOM;DEF;PL
ekstrahere V;IND;PRS;ACT
æbletærte N;NOM;DEF;PL
æbletræ N;NOM;DEF;SG
hovedserie N;NOM;INDF;PL
centimeter N;GEN;INDF;SG
adgangskode N;NOM;DEF;PL
knus N;NOM;DEF;SG
pattedyr N;NOM;INDF;SG
grankogle N;NOM;INDF;SG
abbedisse N;GEN;INDF;PL
sjal N;GEN;INDF;PL
barbar N;NOM;INDF;PL
suggerere V;IND;PST;PASS
mareridt N;NOM;INDF;SG
figen N;GEN;INDF;PL
far N;NOM;DEF;SG
metier N;NOM;DEF;SG
buste N;NOM;INDF;PL
kunstgalleri N;NOM;INDF;PL
solbad N;NOM;INDF;SG
forelæsning N;NOM;DEF;PL
nav N;NOM;DEF;SG
kommode N;NOM;INDF;PL
ko N;GEN;INDF;SG
knob N;GEN;INDF;SG
kugle N;GEN;INDF;PL
bondegård N;GEN;INDF;PL
talsperson N;NOM;DEF;PL
hynde N;GEN;INDF;SG
elskerinde N;NOM;INDF;SG
plæneklipper N;NOM;INDF;SG
midtnormal N;NOM;DEF;SG
trafiklys N;NOM;DEF;PL
kongruens N;GEN;INDF;SG
panda N;NOM;INDF;PL
kartoffel N;NOM;INDF;PL
avokado N;NOM;DEF;SG
eksamen N;NOM;DEF;SG
dominoeffekt N;GEN;INDF;SG
alfons N;GEN;INDF;SG
svans N;NOM;DEF;SG
knæ N;GEN;INDF;PL
recirkulation N;NOM;DEF;SG
grankogle N;NOM;INDF;PL
overskæg N;NOM;INDF;SG
kommune N;NOM;DEF;PL
testikel N;NOM;DEF;SG
bro N;NOM;DEF;PL
løgn N;NOM;DEF;PL
topolog N;NOM;DEF;SG
cigar N;NOM;DEF;SG
jungle N;NOM;DEF;SG
ekvipage N;NOM;INDF;PL
brønd N;NOM;DEF;PL
bifamilie N;GEN;INDF;SG
ventil N;GEN;INDF;SG
synonymordbog N;NOM;DEF;SG
historie N;NOM;DEF;SG
salut N;NOM;DEF;SG
nisse N;NOM;DEF;SG
synonym N;GEN;INDF;SG
kødspiser N;NOM;INDF;SG
politimand N;GEN;INDF;PL
tærskel N;GEN;INDF;SG
sorg N;NOM;DEF;SG
kuffert N;GEN;INDF;PL
sølvbryllup N;GEN;INDF;SG
syre N;NOM;INDF;SG
gyngestol N;GEN;INDF;SG
sus N;NOM;DEF;SG
bussemand N;NOM;DEF;SG
nitrat N;GEN;INDF;SG
blodåre N;NOM;DEF;PL
håndboldspiller N;NOM;DEF;SG
flynder N;NOM;DEF;SG
semiotiker N;NOM;DEF;PL
knob N;GEN;INDF;PL
accelerere V;NFIN;ACT
erantis N;NOM;DEF;PL
hørfrø N;NOM;DEF;SG
taxa N;GEN;INDF;PL
lårben N;NOM;DEF;PL
kontaktinformation N;NOM;DEF;SG
kasket N;NOM;DEF;SG
taxa N;NOM;DEF;PL
porre N;NOM;INDF;SG
testikel N;GEN;INDF;SG
tolvfingertarm N;NOM;INDF;PL
blodtype N;NOM;INDF;PL
skåle V;IND;PRS;PASS
ørken N;NOM;INDF;PL
fødselshyppighed N;NOM;DEF;SG
sinecure N;NOM;DEF;PL
produkt N;GEN;INDF;PL
fornavn N;NOM;DEF;SG
halvbror N;NOM;DEF;SG
sav N;NOM;INDF;PL
dryp N;NOM;INDF;PL
øjenbryn N;NOM;INDF;PL
drømmekage N;NOM;INDF;PL
kommunist N;NOM;INDF;SG
bopæl N;NOM;DEF;SG
apropos N;NOM;INDF;PL
talord N;NOM;INDF;PL
diæt N;NOM;DEF;SG
vandbakkelse N;NOM;DEF;SG
bølgefunktion N;NOM;DEF;PL
middel N;NOM;DEF;PL
kalksten N;GEN;INDF;SG
alkoholiker N;NOM;INDF;PL
politibetjent N;NOM;INDF;PL
tryk N;NOM;DEF;SG
palindrom N;GEN;INDF;SG
ringe V;IND;PRS;PASS
telt N;NOM;DEF;SG
akkusativ N;NOM;INDF;PL
oliven N;NOM;DEF;SG
babylem N;GEN;INDF;SG
andrik N;GEN;INDF;SG
megalomani N;NOM;DEF;PL
honning N;GEN;INDF;PL
fugleskræmsel N;GEN;INDF;SG
flygel N;NOM;INDF;PL
skoletaske N;NOM;DEF;PL
yngling N;NOM;INDF;PL
kvadratmeter N;NOM;DEF;SG
strube N;NOM;DEF;SG
rambuk N;NOM;DEF;SG
abc N;NOM;DEF;PL
sjal N;NOM;DEF;SG
galehus N;NOM;DEF;SG
computerspilfigur N;GEN;INDF;SG
myriade N;GEN;INDF;SG
glas N;NOM;INDF;SG
kultfilm N;GEN;INDF;SG
sæl N;NOM;DEF;SG
kniv N;NOM;INDF;PL
politiker N;NOM;INDF;SG
algoritme N;GEN;INDF;SG
englænder N;NOM;DEF;SG
plads N;NOM;DEF;SG
brøk N;NOM;INDF;PL
syllogisme N;NOM;INDF;SG
rype N;NOM;DEF;PL
afføring N;NOM;INDF;SG
lommetyv N;GEN;INDF;SG
kappe N;GEN;INDF;PL
mølle N;NOM;INDF;SG
transformer N;NOM;DEF;PL
chokoladekage N;GEN;INDF;SG
pude N;NOM;DEF;SG
husbåd N;NOM;INDF;PL
svastika N;GEN;INDF;SG
bordlampe N;NOM;DEF;PL
tyfon N;NOM;DEF;SG
fritænker N;GEN;INDF;SG
halvmåne N;NOM;DEF;SG
måne N;NOM;INDF;SG
intranet N;GEN;INDF;PL
hyldebær N;NOM;INDF;SG
isvaffel N;NOM;INDF;PL
fyrtårn N;NOM;INDF;PL
gymnasium N;GEN;INDF;SG
brakteat N;NOM;DEF;SG
telegrafist N;NOM;INDF;SG
jernbaneoverskæring N;NOM;INDF;PL
ionosfære N;NOM;DEF;PL
opmærksomhed N;NOM;INDF;SG
kammer N;NOM;INDF;SG
milt N;NOM;INDF;PL
fajance N;GEN;INDF;SG
fjernbetjening N;GEN;INDF;SG
fodre V;IND;PRS;PASS
nationalsang N;NOM;DEF;SG
genstandsled N;GEN;INDF;SG
straffespark N;NOM;INDF;PL
præposition N;GEN;INDF;SG
smeltevarme N;NOM;DEF;PL
pelikan N;NOM;DEF;PL
kandidat N;NOM;INDF;SG
organisere V;IND;PRS;PASS
tilladelse N;NOM;INDF;SG
ionosfære N;NOM;DEF;SG
klovn N;GEN;INDF;SG
kontaktinformation N;GEN;INDF;SG
talje N;NOM;DEF;PL
kompagnon N;NOM;DEF;PL
lillehjerne N;NOM;INDF;SG
ændre V;NFIN;ACT
stådreng N;NOM;DEF;SG
adverbium N;NOM;DEF;SG
kontor N;GEN;INDF;SG
solskoldning N;NOM;INDF;SG
mus N;NOM;DEF;PL
forbrydelse N;NOM;INDF;SG
svoger N;NOM;DEF;PL
svale N;NOM;INDF;SG
terapeut N;NOM;DEF;SG
udadvendthed N;NOM;DEF;SG
rapport N;NOM;DEF;PL
leksikon N;NOM;DEF;PL
pinlighed N;NOM;DEF;PL
fuchsia N;GEN;INDF;SG
voldtægtsmand N;NOM;DEF;SG
lærer N;NOM;DEF;PL
solbær N;NOM;DEF;SG
østers N;GEN;INDF;SG
skefuld N;GEN;INDF;PL
tyrker N;GEN;INDF;SG
storhed N;NOM;DEF;SG
enke N;NOM;DEF;PL
ryste V;IND;PRS;PASS
café au lait N;GEN;INDF;PL
veganer N;NOM;DEF;PL
drue N;GEN;INDF;SG
præfiks N;NOM;DEF;SG
smed N;NOM;INDF;PL
lunde N;GEN;INDF;SG
læsehest N;GEN;INDF;PL
malm N;NOM;DEF;PL
fajance N;NOM;DEF;SG
længdeforkortelse N;NOM;DEF;PL
knap N;NOM;INDF;PL
rapportør N;GEN;INDF;PL
ridt N;NOM;DEF;SG
andrik N;GEN;INDF;PL
kno N;NOM;DEF;PL
torsdag N;GEN;INDF;PL
rådyr N;NOM;INDF;SG
pincet N;GEN;INDF;PL
pokal N;NOM;INDF;PL
persienne N;NOM;DEF;PL
hvil N;NOM;DEF;SG
pote N;NOM;DEF;PL
brakteat N;NOM;INDF;PL
tryne N;GEN;INDF;SG
klemme N;NOM;DEF;PL
hofteben N;NOM;DEF;SG
mage N;GEN;INDF;PL
lønforhøjelse N;NOM;DEF;PL
budskab N;GEN;INDF;SG
måbe V;IND;PST;PASS
arne N;NOM;INDF;SG
kynisme N;NOM;INDF;SG
bengel N;NOM;INDF;SG
kirtel N;NOM;DEF;SG
rekvirere V;IND;PRS;ACT
rende N;NOM;DEF;PL
hørfrø N;GEN;INDF;PL
fyrtårn N;NOM;DEF;SG
miljø N;NOM;INDF;PL
resistivitet N;GEN;INDF;SG
organdonor N;NOM;DEF;PL
reporter N;GEN;INDF;PL
manko N;NOM;DEF;SG
tese N;GEN;INDF;SG
konvoj N;NOM;INDF;PL
kontrovers N;NOM;INDF;SG
kusse N;NOM;DEF;SG
gelé N;NOM;INDF;PL
afsender N;NOM;INDF;PL
drink N;NOM;DEF;SG
højtaler N;NOM;DEF;SG
boring N;GEN;INDF;SG
hobby N;GEN;INDF;PL
flankere V.PTCP;PST;PASS
tillægsform N;NOM;INDF;PL
boykot N;NOM;DEF;PL
rektor N;NOM;DEF;PL
sadel N;GEN;INDF;PL
lomme N;NOM;DEF;PL
mule N;NOM;DEF;PL
mesanmast N;NOM;INDF;SG
tango N;NOM;DEF;PL
computerspilkarakter N;NOM;DEF;PL
hældning N;GEN;INDF;SG
helhest N;NOM;DEF;SG
kanelsnegl N;NOM;DEF;PL
spørgsmål N;NOM;DEF;PL
ornitolog N;GEN;INDF;PL
vaffel N;NOM;DEF;PL
kast N;NOM;INDF;SG
neutrum N;GEN;INDF;SG
differentialkvotient N;NOM;DEF;PL
mandarin N;NOM;DEF;SG
quarterback N;GEN;INDF;PL
græsenke N;NOM;DEF;SG
verden N;GEN;INDF;PL
tøsedreng N;NOM;INDF;SG
samfund N;NOM;DEF;SG
rotte N;NOM;DEF;PL
formiddag N;GEN;INDF;SG
periode N;NOM;INDF;SG
ekstranet N;GEN;INDF;SG
russer N;GEN;INDF;SG
madding N;GEN;INDF;PL
måbe V;IND;PRS;ACT
demonstration N;GEN;INDF;PL
blodtype N;NOM;DEF;SG
spørgsmål N;NOM;INDF;SG
gravhøj N;GEN;INDF;PL
gnom N;GEN;INDF;PL
afkom N;NOM;INDF;SG
mælkevej N;NOM;DEF;PL
boheme N;NOM;DEF;SG
betegnelse N;NOM;INDF;PL
manifest N;NOM;DEF;PL
kælling N;NOM;DEF;PL
reparere V;IND;PRS;PASS
malm N;NOM;DEF;PL
handler N;GEN;INDF;SG
bror N;NOM;DEF;SG
kastanje N;GEN;INDF;PL
adverbium N;NOM;DEF;PL
kreds N;NOM;DEF;PL
musikvideoinstruktør N;NOM;DEF;SG
port N;GEN;INDF;PL
troldmand N;GEN;INDF;PL
drej N;NOM;DEF;PL
guldbrakteat N;NOM;DEF;PL
gummi N;NOM;DEF;PL
ærme N;NOM;DEF;PL
horde N;GEN;INDF;SG
eventyrer N;NOM;DEF;PL
kvælstof N;NOM;INDF;SG
stængel N;NOM;INDF;SG
filetere V;IND;PRS;PASS
gilding N;GEN;INDF;PL
syge N;NOM;DEF;PL
musikinstrument N;GEN;INDF;SG
klimaforandring N;GEN;INDF;PL
handicaptoilet N;GEN;INDF;PL
dyne N;NOM;DEF;SG
aristokrat N;NOM;DEF;PL
grotesk N;NOM;DEF;PL
annihilere V;IND;PRS;PASS
siameser N;GEN;INDF;PL
folkedragt N;NOM;DEF;SG
kurere V.PTCP;PRS;ACT
ananas N;GEN;INDF;PL
vaskeklud N;GEN;INDF;SG
ståsted N;NOM;DEF;SG
beton N;GEN;INDF;PL
bandeord N;NOM;DEF;SG
foto N;NOM;INDF;SG
ytring N;NOM;DEF;SG
vasal N;NOM;DEF;PL
fag N;NOM;DEF;PL
lillehjerne N;NOM;DEF;SG
spektakel N;NOM;DEF;SG
hellebard N;GEN;INDF;SG
insekt N;NOM;DEF;SG
snog N;GEN;INDF;SG
pelikan N;NOM;DEF;SG
sav N;NOM;DEF;SG
cylinder N;NOM;INDF;SG
dyrskue N;NOM;DEF;SG
bejae V.PTCP;PST;PASS
bjørnetjeneste N;NOM;DEF;SG
kokkepige N;NOM;DEF;SG
flaskehals N;GEN;INDF;PL
trampolin N;NOM;DEF;SG
rosin N;GEN;INDF;PL
retfærdighed N;NOM;DEF;PL
kaffekande N;NOM;INDF;PL
skjorte N;GEN;INDF;PL
impuls N;NOM;DEF;PL
revy N;NOM;DEF;SG
patient N;NOM;DEF;SG
pessimist N;NOM;INDF;SG
pote N;GEN;INDF;PL
vakuum N;NOM;DEF;SG
pund N;NOM;DEF;SG
kobber N;GEN;INDF;SG
manke N;GEN;INDF;PL
essens N;GEN;INDF;PL
broderskab N;NOM;DEF;PL
hane N;GEN;INDF;PL
rødlos N;NOM;INDF;SG
ja N;NOM;INDF;SG
kur N;NOM;DEF;SG
uge N;NOM;DEF;SG
ornitologi N;NOM;DEF;SG
mesterværk N;GEN;INDF;PL
solsikke N;NOM;DEF;SG
sovs N;NOM;DEF;SG
lomme N;GEN;INDF;SG
delmængde N;NOM;DEF;SG
madding N;NOM;INDF;SG
biskop N;NOM;DEF;PL
androide N;NOM;DEF;PL
bønne N;NOM;INDF;SG
leverpostej N;NOM;INDF;SG
paddel N;GEN;INDF;SG
udstyre V;IND;PRS;PASS
sæl N;NOM;INDF;SG
henvisning N;GEN;INDF;SG
ør N;GEN;INDF;PL
postbud N;GEN;INDF;PL
billet N;NOM;INDF;PL
pungdyr N;NOM;DEF;PL
buksestof N;GEN;INDF;PL
falk N;NOM;DEF;PL
filigran N;NOM;INDF;SG
gnier N;GEN;INDF;SG
fjord N;NOM;DEF;SG
rem N;NOM;DEF;SG
onomatopoietikon N;GEN;INDF;PL
rune N;NOM;INDF;SG
jag N;NOM;DEF;PL
grapefrugt N;NOM;DEF;SG
alligator N;NOM;INDF;PL
bedemand N;NOM;INDF;SG
datere V;IND;PST;PASS
fremmedord N;NOM;INDF;SG
muldvarp N;NOM;INDF;SG
dragt N;NOM;DEF;PL
tornado N;NOM;DEF;SG
grotte N;NOM;DEF;SG
ambassade N;NOM;INDF;PL
hyl N;GEN;INDF;SG
hals N;NOM;DEF;PL
underlag N;NOM;DEF;SG
slave N;NOM;DEF;SG
andrik N;NOM;DEF;SG
udsigt N;NOM;INDF;PL
engel N;NOM;DEF;SG
solbær N;GEN;INDF;PL
konspirationsteori N;NOM;DEF;PL
kobberrør N;GEN;INDF;PL
mumle V;IND;PST;PASS
lime N;NOM;DEF;PL
sværm N;NOM;DEF;SG
ravn N;NOM;INDF;PL
pølse N;NOM;DEF;SG
hovedserie N;NOM;DEF;SG
balde N;NOM;DEF;SG
asterisk N;NOM;DEF;SG
sørøver N;NOM;DEF;SG
ansøger N;NOM;DEF;SG
grundstof N;NOM;INDF;SG
ventil N;NOM;DEF;PL
kæphest N;NOM;DEF;PL
mø N;NOM;INDF;SG
ridder N;NOM;DEF;PL
svane N;NOM;DEF;SG
småbarn N;NOM;INDF;PL
venlighed N;NOM;INDF;PL
sarkasme N;NOM;INDF;PL
karantæne N;NOM;DEF;PL
is N;NOM;DEF;SG
cembalist N;NOM;DEF;SG
modersmål N;GEN;INDF;PL
strejke N;NOM;DEF;PL
tilbud N;NOM;INDF;PL
substans N;NOM;INDF;PL
sygdom N;NOM;DEF;SG
peanut N;NOM;DEF;SG
mellemkrigstid N;NOM;DEF;SG
tandpasta N;NOM;DEF;PL
tankvogn N;GEN;INDF;SG
udstråle V;IND;PST;ACT
pomfrit N;NOM;DEF;PL
kobber N;NOM;INDF;SG
metier N;NOM;DEF;SG
violin N;GEN;INDF;PL
nervecelle N;NOM;DEF;SG
landkrabbe N;GEN;INDF;PL
evighed N;NOM;DEF;PL
pædagogik N;NOM;INDF;SG
marmelade N;NOM;DEF;SG
kokon N;NOM;INDF;PL
tøffelhelt N;NOM;INDF;SG
lillefinger N;NOM;DEF;SG
golfbold N;GEN;INDF;PL
krebs N;NOM;DEF;SG
løsen N;NOM;INDF;SG
etiopier N;NOM;DEF;SG
vampyr N;NOM;DEF;PL
raritet N;NOM;DEF;SG
tværbølge N;NOM;INDF;PL
armlægning N;NOM;DEF;SG
onsdag N;NOM;DEF;PL
kaffekande N;GEN;INDF;PL
brynje N;NOM;INDF;PL
autopsi N;GEN;INDF;PL
sodavand N;NOM;DEF;PL
alkoholiker N;GEN;INDF;PL
istid N;GEN;INDF;PL
appelsin N;NOM;DEF;SG
kompagnon N;NOM;DEF;SG
juvel N;GEN;INDF;SG
farmand N;NOM;DEF;SG
vagt N;NOM;DEF;PL
skåning N;NOM;DEF;SG
monoteist N;GEN;INDF;SG
historie N;GEN;INDF;PL
vindbøjtel N;NOM;DEF;PL
spilfigur N;NOM;INDF;PL
skøjte N;GEN;INDF;PL
hvidløg N;NOM;DEF;PL
paradoks N;GEN;INDF;PL
betaling N;NOM;INDF;SG
bjælde N;NOM;INDF;PL
halvtredser N;GEN;INDF;PL
metamorfose N;NOM;DEF;SG
golden retriever N;GEN;INDF;SG
urinsekt N;NOM;DEF;PL
figen N;NOM;DEF;SG
herre N;GEN;INDF;SG
relativ N;NOM;DEF;SG
kultur N;NOM;INDF;SG
afrikaner N;NOM;DEF;PL
børnehave N;GEN;INDF;SG
agnostiker N;NOM;DEF;SG
potentat N;GEN;INDF;PL
ophavsgruppe N;NOM;DEF;PL
håndgemæng N;NOM;INDF;PL
gnu N;NOM;INDF;PL
fiskestang N;GEN;INDF;SG
hat N;NOM;DEF;PL
autorisation N;NOM;DEF;PL
tandbørste N;GEN;INDF;PL
gelé N;GEN;INDF;SG
rosé N;GEN;INDF;PL
illusion N;NOM;INDF;PL
topograf N;NOM;DEF;SG
faldgrube N;NOM;DEF;SG
altmuligmand N;NOM;DEF;PL
opdagelse N;NOM;INDF;PL
sværdfisk N;NOM;INDF;SG
forholdsord N;NOM;INDF;PL
superorganisme N;NOM;INDF;SG
burger-bar N;GEN;INDF;SG
paulun N;NOM;DEF;PL
erfare V;IND;PST;ACT
toksikolog N;NOM;INDF;PL
kryster N;GEN;INDF;SG
knor N;GEN;INDF;PL
tandbørste N;NOM;DEF;SG
bryn N;NOM;INDF;PL
boysenbær N;NOM;DEF;SG
maksime N;NOM;DEF;PL
barnevogn N;NOM;DEF;SG
undskyldning N;NOM;DEF;SG
legeme N;NOM;INDF;SG
blåhval N;GEN;INDF;SG
ballon N;NOM;DEF;PL
babyloner N;NOM;DEF;PL
luftkastel N;NOM;DEF;PL
rejsebureau N;NOM;INDF;PL
hav N;GEN;INDF;PL
etymologi N;NOM;DEF;PL
ordre N;NOM;DEF;SG
atom N;NOM;DEF;PL
ås N;NOM;DEF;SG
tankskib N;NOM;DEF;PL
frimurer N;NOM;INDF;SG
smeltevarme N;NOM;DEF;SG
afrodisiakum N;NOM;INDF;SG
torden N;NOM;INDF;SG
plekter N;NOM;DEF;PL
visdomstand N;NOM;DEF;SG
horehus N;GEN;INDF;PL
pilot N;NOM;INDF;SG
gamache N;GEN;INDF;PL
argument N;NOM;INDF;PL
telefon N;NOM;DEF;SG
urinsekt N;NOM;DEF;PL
julegave N;GEN;INDF;SG
filter N;NOM;DEF;PL
afvigelse N;NOM;DEF;PL
mappe N;NOM;INDF;PL
mellemistid N;NOM;DEF;PL
faldgrube N;GEN;INDF;PL
tepotte N;NOM;DEF;PL
funktion N;GEN;INDF;SG
antibiotikum N;NOM;DEF;SG
kaffekande N;NOM;INDF;SG
rekord N;NOM;DEF;SG
supermagt N;NOM;DEF;PL
recept N;NOM;DEF;PL
hall N;NOM;INDF;PL
konkurrence N;NOM;INDF;SG
aktivist N;GEN;INDF;SG
skridtbind N;NOM;INDF;SG
trækharmonika N;NOM;INDF;PL
skuespiller N;NOM;INDF;PL
egetræ N;GEN;INDF;PL
seng N;NOM;DEF;SG
loppe N;NOM;DEF;PL
palimpsest N;NOM;INDF;SG
trappe N;GEN;INDF;SG
finte N;NOM;DEF;PL
nationalsang N;NOM;DEF;PL
højskole N;NOM;INDF;PL
harpun N;NOM;DEF;PL
handskerum N;GEN;INDF;SG
sarkasme N;GEN;INDF;PL
ragout N;NOM;DEF;PL
grøft N;NOM;DEF;PL
mole N;NOM;DEF;SG
onomatopoietikon N;GEN;INDF;SG
blindtarmsbetændelse N;GEN;INDF;SG
tidsmaskine N;GEN;INDF;PL
sangsvane N;NOM;DEF;SG
anagram N;NOM;INDF;SG
forurening N;NOM;DEF;SG
vindruekerneolie N;GEN;INDF;PL
diplom N;NOM;INDF;SG
neutron N;NOM;DEF;SG
påmindelse N;NOM;DEF;SG
gondol N;NOM;INDF;SG
onsdag N;NOM;DEF;SG
blåskimmelost N;NOM;DEF;SG
ordklasse N;NOM;DEF;SG
enebarn N;GEN;INDF;PL
sikkerhed N;NOM;DEF;PL
nøddeskal N;NOM;DEF;PL
akkumulator N;NOM;DEF;SG
genotype N;GEN;INDF;SG
artikel N;NOM;INDF;PL
kontakt N;NOM;DEF;PL
amatør N;GEN;INDF;PL
participium N;NOM;DEF;PL
anholdelse N;NOM;DEF;SG
atlet N;NOM;DEF;PL
grotesk N;GEN;INDF;SG
system N;NOM;DEF;PL
meteorit N;NOM;DEF;PL
tykhornsfår N;NOM;DEF;SG
nudel N;NOM;DEF;PL
pesticid N;NOM;DEF;SG
frimærke N;NOM;DEF;PL
vakuum N;GEN;INDF;SG
kaffebønne N;GEN;INDF;SG
morfar N;GEN;INDF;PL
æblekerne N;NOM;DEF;SG
altæder N;NOM;DEF;SG
krave N;NOM;DEF;SG
gyroskop N;NOM;INDF;PL
modalverbum N;NOM;DEF;SG
spatel N;NOM;DEF;PL
pseudonym N;NOM;INDF;SG
toer N;GEN;INDF;SG
suggerere V.PTCP;PRS;ACT
kommentere V;IND;PST;ACT
afsløre V;IND;PST;PASS
akt N;NOM;INDF;PL
palmeolie N;NOM;DEF;PL
pinlighedsfornemmelse N;NOM;DEF;SG
uddannelse N;NOM;DEF;SG
ornitolog N;GEN;INDF;SG
studium N;NOM;INDF;SG
tøjle N;NOM;INDF;PL
polygon N;NOM;DEF;PL
hest N;NOM;INDF;SG
materiale N;NOM;INDF;SG
liv N;GEN;INDF;SG
aristokrat N;GEN;INDF;SG
markere V.PTCP;PST;PASS
skuffe N;NOM;DEF;SG
avenue N;NOM;DEF;SG
od N;NOM;DEF;PL
kvalitet N;NOM;DEF;PL
veranda N;NOM;INDF;SG
graver N;GEN;INDF;PL
åg N;NOM;DEF;PL
indhøste V;IND;PST;ACT
hundestejle N;NOM;DEF;PL
ædelsten N;NOM;DEF;SG
fodre V;IND;PST;ACT
konstruktion N;NOM;INDF;PL
flanke N;NOM;DEF;PL
ejer N;NOM;DEF;PL
rygsæk N;NOM;DEF;PL
elg N;NOM;DEF;PL
hørfrø N;NOM;DEF;PL
straffespark N;GEN;INDF;SG
diagnose N;NOM;DEF;SG
pors N;NOM;INDF;SG
hydrolyse N;GEN;INDF;PL
issyl N;NOM;INDF;PL
galskab N;NOM;DEF;SG
tånegl N;GEN;INDF;PL
industrialisering N;NOM;DEF;SG
natugle N;NOM;DEF;PL
hall N;GEN;INDF;SG
lund N;NOM;INDF;PL
ædelsten N;GEN;INDF;SG
marmelade N;NOM;DEF;PL
paragraf N;GEN;INDF;SG
ambassadør N;NOM;DEF;PL
helligdag N;NOM;DEF;SG
present N;NOM;INDF;PL
charabanc N;GEN;INDF;SG
verbum N;GEN;INDF;SG
brik N;NOM;DEF;SG
måge N;NOM;DEF;PL
parodi N;GEN;INDF;PL
tyfon N;GEN;INDF;SG
hud N;GEN;INDF;SG
alternativ N;NOM;DEF;SG
farao N;NOM;DEF;PL
fotografere V;IND;PST;ACT
nisse N;NOM;DEF;SG
overraskelse N;NOM;INDF;SG
slange N;NOM;INDF;PL
servitrice N;NOM;DEF;PL
nordkyst N;NOM;DEF;SG
muffe N;NOM;DEF;PL
fremlejer N;NOM;DEF;SG
knogle N;NOM;DEF;PL
sejr N;NOM;INDF;PL
blindtarm N;NOM;DEF;SG
69'er N;NOM;DEF;SG
ør N;NOM;INDF;SG
kongruens N;NOM;DEF;PL
skede N;NOM;DEF;SG
mineralogi N;NOM;DEF;SG
port N;NOM;DEF;SG
sultanat N;GEN;INDF;SG
trubadur N;NOM;INDF;SG
makron N;NOM;DEF;PL
handskerum N;NOM;DEF;PL
byttehandel N;NOM;INDF;SG
pinje N;NOM;INDF;PL
svane N;NOM;INDF;SG
terning N;NOM;INDF;PL
tykhornsfår N;NOM;DEF;PL
zebrafinke N;NOM;DEF;PL
hjul N;GEN;INDF;PL
tomrum N;GEN;INDF;PL
seer N;NOM;INDF;PL
sammenskrivning N;GEN;INDF;PL
kopimaskine N;NOM;DEF;PL
mage N;NOM;DEF;SG
børnesoldat N;NOM;DEF;SG
skoletaske N;GEN;INDF;PL
udfordring N;GEN;INDF;PL
syerske N;NOM;INDF;PL
soludbrud N;NOM;INDF;PL
distrahere V;IND;PST;ACT
syndrom N;NOM;DEF;PL
kæft N;NOM;DEF;PL
soludbrud N;NOM;INDF;SG
egetræ N;NOM;DEF;SG
ulv N;NOM;INDF;SG
riste V;IMP;ACT
dag N;NOM;DEF;PL
smørrebrød N;NOM;INDF;PL
figen N;NOM;DEF;SG
guitar N;NOM;DEF;PL
sikring N;NOM;DEF;SG
deisme N;GEN;INDF;SG
øgle N;NOM;DEF;PL
bogorm N;GEN;INDF;SG
kødspiser N;NOM;DEF;SG
trolde V;IND;PST;PASS
grynt N;NOM;DEF;SG
platformspil N;NOM;DEF;PL
færdselstavle N;NOM;DEF;SG
cylinder N;NOM;DEF;PL
brugerbetaling N;NOM;INDF;SG
wc N;GEN;INDF;PL
svigte V;IND;PRS;PASS
hyldebær N;NOM;DEF;SG
aflyd N;NOM;DEF;PL
offer N;GEN;INDF;PL
klapperslange N;NOM;INDF;PL
nyttevirkning N;NOM;DEF;SG
metropolit N;GEN;INDF;SG
metropol N;NOM;DEF;PL
terning N;NOM;DEF;SG
danskvand N;GEN;INDF;SG
prisvinder N;NOM;DEF;SG
hov N;NOM;DEF;SG
bøg N;GEN;INDF;SG
overvågningsliste N;GEN;INDF;PL
topolog N;GEN;INDF;SG
tændstikæske N;GEN;INDF;PL
vindrue N;NOM;INDF;PL
klynge N;NOM;DEF;PL
engel N;NOM;INDF;SG
skæbne N;NOM;DEF;SG
grundlov N;NOM;DEF;SG
paranød N;GEN;INDF;SG
balkon N;NOM;DEF;PL
tennisspiller N;NOM;DEF;PL
deisme N;NOM;DEF;SG
termostat N;GEN;INDF;SG
etymologi N;NOM;DEF;SG
verden N;NOM;DEF;SG
læsehest N;NOM;DEF;SG
børnesoldat N;NOM;INDF;PL
svigte V;IND;PST;ACT
ægte V;IMP;ACT
idiotsikre V;IND;PST;PASS
kejserinde N;NOM;DEF;PL
operahus N;NOM;INDF;PL
kontaktlinse N;GEN;INDF;PL
alkan N;NOM;DEF;SG
argentiner N;NOM;INDF;SG
ruse N;NOM;INDF;SG
adoptivbarn N;NOM;INDF;PL
paranød N;NOM;DEF;SG
orne N;GEN;INDF;PL
betablokker N;NOM;DEF;PL
trone N;NOM;DEF;PL
kvælstof N;NOM;INDF;PL
spækhugger N;GEN;INDF;PL
dekade N;GEN;INDF;PL
eksistens N;NOM;DEF;SG
chokoladekage N;NOM;DEF;PL
rektangel N;GEN;INDF;SG
høst N;GEN;INDF;PL
polyeder N;NOM;DEF;SG
rov N;NOM;DEF;SG
karakter N;NOM;DEF;PL
helhest N;NOM;DEF;SG
kradse V;IND;PRS;ACT
ludder N;GEN;INDF;SG
bølgelængde N;GEN;INDF;SG
modersmål N;NOM;INDF;PL
følelse N;NOM;DEF;PL
bagmand N;NOM;DEF;SG
skandale N;NOM;DEF;PL
vurdering N;GEN;INDF;SG
elevator N;NOM;INDF;PL
høg N;NOM;DEF;PL
abyssinier N;NOM;INDF;PL
forstærkning N;NOM;DEF;PL
længde N;NOM;DEF;SG
primtal N;NOM;DEF;PL
mikroskop N;NOM;DEF;PL
sødestof N;NOM;INDF;PL
gryn N;NOM;INDF;PL
perser N;NOM;DEF;SG
bamseknus N;NOM;DEF;SG
kusk N;NOM;DEF;SG
amerikaner N;NOM;DEF;SG
skede N;NOM;DEF;PL
bronze N;NOM;INDF;PL
dampskib N;GEN;INDF;PL
årstid N;NOM;DEF;SG
kovs N;NOM;DEF;PL
cellevæg N;NOM;DEF;PL
tyskertøs N;NOM;DEF;SG
verbum N;NOM;INDF;SG
gyroskop N;GEN;INDF;PL
datolinje N;NOM;DEF;SG
vise N;NOM;INDF;PL
imitere V;IMP;ACT
fodjonglør N;NOM;DEF;SG
amagerkaner N;GEN;INDF;PL
amerikaner N;NOM;INDF;SG
computerspilkarakter N;NOM;DEF;SG
karikartutegning N;NOM;DEF;SG
rype N;NOM;DEF;SG
mur N;NOM;INDF;PL
numismatiker N;GEN;INDF;SG
betydning N;NOM;DEF;SG
ankre V;IND;PRS;PASS
kardinaltal N;NOM;INDF;SG
statsoverhoved N;NOM;DEF;SG
hovedsag N;NOM;DEF;SG
amatør N;NOM;DEF;PL
silikat N;NOM;DEF;SG
mulighed N;NOM;DEF;PL
rabarber N;NOM;DEF;PL
hassel N;NOM;DEF;SG
boykot N;NOM;DEF;PL
landsby N;NOM;DEF;SG
delegat N;GEN;INDF;SG
kapring N;GEN;INDF;SG
ambassade N;NOM;DEF;PL
kokosnød N;NOM;DEF;PL
hæl N;NOM;DEF;SG
tryk N;GEN;INDF;SG
vektorprodukt N;NOM;DEF;SG
translitteration N;NOM;DEF;SG
hexaeder N;NOM;DEF;PL
helligdag N;NOM;INDF;PL
øgle N;NOM;DEF;SG
chikane N;NOM;DEF;PL
musikproducer N;NOM;DEF;PL
subtraktion N;NOM;DEF;SG
udfordring N;NOM;DEF;PL
negl N;NOM;DEF;SG
napoleonshat N;NOM;DEF;PL
faktotum N;NOM;INDF;PL
græshoppe N;NOM;DEF;PL
haj N;GEN;INDF;PL
fedtsyl N;GEN;INDF;SG
termin N;GEN;INDF;PL
mangel N;NOM;INDF;PL
nytår N;NOM;DEF;PL
tandlæge N;NOM;DEF;SG
alternativ N;NOM;DEF;PL
sonet N;NOM;DEF;SG
tyskertøs N;NOM;INDF;SG
teknik N;NOM;DEF;PL
grankogle N;NOM;DEF;PL
øgenavn N;NOM;DEF;SG
koncentrat N;GEN;INDF;PL
tvivl N;NOM;DEF;PL
tyttebær N;NOM;DEF;PL
troldmand N;NOM;DEF;PL
vask N;NOM;DEF;SG
degenerere V;IMP;ACT
tegn N;GEN;INDF;PL
forholdsord N;NOM;INDF;SG
lyske N;GEN;INDF;SG
vask N;NOM;DEF;SG
tebrev N;NOM;INDF;SG
jomfru N;GEN;INDF;SG
væggelus N;NOM;DEF;SG
genstandsled N;NOM;DEF;SG
intelligensalder N;NOM;DEF;SG
lut N;NOM;DEF;PL
rødvin N;NOM;DEF;SG
jordnød N;NOM;DEF;SG
satse V.PTCP;PST;PASS
flamme N;NOM;DEF;SG
rappenskralde N;NOM;DEF;PL
ølmave N;GEN;INDF;PL
intelligensprøve N;NOM;DEF;SG
vogn N;GEN;INDF;SG
skefuld N;NOM;DEF;PL
grin N;NOM;INDF;SG
musikkonservatorie N;GEN;INDF;PL
spyd N;NOM;INDF;SG
ara N;NOM;INDF;PL
månefase N;NOM;DEF;PL
kæle V.PTCP;PST;PASS
onkel N;NOM;DEF;PL
dommer N;GEN;INDF;PL
vabel N;GEN;INDF;SG
carnivor N;NOM;DEF;PL
overbid N;NOM;INDF;SG
revolution N;NOM;DEF;SG
dobbeltseng N;NOM;DEF;PL
nutid N;NOM;DEF;SG
bøn N;NOM;INDF;PL
walkie-talkie N;NOM;INDF;SG
palindrom N;GEN;INDF;PL
intelligenskvotient N;NOM;DEF;SG
platformspil N;NOM;INDF;PL
stådreng N;NOM;DEF;SG
entrecote N;GEN;INDF;SG
svoger N;NOM;DEF;SG
kugle N;NOM;DEF;SG
dødelighed N;GEN;INDF;PL
katastrofe N;GEN;INDF;SG
guitar N;NOM;INDF;PL
motorcykel N;NOM;DEF;PL
suppe N;NOM;DEF;SG
længsel N;NOM;INDF;SG
kardinaltal N;NOM;DEF;SG
verbum N;NOM;DEF;PL
samleje N;NOM;INDF;PL
akillessene N;GEN;INDF;PL
fest N;NOM;DEF;SG
vestkyst N;GEN;INDF;PL
kæp N;GEN;INDF;SG
indkomst N;NOM;INDF;SG
skabelon N;NOM;INDF;PL
vandrehistorie N;NOM;INDF;SG
lag N;NOM;INDF;SG
addere V;IMP;ACT
lejlighed N;NOM;DEF;SG
suppe N;NOM;INDF;SG
brasilianer N;NOM;DEF;PL
skohorn N;GEN;INDF;PL
videnskab N;GEN;INDF;PL
nødvendighed N;GEN;INDF;SG
ordklasse N;NOM;INDF;PL
mål N;NOM;DEF;SG
massøse N;NOM;DEF;SG
karisma N;NOM;DEF;SG
synder N;NOM;INDF;SG
toilet N;NOM;DEF;SG
stofmisbrug N;GEN;INDF;SG
bygkorn N;NOM;INDF;SG
henvisning N;NOM;DEF;PL
skulderblad N;NOM;INDF;SG
fårehund N;NOM;DEF;SG
madding N;NOM;DEF;SG
kryddernellike N;GEN;INDF;PL
navnebroder N;GEN;INDF;PL
komtesse N;NOM;DEF;SG
tjørn N;NOM;INDF;PL
refraktion N;NOM;DEF;PL
kok N;NOM;DEF;SG
olivenolie N;NOM;DEF;PL
bæger N;NOM;INDF;SG
jomfru N;NOM;DEF;PL
årtusinde N;NOM;DEF;PL
englænder N;GEN;INDF;SG
ærinde N;GEN;INDF;PL
ordbog N;GEN;INDF;PL
evighed N;GEN;INDF;SG
diæt N;NOM;DEF;SG
hvirveldyr N;NOM;DEF;SG
refræn N;NOM;DEF;SG
plombere V;IMP;ACT
vejr N;NOM;INDF;SG
tillægsord N;NOM;INDF;SG
rig N;NOM;DEF;SG
opdagelse N;NOM;INDF;SG
mile N;NOM;INDF;PL
slurk N;NOM;INDF;PL
fornavn N;NOM;DEF;PL
blok N;NOM;INDF;SG
proprium N;NOM;DEF;SG
ben N;NOM;DEF;PL
person N;NOM;DEF;PL
guitarist N;GEN;INDF;SG
kraveben N;GEN;INDF;PL
betegnelse N;NOM;INDF;SG
ridder N;NOM;DEF;SG
offer N;NOM;DEF;SG
veranda N;NOM;INDF;PL
kolonialforretning N;GEN;INDF;PL
nomade N;NOM;DEF;SG
vandhund N;GEN;INDF;SG
krebs N;NOM;DEF;SG
trafiklys N;NOM;DEF;SG
penis N;NOM;DEF;PL
skåning N;NOM;INDF;SG
turbine N;NOM;DEF;PL
begyndelse N;NOM;DEF;SG
brugerdiskussionsside N;NOM;DEF;SG
diagram N;NOM;INDF;PL
dispositionsmængde N;NOM;DEF;PL
delegere V;IND;PST;ACT
lunde N;NOM;DEF;PL
modulation N;NOM;DEF;PL
jernbanespor N;NOM;DEF;SG
breche N;NOM;INDF;PL
terminologi N;NOM;DEF;PL
vejskilt N;NOM;INDF;SG
blåhval N;NOM;DEF;PL
parkeringsgarage N;NOM;INDF;PL
husbrand N;NOM;DEF;SG
fritænker N;NOM;INDF;SG
valnød N;GEN;INDF;SG
resistivitet N;NOM;DEF;PL
lagkage N;GEN;INDF;SG
ildkugle N;NOM;INDF;SG
sennep N;NOM;INDF;PL
aristokrati N;NOM;DEF;SG
babyface N;NOM;DEF;SG
tobak N;NOM;INDF;PL
kardiogram N;GEN;INDF;PL
videospil N;NOM;DEF;SG
foster N;NOM;INDF;PL
succes N;GEN;INDF;PL
klan N;GEN;INDF;SG
mindretalsregering N;GEN;INDF;PL
savne V;IMP;ACT
svensker N;NOM;DEF;SG
inspicere V;IND;PRS;PASS
kø N;NOM;DEF;PL
metatese N;NOM;DEF;SG
aforisme N;NOM;INDF;PL
amøbe N;GEN;INDF;SG
kirke N;NOM;INDF;SG
trekant N;GEN;INDF;PL
bregne N;NOM;DEF;SG
gæstehus N;NOM;DEF;SG
parabolantenne N;NOM;DEF;SG
klynge N;NOM;DEF;SG
spektakel N;NOM;INDF;PL
afsender N;NOM;INDF;SG
præst N;NOM;DEF;PL
metamorfose N;NOM;DEF;PL
stær N;NOM;INDF;SG
ørn N;NOM;DEF;PL
raritet N;NOM;DEF;PL
ryg N;NOM;DEF;SG
albumin N;GEN;INDF;PL
husmand N;GEN;INDF;PL
høtyv N;NOM;DEF;PL
tidsmaskine N;NOM;DEF;SG
pengeautomat N;NOM;DEF;PL
mus N;GEN;INDF;SG
blomkål N;GEN;INDF;SG
flåde N;NOM;DEF;SG
hydrolyse N;NOM;DEF;PL
stormsvale N;GEN;INDF;SG
skuespil N;NOM;DEF;PL
nyre N;NOM;INDF;PL
græskar N;GEN;INDF;SG
stud N;NOM;INDF;SG
spørgsmål N;NOM;INDF;PL
platfod N;NOM;INDF;PL
tøsedreng N;NOM;DEF;PL
kandidat N;NOM;DEF;PL
ekstranet N;NOM;DEF;PL
langfinger N;NOM;DEF;PL
muskel N;NOM;DEF;PL
aflyd N;NOM;DEF;PL
sovepose N;NOM;DEF;SG
kage N;NOM;INDF;PL
hofteben N;NOM;DEF;PL
abrikos N;NOM;DEF;PL
bersærk N;NOM;DEF;SG
babysæl N;NOM;INDF;SG
gerningssted N;NOM;DEF;SG
ingeniør N;GEN;INDF;SG
bodybuilder N;NOM;DEF;PL
frimurer N;GEN;INDF;PL
spædbarn N;GEN;INDF;PL
orkan N;NOM;DEF;PL
spilfigur N;GEN;INDF;PL
forholdsord N;NOM;DEF;SG
etiopier N;GEN;INDF;PL
fipskæg N;NOM;INDF;PL
verballed N;NOM;INDF;PL
fotografere V;IND;PRS;PASS
tagetage N;GEN;INDF;PL
nationalsang N;GEN;INDF;SG
kardon N;NOM;DEF;SG
tungemål N;NOM;DEF;SG
borgerkrig N;NOM;DEF;SG
hingst N;NOM;DEF;SG
annullation N;GEN;INDF;PL
pindsvin N;NOM;INDF;SG
novelle N;NOM;DEF;PL
løsen N;NOM;DEF;PL
detalje N;NOM;DEF;SG
besked N;NOM;DEF;SG
genvej N;GEN;INDF;SG
unge N;NOM;DEF;SG
kernekraft N;NOM;DEF;SG
menneske N;NOM;INDF;PL
mysli N;GEN;INDF;SG
konflikt N;NOM;DEF;SG
desavouere V;NFIN;ACT
rævegrav N;GEN;INDF;SG
hasselnød N;GEN;INDF;SG
terapi N;NOM;DEF;PL
adoptivbarn N;NOM;INDF;SG
rædsel N;GEN;INDF;PL
helikopter N;NOM;DEF;SG
rygsæk N;NOM;DEF;SG
henvendelse N;NOM;DEF;SG
kalkun N;NOM;DEF;PL
betaling N;NOM;DEF;PL
aftale N;NOM;DEF;PL
kikser N;GEN;INDF;SG
myriade N;NOM;DEF;SG
subjekt N;GEN;INDF;PL
helligdag N;NOM;INDF;SG
degenerere V;NFIN;ACT
kalksten N;GEN;INDF;PL
søpapegøje N;NOM;DEF;SG
fjols N;NOM;DEF;PL
strygejern N;GEN;INDF;SG
rapportering N;GEN;INDF;PL
buste N;GEN;INDF;SG
gaffel N;NOM;INDF;SG
fagforening N;GEN;INDF;PL
graviditet N;GEN;INDF;SG
sovepose N;NOM;DEF;PL
tæppe N;NOM;INDF;SG
ironi N;NOM;DEF;PL
parabolantenne N;NOM;DEF;PL
skuffe N;NOM;INDF;PL
interesse N;NOM;DEF;PL
spænding N;NOM;DEF;SG
svare V.PTCP;PRS;ACT
inuit N;NOM;DEF;SG
far N;NOM;DEF;SG
chaiselong N;GEN;INDF;SG
palisade N;GEN;INDF;SG
smil N;NOM;INDF;SG
nytår N;NOM;DEF;SG
samfundsstøtte N;GEN;INDF;SG
elegi N;NOM;DEF;PL
grapefrugt N;GEN;INDF;PL
telefonboks N;NOM;INDF;PL
fregne N;NOM;INDF;SG
højttaler N;NOM;DEF;SG
belaste V;IND;PST;ACT
avenue N;NOM;DEF;SG
kue V;NFIN;ACT
funktion N;NOM;INDF;SG
legeplads N;NOM;DEF;SG
café au lait N;NOM;INDF;SG
frøken N;NOM;INDF;SG
vod N;NOM;DEF;PL
plage N;NOM;DEF;PL
kaptajn N;GEN;INDF;SG
husmand N;NOM;INDF;PL
chilener N;NOM;DEF;SG
dompap N;GEN;INDF;SG
eventyr N;NOM;INDF;SG
zebrafinke N;GEN;INDF;SG
vindruekerneolie N;NOM;INDF;SG
askebæger N;GEN;INDF;PL
papegøje N;NOM;DEF;PL
karakter N;NOM;DEF;PL
svanesang N;GEN;INDF;PL
etiopier N;GEN;INDF;SG
juvel N;NOM;DEF;PL
abonnement N;NOM;DEF;SG
opdagelse N;NOM;DEF;SG
veganer N;NOM;DEF;PL
fuchsia N;NOM;DEF;PL
brod N;GEN;INDF;SG
komponist N;NOM;DEF;SG
himmel N;NOM;INDF;PL
hexaeder N;NOM;DEF;PL
ionosfære N;NOM;DEF;PL
formelenhed N;NOM;DEF;PL
appelsinskræl N;NOM;DEF;SG
dyste V.PTCP;PRS;ACT
tankvogn N;NOM;INDF;SG
pors N;NOM;DEF;PL
marinere V;NFIN;ACT
talemåde N;NOM;DEF;PL
albumin N;NOM;DEF;SG
forsørger N;GEN;INDF;SG
smykke N;NOM;DEF;PL
erobre V.PTCP;PST;PASS
konsul N;GEN;INDF;PL
barnløshed N;NOM;INDF;SG
mord N;NOM;DEF;PL
drøne V;IMP;ACT
missekat N;NOM;DEF;PL
adoptivbarn N;NOM;DEF;SG
ulv N;NOM;DEF;PL
længdespringer N;NOM;INDF;PL
frømand N;NOM;DEF;SG
bjørnetjeneste N;NOM;INDF;SG
delstat N;NOM;DEF;SG
påskeæg N;NOM;INDF;SG
kur N;NOM;DEF;SG
tværbølge N;GEN;INDF;SG
krage N;NOM;DEF;PL
vod N;GEN;INDF;SG
fyrtårn N;GEN;INDF;PL
politimester N;NOM;INDF;SG
dampskib N;NOM;DEF;SG
kilder N;GEN;INDF;SG
husbåd N;GEN;INDF;SG
bom N;GEN;INDF;SG
eger N;GEN;INDF;SG
prisvinder N;NOM;DEF;PL
ansøger N;GEN;INDF;PL
nyre N;GEN;INDF;PL
tiendedel N;NOM;DEF;PL
svulme V.PTCP;PST;PASS
børnehave N;NOM;DEF;PL
gyroskop N;NOM;DEF;PL
talje N;GEN;INDF;PL
sultanat N;GEN;INDF;PL
kurere V;IMP;ACT
kast N;NOM;DEF;PL
oversættelseslån N;NOM;DEF;PL
næsehorn N;GEN;INDF;PL
skarpskytte N;GEN;INDF;SG
afstand N;GEN;INDF;SG
puslespil N;NOM;DEF;SG
køkkenvask N;GEN;INDF;PL
snefald N;NOM;INDF;PL
mobiltelefon N;NOM;DEF;PL
femkant N;NOM;INDF;PL
chok N;GEN;INDF;PL
romani N;NOM;DEF;PL
proprium N;GEN;INDF;PL
milt N;NOM;DEF;SG
kreds N;GEN;INDF;SG
barbering N;NOM;DEF;PL
strubehoved N;NOM;DEF;SG
strofe N;GEN;INDF;PL
mallemuk N;NOM;DEF;PL
intelligensprøve N;NOM;DEF;PL
midnat N;GEN;INDF;PL
onsdag N;NOM;DEF;PL
henvendelse N;NOM;INDF;PL
slof N;NOM;INDF;SG
dyne N;GEN;INDF;PL
ugle N;NOM;DEF;SG
bug N;NOM;DEF;SG
tillægsform N;NOM;DEF;PL
periskop N;NOM;DEF;SG
diftong N;NOM;INDF;SG
efterår N;NOM;DEF;SG
køb N;NOM;DEF;PL
sok N;NOM;INDF;SG
variere V.PTCP;PRS;ACT
buksestof N;NOM;DEF;SG
skabelon N;NOM;DEF;PL
diller N;NOM;DEF;PL
degenerere V;IND;PST;PASS
forstærkning N;GEN;INDF;PL
kongerige N;NOM;INDF;PL
skrin N;NOM;DEF;PL
trubadour N;GEN;INDF;SG
sprog N;NOM;DEF;SG
katastrofe N;GEN;INDF;PL
panda N;NOM;DEF;SG
bussemand N;NOM;DEF;SG
mund N;GEN;INDF;SG
guirlande N;NOM;DEF;PL
varan N;NOM;DEF;SG
elskerinde N;NOM;DEF;PL
ønskedrøm N;GEN;INDF;SG
journalist N;NOM;DEF;SG
hilsen N;NOM;DEF;PL
skrin N;NOM;DEF;PL
tibetaner N;NOM;INDF;SG
ask N;NOM;DEF;PL
konsulat N;NOM;DEF;PL
art N;NOM;DEF;PL
bøf N;NOM;INDF;PL
dompap N;NOM;DEF;SG
mynte N;GEN;INDF;SG
hypotese N;GEN;INDF;SG
voldtægt N;GEN;INDF;PL
jurist N;NOM;INDF;PL
akilleshæl N;NOM;INDF;SG
ja N;GEN;INDF;PL
pingvin N;NOM;INDF;PL
fagot N;NOM;DEF;SG
majsolie N;NOM;DEF;SG
firkant N;NOM;DEF;SG
bug N;NOM;DEF;PL
fæstning N;NOM;DEF;SG
pizza N;GEN;INDF;PL
viskestykke N;GEN;INDF;PL
e-mail N;NOM;DEF;PL
vise N;GEN;INDF;SG
længdeforkortelse N;GEN;INDF;SG
skulderblad N;NOM;INDF;PL
faktotum N;GEN;INDF;SG
kolonialforretning N;NOM;DEF;SG
tånegl N;GEN;INDF;SG
pibe N;NOM;INDF;SG
papegøje N;GEN;INDF;SG
bibel N;NOM;INDF;SG
hjerne N;NOM;DEF;SG
MF N;NOM;DEF;SG
kue V;IND;PRS;PASS
sekant N;NOM;INDF;SG
oprør N;NOM;DEF;SG
tragt N;NOM;DEF;PL
piccolo N;NOM;DEF;SG
dørmand N;NOM;DEF;PL
bedstemor N;GEN;INDF;PL
knar N;NOM;DEF;SG
turban N;NOM;DEF;SG
sesamolie N;NOM;DEF;PL
kupon N;NOM;INDF;PL
agern N;NOM;DEF;SG
annektering N;GEN;INDF;SG
tand N;NOM;DEF;SG
busk N;NOM;INDF;SG
palindrom N;NOM;DEF;PL
apanage N;NOM;DEF;PL
stjernekaster N;GEN;INDF;PL
bagslag N;GEN;INDF;PL
deducere V.PTCP;PRS;ACT
afprøvning N;NOM;DEF;SG
tandpasta N;NOM;INDF;SG
farmand N;GEN;INDF;PL
affaldsstof N;NOM;DEF;SG
carbonkredsløb N;NOM;INDF;PL
hjul N;GEN;INDF;SG
vasal N;GEN;INDF;PL
stofmængde N;NOM;DEF;SG
pen N;NOM;DEF;SG
len N;NOM;DEF;PL
klitoris N;NOM;INDF;PL
kvinde N;GEN;INDF;SG
blæksprutte N;NOM;INDF;SG
rhesusabe N;NOM;INDF;PL
hvede N;NOM;DEF;SG
eskadrille N;NOM;INDF;SG
hest N;NOM;DEF;PL
bamse N;NOM;DEF;PL
tiger N;NOM;DEF;PL
kystlinje N;NOM;DEF;SG
fedtsyl N;NOM;DEF;PL
fluepapir N;NOM;DEF;SG
aflyd N;NOM;INDF;PL
port N;NOM;DEF;PL
kugle N;NOM;INDF;PL
juletræ N;GEN;INDF;SG
periode N;NOM;DEF;SG
rødvin N;NOM;INDF;PL
skalerbarhed N;NOM;INDF;PL
hørfrø N;NOM;DEF;PL
kasseapparat N;NOM;INDF;SG
guldbrakteat N;NOM;INDF;SG
tånegl N;NOM;INDF;PL
intelligensvæsen N;NOM;DEF;SG
horrorfilm N;GEN;INDF;PL
grupperabat N;NOM;DEF;SG
sædcelle N;NOM;DEF;SG
albino N;NOM;DEF;PL
smølf N;NOM;INDF;PL
skjorte N;NOM;DEF;PL
rådyr N;NOM;INDF;PL
paté N;NOM;INDF;PL
graviditet N;NOM;DEF;PL
revy N;NOM;DEF;PL
eger N;NOM;DEF;PL
hermafrodit N;GEN;INDF;SG
palæ N;NOM;DEF;SG
musikinstrument N;NOM;DEF;SG
slutning N;NOM;INDF;PL
indbygger N;NOM;DEF;PL
cigaretmærke N;NOM;DEF;PL
kandidat N;GEN;INDF;PL
diskussion N;NOM;DEF;PL
huske V;NFIN;ACT
facon N;GEN;INDF;PL
bondegård N;NOM;DEF;SG
tivoli N;NOM;INDF;SG
eddike N;GEN;INDF;PL
weekend N;NOM;INDF;PL
album N;NOM;DEF;PL
beskyldning N;NOM;DEF;SG
ægtemand N;NOM;DEF;PL
grundled N;NOM;DEF;SG
bølgelængde N;NOM;DEF;PL
børs N;GEN;INDF;PL
eddike N;NOM;DEF;PL
storetå N;NOM;DEF;PL
videnskab N;NOM;DEF;SG
fætter N;GEN;INDF;PL
kandisere V;IMP;ACT
spækhugger N;NOM;DEF;PL
delegere V;IND;PRS;PASS
vane N;NOM;INDF;PL
kønsord N;NOM;DEF;PL
babymajs N;GEN;INDF;PL
fingernegl N;GEN;INDF;SG
dommer N;NOM;DEF;PL
folkehøjskole N;NOM;DEF;SG
terrasse N;NOM;DEF;PL
ragout N;GEN;INDF;PL
ektoplasma N;GEN;INDF;PL
akvarel N;NOM;DEF;SG
vandhund N;NOM;INDF;SG
massakre N;NOM;INDF;SG
aristokrat N;GEN;INDF;PL
metatese N;GEN;INDF;PL
længdeforkortelse N;NOM;DEF;SG
peanut N;GEN;INDF;SG
skiløber N;GEN;INDF;SG
udsagnsled N;NOM;DEF;PL
seraf N;NOM;INDF;PL
højdespringer N;NOM;DEF;SG
alternativ N;NOM;INDF;PL
sus N;NOM;DEF;PL
strube N;NOM;DEF;PL
kælling N;NOM;DEF;SG
ultralyd N;GEN;INDF;SG
smørelse N;NOM;DEF;PL
høste V;IND;PST;ACT
korps N;NOM;DEF;SG
faktum N;NOM;DEF;SG
gnist N;NOM;DEF;SG
skulptur N;NOM;DEF;SG
filter N;NOM;DEF;PL
indkomst N;NOM;DEF;PL
sangfugl N;NOM;DEF;PL
sten N;NOM;DEF;PL
udrensning N;NOM;DEF;PL
rygsøjle N;NOM;INDF;PL
vabel N;NOM;DEF;SG
legeme N;GEN;INDF;PL
ståltråd N;GEN;INDF;SG
golfbold N;NOM;DEF;PL
allike N;NOM;DEF;PL
pinselilje N;GEN;INDF;SG
blindtarmsbetændelse N;NOM;INDF;PL
dessert N;GEN;INDF;PL
reservere V;IND;PRS;PASS
roma N;NOM;DEF;PL
høg N;NOM;DEF;PL
urinsekt N;GEN;INDF;PL
ulv N;GEN;INDF;SG
ært N;GEN;INDF;PL
haitianer N;GEN;INDF;PL
kustode N;GEN;INDF;PL
bagagevogn N;NOM;INDF;SG
oliven N;GEN;INDF;PL
proprium N;NOM;DEF;PL
kunstnernavn N;NOM;DEF;PL
bidrag N;NOM;DEF;PL
gælle N;GEN;INDF;SG
snog N;NOM;DEF;PL
ungkarl N;NOM;DEF;PL
toer N;NOM;INDF;SG
tyveri N;GEN;INDF;SG
hyæne N;NOM;DEF;SG
stegepande N;NOM;DEF;SG
spor N;NOM;DEF;PL
låg N;GEN;INDF;SG
frøken N;NOM;DEF;PL
fotograf N;NOM;INDF;SG
canadier N;GEN;INDF;SG
tøj N;GEN;INDF;SG
pind N;NOM;DEF;PL
motorcykel N;NOM;INDF;SG
erobringskrig N;NOM;DEF;SG
trubadur N;NOM;INDF;PL
aflevering N;NOM;DEF;PL
allé N;NOM;INDF;PL
græshoppe N;NOM;DEF;PL
kurere V;IND;PST;ACT
spiserør N;GEN;INDF;PL
aks N;NOM;DEF;SG
knagerække N;NOM;DEF;PL
smørrebrød N;NOM;DEF;SG
ror N;NOM;DEF;PL
filet N;GEN;INDF;PL
stamme N;GEN;INDF;PL
affaldscontainer N;GEN;INDF;PL
sorg N;NOM;DEF;PL
helligdag N;GEN;INDF;PL
kultur N;GEN;INDF;SG
supermagt N;GEN;INDF;SG
porre N;NOM;INDF;PL
babybio N;NOM;DEF;PL
puffer N;NOM;INDF;PL
laste V;IND;PRS;ACT
malle N;NOM;DEF;SG
trug N;GEN;INDF;SG
kopimaskine N;GEN;INDF;SG
åre N;GEN;INDF;SG
lag N;NOM;DEF;SG
vinter N;NOM;DEF;PL
fotograf N;NOM;DEF;SG
mis N;GEN;INDF;PL
konfiskere V.PTCP;PRS;ACT
newzealænder N;NOM;INDF;PL
brandert N;NOM;DEF;PL
forår N;NOM;INDF;PL
knor N;NOM;INDF;SG
erektion N;NOM;DEF;PL
navnebror N;NOM;DEF;SG
bæst N;NOM;INDF;PL
rov N;NOM;DEF;PL
skuespillerinde N;GEN;INDF;SG
mandelolie N;NOM;INDF;SG
husbrand N;GEN;INDF;PL
mængdetal N;GEN;INDF;SG
kaktus N;NOM;DEF;SG
politimester N;NOM;DEF;PL
hydrolyse N;NOM;DEF;SG
kartoffel N;NOM;DEF;PL
plombe N;NOM;DEF;PL
tagetes N;NOM;DEF;SG
basketballkurv N;NOM;INDF;PL
chauffør N;NOM;INDF;SG
alting N;NOM;DEF;SG
absint N;NOM;DEF;PL
ged N;NOM;DEF;PL
pate N;GEN;INDF;SG
hofteholder N;NOM;INDF;SG
værdighed N;GEN;INDF;SG
lilje N;NOM;DEF;SG
olie N;NOM;INDF;PL
hane N;NOM;DEF;SG
aubergine N;GEN;INDF;PL
køretøj N;GEN;INDF;PL
medalje N;GEN;INDF;PL
farao N;GEN;INDF;PL
kar N;NOM;DEF;SG
pornofilm N;NOM;INDF;SG
gasmaske N;NOM;DEF;PL
reportage N;NOM;DEF;SG
tyv N;GEN;INDF;PL
landskab N;NOM;INDF;PL
valg N;NOM;DEF;PL
høstak N;GEN;INDF;SG
lime N;NOM;DEF;SG
stedord N;NOM;DEF;PL
alfons N;NOM;INDF;PL
navnefælle N;NOM;DEF;PL
tangent N;NOM;INDF;PL
linje N;NOM;INDF;PL
synder N;NOM;DEF;SG
tone N;NOM;INDF;SG
bøsse N;NOM;DEF;PL
år N;NOM;DEF;PL
hundesnor N;NOM;DEF;SG
medie N;NOM;INDF;PL
kølsvin N;NOM;DEF;PL
pibe N;NOM;INDF;PL
buket N;NOM;DEF;PL
måne N;NOM;DEF;SG
statsoverhoved N;NOM;INDF;PL
kors N;NOM;DEF;SG
fotograf N;NOM;DEF;PL
data N;GEN;INDF;PL
stødtand N;GEN;INDF;SG
retssal N;GEN;INDF;SG
vene N;GEN;INDF;SG
overbid N;NOM;DEF;PL
afstemning N;NOM;DEF;SG
kulturchok N;GEN;INDF;SG
flertal N;NOM;DEF;PL
honning N;NOM;DEF;SG
wiki N;GEN;INDF;SG
koncentrat N;NOM;INDF;SG
disciplin N;NOM;DEF;SG
gnier N;NOM;DEF;PL
hundesnor N;NOM;INDF;PL
kvotient N;GEN;INDF;PL
skede N;GEN;INDF;SG
musical N;NOM;DEF;SG
rytter N;GEN;INDF;SG
måneformørkelse N;NOM;DEF;PL
diller N;GEN;INDF;SG
issyl N;NOM;DEF;SG
glarmester N;NOM;DEF;SG
frihed N;GEN;INDF;SG
udskud N;NOM;DEF;PL
kaktus N;GEN;INDF;PL
enkemand N;NOM;DEF;SG
dividere V;NFIN;ACT
dogme N;NOM;DEF;PL
parallelogram N;GEN;INDF;PL
halvø N;NOM;DEF;PL
verballed N;GEN;INDF;SG
skulptur N;NOM;DEF;PL
princip N;GEN;INDF;PL
kriger N;NOM;DEF;SG
ven N;NOM;DEF;PL
dag N;NOM;DEF;SG
ordbog N;NOM;DEF;SG
kartoffel N;NOM;DEF;SG
storetå N;NOM;DEF;PL
babydukke N;NOM;DEF;SG
midnat N;NOM;DEF;PL
canadier N;NOM;INDF;SG
måbe V;IMP;ACT
apropos N;GEN;INDF;PL
vandfarve N;NOM;DEF;SG
middel N;NOM;DEF;PL
bænk N;NOM;INDF;SG
formelenhed N;NOM;INDF;PL
kejser N;GEN;INDF;SG
myriade N;GEN;INDF;PL
børnehave N;NOM;INDF;PL
forbier N;GEN;INDF;SG
jordskælv N;GEN;INDF;SG
nationalsang N;NOM;INDF;SG
manko N;NOM;DEF;PL
velsigne V;IND;PST;ACT
ekspedient N;NOM;INDF;PL
skuffelse N;NOM;DEF;SG
landsby N;NOM;DEF;PL
kølsvin N;GEN;INDF;PL
lad N;GEN;INDF;SG
justere V;IND;PST;ACT
mafiafamilie N;GEN;INDF;SG
indbygger N;NOM;DEF;SG
bivuak N;NOM;INDF;SG
negl N;NOM;INDF;SG
laps N;GEN;INDF;PL
central N;NOM;DEF;PL
kopiere V;IND;PST;ACT
sangsvane N;NOM;DEF;SG
kejserinde N;NOM;DEF;PL
eksistens N;NOM;INDF;PL
deducere V;IND;PST;ACT
akkord N;NOM;DEF;PL
juble V;IMP;ACT
mariehøne N;NOM;DEF;SG
rapport N;NOM;INDF;SG
middag N;NOM;DEF;SG
bodybuilder N;NOM;DEF;SG
bindeord N;NOM;DEF;PL
ægtemand N;NOM;INDF;SG
mobning N;NOM;INDF;SG
visdomstand N;NOM;INDF;PL
penis N;NOM;DEF;PL
dufte V;IND;PST;ACT
beskrivelse N;NOM;DEF;SG
kastel N;NOM;DEF;SG
pronomen N;NOM;DEF;SG
porse N;NOM;DEF;PL
firkant N;GEN;INDF;SG
flamme N;NOM;DEF;PL
brosten N;GEN;INDF;PL
diminutiv N;NOM;DEF;SG
kraveben N;NOM;INDF;PL
entrecote N;NOM;DEF;PL
løsesum N;GEN;INDF;PL
profeti N;NOM;INDF;PL
kiste N;NOM;DEF;PL
radiobil N;NOM;DEF;SG
gøde V.PTCP;PST;PASS
vindbøjtel N;NOM;DEF;SG
intelligenskvotient N;NOM;DEF;SG
albatros N;NOM;DEF;SG
henvisning N;NOM;DEF;PL
krøsus N;GEN;INDF;PL
fakkel N;NOM;DEF;PL
måne N;NOM;DEF;PL
terræn N;NOM;DEF;SG
pomme frite N;GEN;INDF;PL
abonnement N;GEN;INDF;PL
hvil N;NOM;INDF;SG
bestie N;NOM;DEF;SG
lund N;GEN;INDF;PL
medium N;NOM;DEF;SG
slange N;NOM;DEF;SG
genstand N;NOM;INDF;SG
adjektiv N;NOM;DEF;PL
interesse N;NOM;DEF;SG
udseende N;GEN;INDF;PL
stormfugl N;GEN;INDF;SG
parkere V;NFIN;ACT
punktum N;NOM;DEF;PL
brækjern N;NOM;INDF;PL
babylem N;GEN;INDF;PL
korps N;NOM;INDF;PL
resistor N;GEN;INDF;SG
blindtarm N;NOM;DEF;PL
fjæs N;NOM;DEF;SG
lejrskole N;GEN;INDF;PL
handler N;NOM;INDF;PL
interesse N;NOM;INDF;SG
handskerum N;NOM;DEF;SG
fonetik N;NOM;DEF;PL
birkes N;GEN;INDF;SG
stamme N;NOM;INDF;SG
måge N;NOM;DEF;SG
flyttebil N;NOM;DEF;SG
bopæl N;NOM;INDF;SG
peberkværn N;NOM;DEF;PL
esplanade N;NOM;DEF;SG
oversvømmelse N;NOM;INDF;SG
mistelten N;GEN;INDF;PL
våbenhvile N;NOM;INDF;PL
frihed N;NOM;DEF;SG
hypnotisør N;NOM;DEF;PL
cigaretpakke N;GEN;INDF;PL
rokere V;IND;PST;ACT
vadested N;NOM;DEF;PL
dyrke V;IND;PRS;ACT
skumbad N;GEN;INDF;PL
oxidere V;IMP;ACT
fiskeolie N;NOM;DEF;PL
kardinalitet N;NOM;INDF;SG
symbol N;GEN;INDF;PL
hærværksmand N;NOM;INDF;PL
ædelgas N;NOM;DEF;SG
kvotientrække N;NOM;INDF;SG
lad N;NOM;DEF;SG
svans N;NOM;DEF;SG
hvepsetalje N;NOM;DEF;PL
vejskilt N;NOM;DEF;SG
løkke N;GEN;INDF;PL
argentiner N;NOM;DEF;PL
arving N;NOM;DEF;SG
babyboom N;NOM;INDF;SG
ugedag N;GEN;INDF;PL
zar N;NOM;INDF;PL
sonate N;GEN;INDF;PL
remoulade N;NOM;DEF;SG
quiz N;NOM;INDF;SG
forkølelse N;NOM;DEF;PL
quarterback N;NOM;DEF;PL
kranse V;IND;PRS;PASS
pave N;GEN;INDF;SG
platfod N;GEN;INDF;PL
musketer N;NOM;INDF;SG
abdikation N;NOM;DEF;PL
kommentere V;IND;PRS;PASS
time N;NOM;INDF;SG
returnere V.PTCP;PST;PASS
abc N;NOM;INDF;SG
bryn N;NOM;DEF;SG
kusine N;GEN;INDF;PL
yndling N;NOM;DEF;PL
storhed N;GEN;INDF;PL
mayonnaise N;NOM;INDF;SG
pincet N;NOM;DEF;SG
inspicere V;NFIN;ACT
lillebror N;NOM;DEF;PL
grøntsag N;NOM;INDF;PL
krise N;NOM;INDF;SG
etape N;GEN;INDF;PL
machomand N;NOM;INDF;PL
konservatorium N;NOM;INDF;SG
skidt N;NOM;DEF;SG
mælkevej N;NOM;DEF;PL
kranse V;IND;PST;PASS
frygte V;IND;PRS;PASS
kontaktlinse N;NOM;DEF;SG
plombe N;NOM;INDF;SG
årti N;NOM;DEF;SG
fosfolipid N;GEN;INDF;SG
seer N;NOM;DEF;PL
knurhår N;NOM;DEF;SG
babybio N;NOM;INDF;PL
tiendedel N;NOM;DEF;PL
vurdering N;NOM;DEF;PL
millennium N;NOM;INDF;SG
manifest N;NOM;DEF;SG
udsagnsled N;NOM;DEF;SG
piberi N;NOM;DEF;SG
fjernbetjening N;NOM;DEF;SG
meditation N;GEN;INDF;PL
troubadour N;GEN;INDF;PL
forlængelse N;NOM;INDF;PL
gudbarn N;NOM;INDF;PL
synliggørelse N;NOM;DEF;SG
husbrand N;NOM;INDF;SG
bamseknus N;NOM;DEF;PL
revers N;NOM;DEF;PL
cigarettænder N;NOM;DEF;PL
chimpanse N;NOM;DEF;PL
præstation N;NOM;INDF;PL
tronarving N;NOM;DEF;SG
krage N;NOM;DEF;SG
bøhmand N;NOM;DEF;PL
skomager N;GEN;INDF;SG
katakombe N;GEN;INDF;PL
trækharmonika N;NOM;INDF;SG
rapportering N;NOM;DEF;SG
biord N;NOM;DEF;PL
dæk N;NOM;INDF;SG
masse N;NOM;INDF;PL
pandekage N;NOM;DEF;PL
sild N;NOM;DEF;PL
telefonbog N;GEN;INDF;SG
bryllup N;NOM;DEF;PL
ringe V;IND;PST;ACT
kvast N;GEN;INDF;SG
pund N;NOM;DEF;PL
blindtarmsbetændelse N;GEN;INDF;PL
påske N;NOM;INDF;SG
afløb N;NOM;DEF;SG
vitamin N;GEN;INDF;SG
elevator N;NOM;INDF;SG
kaffekande N;NOM;DEF;PL
løvinde N;NOM;INDF;SG
budskab N;NOM;DEF;PL
hæl N;NOM;DEF;PL
slutspurt N;GEN;INDF;SG
wiki N;NOM;INDF;PL
muldvarp N;NOM;DEF;SG
terrasse N;NOM;INDF;SG
terrier N;NOM;INDF;PL
mirakel N;NOM;INDF;PL
politiker N;NOM;INDF;PL
si N;NOM;INDF;PL
voldtægtsmand N;NOM;INDF;PL
kompagnon N;GEN;INDF;SG
viking N;NOM;DEF;PL
skrivemaskine N;NOM;INDF;PL
ektoplasma N;NOM;INDF;SG
høretelefon N;NOM;INDF;SG
manifest N;NOM;DEF;SG
årsag N;NOM;DEF;SG
antologi N;NOM;DEF;SG
japaner N;NOM;DEF;SG
telt N;GEN;INDF;PL
smil N;GEN;INDF;PL
fertilitetskvotient N;NOM;INDF;SG
valens N;NOM;INDF;SG
voldtægtsmand N;GEN;INDF;PL
broccoli N;NOM;DEF;PL
angstskrig N;NOM;DEF;PL
kejser N;NOM;INDF;PL
bagatel N;NOM;DEF;PL
statsoverhoved N;NOM;DEF;PL
syerske N;NOM;DEF;PL
strømstyrke N;NOM;INDF;PL
tønde N;GEN;INDF;SG
reagensglas N;GEN;INDF;PL
eksemplar N;NOM;DEF;PL
vinkelhalveringslinje N;NOM;DEF;SG
franskmand N;NOM;DEF;PL
bombe N;NOM;INDF;SG
fængsle V.PTCP;PST;PASS
armbrøst N;GEN;INDF;SG
figen N;GEN;INDF;SG
forhøjelse N;NOM;INDF;PL
kokon N;NOM;DEF;PL
diabetiker N;NOM;DEF;PL
feber N;NOM;DEF;PL
foreningsmængde N;NOM;DEF;PL
udvikler N;NOM;DEF;PL
trappe N;NOM;DEF;SG
stødtand N;NOM;INDF;SG
kaffekande N;NOM;DEF;PL
boysenbær N;GEN;INDF;PL
violin N;NOM;DEF;PL
bindeord N;NOM;INDF;SG
hukommelse N;NOM;DEF;SG
babysæl N;NOM;DEF;PL
intelligensvæsen N;NOM;INDF;SG
soldug N;GEN;INDF;SG
manual N;NOM;DEF;PL
pølse N;NOM;INDF;SG
viser N;GEN;INDF;SG
tånegl N;NOM;INDF;SG
bagagevogn N;GEN;INDF;PL
dæk N;NOM;DEF;PL
hustru N;NOM;DEF;SG
rektangel N;NOM;DEF;PL
snestorm N;NOM;DEF;SG
sværd N;NOM;DEF;PL
fjord N;NOM;DEF;PL
dyne N;NOM;DEF;PL
guldsmed N;NOM;DEF;SG
sværd N;NOM;INDF;PL
giro N;NOM;INDF;SG
fætter N;NOM;DEF;PL
muslim N;GEN;INDF;PL
tånegl N;NOM;DEF;PL
atlet N;NOM;INDF;PL
afpresning N;NOM;DEF;SG
næringsstof N;NOM;INDF;PL
hammer N;NOM;DEF;SG
bøjle N;GEN;INDF;SG
pyton N;NOM;DEF;SG
gren N;NOM;INDF;PL
rovfugl N;NOM;INDF;SG
viser N;NOM;DEF;SG
plov N;NOM;INDF;SG
udseende N;NOM;DEF;PL
strofe N;NOM;DEF;PL
kategori N;GEN;INDF;PL
bibel N;NOM;DEF;PL
brillant N;NOM;DEF;PL
krølle N;NOM;DEF;SG
ekstrem N;NOM;INDF;SG
tibetaner N;NOM;DEF;PL
avocado N;GEN;INDF;PL
akronym N;NOM;INDF;PL
fest N;GEN;INDF;PL
charmere V.PTCP;PST;PASS
lus N;NOM;DEF;SG
klynge N;NOM;DEF;SG
brændstof N;GEN;INDF;SG
vandrefalk N;NOM;INDF;PL
integrere V;IND;PRS;ACT
nørd N;NOM;DEF;SG
lipid N;NOM;INDF;PL
pige N;GEN;INDF;SG
offer N;NOM;DEF;PL
terzine N;NOM;DEF;PL
union N;NOM;DEF;PL
diskussionsside N;NOM;INDF;PL
støvsuger N;GEN;INDF;PL
faktum N;NOM;DEF;PL
løsesum N;NOM;DEF;PL
giraf N;NOM;DEF;PL
palaver N;GEN;INDF;PL
primtal N;GEN;INDF;PL
brønd N;NOM;INDF;SG
libaneser N;NOM;DEF;PL
spytkirtel N;NOM;DEF;SG
pattedyr N;NOM;INDF;PL
ombudsmand N;NOM;INDF;SG
bonderøv N;GEN;INDF;PL
masse N;NOM;DEF;PL
tanke N;NOM;DEF;SG
grønlænder N;NOM;DEF;SG
julekort N;GEN;INDF;PL
idiotsikre V;NFIN;ACT
pokerfjæs N;GEN;INDF;PL
ridder N;NOM;INDF;PL
rapport N;NOM;DEF;PL
opfostre V;IND;PRS;ACT
aminosyre N;GEN;INDF;SG
hjerne N;NOM;DEF;PL
halvtredser N;NOM;DEF;SG
akvarel N;NOM;DEF;SG
jordskælv N;NOM;DEF;PL
weekend N;NOM;DEF;SG
miste V;IND;PST;ACT
falk N;GEN;INDF;SG
kardiogram N;NOM;INDF;PL
gnist N;GEN;INDF;SG
akkusativ N;NOM;DEF;PL
brod N;NOM;INDF;SG
meteorit N;NOM;DEF;PL
guvernør N;GEN;INDF;PL
antenne N;GEN;INDF;SG
asiat N;GEN;INDF;SG
karamel N;NOM;INDF;SG
badmintonspiller N;NOM;DEF;PL
ombudsmand N;NOM;DEF;PL
data N;NOM;DEF;SG
antenne N;NOM;INDF;PL
folkedragt N;GEN;INDF;PL
hvedebrød N;NOM;DEF;PL
tjørn N;NOM;DEF;SG
pinjekerne N;NOM;DEF;SG
grimasse N;GEN;INDF;SG
hovedstad N;NOM;DEF;SG
skib N;NOM;DEF;SG
hydrolog N;GEN;INDF;SG
tornado N;NOM;DEF;PL
onsdag N;GEN;INDF;SG
orne N;NOM;INDF;PL
julestjerne N;NOM;DEF;PL
syllogisme N;GEN;INDF;PL
fedtsyl N;NOM;DEF;SG
skærf N;NOM;DEF;SG
bøjle N;NOM;INDF;PL
indflyvning N;NOM;DEF;PL
bulgarer N;NOM;DEF;PL
metallurg N;NOM;DEF;PL
danserinde N;NOM;DEF;PL
nymfe N;GEN;INDF;SG
snedker N;NOM;INDF;PL
kildekode N;NOM;INDF;SG
ben N;NOM;INDF;PL
referendum N;NOM;DEF;SG
fedt N;GEN;INDF;SG
hypnotisør N;NOM;INDF;SG
MF N;NOM;INDF;SG
fornemmelse N;NOM;DEF;PL
smed N;GEN;INDF;PL
monsun N;NOM;INDF;PL
bambus N;NOM;INDF;PL
ged N;GEN;INDF;SG
gudbarn N;NOM;DEF;SG
klan N;NOM;DEF;PL
antonym N;GEN;INDF;PL
babyloner N;NOM;DEF;SG
tørretumbler N;NOM;DEF;PL
telegraf N;GEN;INDF;SG
korkeg N;NOM;DEF;SG
perser N;GEN;INDF;SG
grundlag N;NOM;DEF;SG
golfkølle N;NOM;DEF;PL
lydpotte N;GEN;INDF;PL
balkon N;NOM;INDF;PL
organisere V;NFIN;ACT
dørmand N;NOM;INDF;PL
syge N;GEN;INDF;SG
spyd N;NOM;DEF;SG
elsdyr N;NOM;INDF;PL
kuller N;NOM;DEF;PL
klud N;NOM;INDF;PL
ås N;GEN;INDF;PL
korridor N;NOM;INDF;SG
od N;NOM;DEF;SG
stormfugl N;GEN;INDF;PL
mutant N;NOM;DEF;SG
hus N;GEN;INDF;PL
laps N;GEN;INDF;SG
planche N;GEN;INDF;PL
påske N;GEN;INDF;SG
kasserolle N;GEN;INDF;PL
ærkeengel N;NOM;INDF;SG
wiki N;NOM;DEF;SG
hofteholder N;GEN;INDF;SG
syge N;NOM;DEF;SG
konfiskere V;NFIN;ACT
amager N;NOM;DEF;PL
snefald N;GEN;INDF;PL
bagsæde N;NOM;INDF;PL
kernekraft N;NOM;DEF;PL
rosé N;NOM;DEF;PL
geometri N;GEN;INDF;SG
samfundsstøtte N;NOM;DEF;PL
bifamilie N;NOM;DEF;SG
golfbane N;NOM;INDF;SG
selskab N;NOM;INDF;PL
kile N;NOM;DEF;SG
provins N;NOM;INDF;SG
bøhmand N;NOM;DEF;PL
propeller N;GEN;INDF;PL
boykot N;GEN;INDF;PL
vindrue N;NOM;DEF;PL
bagdør N;NOM;DEF;PL
sæl N;GEN;INDF;PL
bordel N;NOM;INDF;PL
arie N;GEN;INDF;PL
sofa N;NOM;DEF;SG
golfspiller N;GEN;INDF;SG
piccolo N;NOM;INDF;PL
olie N;NOM;DEF;SG
spændingsforskel N;NOM;DEF;PL
udgift N;NOM;DEF;SG
strubehoved N;NOM;INDF;PL
mare N;GEN;INDF;SG
testikel N;NOM;DEF;PL
elevator N;NOM;DEF;SG
adamsæble N;NOM;DEF;PL
tomme N;NOM;INDF;SG
midnat N;NOM;DEF;PL
aforisme N;GEN;INDF;SG
elske V;IND;PST;PASS
aflevering N;NOM;DEF;SG
frakke N;GEN;INDF;PL
oversvømmelse N;NOM;DEF;PL
solbær N;NOM;DEF;SG
kejserinde N;NOM;INDF;SG
pastel N;NOM;DEF;SG
maksime N;NOM;INDF;SG
lut N;NOM;DEF;SG
kæderyger N;NOM;DEF;SG
stamme N;NOM;DEF;PL
pynt N;NOM;DEF;SG
klassifikation N;NOM;INDF;PL
kontaktinformation N;NOM;DEF;PL
fælled N;NOM;INDF;PL
epitet N;NOM;DEF;SG
svigte V;IMP;ACT
videnskab N;NOM;DEF;PL
heltinde N;NOM;INDF;PL
oliven N;NOM;DEF;SG
forår N;NOM;DEF;SG
visdomstand N;NOM;DEF;PL
møbel N;NOM;INDF;PL
fægter N;NOM;INDF;PL
hypnose N;NOM;DEF;PL
skurk N;NOM;DEF;PL
padde N;GEN;INDF;SG
skabelon N;NOM;DEF;PL
rendezvous N;NOM;DEF;PL
olivenolie N;NOM;DEF;SG
viske V;IMP;ACT
kanonkugle N;GEN;INDF;SG
sommer N;NOM;DEF;PL
plaster N;GEN;INDF;PL
morgenmenneske N;GEN;INDF;PL
vaffel N;NOM;DEF;SG
vom N;NOM;DEF;SG
jungle N;GEN;INDF;PL
græsslåmaskine N;NOM;DEF;PL
vandrør N;GEN;INDF;SG
termostat N;NOM;DEF;PL
fertilitetsrate N;GEN;INDF;PL
lørdag N;NOM;INDF;PL
matrone N;GEN;INDF;PL
kop N;GEN;INDF;PL
blåskimmelost N;NOM;DEF;PL
estimat N;NOM;DEF;PL
bugspytkirtel N;NOM;DEF;PL
bidrag N;GEN;INDF;PL
oversættelse N;NOM;INDF;SG
storm N;NOM;DEF;SG
odør N;NOM;DEF;SG
opfostre V;IND;PST;ACT
boring N;NOM;DEF;SG
dualist N;GEN;INDF;SG
demarkation N;NOM;DEF;SG
manuskript N;NOM;DEF;SG
estimat N;GEN;INDF;SG
rær N;GEN;INDF;PL
medaljon N;NOM;DEF;PL
maskine N;NOM;DEF;SG
røn N;NOM;INDF;SG
argentiner N;NOM;DEF;PL
hveps N;NOM;DEF;SG
medley N;NOM;DEF;PL
afgang N;NOM;DEF;SG
talemåde N;NOM;DEF;PL
bror N;NOM;DEF;SG
globus N;NOM;INDF;PL
fiske V.PTCP;PRS;ACT
smørrebrød N;GEN;INDF;PL
kirtel N;NOM;INDF;SG
bulgarer N;NOM;DEF;PL
hvirveldyr N;NOM;DEF;SG
pomfrit N;NOM;INDF;PL
parentes N;NOM;DEF;PL
komposition N;NOM;DEF;PL
gyngehest N;GEN;INDF;PL
lejrskole N;NOM;INDF;SG
carnivor N;NOM;DEF;PL
basketballkurv N;NOM;DEF;PL
vandmand N;NOM;DEF;PL
kører N;GEN;INDF;PL
hypnotisere V;IND;PRS;ACT
landsby N;GEN;INDF;PL
unge N;NOM;DEF;SG
korrigere V;IND;PRS;ACT
remoulade N;NOM;INDF;PL
gardin N;NOM;INDF;SG
komplimentere V.PTCP;PRS;ACT
farao N;NOM;DEF;SG
forlængelse N;NOM;DEF;SG
istap N;NOM;DEF;PL
natur N;NOM;INDF;PL
gilde N;NOM;INDF;PL
dram N;NOM;DEF;PL
danse V;IND;PRS;ACT
frikadelle N;NOM;DEF;PL
lommetyv N;NOM;DEF;SG
delegat N;NOM;DEF;PL
møller N;GEN;INDF;SG
alfabet N;GEN;INDF;SG
subjekt N;NOM;DEF;PL
søjle N;NOM;DEF;PL
fertilitetskvotient N;NOM;DEF;PL
dørklokke N;NOM;DEF;PL
kel N;NOM;INDF;SG
metropolit N;GEN;INDF;PL
pornofilm N;GEN;INDF;SG
flag N;NOM;INDF;PL
handicaptoilet N;NOM;DEF;PL
lån N;NOM;INDF;PL
høg N;NOM;INDF;SG
islom N;NOM;DEF;SG
fersken N;NOM;DEF;SG
hilsen N;NOM;INDF;PL
karotin N;GEN;INDF;PL
tøj N;NOM;DEF;SG
musical N;NOM;INDF;SG
basar N;NOM;DEF;PL
partner N;NOM;DEF;SG
bordeaux N;NOM;DEF;SG
roman N;NOM;DEF;PL
heltal N;GEN;INDF;SG
arrigtrold N;NOM;INDF;PL
altan N;NOM;DEF;PL
fertilitetskvotient N;NOM;DEF;SG
vaskeklud N;NOM;DEF;PL
gardin N;NOM;INDF;PL
trespring N;GEN;INDF;PL
smoking N;NOM;DEF;PL
aramæer N;NOM;INDF;PL
ærkeengel N;NOM;DEF;SG
debat N;NOM;INDF;SG
biord N;NOM;DEF;SG
kno N;NOM;INDF;PL
koncentrat N;NOM;DEF;SG
yngling N;NOM;INDF;SG
hængebro N;GEN;INDF;SG
e-mail-adresse N;NOM;DEF;PL
krydsermissil N;GEN;INDF;SG
rosé N;NOM;INDF;SG
planteæder N;NOM;INDF;PL
brændsel N;NOM;DEF;SG
åg N;NOM;DEF;SG
delstat N;NOM;INDF;PL
vandmelon N;NOM;DEF;SG
kastanje N;NOM;DEF;PL
agronom N;GEN;INDF;PL
måltid N;NOM;DEF;SG
orientering N;GEN;INDF;SG
pib N;NOM;DEF;PL
tivoli N;NOM;INDF;PL
gene N;GEN;INDF;PL
hade V;IND;PST;ACT
tolk N;NOM;DEF;SG
flyvning N;NOM;INDF;PL
storm N;GEN;INDF;PL
69'er N;NOM;DEF;PL
erektion N;NOM;INDF;PL
håndklæde N;NOM;INDF;PL
massør N;NOM;INDF;SG
tebrev N;NOM;INDF;PL
brombær N;GEN;INDF;PL
genstand N;NOM;DEF;PL
javaneser N;NOM;DEF;PL
værdighed N;NOM;DEF;SG
solsikke N;GEN;INDF;SG
hierarki N;NOM;INDF;PL
højdespringer N;NOM;DEF;SG
medicin N;NOM;INDF;PL
kakerlak N;GEN;INDF;SG
kiste N;GEN;INDF;PL
dåne V;NFIN;ACT
fremmedord N;NOM;INDF;PL
krebs N;NOM;DEF;PL
svensker N;NOM;DEF;PL
deducere V;IMP;ACT
positiv N;NOM;DEF;SG
diagnosticere V;IND;PRS;PASS
afbetaling N;NOM;DEF;SG
kastanje N;NOM;INDF;SG
sørøver N;GEN;INDF;SG
alfons N;NOM;DEF;SG
storesøster N;NOM;DEF;SG
areal N;NOM;INDF;SG
gratulere V;IMP;ACT
pib N;GEN;INDF;PL
mynde N;NOM;DEF;PL
menu N;NOM;INDF;PL
kunde N;NOM;INDF;PL
antibiotikum N;GEN;INDF;SG
purere V;IMP;ACT
drømmekage N;GEN;INDF;SG
undskyldning N;NOM;INDF;PL
mangel N;NOM;DEF;PL
torturere V;IND;PRS;PASS
rig N;NOM;DEF;PL
foto N;NOM;DEF;SG
ydmygelse N;NOM;DEF;SG
karisma N;GEN;INDF;PL
huske V;IND;PST;ACT
monopol N;NOM;DEF;SG
ordsprog N;NOM;INDF;PL
vandpolo N;NOM;DEF;SG
sneugle N;NOM;DEF;SG
foto N;NOM;DEF;PL
distance N;NOM;DEF;PL
kuwaiter N;GEN;INDF;SG
mysli N;NOM;DEF;SG
operahus N;NOM;DEF;SG
vindmølle N;NOM;DEF;PL
omvej N;GEN;INDF;PL
bøn N;GEN;INDF;SG
pokeransigt N;NOM;DEF;PL
kanapé N;GEN;INDF;PL
forbrydelse N;NOM;DEF;SG
ribs N;GEN;INDF;PL
datid N;NOM;DEF;SG
kommutere V;IND;PRS;ACT
passager N;NOM;INDF;SG
afart N;NOM;DEF;PL
resume N;GEN;INDF;PL
forlængelse N;NOM;INDF;SG
datter N;NOM;DEF;SG
vismand N;NOM;DEF;SG
ildsjæl N;NOM;DEF;PL
omvej N;NOM;INDF;PL
skib N;NOM;INDF;PL
insekt N;NOM;DEF;PL
kølsvin N;NOM;INDF;PL
ordsprog N;NOM;DEF;SG
forkortelse N;NOM;DEF;SG
allike N;NOM;INDF;PL
punktum N;GEN;INDF;SG
pagaj N;GEN;INDF;PL
hæl N;NOM;INDF;SG
rosévin N;NOM;INDF;SG
vandmelon N;GEN;INDF;SG
alternativ N;NOM;DEF;SG
erklære V;NFIN;ACT
dørmand N;NOM;DEF;SG
munk N;NOM;DEF;PL
bighornfår N;GEN;INDF;SG
freske N;NOM;DEF;SG
hængelås N;NOM;INDF;PL
fodspor N;NOM;DEF;SG
afføring N;NOM;DEF;PL
synonym N;NOM;INDF;PL
horoskop N;NOM;DEF;SG
idiosynkrasi N;NOM;INDF;SG
brandert N;NOM;DEF;PL
fertilitetskvotient N;NOM;DEF;SG
kandestøber N;NOM;DEF;PL
erobre V;IND;PST;ACT
vandregræshoppe N;GEN;INDF;SG
dokument N;GEN;INDF;SG
engel N;NOM;DEF;SG
atomkraft N;NOM;INDF;SG
jorde V;IND;PRS;ACT
natugle N;NOM;DEF;SG
piberenser N;NOM;DEF;SG
sydvest N;NOM;INDF;SG
væg N;NOM;INDF;PL
mentor N;NOM;DEF;PL
gase N;NOM;DEF;PL
ketsjer N;GEN;INDF;SG
kemiker N;NOM;INDF;SG
pandekage N;NOM;DEF;SG
fange N;NOM;INDF;SG
ananas N;NOM;DEF;SG
akkordeon N;NOM;DEF;PL
flue N;NOM;DEF;PL
biting N;NOM;DEF;SG
dufte V.PTCP;PRS;ACT
smiley N;NOM;INDF;SG
russer N;NOM;DEF;SG
troubadour N;NOM;DEF;SG
talje N;NOM;DEF;PL
kokosolie N;NOM;INDF;PL
torn N;NOM;DEF;PL
porse N;GEN;INDF;PL
navle N;GEN;INDF;SG
glente N;NOM;INDF;SG
knagebræt N;NOM;INDF;PL
marked N;GEN;INDF;SG
ædelsten N;NOM;INDF;SG
erfare V;IND;PST;PASS
pennalhus N;NOM;DEF;PL
gebyr N;NOM;DEF;SG
skåle V.PTCP;PST;PASS
flamme N;NOM;INDF;SG
gennemsnit N;GEN;INDF;PL
økologi N;NOM;DEF;PL
blodkredsløb N;GEN;INDF;SG
arkitekt N;GEN;INDF;SG
talsperson N;NOM;INDF;SG
argumentere V;IMP;ACT
insektæder N;GEN;INDF;SG
klud N;GEN;INDF;SG
skuldertræk N;NOM;INDF;SG
håndbold N;GEN;INDF;PL
gasturbine N;NOM;INDF;SG
sejle V;IND;PST;ACT
ryg N;NOM;INDF;PL
figen N;NOM;INDF;PL
flueknepperi N;NOM;DEF;SG
eventyrer N;NOM;DEF;SG
refræn N;GEN;INDF;SG
krog N;NOM;DEF;SG
kubikmeter N;NOM;INDF;SG
riste V;NFIN;ACT
kø N;GEN;INDF;SG
sofa N;NOM;DEF;SG
vaskebræt N;GEN;INDF;SG
alfons N;GEN;INDF;PL
hat N;GEN;INDF;PL
ventil N;NOM;INDF;SG
tøffelhelt N;NOM;DEF;SG
jasmin N;NOM;DEF;PL
arkitekt N;NOM;DEF;SG
følelse N;NOM;DEF;SG
babybio N;GEN;INDF;SG
harpe N;NOM;INDF;PL
tradition N;NOM;DEF;SG
lydpotte N;NOM;DEF;SG
ludder N;NOM;DEF;SG
dannebrog N;NOM;INDF;SG
spånplade N;NOM;INDF;SG
beton N;NOM;DEF;SG
boring N;NOM;DEF;PL
nevø N;NOM;INDF;SG
salme N;NOM;INDF;SG
eksemplar N;GEN;INDF;PL
eskimo N;NOM;INDF;PL
filetere V;IND;PST;ACT
mandebøde N;NOM;DEF;SG
kejser N;NOM;DEF;PL
møller N;NOM;DEF;PL
haj N;NOM;DEF;SG
nøgleben N;NOM;INDF;SG
krølle N;GEN;INDF;SG
voldtægtsmand N;NOM;DEF;PL
operere V;IND;PST;PASS
samling N;GEN;INDF;SG
hasselnød N;NOM;DEF;PL
lån N;NOM;INDF;SG
kædesav N;NOM;DEF;PL
gondol N;NOM;DEF;PL
kakerlak N;NOM;INDF;SG
jæger N;GEN;INDF;PL
gælle N;NOM;INDF;PL
komiker N;NOM;DEF;PL
højdespring N;NOM;INDF;PL
biord N;NOM;INDF;SG
pikkemand N;NOM;DEF;PL
abdicere V;IND;PST;ACT
helhest N;NOM;INDF;SG
overbid N;GEN;INDF;SG
skåle V;NFIN;ACT
raritet N;NOM;DEF;SG
cytoplasma N;NOM;DEF;PL
odder N;NOM;DEF;SG
hovedsag N;GEN;INDF;SG
parallellogram N;NOM;INDF;SG
papaja N;GEN;INDF;SG
entre N;NOM;INDF;PL
recirkulation N;NOM;DEF;PL
liechtensteiner N;NOM;INDF;PL
snedker N;NOM;INDF;SG
brod N;NOM;DEF;PL
eksamen N;GEN;INDF;SG
certifikat N;NOM;INDF;SG
vinter N;NOM;DEF;PL
hunkat N;GEN;INDF;PL
strømstyrke N;GEN;INDF;SG
bengel N;NOM;DEF;PL
glarmester N;GEN;INDF;PL
længdebølge N;NOM;DEF;SG
paraply N;NOM;INDF;PL
jomfru N;NOM;INDF;PL
næsehorn N;NOM;DEF;SG
begyndelse N;GEN;INDF;PL
skumbad N;NOM;DEF;SG
veninde N;GEN;INDF;SG
rendezvous N;NOM;DEF;PL
medaljon N;NOM;DEF;SG
menneske N;NOM;DEF;PL
natklub N;GEN;INDF;SG
annullation N;NOM;INDF;SG
mikroskop N;NOM;DEF;SG
væge N;GEN;INDF;PL
afasi N;NOM;DEF;PL
rat N;GEN;INDF;PL
linje N;GEN;INDF;SG
vingummibamse N;NOM;INDF;SG
skuffe N;GEN;INDF;PL
kilometer N;NOM;INDF;PL
stikprøve N;GEN;INDF;PL
bydelstat N;NOM;DEF;PL
tortur N;NOM;DEF;SG
eksamen N;NOM;DEF;SG
agnostiker N;NOM;INDF;PL
armlægning N;GEN;INDF;PL
ejer N;NOM;DEF;SG
pomme frite N;NOM;DEF;SG
genstand N;GEN;INDF;PL
bryggeri N;NOM;DEF;PL
østkyst N;NOM;DEF;SG
høstak N;NOM;DEF;PL
parti N;NOM;DEF;SG
tyver N;GEN;INDF;SG
valnød N;NOM;DEF;SG
forglemmigej N;NOM;DEF;SG
mule N;NOM;INDF;PL
delmængde N;NOM;DEF;PL
fodspor N;GEN;INDF;PL
esplanade N;NOM;DEF;PL
hensynsled N;GEN;INDF;PL
orm N;NOM;INDF;SG
babysæl N;NOM;DEF;PL
selskab N;GEN;INDF;SG
pude N;NOM;DEF;PL
trug N;NOM;INDF;SG
mellemkrigstid N;NOM;INDF;PL
tolk N;NOM;DEF;PL
tivoli N;NOM;DEF;PL
klare V;IMP;ACT
millennium N;NOM;DEF;PL
tilbud N;GEN;INDF;PL
gudshus N;NOM;INDF;SG
brugerbetaling N;GEN;INDF;SG
sofavælger N;NOM;DEF;SG
munk N;GEN;INDF;PL
periode N;NOM;INDF;PL
spyd N;NOM;DEF;PL
tømme N;NOM;DEF;PL
kamæleon N;NOM;INDF;PL
plakat N;NOM;DEF;SG
panter N;NOM;DEF;SG
cykeldæk N;NOM;DEF;SG
skøjte N;NOM;INDF;PL
paraply N;NOM;DEF;SG
barbar N;NOM;INDF;SG
suspensorium N;GEN;INDF;PL
kolos N;GEN;INDF;SG
studium N;NOM;DEF;SG
skåning N;GEN;INDF;PL
eventyrer N;NOM;INDF;PL
marked N;GEN;INDF;PL
elkedel N;NOM;DEF;SG
forsøg N;GEN;INDF;SG
adgangskode N;NOM;DEF;SG
babydukke N;NOM;DEF;SG
ændringsforslag N;NOM;DEF;SG
betegnelse N;NOM;DEF;SG
jungle N;NOM;INDF;SG
grønlænder N;NOM;DEF;PL
hest N;NOM;INDF;PL
tandbørste N;NOM;INDF;PL
grynt N;NOM;DEF;SG
akkord N;GEN;INDF;SG
suppe N;GEN;INDF;SG
svane N;NOM;DEF;SG
underlag N;NOM;DEF;SG
paryk N;NOM;INDF;SG
forår N;GEN;INDF;SG
hilsen N;GEN;INDF;SG
skuespiller N;NOM;INDF;SG
frimurer N;NOM;INDF;PL
storm N;NOM;DEF;SG
prise N;GEN;INDF;PL
skænk N;NOM;DEF;SG
sofa N;NOM;INDF;PL
badmintonspiller N;NOM;DEF;SG
liv N;GEN;INDF;PL
cigarettænder N;NOM;INDF;PL
antal N;NOM;DEF;SG
monark N;NOM;DEF;SG
udstråle V.PTCP;PST;PASS
håndjern N;NOM;INDF;PL
lænestol N;NOM;DEF;SG
solsort N;NOM;DEF;SG
ironi N;GEN;INDF;PL
belgier N;GEN;INDF;SG
navne N;NOM;DEF;SG
citat N;NOM;DEF;SG
allé N;NOM;INDF;SG
svend N;NOM;DEF;SG
kop N;NOM;INDF;PL
sygdom N;GEN;INDF;SG
rådyr N;GEN;INDF;PL
korps N;GEN;INDF;SG
lomme N;NOM;DEF;PL
konvoj N;NOM;INDF;SG
sandkasse N;GEN;INDF;SG
guitarist N;NOM;INDF;SG
biom N;NOM;INDF;SG
bondegård N;NOM;DEF;PL
barnløshed N;NOM;DEF;SG
neutron N;NOM;DEF;PL
klimaforandring N;NOM;DEF;SG
panda N;GEN;INDF;SG
lokomotiv N;NOM;INDF;SG
intelligenstest N;NOM;INDF;PL
menu N;GEN;INDF;SG
filosof N;GEN;INDF;PL
humanist N;NOM;INDF;SG
risvin N;NOM;DEF;SG
port N;NOM;DEF;SG
tyd N;NOM;INDF;PL
bajer N;NOM;INDF;PL
skonnert N;NOM;DEF;SG
akkusativ N;NOM;INDF;SG
spilfigur N;NOM;DEF;PL
bus N;NOM;DEF;SG
bordlampe N;NOM;DEF;SG
sål N;NOM;DEF;SG
skræl N;GEN;INDF;PL
gulv N;NOM;DEF;SG
stormfugl N;NOM;INDF;PL
vulkan N;GEN;INDF;PL
babybio N;NOM;DEF;SG
tungemål N;NOM;DEF;SG
begivenhed N;NOM;DEF;SG
ørering N;NOM;DEF;SG
malke V.PTCP;PRS;ACT
sludder N;NOM;DEF;PL
fyrværkeri N;NOM;DEF;PL
formue N;NOM;INDF;PL
vase N;NOM;DEF;SG
husbond N;NOM;DEF;PL
paranød N;NOM;DEF;PL
fosfolipid N;NOM;DEF;SG
politimester N;NOM;DEF;PL
tornado N;GEN;INDF;PL
gennembrud N;NOM;DEF;SG
næringsstof N;NOM;INDF;SG
afstand N;NOM;DEF;PL
pinjekerne N;NOM;DEF;SG
berømmelse N;NOM;DEF;PL
abyssinier N;NOM;INDF;SG
kandestøber N;NOM;INDF;SG
dadel N;NOM;DEF;PL
svin N;NOM;INDF;PL
kilometer N;GEN;INDF;PL
kontinent N;NOM;DEF;PL
agern N;GEN;INDF;PL
kunstgalleri N;GEN;INDF;SG
genfærd N;NOM;INDF;PL
ulv N;NOM;DEF;PL
liechtensteiner N;NOM;DEF;PL
krematorie N;NOM;DEF;PL
udgift N;NOM;DEF;PL
yver N;NOM;DEF;SG
sarkasme N;NOM;INDF;SG
konfiskere V;IND;PST;PASS
present N;NOM;DEF;PL
chilener N;NOM;INDF;PL
sekretariat N;NOM;INDF;SG
neg N;NOM;DEF;SG
forklare V;IMP;ACT
strygejern N;NOM;DEF;SG
kødæder N;NOM;DEF;PL
suspensorium N;GEN;INDF;SG
database N;NOM;INDF;SG
værelse N;NOM;INDF;SG
tyver N;NOM;DEF;SG
skohorn N;GEN;INDF;SG
kvast N;NOM;INDF;SG
bogstav N;NOM;DEF;PL
bangebuks N;GEN;INDF;SG
vagt N;GEN;INDF;SG
person N;NOM;INDF;PL
franskmand N;NOM;DEF;PL
sværd N;NOM;DEF;SG
testamente N;NOM;INDF;PL
metafor N;GEN;INDF;SG
lillehjerne N;GEN;INDF;SG
nøgleord N;NOM;DEF;PL
bøhmand N;GEN;INDF;SG
pate N;GEN;INDF;PL
ambassade N;NOM;INDF;SG
stavkirke N;GEN;INDF;SG
reje N;NOM;DEF;SG
korridor N;NOM;DEF;PL
beskrivelse N;GEN;INDF;SG
sommerfugl N;GEN;INDF;PL
kuld N;NOM;INDF;PL
spændingsforskel N;NOM;DEF;SG
cyklus N;NOM;DEF;SG
løb N;NOM;INDF;PL
neutron N;GEN;INDF;PL
håb N;NOM;DEF;PL
mule N;NOM;DEF;SG
kaskelothval N;GEN;INDF;SG
knalde V;IND;PRS;PASS
seer N;NOM;DEF;SG
lund N;NOM;INDF;SG
tændstikmand N;GEN;INDF;SG
ben N;NOM;INDF;SG
gele N;GEN;INDF;SG
trækfugl N;NOM;DEF;PL
flåde N;NOM;INDF;PL
ambassadør N;NOM;DEF;PL
abkhaser N;NOM;INDF;PL
forudsætning N;GEN;INDF;SG
succes N;NOM;INDF;PL
lampeskærm N;NOM;INDF;SG
prise N;NOM;DEF;PL
patent N;NOM;INDF;SG
jurist N;NOM;DEF;PL
nytårsaften N;NOM;INDF;SG
muskel N;NOM;DEF;SG
spark N;NOM;DEF;SG
barbar N;NOM;DEF;PL
lår N;NOM;DEF;PL
julekort N;GEN;INDF;SG
fosfolipid N;NOM;DEF;PL
budskab N;NOM;DEF;PL
lærerinde N;NOM;INDF;PL
semester N;NOM;DEF;PL
gennemsnit N;NOM;DEF;PL
afprøvning N;NOM;DEF;PL
paragraf N;NOM;DEF;PL
torsdag N;GEN;INDF;SG
hypnotisere V;IND;PRS;PASS
kejserrige N;GEN;INDF;SG
sandkasse N;NOM;DEF;PL
ædelgas N;GEN;INDF;PL
mappe N;NOM;DEF;SG
oprindelse N;NOM;DEF;SG
ungarer N;GEN;INDF;SG
faster N;NOM;DEF;PL
kobber N;NOM;DEF;SG
rune N;NOM;DEF;SG
glansbillede N;NOM;INDF;SG
kokon N;NOM;DEF;SG
befolkning N;NOM;DEF;PL
marmelade N;NOM;DEF;SG
sætning N;NOM;DEF;SG
moratorium N;GEN;INDF;PL
sætning N;NOM;DEF;PL
nordkyst N;NOM;INDF;SG
kontakt N;GEN;INDF;SG
ordenstal N;NOM;INDF;SG
abc N;NOM;DEF;SG
halvbror N;NOM;INDF;SG
fyrfadslys N;NOM;DEF;PL
tegnefilm N;GEN;INDF;PL
apropos N;NOM;DEF;SG
dobbeltgænger N;NOM;INDF;SG
revisor N;NOM;DEF;SG
negl N;GEN;INDF;SG
blomst N;NOM;INDF;SG
sæl N;NOM;INDF;PL
lystre V.PTCP;PST;PASS
græsenke N;NOM;DEF;PL
kedel N;NOM;DEF;SG
sætning N;GEN;INDF;PL
parallelogram N;NOM;DEF;SG
metallurg N;NOM;DEF;SG
føderation N;NOM;INDF;PL
trillebør N;NOM;INDF;SG
hammer N;NOM;DEF;SG
søn N;NOM;INDF;SG
bryllup N;GEN;INDF;PL
kurv N;GEN;INDF;SG
pote N;NOM;DEF;SG
affaldsstof N;NOM;INDF;PL
clips N;NOM;DEF;PL
visdomstand N;GEN;INDF;PL
gab N;NOM;DEF;SG
navlestreng N;GEN;INDF;SG
advent N;NOM;DEF;PL
chateau N;NOM;INDF;PL
piccolo N;NOM;INDF;SG
kaskade N;NOM;INDF;SG
hudfarve N;GEN;INDF;SG
øjenlåg N;NOM;DEF;SG
hingst N;NOM;DEF;PL
visent N;GEN;INDF;PL
kvalitet N;NOM;INDF;SG
kanapé N;NOM;DEF;SG
kakerlak N;NOM;DEF;PL
spindelvæv N;NOM;INDF;SG
enke N;NOM;DEF;SG
putte N;NOM;DEF;SG
tidsrejse N;NOM;DEF;PL
biskop N;GEN;INDF;SG
suppe N;NOM;DEF;PL
morfar N;NOM;INDF;SG
provins N;NOM;DEF;PL
æbletærte N;NOM;INDF;SG
defekt N;NOM;INDF;SG
humanist N;GEN;INDF;SG
sorteringsmaskine N;NOM;DEF;PL
tus N;NOM;INDF;SG
gab N;GEN;INDF;SG
korkeg N;NOM;INDF;SG
alf N;GEN;INDF;SG
mær N;NOM;INDF;SG
torn N;NOM;DEF;SG
hærværksmand N;NOM;DEF;SG
konklusion N;GEN;INDF;PL
hvil N;NOM;INDF;PL
frue N;GEN;INDF;PL
udråbsord N;GEN;INDF;PL
idolisere V;IND;PRS;PASS
budskab N;NOM;DEF;SG
centralnervesystem N;NOM;DEF;PL
skiderik N;GEN;INDF;SG
kødæder N;NOM;DEF;SG
stiver N;NOM;INDF;SG
blomkål N;NOM;INDF;PL
salatfad N;NOM;DEF;SG
babyfløjl N;GEN;INDF;SG
papegøje N;NOM;INDF;PL
montere V;IMP;ACT
tortur N;GEN;INDF;SG
offer N;NOM;DEF;PL
cigaretstump N;NOM;DEF;SG
fægtning N;NOM;DEF;SG
ælling N;GEN;INDF;PL
ejendom N;NOM;DEF;SG
sultanat N;NOM;DEF;SG
ridt N;NOM;DEF;SG
dualist N;NOM;DEF;SG
bæger N;NOM;DEF;PL
freske N;NOM;DEF;PL
skoletaske N;NOM;INDF;SG
overbid N;NOM;DEF;SG
sikkerhedsvagt N;NOM;INDF;SG
café au lait N;NOM;DEF;PL
række N;NOM;DEF;SG
synd N;NOM;INDF;PL
skrin N;GEN;INDF;PL
udelukkelse N;NOM;DEF;PL
platformspil N;GEN;INDF;PL
seneskedehindebetændelse N;NOM;DEF;PL
sportsserie N;NOM;DEF;SG
glarmester N;NOM;DEF;PL
fløjt N;NOM;DEF;PL
ork N;GEN;INDF;PL
tyfon N;NOM;DEF;PL
kulturrevolution N;NOM;INDF;PL
bevægelse N;GEN;INDF;PL
maddike N;NOM;DEF;SG
proptrækker N;GEN;INDF;SG
embedsmand N;NOM;DEF;PL
kapers N;NOM;DEF;PL
grupperabat N;NOM;DEF;SG
næsehorn N;NOM;INDF;PL
koncentrat N;GEN;INDF;SG
matrone N;NOM;DEF;PL
makron N;GEN;INDF;PL
ekvipage N;GEN;INDF;SG
kirkeklokke N;NOM;DEF;SG
suppe N;NOM;DEF;PL
pyjamas N;NOM;DEF;PL
lakaj N;NOM;INDF;PL
diabetiker N;GEN;INDF;PL
svigte V;NFIN;ACT
hall N;NOM;DEF;PL
malm N;NOM;DEF;SG
atombombe N;NOM;INDF;PL
djævel N;NOM;DEF;SG
retfærdighed N;NOM;DEF;PL
gnier N;GEN;INDF;PL
mole N;NOM;DEF;PL
endestation N;NOM;DEF;SG
medley N;NOM;DEF;SG
drink N;NOM;DEF;PL
ærkeengel N;GEN;INDF;PL
storebror N;NOM;DEF;SG
bedstemor N;NOM;DEF;SG
akilleshæl N;NOM;DEF;SG
emne N;NOM;DEF;PL
tatovør N;GEN;INDF;PL
smiley N;NOM;DEF;SG
starut N;NOM;INDF;PL
månefase N;NOM;INDF;SG
musikproducer N;NOM;INDF;PL
ballon N;NOM;INDF;PL
rundkørsel N;NOM;INDF;PL
porre N;NOM;DEF;SG
violin N;NOM;DEF;SG
skæg N;NOM;INDF;SG
broderskab N;NOM;INDF;SG
sandstorm N;NOM;DEF;SG
bogklub N;NOM;DEF;PL
venskab N;NOM;INDF;SG
tankskib N;NOM;DEF;PL
fagforening N;NOM;DEF;SG
ælte V.PTCP;PST;PASS
hals N;NOM;DEF;SG
beton N;NOM;INDF;SG
blok N;NOM;DEF;PL
forår N;NOM;INDF;SG
natklub N;NOM;DEF;PL
svend N;NOM;DEF;PL
forklare V.PTCP;PRS;ACT
muslim N;NOM;INDF;PL
badmintonspiller N;NOM;DEF;PL
badeværelse N;NOM;DEF;PL
lørdag N;NOM;DEF;PL
snuble V;IND;PST;ACT
mentor N;GEN;INDF;SG
mus N;NOM;INDF;SG
rektangel N;GEN;INDF;PL
café au lait N;NOM;DEF;SG
motorvej N;NOM;INDF;PL
anglofil N;NOM;DEF;SG
familie N;GEN;INDF;SG
jyde N;GEN;INDF;SG
fingerspids N;NOM;INDF;SG
tæppe N;NOM;DEF;PL
rødlos N;NOM;DEF;SG
sjæl N;NOM;DEF;PL
redskab N;GEN;INDF;SG
filter N;NOM;DEF;SG
tivoli N;GEN;INDF;PL
sjæl N;NOM;DEF;PL
pynte V;IND;PRS;ACT
rotte N;GEN;INDF;PL
ceremoni N;NOM;INDF;SG
ispind N;NOM;DEF;PL
enhjørning N;NOM;DEF;PL
skabelon N;NOM;DEF;SG
tendens N;GEN;INDF;PL
lår N;GEN;INDF;PL
årtusinde N;GEN;INDF;PL
brakteat N;NOM;DEF;PL
centimeter N;NOM;INDF;PL
fipskæg N;NOM;DEF;SG
magre V.PTCP;PST;PASS
elg N;NOM;INDF;PL
kommissær N;NOM;DEF;PL
computerspilkarakter N;NOM;DEF;PL
melodigrandprix N;NOM;INDF;PL
folkehøjskole N;NOM;DEF;PL
advarsel N;NOM;INDF;SG
mælkevej N;GEN;INDF;PL
halskæde N;GEN;INDF;SG
dram N;GEN;INDF;SG
flagermus N;NOM;INDF;SG
helikopter N;NOM;DEF;PL
seng N;NOM;DEF;SG
krabbe N;GEN;INDF;PL
håndgemæng N;NOM;INDF;SG
deviere V;NFIN;ACT
prosadigt N;NOM;DEF;PL
diftong N;NOM;DEF;PL
behov N;NOM;DEF;PL
røn N;NOM;DEF;SG
hik N;NOM;DEF;SG
rappenskralde N;NOM;DEF;PL
bersærk N;NOM;DEF;PL
frømand N;GEN;INDF;SG
quinde N;NOM;DEF;SG
grundled N;NOM;DEF;PL
klud N;NOM;DEF;PL
muskel N;GEN;INDF;SG
psykose N;NOM;INDF;SG
fylking N;GEN;INDF;SG
halvsøster N;GEN;INDF;PL
pentagon N;NOM;DEF;PL
hviderusser N;NOM;DEF;SG
fagot N;NOM;DEF;SG
controller N;GEN;INDF;SG
korde N;NOM;DEF;PL
sag N;NOM;DEF;SG
dråbe N;NOM;DEF;SG
troubadur N;NOM;DEF;PL
postbud N;NOM;INDF;SG
svend N;NOM;INDF;PL
lydpotte N;GEN;INDF;SG
hvidvin N;NOM;INDF;PL
brosten N;GEN;INDF;SG
boring N;NOM;INDF;PL
tortur N;NOM;DEF;PL
trækharmonika N;NOM;DEF;PL
øreflip N;GEN;INDF;SG
genfærd N;NOM;DEF;PL
trin N;GEN;INDF;PL
hundestejle N;GEN;INDF;SG
opmærksomhed N;NOM;DEF;SG
vandfarve N;NOM;INDF;SG
nominativ N;NOM;INDF;SG
hensynsled N;GEN;INDF;SG
lørdag N;NOM;DEF;SG
proprium N;NOM;INDF;SG
skueproces N;NOM;DEF;SG
ændre V;IND;PRS;PASS
gratulant N;NOM;DEF;SG
bæskubber N;NOM;INDF;SG
påskeæg N;GEN;INDF;SG
frakke N;NOM;DEF;SG
dyrke V;IND;PST;PASS
løvinde N;GEN;INDF;SG
reparere V;IND;PST;PASS
afsløre V;IND;PST;ACT
propeller N;GEN;INDF;SG
rovfugl N;NOM;INDF;PL
grindehval N;NOM;INDF;PL
cytoplasma N;NOM;DEF;SG
eksempel N;NOM;INDF;SG
loppetjans N;NOM;DEF;PL
kjole N;NOM;DEF;PL
håndgemæng N;GEN;INDF;PL
halvmåne N;GEN;INDF;SG
høg N;NOM;DEF;SG
diagram N;NOM;DEF;PL
syre N;NOM;DEF;PL
erantis N;NOM;DEF;PL
rygte N;NOM;DEF;PL
amt N;GEN;INDF;SG
vaccine N;NOM;INDF;PL
kroge V;IND;PRS;ACT
kvinde N;NOM;DEF;PL
D-mark N;GEN;INDF;SG
påmindelse N;NOM;DEF;PL
argumentere V.PTCP;PRS;ACT
frikadelle N;GEN;INDF;SG
sandsæk N;NOM;DEF;PL
musikkonservatorium N;GEN;INDF;SG
addere V;IND;PST;PASS
hørfrøolie N;NOM;DEF;PL
libaneser N;GEN;INDF;PL
galdeblære N;NOM;DEF;SG
ærkeengel N;NOM;DEF;SG
gnist N;NOM;INDF;SG
prise N;NOM;DEF;SG
hjelm N;NOM;DEF;SG
pinje N;NOM;DEF;SG
musikgenre N;GEN;INDF;SG
grapefrugt N;GEN;INDF;SG
talemåde N;NOM;INDF;SG
hudfarve N;NOM;DEF;PL
proton N;NOM;DEF;SG
orne N;NOM;INDF;SG
rosmarin N;NOM;INDF;SG
selskab N;NOM;DEF;SG
skafot N;NOM;INDF;SG
vækkeur N;NOM;DEF;PL
opdagelse N;GEN;INDF;PL
erobringskrig N;NOM;DEF;PL
resistor N;NOM;INDF;PL
puffer N;NOM;DEF;PL
manifest N;GEN;INDF;SG
far N;NOM;DEF;PL
hemmelighed N;NOM;INDF;SG
perfektionist N;NOM;DEF;SG
lagen N;NOM;DEF;PL
navnefælle N;GEN;INDF;PL
TV-program N;NOM;INDF;SG
elkedel N;NOM;INDF;SG
kejserpingvin N;GEN;INDF;PL
herre N;NOM;DEF;PL
bæ N;GEN;INDF;PL
proptrækker N;NOM;DEF;PL
ståltråd N;GEN;INDF;PL
hydrat N;NOM;DEF;SG
babyface N;GEN;INDF;SG
kynisme N;GEN;INDF;PL
hvil N;GEN;INDF;PL
autoritet N;NOM;DEF;PL
anæstesi N;GEN;INDF;PL
neksøbo N;NOM;DEF;SG
graver N;NOM;DEF;SG
hjernestamme N;NOM;INDF;PL
resultat N;GEN;INDF;PL
nomade N;NOM;INDF;SG
reagensglas N;NOM;DEF;PL
abrikos N;NOM;INDF;PL
gasturbine N;GEN;INDF;PL
tillægsform N;GEN;INDF;SG
canadier N;NOM;DEF;PL
komikerduo N;NOM;INDF;PL
mp3-afspiller N;NOM;DEF;PL
vejrhane N;NOM;DEF;SG
fedtsyl N;NOM;DEF;PL
sadist N;NOM;INDF;SG
torsk N;GEN;INDF;PL
hjærte N;GEN;INDF;SG
glimt N;GEN;INDF;SG
abbedi N;GEN;INDF;SG
ragout N;NOM;DEF;PL
hynde N;NOM;INDF;SG
hierarki N;GEN;INDF;SG
tone N;NOM;DEF;PL
pels N;NOM;INDF;SG
konkurrence N;NOM;DEF;SG
musikvideoinstruktør N;GEN;INDF;PL
pigtråd N;NOM;DEF;SG
monopol N;GEN;INDF;PL
skæbne N;GEN;INDF;PL
sandkasse N;NOM;DEF;SG
hydrat N;GEN;INDF;SG
fordøje V;IND;PST;PASS
fætter N;NOM;INDF;PL
terminologi N;GEN;INDF;PL
dæk N;GEN;INDF;SG
sorg N;NOM;INDF;SG
quinde N;NOM;DEF;PL
hjælm N;NOM;INDF;SG
højtaler N;NOM;INDF;SG
skrivemaskine N;GEN;INDF;SG
blok N;NOM;DEF;SG
jordnød N;NOM;INDF;PL
datamat N;NOM;DEF;SG
udråbsord N;NOM;INDF;SG
brag N;NOM;INDF;SG
indbrud N;NOM;DEF;PL
accelerere V;IND;PST;PASS
jyde N;NOM;INDF;SG
amøbe N;NOM;DEF;PL
nonne N;NOM;DEF;PL
gudshus N;NOM;DEF;PL
kerne N;NOM;INDF;PL
tønde N;NOM;INDF;PL
mafia N;GEN;INDF;SG
garder N;NOM;INDF;PL
horoskop N;NOM;INDF;PL
konspirationsteori N;NOM;INDF;PL
begyndelse N;NOM;INDF;SG
flyvning N;NOM;DEF;SG
hensynsled N;NOM;DEF;PL
veteran N;NOM;DEF;SG
skizofreni N;NOM;DEF;SG
mynte N;NOM;DEF;PL
mandag N;NOM;DEF;SG
fange N;NOM;DEF;SG
bryllup N;NOM;DEF;SG
lian N;GEN;INDF;SG
urinale N;NOM;DEF;SG
mentor N;GEN;INDF;PL
eksempel N;NOM;INDF;PL
vakuum N;NOM;DEF;PL
numse N;NOM;DEF;SG
førnutid N;NOM;INDF;SG
søpapegøje N;NOM;DEF;SG
maskine N;NOM;DEF;SG
differenskvotient N;NOM;DEF;SG
løvinde N;NOM;INDF;PL
vase N;NOM;INDF;PL
afsnit N;NOM;DEF;SG
løvinde N;NOM;DEF;PL
skafot N;NOM;DEF;PL
reporter N;NOM;DEF;PL
link N;NOM;DEF;PL
jødinde N;NOM;INDF;PL
golfkølle N;NOM;INDF;SG
mund N;NOM;DEF;PL
lydord N;GEN;INDF;PL
trold N;GEN;INDF;PL
skumring N;NOM;INDF;SG
kustode N;NOM;INDF;SG
ironi N;NOM;DEF;PL
uheld N;NOM;INDF;PL
pip N;NOM;INDF;PL
fonetik N;NOM;DEF;PL
thiuf N;NOM;INDF;SG
fremmedord N;NOM;DEF;PL
greve N;NOM;INDF;PL
strømpe N;NOM;INDF;SG
melodigrandprix N;NOM;DEF;SG
droge N;NOM;DEF;SG
komodovaran N;NOM;INDF;SG
computerproducent N;GEN;INDF;SG
rekvirere V;NFIN;ACT
telegrafist N;GEN;INDF;SG
barnesoldat N;NOM;DEF;SG
lillebror N;GEN;INDF;PL
klitoris N;NOM;DEF;PL
absurditet N;GEN;INDF;SG
fiskerbåd N;NOM;INDF;SG
superorganisme N;NOM;DEF;SG
fange N;GEN;INDF;SG
navnebror N;GEN;INDF;PL
rokere V.PTCP;PST;PASS
tatovering N;NOM;INDF;SG
embedsmand N;NOM;INDF;PL
kål N;NOM;DEF;PL
olie N;GEN;INDF;PL
javaneser N;GEN;INDF;SG
kyniker N;GEN;INDF;SG
mutant N;NOM;DEF;PL
strømpe N;NOM;DEF;PL
båndoptager N;GEN;INDF;SG
plekter N;NOM;INDF;SG
carnivor N;NOM;DEF;SG
malkepige N;NOM;DEF;SG
kilometer N;NOM;DEF;SG
kammer N;NOM;DEF;SG
nanometer N;NOM;DEF;SG
TV-program N;NOM;DEF;PL
tempo N;NOM;INDF;SG
pseudonym N;NOM;DEF;SG
tilstand N;NOM;INDF;PL
onsdag N;GEN;INDF;PL
malm N;NOM;DEF;SG
punkt N;NOM;DEF;PL
orientering N;NOM;INDF;PL
navnebroder N;NOM;DEF;SG
renovere V;IND;PRS;ACT
øjenvippe N;NOM;INDF;PL
kardon N;GEN;INDF;PL
perser N;NOM;INDF;SG
babyvræl N;NOM;DEF;PL
od N;NOM;INDF;SG
solsort N;GEN;INDF;SG
nytårsdag N;NOM;DEF;SG
federation N;GEN;INDF;SG
link N;GEN;INDF;SG
relativ N;GEN;INDF;PL
manke N;NOM;DEF;PL
halvsøster N;NOM;DEF;SG
tus N;NOM;DEF;PL
mile N;NOM;DEF;SG
handskerum N;GEN;INDF;PL
remulade N;NOM;DEF;SG
skidt N;NOM;INDF;PL
horn N;NOM;DEF;PL
ugedag N;NOM;DEF;SG
gilde N;GEN;INDF;SG
mulat N;NOM;DEF;PL
mitokondrie N;NOM;DEF;SG
medie N;GEN;INDF;PL
siameser N;GEN;INDF;SG
barre N;NOM;DEF;PL
kobber N;NOM;INDF;PL
babydoll N;NOM;DEF;SG
millimeter N;GEN;INDF;PL
kulstofkredsløb N;NOM;DEF;PL
telegraf N;NOM;INDF;PL
hexaeder N;NOM;INDF;SG
spidsmus N;NOM;INDF;PL
tus N;NOM;DEF;SG
køleskab N;NOM;DEF;SG
kasseapparat N;NOM;DEF;SG
kondolere V;IND;PST;PASS
babyfløjl N;NOM;DEF;SG
olding N;NOM;DEF;SG
sal N;NOM;INDF;SG
ressource N;NOM;DEF;SG
industrialisering N;NOM;DEF;PL
jernbaneoverskæring N;GEN;INDF;PL
biologi N;NOM;DEF;SG
stedord N;NOM;INDF;SG
modstand N;NOM;DEF;PL
parodi N;NOM;DEF;SG
pagaj N;GEN;INDF;SG
kontaktlinse N;NOM;INDF;PL
sofavælger N;GEN;INDF;PL
ordinaltal N;NOM;DEF;PL
negativ N;NOM;DEF;SG
næb N;GEN;INDF;PL
antal N;NOM;DEF;PL
turban N;NOM;INDF;SG
hærværksmand N;GEN;INDF;SG
nomade N;NOM;DEF;PL
gøde V;NFIN;ACT
russer N;GEN;INDF;PL
facet N;NOM;DEF;PL
amt N;NOM;DEF;PL
kejser N;GEN;INDF;PL
kamæleon N;GEN;INDF;PL
forårsrulle N;GEN;INDF;SG
hedning N;NOM;INDF;PL
præstation N;NOM;DEF;PL
Wikipediabrugerside N;NOM;INDF;PL
amt N;NOM;INDF;PL
chauffør N;NOM;INDF;PL
omelet N;GEN;INDF;PL
præsident N;NOM;DEF;SG
komposition N;NOM;INDF;SG
dværg N;NOM;DEF;SG
præfiks N;NOM;INDF;PL
slof N;NOM;INDF;PL
tese N;NOM;INDF;SG
solsystem N;NOM;INDF;SG
koncertina N;GEN;INDF;SG
kurs N;NOM;DEF;SG
børs N;NOM;DEF;SG
bulgarer N;NOM;INDF;SG
stjerne N;NOM;DEF;PL
brunette N;NOM;INDF;SG
lipid N;GEN;INDF;PL
fjært N;NOM;DEF;PL
buskort N;GEN;INDF;SG
konflikt N;NOM;DEF;PL
stigma N;NOM;INDF;SG
inspicere V.PTCP;PRS;ACT
penalhus N;GEN;INDF;PL
paryk N;GEN;INDF;PL
projekt N;NOM;DEF;PL
argumentere V;IND;PRS;ACT
afsløre V;IND;PRS;PASS
monark N;GEN;INDF;PL
komplimentere V;IND;PRS;ACT
kører N;GEN;INDF;SG
måde N;NOM;DEF;SG
republik N;NOM;DEF;SG
sandsæk N;GEN;INDF;PL
glimt N;NOM;DEF;SG
plæneklipper N;GEN;INDF;SG
metropol N;NOM;DEF;SG
gravhøj N;NOM;DEF;PL
kirke N;GEN;INDF;PL
kalejdoskop N;NOM;INDF;PL
intelligens N;GEN;INDF;SG
pære N;NOM;DEF;PL
flamme N;NOM;DEF;PL
idolisere V.PTCP;PRS;ACT
giftstof N;GEN;INDF;PL
collie N;NOM;DEF;PL
avocado N;NOM;DEF;SG
republik N;NOM;INDF;PL
gratulere V;IND;PRS;ACT
metode N;GEN;INDF;PL
so N;GEN;INDF;SG
element N;NOM;DEF;PL
nonne N;NOM;DEF;PL
hånd N;NOM;INDF;PL
wc-rulle N;NOM;DEF;SG
tankskib N;NOM;INDF;PL
længde N;GEN;INDF;PL
kerne N;GEN;INDF;PL
kvalitet N;NOM;INDF;PL
time N;NOM;DEF;SG
gamer N;NOM;INDF;SG
årsag N;NOM;DEF;PL
mafioso N;NOM;DEF;PL
partikel N;NOM;INDF;PL
formue N;NOM;DEF;PL
abrikostræ N;NOM;DEF;SG
istid N;NOM;DEF;SG
langfinger N;NOM;INDF;SG
negativ N;NOM;DEF;PL
rapportering N;GEN;INDF;SG
tunika N;NOM;DEF;SG
ambra N;GEN;INDF;SG
dag N;NOM;INDF;SG
diskotek N;NOM;DEF;PL
genotype N;NOM;INDF;PL
karakter N;NOM;DEF;SG
gebyr N;NOM;DEF;SG
beholder N;NOM;DEF;SG
gyngehest N;NOM;DEF;PL
fægtning N;NOM;INDF;SG
åg N;GEN;INDF;PL
foreningsmængde N;NOM;INDF;PL
bold N;GEN;INDF;PL
verden N;NOM;DEF;SG
handikaptoilet N;NOM;INDF;SG
grube N;NOM;INDF;PL
golfbold N;NOM;DEF;SG
stør N;GEN;INDF;SG
glas N;NOM;DEF;PL
millimeter N;GEN;INDF;SG
gøde V;IMP;ACT
computerspilkarakter N;GEN;INDF;SG
skattekiste N;NOM;DEF;SG
illusion N;GEN;INDF;SG
tryk N;NOM;INDF;PL
vinkelhalveringslinie N;NOM;DEF;PL
debut N;NOM;DEF;PL
prise N;NOM;DEF;PL
betaling N;NOM;DEF;SG
udbud N;NOM;DEF;SG
stormsvale N;NOM;DEF;SG
klapperslange N;NOM;INDF;SG
tegnefilm N;GEN;INDF;SG
impuls N;NOM;DEF;SG
mappe N;GEN;INDF;SG
tomat N;GEN;INDF;SG
udsagnsord N;NOM;DEF;SG
kok N;GEN;INDF;PL
afbetaling N;NOM;DEF;SG
tøsedreng N;GEN;INDF;PL
høretelefon N;NOM;DEF;SG
udadvendthed N;NOM;DEF;SG
hjemby N;NOM;DEF;PL
gaffel N;GEN;INDF;SG
musikvideoinstruktør N;NOM;DEF;SG
nytår N;NOM;INDF;PL
myndighedsrepræsentant N;NOM;DEF;PL
aubergine N;NOM;DEF;SG
frænke N;GEN;INDF;PL
wienerbrød N;NOM;INDF;PL
hvil N;GEN;INDF;SG
sommerfugl N;NOM;DEF;SG
ordre N;NOM;DEF;PL
overskæg N;NOM;DEF;SG
vinge N;NOM;DEF;SG
trækfugl N;NOM;DEF;PL
uddannelse N;NOM;DEF;PL
oldefar N;NOM;DEF;PL
tomme N;GEN;INDF;SG
is N;NOM;DEF;PL
deisme N;NOM;DEF;SG
kokon N;NOM;INDF;SG
sommer N;NOM;INDF;PL
fatamorgana N;GEN;INDF;SG
motiv N;NOM;INDF;PL
istid N;GEN;INDF;SG
spætte N;GEN;INDF;SG
mølle N;NOM;DEF;SG
silikat N;NOM;DEF;PL
middel N;NOM;DEF;SG
dæk N;NOM;DEF;SG
tromme N;NOM;DEF;PL
standart N;GEN;INDF;PL
violinist N;GEN;INDF;PL
yndling N;GEN;INDF;SG
konsulat N;NOM;INDF;SG
vable N;GEN;INDF;PL
arne N;NOM;INDF;PL
kontor N;NOM;DEF;SG
selvstudium N;GEN;INDF;SG
ravn N;GEN;INDF;PL
bombe N;NOM;INDF;PL
horde N;NOM;INDF;PL
sekretariat N;NOM;INDF;PL
rapportering N;NOM;INDF;PL
længdespringer N;GEN;INDF;PL
antydning N;NOM;DEF;SG
nidstirre V;IMP;ACT
meter N;NOM;DEF;SG
pigtråd N;NOM;DEF;SG
kulturchok N;GEN;INDF;PL
monopol N;GEN;INDF;SG
mekaniker N;NOM;DEF;PL
kuldegysning N;GEN;INDF;PL
emblem N;NOM;INDF;SG
urmager N;NOM;INDF;SG
forhøjelse N;NOM;DEF;PL
sojaolie N;NOM;DEF;SG
golfer N;NOM;INDF;SG
dragt N;NOM;DEF;SG
overskæg N;NOM;DEF;PL
suggerere V;IND;PRS;ACT
fælled N;GEN;INDF;PL
pinlighedsfornemmelse N;NOM;INDF;SG
rekvirere V.PTCP;PRS;ACT
betaling N;GEN;INDF;PL
skæbne N;NOM;INDF;SG
sekant N;NOM;DEF;SG
plage N;GEN;INDF;PL
autodidakt N;NOM;DEF;PL
lændeklæde N;NOM;INDF;PL
kokosolie N;NOM;DEF;PL
skattekiste N;NOM;DEF;PL
abort N;NOM;DEF;SG
idyl N;NOM;DEF;PL
ørering N;NOM;INDF;SG
brandbil N;GEN;INDF;SG
bekostning N;NOM;DEF;PL
stængel N;NOM;DEF;SG
mafia N;GEN;INDF;PL
ørn N;NOM;INDF;PL
midnat N;GEN;INDF;SG
babyface N;GEN;INDF;PL
agronom N;NOM;DEF;SG
kommutere V;IND;PST;PASS
fagot N;GEN;INDF;SG
skabelon N;NOM;INDF;SG
majsolie N;NOM;DEF;PL
balkon N;GEN;INDF;SG
barbar N;NOM;DEF;SG
babybio N;GEN;INDF;PL
dompap N;NOM;INDF;SG
kategori N;NOM;DEF;PL
symptom N;GEN;INDF;PL
autokrati N;NOM;DEF;SG
skizofreni N;NOM;INDF;SG
sydafrikaner N;NOM;DEF;SG
art N;NOM;DEF;SG
græshoppe N;GEN;INDF;SG
bagsæde N;GEN;INDF;SG
skueproces N;NOM;DEF;SG
sovs N;GEN;INDF;PL
ornitolog N;NOM;DEF;PL
intelligens N;NOM;DEF;PL
svale N;NOM;DEF;SG
kranse V.PTCP;PST;PASS
tepose N;NOM;INDF;SG
trin N;NOM;INDF;SG
knæ N;NOM;DEF;SG
skærf N;NOM;INDF;SG
servitrice N;NOM;INDF;SG
hvedebrød N;GEN;INDF;SG
euro N;NOM;DEF;PL
grupperabat N;NOM;INDF;SG
cigaretstump N;NOM;DEF;PL
kollega N;NOM;DEF;SG
lændeklæde N;NOM;DEF;PL
fest N;NOM;DEF;PL
forbrydelse N;GEN;INDF;SG
belgier N;NOM;DEF;PL
aminosyre N;NOM;DEF;SG
bom N;NOM;DEF;PL
hymne N;NOM;DEF;SG
klitoris N;NOM;DEF;SG
bred N;NOM;INDF;SG
nytårsaften N;NOM;DEF;SG
gudstjeneste N;NOM;DEF;PL
samarbejde N;NOM;DEF;SG
øjelåg N;NOM;DEF;SG
cigarettænder N;NOM;DEF;SG
supermagt N;NOM;INDF;PL
mandebøde N;NOM;DEF;PL
starter N;NOM;INDF;PL
knæ N;NOM;INDF;SG
tolvfingertarm N;GEN;INDF;SG
hassel N;NOM;INDF;PL
børnesoldat N;NOM;DEF;PL
mountainbike N;NOM;DEF;PL
journalist N;NOM;DEF;SG
bersærk N;NOM;INDF;SG
babylift N;GEN;INDF;SG
hovedstad N;NOM;DEF;PL
bueskytte N;NOM;DEF;SG
kandisere V.PTCP;PRS;ACT
salme N;GEN;INDF;SG
mellemniveau N;NOM;DEF;SG
mannequin N;NOM;DEF;SG
tyrker N;NOM;INDF;PL
vinliste N;NOM;INDF;SG
sild N;NOM;INDF;PL
autopsi N;NOM;INDF;SG
horrorfilm N;NOM;DEF;PL
|
9339506c4fc7f3d41f3257b6e7b6fdbe5f8a6bb8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /884/CH12/EX12.12/Example12_12.sce | 8435f06cc9a6bf04afeb9c961da6e125dc65959d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 345 | sce | Example12_12.sce | //computation of van't hoff factor
clear;
clc;
funcprot(0);
printf("\t Example 12.12\n");
R=0.0821;//gas constant, L atm/K mol
T=298;//temp, K
pie=0.465;//osmotic pressure, atm
M=0.01;//molarity of the solution, M
i=pie/(M*R*T);//vant hoff factor of KI
printf("\t the vant hoff factor of KI at 25 C is : %4.2f\n",i);
//End
|
8f1f604b9445858a58ec4d3bb7c72cd5f040e4ee | 449d555969bfd7befe906877abab098c6e63a0e8 | /632/CH10/EX10.1/example10_1.sce | 35320c92e9ae051d7651e3c839b6ed6e1fb3fa24 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,199 | sce | example10_1.sce | //clc()
mair = 500;//kg
mCO2 = 55;//kg
mCO = 15;//kg
//C3H8 + 5O2 = 3CO2 + 4H20
MCO2 = 44;
MCO = 28;
NCO2 = mCO2 / MCO2;
NCO = mCO / MCO;
Mair = 29;
Nair = mair / Mair;
//carbon balance gives,
F = (NCO2 + NCO)/3;
MC3H8 = 44.064;
mC3H8 = MC3H8 * F ;
disp("kg",mC3H8,"(a)mass of propane burnt = ")
//one mole of propane requres 5 moles of oxygen for combustion
NO2 = F * 5;
Nairt = NO2 * 100 /21;//theoretical air required
Pexcess = (Nair - Nairt) * 100 / Nairt;
disp("%",Pexcess,"(b)The percent excess air = ")
//C3H8 + 7/2 * O2 = 3CO + 4H2O
NH2O = F * 4;
//Taking oxygen balance, unburned oxygen is calculated,
//O2 supplied = O2 present in form of CO2, CO and H2O + unburned O2
Nunburnt = Nair * 21 / 100 - NCO2 - NCO/2 - NH2O/2;
NN2 = Nair * 79 / 100;
Ntotal = NCO2 + NCO + NH2O + NN2 + Nunburnt;
PCO2 = NCO2 * 100 / Ntotal;
PCO = NCO *100/ Ntotal;
PH2O = NH2O *100/ Ntotal;
PN2 = NN2 *100/ Ntotal;
PO2 = Nunburnt *100 / Ntotal;
disp("%",PCO2,"(c)Percent composition of CO2 = ")
disp("%",PCO,"Percent composition of CO = ")
disp("%",PH2O,"Percent composition of H2O = ")
disp("%",PN2,"Percent composition of N2 = ")
disp("%",PO2,"Percent composition of O2 = ") |
eeb716301769f882b61426ab4b19d4cc28d5e02b | 449d555969bfd7befe906877abab098c6e63a0e8 | /226/CH21/EX21.1/example1_sce.sce | 9f083109cbe4eac97282461f0d6bdac23fcc4570 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 165 | sce | example1_sce.sce | //chapter 21
//example 21.1
//page 947
printf("\n")
printf("given")
r=3;Os=25;area=.25;
Ea=Os/(4*3.14*(r)^2)
Tf=Ea*area;
printf(" total flux is %3.3fW\n",Tf) |
64b03e543e0186577cc67c070c2640103887dc85 | 12817c122486397fcb765ebb74f61e7d383d8821 | /Montante.sce | cb41751946835a2287dac7726fc647eb0f5cf1d6 | [] | no_license | jluisfgarza/NumericalMethods | d58b0d901e1f64ff0db8939106df2950bb7f1a65 | 6b74a992e6ea891191b8bab79e9c09a149fecba7 | refs/heads/master | 2021-01-10T09:50:44.828082 | 2020-04-20T11:29:30 | 2020-04-20T11:29:30 | 53,004,641 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,375 | sce | Montante.sce | clear
/////////////////////////////////////////////////////////////////////
//autor: JUAN LUIS FLORES
// fecha: 02/ 03/ 2016
//
// ALGORITMO MONTANTE
//1. PivoteAnterior = 1
//2. Para cada renglon i desde 1 hasta numero de renglones
// 2.1 Para cada renglon k desde 1 hasta el numero de renglones
// 2.1.1 Si k es diferente a la i
// 2.1.1.1 Para cada columna j desde i + 1 hasta numero de columnas
// 2.1.1.1.1 M(k,j) = ( M(i,i) * M(k,j) - M(k,i) * M(i,j)) / PivoteAnterio
// 2.1.1.2 M(k,i) = 0
// 2.2 PivoteAnterior = M(i,i)
// 2.3 Despliega M
//3. Para cada renglon i desde 1 hasta Renglones -1
// M(i, i) = PivoteAnterior
//4. Despliega M
//5. Para cada renglon i desde 1 hasta Renlones
// Cree un metodo para desplegar ls soluciones aparte
// X(i) = m(i,COLUMNAS) / pivoteAnterior
//6. Despliega X
//
////////////////////////////////////////////////////////////////////
// getMatrix
function dMat = getMatrix()
// dimensions
iRow = input("Number of rows: ")
iCol = input("Number of columns: ")
// for every row
for iI = 1 : iRow
// for every column
for iJ = 1 : iCol
dMat(iI, iJ) = input("Enter element " + string(iI) + ...
"," + string(iJ) + ": ");
end
end
endfunction
////////////////////////////////////////////////////////////////////
// displayMatrix
function displayMatrix(dMatrix)
// for every row
for iI = 1 : size(dMatrix, 1)
//for every column
sLinea = ""
for iJ = 1 : size(dMatrix, 2)
sLinea = sLinea + string(dMatrix(iI, iJ)) + " , ";
end
disp(sLinea);
end
endfunction
////////////////////////////////////////////////////////////////////
// displaySoluciones
function displaySoluciones(dMatrix)
// for every row
for iI = 1 : size(dMatrix, 1)
//el ultimo elemento de la matriz es una de las soluciones
dRespuesta = dMatrix(iI, size(dMatrix, 2)) / dMatrix(iI, iI);
disp(string(dRespuesta));
end
endfunction
////////////////////////////////////////////////////////////////////
// Montante
function Montante(dMatrix)
iPivoteAnte = 1
for iI = 1: size(dMatrix, 1)
for iK = 1: size(dMatrix, 1)
if (iK <>iI) then
for iJ = iI + 1: size(dMatrix, 2)
dMatrix(iK, iJ) = (dMatrix(iI, iI) * dMatrix(iK, iJ) - ...
dMatrix(iK, iI) * dMatrix(iI, iJ))/iPivoteAnte;
end
dMatrix(iK, iI) = 0;
end
end
iPivoteAnte = dMatrix(iI, iI)
displayMatrix(dMatrix)
for iJ = 1: iI - 1
dMatrix(iJ, iJ) = iPivoteAnte
end
disp("Matriz Resultante despues de iteracion: " + string(iI))
displayMatrix(dMatrix)
end
disp("Soluciones")
displaySoluciones(dMatrix) //Desplegar solo la columna de soluciones
endfunction
////////////////////////PROGRAMA PRINCIPAL///////////////////////////////
dMatValues = getMatrix() //Introduce datos para matriz
disp("Matriz")
displayMatrix(dMatValues) //Despliega matriz introducida por el usuario
Montante(dMatValues) //Metodo montente
|
2015ec549baf6bf691821da36975f2988a99ae43 | 449d555969bfd7befe906877abab098c6e63a0e8 | /773/CH17/EX17.08/17_08.sci | cd9ddf2c49ab20bdde685fd11c8188f3dde31770 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 178 | sci | 17_08.sci | //function//
s=%s;
//Creating cont-time transfer function
TFcont=syslin('c',(6)/((s+2)^2*(s+1)))
SScont=tf2ss(TFcont)
//CCF form
[Ac,Bc,U,ind]=canon(SScont(2),SScont(3))
|
b1c68f8e2a695b020d46d302abe2d3d58fb2204a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1583/CH5/EX5.13/HFAAGC_Ex_5_13.sce | e50e962f06223e63a7c692c9c5625ca2f8f7e73f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 695 | sce | HFAAGC_Ex_5_13.sce | clc
//Chapter 5:High Frequency amplifiers and automatic gain control
//Example 5.13 page no 184
//Example on emitter feedback
disp('The parallel combination of the two base biasing resistors is 2.66k ohm resistor. The parallel combination of this resistor and the 260ohm emitter resistance is 237ohm i.e.rpi=237ohm')
gm=0.4//transconductance
rpi=237//base emitter resistance
RL=600//load resistance (values of resistance are taken from the figure)
Rs=500//source resistance
Av=gm*RL*rpi/(rpi+Rs)//Voltage gain
B=0.84*10^6//Bandwidth (The value of Bandwidth is taken from the Graph firure 5.51)
GB=Av*B//Gain bandwidth product
mprintf('The gain bandwidth product is %3.2e Hz ',GB)
|
9394b68e6d4cd14c8c247330f3fe940990367a9d | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/tests/examples/find.man.tst | 695ed047aeae514821554a4b79ed5c4123d4941c | [
"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 | 65 | tst | find.man.tst | clear;lines(0);
A=rand(1,20);
w=find(A<0.5);
A(w)
w=find(A>100);
|
cd9df5eb32d22bd2e702953d1e5001d7a17ed0ce | 449d555969bfd7befe906877abab098c6e63a0e8 | /1100/CH2/EX2.1/2_1.sce | 3de8d10e2e0f08e4ff69ab846b26098c5c21a184 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 217 | sce | 2_1.sce | clc
//initialisation of variables
P= 100 //psia
V= 3 //cu ft
P1= 20 //psia
n= 1.4
//CALCULATIONS
V1= V*(P/P1)^(1/n)
W= (P1*V1*144-P*V*144)/(1-n)
//RESULTS
printf ('P dV work for this process= %.f ft lb',W)
|
0a39458292d51a8fc09ad522091a1c9dd08131dd | 449d555969bfd7befe906877abab098c6e63a0e8 | /2195/CH2/EX2.3.2.a/ex_2_3_2_a.sce | 59ed8323ce233695cfc12f585fc6f90c10556c4e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 138 | sce | ex_2_3_2_a.sce | //Example 2.3.2.a: absolute error
clc;
clear;
close;
//given data :
Ae=80;// in V
Am=79;// in V
e=Ae-Am;
disp(e,"absolute error,e(V) = ")
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.