blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 6 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2 values | repo_name stringlengths 6 87 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 15 values | visit_date timestamp[us]date 2016-08-04 09:00:04 2023-09-05 17:18:33 | revision_date timestamp[us]date 1998-12-11 00:15:10 2023-09-02 05:42:40 | committer_date timestamp[us]date 2005-04-26 09:58:02 2023-09-02 05:42:40 | github_id int64 436k 586M ⌀ | star_events_count int64 0 12.3k | fork_events_count int64 0 6.3k | gha_license_id stringclasses 7 values | gha_event_created_at timestamp[us]date 2012-11-16 11:45:07 2023-09-14 20:45:37 ⌀ | gha_created_at timestamp[us]date 2010-03-22 23:34:58 2023-01-07 03:47:44 ⌀ | gha_language stringclasses 36 values | src_encoding stringclasses 17 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 5 10.4M | extension stringclasses 15 values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
57e3b658d48d0c574e438c34441fd3f96cdbaa11 | 449d555969bfd7befe906877abab098c6e63a0e8 | /728/CH4/EX4.10/Ex4_10.sce | 3c1fc0b5c0c42569512b2ab86eeed4541d61a462 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 435 | sce | Ex4_10.sce | //Caption:Calculate (i)-required size of guide,(ii)-frequencies that can be used for this mode of propagation
//Exa:4.10
clc;
clear;
close;
wl_c=10;//in cm
c=3*10^10;//in cm/s
r=wl_c/(2*%pi/1.841);//in cm
area=%pi*r^2;//in sq. cm
f_c=c/wl_c;
disp(r,'Radius of circular waveguide(in cm) =');
disp(area,'Area of cross-section of circular waveguide(in cm) =');
disp('Frequency above');
disp(f_c);
disp('can be propagated'); |
a6c22aeaaaf4ff51c8dd7aad0698d29abfe28185 | 449d555969bfd7befe906877abab098c6e63a0e8 | /965/CH9/EX9.7/7.sci | 3a6fc3bc142a7805be593562aea62dd7b7968d66 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,306 | sci | 7.sci | clc;
clear all;
disp("different types of processes for condensation of capours on a solid surface")
disp("there are two types of methods for condensation")
disp("filmwise - in which condensation wets the surface forming a continuous film whic corners the entire surface")
disp("dropwise - in which vapour condenses into small droplets of various sizes which fall down the surface in a random fashion")
disp("filmwise - generally occurs on clean uncontaminated surfaces.")
disp("in this type of condensation the film covering the entire surface grows in thickness as it moves down the surface by gravity.")
disp("There exists a thermal gradient in the film and so it acts as a resistance to heat transfer")
disp("Although a dropwise condensation would be preferred to filmwise condensation yet it is extremely difficult to achieve and maintain")
disp("This is because most surface become wetted after being exposed to condensing vapours over a period of time. ")
disp("Dropwise condensation can be obtained under controlled conditions with the help of certain additives to the condensate and various surface coatings,")
disp("But its commercial viability has not yet been proved")
disp("For this reason the condensaing equipments in use are designed on the basis of filmwise condensation.")
|
42f74304d3fbffcde178156c11cda1e1e67daf80 | 449d555969bfd7befe906877abab098c6e63a0e8 | /896/CH18/EX18.2/2.sce | e68603a14adabbda93d50ce3c6d6f8739caacd90 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 386 | sce | 2.sce | clc
//Example 18.2
//Calculate the energy per unit mass and heat dissipation rate
v=0.82//m/s
energy_per_unit_mass=v^2/2//J/Kg
printf("The energy per unit mass is %f J/Kg\n",energy_per_unit_mass);
//Let dissipation rate be denoted by eta
//Let D denote d/dL
DP=0.0286//Pa/m
rho=1.2//Kg/m^3
eta=DP*v/rho//m^2/s^3 or J/Kg/s
printf("The heat dissipation rate is %f J/Kg/s",eta); |
f8ba4b4a77fb5955425df889a9b4347c4ace69d4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH6/EX6.9/ex_6_9.sce | f7642129f5f6ded87899a05ce89b6b0c1d20a78b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 462 | sce | ex_6_9.sce | d=50
sigmau=630
Tmax=2000
Tmin=-800
Tm=(Tmax+Tmin)/2
taum=(16*Tm)/(%pi*d^3)
disp(taum,"Mean shear stress=")
Tv=(Tmax-Tmin)/2
tauv=(16*Tv)/(%pi*d^3)
taue=0.55*0.5*sigmau
disp(taue,"Endurance limit=")
sigmay=510
Ksur=0.87
Ksz=0.85
Kf=1
tauy=0.5*sigmay//yield stress in shear loading is taken as one half of yield stress in reverse bending
FS=1/0.541
0==(taum/tauy)-((tauv*Kf)/(taue*Ksur*Ksz)-(1/FS))//according to Soderberg's relation
disp(FS,"Factor of safety=") |
8bcf1de667f5903f250d9190f9492d5c01921551 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1241/CH11/EX11.1/exa11_1.sce | f4fa3c575578825a83a5f0242beebd2df8bd19ce | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 460 | sce | exa11_1.sce | //Example 11-1//
// % Resolution of a five bit D/A converter//
clc
//clears the console//
clear
//clears all existing variables//
n=5
//here n is the number of bits//
disp('Max number that can be represented using 5 bits is the binary number 11111 ie 31 in decimal form ')
pres=(1/((2^n)-1))*100
//pres denotes the percent resolution//
disp(' Therefore the percent resolution of the 5 bit D/A converter is : ')
disp(pres)
//answer is displayed//
|
049eaea0031587f384633f418c4916868cef481d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3269/CH7/EX7.13/Ex7_13.sce | 2f4f378d26cce28a2fad87edafa6a1d3e601804a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 804 | sce | Ex7_13.sce | // Example 7.13
clear all;
clc;
// Given data
p = 0.878; // Resonance escape probability
T = 273+350; // Given temeprature converted in Kelvin
d = 2.8; // Diameter of rod in cm
a = d/2; // Radius of rod in cm
rho = 19.1; // Density of uranium in g/cm^3
// Using data from Table 7.4 for Uranium-238
A = 48*10^(-4); // Constant value
C = 1.28*10^(-2); // Constant value
beta_I = A+C/(a*rho); // A parameter
// Calculation
alpha_prompt = -(beta_I/(2*sqrt(T)))*log(1/p);
// Result
printf('\n The prompt temperature coefficient = %.2E per K \n',alpha_prompt);
|
d9f8b198510c54d1ae7543352adbca834fd50a31 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2969/CH7/EX7.13/Ex7_13.sce | ed42f5d4cbdc58bed667e9f6875e6695f4c6bc93 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,447 | sce | Ex7_13.sce | clc
clear
//DATA GIVEN
D=0.075; //bore in m
L=0.09; //stroke length in m
n=4; //no. of cylinders
erar=39/8; //engine to rear axle ratio =39:8
Dw=0.65; //wheel diameter with tyre fully inflated in m
Fc=0.227; //petrol consumption for a distance of 3.2 km at a speed of 48 km/hr
Pmi=5.625; //mean effective pressure in bar
C=43470; //calorific value of fuel used in kJ/kg
k=0.5; //for 4-stroke cylinder
s=48*1000/60; //speed of car in m/min
//if Nt rev are made by tyre per minute, speed=pi*Dw*Nt
Nt=s/(%pi*Dw); //R.P.M.
//as engine to rear axle ratio is 39:8
Ne=erar*Nt; //speed of enfine shaft in R.P.M.
//INDICTED POWER ,I.P.=(n*PMI*l*A*N*k*10)/6 kW
A=(%pi/4)*(D^2);
IP=(n*Pmi*L*A*Ne*k*10)/6;
s=s/1000; //speed of car in km/min
t=3.2/s; //time in min for covering 3.2 km
//petrol consumption for a distance of 3.2 km aat a speed of 48 km/hr is 0.227kg
Mf=Fc/(t*60); //fuel consumed per sec
ETAthi=IP/(Mf*C); //Indicated fuel efficiency
printf(' (i) The Indicated Power developed is: %5.2f kW. \n',IP);
printf(' (ii) The Indicated thermal efficiency is: %1.3f or %2.1f percent. \n',ETAthi,(ETAthi*100));
|
c387c058f76d0fa7a544b1b8ac4878eca0fc1cc7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2417/CH6/EX6.27/Ex6_27.sce | bbc038fbc7d0c8514c39629044b2200bcddb3fd1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 743 | sce | Ex6_27.sce | clear;
clc;
printf("\t\t\tProblem Number 6.27\n\n\n");
// Chapter 6: The Ideal Gas
// Problem 6.27 (page no. 270)
// Solution
//data given
T=50+273; //Celsius temperature converted to Kelvin //final temperature //unit:K
v2=1/2; //Because,v2=(1/2)*v1 //volume increases to its half its final volume
v1=1;
R=8.314/32; //moleculer weight of oxygen=32 //Unit:kJ/kg*K //constant of proportionality
//From the equation, q=((R*T))*log(v2/v1)
q=R*T*log(v2/v1); //heat added //kJ/kg
printf("The heat added to system is %f kJ/kg(heat out of system)\n",q);
//The work out of the system is equal to the heat added;thus,
W=q; //The work out of the system //unit:kJ/kg
printf("The work out of the system is %f kJ/kg(into system)\n",W);
|
da35940ac1cecbf846e6e248e6aabc2071c76029 | e2ae697563b1b764d79ea1933b555ab0d5e3849c | /macros/loadplant.sci | d1383d53134f7f5d3881ea394ad0f54fff9b4588 | [] | no_license | gq-liu/IPDesignLab | c49b760740f47ec636232a6947aecb3c0626518a | b2f9a9eecad6616c99a2ec20fcceb14fb3ed0c3f | refs/heads/master | 2022-01-18T13:30:55.972779 | 2019-05-06T17:23:12 | 2019-05-06T17:23:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,636 | sci | loadplant.sci | function loadplant()
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
// Authors
// Holger Nahrstaedt - 2010
// Ishan Pendharkar - 2001-2007
//
//RLTOOL for scilab (c) Ishan Pendharkar.
//function load an already saved plant
global g g_cont g_plant g_sensor marked_handle s
ierr=1; // error checking flag
while ierr<> 0 //dialog for entering filename
filename=uigetfile('*.sci',pwd(),'enter filename to be loaded')
if filename=="" then
ierr=0;
return;
else
ierr=execstr('exec '+ filename,'errcatch');
end;
if ierr<>0 then messagebox(['Error loading plant.';'Ensure that path specified is correct and you have read permission';'If you are using Windows ENSURE THAT THERE ARE NO SPACES IN YOUR PATH';'For example, C:\Documents and Settings\ is not permitted';'Move the file to somewhere like C:\data']);
else,
whichplot(g);
xinfo('Data in file '+filename +' is loaded.')
end;
end;
//return;
endfunction |
3d745a5c3f1dd83fbba44ac53ac3527d93bef6e0 | 66037af205d3b3535f7a38922c80089a7f65c479 | /RZ Polar/RZ POLAR.sce | 8bd5127f4357d0c2efd755beccf9517cb93bd7ac | [] | no_license | Sid-149/Line-Code-in-Digital-Communication | d7fa5d0966c94478cdce3bb0648a9e2b8da875c3 | bfebdd70407e2b94035ee077589c5234429da5e7 | refs/heads/main | 2023-01-09T06:22:45.268396 | 2020-11-13T13:04:48 | 2020-11-13T13:04:48 | 309,885,670 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 311 | sce | RZ POLAR.sce | clear;
close;
clc;
x=[0,0,1,1,1,0,1,0]
z=0;
for i=1:length(x)
t=[z:z+1]
t=[z:0.5:z+0.5]
subplot(2,1,1)
a=gca();
a.data_bounds=[0,-1.5;length(x),1.5]
a.grid=[1,-1]
title('RZ POLAR')
if(x(i)==0)
plot(t,-1)
else
plot(t,1)
end
t=[z+0.5:0.5:z+1]
plot(t,0)
z=z+1
end
|
0dcb6d79318c34045f3475047f886e1bc3165151 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3482/CH6/EX6.5/Ex6_5.sce | 1a21444c23fcef46ab46d89fb8424068706035db | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,020 | sce | Ex6_5.sce | clc;
//page 320
P=18;//kN, Force applied at D
AF=3.6;//m, Length AF
EF=2;//m, Length EF
ED=2;//m, Length ED
DC=2;//m, Length DC
//Entire frame
//Applying sum(M_F)=0
Ay=-P*(EF+ED)/AF;//kN, Y component of reaction at A
//Applying sum(Fx)=0
Ax=-P;//kN, X component of reaction at A
//Applying sum(Fy)=0
F=-Ay;//kN, reaction at B
printf("Components of force exerted at A is Ax=%.0f kN and Ay=%.0f kN \n",Ax,Ay);
printf("Force exerted at F is F=%.0f kN \n",F);
//Free body member BE
//Applying sum(Fx)=0
//B=E, and as it is 2 force member
By=0;
Ey=0;
//Member ABC
//Applying sum(Fy)=0
Cy=-Ay;//kN, Y component of force exerted at C
//Applying sum(M_C)=0
B=(Ay*AF-Ax*(DC+ED+EF))/(ED+DC);//kN, Force in link DE
printf("Force exerted at B is B=%.0f kN \n",B);
//Applying sum(Fx)=0
Cx=-Ax-B;//kN, X component of force exerted at C
printf("Components of force exerted at C is Cx=%.0f kN and Cy=%.0f kN \n",Cx,Cy);
printf("Negative signs shows forces are in negative direction\n")
|
60203aff18e5064f96f9f7a49443d0f6876c5e77 | 527c41bcbfe7e4743e0e8897b058eaaf206558c7 | /Positive_Negative_test/Netezza-Base-StatisticalFunctions/FLSumProd-NZ-01.tst | e26082e9de5428eab9826b4638733a43de4798c5 | [] | 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 | 4,715 | tst | FLSumProd-NZ-01.tst | -- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Netezza
--
-- 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: Basic Statistics
--
-- Test Unit Number: FLSumProd-Netezza-01
--
-- Name(s): FLSumProd
--
-- Description: Aggregate function which returns the sum of the products of two data series
--
-- Applications:
--
-- Signature: FLSumProd(pX DOUBLE PRECISION, pY DOUBLE PRECISION)
--
-- Parameters: See Documentation
--
-- Return value: Double Precision
--
-- Last Updated: 07-04-2017
--
-- Author: Kamlesh Meena
--
-- BEGIN: TEST SCRIPT
\time
--.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 test cases, Results should be SUM(a.RandVal^2)
--- Return expected results, Good
SELECT FLSumProd(a.RandVal, b.RandVal), SUM(a.RandVal**2),
COUNT(*)
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= 100 AND b.SerialVal <= 100 AND a.SerialVal = b.SerialVal;
---- Positive Test 2: Sum of the Products of -1.0 * Value, Results should not change
--- Return expected results, Good
SELECT FLSumProd(-1 * a.RandVal, -1 * b.RandVal),
FLSumProd(a.RandVal, b.RandVal),
COUNT(*)
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= 100 AND b.SerialVal <= 100 AND a.SerialVal = b.SerialVal;
---- Positive Test 3: Sum of the Products of 10.0 * Value, Results should be 10 * 10 * Sum of the Products
--- Return expected results, Good
SELECT FLSumProd(10 * a.RandVal, 10 * b.RandVal),
FLSumProd(a.RandVal, b.RandVal),
COUNT(*)
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= 100 AND b.SerialVal <= 100 AND a.SerialVal = b.SerialVal;
---- Positive Test 4: Multiply by a very small number, Results should be 1e-100^2 * Sum of the Products
--- Return expected results, Good
SELECT FLSumProd(1e-100 * a.RandVal, 1e-100 * b.RandVal),
FLSumProd(a.RandVal, b.RandVal),
COUNT(*)
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= 100 AND b.SerialVal <= 100 AND a.SerialVal = b.SerialVal;
---- Positive Test 5: Multiply by a very large number, Results should be 1e100^2 * Sum of the Products
--- Return expected results, Good
SELECT FLSumProd(1e100 * a.RandVal, 1e100 * b.RandVal),
FLSumProd(a.RandVal, b.RandVal),
COUNT(*)
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= 100 AND b.SerialVal <= 100 AND a.SerialVal = b.SerialVal;
---- Positive Test 6: Add a very large number, Should be SUM((1e100 + a.RandVal)**2)
--- Return expected results, Good
SELECT CASE WHEN a.FLSumProd =a.SUMSQ THEN 'BasicStat-FT-FLSumProd-01P6: PASSED' ELSE 'BasicStat-FT-FLSumProd-01P6: FAILED' END AS TestOutcome
FROM
(SELECT FLSumProd(1e100 + a.RandVal, 1e100 + b.RandVal) as FLSumProd, SUM((1e100 + a.RandVal)**2) as SUMSQ
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= 100 AND b.SerialVal <= 100 AND a.SerialVal = b.SerialVal) AS a;
-- END: POSITIVE TEST(s)
-- BEGIN: NEGATIVE TEST(s)
---- Negative Test 1: No data
--- Output Null, Good
SELECT FLSumProd(a.RandVal, b.RandVal),
COUNT(*)
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= -1 AND b.SerialVal <= -1;
---- Negative Test 2: value(Double Precision) out of range: Sum of the Products of 1.0e400 * Value
--- Numeric Overflow error, Good
SELECT FLSumProd(1e400 * a.RandVal, 1e400 * b.RandVal),
FLSumProd(a.RandVal, b.RandVal),
COUNT(*)
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= 100 AND b.SerialVal <= 100 AND a.SerialVal = b.SerialVal;
---- Negative Test 3: value(Double Precision) out of range: Sum of the Products of 1.0e-400 * Value
--- Returns 0, Good
SELECT FLSumProd(1e-400 * a.RandVal, 1e-400 * b.RandVal),
FLSumProd(a.RandVal, b.RandVal),
COUNT(*)
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= 100 AND b.SerialVal <= 100 AND a.SerialVal = b.SerialVal;
-- END: NEGATIVE TEST(s)
\time
-- END: TEST SCRIPT
|
64acc6b05464f69577567855152dd0a4909420e8 | 6886f9c39f0a208f28d1196a33ca54d3309881c2 | /primitive roots.sce | b8cdcb69088d065c17428785301a20c612cad156 | [] | no_license | sonusharma55/Data-Compression-and-Encryption | 9110c083d58c59d1d4c102033a9d5cc6f3f314c6 | ade4590edfc8f74e12e2644fd60a2997deb6885c | refs/heads/master | 2020-07-25T21:45:51.063843 | 2019-09-14T11:40:39 | 2019-09-14T11:40:39 | 155,232,740 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 663 | sce | primitive roots.sce | n = input("Enter value of n = ");
for i = 1:n-1
for j = 1:n-1
a(i, j) = i^j;
end
end
printf("Power of integers < n ")
disp(a);
for i = 1:n-1
for j = 1:n-1
a(i, j) = pmodulo(a(i, j), n);
end
end
printf("\nPower of integers < n (mod n)")
disp(a);
for i = 1:n-1
for j = 1:n-1
if a(i, j) == 1
printf("order of %d is %d \n", i, j);
break;
end
end
end
printf("\nPrimitive roots of %d are : \n", n)
for i = 1:n-1
for j = 1:n-1
if (a(i, j) == 1)
break;
end
end
if (j == n-1)
disp(i);
end
end
|
e659c65daa498bebf863037eb199820c1fb374f2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1898/CH8/EX8.6/Ex8_6.sce | 935aed26f52fc70b4a4931d59a7a2e451a501561 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,377 | sce | Ex8_6.sce | clear all; clc;
disp("Scilab Code Ex 8.6 : ")
//Given:
P = 40; //kN
l_ab = 0.4; //m
l_bc = 0.8; //m
//Stress Components:
//Normal Force:
A = l_ab*l_bc;
sigma = P/A;
//Bendng Moments:
M_x = P*l_ab/2;
cy = l_ab/2;
Ix = (1/12)*(l_bc*l_ab^3); //I = (1/12)*(bh^3)
sigma_max_1 = (M_x*cy)/Ix; //sigma = My/I
M_y = P*l_bc/2;
cx = l_bc/2;
Iy = (1/12)*(l_ab*l_bc^3); //I = (1/12)*(bh^3)
sigma_max_2 = (M_y*cx)/Iy; //sigma = My/I
//Superposition:
stress_A = -sigma + sigma_max_1 + sigma_max_2;
stress_B = -sigma - sigma_max_1 + sigma_max_2;
stress_C = -sigma - sigma_max_1 - sigma_max_2;
stress_D = -sigma + sigma_max_1 - sigma_max_2;
e = abs((stress_B*l_ab)/(stress_A-stress_B));
h = abs((stress_B*l_bc)/(stress_A-stress_B));
//Display:
printf('\n\nThe normal stress at corner A = %1.0f kPa',stress_A);
printf('\nThe normal stress at corner B = %1.0f kPa',stress_B);
printf('\nThe normal stress at corner C = %1.0f kPa',stress_C);
printf('\nThe normal stress at corner D = %1.0f kPa',stress_D);
printf('\nThe line of zero stress along AB = %1.4f m',e);
printf('\nThe line of zero stress along AD = %1.3f m',h);
//------------------------------------------------------------------------END------------------------------------------------------------------------------
|
3d26b1e1b015506462d3f435aafe32b5e4e0c44b | 449d555969bfd7befe906877abab098c6e63a0e8 | /569/CH7/EX7.3/7_3.sci | 2f115af794f667dbd5120644a059376944141468 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 299 | sci | 7_3.sci | // calculating Total possible error and percentage error
clc;
R=5;
V=0.005*R;
disp(V,'0.5 percent of the reading')
TPE=V+0.01;
disp(TPE,'Total possible error (V)=')
R1=0.10;
V1=0.005*R1;
TPE1=V1+0.01;
disp(TPE1,'Total possible error (V)=')
PE=(TPE1/0.1)*100;
disp(PE,'Percentage error=') |
4510f75774dee594b7785a26f346e20ecd9f690d | 67ba0a56bc27380e6e12782a5fb279adfc456bad | /STAMPER_PROG_7.4/AngleReversal.sci | bb0df9f79ea3bf270f9ce494da682ff30a404ee9 | [] | 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 | 930 | sci | AngleReversal.sci | function bResult = AngleReversal(plToRef, plToCheck)
// bResult = %F;
// for i = 2:size(plToRef, 1) - 1
// vA1 = plToRef(i, :) - plToRef(i - 1, :);
// vA2 = plToRef(i + 1, :) - plToRef(i, :);
//
// vB1 = plToCheck(i, :) - plToCheck(i - 1, :);
// vB2 = plToCheck(i + 1,:) - plToCheck(i, :);
//
// bResultA = sign(det([vA1; vA2]));
// bResultB = sign(det([vB1; vB2]));
//
// bResult = bResultA ~= bResultB;
// end
for i = 1:size(plToRef, 1) - 1
vA1 = plToRef(i + 1, :) - plToRef(i, :);
vB1 = plToCheck(i + 1, :) - plToCheck(i, :);
bResultA = sign(round(10^6 * det([vA1; 1, 0])) / 10^6);
bResultB = sign(round(10^6 * det([vB1; 1, 0])) / 10^6);
bResult = bResultA ~= bResultB;
if bResult then
// pause
break;
end
end
endfunction
|
fca37d329f2454d0bb71a19727126cba6dc28361 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/TM23.prev.tst | dca424b48f77f400c22a72fcf6f85513da34738e | [
"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 | 594 | tst | TM23.prev.tst | TranspositionSet={[0,2,1],[1,0,2],[1,2,0],[2,1,0],[2,0,1]}
Expanding for base=2, level=6, reasons+features=base,transpose,same,similiar
Refined variables=x,y,z
[0+1x,0+1y,0+1z]: unknown -> [1] [0,0,0] -4x+x²-4y-4x*y+y²-4z-4x*z-4y*z-2x*y*z+z²-4
---------------- level 0
expanding queue[0]^-1,meter=[2,2,2]: -4x+x²-4y-4x*y+y²-4z-4x*z-4y*z-2x*y*z+z²-4
[0+2x,0+2y,0+2z]: same -8x+4x²-8y-16x*y+4y²-8z-16x*z-16y*z-16x*y*z+4z²-4 map {x=>x/2,y=>y/2,z=>z/2} -> [0] -4x+x²-4y-4x*y+y²-4z-4x*z-4y*z-2x*y*z+z²-4
endexp[0]
Proof [1] mod 2: -4x+x²-4y-4x*y+y²-4z-4x*z-4y*z-2x*y*z+z²-4
|
aa419349b6edbc38abac57fd41d6d0edfb893dc5 | 262ac6443426f24d5d9b13945d080affb0bd6d9b | /opgaves/morse/edit-me.sce | 4e6a1493bee71733faa481c829d47f25c1d1474e | [] | no_license | slegers/Scilab | 9ebd1d486f28cf66e04b1552ad6e94ea4bc98a0b | 1b5dc3434def66355dafeb97c01916736a936301 | refs/heads/master | 2021-01-12T01:42:01.493578 | 2017-01-09T10:54:09 | 2017-01-09T10:54:09 | 78,420,343 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 798 | sce | edit-me.sce | function [solution] = solve(x)
// Decodeer onderstaande morse code waaruit
// de pauzes tussen letters werden weggelaten.
//
// -.........-..--..--..-....---..----......-..-.--.-........---.-....--..----..-.--.--.--
//
// In ruil krijg je wel te weten welke letters gebruikt werden:
//
// "aaeegghhhiiiiiilmnnooossttttttuuvwwy"
//
// Schrijf het antwoord neer in lower case, met spaties.
//
// function solution = solve(x)
// if x == 0 then
// solution = "dummy"
// else
// solution = "oplossing"
// end
// endfunction
// Dummy toekenningen aan outputvariabelen
if x == 0 then
solution = "dummy"
else
solution = "this time without giving the solution away"
end
endfunction
|
24ddc088b31e40231705b6306d060e96ecda5eba | 4bbc2bd7e905b75d38d36d8eefdf3e34ba805727 | /ee_scicoslab/scicos_flex/dspic/macros/misc/bb_freqid.sci | bdb11043fd19c08659b5e47eb10f5a1b33cb0fc2 | [] | no_license | mannychang/erika2_Scicos-FLEX | 397be88001bdef59c0515652a365dbd645d60240 | 12bb5aa162fa6b6fd6601e0dacc972d7b5f508ba | refs/heads/master | 2021-02-08T17:01:20.857172 | 2012-07-10T12:18:28 | 2012-07-10T12:18:28 | 244,174,890 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 263 | sci | bb_freqid.sci | function P=bb_freqid(x,y);
// System identification using energy spectra
// u: input signal
// y: output signal
nz=size(x,'*');
xf=fft(x);
yf=fft(y);
xf=xf(2:nz/2);
yf=yf(2:nz/2);
N=size(xf,'*');
Fxx=1/N*xf'.'.*xf;
Fxy=1/N*xf'.'.*yf;
P=Fxy./Fxx;
endfunction
|
8f3ee35c1aef32ae27c69902fa937764d1607629 | da5b40d917ec2982828bd9bdf06b18b7bf189f26 | /sim/cmd/test/twophaseflash.tst | 8690eb04b691c9578330fb0cf3f01d433c77cecb | [] | no_license | psy007/NNPC-CHEMICAL-SIM- | 4bddfc1012e0bc60c5ec6307149174bcd04398f9 | 8fb4c90180dc96be66f7ca05a30e59a8735fc072 | refs/heads/master | 2020-04-12T15:37:04.174834 | 2019-02-06T10:10:20 | 2019-02-06T10:10:20 | 162,587,144 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 469 | tst | twophaseflash.tst | # Two phase flash test
units SI
$thermo = VirtualMaterials.Peng-Robinson
/ -> $thermo
thermo + PROPANE n-BUTANE ISOBUTANE n-PENTANE WATER
flash = Flash.SimpleFlash()
flash.LiquidPhases = 2 # set the number of phases parameter
cd flash.In
Fraction = .2 .2 .2 .2 .2
T = 0
P = 101.325
MoleFlow = 10
cd ..
# dump the results
Vap # Vapour stream
Liq0 # Liquid stream
Liq1 # Water stream
In
#Test copy and paste
copy /flash
paste /
/flashClone.In
/flashClone.Vap
|
d3f8b8c66102e2420ed337c504e9b71f2653b494 | 449d555969bfd7befe906877abab098c6e63a0e8 | /854/CH5/EX5.1/Example5_1.sce | 2f24352a8b1a814f3f94c1f59a7fcaa8e563b565 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 761 | sce | Example5_1.sce | //clear//
//Caption: Program to find the resistance, current and current density
//Example5.1
//page 123
clc;
clear;
D = 0.0508; //diameter of conductor in inches
D = 0.0508*0.0254; //diameter in metres
r = D/2; //radius in metres
A = %pi*r^2; //area of the conductor in square metre
L = 1609; //length of the copper wire in metre
sigma = 5.80e07; //conductivity in siemens/metre
R = L/(sigma*A); //resistance in ohms
I = 10; //current in amperes
J = I/A; //current density in amps/square.metre
disp(R,'Rresistance in ohms of given copper wire R =')
disp(J,'Current density in A/square.metre J = ')
//Result
//Rresistance in ohms of given copper wire R =
// 21.215013
//Current density in A/square.metre J =
// 7647425.6
|
7b82c07de0ffa7926e770f15dabd6d70cc8f0c30 | 449d555969bfd7befe906877abab098c6e63a0e8 | /226/CH16/EX16.6/example6_sce.sce | bc01035edcc32c23c12e8e504f9aab971a883200 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 382 | sce | example6_sce.sce | //chapter 16
//example 16.6
//page 686
printf("\n")
printf("given")
rds=600;Vgs=1;Vd1=.7;f=100*10^3;
disp("wien bridge ocillator")
R4=560;
R3=2*((R4*rds)/(R4+rds))
I5=200*10^-6;Vo=6;
R6=Vgs/I5
R5=(Vo-(Vgs+Vd1))/I5
disp(" C4 discharge voltage ")
Vc=.1*Vgs
disp("C4 discharge time")
T=1/f
Ic=I5;
C4=(Ic*T)/Vc
Xc3=rds/10//at oscillating frequency
C3=1/(2*3.14*f*Xc3) |
9f2e176c698c0ce9a07350ed2b2a3cf892b60dee | 12d519f18a15ef7423dffa1727cb877966fcf913 | /scilab/payback.sci | 1b4f11ea9aba928d289405c3c4eccea54b64d89c | [] | no_license | gviolato/gviolato.github.io | e9b799bf61dd345fe06760ebc296f49f467347b7 | 190748c14c115f63e366d2244a572de08daa7e5e | refs/heads/master | 2021-01-17T15:29:43.924914 | 2017-01-25T23:33:53 | 2017-01-25T23:33:53 | 22,399,267 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 360 | sci | payback.sci | function n = payback(FC)
// Função para o cálculo de payback
//
// Parâmetro de entrada: FC - Fluxo de Caixa
// Parâmetro de saída: n - Número de períodos
//
// Autor: Júlio Xavier Vianna Neto
n = 1;
while sum(FC(1:n+1)) < 0
n = n + 1;
if n + 1 > length(FC) then
n = %nan;
return;
end
end
endfunction
|
b37d7117866a619e1b259d943f3163e5416bb180 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set4/s_College_Physics(volume_2)_R._A._Serway_And_J._S._Faughn_2072.zip/College_Physics(volume_2)_R._A._Serway_And_J._S._Faughn_2072/CH22/EX22.2/Ex22_2.sce | 7da9be1a4ee71092742f99e52874ccd2e37862ec | [] | 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 | 134 | sce | Ex22_2.sce | errcatch(-1,"stop");mode(2);//Example 22.2
n1=1
n2=1.52
x=sind(30)
theta_2=asind((n1*x)/n2)
disp(theta_2,"Angle in degree=")
exit();
|
979e0a1a9c650159a6a6d6275678680db97cbdbf | 449d555969bfd7befe906877abab098c6e63a0e8 | /2777/CH3/EX3.22/Ex3_22.sce | fce8b52d2580a7cb346bc425e28bfbcd2a28fe82 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,601 | sce | Ex3_22.sce |
// ELECTRICAL MACHINES
// R.K.Srivastava
// First Impression 2011
// CENGAGE LEARNING INDIA PVT. LTD
// CHAPTER : 3 : TRANSFORMERS
// EXAMPLE : 3.22
clear ; clc ; close ; // Clear the work space and console
// GIVEN DATA
S = 10 * 10 ^ 3; // Rating of the Two-winding Transformer in VA
V1 = 2000; // HV side voltage of the Two-winding Transformer in Volts
V2 = 200; // LV side voltage of the Two-winding Transformer in Volts
V_A_H = 2200; // Two-winding Transformer is connected to auto transformer HV side in Volts
V_A_L = 200; // Two-winding Transformer is connected to auto transformer LV side in Volts
f = 50; // Frequency in Hertz
// CALCULATIONS
// for finding (a)
I2 = S/V2; // Rated LV side current of winding for Step-up Auto transformer in Amphere
I1 = S/V1; // Rated HV side current of winding for Step-up Auto transformer in Amphere
IaH = I2; // The HV side current in the Auto-Transformer for Full-load in Amphere
IaL = I2 + I1 ; // The LV side current in the Auto-Transformer for Full-load in Amphere
VL = V1; // LV side voltage in Volts
VH = V1 + V2; // HV side voltage in Volts
KVA_a_L = (VL*IaL)/1000; // kVA rating of LV SIDE
KVA_a_H = (VH*IaH)/1000; // kVA rating of HV SIDE
// For finding (b)
IbH = I1; // HV side Rated current through the Auto-Transformer in Amphere
IbL = I1 + I2; // LV side Rated current through the Auto-Transformer in Amphere
KVA_b_L = (V_A_L*IbL)/1000; // kVA rating of LV SIDE as output Auto-Transformer
KVA_b_H = (V_A_H*IbH)/1000; // kVA rating of HV SIDE as output Auto-Transformer
// case (c)
V = V1; // Voltage on the Secondary, if the Commom windings are open
// DISPLAY RESULTS
disp("EXAMPLE : 3.22 : SOLUTION :-") ;
printf("\n (a.1) HV side Curent supplied by the common windings , IH = %.f A \n ",IaH);
printf("\n (a.2) LV side Curent supplied by the common windings , IL= %.f A \n",IaL);
printf("\n (b.1) KVA rating of LV SIDE as output Auto-Transformer , KVAL = %.f kVA \n ",KVA_b_L);
printf("\n (b.2) KVA rating of HV SIDE as output Auto-Transformer , KVAH= %.f kVA \n",KVA_b_H);
printf("\n (c) Voltage on the Secondary, if the Commom windings are open , V = %.f V \n ",V);
|
5793b0a3affc42ea739dc8609a6bdf2ce70b69f2 | 3cb94e4f14f75b1b986cb0226c45ea08a3fea88b | /amit.tst | 155a647bd5ec4339b0ffba52dc03b2ec5eb0ece1 | [
"BSD-2-Clause-Views"
] | permissive | tanvis1811/sbunix | 19e7e2855f393481e63d08180ef3afde2c12741b | 8521ffba7b38f75df73c239f9a2af5bccee8aba9 | refs/heads/master | 2020-04-22T09:54:43.904338 | 2015-09-06T22:30:37 | 2015-09-06T22:30:37 | 41,966,467 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 24,410 | tst | amit.tst |
rootfs/bin/bolo: file format elf64-x86-64
Disassembly of section .text:
00000000004000b0 <_start>:
#include <stdlib.h>
int main(int argc, char* argv[], char* envp[]);
void _start(void) {
4000b0: 48 83 ec 08 sub $0x8,%rsp
int argc = 1;
char* argv[0];
char* envp[0];
int res;
res = main(argc, argv, envp);
4000b4: 48 89 e2 mov %rsp,%rdx
4000b7: 48 89 e6 mov %rsp,%rsi
4000ba: bf 01 00 00 00 mov $0x1,%edi
4000bf: e8 0c 00 00 00 callq 4000d0 <main>
exit(res);
4000c4: 89 c7 mov %eax,%edi
4000c6: e8 31 00 00 00 callq 4000fc <exit>
}
4000cb: 48 83 c4 08 add $0x8,%rsp
4000cf: c3 retq
00000000004000d0 <main>:
#include <stdio.h>
#include<stdlib.h>
int main(int argc, char* argv[], char* envp[]) {
4000d0: 48 83 ec 08 sub $0x8,%rsp
printf("%d",5);
4000d4: be 05 00 00 00 mov $0x5,%esi
4000d9: 48 8d 3d 74 04 00 00 lea 0x474(%rip),%rdi # 400554 <write+0x1b>
4000e0: b8 00 00 00 00 mov $0x0,%eax
4000e5: e8 4d 02 00 00 callq 400337 <printf>
//while(2);
*((char*)0xffffffff80000000+0xb8000)=67;
4000ea: c6 04 25 00 80 0b 80 movb $0x43,0xffffffff800b8000
4000f1: 43
*((char*)0xffffffff80000000+0xb8001)=0x07;
4000f2: c6 04 25 01 80 0b 80 movb $0x7,0xffffffff800b8001
4000f9: 07
4000fa: eb fe jmp 4000fa <main+0x2a>
00000000004000fc <exit>:
#include <stdarg.h>
#include <syscall.h>
void exit(int status)
{
syscall_1((long)(SYS_exit),((long)(status)));
4000fc: 48 63 ff movslq %edi,%rdi
}
static __inline uint64_t syscall_1(uint64_t n, uint64_t a1) {
uint64_t ret;
__asm__ volatile("syscall;"
4000ff: b8 3c 00 00 00 mov $0x3c,%eax
400104: 0f 05 syscall
400106: c3 retq
400107: 66 0f 1f 84 00 00 00 nopw 0x0(%rax,%rax,1)
40010e: 00 00
0000000000400110 <print_s>:
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#define MAXLINE 100
int print_s(char *input)
{
400110: 55 push %rbp
400111: 53 push %rbx
400112: 48 83 ec 08 sub $0x8,%rsp
400116: 48 89 fd mov %rdi,%rbp
int ps=0;
while(*input)
400119: 80 3f 00 cmpb $0x0,(%rdi)
40011c: 74 23 je 400141 <print_s+0x31>
40011e: 48 89 fb mov %rdi,%rbx
{
write(1,input,1);
400121: ba 01 00 00 00 mov $0x1,%edx
400126: 48 89 de mov %rbx,%rsi
400129: bf 01 00 00 00 mov $0x1,%edi
40012e: e8 06 04 00 00 callq 400539 <write>
input++;
400133: 48 ff c3 inc %rbx
400136: 89 d8 mov %ebx,%eax
400138: 29 e8 sub %ebp,%eax
#define MAXLINE 100
int print_s(char *input)
{
int ps=0;
while(*input)
40013a: 80 3b 00 cmpb $0x0,(%rbx)
40013d: 75 e2 jne 400121 <print_s+0x11>
40013f: eb 05 jmp 400146 <print_s+0x36>
#include <stdarg.h>
#define MAXLINE 100
int print_s(char *input)
{
int ps=0;
400141: b8 00 00 00 00 mov $0x0,%eax
write(1,input,1);
input++;
ps++;
}
return ps;
}
400146: 48 83 c4 08 add $0x8,%rsp
40014a: 5b pop %rbx
40014b: 5d pop %rbp
40014c: c3 retq
000000000040014d <print_d>:
void print_d(int result,int *printed)
{
40014d: 53 push %rbx
40014e: 48 83 ec 30 sub $0x30,%rsp
char ip[20],op[20];
int a,i=0,x,b=0;
while(result>=10)
400152: 83 ff 09 cmp $0x9,%edi
400155: 0f 8e 87 00 00 00 jle 4001e2 <print_d+0x95>
40015b: 48 8d 74 24 1c lea 0x1c(%rsp),%rsi
}
void print_d(int result,int *printed)
{
char ip[20],op[20];
int a,i=0,x,b=0;
400160: b9 00 00 00 00 mov $0x0,%ecx
while(result>=10)
{
a=result%10;
400165: 41 b8 67 66 66 66 mov $0x66666667,%r8d
40016b: 89 f8 mov %edi,%eax
40016d: 41 f7 e8 imul %r8d
400170: c1 fa 02 sar $0x2,%edx
400173: 89 f8 mov %edi,%eax
400175: c1 f8 1f sar $0x1f,%eax
400178: 29 c2 sub %eax,%edx
40017a: 8d 04 d5 00 00 00 00 lea 0x0(,%rdx,8),%eax
400181: 8d 04 50 lea (%rax,%rdx,2),%eax
400184: 29 c7 sub %eax,%edi
ip[i]=(char)(((int)'0')+a);
400186: 83 c7 30 add $0x30,%edi
400189: 40 88 3e mov %dil,(%rsi)
i++;
40018c: ff c1 inc %ecx
result=result/10;
40018e: 89 d7 mov %edx,%edi
400190: 48 ff c6 inc %rsi
void print_d(int result,int *printed)
{
char ip[20],op[20];
int a,i=0,x,b=0;
while(result>=10)
400193: 83 fa 09 cmp $0x9,%edx
400196: 7f d3 jg 40016b <print_d+0x1e>
a=result%10;
ip[i]=(char)(((int)'0')+a);
i++;
result=result/10;
}
ip[i]=(char)(((int)'0')+result);
400198: 48 63 c1 movslq %ecx,%rax
40019b: 83 c7 30 add $0x30,%edi
40019e: 40 88 7c 04 1c mov %dil,0x1c(%rsp,%rax,1)
for(x=i;x>=0;x--)
4001a3: 85 c9 test %ecx,%ecx
4001a5: 79 48 jns 4001ef <print_d+0xa2>
4001a7: eb 11 jmp 4001ba <print_d+0x6d>
{
op[b]=ip[x];
4001a9: 48 63 d1 movslq %ecx,%rdx
4001ac: 0f b6 54 14 1c movzbl 0x1c(%rsp,%rdx,1),%edx
4001b1: 88 10 mov %dl,(%rax)
4001b3: 48 ff c0 inc %rax
ip[i]=(char)(((int)'0')+a);
i++;
result=result/10;
}
ip[i]=(char)(((int)'0')+result);
for(x=i;x>=0;x--)
4001b6: ff c9 dec %ecx
4001b8: 79 ef jns 4001a9 <print_d+0x5c>
{
op[b]=ip[x];
b++;
}
char *fin=op;
while(*fin)
4001ba: 80 7c 24 08 00 cmpb $0x0,0x8(%rsp)
4001bf: 74 35 je 4001f6 <print_d+0xa9>
4001c1: 48 8d 5c 24 08 lea 0x8(%rsp),%rbx
{
write(1,fin,1);
4001c6: ba 01 00 00 00 mov $0x1,%edx
4001cb: 48 89 de mov %rbx,%rsi
4001ce: bf 01 00 00 00 mov $0x1,%edi
4001d3: e8 61 03 00 00 callq 400539 <write>
fin++;
4001d8: 48 ff c3 inc %rbx
{
op[b]=ip[x];
b++;
}
char *fin=op;
while(*fin)
4001db: 80 3b 00 cmpb $0x0,(%rbx)
4001de: 75 e6 jne 4001c6 <print_d+0x79>
4001e0: eb 14 jmp 4001f6 <print_d+0xa9>
a=result%10;
ip[i]=(char)(((int)'0')+a);
i++;
result=result/10;
}
ip[i]=(char)(((int)'0')+result);
4001e2: 83 c7 30 add $0x30,%edi
4001e5: 40 88 7c 24 1c mov %dil,0x1c(%rsp)
}
void print_d(int result,int *printed)
{
char ip[20],op[20];
int a,i=0,x,b=0;
4001ea: b9 00 00 00 00 mov $0x0,%ecx
4001ef: 48 8d 44 24 08 lea 0x8(%rsp),%rax
4001f4: eb b3 jmp 4001a9 <print_d+0x5c>
{
write(1,fin,1);
fin++;
printed++;
}
}
4001f6: 48 83 c4 30 add $0x30,%rsp
4001fa: 5b pop %rbx
4001fb: c3 retq
00000000004001fc <get_hex_value>:
char get_hex_value(int a)
{
char value='0';
if(a<10)
{
value=(char)(((int)'0')+a);
4001fc: 8d 57 30 lea 0x30(%rdi),%edx
4001ff: 83 ff 09 cmp $0x9,%edi
400202: b8 30 00 00 00 mov $0x30,%eax
400207: 0f 4e c2 cmovle %edx,%eax
}
if(a==10)
40020a: 83 ff 0a cmp $0xa,%edi
40020d: 74 20 je 40022f <get_hex_value+0x33>
{
value='a';
}
else if(a==11)
40020f: 83 ff 0b cmp $0xb,%edi
400212: 74 21 je 400235 <get_hex_value+0x39>
{
value='b';
}
else if(a==12)
400214: 83 ff 0c cmp $0xc,%edi
400217: 74 22 je 40023b <get_hex_value+0x3f>
{
value='c';
}
else if(a==13)
400219: 83 ff 0d cmp $0xd,%edi
40021c: 74 23 je 400241 <get_hex_value+0x45>
{
value='d';
}
else if(a==14)
40021e: 83 ff 0e cmp $0xe,%edi
400221: 74 24 je 400247 <get_hex_value+0x4b>
{
value='e';
}
else if(a==15)
400223: 83 ff 0f cmp $0xf,%edi
{
value='f';
400226: ba 66 00 00 00 mov $0x66,%edx
40022b: 0f 44 c2 cmove %edx,%eax
40022e: c3 retq
{
value=(char)(((int)'0')+a);
}
if(a==10)
{
value='a';
40022f: b8 61 00 00 00 mov $0x61,%eax
400234: c3 retq
}
else if(a==11)
{
value='b';
400235: b8 62 00 00 00 mov $0x62,%eax
40023a: c3 retq
}
else if(a==12)
{
value='c';
40023b: b8 63 00 00 00 mov $0x63,%eax
400240: c3 retq
}
else if(a==13)
{
value='d';
400241: b8 64 00 00 00 mov $0x64,%eax
400246: c3 retq
}
else if(a==14)
{
value='e';
400247: b8 65 00 00 00 mov $0x65,%eax
else if(a==15)
{
value='f';
}
return value;
}
40024c: c3 retq
000000000040024d <print_x>:
void print_x(int result,int *printed)
{
40024d: 41 54 push %r12
40024f: 55 push %rbp
400250: 53 push %rbx
400251: 48 83 ec 30 sub $0x30,%rsp
400255: 89 fb mov %edi,%ebx
char ip[20],op[20];
int a,i=0,x,b=2;
if(result<16)
400257: 83 ff 0f cmp $0xf,%edi
40025a: 7f 1a jg 400276 <print_x+0x29>
{
op[2]='0';
40025c: c6 44 24 0a 30 movb $0x30,0xa(%rsp)
a=result%16;
ip[i]=get_hex_value(a);
i++;
result=result/16;
}
ip[i]=get_hex_value(result);
400261: e8 96 ff ff ff callq 4001fc <get_hex_value>
400266: 88 44 24 1c mov %al,0x1c(%rsp)
char ip[20],op[20];
int a,i=0,x,b=2;
if(result<16)
{
op[2]='0';
b++;
40026a: b8 03 00 00 00 mov $0x3,%eax
a=result%16;
ip[i]=get_hex_value(a);
i++;
result=result/16;
}
ip[i]=get_hex_value(result);
40026f: bd 00 00 00 00 mov $0x0,%ebp
400274: eb 51 jmp 4002c7 <print_x+0x7a>
void print_x(int result,int *printed)
{
char ip[20],op[20];
int a,i=0,x,b=2;
if(result<16)
400276: 41 bc 00 00 00 00 mov $0x0,%r12d
op[2]='0';
b++;
}
while(result>=16)
{
a=result%16;
40027c: 89 d8 mov %ebx,%eax
40027e: c1 f8 1f sar $0x1f,%eax
400281: c1 e8 1c shr $0x1c,%eax
400284: 8d 3c 03 lea (%rbx,%rax,1),%edi
400287: 83 e7 0f and $0xf,%edi
40028a: 29 c7 sub %eax,%edi
ip[i]=get_hex_value(a);
40028c: e8 6b ff ff ff callq 4001fc <get_hex_value>
400291: 42 88 44 24 1c mov %al,0x1c(%rsp,%r12,1)
400296: 41 8d 6c 24 01 lea 0x1(%r12),%ebp
i++;
result=result/16;
40029b: 8d 43 0f lea 0xf(%rbx),%eax
40029e: 85 db test %ebx,%ebx
4002a0: 0f 49 c3 cmovns %ebx,%eax
4002a3: c1 f8 04 sar $0x4,%eax
4002a6: 89 c3 mov %eax,%ebx
4002a8: 49 ff c4 inc %r12
if(result<16)
{
op[2]='0';
b++;
}
while(result>=16)
4002ab: 83 f8 0f cmp $0xf,%eax
4002ae: 7f cc jg 40027c <print_x+0x2f>
a=result%16;
ip[i]=get_hex_value(a);
i++;
result=result/16;
}
ip[i]=get_hex_value(result);
4002b0: 89 c7 mov %eax,%edi
4002b2: e8 45 ff ff ff callq 4001fc <get_hex_value>
4002b7: 48 63 d5 movslq %ebp,%rdx
4002ba: 88 44 14 1c mov %al,0x1c(%rsp,%rdx,1)
}
void print_x(int result,int *printed)
{
char ip[20],op[20];
int a,i=0,x,b=2;
4002be: b8 02 00 00 00 mov $0x2,%eax
i++;
result=result/16;
}
ip[i]=get_hex_value(result);
for(x=i;x>=0;x--)
4002c3: 85 ed test %ebp,%ebp
4002c5: 78 1f js 4002e6 <print_x+0x99>
{
op[0]='0';
4002c7: c6 44 24 08 30 movb $0x30,0x8(%rsp)
op[1]='x';
4002cc: c6 44 24 09 78 movb $0x78,0x9(%rsp)
op[b]=ip[x];
4002d1: 48 63 d0 movslq %eax,%rdx
4002d4: 48 63 cd movslq %ebp,%rcx
4002d7: 0f b6 4c 0c 1c movzbl 0x1c(%rsp,%rcx,1),%ecx
4002dc: 88 4c 14 08 mov %cl,0x8(%rsp,%rdx,1)
b++;
4002e0: ff c0 inc %eax
i++;
result=result/16;
}
ip[i]=get_hex_value(result);
for(x=i;x>=0;x--)
4002e2: ff cd dec %ebp
4002e4: 79 e1 jns 4002c7 <print_x+0x7a>
op[1]='x';
op[b]=ip[x];
b++;
}
char *fin=op;
while(*fin)
4002e6: 80 7c 24 08 00 cmpb $0x0,0x8(%rsp)
4002eb: 74 1f je 40030c <print_x+0xbf>
4002ed: 48 8d 5c 24 08 lea 0x8(%rsp),%rbx
{
write(1,fin,1);
4002f2: ba 01 00 00 00 mov $0x1,%edx
4002f7: 48 89 de mov %rbx,%rsi
4002fa: bf 01 00 00 00 mov $0x1,%edi
4002ff: e8 35 02 00 00 callq 400539 <write>
fin++;
400304: 48 ff c3 inc %rbx
op[1]='x';
op[b]=ip[x];
b++;
}
char *fin=op;
while(*fin)
400307: 80 3b 00 cmpb $0x0,(%rbx)
40030a: 75 e6 jne 4002f2 <print_x+0xa5>
{
write(1,fin,1);
fin++;
printed++;
}
}
40030c: 48 83 c4 30 add $0x30,%rsp
400310: 5b pop %rbx
400311: 5d pop %rbp
400312: 41 5c pop %r12
400314: c3 retq
0000000000400315 <print_c>:
void print_c(int result,int *printed)
{
400315: 48 83 ec 18 sub $0x18,%rsp
char s[5];
s[0]=(char)result;
400319: 40 88 7c 24 0b mov %dil,0xb(%rsp)
char *fin=s;
write(1,fin,1);
40031e: 48 8d 74 24 0b lea 0xb(%rsp),%rsi
400323: ba 01 00 00 00 mov $0x1,%edx
400328: bf 01 00 00 00 mov $0x1,%edi
40032d: e8 07 02 00 00 callq 400539 <write>
printed++;
}
400332: 48 83 c4 18 add $0x18,%rsp
400336: c3 retq
0000000000400337 <printf>:
int printf(const char *format, ...)
{
400337: 41 56 push %r14
400339: 41 55 push %r13
40033b: 41 54 push %r12
40033d: 55 push %rbp
40033e: 53 push %rbx
40033f: 48 83 ec 50 sub $0x50,%rsp
400343: 48 89 74 24 28 mov %rsi,0x28(%rsp)
400348: 48 89 54 24 30 mov %rdx,0x30(%rsp)
40034d: 48 89 4c 24 38 mov %rcx,0x38(%rsp)
400352: 4c 89 44 24 40 mov %r8,0x40(%rsp)
400357: 4c 89 4c 24 48 mov %r9,0x48(%rsp)
40035c: 48 89 fb mov %rdi,%rbx
va_list ap;
int printed=0;
40035f: c7 44 24 04 00 00 00 movl $0x0,0x4(%rsp)
400366: 00
char *result_s,s[2];
int result_d,result_c,result_x;
va_start(ap, format);
400367: c7 44 24 08 08 00 00 movl $0x8,0x8(%rsp)
40036e: 00
40036f: 48 8d 84 24 80 00 00 lea 0x80(%rsp),%rax
400376: 00
400377: 48 89 44 24 10 mov %rax,0x10(%rsp)
40037c: 48 8d 44 24 20 lea 0x20(%rsp),%rax
400381: 48 89 44 24 18 mov %rax,0x18(%rsp)
char neg[2],*fin;
while (*format != 0)
400386: 0f b6 07 movzbl (%rdi),%eax
400389: 84 c0 test %al,%al
40038b: 0f 84 97 01 00 00 je 400528 <printf+0x1f1>
write(1,fin,1);
printed++;
result_d=result_d*(-1);
}
print_d(result_d,&printed);
400391: 48 8d 6c 24 04 lea 0x4(%rsp),%rbp
{
neg[0]='-';
fin=neg;
write(1,fin,1);
400396: 49 89 e5 mov %rsp,%r13
default:
s[0]='%';
s[1]=*format;
s[2]='\0';
printed=print_s(s);
400399: 4c 8d 64 24 02 lea 0x2(%rsp),%r12
char neg[2],*fin;
while (*format != 0)
{
while(1)
{
if(*format=='%')
40039e: 3c 25 cmp $0x25,%al
4003a0: 0f 85 4d 01 00 00 jne 4004f3 <printf+0x1bc>
{
format++;
switch(*format)
4003a6: 0f b6 43 01 movzbl 0x1(%rbx),%eax
4003aa: 3c 64 cmp $0x64,%al
4003ac: 74 65 je 400413 <printf+0xdc>
4003ae: 3c 64 cmp $0x64,%al
4003b0: 7f 13 jg 4003c5 <printf+0x8e>
4003b2: 3c 63 cmp $0x63,%al
4003b4: 0f 84 b5 00 00 00 je 40046f <printf+0x138>
4003ba: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1)
4003c0: e9 10 01 00 00 jmpq 4004d5 <printf+0x19e>
4003c5: 3c 73 cmp $0x73,%al
4003c7: 74 12 je 4003db <printf+0xa4>
4003c9: 3c 78 cmp $0x78,%al
4003cb: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
4003d0: 0f 84 cc 00 00 00 je 4004a2 <printf+0x16b>
4003d6: e9 fa 00 00 00 jmpq 4004d5 <printf+0x19e>
{
case('s'):
result_s=va_arg(ap,char *);
4003db: 8b 44 24 08 mov 0x8(%rsp),%eax
4003df: 83 f8 30 cmp $0x30,%eax
4003e2: 73 10 jae 4003f4 <printf+0xbd>
4003e4: 89 c2 mov %eax,%edx
4003e6: 48 03 54 24 18 add 0x18(%rsp),%rdx
4003eb: 83 c0 08 add $0x8,%eax
4003ee: 89 44 24 08 mov %eax,0x8(%rsp)
4003f2: eb 0e jmp 400402 <printf+0xcb>
4003f4: 48 8b 54 24 10 mov 0x10(%rsp),%rdx
4003f9: 48 8d 42 08 lea 0x8(%rdx),%rax
4003fd: 48 89 44 24 10 mov %rax,0x10(%rsp)
printed=print_s(result_s);
400402: 48 8b 3a mov (%rdx),%rdi
400405: e8 06 fd ff ff callq 400110 <print_s>
40040a: 89 44 24 04 mov %eax,0x4(%rsp)
break;
40040e: e9 dc 00 00 00 jmpq 4004ef <printf+0x1b8>
case('d'):
result_d=va_arg(ap,int);
400413: 8b 44 24 08 mov 0x8(%rsp),%eax
400417: 83 f8 30 cmp $0x30,%eax
40041a: 73 10 jae 40042c <printf+0xf5>
40041c: 89 c2 mov %eax,%edx
40041e: 48 03 54 24 18 add 0x18(%rsp),%rdx
400423: 83 c0 08 add $0x8,%eax
400426: 89 44 24 08 mov %eax,0x8(%rsp)
40042a: eb 0e jmp 40043a <printf+0x103>
40042c: 48 8b 54 24 10 mov 0x10(%rsp),%rdx
400431: 48 8d 42 08 lea 0x8(%rdx),%rax
400435: 48 89 44 24 10 mov %rax,0x10(%rsp)
40043a: 44 8b 32 mov (%rdx),%r14d
if(result_d<0)
40043d: 45 85 f6 test %r14d,%r14d
400440: 79 1d jns 40045f <printf+0x128>
{
neg[0]='-';
400442: c6 04 24 2d movb $0x2d,(%rsp)
fin=neg;
write(1,fin,1);
400446: ba 01 00 00 00 mov $0x1,%edx
40044b: 4c 89 ee mov %r13,%rsi
40044e: bf 01 00 00 00 mov $0x1,%edi
400453: e8 e1 00 00 00 callq 400539 <write>
printed++;
400458: ff 44 24 04 incl 0x4(%rsp)
result_d=result_d*(-1);
40045c: 41 f7 de neg %r14d
}
print_d(result_d,&printed);
40045f: 48 89 ee mov %rbp,%rsi
400462: 44 89 f7 mov %r14d,%edi
400465: e8 e3 fc ff ff callq 40014d <print_d>
break;
40046a: e9 80 00 00 00 jmpq 4004ef <printf+0x1b8>
case('c'):
result_c=va_arg(ap, int );
40046f: 8b 44 24 08 mov 0x8(%rsp),%eax
400473: 83 f8 30 cmp $0x30,%eax
400476: 73 10 jae 400488 <printf+0x151>
400478: 89 c2 mov %eax,%edx
40047a: 48 03 54 24 18 add 0x18(%rsp),%rdx
40047f: 83 c0 08 add $0x8,%eax
400482: 89 44 24 08 mov %eax,0x8(%rsp)
400486: eb 0e jmp 400496 <printf+0x15f>
400488: 48 8b 54 24 10 mov 0x10(%rsp),%rdx
40048d: 48 8d 42 08 lea 0x8(%rdx),%rax
400491: 48 89 44 24 10 mov %rax,0x10(%rsp)
print_c(result_c,&printed);
400496: 48 89 ee mov %rbp,%rsi
400499: 8b 3a mov (%rdx),%edi
40049b: e8 75 fe ff ff callq 400315 <print_c>
break;
4004a0: eb 4d jmp 4004ef <printf+0x1b8>
case('x'):
result_x=va_arg(ap,int);
4004a2: 8b 44 24 08 mov 0x8(%rsp),%eax
4004a6: 83 f8 30 cmp $0x30,%eax
4004a9: 73 10 jae 4004bb <printf+0x184>
4004ab: 89 c2 mov %eax,%edx
4004ad: 48 03 54 24 18 add 0x18(%rsp),%rdx
4004b2: 83 c0 08 add $0x8,%eax
4004b5: 89 44 24 08 mov %eax,0x8(%rsp)
4004b9: eb 0e jmp 4004c9 <printf+0x192>
4004bb: 48 8b 54 24 10 mov 0x10(%rsp),%rdx
4004c0: 48 8d 42 08 lea 0x8(%rdx),%rax
4004c4: 48 89 44 24 10 mov %rax,0x10(%rsp)
print_x(result_x,&printed);
4004c9: 48 89 ee mov %rbp,%rsi
4004cc: 8b 3a mov (%rdx),%edi
4004ce: e8 7a fd ff ff callq 40024d <print_x>
break;
4004d3: eb 1a jmp 4004ef <printf+0x1b8>
default:
s[0]='%';
4004d5: c6 44 24 02 25 movb $0x25,0x2(%rsp)
s[1]=*format;
4004da: 88 44 24 03 mov %al,0x3(%rsp)
s[2]='\0';
4004de: c6 44 24 04 00 movb $0x0,0x4(%rsp)
printed=print_s(s);
4004e3: 4c 89 e7 mov %r12,%rdi
4004e6: e8 25 fc ff ff callq 400110 <print_s>
4004eb: 89 44 24 04 mov %eax,0x4(%rsp)
break;
}
format++;
4004ef: 48 83 c3 02 add $0x2,%rbx
else
{
break;
}
}
if(*format==0)
4004f3: 80 3b 00 cmpb $0x0,(%rbx)
4004f6: 74 30 je 400528 <printf+0x1f1>
{
break;
}
write(1,format,1);
4004f8: ba 01 00 00 00 mov $0x1,%edx
4004fd: 48 89 de mov %rbx,%rsi
400500: bf 01 00 00 00 mov $0x1,%edi
400505: e8 2f 00 00 00 callq 400539 <write>
format++;
40050a: 48 8d 53 01 lea 0x1(%rbx),%rdx
if(*format!=0)
40050e: 80 7b 01 00 cmpb $0x0,0x1(%rbx)
400512: 74 14 je 400528 <printf+0x1f1>
{
printed++;
400514: ff 44 24 04 incl 0x4(%rsp)
int printed=0;
char *result_s,s[2];
int result_d,result_c,result_x;
va_start(ap, format);
char neg[2],*fin;
while (*format != 0)
400518: 0f b6 43 01 movzbl 0x1(%rbx),%eax
40051c: 84 c0 test %al,%al
40051e: 74 08 je 400528 <printf+0x1f1>
if(*format==0)
{
break;
}
write(1,format,1);
format++;
400520: 48 89 d3 mov %rdx,%rbx
400523: e9 76 fe ff ff jmpq 40039e <printf+0x67>
}
}
va_end(ap);
return printed;
}
400528: 8b 44 24 04 mov 0x4(%rsp),%eax
40052c: 48 83 c4 50 add $0x50,%rsp
400530: 5b pop %rbx
400531: 5d pop %rbp
400532: 41 5c pop %r12
400534: 41 5d pop %r13
400536: 41 5e pop %r14
400538: c3 retq
0000000000400539 <write>:
#include <stdarg.h>
#include <syscall.h>
//volatile int sss=1;
ssize_t write(int fd, const void *buf, size_t count)
{ ssize_t ret;
*((char*)0xffffffff80000000+0xb8000)=70;
400539: c6 04 25 00 80 0b 80 movb $0x46,0xffffffff800b8000
400540: 46
*((char*)0xffffffff80000000+0xb8001)=0x07;
400541: c6 04 25 01 80 0b 80 movb $0x7,0xffffffff800b8001
400548: 07
// while(sss);
ret =syscall_3(((long)(SYS_write)),((long)(fd)),((long)(buf)),((long)(count)));
400549: 48 63 ff movslq %edi,%rdi
static __inline uint64_t syscall_3(uint64_t n, uint64_t a1, uint64_t a2, uint64_t a3) {
uint64_t ret;
//while(1);
__asm__ volatile(
40054c: b8 01 00 00 00 mov $0x1,%eax
400551: cd 80 int $0x80
return ret;
400553: c3 retq
|
1fcf3b7891f894f8b2644f683e2f835059c4fb5c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1931/CH12/EX12.4/4.sce | 785ec496a3c189c1caea7b6a5fa6267d3d784ee3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 325 | sce | 4.sce | clc
clear
//INPUT DATA
Hc=7.2*10^3//The critical magnetic field in A/m
r=0.5*10^-3//radius of long thin superconducting wire in m
//CALCULATION
Ic=(2*3.14*Hc*r)//The critical current through a long thin superconductor in A
//OUTPUT
printf('The critical current through a long thin superconductor is %3.3f A',Ic)
|
edcebe1b21ffc73d5273f6adc42431c7f3e50899 | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH39/EX39.2/Example39_2.sce | 7ce9655f6bc83f971d55692991207740635fc330 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 334 | sce | Example39_2.sce | //Given that
r = 3.5 //in meter
P = 1.5 //in W
phi = 2.2 //in ev
conv = 1.6*10^-19 //ev to Joule to conversion factor
R = 5.0*10^-11 //in meter
//Sample Problem 39-2
printf("**Sample Problem 39-2**\n")
I = P/(4*%pi*r^2)
A = %pi*R^2
deltaT = phi*conv/(I*A)
printf("The time taken in ejecting electron is %ds", deltaT) |
d3465c75fd2b572f7d5a73a7a5fe9f388deeeb28 | 449d555969bfd7befe906877abab098c6e63a0e8 | /476/CH2/EX2.6/Example_2_6.sce | 4035d6c4b0bf41390a319796e4dec1fa33a5c7e0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,036 | sce | Example_2_6.sce | //A Textbook of Chemical Engineering Thermodynamics
//Chapter 2
//First Law of Thermodynamics
//Example 6
clear;
clc;
//Given:
T = 233; //temperature in K
VP = 1.005*10^3; //vapour pressure of CO2 in kPa
sv_liquid = 0.9*10^-3; //specific volume of liquid CO2 in m^3/kg
sv_vapour = 38.2*10^-3; //specicific volume of CO2 vapour in m^3/kg
L = 320.5; //latent heat of vaporisation of CO2 in kJ/kg
//Assuming at these conditions CO2 is saturated liquid so
H1 = 0; //enthalpy in liquid state
//To find internal energy of saturated liquid and internal energy and enthalpy of saturated vapour
//For saturated liquid
U1 = H1-(VP*sv_liquid); // internal energy in liquid state in kJ/kg
//For saturated vapour
Hv = H1+L; //enthalpy of saturated vapour in kJ/kg
Uv = Hv-(VP*sv_vapour); //internal energy in vapour state in kJ/kg
mprintf('Internal Energy of saturated liquid is %f kJ/kg',U1);
mprintf('\nEnthalpy of vapour state is %f kJ/kg',Hv);
mprintf('\nInternal Energy of vapour state is %f kJ/kg',Uv);
//end |
996dc97fcb17f60617ce278a86442bc394a83c6c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2318/CH3/EX3.47/ex_3_47.sce | 95f19486c6a6d7271f9b7ce4cb55a0be5d325734 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex_3_47.sce | //Example 3.47: resistance
clc;
clear;
close;
em=500;//volts
ep=50;//volts
en=150;//volts
rv=50;//k-ohm
rp=((em-ep-en)/en)*rv*10^3;//ohm
rn=((em-ep-en)/ep)*rv*10^3;//
disp(rp*10^-6,"Rp is,(M-ohm)=")
disp(rn*10^-6,"Rn is,(M-ohm)=")
|
d7da1abab1dbe257c5b2cf38d4a3804b593d2d9e | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set6/s_Electric_Machines_-_I_M._Verma_And_V._Ahuja_695.zip/Electric_Machines_-_I_M._Verma_And_V._Ahuja_695/CH2/EX2.25/Ex2_25.sce | 28b61f35b5177c6c12d8ad95b80548977998fddf | [] | 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 | 322 | sce | Ex2_25.sce | errcatch(-1,"stop");mode(2);//Caption:Determine the speed
//Exa:2.25
;
;
V=220;//in volts
R_a=0.1;//in ohms
I_a1=100;//in amperes
I_a2=sqrt(I_a1^2/2);//in amperes
N_1=800;//in rpm
E_1=V-(I_a1*R_a);//in volts
E_2=V-(I_a2*R_a);//in volts
N_2=int(E_2*I_a1*N_1/(E_1*I_a2));
disp(N_2,'Speed (in rpm)=');
exit();
|
57a2d827afafae23d6a9bfbcc6170bf8bd188b50 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3838/CH3/EX3.25.b/EX3_25_B.sce | e15a27ee94bd006fc2da3aa0be8db3bea00d3aee | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 109 | sce | EX3_25_B.sce | //EXAMPLE 3.25.b
clc;
Syms s,t;
u=laplace((t)^(2),t,s)+laplace(t*exp(-4*t),t,s);
F=u*laplace(1,t,s)
disp(F);
|
10fc257f638b4674e29c804ef878ae2728026b2c | d7087cf730b37f76170323e080c090f8094979ac | /test/exec/command_list_big.tst | 15d7152ff7d243c434b070293e6af14569b452c0 | [] | no_license | VladimirMeshcheriakov/42sh | 025dffe358b86f48eaf7751a5cb08d4d5d5366c4 | 52d782255592526d0838bc40269f6e71f6a51017 | refs/heads/master | 2023-03-15T17:26:20.575439 | 2015-06-26T12:44:05 | 2015-06-26T12:44:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 79,841 | tst | command_list_big.tst | <cmd>
../build/42sh</cmd>
<ref>
bash</ref>
<stdin>
echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja;echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja; echo toto; echo tata; echo titi; echo jojo; echo jiji; echo jaja
</stdin>
|
ba5fdebdb98885a8e94018cf3dfaf0bdae9d59ef | 449d555969bfd7befe906877abab098c6e63a0e8 | /37/CH3/EX3.5/s5.sci | b4dc63b93bc4d201a2b28681f0934630069567c9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 372 | sci | s5.sci | function[]=towe(n,from,to,aux)
if(n==1);
disp(to,"to ",from,"Move peg 1 from");
else
towe(n-1,from,aux,to);
disp(to,"to",from,"from",n,"Move Peg");
towe(n-1,aux,to,from);
end
endfunction
function[]=tower(from,to,aux)
n=input("Enter n");
towe(n,from,to,aux);
endfunction
//Calling Routine:
n=3//Number of disks
towe(n,'a','b','c') |
0e4b9d97fb7e1c09cea62bb1947502833c5cbc39 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/bow/bow.9_20.tst | f48bacefbe3208e5d221fe53228124b59ce7be5b | [] | 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 | 5,116 | tst | bow.9_20.tst | 9 36:0.3333333333333333 40:1.0 148:0.25 165:1.0 317:1.0 375:1.0 458:0.3333333333333333 519:1.0 1056:1.0
9 11:0.3333333333333333 36:0.3333333333333333 40:1.0 53:0.3333333333333333 114:1.0 158:0.1 339:1.0 735:1.0 1749:1.0
9 4:0.5 15:0.3333333333333333 36:0.3333333333333333 40:1.0 48:0.05555555555555555 60:0.08333333333333333 99:1.0 126:1.0 148:0.25 171:1.0 355:1.0 612:0.16666666666666666 748:1.0 970:1.0 1242:1.0 1466:1.0
9 1:0.03333333333333333 74:1.0 208:0.3333333333333333 317:1.0 330:1.0 1462:1.0
9 1:0.03333333333333333 4:0.5 15:0.3333333333333333 53:0.3333333333333333 60:0.08333333333333333 74:1.0 76:0.3333333333333333 93:0.058823529411764705 112:1.0 113:1.0 121:1.0 298:0.5 317:1.0 485:1.0 633:0.25 731:1.0 1226:1.0 1306:1.0
9 1:0.03333333333333333 84:1.0 156:1.0 215:0.2 221:1.0 317:1.0 354:1.0 731:1.0
9 1:0.03333333333333333 62:0.3333333333333333 148:0.25 166:1.0 259:2.0 481:0.5 762:1.0 889:1.0 1272:1.0
9 1:0.03333333333333333 36:0.3333333333333333 53:0.3333333333333333 76:0.3333333333333333 259:2.0 481:0.5 640:1.0 762:1.0
9 1:0.05 10:0.1111111111111111 36:0.6666666666666666 62:0.6666666666666666 95:0.25 156:1.0 208:0.6666666666666666 316:1.0 494:0.5 603:1.0 1047:1.0 1491:1.0
9 1:0.016666666666666666
9 1:0.016666666666666666 4:0.5 51:1.0 166:1.0
9 1:0.016666666666666666 148:0.25 171:1.0 350:0.5 609:1.0
9 1:0.016666666666666666 36:0.3333333333333333 40:1.0 248:1.0 561:1.0
9 1:0.016666666666666666 36:0.3333333333333333 372:0.5 754:1.0 1735:1.0
9 1:0.016666666666666666 17:0.16666666666666666 34:0.5 60:0.08333333333333333 480:1.0 611:1.0
9 1:0.016666666666666666 36:0.3333333333333333 48:0.05555555555555555 148:0.25 162:1.0 218:1.0 228:1.0 273:1.0 317:1.0 339:1.0 372:1.0 1144:1.0
9 1:0.016666666666666666 10:0.1111111111111111 17:0.16666666666666666 62:0.3333333333333333 122:1.0 126:1.0 568:1.0 679:1.0
9 4:0.5 22:1.0 53:0.3333333333333333 69:0.25 93:0.058823529411764705 114:2.0 192:0.2 198:0.14285714285714285 372:0.5 400:0.14285714285714285 436:1.0 482:1.0 647:0.5 1279:1.0
9 1:0.03333333333333333 17:0.16666666666666666 40:1.0 60:0.08333333333333333 208:0.3333333333333333 240:0.5 383:1.0 408:1.0 420:1.0 476:1.0 481:0.5 733:1.0 1294:1.0
9 1:0.016666666666666666 2:1.0 15:0.3333333333333333 36:0.3333333333333333 60:0.08333333333333333 76:0.3333333333333333 93:0.058823529411764705 243:1.0 252:1.0 395:0.5 428:1.0 568:1.0 946:1.0 1005:1.0
9 4:0.5 17:0.3333333333333333 36:0.3333333333333333 44:0.5 48:0.05555555555555555 62:0.3333333333333333 69:0.25 121:1.0 252:1.0 258:0.5 283:1.0 298:0.5 353:1.0 402:1.0 491:1.0 612:0.16666666666666666 633:0.5 781:1.0 891:1.0
9 4:1.0 17:0.16666666666666666 36:0.3333333333333333 60:0.16666666666666666 62:0.3333333333333333 104:1.0 252:1.0 261:1.0 313:1.0 633:0.25 886:1.0
9 1:0.03333333333333333 4:0.5 10:0.1111111111111111 17:0.16666666666666666 36:0.6666666666666666 53:0.3333333333333333 84:1.0 93:0.058823529411764705 104:1.0 112:1.0 113:1.0 126:1.0 171:1.0 208:0.3333333333333333 252:1.0 410:1.0 458:0.6666666666666666 462:1.0 485:1.0 568:1.0 679:1.0 797:1.0 1025:1.0 1481:1.0
9 1:0.016666666666666666 11:0.3333333333333333 40:1.0 93:0.058823529411764705 158:0.1 252:1.0 688:1.0 796:1.0
9 1:0.03333333333333333 2:1.0 15:0.3333333333333333 17:0.16666666666666666 36:1.0 48:0.05555555555555555 60:0.16666666666666666 75:1.0 83:1.0 148:0.25 158:0.1 420:1.0 568:2.0 734:0.125 1283:1.0 1442:1.0
9 1:0.016666666666666666 10:0.1111111111111111 15:0.3333333333333333 27:1.0 51:1.0 76:0.3333333333333333 93:0.058823529411764705 95:0.25 197:1.0 208:0.3333333333333333 210:1.0 228:1.0 235:1.0 240:0.5 241:1.0 243:1.0 315:1.0 876:1.0
9 1:0.03333333333333333 2:1.0 4:0.5 14:1.0 53:0.3333333333333333 126:1.0 144:1.0 176:1.0 240:1.0 298:0.5 317:1.0 568:1.0 886:1.0 1175:1.0 1303:1.0
9 1:0.016666666666666666 4:0.5 36:0.6666666666666666 60:0.08333333333333333 76:0.3333333333333333 93:0.058823529411764705 124:1.0 192:0.2 208:0.3333333333333333 414:1.0 480:1.0 568:1.0 1581:1.0 1626:1.0
9 122:1.0 347:1.0
9 84:1.0 113:1.0 209:0.2 762:1.0
9 15:0.3333333333333333 62:0.3333333333333333 118:1.0 134:1.0 1060:1.0
9 126:1.0 176:1.0 240:0.5
9 1:0.03333333333333333 4:0.5 17:0.16666666666666666 53:0.3333333333333333 240:0.5 330:2.0 347:1.0 437:1.0 826:1.0 1130:1.0 1175:1.0
9 1:0.016666666666666666 2:2.0 4:0.5 10:0.1111111111111111 17:0.16666666666666666 36:0.3333333333333333 111:1.0 158:0.1 198:0.14285714285714285 232:1.0 240:0.5 330:1.0 372:0.5 437:1.0 679:1.0 1442:2.0
9 1:0.016666666666666666 4:0.5 19:1.0 51:1.0 126:1.0 148:0.25 176:1.0 240:0.5 437:1.0 886:1.0
9 1:0.016666666666666666 4:0.5 36:0.3333333333333333 84:1.0 126:1.0 228:1.0 243:1.0 259:1.0 353:1.0 375:1.0 385:1.0 395:0.5 506:1.0 633:0.25 750:1.0 1084:1.0
9 4:0.5 36:0.6666666666666666 44:0.5 51:1.0 53:0.3333333333333333 85:1.0 240:0.5 249:1.0 407:1.0 1528:1.0
9 4:0.5 17:0.16666666666666666 53:0.3333333333333333 233:1.0 240:1.0 243:1.0 317:1.0 330:2.0 383:1.0 886:1.0
9 1:0.03333333333333333 2:1.0 4:1.0 36:0.6666666666666666 40:1.0 62:0.3333333333333333 79:1.0 125:1.0 156:1.0 158:0.1 208:0.3333333333333333 243:1.0 298:0.5 343:0.09090909090909091 347:1.0 420:1.0 491:1.0 801:1.0 1182:1.0
|
3b21bc8a9f89ba002bbf85c95f9a416aa1fd3846 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/polyscale/polyscale10.sce | 3a17bd7eb28da5a6f78c8638c78d2eb42588b21d | [] | 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 | 75 | sce | polyscale10.sce | //i/p arg x is empty
x=[];
a=0.5;
y=polyscale(x,a);
disp(y);
//output
//[]
|
f420004a27ca161329f57302713117d8f4b4b2f3 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/RC98DEQ/ATWM1_Working_Memory_MRI_RC98DEQ/ATWM1_Working_Memory_MRI_Nonsalient_Uncued_Run1.sce | c69bff4b4bf31504524871c4982b8ae8e7335066 | [] | 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 | 12,282 | sce | ATWM1_Working_Memory_MRI_Nonsalient_Uncued_Run1.sce | # ATWM1 MRI Experiment
scenario = "ATWM1_Working_Memory_MRI_nonsalient_uncued_run1";
scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
#scenario_type = trials;
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 = 28;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
#write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 300; width = 300; color = 0, 0, 0;} frame1;
box { height = 290; width = 290; 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 = 290; width = 290; color = 128, 128, 128;} 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;
# 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 = 9400;
mri_pulse = 1;
code = "BaselinePre";
#port_code = 1;
};
TEMPLATE "ATWM1_Working_Memory_MRI.tem" {
trigger_volume_encoding trigger_volume_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;
6 12 292 292 399 125 11543 2992 14342 fixation_cross gabor_154 gabor_038 gabor_169 gabor_014 gabor_154_alt gabor_038 gabor_169 gabor_014_alt "1_1_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_154_038_169_014_target_position_2_3_retrieval_position_2" gabor_circ gabor_085_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_1_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_085_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
21 26 292 292 399 125 9543 2992 12342 fixation_cross gabor_035 gabor_111 gabor_069 gabor_091 gabor_035 gabor_111_alt gabor_069_alt gabor_091 "1_2_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_035_111_069_091_target_position_1_4_retrieval_position_1" gabor_175_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_2_Retrieval_Working_Memory_MRI_P2_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;
34 40 292 292 399 125 11543 2992 12342 fixation_cross gabor_065 gabor_153 gabor_172 gabor_090 gabor_065_alt gabor_153 gabor_172_alt gabor_090 "1_3_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_065_153_172_090_target_position_2_4_retrieval_position_2" gabor_circ gabor_153_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_3_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_153_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
48 54 292 292 399 125 11543 2992 14342 fixation_cross gabor_106 gabor_070 gabor_085 gabor_138 gabor_106_alt gabor_070 gabor_085_alt gabor_138 "1_4_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_11601_3000_14400_gabor_patch_orientation_106_070_085_138_target_position_2_4_retrieval_position_1" gabor_106_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_4_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_106_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
63 69 292 292 399 125 11543 2992 12342 fixation_cross gabor_131 gabor_012 gabor_054 gabor_165 gabor_131 gabor_012 gabor_054_alt gabor_165_alt "1_5_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_131_012_054_165_target_position_1_2_retrieval_position_1" gabor_081_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_5_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_081_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
77 83 292 292 399 125 11543 2992 12342 fixation_cross gabor_063 gabor_103 gabor_175 gabor_044 gabor_063 gabor_103 gabor_175_alt gabor_044_alt "1_6_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_063_103_175_044_target_position_1_2_retrieval_position_2" gabor_circ gabor_150_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_6_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_150_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
91 96 292 292 399 125 9543 2992 14342 fixation_cross gabor_025 gabor_065 gabor_149 gabor_084 gabor_025_alt gabor_065_alt gabor_149 gabor_084 "1_7_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_025_065_149_084_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_132_framed blank blank blank blank fixation_cross_white "1_7_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_132_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
105 110 292 292 399 125 9543 2992 14342 fixation_cross gabor_149 gabor_122 gabor_010 gabor_082 gabor_149_alt gabor_122 gabor_010 gabor_082_alt "1_8_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_149_122_010_082_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_010_framed gabor_circ blank blank blank blank fixation_cross_white "1_8_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_010_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
119 124 292 292 399 125 9543 2992 14342 fixation_cross gabor_022 gabor_180 gabor_074 gabor_096 gabor_022 gabor_180 gabor_074_alt gabor_096_alt "1_9_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_022_180_074_096_target_position_1_2_retrieval_position_1" gabor_022_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_9_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_022_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
133 138 292 292 399 125 9543 2992 14342 fixation_cross gabor_142 gabor_083 gabor_126 gabor_021 gabor_142 gabor_083_alt gabor_126_alt gabor_021 "1_10_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_142_083_126_021_target_position_1_4_retrieval_position_1" gabor_004_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_10_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_004_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
147 152 292 292 399 125 9543 2992 14342 fixation_cross gabor_039 gabor_081 gabor_144 gabor_021 gabor_039 gabor_081_alt gabor_144_alt gabor_021 "1_11_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_9601_3000_14400_gabor_patch_orientation_039_081_144_021_target_position_1_4_retrieval_position_2" gabor_circ gabor_128_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_11_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_128_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
161 166 292 292 399 125 9543 2992 12342 fixation_cross gabor_056 gabor_024 gabor_073 gabor_112 gabor_056 gabor_024_alt gabor_073_alt gabor_112 "1_12_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_056_024_073_112_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_112_framed blank blank blank blank fixation_cross_white "1_12_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_112_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
174 179 292 292 399 125 9543 2992 12342 fixation_cross gabor_124 gabor_108 gabor_079 gabor_151 gabor_124 gabor_108_alt gabor_079_alt gabor_151 "1_13_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_9601_3000_12400_gabor_patch_orientation_124_108_079_151_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_079_framed gabor_circ blank blank blank blank fixation_cross_white "1_13_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_079_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
187 193 292 292 399 125 11543 2992 14342 fixation_cross gabor_172 gabor_067 gabor_005 gabor_044 gabor_172_alt gabor_067_alt gabor_005 gabor_044 "1_14_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_172_067_005_044_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_044_framed blank blank blank blank fixation_cross_white "1_14_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_044_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
202 208 292 292 399 125 11543 2992 12342 fixation_cross gabor_048 gabor_136 gabor_069 gabor_090 gabor_048 gabor_136_alt gabor_069 gabor_090_alt "1_15_Encoding_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_048_136_069_090_target_position_1_3_retrieval_position_1" gabor_048_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_15_Retrieval_Working_Memory_MRI_P2_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_048_retrieval_position_1" 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 = 20600;
code = "BaselinePost";
#port_code = 2;
}; |
b322bb1dc89e302df567c76ccfcd33374d47712b | 449d555969bfd7befe906877abab098c6e63a0e8 | /929/CH12/EX12.6/Example12_6.sce | 8621855f0a19c6eca5ff0afed27d3b2dc9156742 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 265 | sce | Example12_6.sce | //Example 12.6
clear;
clc;
n=12;
nreqd=16;
resbits=nreqd-n;
m=resbits/(1/2);
fS=44.1*10^3;
fovers=(2^m)*fS;
SNRmax=(6.02*(n+(0.5*m)))+1.76;
printf("Oversampling Frequency=%.2f MHz",fovers*10^(-6));
printf("\nSNRmax=%.2f dB",SNRmax); |
b2613477a896aadd6ce07380fc20ef179214ee82 | 449d555969bfd7befe906877abab098c6e63a0e8 | /626/CH4/EX4.10/4_10.sce | d5abfec9a0f97f731ac5dfa1684ba1fd81ea26ba | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 425 | sce | 4_10.sce | clear;
clc;
close;
disp("Example4.10")
Vt0=160 //takeoff velocity in m/s
Vt9=1000 //takeoff velocity in m/s
Vc0=800 //cruise velocity in m/s
Vc9=1000 //cruise velocity in m/s
//using approximation: engine propulsive efficiencfy(pe)=2/(1+V9/V0)
pet=2/(1+(Vt9/Vt0)) //takeoff
pec=2/(1+(Vc9/Vc0)) //cruise
disp(pet,"Engine propulsive efficiency while takeoff:")
disp(pec,"Engine propulsive efficiency while cruise:") |
ffae1cf38cf89dd4a2a0ac0bdcb10280648cd71d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1328/CH14/EX14.7/14_7.sce | 495b4071453caf00c365431931b653caea17d61d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,259 | sce | 14_7.sce | printf("\texample 14.7\n");
printf("\tapproximate values are mentioned in the book \n");
M2=14300;//From fig.14.43 and heat balance above
M1=32200-14300;//From fig.14.43 and heat balance above
printf("\tM1 = %.0f lb\n",M1);
printf("\n\t\t\t\tEVAPORATOR SUMMARY\n");
printf("\t------------------------------------------------------------------------------------------------------------------------------\n");
printf("\tEffects\t\t\t\t\tStraight triple effect\t\t\t\tThermocompression\nt\t\t\t\t\t----------------------------------------------------------------------------------------------\n\t\t\t\t\t1\t\t2\t\t3\t\t1\t\t2\t\t3\n");
printf("\t------------------------------------------------------------------------------------------------------------------------------\n");
printf("\tSteam flow, lb/hr\t\t22400\t\t\t\t\t\t17900\n\tSteam pressure, psi in.Hg\t20\t\t9\t\t2\t\t20\t\t9\t\t2\n\tSteam temp,°F\t\t\t258\t\t237\t\t217\t\t258\t\t237\t\t217\n\ttdelT,°F\t\t\t20\t\t18\t\t22\t\t20\t\t18\t\t22\n\tLiquor temp, °F\t\t\t238\t\t219\t\t195\t\t238\t\t219\t\t195\n\tBPR, °F\t\t\t\t1\t\t2\t\t3\t\t1\t\t2\t\t3\n\tVapor temp, °F\t\t\t237\t\t217\t\t192\t\t237\t\t215\t\t192\n\tVapor pressure, pis/in.Hg\t9\t\t2\t\t10\t\t9\t\t2\t\t10\n\tLambda, Btu/lb\t\t\t954\t\t965\t\t983\t\t954\t\t965\t\t983\n\tLiquor in, lb/hr\t\t100000\t\t79400\t\t56900\t\t109000\t\t70000\t\t52400\n\tLiqour out, lb/hr\t\t79400\t\t56900\t\t33300\t\t70000\t\t52400\t\t33300\n\tEvaporation,lb/hr\t\t20600\t\t22500\t\t23500\t\t30000\t\t17600\t\t19100\n\t°Brix(out)\t\t\t\t\t\t\t\t\t\t\t\t\t30\n\tCondenser water, gpm\t\t\t\t455\t\t\t\t\t\t365\n");
printf("\n\t\t\t\tHEAT BALANCE-STRAIGHT TRIPLE EFFECT\n\t\t\t\tCondenser water = 455 gpm\n");
printf("\t--------------------------------------------------------\n");
printf("\tEffect\t\t\tBtu/hr\t\tEvaporation,l/hr\n");
printf("\t--------------------------------------------------------\n");
sf=22400;//lb/hr
lc=100000;//lb/hr
t1=238;//°F
t2=230;//°F
his=sf*940*0.97;//Btu/hr
hlq=lc*(t1-t2)*0.92;//Btu/hr
hd=his-hlq;//Btu/hr
eva=(hd)/954;//lb/hr
l2d=lc-eva;
printf("\t1.a.Heat in steam\t%.2e\n\t b.Heating liquor\t%.2e\n\t c.Evaporation\t\t%.4e/954\t%.0f\n\t d.Liquor to 2d = %.0f",his,hlq,hd,eva,l2d);
//end
|
bb7793bc6d7dd40c490d47008c5692b6df8012e7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /629/CH6/EX6.12/example6_12.sce | 5c8c05bc107b7e78f2084f3673baacaf4285b496 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 438 | sce | example6_12.sce | clear
clc
//Example 6.12 PRESSURE RISE DUE TO WATER HAMMER EFFECT
rho=1.94; //[slugs/ft^3]
Ev=3.2*10^5; //[lbf/in^2]
V=4; //[ft/s]
//Sound speed
c=sqrt(Ev*144/rho) //[ft/s]
L=3000; //[ft]
tc=2*L/c //[s]
//Closure time of 1sec is less than tc
//Pressure rise
delp=rho*V*c/144 //[psi]
pi=40; //initial pressure[psi]
pmax=pi+delp //[psi]
printf("\n The maximum pressure that develops at the downstream end = %.f psig.\n",pmax) |
74a767a106e9a54c1d52c6294375f35e89be477f | 48079f3bb0017d96574f5a0b2b6b2366e4384274 | /Scilab/import.sce | d94a62604641d9b5dffc0c342b185e07f6a389e1 | [] | no_license | tan0407/Epilepsy-Seizure-detection | e7b7f9fba4362b7c731e54da2482b37144cf7209 | c924d5d41ddbc810cef1c609ad6d52a3bc781a51 | refs/heads/master | 2020-05-06T13:41:29.620077 | 2019-05-15T23:45:06 | 2019-05-15T23:45:06 | 180,150,967 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,132 | sce | import.sce | AspiAcc=csvRead('../DATA_CSV/AspiAcc.csv');
AspiEMG=csvRead('../DATA_CSV/AspiEMG.csv');
AspiGyro=csvRead('../DATA_CSV/AspiGyro.csv');
PingAcc=csvRead('../DATA_CSV/PingPongAcc.csv');
PingGyro=csvRead('../DATA_CSV/PingPongGyro.csv');
PingEMG=csvRead('../DATA_CSV/PingPongEMG.csv');
EpiAcc=csvRead('../DATA_CSV/WalkEpiAcc.csv');
EpiEMG=csvRead('../DATA_CSV/WalkEpiEMG.csv');
EpiGyro=csvRead('../DATA_CSV/WalkEpiGyro.csv');
RunAcc=csvRead('../DATA_CSV/RunAcc.csv');
RunEMG=csvRead('../DATA_CSV/RunEMG.csv');
RunGyro=csvRead('../DATA_CSV/RunGyro.csv');
//
//BasketAcc=csvRead('../DATA_CSV/BasketAcc.csv');
//BasketEMG=csvRead('../DATA_CSV/BasketEMG.csv');
//BasketGyro=csvRead('../DATA_CSV/BasketGyro.csv');
//
//BrushAcc=csvRead('../DATA_CSV/BrushAcc.csv');
//BrushEMG=csvRead('../DATA_CSV/BrushEMG.csv');
//BrushGyro=csvRead('../DATA_CSV/BrushGyro.csv');
//
//WalkAcc=csvRead('../DATA_CSV/WalkAcc.csv');
//WalkEMG=csvRead('../DATA_CSV/WalkEMG.csv');
//WalkGyro=csvRead('../DATA_CSV/WalkGyro.csv');
//
//TVAcc=csvRead('../DATA_CSV/TVAcc.csv');
//TVEMG=csvRead('../DATA_CSV/TVEMG.csv');
//TVGyro=csvRead('../DATA_CSV/TVGyro.csv');
//
|
603da1344d8d01a8894609beb3ba0c9a50d213d1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH7/EX7.4/example7_4.sce | b05ca5e2420702f29e0ba6f72a3b4accd31d16c4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 422 | sce | example7_4.sce | clc
// Given that
A = 0.06 // amplitude in meter
T = 6 // time period of S.H.M. in sec
x = 0.03 // position of particle in meter
// Sample Problem 4 on page no. 7.23
printf("\n # PROBLEM 4 # \n")
delta = asin(1) // by the formula x=Asin(wt+delta) and (at t = 0,x=A)
t = x / (A * sin(((2 * %pi) / T) + delta))
printf("\n Standard formula used \n x=Asin(wt+delta). \n ")
printf("\n Time taken by the particle = %f sec",t)
|
40d1cfbe73813226fee7af0c2fd6ff031a6f3d5b | 449d555969bfd7befe906877abab098c6e63a0e8 | /257/CH12/EX12.17/example_12_17.sce | 05429f32ae4e82d842bd37bf0739a6d21a59da02 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 58 | sce | example_12_17.sce | s=%s;
sys1=syslin('c',k*(s+1)/((s-1)*(s)))
nyquist(sys1) |
bcccb34f3a9167538618f0a52d2bd40b291f10fc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH12/EX12.7/12_7.sce | e04dc8667a03097a759d51d3aa72c7b5e3ce699a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 383 | sce | 12_7.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 12.7
//calculation of the time period of a pendulum
//given data
g=%pi^2//gravitational acceleration(in m/s^2) of the earth
l=1//length(in m) of the pendulum
//calculation
T=2*%pi*sqrt(l*g^-1)//formula of time period
printf('the time period of the pendulum is %3.1f s',T)
|
2350f9f0c8475500e1161a88204a9c47c986b76e | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.4.1/Unix-Windows/scilab-2.4.1/macros/util/%lss_ones.sci | 4b5e783c23fd92a3a698c5e86af311fec20209c2 | [
"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 | 56 | sci | %lss_ones.sci | function x=%lss_ones(a)
// Copyright INRIA
x=ones(a(5))
|
5addbad68e408c3340e48b903ac3d2faa0e0da41 | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/form-split/GOLD-TEST/mlt.tst | 73d1141297aa061effcebfeb9d4a67682555bdf9 | [] | 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 | 12,260 | tst | mlt.tst | qatel qtilt V;PRF;FIN;SG;1;PST
indika jindika V;IPFV;FIN;MASC;SG;3;PST
sama' semgħet V;PRF;FIN;SG;2;PST
samat samtet V;PRF;FIN;FEM;SG;3;PST
irrisponda irrisponda V;PRF;FIN;MASC;SG;3;PST
gidem gidem V;PRF;FIN;MASC;SG;3;PST
miet mmut V;IPFV;FIN;SG;1;PST
ħolom ħolmu V;PRF;FIN;PL;3;PST
jaf taf V;IPFV;FIN;SG;2;PST
iddawnlowdja iddawnlowdjaw V;FIN;IMP;PL;1
mar mortu V;PRF;FIN;PL;2;PST
indika indikaw V;PRF;FIN;PL;3;PST
xegħel ixgħel V;FIN;IMP;SG;2
tkellem tkellimt V;PRF;FIN;SG;2;PST
ħolom ħlomt V;PRF;FIN;SG;1;PST
għażel tagħżel V;IPFV;FIN;FEM;SG;3;PST
ammira nammira V;IPFV;FIN;SG;1;PST
kanta kantajtu V;PRF;FIN;PL;2;PST
beda bdejna V;PRF;FIN;PL;1;PST
ra naraw V;IPFV;FIN;PL;1;PST
iddawnlowdja niddawnlowdja V;IPFV;FIN;SG;1;PST
wieġeb twieġbu V;IPFV;FIN;PL;2;PST
bela' jibilgħu V;IPFV;FIN;PL;3;PST
niek jnik V;IPFV;FIN;MASC;SG;3;PST
bena bniet V;PRF;FIN;FEM;SG;3;PST
bidel bdilt V;PRF;FIN;SG;1;PST
bena tibnu V;IPFV;FIN;PL;2;PST
għasar agħsar V;FIN;IMP;SG;2
ta agħti V;FIN;IMP;SG;2
għamel tagħmel V;IPFV;FIN;FEM;SG;3;PST
beżaq beżqet V;PRF;FIN;FEM;SG;3;PST
ħataf taħtaf V;IPFV;FIN;FEM;SG;3;PST
tilef itlef V;FIN;IMP;SG;2
sama' tisimgħu V;IPFV;FIN;PL;2;PST
kiber nikber V;IPFV;FIN;SG;1;PST
fired tifred V;IPFV;FIN;FEM;SG;3;PST
żar iżżur V;IPFV;FIN;FEM;SG;3;PST
għoġob togħġob V;IPFV;FIN;FEM;SG;3;PST
ħataf naħtfu V;IPFV;FIN;PL;1;PST
imbotta nimbottaw V;IPFV;FIN;PL;1;PST
xtaq xtaqna V;PRF;FIN;PL;1;PST
ġie tiġi V;IPFV;FIN;FEM;SG;3;PST
samat jismtu V;IPFV;FIN;PL;3;PST
kell kellu V;FIN;MASC;SG;3
ittraduċa ittraduċiet V;PRF;FIN;FEM;SG;3;PST
kien ikunu V;IPFV;FIN;PL;3;PST
ippromwova ippromwovejna V;PRF;FIN;PL;1;PST
bela' nibla' V;IPFV;FIN;SG;1;PST
niek niku V;FIN;IMP;PL;1
kien kienet V;PRF;FIN;FEM;SG;3;PST
xtara xtrajtu V;PRF;FIN;PL;2;PST
ħolom ħolom V;PRF;FIN;MASC;SG;3;PST
ħalla nħalli V;IPFV;FIN;SG;1;PST
qara tiqraw V;IPFV;FIN;PL;2;PST
iddeskriva tiddeskrivi V;IPFV;FIN;FEM;SG;3;PST
ammira tammira V;IPFV;FIN;FEM;SG;3;PST
imbotta imbottat V;PRF;FIN;FEM;SG;3;PST
ħataf aħtfu V;FIN;IMP;PL;1
qal għedt V;PRF;FIN;SG;1;PST
ammira ammirajt V;PRF;FIN;SG;2;PST
qal għid V;FIN;IMP;SG;2
għex jgħix V;IPFV;FIN;MASC;SG;3;PST
ħaraq ħraqtu V;PRF;FIN;PL;2;PST
irreaġixxa tirreaġixxi V;IPFV;FIN;SG;2;PST
niek nnik V;IPFV;FIN;SG;1;PST
libes libsu V;PRF;FIN;PL;3;PST
ħabb ħabbet V;PRF;FIN;FEM;SG;3;PST
fehem nifhmu V;IPFV;FIN;PL;1;PST
irreaġixxa irreaġixxejtu V;PRF;FIN;PL;2;PST
ħalaq ħalqet V;PRF;FIN;FEM;SG;3;PST
aġġastja taġġastjaw V;IPFV;FIN;PL;2;PST
ħataf ħataf V;PRF;FIN;MASC;SG;3;PST
tilef titlef V;IPFV;FIN;SG;2;PST
ipprova ipprova V;PRF;FIN;MASC;SG;3;PST
dafar nidfru V;IPFV;FIN;PL;1;PST
wasal wasalna V;PRF;FIN;PL;1;PST
gidem jigdmu V;IPFV;FIN;PL;3;PST
baqa' baqgħet V;PRF;FIN;SG;2;PST
għorok togħrku V;IPFV;FIN;PL;2;PST
qasam qasmu V;PRF;FIN;PL;3;PST
dineb jidneb V;IPFV;FIN;MASC;SG;3;PST
samat tismot V;IPFV;FIN;SG;2;PST
rikeb jirkbu V;IPFV;FIN;PL;3;PST
kiteb tikteb V;IPFV;FIN;FEM;SG;3;PST
iddawnlowdja tiddawnlowdja V;IPFV;FIN;SG;2;PST
niżel nżilt V;PRF;FIN;SG;2;PST
kell kellek V;FIN;MASC+FEM;SG;2
libes lbist V;PRF;FIN;SG;1;PST
għamel jagħmel V;IPFV;FIN;MASC;SG;3;PST
kiseb ksibt V;PRF;FIN;SG;2;PST
għalaq għalqet V;PRF;FIN;FEM;SG;3;PST
ra raw V;PRF;FIN;PL;3;PST
ġie ejja V;FIN;IMP;SG;2
għorok għorkot V;PRF;FIN;FEM;SG;3;PST
ippromwova ippromwovew V;PRF;FIN;PL;3;PST
baqa' jibqgħu V;IPFV;FIN;PL;3;PST
daħak daħku V;PRF;FIN;PL;3;PST
seta' nista' V;IPFV;FIN;SG;1;PST
samat ismot V;FIN;IMP;SG;2
għażel tagħżlu V;IPFV;FIN;PL;2;PST
ħabb ħobb V;FIN;IMP;SG;2
għoġob għoġbu V;PRF;FIN;PL;3;PST
beżaq nobżqu V;IPFV;FIN;PL;1;PST
kiseb niksbu V;IPFV;FIN;PL;1;PST
miet jmutu V;IPFV;FIN;PL;3;PST
seta' setgħu V;PRF;FIN;PL;3;PST
ħoloq noħolqu V;IPFV;FIN;PL;1;PST
qasam taqsam V;IPFV;FIN;FEM;SG;3;PST
kiser kisru V;PRF;FIN;PL;3;PST
qara iqraw V;FIN;IMP;PL;1
esperjenza esperjenzat V;PRF;FIN;FEM;SG;3;PST
beżaq bżaqtu V;PRF;FIN;PL;2;PST
żar żurtu V;PRF;FIN;PL;2;PST
għasar għasar V;PRF;FIN;MASC;SG;3;PST
żar żurt V;PRF;FIN;SG;1;PST
fetaħ tiftħu V;IPFV;FIN;PL;2;PST
tala' nitilgħu V;IPFV;FIN;PL;1;PST
mexa imxejt V;PRF;FIN;SG;1;PST
sama' nisimgħu V;IPFV;FIN;PL;1;PST
aggredixxa aggredixxiet V;PRF;FIN;FEM;SG;3;PST
emmen jemmnu V;IPFV;FIN;PL;3;PST
bidel bidlu V;PRF;FIN;PL;3;PST
għamel nagħmlu V;IPFV;FIN;PL;1;PST
seta' stajtu V;PRF;FIN;PL;2;PST
bela' blajt V;PRF;FIN;SG;1;PST
dara drajna V;PRF;FIN;PL;1;PST
tkellem tkellmu V;FIN;IMP;PL;1
eżerċita teżerċita V;IPFV;FIN;SG;2;PST
tilef nitlfu V;IPFV;FIN;PL;1;PST
beda jibdew V;IPFV;FIN;PL;3;PST
nesa insejt V;PRF;FIN;SG;1;PST
ta tat V;PRF;FIN;FEM;SG;3;PST
ħoloq noħloq V;IPFV;FIN;SG;1;PST
niek nieket V;PRF;FIN;FEM;SG;3;PST
kiser ksirt V;PRF;FIN;SG;1;PST
rikeb tirkeb V;IPFV;FIN;FEM;SG;3;PST
rebaħ rbaħna V;PRF;FIN;PL;1;PST
ipprova ipprovajtu V;PRF;FIN;PL;2;PST
telaq nitilqu V;IPFV;FIN;PL;1;PST
esperjenza esperjenza V;FIN;IMP;SG;2
sab sabu V;PRF;FIN;PL;3;PST
siket jisktu V;IPFV;FIN;PL;3;PST
ippromwova ippromwovejtu V;PRF;FIN;PL;2;PST
għasar nagħsru V;IPFV;FIN;PL;1;PST
jaf kun af V;FIN;IMP;SG;2
qasam qsamtu V;PRF;FIN;PL;2;PST
telaq itilqu V;FIN;IMP;PL;1
ammira ammiraw V;PRF;FIN;PL;3;PST
ġie jiġu V;IPFV;FIN;PL;3;PST
ivvjola ivvjolajt V;PRF;FIN;SG;1;PST
irrisponda tirrispondi V;IPFV;FIN;FEM;SG;3;PST
kiser jikser V;IPFV;FIN;MASC;SG;3;PST
irrisponda irrispondejtu V;PRF;FIN;PL;2;PST
daħak nidħku V;IPFV;FIN;PL;1;PST
qasam qsamt V;PRF;FIN;SG;1;PST
kell kell V;NFIN
kiel tiekol V;IPFV;FIN;FEM;SG;3;PST
dafar dfarna V;PRF;FIN;PL;1;PST
kanta kanta V;FIN;IMP;SG;2
ġabar iġbru V;FIN;IMP;PL;1
ivvjola ivvjolaw V;PRF;FIN;PL;3;PST
ipprova tipprova V;IPFV;FIN;FEM;SG;3;PST
bela' blajtu V;PRF;FIN;PL;2;PST
beżaq tobżoq V;IPFV;FIN;FEM;SG;3;PST
siker tisker V;IPFV;FIN;FEM;SG;3;PST
ħu ħukom N;MASC+FEM;PL;2
żar żaret V;PRF;FIN;FEM;SG;3;PST
falla fallejt V;PRF;FIN;SG;2;PST
dara jidraw V;IPFV;FIN;PL;3;PST
nesa insejna V;PRF;FIN;PL;1;PST
gidem igdmu V;FIN;IMP;PL;1
eżerċita eżerċitaw V;FIN;IMP;PL;1
ħonoq ħnoqtu V;PRF;FIN;PL;2;PST
għoġob għoġbot V;PRF;FIN;FEM;SG;3;PST
dara tidraw V;IPFV;FIN;PL;2;PST
ra rat V;PRF;FIN;FEM;SG;3;PST
ħaseb naħsbu V;IPFV;FIN;PL;1;PST
fetaħ ftaħtu V;PRF;FIN;PL;2;PST
irrisponda nirrispondi V;IPFV;FIN;SG;1;PST
indika jindikaw V;IPFV;FIN;PL;3;PST
ipparteċipa tipparteċipaw V;IPFV;FIN;PL;2;PST
ħalla ħallejna V;PRF;FIN;PL;1;PST
esperjenza esperjenzajt V;PRF;FIN;SG;1;PST
bela' belgħet V;PRF;FIN;FEM;SG;3;PST
ħoloq ħoloq V;PRF;FIN;MASC;SG;3;PST
ħaseb ħsibna V;PRF;FIN;PL;1;PST
libes libes V;PRF;FIN;MASC;SG;3;PST
wasal tasal V;IPFV;FIN;SG;2;PST
bies bieset V;PRF;FIN;FEM;SG;3;PST
seta' jista' V;IPFV;FIN;MASC;SG;3;PST
għażel tagħżel V;IPFV;FIN;SG;2;PST
qara qrajna V;PRF;FIN;PL;1;PST
stimula jistimula V;IPFV;FIN;MASC;SG;3;PST
mexa timxi V;IPFV;FIN;SG;2;PST
għorok jogħrok V;IPFV;FIN;MASC;SG;3;PST
sab insibu V;IPFV;FIN;PL;1;PST
ittraduċa ittraduċi V;FIN;IMP;SG;2
nesa insejtu V;PRF;FIN;PL;2;PST
kiser ksirtu V;PRF;FIN;PL;2;PST
samat smattu V;PRF;FIN;PL;2;PST
qatel qtiltu V;PRF;FIN;PL;2;PST
kanta kantajt V;PRF;FIN;SG;1;PST
sab sabet V;PRF;FIN;FEM;SG;3;PST
baqa' bqajna V;PRF;FIN;PL;1;PST
siket siket V;PRF;FIN;MASC;SG;3;PST
bagħad jobgħod V;IPFV;FIN;MASC;SG;3;PST
daħal daħlet V;PRF;FIN;FEM;SG;3;PST
fetaħ niftaħ V;IPFV;FIN;SG;1;PST
wieġeb wieġeb V;FIN;IMP;SG;2
għasar agħsru V;FIN;IMP;PL;1
siker skirna V;PRF;FIN;PL;1;PST
iddawnlowdja jiddawnlowdja V;IPFV;FIN;MASC;SG;3;PST
ħaseb naħseb V;IPFV;FIN;SG;1;PST
bela' tibla' V;IPFV;FIN;SG;2;PST
aġġastja jaġġastja V;IPFV;FIN;MASC;SG;3;PST
iddeskriva tiddeskrivi V;IPFV;FIN;SG;2;PST
irreaġixxa nirreaġixxi V;IPFV;FIN;SG;1;PST
mexa imxi V;FIN;IMP;SG;2
ħaraq taħraq V;IPFV;FIN;SG;2;PST
iddeskriva niddeskrivi V;IPFV;FIN;SG;1;PST
eżerċita eżerċitat V;PRF;FIN;FEM;SG;3;PST
ried trid V;IPFV;FIN;FEM;SG;3;PST
libes jilbsu V;IPFV;FIN;PL;3;PST
aggredixxa jaggredixxi V;IPFV;FIN;MASC;SG;3;PST
kiel kielu V;PRF;FIN;PL;3;PST
ippenetra ippenetrajtu V;PRF;FIN;PL;2;PST
tala' titilgħu V;IPFV;FIN;PL;2;PST
beda bdejt V;PRF;FIN;SG;1;PST
għalaq nagħlqu V;IPFV;FIN;PL;1;PST
qasam qasmet V;PRF;FIN;FEM;SG;3;PST
ammira ammira V;FIN;IMP;SG;2
ippenetra ippenetra V;FIN;IMP;SG;2
ħa ħadt V;PRF;FIN;SG;2;PST
nesa insejt V;PRF;FIN;SG;2;PST
fetaħ ftaħna V;PRF;FIN;PL;1;PST
bela' blajna V;PRF;FIN;PL;1;PST
gidem nigdmu V;IPFV;FIN;PL;1;PST
kien kienu V;PRF;FIN;PL;3;PST
seraq israq V;FIN;IMP;SG;2
ippenetra jippenetra V;IPFV;FIN;MASC;SG;3;PST
ipparteċipa tipparteċipa V;IPFV;FIN;SG;2;PST
sama' smajna V;PRF;FIN;PL;1;PST
fehem tifhmu V;IPFV;FIN;PL;2;PST
qasam naqsam V;IPFV;FIN;SG;1;PST
jaf jafu V;IPFV;FIN;PL;3;PST
jisem jisimkom V;FIN;MASC+FEM;PL;2
rebaħ rebħu V;PRF;FIN;PL;3;PST
ħareġ ħareġ V;PRF;FIN;MASC;SG;3;PST
fetaħ jiftħu V;IPFV;FIN;PL;3;PST
qal ngħid V;IPFV;FIN;SG;1;PST
bies tbus V;IPFV;FIN;SG;2;PST
ħataf taħtfu V;IPFV;FIN;PL;2;PST
xegħel xegħlu V;PRF;FIN;PL;3;PST
xegħel nixegħlu V;IPFV;FIN;PL;1;PST
indika indikajt V;PRF;FIN;SG;1;PST
dara jidra V;IPFV;FIN;MASC;SG;3;PST
indika indikajtu V;PRF;FIN;PL;2;PST
rikeb rkibna V;PRF;FIN;PL;1;PST
iddawnlowdja iddawnlowdja V;PRF;FIN;MASC;SG;3;PST
bidel tibdlu V;IPFV;FIN;PL;2;PST
qara qrajt V;PRF;FIN;SG;1;PST
fetaħ fetħu V;PRF;FIN;PL;3;PST
tala' telgħet V;PRF;FIN;FEM;SG;3;PST
kien konna V;PRF;FIN;PL;1;PST
ħaraq taħraq V;IPFV;FIN;FEM;SG;3;PST
għex għext V;PRF;FIN;SG;1;PST
ħu ħu N
irreaġixxa irreaġixxi V;FIN;IMP;SG;2
emmen nemmen V;IPFV;FIN;SG;1;PST
daħak nidħak V;IPFV;FIN;SG;1;PST
mexa imxejna V;PRF;FIN;PL;1;PST
qal qal V;PRF;FIN;MASC;SG;3;PST
ħaraq aħraq V;FIN;IMP;SG;2
fehem fehmu V;PRF;FIN;PL;3;PST
falla falliet V;PRF;FIN;FEM;SG;3;PST
xtaq nixtiequ V;IPFV;FIN;PL;1;PST
libes nilbsu V;IPFV;FIN;PL;1;PST
iddeskriva iddeskrivu V;FIN;IMP;PL;1
tar intiru V;IPFV;FIN;PL;1;PST
żifen tiżfnu V;IPFV;FIN;PL;2;PST
irrisponda irrispondew V;PRF;FIN;PL;3;PST
ħonoq toħnoq V;IPFV;FIN;SG;2;PST
niżel tinżlu V;IPFV;FIN;PL;2;PST
siker sikret V;PRF;FIN;FEM;SG;3;PST
falla nfalli V;IPFV;FIN;SG;1;PST
iddeskriva iddeskriviet V;PRF;FIN;FEM;SG;3;PST
ħataf aħtaf V;FIN;IMP;SG;2
ipprojbixxa nipprojbixxi V;IPFV;FIN;SG;1;PST
bagħad tobgħod V;IPFV;FIN;SG;2;PST
dara drajtu V;PRF;FIN;PL;2;PST
seraq tisirqu V;IPFV;FIN;PL;2;PST
dafar nidfor V;IPFV;FIN;SG;1;PST
berred berridt V;PRF;FIN;SG;1;PST
baqa' nibqgħu V;IPFV;FIN;PL;1;PST
samat samtu V;PRF;FIN;PL;3;PST
kiel tieklu V;IPFV;FIN;PL;2;PST
stimula stimulajtu V;PRF;FIN;PL;2;PST
nesa insew V;FIN;IMP;PL;1
ippromwova ippromwovu V;FIN;IMP;PL;1
kiel kiel V;PRF;FIN;MASC;SG;3;PST
pejjep pejpu V;PRF;FIN;PL;3;PST
mar immur V;IPFV;FIN;SG;1;PST
ra taraw V;IPFV;FIN;PL;2;PST
kien ikun V;IPFV;FIN;MASC;SG;3;PST
beżaq jobżqu V;IPFV;FIN;PL;3;PST
stimula stimulat V;PRF;FIN;FEM;SG;3;PST
imbotta imbottaw V;PRF;FIN;PL;3;PST
xegħel xgħelt V;PRF;FIN;SG;2;PST
wasal wasalt V;PRF;FIN;SG;1;PST
kiel kulu V;FIN;IMP;PL;1
għażel nagħżlu V;IPFV;FIN;PL;1;PST
ħataf ħtaft V;PRF;FIN;SG;2;PST
għażel għażilt V;PRF;FIN;SG;2;PST
ġibed tiġbed V;IPFV;FIN;SG;2;PST
stimula stimulaw V;FIN;IMP;PL;1
għorok għorku V;PRF;FIN;PL;3;PST
ħa ħu V;FIN;IMP;SG;2
aggredixxa aggredixxi V;FIN;IMP;SG;2
irreaġixxa irreaġixxejt V;PRF;FIN;SG;2;PST
kanta nkantaw V;IPFV;FIN;PL;1;PST
bagħad tobgħod V;IPFV;FIN;FEM;SG;3;PST
xtaq xtaqtu V;PRF;FIN;PL;2;PST
emmen nemmnu V;IPFV;FIN;PL;1;PST
telaq telqet V;PRF;FIN;FEM;SG;3;PST
xegħel jixegħlu V;IPFV;FIN;PL;3;PST
sama' isimgħu V;FIN;IMP;PL;1
xegħel xgħelt V;PRF;FIN;SG;1;PST
kiber kibru V;PRF;FIN;PL;3;PST
għoġob għoġobtu V;PRF;FIN;PL;2;PST
dara nidra V;IPFV;FIN;SG;1;PST
daħak tidħak V;IPFV;FIN;SG;2;PST
rikeb irkeb V;FIN;IMP;SG;2
stimula stimula V;FIN;IMP;SG;2
miet mietu V;PRF;FIN;PL;3;PST
falla nfallu V;IPFV;FIN;PL;1;PST
fetaħ iftaħ V;FIN;IMP;SG;2
ġabar ġbartu V;PRF;FIN;PL;2;PST
fired fridt V;PRF;FIN;SG;1;PST
ikoll ikollna V;FIN;MASC+FEM;PL;1
ħalla tħalli V;IPFV;FIN;SG;2;PST
indika indikat V;PRF;FIN;FEM;SG;3;PST
kiel kielet V;PRF;FIN;FEM;SG;3;PST
eżerċita jeżerċita V;IPFV;FIN;MASC;SG;3;PST
għoġob nogħġob V;IPFV;FIN;SG;1;PST
mexa jimxi V;IPFV;FIN;MASC;SG;3;PST
irrisponda irrispondejt V;PRF;FIN;SG;2;PST
għażel għażlu V;PRF;FIN;PL;3;PST
għoġob ogħġbu V;FIN;IMP;PL;1
ta agħtu V;FIN;IMP;PL;1
baqa' ibqa' V;FIN;IMP;SG;2
ħa tieħu V;IPFV;FIN;SG;2;PST
dafar idfru V;FIN;IMP;PL;1
ġabar jiġbru V;IPFV;FIN;PL;3;PST
|
4e9e584f5ed5b12679e880a3d7ebd93675e97e47 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2150/CH4/EX4.24/ex4_24.sce | 7df57763b66c6b788f0c380c000db72b189b001a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 560 | sce | ex4_24.sce | // Exa 4.24
clc;
clear;
close;
// Given data
V_CC = 20;// in V
V_BE = 0.7;// in V
R_B = 680;// in kohm
R_B = R_B * 10^3;// in ohm
R_C = 4.7;// in kohm
R_C = R_C * 10^3;// in ohm
bita = 120;
I_B = (V_CC - V_BE)/(R_B+bita*R_C);// in A
I_CQ = bita*I_B;// in A
disp(I_CQ*10^3,"The value of I_CQ in mA is");
V_CEQ = V_CC - (I_CQ*R_C);// in V
disp(V_CEQ,"The value of V_CEQ in V is");
V_B = V_BE;// in V
V_C = 11.26;// in V
V_E = 0;// in V
disp(V_E,"The value of V_E in V is");
V_BC = V_B - V_C;// in V
disp(V_BC,"The value of V_BC in V is");
|
a281cf804bfceec901f872933b06d3e740b3ee46 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2534/CH11/EX11.5/Ex11_5.sce | ea5b18ea5f3a672c650984d02cd930a9ea1c31ef | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 564 | sce | Ex11_5.sce | //Ex11_5
clc
VCC = 9//collector voltage
Vp = 5//output peak voltage
VQ = VCC//operating point
VCEmax = VQ + Vp// maximum value of collector emitter voltage
VCEmin = VQ - Vp// minimum value of collector emitter voltage
disp("VCC = "+string(VCC)+"V")
disp("Vp = "+string(Vp)+"V")
disp("VQ = VCC = "+string(VQ)+"V")
disp("VCEmax = VQ + Vp = "+string(VCEmax)+"V")
disp("VCEmin = VQ - Vp = "+string(VCEmin)+"V")
eta = 50*[(VCEmax - VCEmin)/(VCEmax + VCEmin)]//amplifier efficiency
disp("eta = 50*[(VCEmax - VCEmin)/(VCEmax + VCEmin)] = "+string(eta)+"%")
|
08cc16b9cc3038322ae3d6f6558aec2dba4f46b6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3556/CH12/EX12.5/Ex12_5.sce | bbd9e50a95c730c41049a9df66df6155bb4c173a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,719 | sce | Ex12_5.sce | clc
// Fundamental of Electric Circuit
// Charles K. Alexander and Matthew N.O Sadiku
// Mc Graw Hill of New York
// 5th Edition
// Part 2 : AC Circuits
// Chapter 12 : Three Phase Circuit
// Example 12 - 5
clear; clc; close; // Clear the work space and console.
//
// Given data
Vab_mag = 210.0000;
Vab_angle = 0.0000;
ZY = complex(40,25);
//
// Calculations Phase Voltage (Van)
Van_mag = Vab_mag/(3)^0.5
Van_angle = -30.0000;
// Calculatioan Line Current a
I_a_mag = Van_mag/norm(ZY)
ZY_real = real(ZY)
ZY_imag = imag(ZY)
ZY_angle = atand(ZY_imag,ZY_real)
I_a_angle = Van_angle - ZY_angle
// Calculations Line Current b
I_b_mag = I_a_mag;
I_b_angle = -120.0000 + I_a_angle;
// Calculations Line Current c
I_c_mag = I_a_mag;
I_c_angle = 120.0000 + I_a_angle;
// Calculations Phase Current AB
I_AB_mag = I_a_mag;
I_AB_angle = I_a_angle;
// Calculations Phase Current BC
I_BC_mag = I_b_mag;
I_BC_angle = I_b_angle;
// Calculations Phase Current CA
I_CA_mag = I_c_mag;
I_CA_angle = I_c_angle;
//
disp("Example 12-5 Solution : ");
printf(" \n I_AB_mag = Magnitude of Phase Currents AB = %.3f A",I_AB_mag)
printf(" \n I_AB_angle = Angle of Phase Current AB = %.3f Degree",I_AB_angle)
printf(" \n I_BC_mag = Magnitude of Phase Currents BC = %.3f A",I_BC_mag)
printf(" \n I_BC_angle = Angle of Phase Current BC = %.3f Degree",I_BC_angle)
printf(" \n I_CA_mag = Magnitude of Phase Currents CA = %.3f A",I_CA_mag)
printf(" \n I_CA_angle = Angle of Phase Current CA = %.3f Degree",I_CA_angle)
printf(" \n I_a_mag = Magnitude of Line Currents a = %.3f A",I_a_mag)
printf(" \n I_a_angle = Angle of Line Current a = %.3f Degree",I_a_angle)
printf(" \n I_b_mag = Magnitude of Line Current b = %.3f A",I_b_mag)
printf(" \n I_b_angle = Angle of Line Current b = %.3f Degree",I_b_angle)
printf(" \n I_c_mag = Magnitude of Line Currents c = %.3f A",I_c_mag)
printf(" \n I_c_angle = Angle of Line Current c = %.3f Degree",I_c_angle)
|
0e72d9892324d30d968b1f5aa39e3e3d4bc79365 | 1a679c5bea6f6f3d080ec52122a5c04f941f8e67 | /binary.sce | 41fc367ef9f90542c386e028df88b8d7c96e8732 | [] | no_license | Malay1998/Image-Processing-with-Scilab | c34c35d76d2db50f41c9b95b239a0f5e6d203a80 | 4ab83c92212d4fdbb9cb6f75ce06cfced34d0c7c | refs/heads/main | 2023-06-04T04:06:35.361106 | 2021-06-26T22:00:38 | 2021-06-26T22:00:38 | 380,540,386 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 219 | sce | binary.sce | a=imread('milkeway.jpg');
b=double(a);
[m,n]=size(b);
T=100;
for i=1:m
for j=1:n
if (b(i,j)<T)
c(i,j)=0;
else
c(i,j)=255;
end
end
end
imshow(c);
|
c2c44f60b88454dc2834be8fe5a34426edfa7493 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1484/CH1/EX1.22/1_22.sce | e288849a57400ce3f576ff243f1216218c58df50 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 350 | sce | 1_22.sce | clc
//initialisation of variables
d= 8 //ft
d1= 2 //ft
h= 4 //ft
h1= 2 //ft
w= 62.4 //lbs/ft^3
//CALCULATIONS
A1= %pi*d^2/4
A2= %pi*d1^2/4
A= A1-A2
x= (A1*d-A2*(d+h-h1))/A
P= w*A*x
Ig= ((%pi*d^4/64)+(A1*(d-x)^2))-((%pi*d1^4/64)+(A2*(h1+d-x)^2))
h2= (Ig/(A*x))+x
//RESULTS
printf ('depth of the centre of the pressure= %.1f ft ',h2)
|
07e3d1e523fa485a98eaef7c012ce8be8543ce4c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3754/CH14/EX14.7/14_7.sce | 20979098a9a7c2a04cffc73d9e6bde186d2e7596 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 466 | sce | 14_7.sce | clear//
//Variables
beta = 150.0 //common emitter current gain
IE = 10 //Emitter current (in milli-Ampere)
//Calculation
alpha = beta / (beta + 1) //common base current gain
IC = alpha * IE //Collector current (in milli-Ampere)
IB = IE - IC //Base current (in milli-Ampere)
//Result
printf("\n Collector current is %0.2f mA.\nBase current is %0.2f mA.",IC,IB)
|
d7ec371ad8c574971bd125532baa14c9aa534da1 | 5a05d7e1b331922620afe242e4393f426335f2e3 | /macros/sos2tf.sci | f674c853a8bcaebb83f3bbac476cb10f46c551af | [] | no_license | sauravdekhtawala/FOSSEE-Signal-Processing-Toolbox | 2728cf855f58886c7c4a9317cc00784ba8cd8a5b | 91f8045f58b6b96dbaaf2d4400586660b92d461c | refs/heads/master | 2022-04-19T17:33:22.731810 | 2020-04-22T12:17:41 | 2020-04-22T12:17:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,145 | sci | sos2tf.sci | function [A,B] = sos2tf(sos, g)
//This function converts series second-order sections to direct H(z) = B(z)/A(z) form.
//Calling Sequence
//[B] = sos2tf(sos)
//[B] = sos2tf(sos, g)
//[B,A] = sos2tf(...)
//Parameters
//sos: matrix of real or complex numbers
//g: real or complex value, default value is 1
//Description
//This function converts series second-order sections to direct H(z) = B(z)/A(z) form.
//The input is the sos matrix and the second parameter is the overall gain, default value of which is 1.
//The output is a vector.
//Examples
//sos = [1 1 1 1 0 -1; -2 3 1 1 10 1];
////[b,a] = sos2tf(sos)
//a =
// -2 1 2 4 1
//b =
// 1 10 0 -10 -1
if(argn(2)<1 | argn(2)>2)
error("Wrong number of input arguments.")
end
if argn(2)==1 then
g=1;
end
[N,M] = size(sos);
if M~=6
error('sos matrix must be N by 6');
end
A = 1;
B = 1;
for i=1:N
A = conv(A, sos(i,1:3));
B = conv(B, sos(i,4:6));
end
nB = length(A);
while nB & A(nB)==0
A=A(1:nB-1);
nB=length(A);
end
nA = length(B);
while nA & B(nA)==0
B=B(1:nA-1);
nA=length(B);
end
A = A * g;
endfunction
|
8df747d47da0ef406c7b84e8534a891b069319a2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /632/CH9/EX9.17/example9_17.sce | 31a997e6190f0c7b3dbd4c8904376895cb5e5a77 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 545 | sce | example9_17.sce | //clc()
F = 200;//kmol/h
//F, D and W be the flow rates of the feed, the distillate and residue resp., xf , xd and xw be the mole fraction of ethanol in the fee, distillate and the residue resp.
xf = 0.10;
xd = 0.89;
xw = 0.003;
//total balance gives, F = D + W
//D + W = 200 (1)
//Alcohol balance gives, F*xf = D*xd + W*xw
//0.89*D+0.003*W = 20 (2)
//solving 1 and 2
D = 21.87;//kmol/h
W = 178.13;//kmol/h
Nawasted = W*xw;
mmakeup = Nawasted * 46*24;
disp("kg",mmakeup,"The make up alcohol required per day = ") |
85b27692c81a14ce02aa66a9759592d4b78b38f7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2510/CH24/EX24.9/Ex24_9.sce | c5ecabac502059131c46be2937db40cd82f677d0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 478 | sce | Ex24_9.sce | //Variable declaration:
m = 0.4008 //Mean(inch)
s = 0.0004 //Standard Deviation(inch)
UL = 0.4000+0.001 //Upper Limit
LL = 0.4000-0.001 //Upper Limit
//Calculation:
Ps = cdfnor("PQ",UL,m,s)-cdfnor("PQ",LL,m,s)//Probability of meeting specs
Pd = 1-Ps //Probability of defect
//Results:
printf("Probability of meeting specifications: %.2f %%",Ps*100)
printf("Probability of Defect: %.2f %%",Pd*100)
|
5e811e9fffe5a7b8f4d526f66d8bc7c045e13f39 | 6227c5ef4e1c5d72cdebd6eac81f82161dda7e17 | /digi_dc_dc/Scilab/Quantization/PIDround.sci | fe31fef24ef7657ddeb09a1851b598b44503124d | [] | no_license | maxsimmonds1337/Scilab | b4e8a03a9fbeda4d8f6e51e07d205bcf51addce8 | b413659e2b697565c24ad440d158f5bd28203570 | refs/heads/master | 2022-11-04T23:17:50.045864 | 2020-06-13T20:35:24 | 2020-06-13T20:35:24 | 272,081,285 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,865 | sci | PIDround.sci | //function to scale, round and codify the PID coefficients
function [Kp_r,Ki_r,Kd_r,Gc_r,Gc,lambda,pm_r,gm_r,fcross_r]=PIDround(Kp,Ki,Kd,Vadc,NbitsADC,NbitsPWM,fs,eo,ec,fc,plant)
//Inputs are the coeffiencts as the output of PID_regulator, Vadc scale of the adc
//NbitsADC number of bts in the ADC, NbitsPWM number of bits in the PWM and the sampling/switching frequency
//ec precision required at crossover frequency (fc) eo precission required at DC
//Plant is the plant to control
//Outputs are the rounded coefficients, the rounded Gain of the controller, the Gain of the controller, lambda is the scaling introduced by the ADC and the PWM, and finally the gain and phase margins after the rounding
Nr=2^NbitsPWM;
Nadc=2^NbitsADC;
lambda=(Vadc/Nadc)*Nr; //scale of the coeffcients due to ADC and PWM
//Scaling of the coefficients
Ki_s=lambda*Ki;
Kp_s=lambda*Kp;
Kd_s=lambda*Kd;
//Scaled PID transfer function
z=poly(0,'z') //definition of Z
tfPID=Kp_s+Ki_s/(1-z^-1)+Kd_s*(1-z^-1);
Gc=syslin(1/fs,tfPID) //PID system
//The DC error will depend only on the quantization of Ki_s
for(n_i=2:10) //we will assume a maximum of 10 bits
[ki_r,dki,Ki_r]=Qn(Ki_s,n_i)
rel_error=abs(dki/ki_r);
if(rel_error<eo)
break
end
end
if(Kd>0) //If we have a PID
//The error at fc will depend on kd and kp a graphical approach will be used
n_d=2:1:10; //Bits to quantify Kd_s
//if(Kd==0)
// n_d=ones(n_d);// In case of PI nd+0 and unse only 1 bit to represent it
//end
n_p=2:1:10; //Bits to quantify Kp_s
errors=zeros(length(n_d),length(n_d));
for (ip=1:length(n_p))
[kp_r,dkp,Kp_r]=Qn(Kp_s,n_p(ip));
for (id=1:length(n_d))
[kd_r,dkd,Kd_r]=Qn(Kd_s,n_d(id));
tfPIDr=kp_r+ki_r/(1-z^-1)+kd_r*(1-z^-1);
Gc_r=syslin(1/fs,tfPIDr) //PID system with rounded coefficients
tfPIDerr=dkp+dki/(1-z^-1)+dkd*(1-z^-1);
Gc_err=syslin(1/fs,tfPIDerr); //PID system of the error
response_r=repfreq(Gc_r,fc); //response of quantized
response_err=repfreq(Gc_err,fc);//response of the error
errors(ip,id)=abs(response_err/response_r);
end
end
else //it is a PI controller
for(n_p=2:10) //we will assume a maximum of 10 bits
[kp_r,dkp,Kp_r]=Qn(Kp_s,n_p)
rel_error=abs(dkp/kp_r);
if(rel_error<ec)
break
end
end
end
if(Kd>0)
//If one of the Kp or Kd is a power of 2 the lines will be vertical or horizontal
scf()
mesh(n_p,n_d,errors*100)
xlabel("n_p")
ylabel("n_d")
//graphical representation
scf()
//contour(n_p,n_d,errors,[0.5*ec 0.75*ec ec 2*ec 10*ec])
contour(n_p,n_d,errors.*100,10)
xlabel("n_p")
ylabel("n_d")
//Select the definitive number of bits
disp("Number of bits for Kp_r:")
n_p_def=input('kpr')
disp("Number of bits for Kd_r:")
n_d_def=input('kdr')
else
n_p_def=n_p;// if PI take the number before
n_d_def=1;
end
//Definitive quantization
[kd_r,dkd,Kd_r]=Qn(Kd_s,n_d_def);
[kp_r,dkp,Kp_r]=Qn(Kp_s,n_p_def);
tfPIDr=kp_r+ki_r/(1-z^-1)+kd_r*(1-z^-1);
Gc_r=syslin(1/fs,tfPIDr) //PID system with rounded coefficients
Tz=Gc/lambda*plant;
Tz_r=Gc_r/lambda*plant; //Open loop gain for comparison
frq=1e0:10:fs/2;
scf()
bode([Gc;Gc_r],frq,['PID transfer'; 'PID rounded Transfer'])
scf()
bode([Tz;Tz_r],frq,['Open loop gain'; 'Open loop gain rounded'])
[pm_r,fcross_r]=p_margin(Tz_r) //Phase margin obtained
[gm_r,f_pi]=g_margin(Tz_r)//Gain margin
//Pole Zero representation
scf()
plzr([tfPIDr])
return
endfunction
|
2e4870d8acff3f2d46d2b934d5178caec14aaf5d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2489/CH4/EX4.11/4_11.sce | 99ad7a5232955b01776e72a6f045a196d50dbd71 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 370 | sce | 4_11.sce | clc
//Intitalisation of variables
clear
t= 1 //sec
v= 1 //cc
T= 0 //C
p= 1 //atm
d= 8.9*10^-5 //g cc^-1
n= 8.41*10^-5 //poise
R= 8.31*10^7 //ergs deg^-1 mole^-1
M= 4 //gms
N= 6*10^23 //molecules
n1= 2 //moles
//CALCULATIONS
Z= M*(N/(v*22414))*d*R*(273+T)/(3*%pi*n1*n)
//RESULTS
printf ('Number of collisions = %.2e molecular collisions sec^-1 cc^-1',Z)
|
d27544ce4299170d2f4c82977e86655e0779fb54 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1910/CH1/EX1.8/Chapter18.sce | 5c4c7db647530a34b07ae5484934462a9fcdd97e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 527 | sce | Chapter18.sce | // Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Introduction to heat transfer by S.K.Som, Chapter 1, Example 8")
//The temprature(T) of asphalt pavement = 50°C
//The stefan-Boltzman constant(sigma)=5.6697*10^-8 W/(m^2*K^4).
T=50;
sigma=5.6697*10^-8;
//The emitted radiant energy per unit surface area is given by (Eb/A)=sigma*T^4
disp ("The emitted radiant energy per unit surface area is given by Eb/A=sigma*T^4 in W/m^2")
//Let Eb/A=F
F=sigma*(50+273.15)^4
|
660b948d1b474dca7512f9745316a28c626b2fff | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/form-split/GOLD-TEST/urd.tst | 4d37c7ef70804a7f5d97fb0dee78278b576a9c4d | [] | 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 | 132,506 | tst | urd.tst | کہنا تم کہو گے V;MASC;SBJV;PL;2
سہمانا سہما رہی ہوں V;PROG;FEM;SG;1;PRS
کہنا کہ رہی ہو V;PROG;FEM;SBJV;SG;3
ختنہ کرنا ختنہ کیی تھیں V;PRF;FEM;PL;2;PST
دکھانا دکھائی تھیں V;PRF;FEM;PL;2;PST
علاج کرنا علاج کرتی ہوں V;HAB;FEM;SBJV;PL;3
برداشت کرنا برداشت کرتی تھے V;HAB;MASC;PL;3;PST
سیکھنا سیکھتی ہوں V;HAB;FEM;SBJV;PL;1
چڑھنا چڑھ رہا ہو V;PROG;MASC;SBJV;SG;2
جپنا جپی تھیں V;PRF;FEM;PL;2;PST
انڈکوش انڈکوشو N;VOC;PL
اترنا اترتے تھے V;HAB;MASC;PL;2;PST
آگرہ کرنا تو آگرہ کرے گا V;MASC;SBJV;SG;2
جلانا جلا رہا ہو V;PROG;MASC;SBJV;SG;2
کھیلنا یہ وہ کھیلیں V;SBJV;PL;3
صوبہ صوبے N;ACC;SG
چومنا چومتے تھے V;HAB;MASC;PL;2;PST
آگرہ کرنا آگرہ کر رہی ہو گی V;PROG;FEM;SG;2;LGSPEC3
دوڑنا یہ وہ دوڑیں V;SBJV;PL;3
ہنسنا ہنستی ہوں V;HAB;FEM;SG;1;PRS
اٹھانا اٹھاتے ہو گے V;HAB;MASC;PL;2;LGSPEC3
کہنا کہتی ہوتی V;HAB;FEM;SG;3;LGSPEC4
چومنا چومتا ہوں V;HAB;MASC;SG;1;PRS
رونا روتی ہے V;HAB;FEM;SG;3;PRS
بالی بالییو N;VOC;PL
کہنا کہ رہے ہوں گے V;PROG;MASC;PL;1;LGSPEC3
پہنچنا پہنچے ہوتے V;PRF;MASC;PL;3;LGSPEC4
ہنسنا ہنس رہا ہوں گا V;PROG;MASC;SG;1;LGSPEC3
چومنا چومتا ہو V;HAB;MASC;SBJV;SG;3
علاج کرنا علاج کرتی ہوتی V;HAB;MASC;PL;2;LGSPEC4
آگرہ کرنا آگرہ کرتا ہوتا V;HAB;MASC;SG;1;LGSPEC4
ایسی تیسی کرنا ایسی تیسی کر V;IMP;SG;2;INFM
آرام کرنا آرام کر رہی ہوں V;PROG;FEM;SBJV;PL;1
لکھنا لکھی ہو گی V;PRF;FEM;PL;2;LGSPEC3
آرام کرنا آرام کرتی تھے V;HAB;MASC;PL;2;PST
انتظار کرنا انتظار کرتی تھی V;HAB;FEM;SG;3;PST
جلانا جلائی ہوں گی V;PRF;FEM;PL;3;LGSPEC3
جلنا جلے ہوں V;PRF;MASC;SBJV;PL;1
لکھنا لکھی تھی V;PRF;FEM;SG;3;PST
ٹوٹنا ٹوٹتی ہیں V;HAB;FEM;PL;1;PRS
چڑھنا چڑھتی ہو V;HAB;FEM;SBJV;SG;3
کہنا کہ رہی ہوں گی V;PROG;FEM;SG;1;LGSPEC3
آگرہ کرنا آگرہ کر رہا ہو گا V;PROG;MASC;SG;2;LGSPEC3
استعمال کرنا ہم استعمال کریں V;SBJV;PL;1
دوڑنا دوڑتا ہو V;HAB;MASC;SBJV;SG;2
ختنہ کرنا ختنہ کر رہی ہوں V;PROG;FEM;SBJV;PL;3
آرمبھ کرنا آرمبھ کرنا V;NFIN;LGSPEC1
گان کرنا گان کیی ہیں V;PRF;FEM;PL;3;PRS
غلط کرنا غلط کیی ہو V;PRF;MASC;SBJV;PL;2
گان کرنا گان کرتی ہیں V;HAB;MASC;PL;3;PRS
جپنا جپتا ہوں V;HAB;MASC;SBJV;SG;1
ٹوٹنا ٹوٹ رہے ہو گے V;PROG;MASC;PL;2;LGSPEC3
چاہنا چاہتی ہو V;HAB;FEM;PL;2;PRS
جلانا جلا رہا ہوتا V;PROG;MASC;SG;3;LGSPEC4
چودنا چودتا ہوتا V;HAB;MASC;SG;2;LGSPEC4
اٹھانا اٹھا رہے ہوتے V;PROG;MASC;PL;3;LGSPEC4
استعمال کرنا استعمال کرتا ہوں V;HAB;MASC;SBJV;SG;1
کمرا کمرے N;NOM;PL
دکھانا دکھا رہا تھا V;PROG;MASC;SG;1;PST
آرمبھ کرنا تو آرمبھ کرے گی V;FEM;SBJV;SG;2
پہنچنا پہنچ رہا ہو V;PROG;MASC;SBJV;SG;3
دیکھنا دیکھ رہے تھے V;PROG;MASC;PL;1;PST
علاج کرنا علاج کیی ہوتی V;PRF;MASC;PL;3;LGSPEC4
لوٹنا لوٹے ہوتے V;PRF;MASC;PL;3;LGSPEC4
کہنا کہے ہیں V;PRF;MASC;PL;1;PRS
بہنا میں بہوں گی V;FEM;SBJV;SG;1
جاگنا جاگے ہو گے V;PRF;MASC;PL;2;LGSPEC3
آدر کرنا آدر کرتی تھی V;HAB;FEM;SG;1;PST
آشچریہ کرنا آشچریہ کر رہا تھا V;PROG;MASC;SG;2;PST
دوڑنا دوڑی ہو گی V;PRF;FEM;PL;2;LGSPEC3
جلنا جل رہا تھا V;PROG;MASC;SG;3;PST
سمجھنا سمجھی ہوتی V;PRF;FEM;SG;3;LGSPEC4
کہنا کہا ہو V;PRF;MASC;SBJV;SG;3
جھانکنا جھانکے ہوتے V;PRF;MASC;PL;3;LGSPEC4
سہمنا سہمی ہے V;PRF;FEM;SG;2;PRS
دکھانا دکھائی ہیں V;PRF;FEM;PL;3;PRS
سیکھنا سیکھی ہے V;PRF;FEM;SG;2;PRS
آرام کرنا آرام کر رہا ہو گا V;PROG;MASC;SG;2;LGSPEC3
سہمنا سہمتے ہوں گے V;HAB;MASC;PL;1;LGSPEC3
سوچنا سوچ رہی ہوں V;PROG;FEM;SBJV;PL;3
لگنا لگ رہے ہوں V;PROG;MASC;SBJV;PL;1
آدر کرنا آدر کیا ہے V;PRF;MASC;SG;2;PRS
چاٹنا چاٹتی ہیں V;HAB;FEM;PL;1;PRS
انتظار کرنا انتظار کرتی تھے V;HAB;MASC;PL;1;PST
عیش کرنا تو عیش کرے V;SBJV;SG;2
جلنا جل رہی ہو گی V;PROG;FEM;SG;2;LGSPEC3
کہنا کہے ہیں V;PRF;MASC;PL;3;PRS
پتا پتا N;NOM;PL
آشچریہ کرنا یہ وہ آشچریہ کریں گے V;MASC;SBJV;PL;3
ہنسنا ہنس رہے ہیں V;PROG;MASC;PL;3;PRS
دیکھنا دیکھ رہے ہو V;PROG;MASC;PL;2;PRS
چومنا چومی ہوں V;PRF;FEM;SBJV;SG;1
انتظار کرنا انتظار کیی ہوں گی V;PRF;MASC;PL;3;LGSPEC3
سمجھنا سمجھتا ہوں V;HAB;MASC;SG;1;PRS
بہنا بہ رہی تھیں V;PROG;FEM;PL;3;PST
آشچریہ کرنا آشچریہ کرتی ہوتی V;HAB;FEM;PL;1;LGSPEC4
انتظار کرنا انتظار کرتی ہو گی V;HAB;FEM;SG;2;LGSPEC3
بہنا بہ رہی ہوں گی V;PROG;FEM;PL;3;LGSPEC3
اٹھانا ہم اٹھایں گے V;MASC;SBJV;PL;1
جھکنا جھکا ہو گا V;PRF;MASC;SG;3;LGSPEC3
ایسی تیسی کرنا ایسی تیسی کیا ہو V;PRF;MASC;SBJV;SG;3
اترنا اترتا ہے V;HAB;MASC;SG;3;PRS
کھیلنا کھیل رہے ہیں V;PROG;MASC;PL;1;PRS
آگرہ کرنا آگرہ کیی ہوتی V;PRF;FEM;SG;1;LGSPEC4
ایسی تیسی کرنا ایسی تیسی کیی ہوتی V;PRF;FEM;SG;2;LGSPEC4
اترنا اترتی تھیں V;HAB;FEM;PL;3;PST
دیکھنا دیکھی ہے V;PRF;FEM;SG;3;PRS
علاج کرنا علاج کیی ہو V;PRF;FEM;SBJV;SG;3
سہمانا سہما رہی ہو V;PROG;FEM;SBJV;SG;2
سیکھنا سیکھے ہوں V;PRF;MASC;SBJV;PL;1
دکھانا دکھایا ہوں V;PRF;MASC;SG;1;PRS
غلط کرنا غلط کر رہی ہوں V;PROG;MASC;SBJV;PL;3
بٹورنا بٹور رہی تھیں V;PROG;FEM;PL;2;PST
سیکھنا سیکھ V;IMP;SG;2;INFM
آرمبھ کرنا یہ وہ آرمبھ کریں گے V;MASC;SBJV;PL;3
جپنا جپی ہے V;PRF;FEM;SG;3;PRS
جلنا جل رہی ہے V;PROG;FEM;SG;2;PRS
اترنا اتری ہے V;PRF;FEM;SG;2;PRS
ہنسنا ہنستی ہوتی V;HAB;FEM;SG;1;LGSPEC4
آشچریہ کرنا آشچریہ کر رہی ہوں گی V;PROG;FEM;PL;1;LGSPEC3
عیش کرنا عیش کرتی ہوں گی V;HAB;FEM;SG;1;LGSPEC3
ختنہ کرنا ختنہ کر رہا ہوتا V;PROG;MASC;SG;3;LGSPEC4
سہمنا سہمتا تھا V;HAB;MASC;SG;1;PST
آدر کرنا آدر کر رہی ہوں گی V;PROG;MASC;PL;3;LGSPEC3
بٹورنا بٹور رہی ہوتی V;PROG;FEM;PL;1;LGSPEC4
دیکھنا دیکھی ہوں V;PRF;FEM;SBJV;SG;1
ملانا ملاتی ہے V;HAB;FEM;SG;3;PRS
جھکنا جھک رہے ہو V;PROG;MASC;PL;2;PRS
مہاوت مہاوت N;NOM;PL
ایسی تیسی کرنا ایسی تیسی کرتا ہوں V;HAB;MASC;SG;1;PRS
انتظار کرنا انتظار کر رہی ہوں V;PROG;FEM;SBJV;PL;3
چڑھنا چڑھتا ہو V;HAB;MASC;SBJV;SG;2
گان کرنا گان کرتی ہوں گی V;HAB;FEM;PL;3;LGSPEC3
برداشت کرنا برداشت کر رہی ہوں گی V;PROG;MASC;PL;1;LGSPEC3
آگرہ کرنا آگرہ کرتی ہوں V;HAB;FEM;SBJV;SG;1
سہمانا سہما رہی ہوتی V;PROG;FEM;SG;1;LGSPEC4
جلنا جلتے ہیں V;HAB;MASC;PL;3;PRS
ملانا ملاتا ہوں V;HAB;MASC;SG;1;PRS
سوچنا سوچتی ہوں V;HAB;FEM;SBJV;PL;3
سمجھنا سمجھے ہوتے V;PRF;MASC;PL;1;LGSPEC4
ایسی تیسی کرنا ایسی تیسی کیی تھے V;PRF;MASC;PL;1;PST
پہنچنا تو پہنچے گا V;MASC;SBJV;SG;2
غلط کرنا غلط کر رہی ہیں V;PROG;MASC;PL;1;PRS
آرام کرنا آرام کرتی ہوتی V;HAB;MASC;PL;2;LGSPEC4
دیکھنا دیکھ رہے ہوتے V;PROG;MASC;PL;1;LGSPEC4
سیکھنا سیکھتی ہو گی V;HAB;FEM;PL;2;LGSPEC3
رونا روتی ہوتی V;HAB;FEM;PL;1;LGSPEC4
اترنا یہ وہ اتریں گی V;FEM;SBJV;PL;3
چاٹنا ہم چاٹیں گی V;FEM;SBJV;PL;1
آرام کرنا آرام کر رہی تھے V;PROG;MASC;PL;1;PST
چڑھنا چڑھ رہا ہے V;PROG;MASC;SG;2;PRS
دیکھنا دیکھئیے V;IMP;PL;2;FORM
بولنا بولتی ہوتی V;HAB;FEM;PL;3;LGSPEC4
چاہنا چاہے ہیں V;PRF;MASC;PL;1;PRS
مٹنا مٹ رہی ہوتی V;PROG;FEM;SG;3;LGSPEC4
علاج کرنا علاج کرتی ہوتی V;HAB;FEM;SG;3;LGSPEC4
آرام کرنا آرام کرتی ہوتی V;HAB;FEM;PL;2;LGSPEC4
رونا روتے ہوتے V;HAB;MASC;PL;1;LGSPEC4
علاج کرنا علاج کر رہی ہوتی V;PROG;FEM;PL;3;LGSPEC4
دیکھنا دیکھ رہی ہو V;PROG;FEM;SBJV;PL;2
لوٹنا لوٹتے تھے V;HAB;MASC;PL;2;PST
انتظار کرنا انتظار کر رہا ہو V;PROG;MASC;SBJV;SG;2
جھکنا جھکا ہوتا V;PRF;MASC;SG;3;LGSPEC4
لگنا تم لگو V;SBJV;PL;2
سہمنا سہمتی ہے V;HAB;FEM;SG;2;PRS
بہنا بہتی ہوتی V;HAB;FEM;PL;1;LGSPEC4
چاٹنا چاٹی ہو V;PRF;FEM;SBJV;SG;2
چودنا چودتے ہوں V;HAB;MASC;SBJV;PL;1
ڈھانپنا ڈھانپتی ہو V;HAB;FEM;PL;2;PRS
علاج کرنا علاج کیی تھی V;PRF;FEM;SG;2;PST
اٹھنا اٹھئیے V;IMP;PL;2;FORM
آرمبھ کرنا آرمبھ کر رہا ہوں V;PROG;MASC;SG;1;PRS
سہمانا سہما رہے ہو V;PROG;MASC;PL;2;PRS
پہنچنا پہنچنے V;NFIN;LGSPEC2
سمجھنا سمجھتا ہوتا V;HAB;MASC;SG;3;LGSPEC4
سوچنا سوچتا ہوتا V;HAB;MASC;SG;3;LGSPEC4
خریدنا خریدی تھی V;PRF;FEM;SG;3;PST
بہنا بہ رہی ہو V;PROG;FEM;PL;2;PRS
جاگنا جاگتا ہوتا V;HAB;MASC;SG;2;LGSPEC4
کھیلنا کھیلتے ہیں V;HAB;MASC;PL;3;PRS
جلانا جلایا تھا V;PRF;MASC;SG;3;PST
آدر کرنا آدر کیی ہوں V;PRF;FEM;SBJV;PL;1
ملانا ملاتی تھیں V;HAB;FEM;PL;2;PST
استعمال کرنا استعمال کیی ہو گی V;PRF;FEM;SG;3;LGSPEC3
لوٹنا لوٹی ہوں گی V;PRF;FEM;PL;1;LGSPEC3
شکتی شکتی N;NOM;SG
گان کرنا گان کیی تھیں V;PRF;FEM;PL;3;PST
دیکھنا دیکھے ہیں V;PRF;MASC;PL;1;PRS
ٹوٹنا ٹوٹ رہی ہیں V;PROG;FEM;PL;1;PRS
پڑھنا پڑھتی ہوتی V;HAB;FEM;SG;3;LGSPEC4
جلانا جلا رہی ہو گی V;PROG;FEM;SG;3;LGSPEC3
گان کرنا گان کیا ہے V;PRF;MASC;SG;3;PRS
انار انار N;NOM;SG
جھکنا جھکے تھے V;PRF;MASC;PL;3;PST
لکھنا لکھ رہی ہو V;PROG;FEM;SBJV;PL;2
دکھانا دکھاۓ ہیں V;PRF;MASC;PL;3;PRS
چودنا تو چودے گا V;MASC;SBJV;SG;2
چڑھنا چڑھی ہوں V;PRF;FEM;SBJV;PL;1
دکھانا تو دکھاۓ V;SBJV;SG;2
ہنسنا ہنس رہی تھیں V;PROG;FEM;PL;2;PST
سوپن دیکھنا سوپن دیکھ رہی ہوں V;PROG;FEM;SBJV;SG;1
آرمبھ کرنا آرمبھ کر رہا ہوں V;PROG;MASC;SBJV;SG;1
دکھانا ہم دکھایں V;SBJV;PL;1
جلنا جلی ہو گی V;PRF;FEM;SG;3;LGSPEC3
چاٹنا چاٹ رہا ہوتا V;PROG;MASC;SG;2;LGSPEC4
ڈھانپنا ڈھانپتی ہیں V;HAB;FEM;PL;3;PRS
ایسی تیسی کرنا ایسی تیسی کیی ہے V;PRF;FEM;SG;2;PRS
بہنا ہم بہیں گی V;FEM;SBJV;PL;1
چومنا چومتے ہوں گے V;HAB;MASC;PL;1;LGSPEC3
بولنا بول رہے ہوں V;PROG;MASC;SBJV;PL;3
انکار کرنا انکار کرتی ہوتی V;HAB;MASC;PL;1;LGSPEC4
سوچنا سوچ رہے ہیں V;PROG;MASC;PL;1;PRS
لکھنا لکھ رہی ہوں V;PROG;FEM;SBJV;SG;1
سہمانا ہم سہمایں گی V;FEM;SBJV;PL;1
گان کرنا گان کرتی ہو V;HAB;FEM;SBJV;SG;3
عیش کرنا عیش کرتی ہو V;HAB;FEM;SBJV;SG;3
انتظار کرنا انتظار کیا ہوں V;PRF;MASC;SBJV;SG;1
لوٹنا لوٹتی تھیں V;HAB;FEM;PL;1;PST
کھیلنا کھیلا ہے V;PRF;MASC;SG;3;PRS
تالی تالی N;ACC;SG
جلانا جلا رہے ہوں V;PROG;MASC;SBJV;PL;1
چومنا چومی تھیں V;PRF;FEM;PL;2;PST
سہمانا میں سہماوں V;SBJV;SG;1
چاہنا چاہتے تھے V;HAB;MASC;PL;3;PST
علاج کرنا علاج کیی تھے V;PRF;MASC;PL;1;PST
کھیلنا کھیل رہی ہوں V;PROG;FEM;SBJV;PL;3
کہنا میں کہوں گا V;MASC;SBJV;SG;1
کھیلنا کھیل رہی ہوں V;PROG;FEM;SBJV;PL;1
علاج کرنا علاج کیا ہو V;PRF;MASC;SBJV;SG;3
چڑھنا چڑھے ہیں V;PRF;MASC;PL;3;PRS
غلط کرنا غلط کیی تھے V;PRF;MASC;PL;2;PST
دکھانا دکھاۓ ہیں V;PRF;MASC;PL;1;PRS
سوپن دیکھنا سوپن دیکھتے تھے V;HAB;MASC;PL;2;PST
جھکنا جھکتی ہوں گی V;HAB;FEM;PL;1;LGSPEC3
سمجھنا سمجھ رہے تھے V;PROG;MASC;PL;2;PST
برداشت کرنا برداشت کر رہا ہو گا V;PROG;MASC;SG;2;LGSPEC3
پہنچنا پہنچئیے V;IMP;PL;2;FORM
استعمال کرنا ہم استعمال کریں گے V;MASC;SBJV;PL;1
غلط کرنا غلط کیی تھیں V;PRF;FEM;PL;3;PST
لکھنا لکھی ہوں V;PRF;FEM;SBJV;PL;1
دوڑنا دوڑتی ہوں گی V;HAB;FEM;SG;1;LGSPEC3
اٹھنا اٹھتا ہو V;HAB;MASC;SBJV;SG;2
کہنا کہتے تھے V;HAB;MASC;PL;2;PST
رونا رو رہا تھا V;PROG;MASC;SG;3;PST
سہمانا سہماتا ہوں V;HAB;MASC;SBJV;SG;1
خریدنا خریدی ہوں V;PRF;FEM;SG;1;PRS
ملانا ملایا تھا V;PRF;MASC;SG;3;PST
ہوا ہوا N;VOC;SG
ختنہ کرنا ختنہ کرتی ہے V;HAB;FEM;SG;2;PRS
انکار کرنا انکار کرتی ہیں V;HAB;FEM;PL;1;PRS
ختنہ کرنا ختنہ کیی تھیں V;PRF;FEM;PL;3;PST
اترنا اترا ہوں V;PRF;MASC;SBJV;SG;1
شاستر شاستر N;ACC;SG
سوپن دیکھنا سوپن دیکھ رہا ہوں V;PROG;MASC;SBJV;SG;1
ملانا ملاتی ہو V;HAB;FEM;PL;2;PRS
بٹورنا بٹور رہی ہوں گی V;PROG;FEM;PL;3;LGSPEC3
ملک ملک N;NOM;PL
سوچنا سوچے ہو V;PRF;MASC;PL;2;PRS
کھیلنا تم کھیلو گی V;FEM;SBJV;PL;2
اٹھانا ہم اٹھایں V;SBJV;PL;1
کوتا کوتا N;ACC;SG
جلنا جلا ہوں V;PRF;MASC;SBJV;SG;1
ہنسنا ہنس رہی ہو V;PROG;FEM;SBJV;PL;2
چودنا چودے ہوتے V;PRF;MASC;PL;1;LGSPEC4
گان کرنا گان کر رہی ہوں V;PROG;FEM;SG;1;PRS
آرمبھ کرنا آرمبھ کرتی ہوتی V;HAB;FEM;PL;3;LGSPEC4
آدر کرنا آدر کر رہی ہوں گی V;PROG;FEM;PL;1;LGSPEC3
انکار کرنا تو انکار کرے گا V;MASC;SBJV;SG;2
جلانا جلائی ہوتی V;PRF;FEM;PL;3;LGSPEC4
پایہ پایوں N;ACC;PL
علاج کرنا علاج کرتی ہو V;HAB;MASC;PL;2;PRS
پہنچنا پہنچی ہوں گی V;PRF;FEM;PL;3;LGSPEC3
اٹھانا اٹھائی ہوں گی V;PRF;FEM;SG;1;LGSPEC3
رونا روتا ہے V;HAB;MASC;SG;2;PRS
پرمکھ پرمکھ N;VOC;SG
لسان لسانیں N;NOM;PL
سوپن دیکھنا سوپن دیکھتا تھا V;HAB;MASC;SG;1;PST
دوڑنا دوڑنا V;NFIN;LGSPEC1
سکنا سکتے تھے V;HAB;MASC;PL;1;PST
ٹوٹنا ٹوٹ رہا ہوں گا V;PROG;MASC;SG;1;LGSPEC3
مٹنا مٹ رہا ہو V;PROG;MASC;SBJV;SG;2
خریدنا خریدا ہوتا V;PRF;MASC;SG;3;LGSPEC4
پڑھنا پڑھتے تھے V;HAB;MASC;PL;3;PST
چاہنا چاہتے ہو گے V;HAB;MASC;PL;2;LGSPEC3
جلنا جلتے ہوں گے V;HAB;MASC;PL;3;LGSPEC3
خریدنا تو خریدے V;SBJV;SG;2
چاہنا چاہتے ہوں V;HAB;MASC;SBJV;PL;1
پہنچنا پہنچے ہیں V;PRF;MASC;PL;3;PRS
استعمال کرنا استعمال کر رہی ہیں V;PROG;FEM;PL;3;PRS
غلط کرنا غلط کر رہی ہوتی V;PROG;FEM;PL;2;LGSPEC4
استعمال کرنا استعمال کرتا ہو گا V;HAB;MASC;SG;3;LGSPEC3
لکھنا لکھتی تھی V;HAB;FEM;SG;1;PST
سکنا سکنا V;NFIN;LGSPEC1
ختنہ کرنا ختنہ کیا ہوں گا V;PRF;MASC;SG;1;LGSPEC3
انتظار کرنا انتظار کر رہی تھے V;PROG;MASC;PL;1;PST
آدر کرنا آدر کر رہی ہیں V;PROG;FEM;PL;3;PRS
جاگنا جاگ رہے ہوتے V;PROG;MASC;PL;3;LGSPEC4
ہنسنا ہنستی تھیں V;HAB;FEM;PL;1;PST
ٹوٹنا ٹوٹ رہی ہوتی V;PROG;FEM;SG;3;LGSPEC4
پہنچنا پہنچے ہو V;PRF;MASC;PL;2;PRS
بہنا بہی ہو گی V;PRF;FEM;PL;2;LGSPEC3
آرام کرنا آرام کیا ہوتا V;PRF;MASC;SG;3;LGSPEC4
چاٹنا تم چاٹو گی V;FEM;SBJV;PL;2
جھکنا جھک رہی ہوتی V;PROG;FEM;PL;2;LGSPEC4
بولنا بول رہی ہوتی V;PROG;FEM;SG;2;LGSPEC4
بھاشا بھاشا N;NOM;SG
پہنچنا پہنچتے ہیں V;HAB;MASC;PL;3;PRS
اداہرن اداہرنوں N;ACC;PL
چڑھنا چڑھا ہوتا V;PRF;MASC;SG;2;LGSPEC4
استعمال کرنا استعمال کیا ہو گا V;PRF;MASC;SG;3;LGSPEC3
بولنا بولتا ہوں V;HAB;MASC;SG;1;PRS
کھیلنا کھیلتا ہوں V;HAB;MASC;SG;1;PRS
بولنا بول رہی ہوں V;PROG;FEM;SG;1;PRS
آرمبھ کرنا آرمبھ کر رہی تھے V;PROG;MASC;PL;1;PST
سوچنا ہم سوچیں گے V;MASC;SBJV;PL;1
متر متر N;NOM;PL
سکنا سکے تھے V;PRF;MASC;PL;2;PST
رونا روتا تھا V;HAB;MASC;SG;3;PST
برداشت کرنا برداشت کر رہا تھا V;PROG;MASC;SG;1;PST
اترنا اتر رہی تھیں V;PROG;FEM;PL;3;PST
آدر کرنا آدر کرتی ہوں V;HAB;FEM;SBJV;SG;1
ہنسنا ہنس رہا ہے V;PROG;MASC;SG;2;PRS
اٹھنا اٹھ رہی ہیں V;PROG;FEM;PL;3;PRS
چومنا ہم چومیں V;SBJV;PL;1
اترنا اتر رہا ہو گا V;PROG;MASC;SG;2;LGSPEC3
ٹوٹنا ٹوٹ رہی ہوں گی V;PROG;FEM;SG;1;LGSPEC3
بازی بازی N;NOM;SG
برداشت کرنا برداشت کر رہی ہوتی V;PROG;FEM;PL;1;LGSPEC4
گان کرنا گان کر رہی ہو V;PROG;MASC;PL;2;PRS
سکنا سکئیے V;IMP;PL;2;FORM
عیش کرنا عیش کر رہا ہے V;PROG;MASC;SG;3;PRS
انار انار N;NOM;PL
ایسی تیسی کرنا ایسی تیسی کرتا ہوتا V;HAB;MASC;SG;3;LGSPEC4
شراب شرابیں N;NOM;PL
استعمال کرنا استعمال کیا ہے V;PRF;MASC;SG;2;PRS
کنارہ کنارے N;NOM;PL
سہمانا سہمایا تھا V;PRF;MASC;SG;1;PST
اٹھنا اٹھ رہے ہو گے V;PROG;MASC;PL;2;LGSPEC3
غلطی غلطیو N;VOC;PL
عیش کرنا عیش کر رہی ہیں V;PROG;FEM;PL;1;PRS
لکھنا لکھتی ہو گی V;HAB;FEM;SG;3;LGSPEC3
ٹوٹنا ٹوٹی ہوں گی V;PRF;FEM;SG;1;LGSPEC3
دیکھنا دیکھا ہو گا V;PRF;MASC;SG;3;LGSPEC3
چاہنا چاہتی ہوں V;HAB;FEM;SBJV;SG;1
ٹوٹنا ٹوٹ رہا ہوں V;PROG;MASC;SBJV;SG;1
چودنا چودتا ہو گا V;HAB;MASC;SG;2;LGSPEC3
اٹھانا اٹھاتے ہوتے V;HAB;MASC;PL;1;LGSPEC4
سوچنا سوچتا ہوں V;HAB;MASC;SBJV;SG;1
جاگنا جاگتا ہو V;HAB;MASC;SBJV;SG;3
اٹھنا اٹھتے ہو گے V;HAB;MASC;PL;2;LGSPEC3
غلط کرنا غلط کیی تھی V;PRF;FEM;SG;1;PST
کہنا کہ رہے تھے V;PROG;MASC;PL;3;PST
ٹوٹنا ٹوٹتا ہو V;HAB;MASC;SBJV;SG;2
آرام کرنا آرام کیی تھیں V;PRF;FEM;PL;2;PST
سیکھنا سیکھ رہی ہوں گی V;PROG;FEM;PL;1;LGSPEC3
بہنا بہی ہوتی V;PRF;FEM;SG;1;LGSPEC4
مٹنا مٹے ہو گے V;PRF;MASC;PL;2;LGSPEC3
علاج کرنا علاج کر رہی ہے V;PROG;FEM;SG;3;PRS
تارا تاروں N;ACC;PL
کہنا کہی تھیں V;PRF;FEM;PL;2;PST
ایسی تیسی کرنا ایسی تیسی کیی ہیں V;PRF;FEM;PL;3;PRS
غلط کرنا غلط کیی ہوں گی V;PRF;FEM;PL;3;LGSPEC3
لکھنا لکھ رہی ہوتی V;PROG;FEM;PL;2;LGSPEC4
اٹھانا یہ وہ اٹھاۓ گا V;MASC;SBJV;SG;3
آدر کرنا آدر کر رہی ہوتی V;PROG;FEM;SG;2;LGSPEC4
کہنا کہی تھی V;PRF;FEM;SG;2;PST
جلانا جلاۓ ہیں V;PRF;MASC;PL;1;PRS
حفاظت حفاظتوں N;ACC;PL
رونا روۓ ہوں V;PRF;MASC;SBJV;PL;3
بٹورنا بٹور رہا تھا V;PROG;MASC;SG;3;PST
رنڈی رنڈیو N;VOC;PL
آرام کرنا آرام کیی ہو گی V;PRF;FEM;SG;3;LGSPEC3
ہنسنا ہنس رہی ہوتی V;PROG;FEM;SG;2;LGSPEC4
جھکنا جھک رہی ہو گی V;PROG;FEM;PL;2;LGSPEC3
ڈھانپنا ڈھانپتی تھیں V;HAB;FEM;PL;3;PST
سہمانا سہماتی ہوں V;HAB;FEM;SG;1;PRS
رونا روتے ہوتے V;HAB;MASC;PL;3;LGSPEC4
آرمبھ کرنا آرمبھ کر رہا ہوتا V;PROG;MASC;SG;3;LGSPEC4
رونا رو رہا ہو V;PROG;MASC;SBJV;SG;3
سکنا سک رہی تھی V;PROG;FEM;SG;2;PST
دکھانا دکھاتے ہو V;HAB;MASC;SBJV;PL;2
رونا رویا تھا V;PRF;MASC;SG;2;PST
کہنا کہی ہو V;PRF;FEM;SBJV;PL;2
استعمال کرنا استعمال کیی ہو V;PRF;FEM;SBJV;SG;3
جاگنا جاگ رہے تھے V;PROG;MASC;PL;1;PST
چودنا چود رہے ہوں گے V;PROG;MASC;PL;3;LGSPEC3
دیکھنا دیکھی ہوتی V;PRF;FEM;SG;3;LGSPEC4
بٹورنا بٹورتی ہو گی V;HAB;FEM;PL;2;LGSPEC3
آرمبھ کرنا آرمبھ کرتی تھے V;HAB;MASC;PL;1;PST
کہنا کہتی ہو گی V;HAB;FEM;SG;2;LGSPEC3
سکنا سکتی ہوں V;HAB;FEM;SBJV;PL;1
لکھنا لکھی ہے V;PRF;FEM;SG;2;PRS
سوپن دیکھنا سوپن دیکھتی تھی V;HAB;FEM;SG;1;PST
بولنا بول رہے تھے V;PROG;MASC;PL;3;PST
چودنا چودی ہوتی V;PRF;FEM;SG;3;LGSPEC4
علاج کرنا علاج کیی ہوں V;PRF;FEM;SBJV;PL;3
برداشت کرنا برداشت کیا ہوتا V;PRF;MASC;SG;1;LGSPEC4
نواب نواب N;NOM;PL
غلطی غلطی N;NOM;SG
ایسی تیسی کرنا ایسی تیسی کیی ہو V;PRF;FEM;PL;2;PRS
پتا پتا N;VOC;SG
دیکھنا دیکھی ہوں V;PRF;FEM;SBJV;PL;3
چومنا چومتی ہوں V;HAB;FEM;SBJV;PL;3
سوچنا سوچی ہو V;PRF;FEM;PL;2;PRS
لوٹنا لوٹتی ہو V;HAB;FEM;SBJV;SG;3
بولنا بولی ہیں V;PRF;FEM;PL;3;PRS
جاگنا جاگ رہی ہو گی V;PROG;FEM;SG;2;LGSPEC3
جلانا جلا رہے ہو V;PROG;MASC;SBJV;PL;2
سوداگر سوداگر N;NOM;SG
ختنہ کرنا ختنہ کر رہی ہوتی V;PROG;MASC;PL;1;LGSPEC4
اٹھانا اٹھا رہی ہوتی V;PROG;FEM;PL;3;LGSPEC4
سوپن دیکھنا سوپن دیکھتے تھے V;HAB;MASC;PL;1;PST
اٹھنا اٹھ رہے ہوتے V;PROG;MASC;PL;2;LGSPEC4
لگنا لگتا ہوتا V;HAB;MASC;SG;3;LGSPEC4
سمجھنا سمجھ رہی ہوتی V;PROG;FEM;SG;1;LGSPEC4
عیش کرنا عیش کرتا ہو V;HAB;MASC;SBJV;SG;2
چڑھنا چڑھی ہوتی V;PRF;FEM;PL;3;LGSPEC4
جلانا جلائی ہوں گی V;PRF;FEM;PL;1;LGSPEC3
چومنا تم چومو گے V;MASC;SBJV;PL;2
خریدنا خریدتا ہوتا V;HAB;MASC;SG;1;LGSPEC4
آشچریہ کرنا آشچریہ کیی ہوتی V;PRF;FEM;SG;1;LGSPEC4
اکشر اکشرو N;VOC;PL
آگرہ کرنا آگرہ کر رہی ہوتی V;PROG;FEM;PL;2;LGSPEC4
مٹنا مٹ رہے ہوں V;PROG;MASC;SBJV;PL;1
انتظار کرنا انتظار کرتا تھا V;HAB;MASC;SG;3;PST
پڑھنا پڑھ رہی ہے V;PROG;FEM;SG;2;PRS
ہنسنا تو ہنسے گا V;MASC;SBJV;SG;2
اترنا اتری ہیں V;PRF;FEM;PL;1;PRS
رونا روتی ہوں گی V;HAB;FEM;SG;1;LGSPEC3
دیکھنا دیکھتا ہے V;HAB;MASC;SG;2;PRS
زبان زبانیں N;NOM;PL
چڑھنا چڑھ رہی ہو گی V;PROG;FEM;SG;2;LGSPEC3
پڑھنا پڑھو V;IMP;SG;2;FORM
پہنچنا پہنچتا تھا V;HAB;MASC;SG;2;PST
جلانا جلا رہی ہوں V;PROG;FEM;SBJV;SG;1
ٹوٹنا ٹوٹتی ہے V;HAB;FEM;SG;2;PRS
سیکھنا سیکھئیے V;IMP;PL;2;FORM
بہنا بہو V;IMP;SG;2;FORM
سہمانا سہماتا ہے V;HAB;MASC;SG;3;PRS
سوریہ سوریہ N;NOM;PL
چودنا چودے تھے V;PRF;MASC;PL;1;PST
اترنا اترئیے V;IMP;PL;2;FORM
غلط کرنا غلط کیی ہیں V;PRF;MASC;PL;3;PRS
اترنا اتر رہا ہو گا V;PROG;MASC;SG;3;LGSPEC3
لگنا لگتی ہوتی V;HAB;FEM;PL;3;LGSPEC4
گان کرنا گان کر رہا تھا V;PROG;MASC;SG;1;PST
علاج کرنا علاج کر رہی ہیں V;PROG;MASC;PL;1;PRS
آشچریہ کرنا آشچریہ کر رہی ہیں V;PROG;MASC;PL;3;PRS
آگرہ کرنا آگرہ کیا ہو گا V;PRF;MASC;SG;2;LGSPEC3
عیش کرنا عیش کرتی ہیں V;HAB;MASC;PL;1;PRS
مٹنا مٹ رہا ہو V;PROG;MASC;SBJV;SG;3
اترنا اترا ہو گا V;PRF;MASC;SG;3;LGSPEC3
سکنا سکتا ہوں گا V;HAB;MASC;SG;1;LGSPEC3
بٹورنا بٹورتی ہو V;HAB;FEM;SBJV;PL;2
آرمبھ کرنا آرمبھ کیا ہو گا V;PRF;MASC;SG;3;LGSPEC3
آگرہ کرنا آگرہ کیی ہوں V;PRF;FEM;SG;1;PRS
آدر کرنا آدر کرتی ہو گی V;HAB;FEM;SG;2;LGSPEC3
جپنا جپ رہی ہوں V;PROG;FEM;SBJV;PL;3
علاج کرنا علاج کرو V;IMP;SG;2;FORM
دوڑنا دوڑ رہے ہیں V;PROG;MASC;PL;3;PRS
اٹھنا اٹھ رہی ہو گی V;PROG;FEM;SG;3;LGSPEC3
ختنہ کرنا ختنہ کیی ہے V;PRF;FEM;SG;3;PRS
کھیلنا یہ وہ کھیلیں گی V;FEM;SBJV;PL;3
جھانکنا جھانکتے ہوں گے V;HAB;MASC;PL;1;LGSPEC3
پڑھنا پڑھتا ہو گا V;HAB;MASC;SG;2;LGSPEC3
مٹنا میں مٹوں V;SBJV;SG;1
لکھنا لکھ رہے ہوتے V;PROG;MASC;PL;1;LGSPEC4
جلانا یہ وہ جلاۓ گا V;MASC;SBJV;SG;3
رونا روۓ ہوں گے V;PRF;MASC;PL;3;LGSPEC3
سوپن دیکھنا سوپن دیکھی ہو V;PRF;FEM;PL;2;PRS
جلنا جل رہی ہو V;PROG;FEM;SBJV;SG;2
سکنا سک رہی ہوتی V;PROG;FEM;PL;1;LGSPEC4
جلنا جلتا ہوں V;HAB;MASC;SBJV;SG;1
لوٹنا لوٹی ہو V;PRF;FEM;PL;2;PRS
انتظار کرنا انتظار کر رہی ہو V;PROG;MASC;SBJV;PL;2
کہنا کہنے V;NFIN;LGSPEC2
سہمانا سہماۓ ہوں گے V;PRF;MASC;PL;3;LGSPEC3
ملانا ملا رہا ہوں V;PROG;MASC;SG;1;PRS
دکھانا دکھایا ہے V;PRF;MASC;SG;3;PRS
جلانا جلائی ہوتی V;PRF;FEM;PL;2;LGSPEC4
دیکھنا دیکھتا ہو گا V;HAB;MASC;SG;2;LGSPEC3
چڑھنا چڑھ رہی ہوتی V;PROG;FEM;PL;2;LGSPEC4
تیاری تیاریی N;ACC;SG
ختنہ کرنا ختنہ کرتی ہو گی V;HAB;FEM;PL;2;LGSPEC3
پڑھنا پڑھ رہی ہو V;PROG;FEM;SBJV;SG;3
سوچنا سوچ رہا ہو گا V;PROG;MASC;SG;2;LGSPEC3
لوٹنا لوٹتا ہے V;HAB;MASC;SG;2;PRS
بہنا بہی تھی V;PRF;FEM;SG;1;PST
جھکنا جھک رہی تھیں V;PROG;FEM;PL;2;PST
جھانکنا جھانکی ہوں V;PRF;FEM;SBJV;SG;1
مٹنا مٹ رہی ہو گی V;PROG;FEM;PL;2;LGSPEC3
لگنا لگ رہی ہوں گی V;PROG;FEM;SG;1;LGSPEC3
آگرہ کرنا آگرہ کیی ہوتی V;PRF;FEM;PL;3;LGSPEC4
سہمانا سہما رہی ہیں V;PROG;FEM;PL;3;PRS
مٹنا مٹتا ہو گا V;HAB;MASC;SG;2;LGSPEC3
جھکنا جھکی ہیں V;PRF;FEM;PL;3;PRS
ایسی تیسی کرنا ایسی تیسی کر رہی ہوتی V;PROG;FEM;PL;1;LGSPEC4
دکھانا دکھائی ہے V;PRF;FEM;SG;2;PRS
جلانا جلائی ہوں گی V;PRF;FEM;SG;1;LGSPEC3
علاج کرنا علاج کر رہی ہوں گی V;PROG;FEM;SG;1;LGSPEC3
لڑکی لڑکیوں N;ACC;PL
خریدنا خریدئیے V;IMP;PL;2;FORM
استعمال کرنا استعمال کرتی ہوتی V;HAB;FEM;SG;1;LGSPEC4
اترنا اتر رہے ہو گے V;PROG;MASC;PL;2;LGSPEC3
جلنا جلتی ہو V;HAB;FEM;SBJV;PL;2
گان کرنا گان کیا ہو گا V;PRF;MASC;SG;2;LGSPEC3
ایسی تیسی کرنا ایسی تیسی کر رہی ہو گی V;PROG;MASC;PL;2;LGSPEC3
رونا روتی ہو گی V;HAB;FEM;PL;2;LGSPEC3
سانپ سانپو N;VOC;PL
جپنا جپتی ہوں V;HAB;FEM;SBJV;PL;3
لکھنا لکھا ہوں V;PRF;MASC;SG;1;PRS
آدر کرنا آدر کرتی ہو V;HAB;MASC;SBJV;PL;2
جلنا جلتے تھے V;HAB;MASC;PL;1;PST
سمجھنا سمجھ رہی ہوں گی V;PROG;FEM;SG;1;LGSPEC3
ملانا ملا رہی تھیں V;PROG;FEM;PL;1;PST
انتظار کرنا انتظار کرتی ہوتی V;HAB;FEM;PL;1;LGSPEC4
انکار کرنا انکار کیی ہوں گی V;PRF;FEM;SG;1;LGSPEC3
استعمال کرنا استعمال کیی ہوتی V;PRF;MASC;PL;3;LGSPEC4
سوپن دیکھنا سوپن دیکھ رہی ہوتی V;PROG;FEM;PL;3;LGSPEC4
دوڑنا دوڑ رہے ہوں گے V;PROG;MASC;PL;1;LGSPEC3
ٹوٹنا ٹوٹ رہے ہو V;PROG;MASC;PL;2;PRS
پڑھنا پڑھ رہا تھا V;PROG;MASC;SG;2;PST
جاگنا جاگ رہا ہے V;PROG;MASC;SG;2;PRS
برداشت کرنا برداشت کرتی ہو V;HAB;FEM;PL;2;PRS
گان کرنا تم گان کرو V;SBJV;PL;2
ڈھانپنا ڈھانپ رہے ہوں گے V;PROG;MASC;PL;3;LGSPEC3
غلط کرنا غلط کیی ہوتی V;PRF;FEM;SG;2;LGSPEC4
علاج کرنا علاج کرنا V;NFIN;LGSPEC1
آرام کرنا آرام کیا تھا V;PRF;MASC;SG;1;PST
سہمانا سہماتی ہو V;HAB;FEM;SBJV;SG;3
اترنا اتر رہی ہوں V;PROG;FEM;SG;1;PRS
لگنا میں لگوں V;SBJV;SG;1
ایسی تیسی کرنا ایسی تیسی کرتی ہو V;HAB;MASC;PL;2;PRS
جلانا جلا رہی تھیں V;PROG;FEM;PL;2;PST
چاٹنا چاٹ رہا ہوں V;PROG;MASC;SBJV;SG;1
انتظار کرنا انتظار کر رہا ہو V;PROG;MASC;SBJV;SG;3
جلنا جلتا تھا V;HAB;MASC;SG;2;PST
آشچریہ کرنا آشچریہ کرتی ہو گی V;HAB;FEM;PL;2;LGSPEC3
آدر کرنا آدر کیا ہوں V;PRF;MASC;SBJV;SG;1
سمجھنا سمجھتے ہوتے V;HAB;MASC;PL;3;LGSPEC4
سکنا سکتی ہو V;HAB;FEM;SBJV;PL;2
دوڑنا دوڑ رہی ہوتی V;PROG;FEM;PL;3;LGSPEC4
لگنا لگی ہو V;PRF;FEM;SBJV;SG;3
سکنا سکتے ہو V;HAB;MASC;SBJV;PL;2
سہمنا سہم رہا ہو V;PROG;MASC;SBJV;SG;2
لکھنا لکھ V;IMP;SG;2;INFM
ہنسنا ہنستے ہوں V;HAB;MASC;SBJV;PL;1
بھاشا بھاشا N;VOC;SG
آشچریہ کرنا آشچریہ کرتی ہوں V;HAB;FEM;SBJV;PL;1
چڑھنا چڑھے ہوتے V;PRF;MASC;PL;1;LGSPEC4
سوپن دیکھنا سوپن دیکھتا ہوتا V;HAB;MASC;SG;1;LGSPEC4
چاہنا چاہے ہیں V;PRF;MASC;PL;3;PRS
انکار کرنا میں انکار کروں گی V;FEM;SBJV;SG;1
عیش کرنا میں عیش کروں گا V;MASC;SBJV;SG;1
سوپن دیکھنا سوپن دیکھتی ہوتی V;HAB;FEM;PL;3;LGSPEC4
جاگنا جاگی ہو گی V;PRF;FEM;SG;3;LGSPEC3
سہمانا سہماتا ہو V;HAB;MASC;SBJV;SG;2
انکار کرنا انکار کر رہا تھا V;PROG;MASC;SG;2;PST
اٹھانا اٹھاتے ہوتے V;HAB;MASC;PL;3;LGSPEC4
بٹورنا بٹورا ہوں V;PRF;MASC;SBJV;SG;1
چاہنا چاہ رہا ہوں گا V;PROG;MASC;SG;1;LGSPEC3
ملانا ملاتی ہو گی V;HAB;FEM;SG;3;LGSPEC3
بہنا بہ رہا ہوتا V;PROG;MASC;SG;3;LGSPEC4
انتظار کرنا تم انتظار کرو گے V;MASC;SBJV;PL;2
بٹورنا بٹورا تھا V;PRF;MASC;SG;1;PST
پہنچنا پہنچا ہوتا V;PRF;MASC;SG;1;LGSPEC4
سمجھنا سمجھی ہے V;PRF;FEM;SG;2;PRS
دوڑنا دوڑا تھا V;PRF;MASC;SG;1;PST
اٹھنا تم اٹھو گے V;MASC;SBJV;PL;2
عیش کرنا عیش کر رہی ہوں V;PROG;FEM;SG;1;PRS
جھکنا جھک رہا ہوں V;PROG;MASC;SG;1;PRS
جاگنا جاگتا ہوں V;HAB;MASC;SBJV;SG;1
برداشت کرنا برداشت کر رہی ہوتی V;PROG;FEM;SG;3;LGSPEC4
بازی بازی N;ACC;SG
ایسی تیسی کرنا ایسی تیسی کرتا ہوں V;HAB;MASC;SBJV;SG;1
چاٹنا چاٹتی تھی V;HAB;FEM;SG;3;PST
رونا روتا ہو گا V;HAB;MASC;SG;3;LGSPEC3
اترنا اتری ہوتی V;PRF;FEM;SG;3;LGSPEC4
علاج کرنا علاج کیی ہوں گی V;PRF;MASC;PL;3;LGSPEC3
گان کرنا یہ وہ گان کرے V;SBJV;SG;3
سہمانا سہما رہا تھا V;PROG;MASC;SG;3;PST
بہنا بہے تھے V;PRF;MASC;PL;2;PST
انکار کرنا انکار کیی ہو V;PRF;FEM;PL;2;PRS
ملانا ملاتا ہو V;HAB;MASC;SBJV;SG;3
سیکھنا سیکھی ہوتی V;PRF;FEM;PL;3;LGSPEC4
انکار کرنا انکار کرتی ہوں V;HAB;FEM;SBJV;SG;1
کوتا کوتا N;VOC;SG
پہنچنا ہم پہنچیں V;SBJV;PL;1
ایسی تیسی کرنا ایسی تیسی کیی تھے V;PRF;MASC;PL;2;PST
جپنا جپتے ہوں V;HAB;MASC;SBJV;PL;1
جلانا جلا رہا ہو گا V;PROG;MASC;SG;3;LGSPEC3
لکھنا لکھے تھے V;PRF;MASC;PL;1;PST
بولنا بولا ہوں V;PRF;MASC;SG;1;PRS
بٹورنا بٹورتی ہوتی V;HAB;FEM;SG;2;LGSPEC4
چودنا چودا ہو V;PRF;MASC;SBJV;SG;3
جاگنا میں جاگوں V;SBJV;SG;1
سیکھنا سیکھتی ہو V;HAB;FEM;SBJV;SG;2
چودنا چودی ہو گی V;PRF;FEM;SG;2;LGSPEC3
ایسی تیسی کرنا یہ وہ ایسی تیسی کریں گے V;MASC;SBJV;PL;3
دیکھنا دیکھتے ہو گے V;HAB;MASC;PL;2;LGSPEC3
سمجھنا سمجھو V;IMP;SG;2;FORM
دوڑنا دوڑی تھی V;PRF;FEM;SG;2;PST
ندی ندی N;NOM;SG
لکھنا تو لکھے گی V;FEM;SBJV;SG;2
کہنا کہ رہی تھی V;PROG;FEM;SG;3;PST
ہنسنا ہم ہنسیں V;SBJV;PL;1
خریدنا خریدے ہوتے V;PRF;MASC;PL;3;LGSPEC4
سہمنا سہمے ہیں V;PRF;MASC;PL;1;PRS
برداشت کرنا برداشت کیا ہوں V;PRF;MASC;SG;1;PRS
ختنہ کرنا ختنہ کیی ہو V;PRF;FEM;SBJV;PL;2
سمجھنا سمجھا ہوں گا V;PRF;MASC;SG;1;LGSPEC3
اٹھانا اٹھا رہی ہوں V;PROG;FEM;SBJV;SG;1
دیکھنا دیکھی ہوتی V;PRF;FEM;SG;1;LGSPEC4
لکھنا لکھ رہی ہوں گی V;PROG;FEM;PL;1;LGSPEC3
انکار کرنا تم انکار کرو گے V;MASC;SBJV;PL;2
آشچریہ کرنا آشچریہ کرو V;IMP;SG;2;FORM
کھیلنا کھیلی ہوتی V;PRF;FEM;PL;2;LGSPEC4
قیدخانہ قید خاہے N;VOC;SG
آدر کرنا یہ وہ آدر کرے گا V;MASC;SBJV;SG;3
جاگنا جاگ رہی تھیں V;PROG;FEM;PL;2;PST
چاٹنا چاٹ رہی ہے V;PROG;FEM;SG;3;PRS
جاگنا جاگی ہو گی V;PRF;FEM;SG;2;LGSPEC3
جپنا جپ رہا ہے V;PROG;MASC;SG;3;PRS
پڑھنا پڑھ رہے تھے V;PROG;MASC;PL;3;PST
جلنا جل رہے ہوں V;PROG;MASC;SBJV;PL;3
کاویہ کاویہ N;VOC;SG
لوٹنا لوٹتا ہوتا V;HAB;MASC;SG;2;LGSPEC4
آرمبھ کرنا آرمبھ کر رہی ہے V;PROG;FEM;SG;3;PRS
بہنا بہتا تھا V;HAB;MASC;SG;3;PST
لوٹنا لوٹ رہی ہے V;PROG;FEM;SG;3;PRS
اٹھانا اٹھائی ہوتی V;PRF;FEM;PL;2;LGSPEC4
علاج کرنا علاج کر رہی ہوتی V;PROG;FEM;SG;3;LGSPEC4
دوڑنا دوڑی تھی V;PRF;FEM;SG;3;PST
بہنا تو بہے V;SBJV;SG;2
سہمانا سہماتے ہوتے V;HAB;MASC;PL;2;LGSPEC4
آرام کرنا آرام کیجئے V;IMP;PL;2;FORM
سیب سیبوں N;ACC;PL
دکھانا دکھاتا تھا V;HAB;MASC;SG;3;PST
لکھنا لکھ رہی تھیں V;PROG;FEM;PL;2;PST
کھیلنا کھیلتی ہیں V;HAB;FEM;PL;1;PRS
سہمانا سہمائی ہوں گی V;PRF;FEM;PL;3;LGSPEC3
انتظار کرنا انتظار کیی ہیں V;PRF;MASC;PL;1;PRS
سہمنا سہما ہوں V;PRF;MASC;SG;1;PRS
لیکھک لیکھک N;VOC;SG
کہنا کہا تھا V;PRF;MASC;SG;2;PST
غلط کرنا غلط کیی ہوتی V;PRF;FEM;SG;3;LGSPEC4
برداشت کرنا برداشت کیی تھیں V;PRF;FEM;PL;2;PST
پڑھنا پڑھی ہو گی V;PRF;FEM;SG;3;LGSPEC3
روگ روگ N;NOM;SG
چومنا چوم رہی ہو V;PROG;FEM;SBJV;SG;2
جاگنا جاگا ہوتا V;PRF;MASC;SG;3;LGSPEC4
غلط کرنا غلط کرتی ہوتی V;HAB;FEM;PL;1;LGSPEC4
دیکھنا دیکھ رہے تھے V;PROG;MASC;PL;2;PST
کھیلنا کھیلے ہوتے V;PRF;MASC;PL;1;LGSPEC4
دوڑنا دوڑی تھیں V;PRF;FEM;PL;3;PST
چڑھنا تم چڑھو V;SBJV;PL;2
لگنا لگ رہی ہوں V;PROG;FEM;SBJV;PL;3
سیکھنا سیکھتی ہوتی V;HAB;FEM;SG;1;LGSPEC4
چاٹنا چاٹتا ہوتا V;HAB;MASC;SG;2;LGSPEC4
جلانا جلاتے ہوں گے V;HAB;MASC;PL;3;LGSPEC3
چودنا چود رہا تھا V;PROG;MASC;SG;2;PST
سہمنا سہم رہی ہوں V;PROG;FEM;SBJV;SG;1
چاٹنا چاٹتا ہے V;HAB;MASC;SG;2;PRS
چڑھنا چڑھ رہے ہیں V;PROG;MASC;PL;3;PRS
لوٹنا لوٹتا ہو V;HAB;MASC;SBJV;SG;3
سکنا سک رہی تھی V;PROG;FEM;SG;3;PST
جھانکنا جھانکا ہو V;PRF;MASC;SBJV;SG;3
چومنا چومی ہوں گی V;PRF;FEM;PL;3;LGSPEC3
کھیلنا میں کھیلوں V;SBJV;SG;1
پڑھنا پڑھ رہی ہوں V;PROG;FEM;SBJV;PL;3
پْرشنسا پررشنساؤں N;ACC;PL
سہمنا سہمی ہو V;PRF;FEM;PL;2;PRS
اٹھانا اٹھاتا تھا V;HAB;MASC;SG;3;PST
جلانا میں جلاوں V;SBJV;SG;1
آشچریہ کرنا آشچریہ کرتا تھا V;HAB;MASC;SG;1;PST
چاہنا چاہی ہوں V;PRF;FEM;SBJV;PL;3
پڑھنا پڑھتے تھے V;HAB;MASC;PL;2;PST
چاہنا چاہتی ہو گی V;HAB;FEM;SG;3;LGSPEC3
سہمانا سہمائی ہو گی V;PRF;FEM;SG;3;LGSPEC3
آگرہ کرنا آگرہ کر رہا ہوں گا V;PROG;MASC;SG;1;LGSPEC3
سکنا سکی ہے V;PRF;FEM;SG;3;PRS
تیاری تیارییاں N;NOM;PL
پڑھنا پڑھ رہی ہوں گی V;PROG;FEM;SG;1;LGSPEC3
ٹوٹنا ٹوٹتے ہو V;HAB;MASC;PL;2;PRS
برداشت کرنا برداشت کرتی ہو V;HAB;FEM;SBJV;SG;3
اٹھانا اٹھا رہے تھے V;PROG;MASC;PL;1;PST
جھانکنا جھانک رہے ہوں V;PROG;MASC;SBJV;PL;3
آرمبھ کرنا میں آرمبھ کروں گا V;MASC;SBJV;SG;1
سوپن دیکھنا میں سوپن دیکھوں گی V;FEM;SBJV;SG;1
رونا میں رووں گا V;MASC;SBJV;SG;1
غلط کرنا غلط کر رہا ہے V;PROG;MASC;SG;3;PRS
دکھانا دکھاتی ہوں V;HAB;FEM;SG;1;PRS
جھانکنا میں جھانکوں V;SBJV;SG;1
اٹھانا اٹھاتی ہوتی V;HAB;FEM;PL;1;LGSPEC4
ڈھانپنا ڈھانپ رہا ہے V;PROG;MASC;SG;2;PRS
بولنا بول رہی ہوتی V;PROG;FEM;PL;3;LGSPEC4
جلانا جلاتی تھی V;HAB;FEM;SG;3;PST
کھیلنا یہ وہ کھیلے گی V;FEM;SBJV;SG;3
آدر کرنا آدر کرتا ہوتا V;HAB;MASC;SG;1;LGSPEC4
ہنسنا ہنستی ہوتی V;HAB;FEM;PL;3;LGSPEC4
ختنہ کرنا ختنہ کر رہا ہو گا V;PROG;MASC;SG;2;LGSPEC3
استعمال کرنا استعمال کیی ہوتی V;PRF;FEM;SG;2;LGSPEC4
لوٹنا لوٹی ہیں V;PRF;FEM;PL;1;PRS
بٹورنا تو بٹورے گی V;FEM;SBJV;SG;2
سہمانا سہماۓ ہوتے V;PRF;MASC;PL;1;LGSPEC4
پڑھنا پڑھ رہا ہوتا V;PROG;MASC;SG;3;LGSPEC4
جلنا جل رہی ہوں V;PROG;FEM;SG;1;PRS
گالی گالی N;ACC;SG
انتظار کرنا یہ وہ انتظار کرے V;SBJV;SG;3
سمجھنا سمجھ رہے تھے V;PROG;MASC;PL;1;PST
برداشت کرنا برداشت کر رہی ہوں V;PROG;FEM;SBJV;PL;1
چودنا میں چودوں گی V;FEM;SBJV;SG;1
بٹورنا بٹور رہے ہوتے V;PROG;MASC;PL;1;LGSPEC4
استعمال کرنا استعمال کیی ہیں V;PRF;MASC;PL;3;PRS
مٹنا مٹ رہا ہے V;PROG;MASC;SG;2;PRS
سہمنا یہ وہ سہمیں V;SBJV;PL;3
لکھنا لکھا ہوں V;PRF;MASC;SBJV;SG;1
غلط کرنا ہم غلط کریں گے V;MASC;SBJV;PL;1
انکار کرنا ہم انکار کریں گی V;FEM;SBJV;PL;1
سکنا تو سکے گا V;MASC;SBJV;SG;2
رونا روتی ہو V;HAB;FEM;SBJV;SG;2
بولنا بولتی ہو V;HAB;FEM;PL;2;PRS
رونا روئی ہے V;PRF;FEM;SG;3;PRS
جھانکنا جھانکتی ہو V;HAB;FEM;SBJV;PL;2
اترنا اتری ہو گی V;PRF;FEM;SG;3;LGSPEC3
جلانا ہم جلایں V;SBJV;PL;1
کتاب کتاب N;VOC;SG
آدر کرنا تو آدر کرے گی V;FEM;SBJV;SG;2
چاہنا چاہتی تھی V;HAB;FEM;SG;2;PST
ٹوٹنا ٹوٹتی ہو V;HAB;FEM;SBJV;PL;2
جلانا جلائی ہوتی V;PRF;FEM;SG;3;LGSPEC4
خریدنا خریدتے ہیں V;HAB;MASC;PL;3;PRS
ایسی تیسی کرنا ایسی تیسی کیی ہوں گی V;PRF;FEM;SG;1;LGSPEC3
کہنا کہتی ہو V;HAB;FEM;SBJV;SG;2
اترنا اترتی ہیں V;HAB;FEM;PL;3;PRS
انتظار کرنا انتظار کر رہی ہیں V;PROG;FEM;PL;3;PRS
جاگنا جاگے تھے V;PRF;MASC;PL;3;PST
سوپن دیکھنا سوپن دیکھ رہی ہوتی V;PROG;FEM;SG;3;LGSPEC4
چودنا چود رہی ہوں V;PROG;FEM;SBJV;PL;3
سہمنا سہم رہی ہوتی V;PROG;FEM;SG;1;LGSPEC4
انتظار کرنا انتظار کرتی ہوں گی V;HAB;MASC;PL;1;LGSPEC3
اٹھانا اٹھایا ہوں گا V;PRF;MASC;SG;1;LGSPEC3
دوڑنا دوڑتے ہو V;HAB;MASC;SBJV;PL;2
سوچنا سوچ رہی ہو V;PROG;FEM;SBJV;SG;2
چاہنا چاہتے ہوں V;HAB;MASC;SBJV;PL;3
جھکنا جھک رہی ہیں V;PROG;FEM;PL;1;PRS
جاگنا تم جاگو گی V;FEM;SBJV;PL;2
غلط کرنا غلط کرتی ہوتی V;HAB;FEM;SG;3;LGSPEC4
رونا رو رہے ہو گے V;PROG;MASC;PL;2;LGSPEC3
رونا روئی ہو گی V;PRF;FEM;SG;2;LGSPEC3
مٹنا مٹ رہے ہیں V;PROG;MASC;PL;3;PRS
جھکنا جھکی ہوتی V;PRF;FEM;PL;3;LGSPEC4
سہمنا سہمتی تھیں V;HAB;FEM;PL;3;PST
دکھانا دکھا رہا ہوتا V;PROG;MASC;SG;2;LGSPEC4
لوٹنا لوٹا تھا V;PRF;MASC;SG;3;PST
جپنا جپی تھیں V;PRF;FEM;PL;1;PST
پہنچنا پہنچتی ہے V;HAB;FEM;SG;3;PRS
چڑھنا چڑھتی ہو V;HAB;FEM;SBJV;SG;2
آشچریہ کرنا آشچریہ کرتی ہو V;HAB;FEM;SBJV;SG;2
دیکھنا دیکھ رہی ہو گی V;PROG;FEM;SG;2;LGSPEC3
پڑھنا پڑھ رہا ہو گا V;PROG;MASC;SG;3;LGSPEC3
سوچنا سوچتی ہوتی V;HAB;FEM;PL;3;LGSPEC4
لوٹنا لوٹا ہو V;PRF;MASC;SBJV;SG;2
خریدنا خرید رہی ہوں V;PROG;FEM;SBJV;PL;3
لگنا لگا تھا V;PRF;MASC;SG;1;PST
لوٹنا لوٹتی ہوتی V;HAB;FEM;PL;1;LGSPEC4
لگنا لگے ہو گے V;PRF;MASC;PL;2;LGSPEC3
گان کرنا گان کرتا ہوتا V;HAB;MASC;SG;2;LGSPEC4
انکار کرنا انکار کرتی تھیں V;HAB;FEM;PL;2;PST
دیکھنا دیکھا ہو V;PRF;MASC;SBJV;SG;3
ہنسنا ہنسی ہوں گی V;PRF;FEM;SG;1;LGSPEC3
ایسی تیسی کرنا ایسی تیسی کیی ہوتی V;PRF;FEM;PL;2;LGSPEC4
اٹھنا اٹھتی ہیں V;HAB;FEM;PL;3;PRS
آگرہ کرنا تم آگرہ کرو گے V;MASC;SBJV;PL;2
چڑھنا چڑھتی ہیں V;HAB;FEM;PL;1;PRS
سہمنا سہمتا ہے V;HAB;MASC;SG;2;PRS
عیش کرنا تم عیش کرو گے V;MASC;SBJV;PL;2
ملانا ملا رہے ہوتے V;PROG;MASC;PL;3;LGSPEC4
جپنا جپ رہا ہو V;PROG;MASC;SBJV;SG;2
انتظار کرنا انتظار کیی ہیں V;PRF;FEM;PL;3;PRS
چیز چیزیں N;NOM;PL
سوستک سوستک N;NOM;SG
ختنہ کرنا ختنہ کرتی تھے V;HAB;MASC;PL;2;PST
خریدنا خریدا ہوتا V;PRF;MASC;SG;1;LGSPEC4
جپنا جپا ہوں V;PRF;MASC;SG;1;PRS
چومنا چومتی ہیں V;HAB;FEM;PL;1;PRS
دوڑنا یہ وہ دوڑیں گی V;FEM;SBJV;PL;3
گان کرنا یہ وہ گان کریں گے V;MASC;SBJV;PL;3
آگرہ کرنا آگرہ کرتی ہیں V;HAB;FEM;PL;3;PRS
نام نام N;NOM;PL
چاٹنا چاٹ رہی تھیں V;PROG;FEM;PL;2;PST
ملانا ملاتی ہیں V;HAB;FEM;PL;3;PRS
سوچنا سوچ رہی ہیں V;PROG;FEM;PL;3;PRS
غلط کرنا میں غلط کروں گی V;FEM;SBJV;SG;1
سہمانا سہماتا تھا V;HAB;MASC;SG;2;PST
سیکھنا سیکھ رہے ہیں V;PROG;MASC;PL;3;PRS
ٹوٹنا ٹوٹے ہوں گے V;PRF;MASC;PL;3;LGSPEC3
آگرہ کرنا آگرہ کرنا V;NFIN;LGSPEC1
جھانکنا تم جھانکو گی V;FEM;SBJV;PL;2
دیکھنا دیکھتی ہوں گی V;HAB;FEM;SG;1;LGSPEC3
جھکنا جھکے ہوتے V;PRF;MASC;PL;2;LGSPEC4
سکنا سکتا ہو V;HAB;MASC;SBJV;SG;2
سہمانا سہماتی ہوں گی V;HAB;FEM;PL;3;LGSPEC3
سوپن دیکھنا سوپن دیکھ رہے ہیں V;PROG;MASC;PL;3;PRS
اٹھانا اٹھاۓ ہو V;PRF;MASC;SBJV;PL;2
استعمال کرنا استعمال کیی ہے V;PRF;FEM;SG;3;PRS
غلط کرنا غلط کرتی تھیں V;HAB;FEM;PL;1;PST
دیکھنا دیکھتا تھا V;HAB;MASC;SG;1;PST
چاٹنا چاٹتے ہوں V;HAB;MASC;SBJV;PL;1
بہنا بہی ہوتی V;PRF;FEM;PL;2;LGSPEC4
آرام کرنا آرام کرتی ہے V;HAB;FEM;SG;2;PRS
چاٹنا چاٹ رہے تھے V;PROG;MASC;PL;1;PST
کھیلنا کھیلتی ہو گی V;HAB;FEM;PL;2;LGSPEC3
علاج کرنا علاج کرتی ہے V;HAB;FEM;SG;3;PRS
لکھنا لکھتا ہوں V;HAB;MASC;SG;1;PRS
دکھانا دکھاتا ہو V;HAB;MASC;SBJV;SG;2
بھکت بھکت N;NOM;PL
انکار کرنا انکار کر رہی تھی V;PROG;FEM;SG;1;PST
جلانا جلاتی ہوتی V;HAB;FEM;SG;2;LGSPEC4
بٹورنا بٹور رہی ہو V;PROG;FEM;SBJV;SG;2
لوٹنا لوٹے ہوتے V;PRF;MASC;PL;2;LGSPEC4
ملانا ملا رہے ہوں گے V;PROG;MASC;PL;1;LGSPEC3
سیکھنا سیکھتا تھا V;HAB;MASC;SG;3;PST
جاگنا جاگ رہے ہوں V;PROG;MASC;SBJV;PL;3
اترنا اترتی ہوں گی V;HAB;FEM;SG;1;LGSPEC3
ڈھانپنا ڈھانپ رہے ہیں V;PROG;MASC;PL;1;PRS
اٹھانا اٹھاتی ہو V;HAB;FEM;SBJV;SG;3
علاج کرنا علاج کیی ہو V;PRF;MASC;SBJV;PL;2
جلانا جلا رہی ہوتی V;PROG;FEM;SG;3;LGSPEC4
بٹورنا بٹورتی ہوں V;HAB;FEM;SBJV;SG;1
لکھنا لکھتے ہیں V;HAB;MASC;PL;1;PRS
سمجھنا سمجھتی ہو گی V;HAB;FEM;SG;2;LGSPEC3
پڑھنا پڑھ رہا ہوتا V;PROG;MASC;SG;2;LGSPEC4
چڑھنا چڑھی ہے V;PRF;FEM;SG;3;PRS
ٹوٹنا ٹوٹتی ہو گی V;HAB;FEM;PL;2;LGSPEC3
جھانکنا جھانکتی ہوں V;HAB;FEM;SBJV;SG;1
پڑھنا پڑھ رہے ہوتے V;PROG;MASC;PL;1;LGSPEC4
جھکنا جھکتی ہوتی V;HAB;FEM;PL;2;LGSPEC4
لکھنا لکھی ہوتی V;PRF;FEM;PL;1;LGSPEC4
لوٹنا لوٹ رہے ہوتے V;PROG;MASC;PL;2;LGSPEC4
ایسی تیسی کرنا ایسی تیسی کرتی ہو گی V;HAB;MASC;PL;2;LGSPEC3
عیش کرنا عیش کر رہی ہو V;PROG;FEM;SBJV;SG;3
آرمبھ کرنا آرمبھ کرتی ہوں V;HAB;FEM;SBJV;PL;1
ایسی تیسی کرنا ایسی تیسی کرتا تھا V;HAB;MASC;SG;1;PST
جواب جوابوں N;ACC;PL
ہنسنا ہنس رہا ہوتا V;PROG;MASC;SG;3;LGSPEC4
دکھانا دکھا رہی ہو گی V;PROG;FEM;SG;3;LGSPEC3
چودنا چودتی ہو گی V;HAB;FEM;PL;2;LGSPEC3
ہنسنا ہنس رہی ہے V;PROG;FEM;SG;2;PRS
دکھانا دکھا رہی ہو V;PROG;FEM;SBJV;PL;2
ختنہ کرنا ختنہ کر رہی ہوتی V;PROG;FEM;PL;2;LGSPEC4
لوٹنا لوٹ رہی ہیں V;PROG;FEM;PL;3;PRS
برداشت کرنا برداشت کر رہی ہو V;PROG;FEM;PL;2;PRS
ڈھانپنا ڈھانپتی ہوں V;HAB;FEM;SBJV;SG;1
غلط کرنا غلط کرتی ہوں گی V;HAB;FEM;PL;1;LGSPEC3
ہنسنا ہنسے ہو گے V;PRF;MASC;PL;2;LGSPEC3
چومنا چوم رہی تھی V;PROG;FEM;SG;1;PST
خریدنا خرید رہے تھے V;PROG;MASC;PL;3;PST
دیکھنا دیکھ رہا ہے V;PROG;MASC;SG;3;PRS
سمجھنا سمجھ رہے ہو V;PROG;MASC;SBJV;PL;2
دوڑنا دوڑی ہوتی V;PRF;FEM;SG;1;LGSPEC4
لگنا لگ رہا ہو V;PROG;MASC;SBJV;SG;3
برداشت کرنا برداشت کرتی ہوں گی V;HAB;FEM;PL;1;LGSPEC3
ختنہ کرنا ختنہ کرتی ہوں V;HAB;MASC;SBJV;PL;3
سکنا سکی تھیں V;PRF;FEM;PL;3;PST
ٹوٹنا ٹوٹ رہی ہوتی V;PROG;FEM;PL;1;LGSPEC4
جپنا جپتی ہے V;HAB;FEM;SG;2;PRS
سہمانا سہما رہے ہوں گے V;PROG;MASC;PL;1;LGSPEC3
ٹوٹنا ٹوٹ رہی ہوں V;PROG;FEM;SBJV;PL;1
علاج کرنا علاج کر رہی ہوتی V;PROG;MASC;PL;2;LGSPEC4
انکار کرنا انکار کیی ہوں V;PRF;MASC;SBJV;PL;3
آگرہ کرنا آگرہ کیا ہو V;PRF;MASC;SBJV;SG;2
آدر کرنا آدر کرتی ہوں V;HAB;MASC;SBJV;PL;3
سہمنا سہمنا V;NFIN;LGSPEC1
عیش کرنا تم عیش کرو گی V;FEM;SBJV;PL;2
اترنا اترا ہے V;PRF;MASC;SG;3;PRS
انتظار کرنا انتظار کیا ہوتا V;PRF;MASC;SG;2;LGSPEC4
رونا رو رہی ہوں گی V;PROG;FEM;SG;1;LGSPEC3
لگنا لگ رہا تھا V;PROG;MASC;SG;3;PST
لکھنا لکھے ہو V;PRF;MASC;SBJV;PL;2
حق حق N;NOM;PL
آرمبھ کرنا ہم آرمبھ کریں گے V;MASC;SBJV;PL;1
اترنا اترتی ہو V;HAB;FEM;SBJV;SG;2
ٹوٹنا ٹوٹ رہے ہیں V;PROG;MASC;PL;3;PRS
اٹھنا اٹھتی ہوتی V;HAB;FEM;SG;1;LGSPEC4
انکار کرنا انکار کیی ہوں V;PRF;FEM;SBJV;SG;1
پہنچنا ہم پہنچیں گے V;MASC;SBJV;PL;1
سہمانا سہماتی ہوتی V;HAB;FEM;PL;1;LGSPEC4
آرمبھ کرنا آرمبھ کیی ہو V;PRF;FEM;SBJV;SG;3
پڑھنا پڑھا ہے V;PRF;MASC;SG;2;PRS
انتظار کرنا انتظار کرتا ہوں V;HAB;MASC;SBJV;SG;1
ہنسنا ہنس رہے ہوتے V;PROG;MASC;PL;2;LGSPEC4
اٹھنا اٹھی تھی V;PRF;FEM;SG;1;PST
چودنا چود رہی ہو V;PROG;FEM;PL;2;PRS
کہنا کہ رہا تھا V;PROG;MASC;SG;1;PST
کھیلنا کھیل رہی ہوں گی V;PROG;FEM;PL;1;LGSPEC3
لوٹنا لوٹتے ہو V;HAB;MASC;SBJV;PL;2
شبدکوش شبدکوشوں N;ACC;PL
ملانا ملاتی ہو گی V;HAB;FEM;SG;2;LGSPEC3
آرام کرنا آرام کر رہی ہوں V;PROG;FEM;SBJV;PL;3
دیکھنا یہ وہ دیکھے گا V;MASC;SBJV;SG;3
بولنا بول رہے تھے V;PROG;MASC;PL;1;PST
جلنا جلا ہو V;PRF;MASC;SBJV;SG;3
جلنا جلے تھے V;PRF;MASC;PL;2;PST
دیکھنا دیکھ رہی ہوتی V;PROG;FEM;PL;2;LGSPEC4
ختنہ کرنا ختنہ کر رہی ہوتی V;PROG;FEM;SG;3;LGSPEC4
چودنا چودا ہوں V;PRF;MASC;SG;1;PRS
کہنا کہا ہے V;PRF;MASC;SG;3;PRS
کہنا کہتی ہوتی V;HAB;FEM;SG;2;LGSPEC4
چاٹنا چاٹ رہا ہو V;PROG;MASC;SBJV;SG;2
جاگنا جاگا تھا V;PRF;MASC;SG;3;PST
ٹوٹنا ٹوٹی ہوتی V;PRF;FEM;PL;3;LGSPEC4
آرمبھ کرنا آرمبھ کر رہی ہوتی V;PROG;FEM;SG;3;LGSPEC4
جلنا جلی ہیں V;PRF;FEM;PL;3;PRS
کھیلنا کھیلی تھی V;PRF;FEM;SG;1;PST
آگرہ کرنا آگرہ کر رہی ہو V;PROG;MASC;PL;2;PRS
بٹورنا بٹورتا ہوں V;HAB;MASC;SG;1;PRS
مٹنا مٹتا ہو گا V;HAB;MASC;SG;3;LGSPEC3
جپنا یہ وہ جپے گا V;MASC;SBJV;SG;3
بہنا بہ رہا ہے V;PROG;MASC;SG;2;PRS
جلانا جلائی تھیں V;PRF;FEM;PL;2;PST
سوچنا تم سوچو V;SBJV;PL;2
گالی گالی N;NOM;SG
لیکھک لیکھکوں N;ACC;PL
جاگنا جاگ رہے ہو گے V;PROG;MASC;PL;2;LGSPEC3
پہنچنا پہنچی ہوتی V;PRF;FEM;PL;3;LGSPEC4
جپنا جپتی ہوتی V;HAB;FEM;SG;1;LGSPEC4
علاج کرنا علاج کرتی تھیں V;HAB;FEM;PL;2;PST
ٹوٹنا ٹوٹتی ہو گی V;HAB;FEM;SG;2;LGSPEC3
دکھانا دکھا رہے ہیں V;PROG;MASC;PL;1;PRS
جلانا جلاتی ہوں V;HAB;FEM;SBJV;PL;3
جلنا جلی ہوں گی V;PRF;FEM;PL;1;LGSPEC3
جاگنا جاگی ہیں V;PRF;FEM;PL;1;PRS
لکھنا تم لکھو گی V;FEM;SBJV;PL;2
ایسی تیسی کرنا ایسی تیسی کر رہی ہوں V;PROG;FEM;SBJV;PL;1
ٹوٹنا ٹوٹی ہے V;PRF;FEM;SG;3;PRS
پہنچنا پہنچی ہو گی V;PRF;FEM;SG;3;LGSPEC3
سوچنا سوچی ہوتی V;PRF;FEM;SG;3;LGSPEC4
مٹنا تم مٹو V;SBJV;PL;2
رونا روۓ ہو V;PRF;MASC;SBJV;PL;2
غلط کرنا غلط کرتی ہوتی V;HAB;MASC;PL;1;LGSPEC4
انکار کرنا انکار کیی ہوتی V;PRF;FEM;PL;3;LGSPEC4
سیکھنا سیکھتی تھی V;HAB;FEM;SG;2;PST
ٹوٹنا ٹوٹ رہے ہوں V;PROG;MASC;SBJV;PL;1
لوٹنا لوٹی ہوتی V;PRF;FEM;SG;3;LGSPEC4
انکار کرنا انکار کر رہی تھے V;PROG;MASC;PL;3;PST
چودنا چود رہی ہو گی V;PROG;FEM;SG;3;LGSPEC3
آدر کرنا یہ وہ آدر کریں گی V;FEM;SBJV;PL;3
پڑھنا پڑھے ہوں گے V;PRF;MASC;PL;1;LGSPEC3
گان کرنا گان کر رہی ہوتی V;PROG;MASC;PL;2;LGSPEC4
غلط کرنا میں غلط کروں V;SBJV;SG;1
جلنا جل رہی ہوں گی V;PROG;FEM;PL;3;LGSPEC3
انکار کرنا انکار کر رہا ہوتا V;PROG;MASC;SG;3;LGSPEC4
ہنسنا ہنسی ہو V;PRF;FEM;SBJV;PL;2
سہمنا سہم رہے ہیں V;PROG;MASC;PL;3;PRS
انکار کرنا انکار کر رہی ہو V;PROG;MASC;PL;2;PRS
اترنا اترتی ہوتی V;HAB;FEM;SG;3;LGSPEC4
آرمبھ کرنا آرمبھ کیا تھا V;PRF;MASC;SG;1;PST
پھل پھل N;NOM;PL
سوچنا سوچ رہی ہوتی V;PROG;FEM;SG;3;LGSPEC4
لوٹنا لوٹا ہو گا V;PRF;MASC;SG;2;LGSPEC3
غلط کرنا غلط کرتا ہوتا V;HAB;MASC;SG;1;LGSPEC4
دوڑنا دوڑتے ہوں گے V;HAB;MASC;PL;3;LGSPEC3
جلنا جلتے ہوتے V;HAB;MASC;PL;1;LGSPEC4
ہنسنا ہنس رہا تھا V;PROG;MASC;SG;1;PST
چڑھنا چڑھے ہیں V;PRF;MASC;PL;1;PRS
لوٹنا لوٹو V;IMP;SG;2;FORM
اترنا اترتے ہوتے V;HAB;MASC;PL;2;LGSPEC4
چڑھنا چڑھے ہوتے V;PRF;MASC;PL;3;LGSPEC4
استعمال کرنا استعمال کیا ہے V;PRF;MASC;SG;3;PRS
سمجھنا سمجھے ہوں V;PRF;MASC;SBJV;PL;1
سوچنا سوچا ہوں V;PRF;MASC;SG;1;PRS
استعمال کرنا استعمال کرتا ہو گا V;HAB;MASC;SG;2;LGSPEC3
سمجھنا سمجھتی ہے V;HAB;FEM;SG;2;PRS
استعمال کرنا استعمال کرتی ہوتی V;HAB;FEM;PL;1;LGSPEC4
آرمبھ کرنا آرمبھ کر رہی ہے V;PROG;FEM;SG;2;PRS
انکار کرنا انکار کیی ہیں V;PRF;MASC;PL;3;PRS
برداشت کرنا برداشت کرتی ہو گی V;HAB;MASC;PL;2;LGSPEC3
لوٹنا لوٹتی ہوں گی V;HAB;FEM;SG;1;LGSPEC3
کھیلنا کھیلتی ہو V;HAB;FEM;SBJV;SG;3
جاگنا جاگتے ہوں V;HAB;MASC;SBJV;PL;1
آدر کرنا آدر کر رہی تھیں V;PROG;FEM;PL;1;PST
آدر کرنا آدر کر رہی تھے V;PROG;MASC;PL;2;PST
استعمال کرنا استعمال کر رہا ہو V;PROG;MASC;SBJV;SG;2
سہمنا سہمتے ہوں گے V;HAB;MASC;PL;3;LGSPEC3
سوپن دیکھنا سوپن دیکھ رہی تھی V;PROG;FEM;SG;3;PST
آشچریہ کرنا آشچریہ کرتی ہو V;HAB;FEM;SBJV;PL;2
چڑھنا چڑھ V;IMP;SG;2;INFM
لکھنا لکھ رہی ہوتی V;PROG;FEM;SG;3;LGSPEC4
جلانا جلا رہی ہو V;PROG;FEM;SBJV;SG;2
دکھانا دکھاتی ہوتی V;HAB;FEM;SG;1;LGSPEC4
جلنا جل رہا ہوتا V;PROG;MASC;SG;1;LGSPEC4
سہمنا سہم رہی ہو V;PROG;FEM;PL;2;PRS
ملانا ملا رہے ہیں V;PROG;MASC;PL;1;PRS
جلانا جلاۓ ہوں V;PRF;MASC;SBJV;PL;1
جھکنا جھک رہے تھے V;PROG;MASC;PL;3;PST
لوٹنا لوٹتی ہوتی V;HAB;FEM;SG;3;LGSPEC4
پڑھنا پڑھ رہے ہو V;PROG;MASC;PL;2;PRS
لگنا لگ رہی ہے V;PROG;FEM;SG;2;PRS
آرام کرنا آرام کر رہا ہوتا V;PROG;MASC;SG;2;LGSPEC4
غلط کرنا غلط کرتی تھے V;HAB;MASC;PL;3;PST
ہنسنا ہنس رہی ہوں گی V;PROG;FEM;PL;3;LGSPEC3
چودنا چودتی ہو گی V;HAB;FEM;SG;2;LGSPEC3
عزت عزت N;VOC;SG
جاگنا جاگتی تھی V;HAB;FEM;SG;1;PST
ایسی تیسی کرنا میں ایسی تیسی کروں گی V;FEM;SBJV;SG;1
اٹھانا اٹھاتا تھا V;HAB;MASC;SG;2;PST
جھانکنا جھانکا ہوں V;PRF;MASC;SBJV;SG;1
ڈھانپنا ڈھانپ رہی تھی V;PROG;FEM;SG;3;PST
انتظار کرنا انتظار کر رہی ہے V;PROG;FEM;SG;2;PRS
ختنہ کرنا ختنہ کر رہا تھا V;PROG;MASC;SG;3;PST
لگنا لگی ہوتی V;PRF;FEM;SG;2;LGSPEC4
سوریہ سوریہ N;ACC;SG
سوپن دیکھنا سوپن دیکھ رہا ہے V;PROG;MASC;SG;2;PRS
سہمنا سہمتی ہوں گی V;HAB;FEM;PL;1;LGSPEC3
آشچریہ کرنا آشچریہ کیی ہیں V;PRF;MASC;PL;3;PRS
علاج کرنا علاج کیی ہوں گی V;PRF;FEM;SG;1;LGSPEC3
سوپن دیکھنا سوپن دیکھے تھے V;PRF;MASC;PL;2;PST
آدمی آدمیوں N;ACC;PL
مٹنا مٹ رہی تھیں V;PROG;FEM;PL;2;PST
چودنا چودتا ہوں V;HAB;MASC;SBJV;SG;1
غلط کرنا تم غلط کرو گے V;MASC;SBJV;PL;2
سکنا سکی ہوں V;PRF;FEM;SBJV;PL;1
جلنا جلتی ہوں گی V;HAB;FEM;SG;1;LGSPEC3
بٹورنا بٹوری ہوں گی V;PRF;FEM;PL;3;LGSPEC3
چومنا چومتے ہو V;HAB;MASC;SBJV;PL;2
جھکنا جھک رہی ہوتی V;PROG;FEM;SG;2;LGSPEC4
آرمبھ کرنا آرمبھ کر رہی ہوتی V;PROG;MASC;PL;1;LGSPEC4
جلنا جلا تھا V;PRF;MASC;SG;3;PST
سمجھنا سمجھی ہے V;PRF;FEM;SG;3;PRS
عیش کرنا عیش کر رہا ہوتا V;PROG;MASC;SG;1;LGSPEC4
اترنا اتر رہی ہوتی V;PROG;FEM;SG;2;LGSPEC4
سہمانا سہما رہی ہوں گے V;PROG;FEM;PL;1;LGSPEC3
ٹوٹنا ٹوٹ رہی ہو گی V;PROG;FEM;SG;2;LGSPEC3
ختنہ کرنا ختنہ کیی ہوتی V;PRF;FEM;SG;3;LGSPEC4
لگنا لگا تھا V;PRF;MASC;SG;3;PST
آرمبھ کرنا آرمبھ کیی ہو V;PRF;MASC;PL;2;PRS
کہنا یہ وہ کہے گا V;MASC;SBJV;SG;3
دکھانا دکھاتے ہوتے V;HAB;MASC;PL;1;LGSPEC4
انتظار کرنا انتظار کر رہی ہو V;PROG;FEM;SBJV;PL;2
دکھانا دکھا رہی ہو V;PROG;FEM;SBJV;SG;3
ڈھانپنا ڈھانپا تھا V;PRF;MASC;SG;1;PST
چاٹنا یہ وہ چاٹیں V;SBJV;PL;3
غلط کرنا غلط کیی ہو V;PRF;MASC;PL;2;PRS
ڈھانپنا ڈھانپ رہا ہو V;PROG;MASC;SBJV;SG;2
حق حق N;NOM;SG
اترنا اترتی ہوتی V;HAB;FEM;SG;2;LGSPEC4
آشچریہ کرنا آشچریہ کیا ہوتا V;PRF;MASC;SG;3;LGSPEC4
دوڑنا دوڑتی ہے V;HAB;FEM;SG;2;PRS
سمجھنا سمجھ رہے ہوں V;PROG;MASC;SBJV;PL;1
گان کرنا گان کر رہی ہوں V;PROG;MASC;SBJV;PL;1
کہنا کہتا ہوتا V;HAB;MASC;SG;3;LGSPEC4
چاٹنا چاٹ رہے ہو گے V;PROG;MASC;PL;2;LGSPEC3
کھیلنا کھیلتے ہو V;HAB;MASC;PL;2;PRS
پہنچنا پہنچتی ہے V;HAB;FEM;SG;2;PRS
گان کرنا گان کر رہی تھیں V;PROG;FEM;PL;1;PST
صوبہ صوبے N;NOM;PL
بولنا بولتے ہوتے V;HAB;MASC;PL;3;LGSPEC4
سکنا سکا تھا V;PRF;MASC;SG;2;PST
گان کرنا گان کیی تھے V;PRF;MASC;PL;1;PST
علاج کرنا علاج کر رہی ہوتی V;PROG;MASC;PL;3;LGSPEC4
ڈھانپنا تو ڈھانپے V;SBJV;SG;2
ملانا ملائیے V;IMP;PL;2;FORM
چاٹنا چاٹتی تھی V;HAB;FEM;SG;2;PST
پہنچنا پہنچتا ہوتا V;HAB;MASC;SG;2;LGSPEC4
عیش کرنا یہ وہ عیش کرے گا V;MASC;SBJV;SG;3
سوچنا سوچ رہا تھا V;PROG;MASC;SG;3;PST
جھانکنا جھانکتے ہوں V;HAB;MASC;SBJV;PL;1
سوپن دیکھنا یہ وہ سوپن دیکھے گا V;MASC;SBJV;SG;3
کہنا کہتا ہوتا V;HAB;MASC;SG;1;LGSPEC4
ایسی تیسی کرنا ایسی تیسی کرتا ہو گا V;HAB;MASC;SG;2;LGSPEC3
پڑھنا پڑھی ہوں گی V;PRF;FEM;PL;1;LGSPEC3
رونا تم روؤ گی V;FEM;SBJV;PL;2
ساکھ ساکھ N;VOC;SG
لکھنا لکھا ہے V;PRF;MASC;SG;3;PRS
پہنچنا تم پہنچو V;SBJV;PL;2
لگنا یہ وہ لگیں V;SBJV;PL;3
چاہنا چاہ رہا ہے V;PROG;MASC;SG;2;PRS
انکار کرنا انکار کیی ہوتی V;PRF;FEM;SG;1;LGSPEC4
انتظار کرنا انتظار کیی ہیں V;PRF;MASC;PL;3;PRS
آشچریہ کرنا آشچریہ کیی ہوں V;PRF;FEM;SBJV;PL;3
چڑھنا میں چڑھوں گا V;MASC;SBJV;SG;1
چڑھنا چڑھ رہا ہوں گا V;PROG;MASC;SG;1;LGSPEC3
سیکھنا یہ وہ سیکھے V;SBJV;SG;3
دوڑنا دوڑتی ہوں گی V;HAB;FEM;PL;1;LGSPEC3
ڈھانپنا ڈھانپے ہوں V;PRF;MASC;SBJV;PL;3
آدر کرنا میں آدر کروں V;SBJV;SG;1
جاگنا جاگے ہو V;PRF;MASC;SBJV;PL;2
جپنا جپ رہی ہو V;PROG;FEM;SBJV;PL;2
آشچریہ کرنا آشچریہ کر رہی ہوں گی V;PROG;MASC;PL;1;LGSPEC3
ختنہ کرنا میں ختنہ کروں گی V;FEM;SBJV;SG;1
ایسی تیسی کرنا ایسی تیسی کیی ہے V;PRF;FEM;SG;3;PRS
پہنچنا پہنچ رہا تھا V;PROG;MASC;SG;1;PST
لوٹنا لوٹتے ہوتے V;HAB;MASC;PL;1;LGSPEC4
برداشت کرنا برداشت کر رہی ہوں گی V;PROG;FEM;PL;1;LGSPEC3
ملانا ملاتی تھی V;HAB;FEM;SG;1;PST
جپنا جپ رہی ہو گی V;PROG;FEM;SG;2;LGSPEC3
بہنا بہی ہیں V;PRF;FEM;PL;3;PRS
دکھانا دکھا V;IMP;SG;2;INFM
بہنا یہ وہ بہیں گی V;FEM;SBJV;PL;3
چومنا چوم رہی ہوتی V;PROG;FEM;SG;1;LGSPEC4
آگرہ کرنا آگرہ کرتی تھی V;HAB;FEM;SG;1;PST
لگنا لگ رہی ہوتی V;PROG;FEM;PL;3;LGSPEC4
انتظار کرنا انتظار کرتا ہو V;HAB;MASC;SBJV;SG;3
سیکھنا سیکھتے ہیں V;HAB;MASC;PL;3;PRS
خریدنا خریدے ہو V;PRF;MASC;PL;2;PRS
سیکھنا سیکھ رہے ہوں گے V;PROG;MASC;PL;1;LGSPEC3
خریدنا خریدی ہو گی V;PRF;FEM;SG;2;LGSPEC3
پہنچنا پہنچتے ہو V;HAB;MASC;PL;2;PRS
غلط کرنا یہ وہ غلط کریں گے V;MASC;SBJV;PL;3
مٹنا مٹ رہی ہوتی V;PROG;FEM;SG;1;LGSPEC4
بہنا بہتے تھے V;HAB;MASC;PL;3;PST
گدھا گدھو N;VOC;PL
چومنا میں چوموں V;SBJV;SG;1
جھانکنا جھانک رہی ہوں V;PROG;FEM;SBJV;PL;3
پہنچنا پہنچتا تھا V;HAB;MASC;SG;3;PST
ملانا ملا رہی ہوتی V;PROG;FEM;SG;1;LGSPEC4
ختنہ کرنا ختنہ کر رہی تھے V;PROG;MASC;PL;3;PST
روگ روگوں N;ACC;PL
غلط کرنا غلط کر رہی تھیں V;PROG;FEM;PL;3;PST
جاگنا جاگ رہے ہو V;PROG;MASC;PL;2;PRS
ہنسنا تو ہنسے گی V;FEM;SBJV;SG;2
ملانا ملاتے ہوتے V;HAB;MASC;PL;1;LGSPEC4
اٹھانا اٹھا رہا ہوتا V;PROG;MASC;SG;1;LGSPEC4
ہنسنا ہنسا تھا V;PRF;MASC;SG;2;PST
اٹھنا اٹھ رہی ہو گی V;PROG;FEM;PL;2;LGSPEC3
عیش کرنا عیش کیی تھی V;PRF;FEM;SG;3;PST
مٹنا ہم مٹیں گے V;MASC;SBJV;PL;1
لوٹنا لوٹ رہے ہوں گے V;PROG;MASC;PL;1;LGSPEC3
سمجھنا سمجھی تھیں V;PRF;FEM;PL;2;PST
پڑھنا پڑھتی تھی V;HAB;FEM;SG;3;PST
ہنسنا ہنس رہی ہو V;PROG;FEM;SBJV;SG;3
بٹورنا بٹورا ہوں V;PRF;MASC;SG;1;PRS
لکھنا لکھ رہا ہے V;PROG;MASC;SG;2;PRS
خراش خراشیں N;NOM;PL
اٹھانا اٹھاتا ہوں V;HAB;MASC;SG;1;PRS
ٹوٹنا ٹوٹ رہی ہوتی V;PROG;FEM;SG;1;LGSPEC4
عیش کرنا عیش کر رہی تھے V;PROG;MASC;PL;1;PST
لکھنا لکھا ہو V;PRF;MASC;SBJV;SG;3
سوپن دیکھنا سوپن دیکھتی ہوتی V;HAB;FEM;SG;1;LGSPEC4
چومنا چوم رہی ہوتی V;PROG;FEM;PL;1;LGSPEC4
جاگنا جاگے ہوں گے V;PRF;MASC;PL;1;LGSPEC3
مارگ مارگ N;NOM;PL
جاگنا جاگی ہوں V;PRF;FEM;SBJV;PL;1
انکار کرنا انکار کر رہی ہوں گی V;PROG;FEM;SG;1;LGSPEC3
جلانا جلائی ہو گی V;PRF;FEM;SG;2;LGSPEC3
جپنا میں جپوں گا V;MASC;SBJV;SG;1
جپنا جپ رہے ہوں گے V;PROG;MASC;PL;3;LGSPEC3
کہنا کہ رہے ہوتے V;PROG;MASC;PL;2;LGSPEC4
دیکھنا دیکھ رہا ہوں V;PROG;MASC;SBJV;SG;1
جھانکنا جھانک رہی تھیں V;PROG;FEM;PL;1;PST
آدر کرنا آدر کیی ہوتی V;PRF;FEM;PL;3;LGSPEC4
چڑھنا چڑھا ہوتا V;PRF;MASC;SG;1;LGSPEC4
چاٹنا چاٹے ہیں V;PRF;MASC;PL;3;PRS
استعمال کرنا استعمال کرتی ہیں V;HAB;MASC;PL;1;PRS
بٹورنا بٹور رہے ہوتے V;PROG;MASC;PL;2;LGSPEC4
پڑھنا پڑھی ہے V;PRF;FEM;SG;2;PRS
غلط کرنا غلط کیی تھے V;PRF;MASC;PL;3;PST
جھکنا تم جھکو V;SBJV;PL;2
اٹھانا اٹھا رہا تھا V;PROG;MASC;SG;3;PST
جاگنا جاگا ہو V;PRF;MASC;SBJV;SG;2
دوڑنا دوڑتی تھی V;HAB;FEM;SG;2;PST
سہمانا سہماتی ہوں گی V;HAB;FEM;SG;1;LGSPEC3
خریدنا خریدا ہوتا V;PRF;MASC;SG;2;LGSPEC4
آرمبھ کرنا آرمبھ کیی ہوں V;PRF;FEM;SBJV;PL;3
ملانا ملا رہی ہو V;PROG;FEM;PL;2;PRS
اٹھنا اٹھا تھا V;PRF;MASC;SG;2;PST
چاٹنا چاٹے ہو گے V;PRF;MASC;PL;2;LGSPEC3
سہمنا سہمی ہوتی V;PRF;FEM;PL;2;LGSPEC4
اٹھانا اٹھایا تھا V;PRF;MASC;SG;3;PST
مٹنا مٹو V;IMP;SG;2;FORM
سمجھنا سمجھ رہی ہوتی V;PROG;FEM;SG;3;LGSPEC4
جاگنا جاگ رہی ہوں V;PROG;FEM;SBJV;PL;1
اترنا اترتی ہوں V;HAB;FEM;SBJV;PL;3
کتاب کتابوں N;ACC;PL
اترنا اتری ہو V;PRF;FEM;PL;2;PRS
چودنا چودی ہوتی V;PRF;FEM;SG;2;LGSPEC4
استعمال کرنا استعمال کرتی ہو V;HAB;FEM;SBJV;PL;2
عیش کرنا عیش کرتی ہیں V;HAB;FEM;PL;1;PRS
جلانا جلا رہا ہو گا V;PROG;MASC;SG;2;LGSPEC3
عیش کرنا عیش کرتی ہو گی V;HAB;FEM;SG;3;LGSPEC3
انکار کرنا انکار کیی ہوتی V;PRF;MASC;PL;1;LGSPEC4
بٹورنا بٹورتی تھی V;HAB;FEM;SG;2;PST
آشچریہ کرنا یہ وہ آشچریہ کرے گا V;MASC;SBJV;SG;3
بہنا بہتی ہے V;HAB;FEM;SG;3;PRS
بٹورنا بٹورتی ہوں V;HAB;FEM;SG;1;PRS
اٹھنا اٹھتے تھے V;HAB;MASC;PL;2;PST
دوڑنا دوڑ رہی ہو V;PROG;FEM;SBJV;PL;2
عیش کرنا عیش کیی ہے V;PRF;FEM;SG;2;PRS
جلنا جل رہی ہیں V;PROG;FEM;PL;3;PRS
کھیلنا کھیلی ہے V;PRF;FEM;SG;2;PRS
خریدنا خریدی ہے V;PRF;FEM;SG;2;PRS
عیش کرنا عیش کر رہا تھا V;PROG;MASC;SG;3;PST
بٹورنا بٹور رہا ہو V;PROG;MASC;SBJV;SG;3
دکھانا دکھا رہے تھے V;PROG;MASC;PL;3;PST
غلط کرنا غلط کر رہی ہوں V;PROG;FEM;SBJV;SG;1
آگرہ کرنا آگرہ کرتا ہوتا V;HAB;MASC;SG;3;LGSPEC4
لوٹنا لوٹے ہوں V;PRF;MASC;SBJV;PL;3
چڑھنا یہ وہ چڑھے V;SBJV;SG;3
آشچریہ کرنا آشچریہ کرتی ہوتی V;HAB;MASC;PL;1;LGSPEC4
ٹوٹنا ہم ٹوٹیں گے V;MASC;SBJV;PL;1
اٹھانا ہم اٹھایں گی V;FEM;SBJV;PL;1
بہنا بہ رہے ہیں V;PROG;MASC;PL;3;PRS
خریدنا ہم خریدیں V;SBJV;PL;1
غلط کرنا غلط کیی تھی V;PRF;FEM;SG;2;PST
اٹھانا اٹھائی ہوتی V;PRF;FEM;PL;1;LGSPEC4
جلانا میں جلاوں گی V;FEM;SBJV;SG;1
کہنا کہتے ہو V;HAB;MASC;SBJV;PL;2
پڑھنا ہم پڑھیں گے V;MASC;SBJV;PL;1
سوپن دیکھنا سوپن دیکھا ہوں V;PRF;MASC;SG;1;PRS
آرمبھ کرنا آرمبھ کیا ہوتا V;PRF;MASC;SG;1;LGSPEC4
دیکھنا دیکھی تھی V;PRF;FEM;SG;2;PST
برداشت کرنا برداشت کر رہا ہوں V;PROG;MASC;SG;1;PRS
سوچنا سوچی ہو گی V;PRF;FEM;SG;3;LGSPEC3
سمجھنا سمجھتا ہوں V;HAB;MASC;SBJV;SG;1
سوداگر سوداگر N;VOC;SG
اٹھنا اٹھی ہوتی V;PRF;FEM;SG;1;LGSPEC4
ملانا ملا V;IMP;SG;2;INFM
چاٹنا چاٹتی ہوتی V;HAB;FEM;SG;2;LGSPEC4
عیش کرنا عیش کرتا ہوتا V;HAB;MASC;SG;3;LGSPEC4
چودنا چودتی ہوں V;HAB;FEM;SBJV;SG;1
جلانا جلاتی تھیں V;HAB;FEM;PL;1;PST
اترنا اتری ہو V;PRF;FEM;SBJV;SG;2
دیکھنا دیکھ رہا تھا V;PROG;MASC;SG;3;PST
خریدنا خرید رہا ہوں گا V;PROG;MASC;SG;1;LGSPEC3
آگرہ کرنا آگرہ کرتی ہوتی V;HAB;FEM;SG;2;LGSPEC4
لگنا لگی تھی V;PRF;FEM;SG;2;PST
ایسی تیسی کرنا ایسی تیسی کر رہی تھیں V;PROG;FEM;PL;3;PST
تماشہ تماشو N;VOC;PL
جاگنا جاگ رہی ہو گی V;PROG;FEM;PL;2;LGSPEC3
انار انارو N;VOC;PL
سمجھنا سمجھے تھے V;PRF;MASC;PL;2;PST
اٹھانا اٹھا رہے ہو V;PROG;MASC;PL;2;PRS
جھانکنا جھانکے ہوں V;PRF;MASC;SBJV;PL;3
سمجھنا میں سمجھوں V;SBJV;SG;1
چودنا چودی ہوں V;PRF;FEM;SBJV;PL;3
دوڑنا دوڑتے ہو V;HAB;MASC;PL;2;PRS
سکنا سک رہے ہوں V;PROG;MASC;SBJV;PL;1
علاج کرنا علاج کیی ہوں V;PRF;MASC;SBJV;PL;3
ملانا ملا رہا ہے V;PROG;MASC;SG;2;PRS
اٹھنا اٹھے ہوتے V;PRF;MASC;PL;2;LGSPEC4
مٹنا مٹ رہے تھے V;PROG;MASC;PL;2;PST
سوپن دیکھنا سوپن دیکھ رہے ہو V;PROG;MASC;PL;2;PRS
ٹوٹنا تو ٹوٹے گی V;FEM;SBJV;SG;2
رونا روتے تھے V;HAB;MASC;PL;3;PST
سہمانا سہمایا تھا V;PRF;MASC;SG;3;PST
ملانا ملاۓ ہوں گے V;PRF;MASC;PL;1;LGSPEC3
جاگنا جاگنے V;NFIN;LGSPEC2
بولنا یہ وہ بولے V;SBJV;SG;3
آدر کرنا آدر کرتی ہیں V;HAB;FEM;PL;3;PRS
جیبھ جیبھو N;VOC;PL
انتظار کرنا انتظار کرتا ہوتا V;HAB;MASC;SG;3;LGSPEC4
علاج کرنا علاج کیی تھی V;PRF;FEM;SG;1;PST
اٹھانا اٹھایا تھا V;PRF;MASC;SG;1;PST
سکنا سکتا تھا V;HAB;MASC;SG;2;PST
اٹھانا اٹھاتی ہو V;HAB;FEM;PL;2;PRS
پڑھنا پڑھتا ہوتا V;HAB;MASC;SG;2;LGSPEC4
ایسی تیسی کرنا ایسی تیسی کرتی ہوتی V;HAB;FEM;PL;1;LGSPEC4
شبدکوش شبدکوش N;VOC;SG
لکھنا لکھا ہو گا V;PRF;MASC;SG;2;LGSPEC3
چاہنا چاہتی ہوتی V;HAB;FEM;PL;1;LGSPEC4
سوپن دیکھنا سوپن دیکھ رہے ہیں V;PROG;MASC;PL;1;PRS
جلانا تو جلاۓ گا V;MASC;SBJV;SG;2
پہنچنا یہ وہ پہنچے گی V;FEM;SBJV;SG;3
جپنا جپی ہو V;PRF;FEM;SBJV;SG;3
آرام کرنا آرام کرتی تھی V;HAB;FEM;SG;1;PST
سہمنا سہم رہی ہوتی V;PROG;FEM;PL;2;LGSPEC4
پہنچنا پہنچ رہی ہیں V;PROG;FEM;PL;3;PRS
سوپن دیکھنا تم سوپن دیکھو V;SBJV;PL;2
لگنا لگا ہوں گا V;PRF;MASC;SG;1;LGSPEC3
چودنا چود رہی ہو V;PROG;FEM;SBJV;SG;3
لگنا لگتا تھا V;HAB;MASC;SG;3;PST
دیکھنا دیکھ رہے ہوتے V;PROG;MASC;PL;2;LGSPEC4
پہنچنا پہنچ V;IMP;SG;2;INFM
لگنا لگ رہی تھی V;PROG;FEM;SG;3;PST
جلانا جلا رہا ہوتا V;PROG;MASC;SG;2;LGSPEC4
بٹورنا بٹورتی ہوں گی V;HAB;FEM;PL;3;LGSPEC3
جلانا جلاتی ہے V;HAB;FEM;SG;3;PRS
دیکھنا دیکھتی ہے V;HAB;FEM;SG;2;PRS
آدر کرنا آدر کیی ہوتی V;PRF;FEM;PL;1;LGSPEC4
سہمنا سہمے ہو V;PRF;MASC;SBJV;PL;2
سیکھنا سیکھی ہوں V;PRF;FEM;SG;1;PRS
اٹھانا اٹھائی ہوں V;PRF;FEM;SBJV;SG;1
دکھانا یہ وہ دکھاۓ گا V;MASC;SBJV;SG;3
ختنہ کرنا ختنہ کیا ہوتا V;PRF;MASC;SG;1;LGSPEC4
لگنا لگتا ہو گا V;HAB;MASC;SG;3;LGSPEC3
چودنا چود رہا تھا V;PROG;MASC;SG;1;PST
غلط کرنا تم غلط کرو V;SBJV;PL;2
آشچریہ کرنا آشچریہ کرتی ہو V;HAB;MASC;SBJV;PL;2
لکھنا لکھی ہوں V;PRF;FEM;SBJV;SG;1
کھیلنا کھیلی ہوتی V;PRF;FEM;SG;1;LGSPEC4
برداشت کرنا برداشت کرتی ہے V;HAB;FEM;SG;2;PRS
برداشت کرنا برداشت کر V;IMP;SG;2;INFM
رنگ رنگ N;NOM;PL
ہنسنا ہنستی ہوں V;HAB;FEM;SBJV;PL;1
انتظار کرنا انتظار کر رہی ہو گی V;PROG;FEM;SG;3;LGSPEC3
سہمنا سہم رہے ہوں گے V;PROG;MASC;PL;1;LGSPEC3
چودنا چودی ہوں گی V;PRF;FEM;PL;3;LGSPEC3
آرام کرنا آرام کرتی ہوں V;HAB;MASC;SBJV;PL;1
ختنہ کرنا ختنہ کیی تھیں V;PRF;FEM;PL;1;PST
پہنچنا پہنچ رہے ہیں V;PROG;MASC;PL;1;PRS
کہنا کہ رہی ہیں V;PROG;FEM;PL;1;PRS
دکھانا دکھا رہی تھیں V;PROG;FEM;PL;1;PST
سکنا سک رہا ہے V;PROG;MASC;SG;2;PRS
چودنا چود رہی ہو گی V;PROG;FEM;SG;2;LGSPEC3
اٹھنا اٹھتی ہے V;HAB;FEM;SG;3;PRS
سوپن دیکھنا سوپن دیکھتی ہوں V;HAB;FEM;SBJV;SG;1
اٹھنا اٹھ رہی تھیں V;PROG;FEM;PL;3;PST
سہمانا سہمایا ہوں گا V;PRF;MASC;SG;1;LGSPEC3
دیکھنا دیکھا ہوں گا V;PRF;MASC;SG;1;LGSPEC3
جلنا جل رہے ہوں گے V;PROG;MASC;PL;1;LGSPEC3
استعمال کرنا استعمال کرتا ہو V;HAB;MASC;SBJV;SG;2
ایسی تیسی کرنا ایسی تیسی کر رہی ہوں V;PROG;MASC;SBJV;PL;3
آدر کرنا آدر کرتا ہوتا V;HAB;MASC;SG;2;LGSPEC4
مٹنا مٹ رہے ہوتے V;PROG;MASC;PL;1;LGSPEC4
جھانکنا جھانک رہے تھے V;PROG;MASC;PL;2;PST
ختنہ کرنا ختنہ کر رہی ہوں V;PROG;FEM;SG;1;PRS
دوڑنا دوڑ رہی ہوتی V;PROG;FEM;PL;2;LGSPEC4
بہنا بہتا ہے V;HAB;MASC;SG;2;PRS
سہمانا سہماتا ہے V;HAB;MASC;SG;2;PRS
لکھنا لکھتی تھیں V;HAB;FEM;PL;1;PST
غلط کرنا غلط کرتی ہوں گی V;HAB;MASC;PL;1;LGSPEC3
پڑھنا پڑھتا ہو V;HAB;MASC;SBJV;SG;3
کہنا کہتے ہوتے V;HAB;MASC;PL;3;LGSPEC4
سوچنا سوچ رہی ہو V;PROG;FEM;SBJV;PL;2
کھیلنا کھیل رہی ہیں V;PROG;FEM;PL;1;PRS
اٹھنا اٹھتی ہوں گی V;HAB;FEM;SG;1;LGSPEC3
چڑھنا چڑھے ہو گے V;PRF;MASC;PL;2;LGSPEC3
مٹنا مٹی ہو V;PRF;FEM;SBJV;PL;2
انتظار کرنا انتظار کیی تھیں V;PRF;FEM;PL;3;PST
اترنا اترتی ہوتی V;HAB;FEM;PL;1;LGSPEC4
پہنچنا پہنچے تھے V;PRF;MASC;PL;2;PST
چومنا چومتی ہوتی V;HAB;FEM;SG;1;LGSPEC4
اٹھنا اٹھتی ہو V;HAB;FEM;SBJV;PL;2
ملانا ملاتی ہوتی V;HAB;FEM;PL;2;LGSPEC4
جلنا جلتے ہو V;HAB;MASC;SBJV;PL;2
اٹھانا اٹھاتی ہے V;HAB;FEM;SG;2;PRS
پڑھنا پڑھے ہو V;PRF;MASC;PL;2;PRS
رونا رو رہی ہے V;PROG;FEM;SG;3;PRS
ایسی تیسی کرنا ایسی تیسی کیی ہو V;PRF;FEM;SBJV;SG;2
سوپن دیکھنا سوپن دیکھی ہوتی V;PRF;FEM;PL;3;LGSPEC4
جلانا ہم جلایں گی V;FEM;SBJV;PL;1
اٹھنا اٹھا ہوں V;PRF;MASC;SBJV;SG;1
علاج کرنا علاج کرتا ہوتا V;HAB;MASC;SG;2;LGSPEC4
جاگنا جاگے ہوتے V;PRF;MASC;PL;2;LGSPEC4
دکھانا دکھاتی ہے V;HAB;FEM;SG;3;PRS
سہمانا سہمائی ہے V;PRF;FEM;SG;2;PRS
مٹنا مٹ رہی ہوں V;PROG;FEM;SG;1;PRS
سہمانا سہماتا ہو گا V;HAB;MASC;SG;3;LGSPEC3
برداشت کرنا برداشت کیا ہو V;PRF;MASC;SBJV;SG;2
اترنا اتر رہی ہوں V;PROG;FEM;SBJV;PL;3
اٹھانا اٹھا رہے ہیں V;PROG;MASC;PL;1;PRS
آرام کرنا آرام کیی ہوتی V;PRF;FEM;PL;3;LGSPEC4
خریدنا خرید رہی ہیں V;PROG;FEM;PL;1;PRS
مٹنا مٹتا ہوتا V;HAB;MASC;SG;1;LGSPEC4
علاج کرنا علاج کرتی ہوتی V;HAB;MASC;PL;1;LGSPEC4
برداشت کرنا برداشت کرتا تھا V;HAB;MASC;SG;3;PST
کہنا کہتی ہوتی V;HAB;FEM;PL;3;LGSPEC4
دکھانا دکھائی ہے V;PRF;FEM;SG;3;PRS
کھیلنا کھیل رہے ہو V;PROG;MASC;SBJV;PL;2
کھیلنا کھیل رہا ہو V;PROG;MASC;SBJV;SG;2
آشچریہ کرنا آشچریہ کیی ہو گی V;PRF;FEM;SG;3;LGSPEC3
گان کرنا گان کرتا تھا V;HAB;MASC;SG;1;PST
رونا رو رہا تھا V;PROG;MASC;SG;2;PST
سہمنا سہم رہی ہوں گی V;PROG;FEM;SG;1;LGSPEC3
چاہنا چاہتی ہوں گی V;HAB;FEM;PL;3;LGSPEC3
جلانا جلاتا ہو گا V;HAB;MASC;SG;2;LGSPEC3
سیکھنا سیکھ رہی ہوں V;PROG;FEM;SBJV;PL;1
جلانا جلایا ہو گا V;PRF;MASC;SG;2;LGSPEC3
آرام کرنا آرام کرتا تھا V;HAB;MASC;SG;1;PST
کھیلنا کھیل رہے تھے V;PROG;MASC;PL;1;PST
کہنا کہ رہی ہو گی V;PROG;FEM;SG;3;LGSPEC3
بہنا بہتی ہیں V;HAB;FEM;PL;1;PRS
علاج کرنا ہم علاج کریں گے V;MASC;SBJV;PL;1
بجلی بجلی N;ACC;SG
ہنسنا ہنستے ہوں V;HAB;MASC;SBJV;PL;3
لگنا لگئیے V;IMP;PL;2;FORM
دکھانا دکھا رہی ہوتی V;PROG;FEM;SG;1;LGSPEC4
دکھانا دکھائی تھی V;PRF;FEM;SG;1;PST
ڈھانپنا ڈھانپتی ہوتی V;HAB;FEM;PL;3;LGSPEC4
کہنا کہ رہا ہو V;PROG;MASC;SBJV;SG;3
چڑھنا چڑھتے ہوں گے V;HAB;MASC;PL;3;LGSPEC3
اترنا اترے ہیں V;PRF;MASC;PL;1;PRS
بارش بارشو N;VOC;PL
سہمنا سہم رہی ہوتی V;PROG;FEM;PL;1;LGSPEC4
ہنسنا ہنستے ہیں V;HAB;MASC;PL;1;PRS
مٹنا مٹتے تھے V;HAB;MASC;PL;2;PST
چومنا چومتا ہے V;HAB;MASC;SG;3;PRS
کہنا کہے ہوں گے V;PRF;MASC;PL;3;LGSPEC3
ٹوٹنا ٹوٹ رہا تھا V;PROG;MASC;SG;3;PST
چومنا چومتی ہوتی V;HAB;FEM;PL;3;LGSPEC4
کھیلنا کھیل رہی ہو گی V;PROG;FEM;PL;2;LGSPEC3
دوڑنا دوڑتی ہوتی V;HAB;FEM;PL;3;LGSPEC4
آشچریہ کرنا آشچریہ کرتی ہوں V;HAB;FEM;SG;1;PRS
سکنا سکی ہوں V;PRF;FEM;SBJV;SG;1
سوچنا سوچی ہوں V;PRF;FEM;SBJV;PL;3
سمجھنا سمجھے ہوں V;PRF;MASC;SBJV;PL;3
سمجھنا سمجھ رہا تھا V;PROG;MASC;SG;3;PST
انتظار کرنا انتظار کیجئے V;IMP;PL;2;FORM
لکھنا لکھے ہوتے V;PRF;MASC;PL;3;LGSPEC4
چودنا چودی ہوں گی V;PRF;FEM;SG;1;LGSPEC3
چڑھنا میں چڑھوں گی V;FEM;SBJV;SG;1
کہنا کہی ہوں V;PRF;FEM;SG;1;PRS
سرپ سرپو N;VOC;PL
لکھنا یہ وہ لکھیں گی V;FEM;SBJV;PL;3
جھکنا جھکی تھی V;PRF;FEM;SG;3;PST
بہنا بہی ہوں گی V;PRF;FEM;PL;3;LGSPEC3
برداشت کرنا تم برداشت کرو گی V;FEM;SBJV;PL;2
سکنا یہ وہ سکیں گے V;MASC;SBJV;PL;3
خریدنا خرید رہا ہو V;PROG;MASC;SBJV;SG;3
سہمنا سہمتی ہو V;HAB;FEM;SBJV;SG;2
چاہنا چاہتا ہے V;HAB;MASC;SG;3;PRS
آرمبھ کرنا آرمبھ کیی ہے V;PRF;FEM;SG;2;PRS
آشچریہ کرنا آشچریہ کر رہی تھی V;PROG;FEM;SG;1;PST
دوڑنا دوڑی تھیں V;PRF;FEM;PL;2;PST
ملانا ملا رہا ہوں گا V;PROG;MASC;SG;1;LGSPEC3
آگرہ کرنا آگرہ کرتی ہوتی V;HAB;FEM;PL;2;LGSPEC4
گانا گانے N;VOC;SG
جپنا جپے ہیں V;PRF;MASC;PL;1;PRS
چودنا چود رہی ہوتی V;PROG;FEM;SG;2;LGSPEC4
انتظار کرنا انتظار کیا تھا V;PRF;MASC;SG;3;PST
سیکھنا سیکھی ہوتی V;PRF;FEM;SG;3;LGSPEC4
سمجھنا سمجھتی ہوں V;HAB;FEM;SG;1;PRS
سوپن دیکھنا سوپن دیکھ رہا ہے V;PROG;MASC;SG;3;PRS
کہنا ہم کہیں گی V;FEM;SBJV;PL;1
جلنا میں جلوں گا V;MASC;SBJV;SG;1
گانا گانو N;VOC;PL
کنارہ کنارے N;ACC;SG
ایسی تیسی کرنا ایسی تیسی کیی ہو V;PRF;FEM;SBJV;SG;3
اٹھنا اٹھتے ہو V;HAB;MASC;SBJV;PL;2
استعمال کرنا استعمال کر رہی ہوتی V;PROG;MASC;PL;1;LGSPEC4
اترنا اترا ہوں V;PRF;MASC;SG;1;PRS
لکھنا لکھے ہوں V;PRF;MASC;SBJV;PL;3
خریدنا خریدتی ہوتی V;HAB;FEM;SG;2;LGSPEC4
سمجھنا سمجھ رہی ہو گی V;PROG;FEM;PL;2;LGSPEC3
پڑھنا پڑھی ہو V;PRF;FEM;SBJV;SG;3
دکھانا دکھا رہی ہوں گے V;PROG;FEM;PL;1;LGSPEC3
لوٹنا لوٹتی ہوں گی V;HAB;FEM;PL;1;LGSPEC3
گان کرنا گان کرتا ہو گا V;HAB;MASC;SG;3;LGSPEC3
چومنا چوم رہی تھی V;PROG;FEM;SG;3;PST
سوپن دیکھنا سوپن دیکھ رہا ہوتا V;PROG;MASC;SG;2;LGSPEC4
اترنا اتر رہی تھیں V;PROG;FEM;PL;2;PST
سکنا سکی ہوں گی V;PRF;FEM;SG;1;LGSPEC3
پہنچنا پہنچتا ہو V;HAB;MASC;SBJV;SG;3
غلط کرنا غلط کر رہی ہوتی V;PROG;MASC;PL;3;LGSPEC4
ملانا ملا رہی تھیں V;PROG;FEM;PL;2;PST
ٹوٹنا ٹوٹتا تھا V;HAB;MASC;SG;2;PST
ڈھانپنا ڈھانپ رہی ہوتی V;PROG;FEM;PL;2;LGSPEC4
سکنا سکا ہے V;PRF;MASC;SG;3;PRS
ختنہ کرنا ختنہ کر رہی تھے V;PROG;MASC;PL;2;PST
کھیلنا کھیلے ہوتے V;PRF;MASC;PL;3;LGSPEC4
لیکھک لیکھک N;NOM;SG
پہنچنا پہنچا ہوں V;PRF;MASC;SBJV;SG;1
چومنا چوم رہی ہوں V;PROG;FEM;SBJV;SG;1
انکار کرنا انکار کرتا ہوتا V;HAB;MASC;SG;1;LGSPEC4
لکھنا لکھتا ہوں گا V;HAB;MASC;SG;1;LGSPEC3
لوٹنا یہ وہ لوٹے گی V;FEM;SBJV;SG;3
ملانا ملا رہی ہوں گی V;PROG;FEM;SG;1;LGSPEC3
چڑھنا چڑھ رہی ہوں گی V;PROG;FEM;PL;3;LGSPEC3
انکار کرنا انکار کیا ہوں گا V;PRF;MASC;SG;1;LGSPEC3
ڈھانپنا ڈھانپے ہیں V;PRF;MASC;PL;1;PRS
بولنا بولتا ہو گا V;HAB;MASC;SG;2;LGSPEC3
سمجھنا سمجھتی ہوں V;HAB;FEM;SBJV;SG;1
ختنہ کرنا ختنہ کرتی ہو گی V;HAB;MASC;PL;2;LGSPEC3
ڈھانپنا ڈھانپ رہی ہو گی V;PROG;FEM;SG;2;LGSPEC3
اٹھانا اٹھاۓ ہیں V;PRF;MASC;PL;1;PRS
سیکھنا سیکھ رہے ہو V;PROG;MASC;PL;2;PRS
اٹھانا اٹھاتا ہوتا V;HAB;MASC;SG;1;LGSPEC4
چاٹنا چاٹے ہو V;PRF;MASC;SBJV;PL;2
جھانکنا ہم جھانکیں V;SBJV;PL;1
سکنا سکتا ہوں V;HAB;MASC;SBJV;SG;1
جلانا جلائی تھیں V;PRF;FEM;PL;1;PST
ڈھانپنا میں ڈھانپوں گا V;MASC;SBJV;SG;1
برداشت کرنا برداشت کیی ہوتی V;PRF;FEM;SG;3;LGSPEC4
چومنا چومے ہوں V;PRF;MASC;SBJV;PL;1
سمجھنا سمجھتی تھیں V;HAB;FEM;PL;1;PST
لکھنا لکھ رہی ہوتی V;PROG;FEM;SG;2;LGSPEC4
چودنا چودی ہوں V;PRF;FEM;SBJV;SG;1
غلط کرنا غلط کیی ہو گی V;PRF;FEM;SG;2;LGSPEC3
پڑھنا پڑھتا ہو گا V;HAB;MASC;SG;3;LGSPEC3
جھانکنا جھانکتی ہے V;HAB;FEM;SG;2;PRS
چاٹنا چاٹ رہے ہوں گے V;PROG;MASC;PL;3;LGSPEC3
بہنا بہتا تھا V;HAB;MASC;SG;1;PST
جانور جانورو N;VOC;PL
سکنا سک رہی ہوتی V;PROG;FEM;SG;3;LGSPEC4
ٹوٹنا ٹوٹتی ہوں V;HAB;FEM;SBJV;PL;3
لوٹنا لوٹ رہا ہوں V;PROG;MASC;SG;1;PRS
آشچریہ کرنا آشچریہ کرتا ہے V;HAB;MASC;SG;2;PRS
بولنا بولتے تھے V;HAB;MASC;PL;2;PST
آرام کرنا آرام کیی ہوتی V;PRF;MASC;PL;3;LGSPEC4
اٹھانا یہ وہ اٹھایں V;SBJV;PL;3
کہنا کہ رہا ہو گا V;PROG;MASC;SG;2;LGSPEC3
اٹھانا اٹھا رہی تھیں V;PROG;FEM;PL;3;PST
سکنا سک رہی تھیں V;PROG;FEM;PL;3;PST
سوپن دیکھنا سوپن دیکھا ہے V;PRF;MASC;SG;3;PRS
برداشت کرنا برداشت کرتی ہوتی V;HAB;MASC;PL;1;LGSPEC4
خریدنا خرید رہی ہیں V;PROG;FEM;PL;3;PRS
آشچریہ کرنا آشچریہ کرتا ہوتا V;HAB;MASC;SG;2;LGSPEC4
جلانا جلاۓ تھے V;PRF;MASC;PL;3;PST
دکھانا دکھا رہی ہو V;PROG;FEM;PL;2;PRS
خریدنا خریدتی ہوں V;HAB;FEM;SBJV;PL;3
ہنسنا ہنسا تھا V;PRF;MASC;SG;1;PST
آرام کرنا آرام کرتی تھی V;HAB;FEM;SG;3;PST
آگرہ کرنا آگرہ کیی تھی V;PRF;FEM;SG;2;PST
ڈھانپنا ڈھانپے ہو V;PRF;MASC;SBJV;PL;2
لوٹنا لوٹتے ہو گے V;HAB;MASC;PL;2;LGSPEC3
آگرہ کرنا آگرہ کیی تھے V;PRF;MASC;PL;3;PST
سوپن دیکھنا سوپن دیکھتا ہے V;HAB;MASC;SG;2;PRS
اٹھانا اٹھاتی ہیں V;HAB;FEM;PL;1;PRS
برداشت کرنا برداشت کیا تھا V;PRF;MASC;SG;2;PST
سوپن دیکھنا یہ وہ سوپن دیکھیں گے V;MASC;SBJV;PL;3
سوستک سوستک N;ACC;SG
پہنچنا پہنچتی تھیں V;HAB;FEM;PL;3;PST
آشچریہ کرنا آشچریہ کیا ہے V;PRF;MASC;SG;2;PRS
سکنا سک رہی ہو V;PROG;FEM;SBJV;SG;3
چراغ چراغ N;ACC;SG
علاج کرنا علاج کرتی ہو V;HAB;FEM;SBJV;SG;2
استعمال کرنا استعمال کر رہی تھیں V;PROG;FEM;PL;2;PST
اترنا اترتی تھی V;HAB;FEM;SG;1;PST
جھانکنا جھانکتی ہوتی V;HAB;FEM;SG;3;LGSPEC4
جپنا جپتی ہوتی V;HAB;FEM;PL;1;LGSPEC4
کنارہ کناروں N;ACC;PL
اٹھنا اٹھتی ہوں V;HAB;FEM;SBJV;PL;1
جلنا جلتی تھیں V;HAB;FEM;PL;2;PST
روٹی روٹی N;VOC;SG
سکنا سک رہے ہیں V;PROG;MASC;PL;1;PRS
چڑھنا چڑھے ہوں گے V;PRF;MASC;PL;1;LGSPEC3
برداشت کرنا میں برداشت کروں گا V;MASC;SBJV;SG;1
جپنا جپتی ہو گی V;HAB;FEM;SG;2;LGSPEC3
جاگنا جاگے ہو V;PRF;MASC;PL;2;PRS
ملانا ملاتی ہوتی V;HAB;FEM;PL;1;LGSPEC4
لگنا لگتے تھے V;HAB;MASC;PL;3;PST
پہنچنا پہنچتا ہے V;HAB;MASC;SG;2;PRS
آگرہ کرنا آگرہ کر رہی ہو V;PROG;FEM;SBJV;SG;2
ٹوٹنا ٹوٹ رہی ہیں V;PROG;FEM;PL;3;PRS
جھکنا جھکی ہو V;PRF;FEM;SBJV;PL;2
انکار کرنا انکار کر رہی ہوں V;PROG;FEM;SBJV;PL;1
غلط کرنا غلط کر رہی ہو گی V;PROG;FEM;SG;3;LGSPEC3
جھکنا جھکا ہوتا V;PRF;MASC;SG;2;LGSPEC4
لکھنا لکھ رہی ہو گی V;PROG;FEM;PL;2;LGSPEC3
آدر کرنا آدر کرتی ہوں V;HAB;MASC;SBJV;PL;1
آدر کرنا آدر کر رہی ہوتی V;PROG;MASC;PL;1;LGSPEC4
دوڑنا دوڑتے ہیں V;HAB;MASC;PL;1;PRS
بھاشا بھاشا N;ACC;SG
اٹھنا اٹھ رہا ہوں V;PROG;MASC;SBJV;SG;1
اٹھانا اٹھاتے ہو V;HAB;MASC;SBJV;PL;2
دیکھنا دیکھا ہوتا V;PRF;MASC;SG;2;LGSPEC4
اٹھانا اٹھاتی ہیں V;HAB;FEM;PL;3;PRS
آشچریہ کرنا آشچریہ کرتی ہیں V;HAB;FEM;PL;3;PRS
سکنا سک رہی ہوں V;PROG;FEM;SBJV;SG;1
چودنا چودتے ہوں V;HAB;MASC;SBJV;PL;3
ملانا یہ وہ ملاۓ V;SBJV;SG;3
ملانا میں ملاوں گی V;FEM;SBJV;SG;1
ڈھانپنا ڈھانپتے ہوتے V;HAB;MASC;PL;1;LGSPEC4
برداشت کرنا برداشت کیی ہوتی V;PRF;FEM;PL;2;LGSPEC4
دوڑنا دوڑ رہی ہوں گی V;PROG;FEM;SG;1;LGSPEC3
سکنا سک رہا ہو V;PROG;MASC;SBJV;SG;3
جلانا جلایا ہے V;PRF;MASC;SG;3;PRS
ہنسنا ہنسے ہوتے V;PRF;MASC;PL;3;LGSPEC4
لکھنا لکھی تھی V;PRF;FEM;SG;2;PST
سکنا سک رہا ہو گا V;PROG;MASC;SG;3;LGSPEC3
اٹھنا اٹھتا تھا V;HAB;MASC;SG;1;PST
آدر کرنا آدر کرتا ہے V;HAB;MASC;SG;2;PRS
جھانکنا جھانکا تھا V;PRF;MASC;SG;2;PST
سہمنا سہمتی ہیں V;HAB;FEM;PL;3;PRS
سوچنا سوچتی ہو V;HAB;FEM;SBJV;SG;2
زبان زبانوں N;ACC;PL
خریدنا خریدے ہیں V;PRF;MASC;PL;1;PRS
برداشت کرنا برداشت کیی ہو V;PRF;FEM;SBJV;PL;2
عیش کرنا عیش کرتی ہو گی V;HAB;FEM;PL;2;LGSPEC3
پڑھنا پڑھ رہا ہوں V;PROG;MASC;SG;1;PRS
چاٹنا چاٹتی ہو گی V;HAB;FEM;SG;3;LGSPEC3
گان کرنا گان کیی ہوں V;PRF;FEM;SG;1;PRS
چاہنا چاہا ہو گا V;PRF;MASC;SG;3;LGSPEC3
دوڑنا دوڑے تھے V;PRF;MASC;PL;1;PST
دوڑنا دوڑتے ہوں V;HAB;MASC;SBJV;PL;3
انکار کرنا انکار کیی ہوں گی V;PRF;MASC;PL;3;LGSPEC3
اترنا اترنا V;NFIN;LGSPEC1
جلانا ہم جلایں گے V;MASC;SBJV;PL;1
ٹوٹنا ٹوٹ رہی ہے V;PROG;FEM;SG;3;PRS
چڑھنا چڑھی ہو گی V;PRF;FEM;PL;2;LGSPEC3
سوداگر سوداگر N;NOM;PL
ہوا ہواؤں N;ACC;PL
کھیلنا کھیلتی تھی V;HAB;FEM;SG;1;PST
دیکھنا دیکھی تھیں V;PRF;FEM;PL;3;PST
خریدنا خریدتی تھی V;HAB;FEM;SG;1;PST
ٹوٹنا ٹوٹتے ہیں V;HAB;MASC;PL;3;PRS
سہمانا سہماۓ ہو گے V;PRF;MASC;PL;2;LGSPEC3
سوچنا سوچا تھا V;PRF;MASC;SG;3;PST
سکنا سک رہے ہوتے V;PROG;MASC;PL;3;LGSPEC4
انکار کرنا انکار کر رہی ہیں V;PROG;FEM;PL;1;PRS
رونا رو رہے ہوں V;PROG;MASC;SBJV;PL;3
ختنہ کرنا ختنہ کیا ہو V;PRF;MASC;SBJV;SG;3
سمجھنا سمجھی ہو V;PRF;FEM;SBJV;SG;2
سہمنا سہمتا ہو V;HAB;MASC;SBJV;SG;2
سمجھنا سمجھی تھیں V;PRF;FEM;PL;1;PST
آرام کرنا آرام کرتا تھا V;HAB;MASC;SG;2;PST
چراغ چراغ N;VOC;SG
لگنا لگا ہوں V;PRF;MASC;SG;1;PRS
جھانکنا جھانکی ہیں V;PRF;FEM;PL;3;PRS
استعمال کرنا استعمال کیی تھے V;PRF;MASC;PL;1;PST
اٹھانا اٹھا رہا تھا V;PROG;MASC;SG;1;PST
ختنہ کرنا میں ختنہ کروں گا V;MASC;SBJV;SG;1
پہنچنا پہنچتی ہو V;HAB;FEM;PL;2;PRS
چومنا چومتی ہوں V;HAB;FEM;SG;1;PRS
سوپن دیکھنا سوپن دیکھو V;IMP;SG;2;FORM
آگرہ کرنا آگرہ کرتی ہوتی V;HAB;FEM;SG;3;LGSPEC4
بولنا بولتی تھی V;HAB;FEM;SG;3;PST
دیکھنا دیکھتی ہوتی V;HAB;FEM;SG;3;LGSPEC4
بٹورنا بٹور رہا ہو V;PROG;MASC;SBJV;SG;2
ڈھانپنا ڈھانپی ہو V;PRF;FEM;SBJV;PL;2
چڑھنا چڑھتے ہوں V;HAB;MASC;SBJV;PL;3
بٹورنا بٹوری ہوں V;PRF;FEM;SBJV;PL;1
سوداگر سوداگرو N;VOC;PL
آنکھ آنکھو N;VOC;PL
دوڑنا یہ وہ دوڑے V;SBJV;SG;3
سجدہ سجدے N;VOC;SG
ڈھانپنا ڈھانپی ہوتی V;PRF;FEM;SG;2;LGSPEC4
ٹوٹنا ٹوٹی ہیں V;PRF;FEM;PL;1;PRS
سکنا سکے ہیں V;PRF;MASC;PL;3;PRS
ایسی تیسی کرنا ایسی تیسی کر رہا ہوں V;PROG;MASC;SG;1;PRS
دوڑنا دوڑتا ہوتا V;HAB;MASC;SG;1;LGSPEC4
ایسی تیسی کرنا ایسی تیسی کر رہی ہوں V;PROG;FEM;SBJV;SG;1
علاج کرنا علاج کرتا ہے V;HAB;MASC;SG;3;PRS
چڑھنا چڑھتی ہوتی V;HAB;FEM;SG;3;LGSPEC4
سہمانا سہمایا ہو V;PRF;MASC;SBJV;SG;3
دوڑنا میں دوڑوں گا V;MASC;SBJV;SG;1
سکنا سکے تھے V;PRF;MASC;PL;1;PST
بولنا بولی تھی V;PRF;FEM;SG;1;PST
برداشت کرنا برداشت کرتی ہیں V;HAB;MASC;PL;3;PRS
سکنا سکی ہوتی V;PRF;FEM;PL;2;LGSPEC4
آرمبھ کرنا آرمبھ کرتی ہوں گی V;HAB;FEM;SG;1;LGSPEC3
سہمنا سہمتے ہوتے V;HAB;MASC;PL;2;LGSPEC4
ایسی تیسی کرنا ایسی تیسی کر رہی تھی V;PROG;FEM;SG;3;PST
بٹورنا بٹورتے ہیں V;HAB;MASC;PL;3;PRS
برداشت کرنا ہم برداشت کریں گے V;MASC;SBJV;PL;1
چودنا چود رہا ہوتا V;PROG;MASC;SG;1;LGSPEC4
دکھانا دکھایا ہو V;PRF;MASC;SBJV;SG;3
جلانا جلاتی ہوں گی V;HAB;FEM;SG;1;LGSPEC3
بولنا بولی ہوتی V;PRF;FEM;SG;3;LGSPEC4
انتظار کرنا یہ وہ انتظار کریں V;SBJV;PL;3
چودنا چودی ہو V;PRF;FEM;PL;2;PRS
بولنا بولتا ہوں گا V;HAB;MASC;SG;1;LGSPEC3
چومنا چوم رہی ہے V;PROG;FEM;SG;2;PRS
جھکنا میں جھکوں گا V;MASC;SBJV;SG;1
پڑھنا پڑھے ہوتے V;PRF;MASC;PL;3;LGSPEC4
گان کرنا گان کرتا ہوتا V;HAB;MASC;SG;1;LGSPEC4
غلطی غلطی N;ACC;SG
استعمال کرنا استعمال کیا ہو گا V;PRF;MASC;SG;2;LGSPEC3
چاہنا تم چاہو گی V;FEM;SBJV;PL;2
آگرہ کرنا آگرہ کیی ہوں گی V;PRF;FEM;PL;1;LGSPEC3
اٹھنا اٹھتی تھی V;HAB;FEM;SG;1;PST
سوریہ سوریہ N;NOM;SG
سہمانا سہماۓ تھے V;PRF;MASC;PL;3;PST
جھکنا جھک رہی ہو V;PROG;FEM;PL;2;PRS
آرام کرنا آرام کرتا ہے V;HAB;MASC;SG;2;PRS
جلانا جلاتی ہوں V;HAB;FEM;SBJV;PL;1
کہنا کہ رہا ہے V;PROG;MASC;SG;2;PRS
جپنا جپی ہوں V;PRF;FEM;SBJV;PL;3
سمجھنا سمجھ رہا ہوں گا V;PROG;MASC;SG;1;LGSPEC3
آرمبھ کرنا آرمبھ کرتی ہوں گی V;HAB;FEM;PL;3;LGSPEC3
آرام کرنا آرام کر رہا ہو V;PROG;MASC;SBJV;SG;2
ایسی تیسی کرنا ایسی تیسی کر رہا ہے V;PROG;MASC;SG;3;PRS
جلنا جلتے ہوں V;HAB;MASC;SBJV;PL;1
لگنا لگ رہی ہوتی V;PROG;FEM;PL;2;LGSPEC4
سوپن دیکھنا میں سوپن دیکھوں V;SBJV;SG;1
اٹھنا اٹھ رہے تھے V;PROG;MASC;PL;1;PST
سیکھنا سیکھ رہی ہوں V;PROG;FEM;SG;1;PRS
جلنا جل رہا ہو V;PROG;MASC;SBJV;SG;2
آدر کرنا میں آدر کروں گی V;FEM;SBJV;SG;1
گان کرنا گان کرتی ہیں V;HAB;FEM;PL;1;PRS
اٹھنا اٹھ رہا ہوں گا V;PROG;MASC;SG;1;LGSPEC3
سیکھنا سیکھتی ہوتی V;HAB;FEM;SG;2;LGSPEC4
مٹنا مٹتی ہوں V;HAB;FEM;SBJV;PL;1
برداشت کرنا برداشت کر رہی ہو گی V;PROG;FEM;SG;2;LGSPEC3
علاج کرنا علاج کر رہا ہو گا V;PROG;MASC;SG;3;LGSPEC3
پڑھنا پڑھ رہی ہو V;PROG;FEM;PL;2;PRS
سیکھنا ہم سیکھیں V;SBJV;PL;1
ڈھانپنا ڈھانپے تھے V;PRF;MASC;PL;1;PST
انڈکوش انڈکوش N;NOM;PL
انتظار کرنا انتظار کرتی ہیں V;HAB;FEM;PL;3;PRS
چڑھنا میں چڑھوں V;SBJV;SG;1
انکار کرنا انکار کر رہا تھا V;PROG;MASC;SG;1;PST
جاگنا جاگتے ہوتے V;HAB;MASC;PL;2;LGSPEC4
اٹھنا اٹھ رہا ہوں V;PROG;MASC;SG;1;PRS
اٹھانا اٹھا رہی ہے V;PROG;FEM;SG;2;PRS
پہنچنا پہنچی تھیں V;PRF;FEM;PL;1;PST
جلنا جلتی تھی V;HAB;FEM;SG;2;PST
پہنچنا پہنچی تھی V;PRF;FEM;SG;1;PST
سوپن دیکھنا سوپن دیکھتی ہو V;HAB;FEM;PL;2;PRS
غلط کرنا غلط کیی ہوتی V;PRF;FEM;PL;1;LGSPEC4
آرمبھ کرنا آرمبھ کر رہی ہوتی V;PROG;FEM;PL;3;LGSPEC4
پھول پھول N;VOC;SG
جلنا جلا ہے V;PRF;MASC;SG;3;PRS
کہنا کہی ہوتی V;PRF;FEM;SG;2;LGSPEC4
ہنسنا ہنسی تھیں V;PRF;FEM;PL;1;PST
لگنا لگتی ہو V;HAB;FEM;SBJV;SG;3
رونا روتی تھی V;HAB;FEM;SG;3;PST
سہمنا سہمی ہوں V;PRF;FEM;SBJV;PL;3
استعمال کرنا استعمال کیی ہو V;PRF;FEM;SBJV;PL;2
دوڑنا دوڑے ہوں V;PRF;MASC;SBJV;PL;3
اترنا اتری تھیں V;PRF;FEM;PL;3;PST
افزائش افزائشوں N;ACC;PL
اٹھنا اٹھ رہا ہوتا V;PROG;MASC;SG;1;LGSPEC4
بہنا بہتی تھی V;HAB;FEM;SG;1;PST
انکار کرنا انکار کیی ہو V;PRF;FEM;SBJV;SG;2
سکنا سکی تھی V;PRF;FEM;SG;2;PST
چاہنا چاہتا ہوتا V;HAB;MASC;SG;2;LGSPEC4
خراش خراشو N;VOC;PL
گان کرنا گان کرتی ہے V;HAB;FEM;SG;3;PRS
گان کرنا گان کرتا ہوں V;HAB;MASC;SBJV;SG;1
لکھنا لکھ رہا تھا V;PROG;MASC;SG;3;PST
لکھنا لکھ رہی ہو V;PROG;FEM;PL;2;PRS
چڑھنا چڑھ رہی ہوتی V;PROG;FEM;PL;1;LGSPEC4
دیکھنا دیکھی ہو گی V;PRF;FEM;SG;3;LGSPEC3
جلنا جلتے ہو گے V;HAB;MASC;PL;2;LGSPEC3
ٹوٹنا ٹوٹ رہی ہوتی V;PROG;FEM;SG;2;LGSPEC4
غلط کرنا غلط کر رہی ہوتی V;PROG;MASC;PL;1;LGSPEC4
بولنا بولتی ہیں V;HAB;FEM;PL;1;PRS
چڑھنا چڑھتی ہے V;HAB;FEM;SG;3;PRS
سیکھنا سیکھتا ہوتا V;HAB;MASC;SG;3;LGSPEC4
دکھانا دکھائی ہیں V;PRF;FEM;PL;1;PRS
دکھانا دکھا رہے ہو V;PROG;MASC;PL;2;PRS
آگرہ کرنا آگرہ کر رہی ہیں V;PROG;MASC;PL;1;PRS
دوڑنا دوڑا ہو گا V;PRF;MASC;SG;2;LGSPEC3
آدر کرنا آدر کیجئے V;IMP;PL;2;FORM
انتظار کرنا انتظار کرتی تھے V;HAB;MASC;PL;3;PST
آرام کرنا آرام کر رہی ہو گی V;PROG;FEM;SG;2;LGSPEC3
بٹورنا بٹور رہی ہوں V;PROG;FEM;SBJV;PL;1
جھانکنا جھانک رہی ہوتی V;PROG;FEM;SG;3;LGSPEC4
اٹھنا اٹھی ہو گی V;PRF;FEM;PL;2;LGSPEC3
خریدنا خریدتے تھے V;HAB;MASC;PL;3;PST
گان کرنا گان کیی ہوں V;PRF;FEM;SBJV;SG;1
انتظار کرنا انتظار کیی ہوتی V;PRF;FEM;PL;1;LGSPEC4
انگوٹھا انگوٹھے N;ACC;SG
جھانکنا جھانک رہے ہیں V;PROG;MASC;PL;1;PRS
سوچنا سوچی تھی V;PRF;FEM;SG;3;PST
جھانکنا جھانک رہی ہوں گی V;PROG;FEM;SG;1;LGSPEC3
سوپن دیکھنا سوپن دیکھتا ہو V;HAB;MASC;SBJV;SG;2
جلانا جلا رہے ہوتے V;PROG;MASC;PL;2;LGSPEC4
کہنا کہتے ہیں V;HAB;MASC;PL;1;PRS
استعمال کرنا استعمال کرتا ہوتا V;HAB;MASC;SG;3;LGSPEC4
چودنا چودا ہوتا V;PRF;MASC;SG;2;LGSPEC4
سکنا سکتی ہو گی V;HAB;FEM;SG;3;LGSPEC3
جلانا جلائیے V;IMP;PL;2;FORM
جلانا جلاتا ہے V;HAB;MASC;SG;3;PRS
کھیلنا کھیل رہے ہوں گے V;PROG;MASC;PL;1;LGSPEC3
جھکنا جھک رہا ہو V;PROG;MASC;SBJV;SG;2
آگرہ کرنا آگرہ کرتی ہو V;HAB;MASC;SBJV;PL;2
پہنچنا پہنچ رہی ہوں V;PROG;FEM;SG;1;PRS
جلنا جل رہی ہوں گی V;PROG;FEM;SG;1;LGSPEC3
آرمبھ کرنا آرمبھ کیی ہو گی V;PRF;FEM;PL;2;LGSPEC3
بولنا بول رہا ہو گا V;PROG;MASC;SG;2;LGSPEC3
سمجھنا سمجھا ہوتا V;PRF;MASC;SG;3;LGSPEC4
بٹورنا بٹورتی ہیں V;HAB;FEM;PL;1;PRS
سیکھنا سیکھی ہوں گی V;PRF;FEM;SG;1;LGSPEC3
سکنا سکا ہو گا V;PRF;MASC;SG;2;LGSPEC3
غلط کرنا غلط کر رہی تھے V;PROG;MASC;PL;1;PST
مٹنا مٹا ہو V;PRF;MASC;SBJV;SG;3
دیکھنا دیکھتی ہوں V;HAB;FEM;SBJV;PL;3
ہنسنا ہنس رہا ہو گا V;PROG;MASC;SG;3;LGSPEC3
اترنا اترتے ہو V;HAB;MASC;SBJV;PL;2
ڈھانپنا ہم ڈھانپیں V;SBJV;PL;1
سہمانا سہما رہی ہوتی V;PROG;FEM;SG;3;LGSPEC4
رونا روئی ہیں V;PRF;FEM;PL;1;PRS
غلط کرنا غلط کرتی تھیں V;HAB;FEM;PL;2;PST
آدر کرنا آدر کر رہی ہوں V;PROG;MASC;SBJV;PL;1
چودنا چودتی ہوتی V;HAB;FEM;PL;2;LGSPEC4
مٹنا مٹے تھے V;PRF;MASC;PL;3;PST
کھیلنا کھیلتی ہوں V;HAB;FEM;SBJV;PL;3
ہنسنا ہنسے ہوں V;PRF;MASC;SBJV;PL;1
اٹھانا اٹھا رہا ہو گا V;PROG;MASC;SG;2;LGSPEC3
دیکھنا دیکھتے ہو V;HAB;MASC;PL;2;PRS
اٹھنا تو اٹھے گی V;FEM;SBJV;SG;2
سہمانا سہمائی ہوتی V;PRF;FEM;PL;2;LGSPEC4
مٹنا مٹ رہا ہوتا V;PROG;MASC;SG;1;LGSPEC4
آدر کرنا آدر کرتی ہوتی V;HAB;MASC;PL;2;LGSPEC4
ڈھانپنا ڈھانپ V;IMP;SG;2;INFM
پستک پستکیں N;NOM;PL
سرکار سرکار N;NOM;SG
چاٹنا چاٹ رہی ہوتی V;PROG;FEM;PL;1;LGSPEC4
جھکنا جھکتا ہو V;HAB;MASC;SBJV;SG;3
چاٹنا چاٹتی ہوں گی V;HAB;FEM;PL;3;LGSPEC3
ملانا ملاۓ تھے V;PRF;MASC;PL;2;PST
ڈھانپنا یہ وہ ڈھانپیں V;SBJV;PL;3
استعمال کرنا استعمال کیی ہو V;PRF;FEM;SBJV;SG;2
خریدنا خریدی ہوتی V;PRF;FEM;PL;2;LGSPEC4
جھانکنا جھانکتی ہو گی V;HAB;FEM;SG;3;LGSPEC3
سکنا سکا ہو V;PRF;MASC;SBJV;SG;3
آشچریہ کرنا آشچریہ کیی ہو V;PRF;MASC;SBJV;PL;2
دیکھنا دیکھے تھے V;PRF;MASC;PL;3;PST
جاگنا جاگی ہوتی V;PRF;FEM;PL;1;LGSPEC4
بولنا بولی ہوتی V;PRF;FEM;PL;1;LGSPEC4
سوپن دیکھنا سوپن دیکھتی ہوتی V;HAB;FEM;SG;2;LGSPEC4
سہمنا سہمی ہیں V;PRF;FEM;PL;3;PRS
جپنا جپ رہی تھی V;PROG;FEM;SG;2;PST
دوڑنا دوڑا ہے V;PRF;MASC;SG;3;PRS
جپنا جپے ہوں گے V;PRF;MASC;PL;3;LGSPEC3
چودنا چود رہی ہوں V;PROG;FEM;SG;1;PRS
دیکھنا دیکھی ہو گی V;PRF;FEM;SG;2;LGSPEC3
ختنہ کرنا ختنہ کیی ہوں V;PRF;FEM;SG;1;PRS
چیز چیز N;ACC;SG
بولنا بول رہی ہے V;PROG;FEM;SG;2;PRS
جھکنا جھکتا ہوں V;HAB;MASC;SG;1;PRS
آگرہ کرنا آگرہ کیا ہوں گا V;PRF;MASC;SG;1;LGSPEC3
گان کرنا گان کیا ہے V;PRF;MASC;SG;2;PRS
برداشت کرنا برداشت کر رہا ہے V;PROG;MASC;SG;3;PRS
چودنا چود رہی ہوتی V;PROG;FEM;SG;1;LGSPEC4
تماشہ تماشے N;VOC;SG
پڑھنا پڑھتے ہیں V;HAB;MASC;PL;3;PRS
سوپن دیکھنا سوپن دیکھ رہی ہوتی V;PROG;FEM;SG;2;LGSPEC4
اٹھانا یہ وہ اٹھایں گے V;MASC;SBJV;PL;3
ملانا ملا رہی ہو V;PROG;FEM;SBJV;PL;2
کہنا کہ رہی ہوں V;PROG;FEM;SBJV;PL;1
سمجھنا سمجھ رہا ہے V;PROG;MASC;SG;2;PRS
بولنا بولتی ہو گی V;HAB;FEM;SG;2;LGSPEC3
برداشت کرنا برداشت کر رہی ہے V;PROG;FEM;SG;2;PRS
آرمبھ کرنا آرمبھ کر رہی ہوں V;PROG;FEM;SBJV;SG;1
جپنا جپتا ہوتا V;HAB;MASC;SG;1;LGSPEC4
خریدنا خریدتی ہوں گی V;HAB;FEM;PL;3;LGSPEC3
چودنا چودتے ہیں V;HAB;MASC;PL;1;PRS
برداشت کرنا ہم برداشت کریں V;SBJV;PL;1
اٹھنا اٹھتی ہو گی V;HAB;FEM;PL;2;LGSPEC3
کھیلنا کھیلتی ہوتی V;HAB;FEM;SG;3;LGSPEC4
ایسی تیسی کرنا ایسی تیسی کیی ہیں V;PRF;MASC;PL;1;PRS
لوٹنا لوٹ رہی ہوں گی V;PROG;FEM;PL;3;LGSPEC3
بولنا بولتا تھا V;HAB;MASC;SG;3;PST
سمجھنا سمجھے ہوں گے V;PRF;MASC;PL;1;LGSPEC3
بٹورنا بٹور رہی ہوں گی V;PROG;FEM;PL;1;LGSPEC3
ہنسنا ہنس رہا ہو V;PROG;MASC;SBJV;SG;3
رونا رو رہی ہیں V;PROG;FEM;PL;1;PRS
چاٹنا چاٹتے ہو V;HAB;MASC;SBJV;PL;2
سیکھنا سیکھتے ہو V;HAB;MASC;SBJV;PL;2
آشچریہ کرنا آشچریہ کیی ہو V;PRF;FEM;PL;2;PRS
چومنا چوم رہا ہے V;PROG;MASC;SG;2;PRS
دھندھا دھندھے N;NOM;PL
سہمنا سہمتی ہوں گی V;HAB;FEM;SG;1;LGSPEC3
پرمکھ پرمکھو N;VOC;PL
اترنا اتر رہا ہوتا V;PROG;MASC;SG;3;LGSPEC4
دیکھنا دیکھ رہا ہو V;PROG;MASC;SBJV;SG;3
سیکھنا سیکھتی تھی V;HAB;FEM;SG;1;PST
اترنا اترتا تھا V;HAB;MASC;SG;3;PST
انکار کرنا انکار کرتی ہیں V;HAB;MASC;PL;1;PRS
چاہنا چاہا ہوں V;PRF;MASC;SBJV;SG;1
دوڑنا دوڑتے ہو گے V;HAB;MASC;PL;2;LGSPEC3
جلنا جلے ہوں گے V;PRF;MASC;PL;3;LGSPEC3
مٹنا مٹ رہی ہوں گی V;PROG;FEM;PL;3;LGSPEC3
لکھنا لکھا ہو گا V;PRF;MASC;SG;3;LGSPEC3
جلنا جل رہا تھا V;PROG;MASC;SG;1;PST
برداشت کرنا برداشت کر رہا ہوں گا V;PROG;MASC;SG;1;LGSPEC3
جلانا جلاتی تھیں V;HAB;FEM;PL;2;PST
سہمنا سہمتی ہوں گی V;HAB;FEM;PL;3;LGSPEC3
جپنا جپتے تھے V;HAB;MASC;PL;1;PST
جلنا جل V;IMP;SG;2;INFM
سوپن دیکھنا ہم سوپن دیکھیں گے V;MASC;SBJV;PL;1
سیب سیب N;VOC;SG
ختنہ کرنا ختنہ کیجئے V;IMP;PL;2;FORM
بہنا یہ وہ بہے گا V;MASC;SBJV;SG;3
ملانا ملایا تھا V;PRF;MASC;SG;1;PST
لکھنا لکھے ہیں V;PRF;MASC;PL;3;PRS
چاٹنا چاٹتے ہوں گے V;HAB;MASC;PL;1;LGSPEC3
بولنا بولے ہوں گے V;PRF;MASC;PL;1;LGSPEC3
انکار کرنا انکار کرتی ہو V;HAB;FEM;SBJV;SG;3
پہنچنا پہنچتی ہو V;HAB;FEM;SBJV;PL;2
سہمانا سہماتا ہوتا V;HAB;MASC;SG;3;LGSPEC4
جھکنا جھک رہا تھا V;PROG;MASC;SG;2;PST
جپنا ہم جپیں گے V;MASC;SBJV;PL;1
آدر کرنا آدر کرتی تھی V;HAB;FEM;SG;2;PST
لکھنا لکھئیے V;IMP;PL;2;FORM
ہنسنا ہنستے تھے V;HAB;MASC;PL;1;PST
جلانا یہ وہ جلاۓ گی V;FEM;SBJV;SG;3
آرام کرنا آرام کر رہی ہوں گی V;PROG;FEM;PL;3;LGSPEC3
دوڑنا دوڑ رہا ہو گا V;PROG;MASC;SG;2;LGSPEC3
جھکنا جھکنے V;NFIN;LGSPEC2
استعمال کرنا یہ وہ استعمال کرے گی V;FEM;SBJV;SG;3
سہمانا سہماۓ ہوتے V;PRF;MASC;PL;2;LGSPEC4
چومنا چومے ہوں V;PRF;MASC;SBJV;PL;3
جھکنا جھک رہی ہوں گی V;PROG;FEM;SG;1;LGSPEC3
آرام کرنا آرام کیا ہوں V;PRF;MASC;SBJV;SG;1
آرام کرنا آرام کرتی ہوتی V;HAB;FEM;PL;3;LGSPEC4
اٹھانا اٹھاتا ہوں گا V;HAB;MASC;SG;1;LGSPEC3
استعمال کرنا استعمال کر رہا تھا V;PROG;MASC;SG;1;PST
اٹھنا اٹھ رہی ہوں گی V;PROG;FEM;SG;1;LGSPEC3
جھکنا جھک رہی ہوں V;PROG;FEM;SBJV;SG;1
بولنا بولی ہوں گی V;PRF;FEM;PL;1;LGSPEC3
سمجھنا سمجھی ہیں V;PRF;FEM;PL;3;PRS
برداشت کرنا برداشت کرتی تھے V;HAB;MASC;PL;2;PST
پھل پھلوں N;ACC;PL
سوچنا سوچ رہی ہوتی V;PROG;FEM;SG;2;LGSPEC4
لکھنا لکھی ہو V;PRF;FEM;SBJV;SG;2
کہنا کہتی ہوں V;HAB;FEM;SBJV;SG;1
آشچریہ کرنا آشچریہ کیی ہوتی V;PRF;FEM;SG;2;LGSPEC4
خریدنا خرید رہی تھی V;PROG;FEM;SG;2;PST
آرمبھ کرنا آرمبھ کیی ہیں V;PRF;MASC;PL;1;PRS
مٹنا مٹتی ہوں گی V;HAB;FEM;SG;1;LGSPEC3
انتظار کرنا انتظار کرتی ہیں V;HAB;FEM;PL;1;PRS
دوڑنا دوڑ رہا ہوں گا V;PROG;MASC;SG;1;LGSPEC3
لگنا لگ رہی تھی V;PROG;FEM;SG;2;PST
لکھنا لکھتی ہوں V;HAB;FEM;SBJV;PL;1
بولنا تم بولو گے V;MASC;SBJV;PL;2
چاٹنا چاٹ رہے تھے V;PROG;MASC;PL;2;PST
جاگنا جاگتے ہوں گے V;HAB;MASC;PL;3;LGSPEC3
لوٹنا تو لوٹے V;SBJV;SG;2
استعمال کرنا استعمال کرتی ہوتی V;HAB;FEM;SG;2;LGSPEC4
لگنا لگ رہی ہو گی V;PROG;FEM;SG;3;LGSPEC3
ٹوٹنا ٹوٹتے ہوں V;HAB;MASC;SBJV;PL;3
ایسی تیسی کرنا ایسی تیسی کرتی ہوتی V;HAB;FEM;SG;1;LGSPEC4
انتظار کرنا انتظار کر رہا تھا V;PROG;MASC;SG;1;PST
غلط کرنا غلط کرتی ہوں V;HAB;FEM;SBJV;PL;3
دکھانا دکھاۓ تھے V;PRF;MASC;PL;2;PST
اٹھانا اٹھا رہا تھا V;PROG;MASC;SG;2;PST
جاگنا جاگی ہوں گی V;PRF;FEM;PL;1;LGSPEC3
اترنا اتر رہا تھا V;PROG;MASC;SG;2;PST
ایسی تیسی کرنا تو ایسی تیسی کرے V;SBJV;SG;2
لکھنا لکھ رہا ہو V;PROG;MASC;SBJV;SG;3
رونا رو رہی ہوتی V;PROG;FEM;PL;1;LGSPEC4
انکار کرنا انکار کرتی ہوں گی V;HAB;FEM;PL;1;LGSPEC3
انکار کرنا انکار کر رہی ہو V;PROG;MASC;SBJV;PL;2
کہنا کہتی تھی V;HAB;FEM;SG;2;PST
آدر کرنا ہم آدر کریں گی V;FEM;SBJV;PL;1
عیش کرنا عیش کرتا ہوتا V;HAB;MASC;SG;2;LGSPEC4
لوٹنا لوٹ رہی ہو V;PROG;FEM;SBJV;PL;2
اترنا اتر رہی ہو گی V;PROG;FEM;PL;2;LGSPEC3
ٹوٹنا ٹوٹ رہی ہے V;PROG;FEM;SG;2;PRS
اٹھانا اٹھا رہے ہوں V;PROG;MASC;SBJV;PL;1
جاگنا جاگتی ہو گی V;HAB;FEM;PL;2;LGSPEC3
آدر کرنا تو آدر کرے گا V;MASC;SBJV;SG;2
آرام کرنا آرام کرتی ہوں V;HAB;FEM;SBJV;PL;3
سہمانا سہمایا ہو V;PRF;MASC;SBJV;SG;2
لگنا لگے ہو V;PRF;MASC;SBJV;PL;2
گان کرنا گان کر رہی ہوتی V;PROG;FEM;PL;1;LGSPEC4
اٹھانا اٹھائی تھی V;PRF;FEM;SG;3;PST
ملانا ملانا V;NFIN;LGSPEC1
جلنا جلی تھیں V;PRF;FEM;PL;2;PST
اٹھانا اٹھائی ہو V;PRF;FEM;SBJV;PL;2
سہمانا سہمائی ہیں V;PRF;FEM;PL;3;PRS
سوپن دیکھنا تو سوپن دیکھے گی V;FEM;SBJV;SG;2
آرمبھ کرنا آرمبھ کر رہی ہو V;PROG;MASC;PL;2;PRS
جھکنا جھک رہا ہے V;PROG;MASC;SG;2;PRS
ملانا تو ملاۓ گی V;FEM;SBJV;SG;2
گان کرنا گان کیی ہو گی V;PRF;FEM;SG;3;LGSPEC3
ختنہ کرنا ختنہ کیی ہوتی V;PRF;FEM;PL;2;LGSPEC4
جلانا جلایا ہوتا V;PRF;MASC;SG;3;LGSPEC4
ایسی تیسی کرنا ایسی تیسی کرتی ہوں V;HAB;MASC;SBJV;PL;3
پڑھنا پڑھ رہی ہوتی V;PROG;FEM;PL;1;LGSPEC4
جھکنا جھکی ہو V;PRF;FEM;SBJV;SG;3
سیکھنا سیکھتے تھے V;HAB;MASC;PL;2;PST
سوپن دیکھنا سوپن دیکھتے ہیں V;HAB;MASC;PL;3;PRS
کہنا کہا ہوتا V;PRF;MASC;SG;3;LGSPEC4
عیش کرنا عیش کرتی ہوتی V;HAB;MASC;PL;1;LGSPEC4
آرمبھ کرنا آرمبھ کرتی تھے V;HAB;MASC;PL;3;PST
انگوٹھا انگوٹھوں N;ACC;PL
خریدنا خریدتا ہو گا V;HAB;MASC;SG;2;LGSPEC3
رونا روتی ہوتی V;HAB;FEM;SG;1;LGSPEC4
لگنا تو لگے V;SBJV;SG;2
کہنا کہی ہو گی V;PRF;FEM;PL;2;LGSPEC3
چاہنا چاہ رہی تھیں V;PROG;FEM;PL;1;PST
لکھنا لکھتے ہوں گے V;HAB;MASC;PL;3;LGSPEC3
اٹھنا اٹھ رہی ہو V;PROG;FEM;SBJV;SG;3
آرام کرنا آرام کرتی تھی V;HAB;FEM;SG;2;PST
ملانا ملاتا تھا V;HAB;MASC;SG;1;PST
جلنا جلی ہو گی V;PRF;FEM;PL;2;LGSPEC3
سہمنا سہمتا تھا V;HAB;MASC;SG;2;PST
جلنا جلتا ہوں گا V;HAB;MASC;SG;1;LGSPEC3
سوپن دیکھنا سوپن دیکھ رہی ہو گی V;PROG;FEM;SG;2;LGSPEC3
انتظار کرنا انتظار کر رہی ہوتی V;PROG;FEM;SG;1;LGSPEC4
سوپن دیکھنا سوپن دیکھی ہو گی V;PRF;FEM;PL;2;LGSPEC3
چودنا چودتی ہے V;HAB;FEM;SG;2;PRS
شکتی شکتی N;ACC;SG
سانس سانسیں N;NOM;PL
کھیلنا کھیلتی ہوتی V;HAB;FEM;PL;3;LGSPEC4
گان کرنا گان کر رہی ہو گی V;PROG;FEM;PL;2;LGSPEC3
سوچنا سوچ رہی ہوں V;PROG;FEM;SBJV;SG;1
گان کرنا گان کرتی ہو گی V;HAB;FEM;SG;3;LGSPEC3
استعمال کرنا استعمال کرتا ہوں گا V;HAB;MASC;SG;1;LGSPEC3
سوچنا تو سوچے V;SBJV;SG;2
دھوج دھوج N;ACC;SG
سرپ سرپ N;NOM;SG
استعمال کرنا استعمال کیا ہوتا V;PRF;MASC;SG;2;LGSPEC4
ٹوٹنا ٹوٹتا ہو گا V;HAB;MASC;SG;2;LGSPEC3
ہنسنا ہنسی ہوں V;PRF;FEM;SBJV;PL;1
چاٹنا چاٹ رہا ہوں گا V;PROG;MASC;SG;1;LGSPEC3
دیکھنا دیکھتے ہوتے V;HAB;MASC;PL;1;LGSPEC4
کھیلنا کھیلی ہوں گی V;PRF;FEM;PL;3;LGSPEC3
چاہنا چاہی ہوں V;PRF;FEM;SBJV;SG;1
سوپن دیکھنا سوپن دیکھتی ہے V;HAB;FEM;SG;3;PRS
جھانکنا جھانکی ہوتی V;PRF;FEM;SG;3;LGSPEC4
ٹوٹنا ٹوٹ رہے ہو V;PROG;MASC;SBJV;PL;2
حملہ حملے N;NOM;PL
آرمبھ کرنا ہم آرمبھ کریں V;SBJV;PL;1
دوڑنا دوڑ رہا تھا V;PROG;MASC;SG;3;PST
دیکھنا دیکھی ہوں گی V;PRF;FEM;SG;1;LGSPEC3
اٹھانا اٹھاۓ تھے V;PRF;MASC;PL;1;PST
آشچریہ کرنا آشچریہ کر رہی ہوتی V;PROG;MASC;PL;1;LGSPEC4
چاٹنا چاٹنے V;NFIN;LGSPEC2
اٹھنا اٹھ رہے ہوں V;PROG;MASC;SBJV;PL;1
جانور جانور N;NOM;PL
دیکھنا دیکھ رہی تھیں V;PROG;FEM;PL;3;PST
جھکنا جھکتے تھے V;HAB;MASC;PL;1;PST
مٹنا مٹ رہا ہوں گا V;PROG;MASC;SG;1;LGSPEC3
آشچریہ کرنا آشچریہ کر رہی ہوتی V;PROG;FEM;PL;2;LGSPEC4
رونا روئی ہو گی V;PRF;FEM;SG;3;LGSPEC3
سہمانا تم سہماؤ گی V;FEM;SBJV;PL;2
قیدخانہ قید خاہے N;NOM;PL
چاہنا میں چاہوں گا V;MASC;SBJV;SG;1
جھکنا جھکی ہو V;PRF;FEM;SBJV;SG;2
اٹھنا اٹھا ہوتا V;PRF;MASC;SG;3;LGSPEC4
آدر کرنا آدر کیی تھے V;PRF;MASC;PL;3;PST
علاج کرنا علاج کرتا ہو V;HAB;MASC;SBJV;SG;2
بولنا بولی ہوتی V;PRF;FEM;SG;2;LGSPEC4
استعمال کرنا استعمال کرتی تھیں V;HAB;FEM;PL;2;PST
ڈھانپنا ڈھانپتا ہو V;HAB;MASC;SBJV;SG;3
آدر کرنا آدر کر رہی تھی V;PROG;FEM;SG;2;PST
عیش کرنا عیش کیا ہو V;PRF;MASC;SBJV;SG;2
جھکنا جھکتی تھیں V;HAB;FEM;PL;2;PST
پڑھنا پڑھ رہی تھیں V;PROG;FEM;PL;2;PST
لگنا لگتی تھی V;HAB;FEM;SG;1;PST
غلط کرنا غلط کیی ہوں گی V;PRF;MASC;PL;1;LGSPEC3
آدر کرنا آدر کر رہی ہوں گی V;PROG;FEM;SG;1;LGSPEC3
بھکت بھکت N;NOM;SG
چڑھنا چڑھی ہو گی V;PRF;FEM;SG;3;LGSPEC3
انتظار کرنا انتظار کرتی تھے V;HAB;MASC;PL;2;PST
اترنا اترا تھا V;PRF;MASC;SG;2;PST
رنگ رنگ N;VOC;SG
سوچنا سوچی ہو V;PRF;FEM;SBJV;PL;2
غلط کرنا غلط کرتی ہے V;HAB;FEM;SG;3;PRS
دکھانا دکھاتا ہو گا V;HAB;MASC;SG;3;LGSPEC3
جپنا جپی تھی V;PRF;FEM;SG;2;PST
سوچنا سوچتے تھے V;HAB;MASC;PL;2;PST
چاہنا چاہ رہا ہوتا V;PROG;MASC;SG;3;LGSPEC4
علاج کرنا تو علاج کرے گی V;FEM;SBJV;SG;2
دکھانا دکھاۓ تھے V;PRF;MASC;PL;3;PST
چومنا چوم رہا ہوتا V;PROG;MASC;SG;2;LGSPEC4
انکار کرنا انکار کر رہی ہو V;PROG;FEM;SBJV;SG;3
گان کرنا گان کرتی ہو V;HAB;MASC;SBJV;PL;2
سمجھنا سمجھی ہوں گی V;PRF;FEM;SG;1;LGSPEC3
مٹنا مٹے ہو V;PRF;MASC;PL;2;PRS
سہمنا سہم رہا ہو گا V;PROG;MASC;SG;3;LGSPEC3
شہر شہر N;NOM;SG
سدھار سدھارو N;VOC;PL
خریدنا خرید رہی تھیں V;PROG;FEM;PL;3;PST
چڑھنا چڑھ رہی ہوں V;PROG;FEM;SBJV;PL;1
گان کرنا گان کیا ہو گا V;PRF;MASC;SG;3;LGSPEC3
چڑھنا چڑھی ہو V;PRF;FEM;SBJV;SG;2
لوٹنا لوٹی ہو گی V;PRF;FEM;SG;3;LGSPEC3
روٹی روٹی N;NOM;SG
ملانا ملا رہے تھے V;PROG;MASC;PL;2;PST
آگرہ کرنا آگرہ کیی تھیں V;PRF;FEM;PL;1;PST
تالی تالی N;NOM;SG
غلط کرنا غلط کیی تھیں V;PRF;FEM;PL;2;PST
اترنا اترے ہوتے V;PRF;MASC;PL;3;LGSPEC4
اٹھنا اٹھتی ہے V;HAB;FEM;SG;2;PRS
بٹورنا بٹور رہا ہوتا V;PROG;MASC;SG;3;LGSPEC4
اٹھنا اٹھتی ہوتی V;HAB;FEM;PL;2;LGSPEC4
کھیلنا کھیل رہا تھا V;PROG;MASC;SG;2;PST
آرام کرنا آرام کیی ہو V;PRF;FEM;SBJV;SG;3
آدر کرنا آدر کیی ہو V;PRF;FEM;PL;2;PRS
عیش کرنا عیش کیا ہو V;PRF;MASC;SBJV;SG;3
سہمانا سہماتی ہوتی V;HAB;FEM;SG;2;LGSPEC4
دکھانا دکھایا ہو V;PRF;MASC;SBJV;SG;2
غلط کرنا غلط کیا ہو گا V;PRF;MASC;SG;3;LGSPEC3
سوچنا سوچا ہوں گا V;PRF;MASC;SG;1;LGSPEC3
بہنا بہتا ہو V;HAB;MASC;SBJV;SG;3
آشچریہ کرنا آشچریہ کر رہا ہوں V;PROG;MASC;SBJV;SG;1
اٹھنا اٹھا ہو V;PRF;MASC;SBJV;SG;3
عیش کرنا عیش کر رہی ہوں گی V;PROG;FEM;SG;1;LGSPEC3
گان کرنا گان کیا ہوتا V;PRF;MASC;SG;2;LGSPEC4
لوٹنا لوٹ رہی ہوتی V;PROG;FEM;SG;1;LGSPEC4
ٹوٹنا ٹوٹ رہا ہو V;PROG;MASC;SBJV;SG;2
بٹورنا بٹوری تھی V;PRF;FEM;SG;3;PST
دیکھنا دیکھ رہی ہوں گی V;PROG;FEM;PL;3;LGSPEC3
انکار کرنا انکار کرتی ہوں V;HAB;MASC;SBJV;PL;3
رونا روئی ہوں گی V;PRF;FEM;PL;3;LGSPEC3
چڑھنا چڑھ رہا ہوتا V;PROG;MASC;SG;3;LGSPEC4
چڑھنا چڑھ رہا ہوتا V;PROG;MASC;SG;1;LGSPEC4
پہنچنا پہنچ رہے ہوتے V;PROG;MASC;PL;2;LGSPEC4
ندی ندی N;VOC;SG
چڑھنا چڑھتی ہوتی V;HAB;FEM;PL;3;LGSPEC4
کہنا تو کہے گا V;MASC;SBJV;SG;2
سیکھنا سیکھا ہو V;PRF;MASC;SBJV;SG;3
جھکنا جھکتی تھیں V;HAB;FEM;PL;3;PST
آشچریہ کرنا آشچریہ کر رہا ہے V;PROG;MASC;SG;3;PRS
مٹنا مٹ رہے ہو V;PROG;MASC;PL;2;PRS
معیشت معیشتیں N;NOM;PL
آشچریہ کرنا آشچریہ کر رہی ہوں V;PROG;FEM;SG;1;PRS
ختنہ کرنا ختنہ کیا ہے V;PRF;MASC;SG;2;PRS
جھانکنا جھانک رہے ہیں V;PROG;MASC;PL;3;PRS
انکار کرنا انکار کرتا ہو گا V;HAB;MASC;SG;2;LGSPEC3
آشچریہ کرنا آشچریہ کرتی ہوں V;HAB;FEM;SBJV;PL;3
بالی بالیی N;NOM;SG
لگنا لگی ہوں V;PRF;FEM;SBJV;PL;3
اٹھنا اٹھ رہا تھا V;PROG;MASC;SG;3;PST
انکار کرنا انکار کر رہی ہے V;PROG;FEM;SG;2;PRS
جپنا جپی ہوتی V;PRF;FEM;SG;2;LGSPEC4
ایسی تیسی کرنا ایسی تیسی کیی ہوتی V;PRF;MASC;PL;1;LGSPEC4
سڑک سڑکوں N;ACC;PL
جلنا جلے ہیں V;PRF;MASC;PL;1;PRS
گان کرنا گان کرتی ہوں گی V;HAB;FEM;SG;1;LGSPEC3
سیکھنا سیکھنا V;NFIN;LGSPEC1
کھیلنا کھیلتی ہوں V;HAB;FEM;SBJV;SG;1
آدر کرنا آدر کر رہی ہوتی V;PROG;FEM;PL;3;LGSPEC4
جاگنا جاگ رہی ہوتی V;PROG;FEM;PL;1;LGSPEC4
جلانا جلاؤ V;IMP;SG;2;FORM
سوپن دیکھنا سوپن دیکھی ہوں گی V;PRF;FEM;PL;3;LGSPEC3
بہنا بہتے ہوں گے V;HAB;MASC;PL;3;LGSPEC3
ملانا ملایا ہو گا V;PRF;MASC;SG;3;LGSPEC3
جھانکنا جھانکتا ہوتا V;HAB;MASC;SG;1;LGSPEC4
جلانا جلاتی ہوتی V;HAB;FEM;PL;1;LGSPEC4
سکنا سکا ہوں V;PRF;MASC;SBJV;SG;1
دکھانا دکھاتی ہوں گی V;HAB;FEM;PL;1;LGSPEC3
چڑیا چڑیا N;NOM;SG
جلنا جلنے V;NFIN;LGSPEC2
ہنسنا ہنسے ہوتے V;PRF;MASC;PL;2;LGSPEC4
جپنا جپ رہی ہوتی V;PROG;FEM;PL;3;LGSPEC4
اترنا اتر رہا ہوں V;PROG;MASC;SG;1;PRS
آدر کرنا آدر کر رہا ہو گا V;PROG;MASC;SG;3;LGSPEC3
سہمنا سہمتی ہو گی V;HAB;FEM;SG;3;LGSPEC3
آرام کرنا آرام کیی ہوتی V;PRF;FEM;SG;2;LGSPEC4
آدر کرنا آدر کیی ہیں V;PRF;FEM;PL;3;PRS
ڈھانپنا ڈھانپتے تھے V;HAB;MASC;PL;1;PST
مٹنا مٹتے ہیں V;HAB;MASC;PL;1;PRS
جھانکنا جھانک رہی ہو گی V;PROG;FEM;PL;2;LGSPEC3
دوڑنا دوڑ رہے تھے V;PROG;MASC;PL;3;PST
لکھنا لکھتی ہوں گی V;HAB;FEM;SG;1;LGSPEC3
گان کرنا گان کیا ہو V;PRF;MASC;SBJV;SG;3
سمجھنا سمجھ رہا ہوتا V;PROG;MASC;SG;2;LGSPEC4
پڑھنا پڑھ رہی ہوں گی V;PROG;FEM;PL;3;LGSPEC3
جلانا جلا رہی تھی V;PROG;FEM;SG;3;PST
سیکھنا سیکھ رہے ہوں V;PROG;MASC;SBJV;PL;1
چاہنا چاہ رہی تھیں V;PROG;FEM;PL;2;PST
ٹوٹنا ٹوٹی ہو V;PRF;FEM;SBJV;PL;2
مٹنا مٹ رہی تھیں V;PROG;FEM;PL;1;PST
غلط کرنا غلط کرتی ہیں V;HAB;FEM;PL;3;PRS
چاہنا چاہی تھیں V;PRF;FEM;PL;2;PST
گان کرنا گان کیی ہوں گی V;PRF;MASC;PL;3;LGSPEC3
آرمبھ کرنا آرمبھ کر رہی ہوں V;PROG;FEM;SBJV;PL;3
جھکنا جھکی ہوں گی V;PRF;FEM;PL;3;LGSPEC3
تفصیل تفاصیل N;NOM;PL
جھکنا جھکتا ہوں V;HAB;MASC;SBJV;SG;1
آرام کرنا آرام کیا تھا V;PRF;MASC;SG;3;PST
چومنا تو چومے گا V;MASC;SBJV;SG;2
انتظار کرنا انتظار کرتی تھی V;HAB;FEM;SG;2;PST
اٹھنا اٹھی ہو گی V;PRF;FEM;SG;3;LGSPEC3
برداشت کرنا برداشت کرتی ہوں V;HAB;FEM;SBJV;PL;1
چاہنا چاہ رہا ہے V;PROG;MASC;SG;3;PRS
پڑھنا پڑھتا ہوں V;HAB;MASC;SG;1;PRS
ختنہ کرنا ختنہ کرتی ہو گی V;HAB;FEM;SG;2;LGSPEC3
جپنا جپ رہے ہوں V;PROG;MASC;SBJV;PL;1
پرستش پرستش N;VOC;SG
مٹنا ہم مٹیں V;SBJV;PL;1
آگرہ کرنا آگرہ کرتی ہو گی V;HAB;FEM;SG;3;LGSPEC3
اٹھنا اٹھتے ہوتے V;HAB;MASC;PL;3;LGSPEC4
دوڑنا دوڑتے ہوتے V;HAB;MASC;PL;1;LGSPEC4
ٹوٹنا ٹوٹ رہا ہو گا V;PROG;MASC;SG;3;LGSPEC3
سہمانا سہما رہی ہے V;PROG;FEM;SG;3;PRS
سوچنا سوچی ہوتی V;PRF;FEM;PL;1;LGSPEC4
ٹوٹنا ٹوٹتی تھی V;HAB;FEM;SG;1;PST
آشچریہ کرنا آشچریہ کر رہی ہوں گی V;PROG;FEM;PL;3;LGSPEC3
اترنا اتر رہی ہو V;PROG;FEM;PL;2;PRS
دکھانا دکھا رہی ہوں V;PROG;FEM;SBJV;PL;1
انکار کرنا انکار کیی ہوتی V;PRF;MASC;PL;3;LGSPEC4
چومنا ہم چومیں گے V;MASC;SBJV;PL;1
جھانکنا جھانک رہا ہوں V;PROG;MASC;SBJV;SG;1
ڈھانپنا ڈھانپ رہی ہوتی V;PROG;FEM;SG;1;LGSPEC4
گان کرنا گان کر رہی ہوں V;PROG;MASC;SBJV;PL;3
سہمانا سہماتی ہوں V;HAB;FEM;SBJV;PL;3
رونا روتی ہوں V;HAB;FEM;SBJV;SG;1
سیکھنا سیکھی ہوں V;PRF;FEM;SBJV;SG;1
سہمنا سہم رہا ہوتا V;PROG;MASC;SG;1;LGSPEC4
اٹھنا اٹھ رہا ہو V;PROG;MASC;SBJV;SG;3
لیکھک لیکھک N;NOM;PL
لگنا لگ رہے تھے V;PROG;MASC;PL;1;PST
لوٹنا لوٹتا تھا V;HAB;MASC;SG;2;PST
خریدنا تم خریدو V;SBJV;PL;2
سیکھنا سیکھی تھیں V;PRF;FEM;PL;3;PST
اٹھنا اٹھتے ہیں V;HAB;MASC;PL;1;PRS
اٹھانا اٹھایا ہوں V;PRF;MASC;SG;1;PRS
بولنا بول رہی تھی V;PROG;FEM;SG;3;PST
کہنا کہا ہوں V;PRF;MASC;SG;1;PRS
جاگنا جاگا تھا V;PRF;MASC;SG;1;PST
رونا رویا ہو گا V;PRF;MASC;SG;2;LGSPEC3
چومنا تم چومو گی V;FEM;SBJV;PL;2
استعمال کرنا استعمال کر رہی ہوں گی V;PROG;MASC;PL;1;LGSPEC3
کھیلنا کھیل رہی ہو V;PROG;FEM;SBJV;PL;2
سوریہ سوریو N;VOC;PL
چاٹنا چاٹتا تھا V;HAB;MASC;SG;2;PST
بولنا بولتی ہوں V;HAB;FEM;SBJV;PL;1
آرام کرنا آرام کر رہی ہو گی V;PROG;MASC;PL;2;LGSPEC3
جپنا جپے ہو V;PRF;MASC;SBJV;PL;2
کھیلنا کھیلتا ہو V;HAB;MASC;SBJV;SG;3
آرمبھ کرنا آرمبھ کیی ہیں V;PRF;MASC;PL;3;PRS
مٹنا ہم مٹیں گی V;FEM;SBJV;PL;1
بولنا بول رہی ہوں گی V;PROG;FEM;PL;1;LGSPEC3
کہنا کہتی ہو V;HAB;FEM;SBJV;PL;2
رونا رو V;IMP;SG;2;INFM
ایسی تیسی کرنا ایسی تیسی کیی ہوں V;PRF;FEM;SBJV;PL;1
آرمبھ کرنا آرمبھ کر رہی ہوتی V;PROG;MASC;PL;2;LGSPEC4
چومنا چوم رہا ہوں V;PROG;MASC;SG;1;PRS
علاج کرنا علاج کر رہی تھی V;PROG;FEM;SG;1;PST
اترنا اترتا ہو گا V;HAB;MASC;SG;3;LGSPEC3
سہمانا سہمائی تھی V;PRF;FEM;SG;1;PST
بھاشا بھاشاؤ N;VOC;PL
پہنچنا پہنچ رہی تھیں V;PROG;FEM;PL;3;PST
سیکھنا سیکھتی تھیں V;HAB;FEM;PL;3;PST
جھکنا جھکی تھیں V;PRF;FEM;PL;1;PST
ملانا ملا رہا ہے V;PROG;MASC;SG;3;PRS
سمجھنا سمجھتی تھیں V;HAB;FEM;PL;2;PST
آرام کرنا آرام کیی ہو V;PRF;FEM;SBJV;SG;2
ڈھانپنا ڈھانپتی ہو گی V;HAB;FEM;PL;2;LGSPEC3
ہنسنا ہنسا ہوں V;PRF;MASC;SG;1;PRS
انتظار کرنا انتظار کیی ہو V;PRF;FEM;SBJV;PL;2
عیش کرنا یہ وہ عیش کریں گی V;FEM;SBJV;PL;3
کہنا کہتے ہوں V;HAB;MASC;SBJV;PL;3
عیش کرنا عیش کیی ہو V;PRF;MASC;PL;2;PRS
چاہنا تم چاہو گے V;MASC;SBJV;PL;2
پہنچنا پہنچتی ہو گی V;HAB;FEM;SG;3;LGSPEC3
چڑھنا چڑھ رہی ہوتی V;PROG;FEM;SG;2;LGSPEC4
کہنا میں کہوں گی V;FEM;SBJV;SG;1
سوپن دیکھنا تو سوپن دیکھے V;SBJV;SG;2
خریدنا خریدتی ہو گی V;HAB;FEM;SG;2;LGSPEC3
چڑھنا چڑھتا ہو گا V;HAB;MASC;SG;2;LGSPEC3
چومنا چوم رہا ہے V;PROG;MASC;SG;3;PRS
آگرہ کرنا آگرہ کیا ہوں V;PRF;MASC;SG;1;PRS
بہنا بہ رہا ہوں V;PROG;MASC;SG;1;PRS
جلنا جلی ہوتی V;PRF;FEM;SG;3;LGSPEC4
اٹھنا اٹھی ہیں V;PRF;FEM;PL;3;PRS
رونا روۓ ہو V;PRF;MASC;PL;2;PRS
جلانا جلاتی ہیں V;HAB;FEM;PL;1;PRS
سکنا ہم سکیں گے V;MASC;SBJV;PL;1
جھکنا جھکتی ہو گی V;HAB;FEM;SG;2;LGSPEC3
جھگڑا جھگڑے N;NOM;PL
خریدنا خریدنے V;NFIN;LGSPEC2
کہنا کہ رہی تھیں V;PROG;FEM;PL;2;PST
جھانکنا یہ وہ جھانکے V;SBJV;SG;3
ڈھانپنا ڈھانپ رہی ہوں گی V;PROG;FEM;SG;1;LGSPEC3
برداشت کرنا برداشت کر رہا ہوتا V;PROG;MASC;SG;2;LGSPEC4
ٹوٹنا ٹوٹتے ہو V;HAB;MASC;SBJV;PL;2
انڈکوش انڈکوش N;NOM;SG
اترنا اتری تھی V;PRF;FEM;SG;3;PST
رونا روتی ہوتی V;HAB;FEM;SG;3;LGSPEC4
جلانا تو جلاۓ V;SBJV;SG;2
جپنا جپ رہا ہوں گا V;PROG;MASC;SG;1;LGSPEC3
سہمانا سہمائی ہو V;PRF;FEM;SBJV;PL;2
دوڑنا دوڑ رہے ہو گے V;PROG;MASC;PL;2;LGSPEC3
ڈھانپنا ڈھانپ رہا ہو V;PROG;MASC;SBJV;SG;3
لوٹنا لوٹ رہا ہوں گا V;PROG;MASC;SG;1;LGSPEC3
جاگنا جاگے تھے V;PRF;MASC;PL;1;PST
پْرشنسا پررشنسائیں N;NOM;PL
جاگنا جاگ رہا ہوتا V;PROG;MASC;SG;1;LGSPEC4
لوٹنا لوٹے تھے V;PRF;MASC;PL;3;PST
برداشت کرنا برداشت کر رہی تھیں V;PROG;FEM;PL;1;PST
بولنا بولی ہو V;PRF;FEM;SBJV;SG;2
اٹھنا اٹھ رہے ہوتے V;PROG;MASC;PL;1;LGSPEC4
ٹوٹنا ٹوٹ رہی تھی V;PROG;FEM;SG;1;PST
سہمنا سہمتی ہوں V;HAB;FEM;SBJV;PL;3
اترنا اترو V;IMP;SG;2;FORM
خریدنا خریدتے تھے V;HAB;MASC;PL;1;PST
ہنسنا ہنستے ہوتے V;HAB;MASC;PL;3;LGSPEC4
غلط کرنا غلط کر رہی ہوتی V;PROG;FEM;PL;1;LGSPEC4
جاگنا جاگی ہو V;PRF;FEM;SBJV;SG;3
پہنچنا پہنچتی ہوں گی V;HAB;FEM;SG;1;LGSPEC3
چودنا چود رہا ہوں V;PROG;MASC;SBJV;SG;1
خریدنا خریدے تھے V;PRF;MASC;PL;3;PST
جھکنا جھکی ہوں V;PRF;FEM;SG;1;PRS
چاہنا چاہتے ہوتے V;HAB;MASC;PL;3;LGSPEC4
انتظار کرنا انتظار کیا ہوتا V;PRF;MASC;SG;3;LGSPEC4
جلنا جل رہے ہوں V;PROG;MASC;SBJV;PL;1
دیکھنا دیکھ رہا ہوتا V;PROG;MASC;SG;2;LGSPEC4
بہنا بہا تھا V;PRF;MASC;SG;2;PST
ٹوٹنا ٹوٹے ہوتے V;PRF;MASC;PL;3;LGSPEC4
کتا کتوں N;ACC;PL
سیکھنا سیکھتی ہو V;HAB;FEM;SBJV;SG;3
آدر کرنا آدر کرتی ہوتی V;HAB;MASC;PL;3;LGSPEC4
مٹنا مٹ رہی ہوں گی V;PROG;FEM;SG;1;LGSPEC3
سیکھنا سیکھتا ہو گا V;HAB;MASC;SG;3;LGSPEC3
آگرہ کرنا آگرہ کیی ہوتی V;PRF;FEM;PL;1;LGSPEC4
لکھنا میں لکھوں گی V;FEM;SBJV;SG;1
غلط کرنا غلط کر رہی ہے V;PROG;FEM;SG;2;PRS
سمجھنا سمجھی ہوں V;PRF;FEM;SBJV;PL;3
جاگنا جاگے ہیں V;PRF;MASC;PL;3;PRS
انکار کرنا انکار کر رہا ہو V;PROG;MASC;SBJV;SG;2
ملانا ملاۓ ہوں V;PRF;MASC;SBJV;PL;3
آرمبھ کرنا آرمبھ کیی ہو گی V;PRF;FEM;SG;2;LGSPEC3
اٹھنا اٹھتی ہوں V;HAB;FEM;SG;1;PRS
چودنا چودتی ہو V;HAB;FEM;PL;2;PRS
انتظار کرنا انتظار کرتی ہوں V;HAB;FEM;SBJV;PL;3
جاگنا جاگتے ہو گے V;HAB;MASC;PL;2;LGSPEC3
رونا روتی تھی V;HAB;FEM;SG;2;PST
بٹورنا بٹور رہا ہو گا V;PROG;MASC;SG;3;LGSPEC3
بہنا بہ رہی ہوں V;PROG;FEM;SBJV;PL;1
آرمبھ کرنا آرمبھ کیی ہوں V;PRF;MASC;SBJV;PL;3
جلانا جلائی ہوتی V;PRF;FEM;SG;1;LGSPEC4
اٹھانا اٹھاتے ہیں V;HAB;MASC;PL;1;PRS
لوٹنا لوٹتا تھا V;HAB;MASC;SG;3;PST
عیش کرنا عیش کر رہی ہوتی V;PROG;FEM;PL;1;LGSPEC4
بادل بادلوں N;ACC;PL
استعمال کرنا استعمال کرتی تھی V;HAB;FEM;SG;1;PST
انتظار کرنا انتظار کر رہی ہوں V;PROG;FEM;SG;1;PRS
مٹنا مٹتے ہوں گے V;HAB;MASC;PL;3;LGSPEC3
اٹھانا اٹھاتی ہو گی V;HAB;FEM;SG;2;LGSPEC3
اٹھنا اٹھتا ہوتا V;HAB;MASC;SG;1;LGSPEC4
ملانا ملا رہی ہو گی V;PROG;FEM;SG;2;LGSPEC3
جھانکنا جھانک رہی ہوں V;PROG;FEM;SBJV;PL;1
جپنا جپی ہوتی V;PRF;FEM;SG;3;LGSPEC4
دکھانا دکھاتے تھے V;HAB;MASC;PL;3;PST
دوڑنا تو دوڑے گا V;MASC;SBJV;SG;2
ڈھانپنا ڈھانپ رہے ہوں گے V;PROG;MASC;PL;1;LGSPEC3
اٹھانا اٹھا رہی ہو گے V;PROG;FEM;PL;2;LGSPEC3
سیکھنا سیکھ رہا ہوتا V;PROG;MASC;SG;1;LGSPEC4
حملہ حملو N;VOC;PL
لکھنا لکھ رہی ہوں V;PROG;FEM;SG;1;PRS
دکھانا دکھاتی ہو V;HAB;FEM;SBJV;SG;3
اٹھنا اٹھ رہے ہیں V;PROG;MASC;PL;3;PRS
سکنا یہ وہ سکیں گی V;FEM;SBJV;PL;3
آشچریہ کرنا آشچریہ کر رہی ہیں V;PROG;FEM;PL;1;PRS
آرمبھ کرنا آرمبھ کیی ہو گی V;PRF;MASC;PL;2;LGSPEC3
علاج کرنا علاج کر رہی ہو V;PROG;MASC;SBJV;PL;2
ٹوٹنا ٹوٹتے ہوں V;HAB;MASC;SBJV;PL;1
عیش کرنا عیش کرتی ہوتی V;HAB;FEM;SG;2;LGSPEC4
بٹورنا بٹور رہا ہوں V;PROG;MASC;SBJV;SG;1
ایسی تیسی کرنا ایسی تیسی کیی ہوتی V;PRF;FEM;PL;3;LGSPEC4
سمجھنا یہ وہ سمجھیں گے V;MASC;SBJV;PL;3
برداشت کرنا برداشت کیی ہو V;PRF;MASC;SBJV;PL;2
کھیلنا کھیلتا ہوں گا V;HAB;MASC;SG;1;LGSPEC3
ڈھانپنا ڈھانپ رہا ہوں V;PROG;MASC;SBJV;SG;1
چڑھنا چڑھتے تھے V;HAB;MASC;PL;2;PST
دوڑنا دوڑ رہا ہوتا V;PROG;MASC;SG;3;LGSPEC4
آرام کرنا آرام کیی ہو V;PRF;MASC;PL;2;PRS
عیش کرنا عیش کرتی ہو V;HAB;FEM;SBJV;SG;2
لگنا لگی تھی V;PRF;FEM;SG;1;PST
ہنسنا ہنس رہا ہوں V;PROG;MASC;SBJV;SG;1
سانس سانس N;ACC;SG
چاٹنا چاٹتی ہوں V;HAB;FEM;SBJV;PL;1
دکھانا دکھا رہے ہیں V;PROG;MASC;PL;3;PRS
مالا مالاؤں N;ACC;PL
دیکھنا دیکھتی ہو V;HAB;FEM;PL;2;PRS
گدھا گدھے N;NOM;PL
کھیلنا کھیل رہا ہے V;PROG;MASC;SG;3;PRS
علاج کرنا علاج کرتی ہوں گی V;HAB;MASC;PL;3;LGSPEC3
بولنا بول رہی ہوتی V;PROG;FEM;PL;2;LGSPEC4
سہمانا سہما رہی تھیں V;PROG;FEM;PL;1;PST
جپنا جپے تھے V;PRF;MASC;PL;3;PST
ختنہ کرنا ختنہ کرتی ہوں گی V;HAB;MASC;PL;3;LGSPEC3
لگنا لگ رہی ہیں V;PROG;FEM;PL;1;PRS
لکھنا لکھا ہوتا V;PRF;MASC;SG;2;LGSPEC4
کھیلنا کھیلی تھی V;PRF;FEM;SG;3;PST
لگنا لگ رہی ہوتی V;PROG;FEM;SG;1;LGSPEC4
گانڈ گانڈیں N;NOM;PL
سوپن دیکھنا سوپن دیکھ رہی ہوں V;PROG;FEM;SBJV;PL;3
آرمبھ کرنا آرمبھ کرتی تھی V;HAB;FEM;SG;3;PST
چاہنا چاہے ہو V;PRF;MASC;SBJV;PL;2
رونا یہ وہ رویں V;SBJV;PL;3
دوڑنا دوڑ رہی ہو V;PROG;FEM;PL;2;PRS
انتظار کرنا انتظار کیی ہوتی V;PRF;MASC;PL;3;LGSPEC4
انتظار کرنا یہ وہ انتظار کریں گی V;FEM;SBJV;PL;3
پڑھنا پڑھتی ہوتی V;HAB;FEM;PL;3;LGSPEC4
دکھانا دکھا رہا ہے V;PROG;MASC;SG;3;PRS
جپنا جپ رہی تھیں V;PROG;FEM;PL;2;PST
دیکھنا دیکھ رہے ہو گے V;PROG;MASC;PL;2;LGSPEC3
چاٹنا چاٹا تھا V;PRF;MASC;SG;3;PST
دیکھنا دیکھتا ہے V;HAB;MASC;SG;3;PRS
دوڑنا تم دوڑو گی V;FEM;SBJV;PL;2
مٹنا مٹے ہو V;PRF;MASC;SBJV;PL;2
ختنہ کرنا ختنہ کر رہا ہوتا V;PROG;MASC;SG;1;LGSPEC4
علاج کرنا علاج کر رہی ہوں V;PROG;MASC;SBJV;PL;3
ختنہ کرنا ختنہ کیی ہوں گی V;PRF;FEM;PL;1;LGSPEC3
سہمانا سہما رہے ہوتے V;PROG;MASC;PL;1;LGSPEC4
خریدنا خریدی تھی V;PRF;FEM;SG;2;PST
ایسی تیسی کرنا ایسی تیسی کرتی ہوں V;HAB;MASC;SBJV;PL;1
لوٹنا لوٹی تھیں V;PRF;FEM;PL;2;PST
چودنا چود رہے ہوں گے V;PROG;MASC;PL;1;LGSPEC3
پہنچنا یہ وہ پہنچے گا V;MASC;SBJV;SG;3
آرام کرنا آرام کر رہی ہوں V;PROG;FEM;SG;1;PRS
چاٹنا چاٹتی ہو V;HAB;FEM;PL;2;PRS
علاج کرنا علاج کیا ہوں V;PRF;MASC;SG;1;PRS
ملانا ملاتا ہو گا V;HAB;MASC;SG;3;LGSPEC3
برداشت کرنا برداشت کر رہی ہو V;PROG;FEM;SBJV;PL;2
دکھانا دکھایا تھا V;PRF;MASC;SG;3;PST
انکار کرنا انکار کیا ہو گا V;PRF;MASC;SG;2;LGSPEC3
کہنا کہے تھے V;PRF;MASC;PL;1;PST
ٹوٹنا ٹوٹا ہو گا V;PRF;MASC;SG;3;LGSPEC3
برداشت کرنا برداشت کیی ہوں گی V;PRF;FEM;PL;3;LGSPEC3
کہنا کہ رہے ہوں V;PROG;MASC;SBJV;PL;1
چڑھنا چڑھے ہوں V;PRF;MASC;SBJV;PL;3
اترنا اترا ہوں گا V;PRF;MASC;SG;1;LGSPEC3
سیکھنا سیکھتی تھیں V;HAB;FEM;PL;2;PST
غلط کرنا غلط کرتی ہوں V;HAB;FEM;SBJV;PL;1
جھکنا جھکتے ہوں V;HAB;MASC;SBJV;PL;1
سمجھنا سمجھ رہی تھی V;PROG;FEM;SG;3;PST
اترنا اتری ہے V;PRF;FEM;SG;3;PRS
خریدنا تو خریدے گی V;FEM;SBJV;SG;2
علاج کرنا علاج کرتی تھیں V;HAB;FEM;PL;3;PST
بہنا بہی ہوتی V;PRF;FEM;PL;1;LGSPEC4
کہنا کہ رہی ہوں V;PROG;FEM;SBJV;SG;1
چراغ چراغوں N;ACC;PL
ملانا ملاتی تھی V;HAB;FEM;SG;3;PST
لگنا لگتا ہوں V;HAB;MASC;SBJV;SG;1
دوڑنا دوڑ رہی ہوتی V;PROG;FEM;PL;1;LGSPEC4
جلنا جل رہی تھی V;PROG;FEM;SG;2;PST
آرمبھ کرنا آرمبھ کیی ہوں گی V;PRF;MASC;PL;1;LGSPEC3
چاہنا چاہی ہو V;PRF;FEM;PL;2;PRS
سیکھنا سیکھ رہے ہوں V;PROG;MASC;SBJV;PL;3
لکھنا لکھتے تھے V;HAB;MASC;PL;1;PST
سہمنا سہمتا ہوں V;HAB;MASC;SBJV;SG;1
پہنچنا پہنچ رہا ہوں V;PROG;MASC;SBJV;SG;1
لکھنا لکھ رہی ہوتی V;PROG;FEM;SG;1;LGSPEC4
علاج کرنا علاج کر رہی ہوتی V;PROG;MASC;PL;1;LGSPEC4
ہنسنا ہنسا ہوتا V;PRF;MASC;SG;2;LGSPEC4
لگنا لگا تھا V;PRF;MASC;SG;2;PST
بہنا بہتی تھی V;HAB;FEM;SG;2;PST
ڈھانپنا ڈھانپا ہو V;PRF;MASC;SBJV;SG;3
سوپن دیکھنا سوپن دیکھی ہو V;PRF;FEM;SBJV;PL;2
پایہ پایے N;ACC;SG
چودنا چود رہی ہوں گی V;PROG;FEM;SG;1;LGSPEC3
لکھنا میں لکھوں گا V;MASC;SBJV;SG;1
دیکھنا دیکھا ہے V;PRF;MASC;SG;2;PRS
چڑیا چڑیوں N;ACC;PL
پہنچنا پہنچا ہے V;PRF;MASC;SG;2;PRS
عیش کرنا عیش کیا ہے V;PRF;MASC;SG;3;PRS
جھکنا جھکی ہوں گی V;PRF;FEM;SG;1;LGSPEC3
چومنا چوما تھا V;PRF;MASC;SG;3;PST
بہنا بہ رہے ہوں گے V;PROG;MASC;PL;1;LGSPEC3
جلانا جلائی ہو V;PRF;FEM;PL;2;PRS
سوپن دیکھنا سوپن دیکھے ہوں V;PRF;MASC;SBJV;PL;3
کھیلنا کھیل رہی ہو V;PROG;FEM;SBJV;SG;3
|
7162dcc0804e4fbd5679f30eb58dcb3ff61b1de4 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/1.1/Unix/scilab-1.1/macros/percent/%sar.sci | ffad61824c2b28f09baee6b9ca0ace16fa5539a5 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 337 | sci | %sar.sci | //<f>=%sar(m,f)
// %sar(m,f) calcule la somme d'une matrice de fractions rationnelles
//et d'une matrice de scalaires ou la somme d'un systeme dynamique
//decrit par sa matrice de transfert et d'un gain constant.
//Cette macro correspond a l'operation m+f
//!
if sum(size(m))=-2 then m=m*eye(f(3)); end;
f(2)=f(2)+m.*f(3);
//end
|
42aa064dc696375580ddf5f1d117aff8a4c94102 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3871/CH6/EX6.8/Ex6_8.sce | fb2005137cf85507b5438f1a69c22a9e6c6d0d4a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,049 | sce | Ex6_8.sce | //===========================================================================
//chapter 6 example 8
clc;clear all;
//variable decalaration
Rm = 5; //coil resistance in Ω
Rm1 = 0.00075; //coil resistance in Ω
Im = 0.015; //full-scale defelction current in A
I = 100; //current to be measured in A
T1 = 0.004; //temperature coeficient of copper in Ω/Ω/°C
T2 = 0.00015; //temperature coeficient of manganin in Ω/Ω/°C
T =10; //rise in temperature in °C
//calculations
N = I/(Im); //multiplying power of shunt
Rs = Rm/(N-1); //resistance of manganin shunt in Ω
Rc = Rm*(1+(T1*T)); //coil resitance with 10°C in temperature in Ω
Rsh = Rm1*(1+(T2*T)); //shunt resitance with 10°C in temperature in Ω
In = (Rsh/((Rc+Rsh)))*100; //new instrument current in A
r = (In/(Im))*100; //new instrument reading in A
e = ((r-I)/(I))*100; //percentage error in %
//result
mprintf('percentage error %3.3f percentage",e);
|
dda3a671e88c9faf05bb1eb91bbb58827a72cdbe | 449d555969bfd7befe906877abab098c6e63a0e8 | /3792/CH3/EX3.8/Ex3_8.sce | 33d91f5089f6ee7898486eaac479baad9cfce4cb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,001 | sce | Ex3_8.sce | // SAMPLE PROBLEM 3/8
clc;clear;funcprot(0);
// Given data
m=1500;// The mass of the car in kg
v_A=100;// The velocity in km/h
v_C=50;// The velocity in km/h
rho_A=400;// The radius of curvature in m
rho_C=80;// The radius of curvature in m
delta_s=200;// m
// Calculation
a_t=abs((((v_C/3.6)^2)-((v_A/3.6)^2))/(2*delta_s));// The tangential acceleration in m/s^2
a_na=((v_A/3.6)^2)/rho_A;// The normal components of acceleration at A in m/s^2
a_nb=0;// The normal components of acceleration at B in m/s^2
a_nc=((v_C/3.6)^2)/rho_C;// The normal components of acceleration at C in m/s^2
F_t=m*a_t;// N
F_na=m*a_na;// N
F_nb=m*a_nb;// N
F_nc=m*a_nc;// N
F_a=sqrt(F_na^2+F_t^2);// The total horizontal force acting on the tires at A in N
F_b=sqrt(F_nb^2+F_t^2);// The total horizontal force acting on the tires at B in N
F_c=sqrt(F_nc^2+F_t^2);// The total horizontal force acting on the tires at C in N
printf("\nAt A,F=%4.0f N \nAt B,F=%4.0f N \nAt C,F=%4.0f N",F_a,F_b,F_c);
|
0349744858492934b052168d259ad5fa32b43e2c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3776/CH5/EX5.1/Ex5_1.sce | 7d38e393ab6250e17821210d8cf6245aaa467778 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 894 | sce | Ex5_1.sce | clear
//Given
L_ab = 0.4 //mt The total length of the rod
M = 200 //N_m - the moment acting on rod
l_1 = 0.1 //mt -moment acting point the distance from 'a'
R_1 = 100 //N - The Force acting
l_2 = 0.2 //mt -R_1 acting point the distance from 'a'
R_2 = 160 //N The Force acting
l_3 = 0.3 //mt -R_2 acting point the distance from 'a'
//calculations
//F_X = 0 forces in x directions
R_A_X = 0 // since there are no forces in X-direction
R_B_X = 0
//M_A = 0 momentum at point a is zero
// M + R_1*l_2 + R_2*l_3 = R_B*L_ab *the moment for a force is FxL
R_B_Y = (M + R_1*l_2 + R_2*l_3)/L_ab
//M_B= 0 momentum at point b is zero
// R_A_Y*L_ab + M - R_1*l_2 - R_2*0.1 = 0
R_A_Y = -(M - R_1*l_2 - R_2*0.1)/L_ab
printf("The X,Y components of reaction force at A is %0.3f,%0.3f N",R_A_X,R_A_Y)
printf("\n The X,Y components of reaction force at B is %0.3f,%0.3f N",R_B_X,R_B_Y)
|
943c7ceb479c1b50de4c818fa9c59e94bbfd3286 | 449d555969bfd7befe906877abab098c6e63a0e8 | /497/CH17/EX17.2/Chap17_Ex2.sce | 935f6e6d037b6bcd23d906082be160cb06a8b988 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,610 | sce | Chap17_Ex2.sce | //Kunii D., Levenspiel O., 1991. Fluidization Engineering(II Edition). Butterworth-Heinemann, MA, pp 491
//Chapter-17, Example 2, Page 438
//Title: Design of a Commercial Acrylonitrile Reactor
//==========================================================================================================
clear
clc
//INPUT
deltaHr=5.15E8;//Heat of reaction in J/k mol
W=5E4;//Weight of acrylonitirle produced per 334-day year in tonnes
db=0.07;//Estimated bubble size in m
dte=0.7;//Equivalent diameter in m
Kf12=0.35;//Effective rate constant in s^-1 from Example 1
dp=60;//Particle size in micrometer
ephsilonm=0.50;//Void fraction of fixed bed
ephsilonmf=0.55;//Void fraction at minimum fluidized condition
T=460;//Temperature in reactor in degree C
Pr=2.5;//Pressure inside reactor in bar
//Feed gas composition
x1=1;//Propylene
x2=1.1;//Ammonia
x3=11;//Air
do1=0.08;//OD of heat exchanger tubes in m\
L=7;//Length of tubes in m
ho=300;//Outside heat transfer coefficient in W/m^2 K
hi=1800;//Inside heat transfer coefficient in W/m^2 K
Tc=253.4;//Temperature of coolant in degree C
pi=3.14;
//CALCULATION
//Preliminary calculation
uo=0.46;//Superficial gas velocity from Fig.E1(a) for the value of Kf12 & db
tou=8;//Space time from Fig.E2(b) for highest concentraion of product R
Lm=uo*tou/(1-ephsilonm);
y=0.58;//CR/CAi from Fig.E1(c) for the value of tou & Kf12
XA=0.95//From Fig.E1(c) for the value of tou & Kf12
SR=y/XA;//Selectivity of R
//Cross-sectional area of the reactor
P=W*10^3/(334*24*3600);//Production rate of acrylonitrile
F=(P/0.053)/(SR*XA/0.042);//Feed rate of propylene
V=((F*22.4*(T+273)*(x1+x2+x3))/(42*273*Pr));
At=V/uo;//Cross-sectional area of reactor needed for the fluidized bed
//Heat exchanger calculation
q=F*XA*deltaHr/42;//Rate of heat liberation in the reactor
U=(ho^-1+hi^-1)^-1;//Overall heat transfer coefficient
deltaT=T-Tc;//Driving force for heat transfer
Aw=q/(U*deltaT);//Heat exchanger area required to remove q
Nt=Aw/(pi*do1*L);
li1=(At/Nt)^0.5;//Pitch for square pitch arrangement
dte1=4*[li1^2-(pi/4)*do1^2]/(pi*do1);
if dte1>dte then li=(pi/4*dte*do1+pi/4*do1^2)^0.5;//Pitch if we add dummy tubes
end
f=li^2-pi/4*do1^2;//Fraction of bed cross section taken up by tubes
dt1=sqrt(4/pi*At/(1-f));//Reactor diameter including all its tubes
//OUTPUT
printf('\nSuperficial gas velocity=%fm/s',uo);
printf('\nNo. of %1.0fm tubes required=%1.0f',L,Nt);
printf('\nReactor diameter=%fm',dt1);
//====================================END OF PROGRAM ====================================================== |
c85636ae61c4caae5bd3ec631d1ca08c2ef8b774 | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpicscifiles6/Kouten.sci | c12b721e4569271edfd2f5531ae273ee8f34f5c7 | [] | no_license | ketpic/ketcindy-scilab-support | e1646488aa840f86c198818ea518c24a66b71f81 | 3df21192d25809ce980cd036a5ef9f97b53aa918 | refs/heads/master | 2021-05-11T11:40:49.725978 | 2018-01-16T14:02:21 | 2018-01-16T14:02:21 | 117,643,554 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 524 | sci | Kouten.sci | // 08.05.18
// 08.05.19
// 09.06.01 (same as 05.19)
function Out=Kouten(PA,V,P,Q);
Eps=10.0^(-6);
A1=PA(1); A2=PA(2);
V1=V(1); V2=V(2);
P1=P(1); P2=P(2);
U1=Q(1)-P1; U2=Q(2)-P2;
Tmp=norm(P-Q)*norm(V);
if Tmp==0
Out=[%inf,-%inf];
return
end
D=U1*V2-U2*V1;
if abs(D)/Tmp<Eps
Out=[%inf,-%inf];
return
end
S=((-A2+P2)*V1+(A1-P1)*V2)/D;
if S>1+Eps | S<-Eps
Out=[%inf,-%inf];
return
end
T=((-A2+P2)*U1+(A1-P1)*U2)/D;
Tmp=PA+T*V;
Out=MixS(T,Tmp,sign(D));
endfunction
|
2ad132db35bb9bf6969ca91745ec9c9eb102fb21 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3289/CH6/EX6.4/Ex6_4.sce | 2a4a9b95ebfdcb7c487214be36a8f5866203ae1a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 874 | sce | Ex6_4.sce | clc
G=80 //GPa
E=200 //GPa
tf=10 //mm
tw=0.007 //m
t1=tw
t2=0.01
h=0.2 //m
b=0.1 //m
b2=b
b1=0.19
L=2.4 //m
If=0.01*0.1^3
Mt=1200
L=2.4
//solution a:
//C=Mt/theta
//C=(b1*t1^3+2*b2*t2^3)*(G/3)
C=((b1*t1^3+2*b2*t2^3)/3)// without substituting the value of G we get C
disp(C,"torsional rigidity of the beam is= ")
//a=(If*E)/12
a=If/12// without substituting the value of E we get a
disp(a)
//alpha=1/(h*sqrt((E*If)/(2*C)))
y=sqrt((2.5*a)/(2*C))// without substituting the value of h
disp(y)
//(1/alpha)==y
//sigmafmax=(Mfmax*x)/If
sigmafmax=(3.43*Mt*0.05)/a
disp(sigmafmax,"maxi longitudinal bending stress in the flange in MPa is= ")
//soluton b:
si=(Mt/(C*G*10^9))*(L-y*h)
disp(si,"the angle of twist at the free end in radian is =")
si1=(Mt*L)/(C*G*10^9)
disp(si1,"total angle of twist in radians is= ")
|
a8bb750a13e67264ea066e6d5a0a14f06e6ecb97 | 717ddeb7e700373742c617a95e25a2376565112c | /3044/CH7/EX7.1/Ex7_1.sce | 771ea8294b929cfdfba58ec0d8bcda408a7c2a68 | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 631 | sce | Ex7_1.sce | // Variable declaration
l = [2.4,2.9,2.7,2.6,2.9,2.0,2.8,2.2,2.4,2.4,2.0,2.5] // list of lead concentration
x = [1,1,1,1,1.1,1,1,1,1.1,1.2,1.1,1]
n = 12 // sample size
// Calculation
plot(l,x,"ro")
title("DOT DIAGRAM")
xlabel("$ Lead(micro gram/l$")
Mean = sum(l)/length(l) // Mean of sample
Variance = (sum(l^2) - (sum(l)^2)/ n) / (n-1) // Variance of sample
// Result
std_err = sqrt(Variance / n) // Estimated standard error
printf ( "Estimated standard error: %.3f",std_err)
|
f5eb195d0d50713b774271655bd94c1429071fe3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1004/CH7/EX7.3/Ch07Ex3.sci | 25ab1243a23e441ec8b743dd665cd103082b3f49 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 803 | sci | Ch07Ex3.sci | // Scilab code: Ex7.3: Intensity ratio of J states for HCL molecule: Pg: 171 (2008)
e = 1.6e-019; // Energy equivalent of 1 eV, J/eV
K = 1.38e-23; // Boltzmann constant, J/K
T = 300; // Absolute room temperature, K
J1 = 0; // Rotational quantum number for ground level
J2 = 10; // Rotational quantum number for 10th level
EJ1 = J1*(J1+1)*1.3e-03; // Energy of ground level of HCL molecule, eV
EJ2 = J2*(J2+1)*1.3e-03; // Energy of 10th level of HCL molecule, eV
// As n10/n0 is propotional to (2J+1)*exp(-(EJ2-EJ1))/KT, so
I_ratio = (2*J2+1)/(2*J1+1)*exp(-(EJ2 - EJ1)/(K*T/e)); // Intensity ratio of J10 and J1 states
printf("\nThe intensity ratio of J-states for HCL molecule = %4.2f", I_ratio);
// Result
// The intensity ratio of J-states for HCL molecule = 0.08
|
476160acc3de265c48b858f4adb7413d0cc083eb | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.1/Unix/scilab-2.1/macros/metanet/g_lp2.sci | 1b74c33728dbbb0f9df11eece10304269589a073 | [
"MIT",
"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 | 78 | sci | g_lp2.sci | function lp2=g_lp2(g)
[lhs,rhs]=argn(0), if rhs=0 then g=the_g, end
lp2=g(11)
|
2ddf5408a196011427992b4b028d56cf68dd9776 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2825/CH18/EX18.4/Ex18_4.sce | 5678fff255c56d3e564384a3e59014d78ab64433 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,007 | sce | Ex18_4.sce | //Ex18_4 Pg-946
clc
w=0.3*10^(-6)*100 //width of silicon in cm
alpha=4*10^(4)
phi=10^(-2)
e=1.6*10^(-19) //electron charge in eV
disp("(1) Energy absorbed/sec is given by ")
E=phi*(1-exp(alpha*w)) //energy absorbed(textbook answer is wrong)
printf(" = %.1f mW \n",abs(E)*1e3)
disp("(2) The portion of each photo energy that is converted into heat is obtained as hv-Eg/hv")
Heat=(3-1.12)/3*100 //photon energy coverted to heat
printf(" = %.0f %%",Heat)
E1=(62/100)*0.0232 //energy dissipated/sec (textbook answer is wrong)
printf("\n Obviously, the amount of energy dissipated/sec to lattice \n is %.1f mW \n",E1*1e3)
disp("(3) Number of photons/sec from recombination is")
num_photons=2.4/(e*1.12)
printf(" = %.1f*1e19 photon/sec \n",num_photons*1e-19)
//textbook answer is wrong
disp("Therefore recombination radiation")
RR=abs(E)-E1 //recombination radiation (textbok answer is wrong)
printf(" = %.1f mW",RR*1e3)
|
57c53f5ea0ed5281acd79d2d6afdd90d7f8f4eba | 69d47013b4427741d37de7faeb3e94fc141393b4 | /Lab_4_Interpolacao_e_Integracao/scilab/interpolacao_integracao.sce | 6b6c24b7f3281023485d21179fb3ff70c0a3bd30 | [] | no_license | samuel-cavalcanti/Computacao-Numerica | 30f5042076b5db29482798ca7a6c63590a00a697 | 029c49f5d303f8f978c1f7b12b91778f06fb0665 | refs/heads/master | 2020-03-29T14:14:51.735781 | 2019-02-05T18:14:12 | 2019-02-05T18:14:12 | 150,007,038 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,971 | sce | interpolacao_integracao.sce | function S = trapC(a,b,n,f)
h= (b-a)/n
x(1)=a
y(1)=f(x(1))
S = y(1)
for i=2:n
x(i)= x(i-1)+h
y(i)=f(x(i))
S = S+2*y(i)
end
x(n+1) = b
y(n+1) = f(x(n+1))
S = h/2*(S+y(n+1))
endfunction
function s = primeiraRegraDeSimpson(a,b,n,f)
h = (b-a)/n
x=a:h:b
for i=1:length(x)
y(i) = f(x(i))
end
s = y(1)
for i=2:length(y)-1 //
if modulo(i,2) == 0
s = s + 4*y(i)
else
s = s + 2*y(i)
end
end
s = (s +y($))*h/3
endfunction
function s = segundaRegraDeSimpsom(a,b,n,f)
h = (b -a)/n
x = a:h:b
for i =1: length(x)
y(i) = f(x(i))
end
s = y(1)
for i=2:length(y) -1
if modulo(i,3) == 1
s = s+ 2*y(i)
else
s = s+ 3*y(i)
end
end
s = 3*h/8*(s + y($))
endfunction
function Tab= diffdiv(x,y)
n = length(x)
Tab(:,1)=y
for i=1:n-1
for j =1:n-i
Tab(j,i+1)= (Tab(j+1,i)-Tab(j,i))/(x(j+i)-x(j))
end
end
endfunction
function S = newton(x,y,p)
n = length(x)
tabDiffdiv = diffdiv(x,y)
S = y(1)
for i=2:n
M =1
for j=1:i-1
M=M*(p -x(j))
end
S = S + M *tabDiffdiv(1,i)
end
endfunction
function S = lagrange(x,y,p)
n = length(x)
S = 0;
for i=1:n
L =1;
for j =1:n
if i~=j
L = L * (p -x(j))/(x(i)-x(j))
end
end
S = S + L*y(i)
end
endfunction
function S = primeiraRegraDeSimpsonLagrange(a,b,n,u,v)
h = (b-a)/n
x=a:h:b
for i=1:length(x)
y(i) = lagrange(u,v,x(i))
end
y = y^2
S = y(1)
for i=2:n
if modulo(i,2) == 0
S = S + 4*y(i)
else
S = S + 2*y(i)
end
end
S = (S +y($))*h/3
endfunction
|
bb54a263177b1025a898888a75956eecc700fe4f | f1d98f30cf89c5cd6339af6cecba8f945b5ec75a | /Project/Chapt3/movave.sci | 8d3cfe1ff8442b6a7ed87c10106ffebdd27a1592 | [] | no_license | robin29man/scilab_practice | 1a43a27b7fd732fb8ad8a34e0665351467a10678 | 5dbd37cd3a0f35d238bd1cc519f903924036ed51 | refs/heads/master | 2020-05-24T16:34:56.604967 | 2019-05-22T13:32:39 | 2019-05-22T13:32:39 | 187,362,476 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 260 | sci | movave.sci | function [y, q]=movave(x,m)
n=length(x)
y=zeros(1:n-2*m)
q=0
for i=1:n-2*m
for j=1:2*m+1
y(i)=y(i)+x(i+j-1)
end
y(i)=y(i)/(2*m+1)
q=q+abs(x(i+m)-y(i))
end
q=q/(n-2*m)
endfunction
|
2bf466466b387419638d0e1529f4057479a2056b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2459/CH9/EX9.14/Ex9_14.sce | 3c3d9f6eef310ff735dbd92292f35a0d831be502 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex9_14.sce | //chapter9
//example9.14
//page157
rf=0
n=5
Vp=230 // V rms
Rl=100 //ohm
Vs=Vp/n // V rms
Vsm=Vs*2^0.5 // maximum voltage across secondary
Vm=Vsm/2 // maximum voltage across half secondary winding
Idc=2*Vm/(%pi*Rl)
Vdc=Idc*Rl
PIV=Vsm
efficiency=100*0.812/(1+rf/Rl)
printf("dc output voltage = %.3f V \n",Vdc)
printf("PIV = %.3f V \n",PIV)
printf("efficiency = %.3f percent \n",efficiency)
|
447faf04790583ff6cc8962f30eafb4e3dad3250 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2498/CH2/EX2.14/ex2_14.sce | 938396c5d0fc700f00e93507225af49e41fca996 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 573 | sce | ex2_14.sce | // Exa 2.14
clc;
clear;
close;
format('v',6)
// Given data
Vrms = 50;// in V
r_f = 20;// in ohm
R_L = 980;// in ohm
Vm = sqrt(2)*Vrms;// in V
Im = (Vm)/(R_L+r_f);
// The mean load current
Idc = (2*Im)/%pi;// in A
Idc = round(Idc * 10^3);// in mA
disp(Idc,"The mean load current in mA is");
// The RMS load current
Irms = Im/sqrt(2);// in A
Irms = Irms*10^3;// in mA
disp(Irms,"The RMS load current in mA is");
a = 0.812;// assumed
// The output efficiency
Eta = a/(1+(r_f/R_L));
Eta = Eta * 100;// in %
disp(Eta,"The output efficiency in % is");
|
5493d99934c9bdc89e120b861a1372b12aea4ec8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2330/CH9/EX9.5/ex9_5.sce | 4891f6f0b7211592d078bab5c38451f70ea9fa5e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,229 | sce | ex9_5.sce | // Example 9.5
format('v',5)
clc;
clear;
close;
// given data
V_E= 1;// in V
R_E=1*10^3;// in Ω
R_C= 4*10^3;// in Ω
V_CC= 10;// in V
I_CQ= V_E/R_E;// in A
I_C= I_CQ;// in A
V_CEQ= V_CC-I_C*(R_C+R_E);// in V
// (i) when R_L = 1 MΩ, the value of 2I_CQrL
R_L= 1*10^6;// in Ω
r_L= R_L*R_C/(R_L+R_C);// in Ω
I_CQrL= I_CQ*r_L;//in A
disp(2*I_CQrL,"When R_L = 1 MΩ, the value of 2I_CQrL in volts is : ")
// (ii) when R_L = 100 kΩ, the value of 2I_CQrL
R_L= 100*10^3;// in Ω
r_L= R_L*R_C/(R_L+R_C);// in Ω
I_CQrL= I_CQ*r_L;//in A
disp(2*I_CQrL,"When R_L = 100 kΩ, the value of 2I_CQrL in volts is : ")
// (iii) when R_L = 10 kΩ, the value of 2I_CQrL
R_L= 10*10^3;// in Ω
r_L= R_L*R_C/(R_L+R_C);// in Ω
I_CQrL= I_CQ*r_L;//in A
disp(2*I_CQrL,"When R_L = 10 kΩ, the value of 2I_CQrL in volts is : ")
// (iv) when R_L = 1 kΩ, the value of 2I_CQrL
R_L= 1*10^3;// in Ω
r_L= R_L*R_C/(R_L+R_C);// in Ω
I_CQrL= I_CQ*r_L;//in A
disp(2*I_CQrL,"When R_L = 1 kΩ, the value of 2I_CQrL in volts is : ")
// (v) when R_L = 100 Ω, the value of 2I_CQrL
R_L= 100;// in Ω
r_L= R_L*R_C/(R_L+R_C);// in Ω
I_CQrL= I_CQ*r_L;//in A
disp(2*I_CQrL,"When R_L = 100 Ω, the value of 2I_CQrL in volts is : ")
|
53d2a7c7e7b3fcf6e9b04673206b20da8bb325f4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3020/CH18/EX18.6/ex18_6.sce | a65758400cf738688201fd46b1468b466853348c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 405 | sce | ex18_6.sce | clc;
clear all;
ue=0.4;//electon mobility in m^2/V*s
uh=0.2;//hole mobility in m^2/V*s
ni=2.1e19;//intrisic carrier concentration in m^-3
e=1.6e-19;//charge of electron
p=4.5e23;//density of hole
sigma=ni*e*(ue+uh);//conductivity of boron
disp('ohm^-1 m^-1',sigma,'conductivity of semiconductor is:')
sigma1=p*e*uh;
disp('ohm^-1 m^-1',sigma1,'conductivity of boron dopped semiconductor is:')
|
a45a24d3f10ad8844a6699eb6c98dd2786ed6391 | 449d555969bfd7befe906877abab098c6e63a0e8 | /620/CH29/EX29.5/example29_5.sce | e254d6cdc0818bbab968c0ba137e924bc11c687f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | example29_5.sce | av=-40;
k1=0.1;
k2=0.2;
k3=-0.01;
disp("Part a");
a1=av/(1-k1*av);
disp("the overall voltage gain with 10 % negative feedback is"); disp(a1);
disp("Part b");
a2=av/(1-k2*av);
disp("the overall voltage gain with 20 % negative feedback is"); disp(a2);
disp("Part c");
a3=av/(1-k3*av);
disp("the overall voltage gain with 1 % positive feedback is"); disp(a3); |
4d5b3060ece7a4ff791a96317502c7691b6893e6 | 08a90c0d1bca9d01121747d1bfe2e55d78f7fb2f | /task1.sce | b5ed54f435e2fdfedfc8c58a9e5654d645a79d7d | [] | no_license | fatawesome/dsp-hw3 | bf3428c1eff50894aa3da04f81204d62158c4598 | c6cb8c63bb1e7ea3229c0c9219af4d8d7f6c7c56 | refs/heads/master | 2021-03-08T00:06:08.353867 | 2020-03-10T13:20:05 | 2020-03-10T13:20:05 | 246,305,447 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,151 | sce | task1.sce | drums = loadwave('DSP_2020_A3_DATA/drums.wav');
speech = loadwave('DSP_2020_A3_DATA/speech.wav');
violin = loadwave('DSP_2020_A3_DATA/violin.wav');
voice = loadwave('DSP_2020_A3_DATA/voice.wav');
all = loadwave('DSP_2020_A3_DATA/Violin_Viola_Cello_Bass.wav');
fir = loadwave('fir.wav');
function y=my_conv(f, g, filename)
f_zeroed = cat(2, f, zeros(1, length(g)))
g_zeroed = cat(2, g, zeros(1, length(f)))
fft_f = fft(f_zeroed)
fft_g = fft(g_zeroed)
y = ifft(fft_f .* fft_g)
savewave(filename, y, 44100)
endfunction
my_convolved_voice = my_conv(voice, fir, 'my_voice.wav')
my_convolved_speech = my_conv(speech(1), fir, 'my_speech.wav')
my_convolved_violin = my_conv(violin, fir, 'my_violing.wav')
my_convolved_drums = my_conv(drums, fir, 'my_drums.wav')
my_convolved_all = my_conv(all, fir, 'my_all.wav')
y = convol(voice, fir)
savewave('lib_voice.wav', y, 44100)
y = convol(drums, fir)
savewave('lib_drums.wav', y, 44100)
y = convol(speech(1), fir)
savewave('lib_speech.wav', y, 44100)
y = convol(violin, fir)
savewave('lib_violin.wav', y, 44100)
y = convol(all, fir)
savewave('lib_all.wav', y, 44100)
|
9c6dd9bdda7a7ca43f33f27fe6457022f530cd34 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1223/CH15/EX15.4/Ex15_4.sce | 79e7e4dc8ac3db07f73a8f61240c7a182c34fc16 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex15_4.sce | clear;
clc;
//Example 15.4
C=0.1*10^-6;
R=1000;
fo=1/(2*%pi*R*C*sqrt(3));
printf('\nthe oscillation frequency =%.2fHz\n',fo)
//minimum amplifier gain=8
R=1;//KOhm
R2=8*R;
printf('\nR2=%.f KOhm\n',R2)
|
3214440718d12d17acca24454a2cf0cbf01b5fb0 | 111e385f01dcdb641cbc64f8eb2d84c5f0eb1aee | /01/DMux4Way.tst | bbfe1218fe1d38ad0561b2600c153d2f1735639a | [] | no_license | pipt/nand2tetris | 7eaae88086f717291d78972af3997f2749bf5054 | 86dc57c94a1ddb5cf4bba9dc8c67c22b89d20d49 | refs/heads/master | 2020-03-28T02:35:08.533781 | 2018-10-02T20:55:11 | 2018-10-02T20:55:11 | 147,581,307 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 417 | tst | DMux4Way.tst | load DMux4Way.hdl,
output-file DMux4Way.out,
compare-to DMux4Way.cmp,
output-list in sel%B1.2.1 a b c d;
set in 0,
set sel %B00,
eval,
output;
set in 0,
set sel %B01,
eval,
output;
set in 0,
set sel %B10,
eval,
output;
set in 0,
set sel %B11,
eval,
output;
set in 1,
set sel %B00,
eval,
output;
set in 1,
set sel %B01,
eval,
output;
set in 1,
set sel %B10,
eval,
output;
set in 1,
set sel %B11,
eval,
output;
|
ecb92e7599a40e29b46d642c206bb557074ae5f7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2627/CH10/EX1.2/Ex_B_1_2.sce | 2cd1595802c194cb87124f1a186424c7d5765d4f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 301 | sce | Ex_B_1_2.sce | //Part B Ex 1.2
clc;clear;close;
format('v',5);
Av=10;//voltage gain
Ri=1;//kohm
Ro=10;//ohm
Vs=2;//V(Sensor voltage)
Rs=100;//ohm(Sensor resistance)
RL=50;//ohm
Vi=Vs*Ri*1000/(Rs+Ri*1000);//V
Vo=Av*Vi*RL/(Ro+RL);//V
Av=Vo/Vi;//voltage gain of circuit
disp(Av,"Voltage gain of circuit");
|
dcd990ece0b916a1e5b1066c7898b203aeaa38a2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3772/CH9/EX9.2/Ex9_2.sce | c18210973571861f09197d1c875b345f5fe252ab | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,050 | sce | Ex9_2.sce | // Problem no 9.2,Page no.233
clc;clear;
close;
L=1.5 //m //Length of steelbar
b=2 //cm //bredth of steelbar
d=0.5 //cm //depth of steelbar
sigma=320 //MPa //Yield point
E=210 //GPa //modulus of Elasticity of steelbar
//Calculations
I_min=b*d**3*12**-1*10**-8 //m**4 //Moment of Inertia
P=%pi**2*E*10**9*I_min*(L**2)**-1 //N //N //Crippling Load
//Let dell=Central Deflection
//M=P*dell //Max Bending moment
//After substituting value in above equation we get
//M=191.9*dell
A=b*d*10**-4 //m**2 //Area of steel bar
sigma_1=P*A**-1*10**-6 //Mpa //Direct stress
Z=b*d**3*10**-6 //Section modulus
//sigma_2=M*Z**-1 //N/m**2 //Bending stress
//After substituting value in above equation we get
//sigma_2=dell*2302.8*10**6 //N/m**2
//sigma=sigma_1+sigma_2
//Now substituting value of Bending stress and direct stress in above equation we get
//320*10**6=1.919*10**6+2302.8*10**6*dell
dell=((320*10**6-1.919*10**6)*(2302.8*10**6)**-1)*10**2 //cm //Central Deflection
//Result
printf("Maximum Central Deflection is %.2f",dell);printf(" cm")
|
dbb6374add7eb41c90f7f6937264e86d7d3ee73b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3401/CH10/EX10.9/Ex10_9.sce | e8dd0ef648990e812a0bf5818986b5a908912945 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 151 | sce | Ex10_9.sce | clc
T=300 //K
k=8.617*10**-5//eV/K
e=1.6*10**-19 //C
NB=10^17//cm^-3
beta=100
BVCEO=15//V
BVCBO=(beta)^(1/3)*BVCEO
disp(BVCBO,"in V is=")
|
a2637b2129bbfd27d6f5bb6ea2dc89c06cf14662 | 449d555969bfd7befe906877abab098c6e63a0e8 | /122/CH10/EX10.a.14/exaA_10_14.sce | c48c013d5f9d3f1b06a807616a63261c22b5ca2d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,717 | sce | exaA_10_14.sce | // Example A-10-14
// Designing a regulator using a minimum and full order observer
clear; clc;
xdel(winsid()); //close all windows
mode(0);
// please edit the path
// cd "<path to dependencies>";
// exec("minorder.sci");
function smallplot(i)
subplot(2,2,i);xgrid(color('gray'));
plot(t,x(i,:));
endfunction
A = [0 1; 0 -2];
B = [0; 4];
C = [1 0];
D = [0];
Gp = syslin('c',A,B,C,D);
P = [-2 + %i*2*sqrt(3),-2 - %i*2*sqrt(3)]
Q1 = [-8 -8 ]
Q2 = [-8];
disp('full order obssrver -');
K1 = ppol(A,B,P)
Ke1 = ppol(A',C',Q1)'
Go1 =transferf(A-B*K1-Ke1*C,Ke1,K1,[0]);
disp(Go1,'full order observer controller transfer function =');
// system response to initial conditions
AA1 = [A - B*K1, B*K1; zeros(2,2), A - Ke1*C];
x0 = [1; 0; 1; 0];
G = syslin('c',AA1,zeros(4,1),zeros(1,4),[0],x0);
t = 0:0.05:8;
u = zeros(1,length(t));
[y x] = csim(u,t,G);
smallplot(1);
xtitle('Response to initial condition (Full order)','t (sec)','x1');
smallplot(2);
xtitle('Response to initial condition (Full order)','t (sec)','x2');
smallplot(3);
xtitle('','t (sec)','e1');
smallplot(4);
xtitle('','t (sec)','e2');
disp('minimal order observer -');
P
Q2
[K2 Ke2 Go2 ch AA2] = minorder(A,B,P,Q2);
K2
Ke2
disp(Go2,'minimal order observer controller transfer function =');
x0 = [1; 0; 1;];
G = syslin('c',AA2,zeros(3,1),zeros(1,3),[0],x0);
t = 0:0.05:8;
u = zeros(1,length(t));
[y x] = csim(u,t,G);
scf();
smallplot(1);
xtitle('Response to initial condition (minimal order)','t (sec)','x1');
smallplot(2);
xtitle('Response to initial condition (minimal order)','t (sec)','x2');
smallplot(3);
xtitle('','t (sec)','e');
scf();
// Bode diagram
C1 = Go1*Gp /. 1;
C2 = Go2*Gp /. 1;
bode([C1 ;C2],0.1,100,['System 1';'System 2']);
|
d17b62d55eb6df7a980b1af84aeb5ec9edcbee62 | 449d555969bfd7befe906877abab098c6e63a0e8 | /767/CH4/EX4.5.10/Ch04Exa4_5_10.sci | 93a823b18df125a3423d8422186659cbfb3a5be0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 505 | sci | Ch04Exa4_5_10.sci | // Scilab code Exa4.5.10: To determine the energy of gamma ray for reaction :: P.no. 186 (2011)
// H(1,2)+G = H(1,1)+ n(0,1) is the given reaction
M_H_2 = 2.014735; // Mass of H-2, amu
M_H_1 = 1.008142 ; // Mass of H-1, amu
M_n_1 = 1.008987; // Mass of M_n_1, amu
Q = -5.4; // Q-value, MeV
E_g = (M_H_1*931.47+M_n_1*931.47)-(M_H_2*931.47); //Energy of the gama rays, MeV
printf("\nThe energy of the gama rays : %6.4f MeV ", E_g)
// Result
// The energy of the gama rays : 2.2299 MeV |
18b15156893bf4720a1e2cf7e80d68e5fa1678c1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH8/EX8.24.b/solution8_24.sce | df13ec9346404ca559726e4fa4acb3c028e9f3cc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,286 | sce | solution8_24.sce |
//Obtain path of solution file
path = get_absolute_file_path('solution8_24.sce')
//Obtain path of data file
datapath = path + filesep() + 'data8_24.sci'
//Clear all
clc
//Execute the data file
exec(datapath)
//Calculate the primary shear force on each bolt Pshear (N)
Pshear = (P * 1000)/n
printf('\nThe code only pertains to the given geometry.\n')
printf('\nErroneous results can be obtained for other geometries.\n')
//Calculate the radial distance of rivet centres 1 and 4 from the C.G. r1 (mm)
r1 = dist + (dist/2)
//Calculate the radial distance of rivet centre 2 and 3 from the C.G. r2 (mm)
r2 = (dist/2)
//Calculate the value of constant C
C = (P * 1000 * e)/(2 * ((r1^2) + (r2^2)))
//Calculate the secondary shear force in rivets 1 and 4 Sshear1 (N)
Sshear1 = C * r1
//Calculate the secondary shear force in rivets 2 and 3 Sshear2 (N)
Sshear2 = C * r2
//Calculate the maximum of the two secondary shear forces Sshear (N)
if (Sshear1 > Sshear2) then
Sshear = Sshear1
else
Sshear = Sshear2
end
//Calculate the resultant force P1 (N)
P1 = sqrt((Pshear^2) + (Sshear^2))
//Calculate the diameter of the rivets d (mm)
d = sqrt((P1 * 4)/(%pi * tau))
dround = ceil(d)
//Print results
printf('\nDiameter of the rivets(d) = %f mm\n', dround)
|
4543f9e9a7227b2c2c23a2e5ac9ea58c231cff47 | 449d555969bfd7befe906877abab098c6e63a0e8 | /991/CH7/EX7.9/Example7_9.sce | 57ee453100da475bdbf0558bbe5b76f60d6ea7c1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,118 | sce | Example7_9.sce | //Example 7.9. refer fig.7.17.
clc
format(6)
KN=1*10^-3
lamda=0.01
Ri=100*10^3
IDt=4*10^-3
IDQ=1.5*10^-3
VTN=1.5
VDD=12
VDSQ=7
disp("To determine VDSi")
disp("We have,")
disp(" IDt = KN*(VGst - VTN)^2")
disp("where the subscript t indicates transition point values.")
VGSt=sqrt(IDt/KN)+VTN
disp(VGSt," VGSt(V) =")
disp("Therefore,")
VDSt=VGSt-VTN
disp(VDSt," VDSt(V) = VGSt - VTN =")
disp("If the Q-point is in the middle of the saturation region, then VDSQ = 7 V, which gives 10 V peak-to-peak symmetrical output voltage.")
disp("From fig.7.17,")
disp(" VDSQ = VDD - IDQ*RD")
format(5)
RD=(VDD-VDSQ)/IDQ
RD1=RD*10^-3
disp(RD1,"Therefore, RD(k-ohm) = (VDD - VDSQ) / IDQ =")
disp("Then, IDQ = KN*(VGSQ-VTN)^2")
VGSQ=(sqrt(IDQ/KN))+VTN
disp(VGSQ,"Therefore, VGSQ(V) =")
disp("Then, VGSQ = 2.73 = (R2/(R1+R2))*VDD")
disp(" = (1/R1)*(R2/(R1+R2))*VDD")
disp(" = (Ri/R1)*VDD")
disp("By Solving, we get ")
format(6)
R1=1200/2.73
disp(R1," R1(k-ohm) =")
format(7)
R2=R1/((12/2.73)-1)
disp(R2," R2(k-ohm) =") |
51b85256e27bec61fbb0523ca951b80bed9947cf | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/CT29HRN/ATWM1_Working_Memory_MRI_CT29HRN/ATWM1_Working_Memory_MRI_Salient_Cued_Run1.sce | f6ff89f3c8d813b35fe450fcf90e73390ab5bbde | [] | 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 | 12,442 | sce | ATWM1_Working_Memory_MRI_Salient_Cued_Run1.sce | # ATWM1 MRI Experiment
scenario = "ATWM1_Working_Memory_MRI_salient_cued_run1";
scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
#scenario_type = trials;
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 = 28;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
#write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 300; width = 300; color = 0, 0, 0;} frame1;
box { height = 290; width = 290; 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 = 290; width = 290; color = 128, 128, 128;} 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;
# 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 = 9400;
mri_pulse = 1;
code = "BaselinePre";
#port_code = 1;
};
TEMPLATE "ATWM1_Working_Memory_MRI.tem" {
trigger_volume_encoding trigger_volume_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;
6 11 292 292 399 125 9543 2992 14342 fixation_cross gabor_164 gabor_179 gabor_089 gabor_048 gabor_164 gabor_179 gabor_089_alt gabor_048_alt "1_1_Encoding_Working_Memory_MRI_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_164_179_089_048_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_089_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_1_Retrieval_Working_Memory_MRI_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_089_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
20 25 292 292 399 125 9543 2992 12342 fixation_cross gabor_172 gabor_091 gabor_025 gabor_132 gabor_172_alt gabor_091_alt gabor_025 gabor_132 "1_2_Encoding_Working_Memory_MRI_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_172_091_025_132_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 "1_2_Retrieval_Working_Memory_MRI_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_091_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
33 38 292 292 399 125 9543 2992 12342 fixation_cross gabor_022 gabor_172 gabor_090 gabor_157 gabor_022 gabor_172_alt gabor_090_alt gabor_157 "1_3_Encoding_Working_Memory_MRI_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_022_172_090_157_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_040_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_3_Retrieval_Working_Memory_MRI_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_040_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
46 51 292 292 399 125 9543 2992 14342 fixation_cross gabor_116 gabor_139 gabor_088 gabor_003 gabor_116_alt gabor_139 gabor_088 gabor_003_alt "1_4_Encoding_Working_Memory_MRI_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_116_139_088_003_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_052_framed blank blank blank blank fixation_cross_target_position_1_4 "1_4_Retrieval_Working_Memory_MRI_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_052_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
60 65 292 292 399 125 9543 2992 12342 fixation_cross gabor_135 gabor_015 gabor_069 gabor_099 gabor_135 gabor_015_alt gabor_069_alt gabor_099 "1_5_Encoding_Working_Memory_MRI_P8_RL_Salient_DoChange_UncuedRetriev_300_300_399_9601_3000_12400_gabor_patch_orientation_135_015_069_099_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_053_framed blank blank blank blank fixation_cross_target_position_2_3 "1_5_Retrieval_Working_Memory_MRI_P8_RL_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_053_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
73 78 292 292 399 125 9543 2992 14342 fixation_cross gabor_166 gabor_060 gabor_033 gabor_007 gabor_166 gabor_060 gabor_033_alt gabor_007_alt "1_6_Encoding_Working_Memory_MRI_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_166_060_033_007_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_007_framed blank blank blank blank fixation_cross_target_position_3_4 "1_6_Retrieval_Working_Memory_MRI_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_007_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
87 93 292 292 399 125 11543 2992 14342 fixation_cross gabor_110 gabor_148 gabor_133 gabor_166 gabor_110 gabor_148_alt gabor_133 gabor_166_alt "1_7_Encoding_Working_Memory_MRI_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_110_148_133_166_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_026_framed blank blank blank blank fixation_cross_target_position_2_4 "1_7_Retrieval_Working_Memory_MRI_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_026_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
102 108 292 292 399 125 11543 2992 12342 fixation_cross gabor_037 gabor_002 gabor_017 gabor_161 gabor_037_alt gabor_002_alt gabor_017 gabor_161 "1_8_Encoding_Working_Memory_MRI_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_037_002_017_161_target_position_1_2_retrieval_position_1" gabor_086_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_8_Retrieval_Working_Memory_MRI_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_086_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
116 122 292 292 399 125 11543 2992 14342 fixation_cross gabor_073 gabor_108 gabor_092 gabor_138 gabor_073_alt gabor_108_alt gabor_092 gabor_138 "1_9_Encoding_Working_Memory_MRI_P8_RL_Salient_NoChange_UncuedRetriev_300_300_399_11601_3000_14400_gabor_patch_orientation_073_108_092_138_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_138_framed blank blank blank blank fixation_cross_target_position_1_2 "1_9_Retrieval_Working_Memory_MRI_P8_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_138_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
131 136 292 292 399 125 9543 2992 14342 fixation_cross gabor_002 gabor_027 gabor_160 gabor_178 gabor_002 gabor_027 gabor_160_alt gabor_178_alt "1_10_Encoding_Working_Memory_MRI_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_002_027_160_178_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_160_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_10_Retrieval_Working_Memory_MRI_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_160_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
145 151 292 292 399 125 11543 2992 14342 fixation_cross gabor_050 gabor_005 gabor_031 gabor_070 gabor_050_alt gabor_005_alt gabor_031 gabor_070 "1_11_Encoding_Working_Memory_MRI_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_050_005_031_070_target_position_1_2_retrieval_position_2" gabor_circ gabor_140_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_11_Retrieval_Working_Memory_MRI_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_140_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
160 166 292 292 399 125 11543 2992 12342 fixation_cross gabor_169 gabor_035 gabor_056 gabor_145 gabor_169 gabor_035 gabor_056_alt gabor_145_alt "1_12_Encoding_Working_Memory_MRI_P8_RL_Salient_DoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_169_035_056_145_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_009_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_12_Retrieval_Working_Memory_MRI_P8_RL_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_009_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
174 180 292 292 399 125 11543 2992 12342 fixation_cross gabor_136 gabor_004 gabor_050 gabor_070 gabor_136_alt gabor_004_alt gabor_050 gabor_070 "1_13_Encoding_Working_Memory_MRI_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_136_004_050_070_target_position_1_2_retrieval_position_1" gabor_136_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_13_Retrieval_Working_Memory_MRI_P8_RL_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_136_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
188 193 292 292 399 125 9543 2992 12342 fixation_cross gabor_087 gabor_017 gabor_127 gabor_175 gabor_087_alt gabor_017 gabor_127_alt gabor_175 "1_14_Encoding_Working_Memory_MRI_P8_RL_Salient_NoChange_UncuedRetriev_300_300_399_9601_3000_12400_gabor_patch_orientation_087_017_127_175_target_position_1_3_retrieval_position_2" gabor_circ gabor_017_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_14_Retrieval_Working_Memory_MRI_P8_RL_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_017_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
201 207 292 292 399 125 11543 2992 14342 fixation_cross gabor_006 gabor_161 gabor_040 gabor_129 gabor_006_alt gabor_161 gabor_040 gabor_129_alt "1_15_Encoding_Working_Memory_MRI_P8_RL_Salient_NoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_006_161_040_129_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_129_framed blank blank blank blank fixation_cross_target_position_1_4 "1_15_Retrieval_Working_Memory_MRI_P8_RL_Salient_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;
};
# 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 = 20600;
code = "BaselinePost";
#port_code = 2;
}; |
88408a7f4c66689cc3ba978ee84fa7852c53f7e5 | 4e9df66700bcf9688afe22df0009cdf4a17bc61f | /Scilab_Lab/examples/ex2-5.sci | bba7c1a5f4bc9bf9b351b8fbdd2b136c3710216b | [] | no_license | vmebus/workspace | e18947a1f967e6a3a7dfbc5cce6f92380d8637fc | f251b8a8e6cec30a77c7ef7b4103c5ee6e6d1393 | refs/heads/master | 2021-01-09T21:53:45.183564 | 2015-10-03T06:42:23 | 2015-10-03T06:42:23 | 36,120,248 | 0 | 0 | null | null | null | null | BIG5 | Scilab | false | false | 2,768 | sci | ex2-5.sci | exec t2f.sci
exec f2t.sci
exec eyes.sci
N=2^13;
L=16;
M=N/L;
Rs=2;
Ts=1/Rs;
dt=Ts/L;
fs=1/dt;
T=N*dt;
df=1/T;
Bs=N*df/2;
f=[-fs/2+df/2:df:fs/2];
t=[-T/2+dt/2:dt:T/2];
alpha=0.5;
Hcos=zeros(1,N);
ii=find(abs(f)>(1-alpha)/(2*Ts)&abs(f)<=(1+alpha)/(2*Ts));
Hcos(ii)=Ts/2*(1+cos(%pi*Ts/(alpha+%eps)*(abs(f(ii))-(1-alpha)/(2*Ts))));
ii=find(abs(f)<=(1-alpha)/(2*Ts));
Hcos(ii)=Ts;
Hcoss=sqrt(Hcos);
Hcosr=Hcoss;
EP1=zeros(1,N);
EP2=zeros(1,N);
EP3=zeros(1,N);
EP4=zeros(1,N);
for loop1=1:20;
Eb_N0(loop1)=(loop1-1);
eb_n0(loop1)=10^(Eb_N0(loop1)/10);
Eb=1;
n0=Eb/eb_n0(loop1);
sita=n0*Bs;
n_err=0;
for loop2=1:200;
a=sign(rand(1,M,"normal"));
s1=zeros(1,N);
s1(1:L:N)=a/dt;
S1=t2f(s1,fs);
P1=abs(S1).^2/T;
EP1=EP1*(1-1/loop2)+P1/loop2;
S2=S1.*Hcoss;
s2=real(f2t(S2,fs));
P2=abs(S2).^2/T;
EP2=EP2*(1-1/loop2)+P2/loop2;
S=S2.*Hcosr;
y=real(f2t(S,fs));
nw=sqrt(sita)*rand(1,N,"normal");
sr=s2+nw;
SR=t2f(sr,fs);
S3=SR.*Hcosr;
s3=real(f2t(S3,fs));
P3=abs(S3).^2/T;
EP3=EP3*(1-1/loop2)+P3/loop2;
yy=s3(1:L:N);
aa=sign(yy);;
b=zeros(1,N);
b(L/2:L:N)=aa/dt;
B=t2f(b,fs);
P4=abs(B).^2/T;
EP4=EP4*(1-1/loop2)+P4/loop2;
n_err=n_err+length(find(aa~=a));
end
Pe(loop1)=n_err/(M*loop2);
xset("window",11)
plot(Eb_N0,log10(Pe+%eps),'g');
xlabel('Eb_N0');ylabel('Pe');
title("Pe~Eb_N0");
eb_n0=10.^(Eb_N0/10);
set(gca(),"auto_clear","off");
plot(Eb_N0,log10(0.5*erfc(sqrt(eb_n0))));
mtlb_axis([0,15,-3.5,0]);
xlabel('Eb_N0');ylabel('Pe');
legend('實際','理論');
set(gca(),"auto_clear","on");
end
xset("window",1)
plot(t,s1)
title("發送端輸入碼序列波形")
xlabel("t(ms)")
ylabel("s1(t)(V)")
mtlb_axis([-6,+6,min(s1),max(s1)])
xgrid
xset("window",2)
plot(f,EP1)
title("發送端輸入碼序列功率譜")
xlabel("f(kHz)")
ylabel("W/kHz")
mtlb_axis([-6,+6,0,max(EP1)])
xgrid
xset("window",3)
plot(t,s2)
title("發送濾波器輸出波形")
xlabel("t(ms)")
ylabel("s1(t)(V)")
mtlb_axis([-10,+10,-4,+4])
xgrid
xset("window",4)
plot(f,EP2)
title("發送濾波器輸出功率譜")
xlabel("f(kHz)")
ylabel("W/kHz")
mtlb_axis([-2,+2,0,max(EP2)])
xgrid
xset("window",5)
plot(t,sr)
title("接收濾波器輸入波形")
xlabel("t(ms)")
ylabel("s1(t)(V)")
mtlb_axis([-10,+10,-4,+4])
xgrid
xset("window",6)
plot(f,EP3)
title("接收濾波器輸出功率譜")
xlabel("f(kHz)")
ylabel("W/kHz")
mtlb_axis([-2,+2,0,max(EP3)])
xgrid
xset("window",7)
plot(t,b)
title("接收端採樣判決後碼序列波形")
xlabel("t(ms)")
ylabel("b(t)(V)")
mtlb_axis([-6,+6,min(s1),max(s1)])
xgrid
xset("window",8)
plot(f,EP4)
title("接收端採樣判決後碼序列功率譜")
xlabel("f(kHz)")
ylabel("W/kHz")
mtlb_axis([-6,+6,0,max(EP4)])
xgrid
xset("window",9)
title("不加噪聲接收眼圖")
eyes(y,L,3)
xgrid
xset("window",10)
title("加噪聲接收眼圖")
eyes(s3,L,3)
xgrid
|
a710e994d75fd0e8ad4b3de66837545d4dbf4ce0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2939/CH2/EX2.15/Ex2_15.sce | 2112b12b76fc8f7d6b6d67304a224092d4d5009f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 148 | sce | Ex2_15.sce |
// Ex2_15
clc;
// Given:
E=14.4*10^-3;// in MeV
m=57;
// Solution:
Er=(536*(E)^2)/(m*10^-3);
printf("The recoil energy is = %f meV",Er)
|
f1e9d70dab3ffd86ba651e8afd95993e6aedf86e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1244/CH2/EX2.10/Example210.sce | 785bfaaedc9df9c22b50d67e348dc6f54e636022 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,367 | sce | Example210.sce |
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clc;
disp("Principles of Heat Transfer, 7th Ed. Frank Kreith et. al Chapter - 2 Example # 2.10 ")
//Diameter of copper wire in m
D = 0.1/100;
//Initial temperature in degree C
To = 150;
//Final surrounding temperature in degree C of air and water
Tinfinity = 40;
//From table 12, appendix 2, we get the following data values for copper
//Thermal conductivity in W/mK
k = 391;
//Specific heat in J/kgK
c = 383;
//Density in kg/m3
rho = 8930;
//Surface area of wire per unit length in m
A = %pi*D;
//Volume of wire per unit length in m2
V = ((%pi*D)*D)/4;
//Heat transfer coefficient in the case of water in W/m2K
h = 80;
//Biot number in water
bi = (h*D)/(4*k);
//The temperature response is given by Eq. (2.84)
//For water Bi*Fo is 0.0936t
//For air Bi*Fo is 0.0117t
for i = 1:130
//Position of grid
x(1,i) = i;
// Temperature of water in degree C
Twater(1,i) = Tinfinity+(To-Tinfinity)*exp(-0.0936*i);
// Temperature of air in degree C
Tair(1,i) = Tinfinity+(To-Tinfinity)*exp(-0.0117*i);
end;
//Plotting curve
plot(x,Twater,"--r")
set(gca(),"auto_clear","off")
//Plotting curve
plot(x,Tair)
//Labelling axis
xlabel("time")
ylabel("temperature")
disp("Temperature drop in water is more than that of air")
|
3706ec85f11ce7f38c5a2994b9b895cd8e265f73 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3685/CH20/EX20.4/Ex20_4.sce | 0b10e586fea7fccfb55e96834b6ecff8af77edf6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,532 | sce | Ex20_4.sce | clc
// Given that
T = 20 // Time in minute
F = 680 // Net brake load in N
N = 360 // Speed in rpm
mep = 3 // Mean effective pressure in bar
f = 1.56 // Fuel consumption in kg
m_w = 160 // Cooling water in kg
t = 57 // Water inlet temperature in degree centigrade
r = 30 // Air used per kg of fuel
t_r = 27 // Room temperature in degree centigrade
t_e = 310 // Exhaust gas temperature in degree centigrade
d = 210 // Bore in mm
L = 290 // Stroke in mm
D = 1 // Brake diameter in m
cv = 44 // Calorific value in MJ/kg
m_s = 1.3 // Steam formed per kg fuel in the exhaust in kg
s = 2.093 // Specific heat of steam in the exhaust in kJ/kgK
s_d = 1.01 // Specific heat of dry exhaust gases in kJ/kgK
printf("\n Example 20.4\n")
i_p = mep*100*L*(10^-3)*(%pi/4)*((d*(10^-3))^2)*N/60
b_p = (2*%pi*(F*(D/2))*N)/60000
n_m = b_p / i_p
h = f*cv*1000
i_pe = i_p*T*60
e_w = m_w * 4.187*(t-32)
m_t = f*r + f
m_s_ = m_s*f
m_d = m_t - m_s_
e_d = m_d * s_d * (t_e-t_r)
e_s = m_s_*(4.187*(100-t_r) + 2257.9 +s*(t_e-100))
e_t = e_s + e_d
e_Un = h - (i_pe + e_w + e_t)
printf("\n Indicated power = %f kW\n Brake power = %f kW",i_p,b_p)
printf("\n Energy release by combustion of fuel is %f kJ \n 1. Energy equivalent of ip is %f kJ (%f percent)\n 2. Energy carried away by cooling water is %f kJ (%f percent),\n 3. Energy carried away by exhaust gases is %f kJ (%f percent),\n 4. Unaccounted energy loss (by difference) is %f kJ (%f percent)",h,i_pe,(i_pe/h)*100,e_w,(e_w/h)*100,e_t,(e_t/h)*100,e_Un,(e_Un/h)*100)
|
74934a4fe0db90ae00f304d47ed64963ff0eda2f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1946/CH6/EX6.16/Ex_6_16.sce | e107e019cd35c18f1bff10e0c5ee35bbd5fc1852 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 210 | sce | Ex_6_16.sce | // Example 6.16;//Hole concentration
clear;
close;
clc;
Br=2.39*10^-10;//Bit rate
Tr=1;//Time in nano second
n=1/(Br*Tr*10^-9)//hole concentration
disp(n,"hole concentration in per cubic centimeter")
|
1760a85f961b001f5a8e9b825230311c549d22e3 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/erf.man.tst | cafd2ac8dfa572dd133debf33a031ca49e4a8abe | [
"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 | 81 | tst | erf.man.tst | clear;lines(0);
deff('y=f(t)','y=exp(-t^2)');
erf(0.5)-2/sqrt(%pi)*intg(0,0.5,f)
|
339f12830a58774624b77b72170286fb8abd8e85 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1752/CH6/EX6.3/exa6_3.sce | 36bd4a51344805e8f11541c055dfcc0fd8579332 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 592 | sce | exa6_3.sce | //Exa 6.3
clc;
clear;
close;
//given data
d=7.5*10^-2;// in m
x=2;// in m
T_s=70;// in degree C
T_infinite=10;// in degree C
del_T=T_s-T_infinite;
g=9.81;
calculation=4.5*10^10; // value of g*Bita*rho^2*C_p/(miu*k)
K=2.75*10^-2;// in W/mK
// g*Bita*rho^2*C_p/(miu*k) = g*Bita*rho^2/miu^2 * miu*C_p/k = (g*Bita*del_T*x^3/T^2 * miu*C_p/k)/(del_T*x^3)
GrxPr= calculation*del_T*x^3; // value of Gr*Pr
Nu= 0.13*(GrxPr)^(1/3);
// Formula Nu = h*x/k
h= Nu*K/x;// in W/m^2K
A=2*%pi*d;
q=h*A*(del_T);// in W
q=q*60*60;// in J/h
disp("Heat transfer rate is : "+string(q)+" J/h");
|
5c44fe5e64f263af5b0f2920bebc622e6910e2fb | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/lemma-split/DEVELOPMENT-LANGUAGES/niger-congo/sot.tst | 51e2028bbd1de0b8ff5ed8919925bec319ea2394 | [] | 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 | 1,481 | tst | sot.tst | phomolo V;SG;3;PST
phomolo V;PL;2;PRS
phomolo V;SG;2;FUT
phomolo V;SG;1;PST
phomolo V;PL;1;PRS
phomolo V;PL;1;PST
phomolo V;PL;3;PST
phomolo V;SG;1;PRS
phomolo V;SG;3;PRS
phomolo V;SG;2;PST
phomolo V;PL;3;PRS
phomolo V;PL;3;FUT
phomolo V;SG;2;PRS
phomolo V;PL;1;FUT
phomolo V;SG;1;FUT
phomolo V;NFIN
phomolo V;PL;2;FUT
phomolo V;PL;2;PST
phomolo V;SG;3;FUT
ja V;SG;1;PRS
ja V;SG;3;PRS
ja V;PL;1;PST
ja V;PL;2;FUT
ja V;PL;1;PRS
ja V;PL;3;PRS
ja V;PL;1;FUT
ja V;SG;3;FUT
ja V;PL;3;PST
ja V;SG;2;PST
ja V;PL;2;PRS
ja V;SG;2;PRS
ja V;PL;2;PST
ja V;SG;1;FUT
ja V;SG;2;FUT
ja V;PL;3;FUT
ja V;NFIN
ja V;SG;1;PST
ja V;SG;3;PST
qete V;SG;2;PRS
qete V;PL;3;PRS
qete V;SG;3;PST
qete V;SG;2;PST
qete V;SG;3;PRS
qete V;NFIN
qete V;PL;2;PST
qete V;SG;3;FUT
qete V;SG;2;FUT
qete V;PL;3;PST
qete V;PL;3;FUT
qete V;PL;2;FUT
qete V;PL;1;PRS
qete V;SG;1;FUT
qete V;PL;2;PRS
qete V;SG;1;PST
qete V;SG;1;PRS
qete V;PL;1;PST
qete V;PL;1;FUT
reka V;PL;3;PST
reka V;SG;2;PRS
reka V;PL;2;FUT
reka V;SG;2;PST
reka V;SG;1;PRS
reka V;NFIN
reka V;PL;3;FUT
reka V;SG;3;PST
reka V;PL;3;PRS
reka V;PL;2;PRS
reka V;SG;3;FUT
reka V;PL;1;PST
reka V;SG;1;FUT
reka V;PL;1;FUT
reka V;PL;1;PRS
reka V;SG;1;PST
reka V;PL;2;PST
reka V;SG;3;PRS
reka V;SG;2;FUT
ya V;SG;2;PRS
ya V;PL;1;FUT
ya V;PL;2;PST
ya V;PL;3;FUT
ya V;SG;3;PST
ya V;SG;3;PRS
ya V;SG;3;FUT
ya V;PL;3;PST
ya V;PL;1;PRS
ya V;PL;2;PRS
ya V;SG;1;PRS
ya V;SG;2;FUT
ya V;SG;1;FUT
ya V;SG;2;PST
ya V;PL;1;PST
ya V;SG;1;PST
ya V;PL;2;FUT
ya V;PL;3;PRS
ya V;NFIN
|
574e625e606535e187b3453f8a656e83e8ca65c9 | 5f48beee3dc825617c83ba20a7c82c544061af65 | /tests/s/102.tst | b104e49108d5cf55d687ba809f70d7dcb594f7f5 | [] | no_license | grenkin/compiler | bed06cd6dac49c1ca89d2723174210cd3dc8efea | 30634ec46fba10333cf284399f577be7fb8e5b61 | refs/heads/master | 2020-06-20T12:44:17.903582 | 2016-11-27T03:08:20 | 2016-11-27T03:08:20 | 74,863,612 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 47 | tst | 102.tst | void main(void)
{
struct {
int x;
} a;
a.
} |
1f0a6bd30afb40f45e344204a8a4f41cceadf88d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2006/CH13/EX13.3/ex13_3.sce | 8842d93b27fc988c70fe7d521d76b570e0915a44 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 4,108 | sce | ex13_3.sce | clc;
// Let take NH3 as component 1 and H2O as component 2
// (a) & (b)
// Calculation of f1sat = pi1sat*p1sat for ammonia
P_1=50; // low reference state pressure in kPa
P1sat=614.95; // Saturation Pressure of ammonia at 10 oC in kPa
h1sat=1453.3; // Specific enthalpy at 10 oC in kJ/kg
s1sat=5.2104; // Specific entropy at 10 oC in kJ/kg K
R=8.3144/17; // Characteristic gas constant
T=283; // Temperature in kelvin
// At 10 oC and P_1=50 kPa for ammonia
h_1sat=1499.2; // Specific enthalpy in kJ/kg
s_1sat=6.5625; // Specific entropy in kJ/kg K
f1sat=P_1*exp ((((h1sat-h_1sat)/T)-(s1sat-s_1sat))/R); // Standard state fugacity of Ammonia
disp ("kPa",f1sat,"Standard state fugacity of Ammonia = ","(a) & (b)");
// Calculation of f2sat = pi2sat*p2sat for water
P2sat=1.2276; // Saturation Pressure at 10 oC in kPa for water
pi2sat=1; // At low pressure for water
f2sat = pi2sat*P2sat; // Standard state fugacity of water
disp ("kPa",f2sat,"Standard state fugacity of water = ");
// Calulations of ViL/RT
// For ammonia and water at 10 oC
v1L=0.001601; v2L=0.001; // Specific volume in m^3/kg
v1L_RT=v1L/(R*T); v2L_RT=v2L/(R*T);
disp (v2L_RT,"v2L/RT = ","(answer mentioned in the textbook is wrong)",v1L_RT,"v1L/RT = ");
// Calculations of activity coefficients
// Expression for activity coefficients of ammonia and water become in given by respectively
// r_1=(y1*p/(x1*569.6))*exp (-4.34*10^-6*(p-p1sat)); for ammonia
// r_2=(y2*p/(x2*1.2276))*exp (-7.65*10^-6*(p-p2sat)); for water
// The values thus calculated for r_1,r_2,lny_1,lnr_2 are calculated and plotted in window 1
// Note that the values of pyonting factors are negligibly small
x1=[0,0.2,0.3,0.4,0.5,0.6,0.8,1.0];
y1=[0,0.963,0.986,0.9958,0.9985,0.9993,0.9999,1.0];
lnr_1=[-3.1,-1.845,-1.295,-0.75,-0.33,-0.065,-0.035,-0];
lnr_2=[0,-0.1397,-0.2767,-0.507,-0.709,-0.952,-1.613,-2.2];
// similarly the excess function gE/RT and gE/x1x2RT are also calculated using the following expression respectively
// gE_RT=x1*lnr_1+x2*lnr_2; // the excess function from 12.51
// gE_x1x2RT=(lnr_1/x2)+(lnr_2/x1);
// since gE=0 & x1x2=0 both at x1=0 and x1=1. However its values in between x1=0 & x1=1
// By substituting these values in the above expression and given below
gE_RT=[0,-0.481,-0.582,-0.604,-0.5195,-0.4198,-0.2925,0];
gE_x1x2RT=[-3.1,-2.92,-2.83,-2.74,-2.65,-2.56,-2.38,-2.2];
xset('window',1); // For Plotting Diagram
plot (x1,lnr_1,"b*-",x1,lnr_2,"g*-",x1,gE_RT,"r",x1,gE_x1x2RT,"k*-");
title ("(a)&(b).Activity coefficients for NH3/H2O at 10 oC","fontsize",4,"color","blue");
xlabel(" x1 → ","fontsize",4,"color","blue");
ylabel(" ln γ → ","fontsize",4,"color","blue");
legend(["ln γ1";"ln γ2";"gE/RT";"gE/x1x2 RT"],[4]);
disp ("Refer window 1 for plots");
// As x1→0,x2→1,gE_x1x2RT→A=ln r_1^∞
// As x1→1,x2→0,gE_x1x2RT→B=ln r_2^∞
A=-3.1; B=-2.2; // THe Margules constants
disp (B,"B = ",A,"A = ","The Margules constants ");
disp ("From window 1 for ammonia/water mixture which is characteristic of systems with negative deviation from Roault law. Because γi<=1 and ln γi <=0");
// (c).
// Assuming ideal vapour phase, and at low pressures we have
// y1P=γ1*x1*p1sat; y2p=γ2* x2* p2sat;
// Now the activity coefficients can be found from Margules equations and given below
x1=[0,0.2,0.3,0.4,0.5,0.6,1.0];
y1=[0,0.963,0.986,0.9958,0.9985,0.9999,1.0];
p=[1.2276,8.6597,30.6598,54.6845,150.6458,278.1549,614.95];
// The ideal solution pressure
// PRaoult=x1*P1sat+x2*P2sat;
PRaoult=[1.2276,614.95]; x_1=[0,1]; // For Ideal solution pressure
xset('window',2); // For Plotting Diagram
plot (x1,p,"r*-",y1,p,"b*-",x_1,PRaoult,"g");
title ("(c).p-x-y diagram of NH3/H2O at 10 oC","fontsize",4,"color","blue");
xlabel(" x1 → & y1 → ","fontsize",4,"color","blue");
ylabel(" p, kPa → ","fontsize",4,"color","blue");
legend(["p-x1";"p-y1";"PRaoult"],[2]);
disp ("For p-x-y diagram refer window 2","(c).")
disp ("From window 2 The actual pressure p < pRaoult. It is thus seen that the mixture has negative deviation from Raoults law.");
|
21b01a96497e159e9a2e75d94f3bc035521be4b5 | 8627886261b3eddf8440c0b470cd9ee25c762d97 | /сайлаб/L13_4.sce | 73f132a4f11e6935ccb2b4bc15021c0fe13a5e87 | [] | no_license | timurzotov/pvis | ba75cf86fae91b6adc8dd3fe9cd2672eea561cca | d60e8e241d6ce0ad3a9b2a75c8771f92a9b039ba | refs/heads/master | 2020-09-08T07:59:31.719500 | 2019-11-11T21:14:13 | 2019-11-11T21:14:13 | 221,070,925 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 575 | sce | L13_4.sce | clc
clf
disp('13.4')
x=[1:10];
y=[1 2 4 2 3 5 4 6 3 5];
plot(x,y,'r*'),xgrid()
a=gca();
a.x_location = "origin";
a.y_location = "origin";
sleep(1200)
z=[x;y]
xi=1:0.25:10
yi=interpln(z,xi);
plot(xi,yi,'m'),legend('initial','linear', 4), xgrid()
sleep(1200)
yi=interp1(x,y,xi,'nearest');
plot(xi,yi,'r'),legend('initial','nearest',4),xgrid()
sleep(1200)
yi=interp1(x,y,xi,'spline');
plot(xi,yi,axesflag=5),legend('initial','linear','nearest','spline',4),xgrid()
xname('13.4')
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.