Resource Type | Posted On |
Prolog program that defines a relation max(X,Y,Max) where Max is the greater of ... | Feb 22 |
Prolog program that defines a predicate maxlist (L,Max) where Max is the greates... | Feb 22 |
Program to find co relation between two data sets defined and initialise by the... | Apr 22 |
Prolog program to define the relation shift(L1,L2) so that L2 is L1 shifted rota... | Feb 22 |
Prolog program Define the relation last(item,list) so that item is the last elem... | Feb 21 |
Prolog program to define the relation last(item,list) so that item is the last e... | Feb 22 |
Prolog program that defines a relation count(A,L,N) that counts into N the numbe... | Feb 22 |
Prolog program to define a relation dividelist (L,L1,L2) so that L is partitione... | Feb 22 |
ProLog Program to find relations in family | Feb 21 |
ProLog Program to generate facts of the family and take different relations | Feb 21 |
ProLog Program to find relations | Feb 21 |
Prolog program to define the relation shift(List1, List2) so that List1 shifts r... | Feb 21 |
Prolog program to define the relation shift(List1, List2) so that List1 shifts r... | Feb 21 |
Prolog program to define the relation translate(List1, List2) to translate a lis... | Feb 21 |
Program that defines a relation split(L,P,N) where list is divided into positive... | Feb 22 |
Display highest item price of item table using max() function | Oct 30 |
PROGRAM FOR MAX OF ARRAY USING SPIN LOCK | May 31 |
PROGRAM FOR MAX and MIN OF ARRAY USING SPIN LOCK | Jun 01 |
Max Function | May 18 |
Program for divide 10 of array by 10 and check each greater than 10 add 10 and ... | Jan 25 |
Display invoices having items greater than or equal to 3 | May 25 |
Example to view records of student having marks greater than 70 and course name ... | Apr 12 |
Example to find items having unit price greater than or equal to 500 | Sep 07 |
Program to read person details and display records whose weight is greater than ... | Oct 24 |
Cursor to display employees having salary greater than 1900 | Jul 11 |
|
Program to find smaller or greater numbers using if statement | Sep 17 |
> ( Greater Than ) Comparison Operator | Nov 09 |
>= ( Greater Than or Equal To ) Comparison Operator | Oct 14 |
!> ( Not Greater Than ) Comparison Operator | Sep 27 |
Program to compare number is greater than 100 or not using if statement | Sep 29 |
Prolog program to define two predicates evenlength(List) and oddlength(List) so ... | Feb 22 |
The type 'System.Data.Objects.ObjectContext' is defined in an assembly that is n... | Oct 13 |
Defines different structures in dfs | Nov 06 |
Defines stack and lists basic operations and properties of stack | Jul 06 |
Defines and lists types of expressions | Sep 11 |
Defines and differentiates sequential search and binary search | Sep 15 |
Program using a user-defined function | Sep 27 |
User Defined Functions | May 27 |
DEFINING, ASSIGNING AND ACCESSING VALUES TO STRUCTURE MEMBERS | Jan 24 |
PROGRAM TO FIND THE MEAN OF USER DEFINED NUMBER OF ARRAY ELEMENTS | May 03 |
PROGRAM TO FIND CORRELATION BETWEEN TWO DATA SETS DEFINED NUMBER OF PROCESSES | Apr 23 |
Program to create user defined fork function and create 2 child process, print t... | Jul 24 |
Program to show an example of using user-defined package in a program | Jan 14 |
Program that defines template to find minimum value in an array | Mar 15 |
Program that defines template of vector class that provides modify and multiplic... | Aug 03 |
Program to illusrate data conversion user defined data types using functions | Oct 24 |
Program to illusrate data conversion user defined data types using constructor | Oct 16 |
Program of solving the dependency in the linear recurrence relation x[i] = x[i 1... | Dec 21 |
Program to find the number of and sum of all integers greater than 100 and less... | Feb 11 |
Program to draw a line using Bresenham's Line Algorithm (BLA) for lines with s... | Apr 29 |