Important..!About java program to perform arithmetic operations using awt is Not Asked Yet ? .. Please ASK FOR java program to perform arithmetic operations using awt BY CLICK HERE ....Our Team/forum members are ready to help you in free of cost...
Below is stripped version of available tagged cloud pages from web pages.....
Thank you...
Thread / Post Tags
Title: PROGRAM TO DISPLAY STACK OPERATIONS
Page Link: PROGRAM TO DISPLAY STACK OPERATIONS -
Posted By: spushpendra22
Created at: Thursday 05th of October 2017 05:03:45 AM
import java.io.*;
import java.util.*;
class Demo
{
static final int max=4;
int a=new int;
int top;
Demo()
{
top=-1;
}
void push(int item)
{
if(top==max)
System.out.println(Stack is full);
else
a=item;
}
int pop()
{
if(top==-1)
return 0;
else
return a;
}

void display()
{
System.out.println(New Stack Is:);
for(int i=0;i<=top;i++)
System.out.println(a);
}
}
class Stacks
{
public static void main(String args)throws IOException
{
DataInputStream dim=new DataInput ....etc

[:=Read Full Message Here=:]
Title: To write a C program to perform encryption and decryption of the given data
Page Link: To write a C program to perform encryption and decryption of the given data -
Posted By: bazi
Created at: Thursday 17th of August 2017 05:35:51 AM
Aim:
To write a C# program to perform encryption and decryption of the given data.

Algorithm
ALGORITHM FOR ENCRYPTION:
Step 1: Declare the class as encrypt_class.
Step 2: Start the main function.
Step 3: Declare the variable str in string data type.
Step 4: Create the object for inbuild encryption
algorithm TripleDESCryptoServiceProvider.
Step 5: Create the data file using Filestream
class.
Step 6: Create the object for class cryptoStream.
Cryptostream is a class to invoke the
Encryotor algorithm ....etc

[:=Read Full Message Here=:]
Title: biodata form by awt controls
Page Link: biodata form by awt controls -
Posted By: JITHIN SR
Created at: Thursday 17th of August 2017 05:48:19 AM
creat a biodata form with name,phone number,university,with the submit and cancel buttons and give the text area for the comments. i neet this proggramme. ....etc

[:=Read Full Message Here=:]
Title: To develop an Activex control document and perform the various file operations
Page Link: To develop an Activex control document and perform the various file operations -
Posted By: patil sandip
Created at: Thursday 05th of October 2017 04:05:00 AM
Aim : To develop an Activex control document and perform the various file operations on it.
Algorthm :
1. Create a new Activex control document in Visual Basic
2. Add the drive list, directory list and file list controls from the toolbox
3. Also add three textboxes correspondingly
4. Click on File -> make project1. ocx and specify the required name and location
5. Double click on each control to add the respective coding
6. click on debug-> start to execute the application
Program
FILE OPERATIONS USING ACTIVEX CO ....etc

[:=Read Full Message Here=:]
Title: PROGRAM TO DISPLAY QUEUE OPERATIONS
Page Link: PROGRAM TO DISPLAY QUEUE OPERATIONS -
Posted By: balraj123jini
Created at: Thursday 17th of August 2017 06:42:18 AM
import java.io.*;
class Demo
{
static final int max=4;
int a=new int;
int top,it,rear,front;
Demo()
{
rear=-1;
front=-1;
}
void insert(int item)
{
if(rear==max)
System.out.println(Queue is full);
else
{
if(rear==-1)
{
front=0;
rear=0;
}
a=item;
}
}

int del()
{
if(front==-1)
{
it=0;
}
else
{
it=a;
if(front==rear)
{
rear=-1;
front=-1;
}
else
front=front+1;
}
return(it);
}
void display()
{
System.out.println(New Que ....etc

[:=Read Full Message Here=:]
Title: student registration form using awt in java program
Page Link: student registration form using awt in java program -
Posted By: tarun200720
Created at: Thursday 17th of August 2017 06:32:31 AM
import java.awt.*;
import java.applet.*;
import java.awt.event.*;
/*
*/

public class ohit extends Applet implements ActionListener,ItemListener
{

TextField t3,t4,t5,t6,t7;
Button b1,b2;
Checkbox c1,c2,c3,c4,m,f;
CheckboxGroup cbg;
List l1;
Label l2,l3,l4,l5;
TextArea tx1;

public void init()
{
setLayout(null);

l2=new Label(NAME);
l2.setBounds(0,0,50,50);
add(l2);
t3=new TextField(20);
t3.setBounds(130,10,150,20);
add(t3);

l3=new Label(ADDRESS);
l3. ....etc

[:=Read Full Message Here=:]
Title: To perform global alignment between the given sequences using EMBOSS tool
Page Link: To perform global alignment between the given sequences using EMBOSS tool -
Posted By: PATEL NAVAL RAMESHBAHI
Created at: Thursday 17th of August 2017 05:06:31 AM

Sequence 1:
>gi 150393488 ref YP_001316163.1 globin
MTTPYDIIGKEALYDMIDYFYTLVEKDERLNHLFPGDFAETSRKQKQFLTQFLGGPNIYTEEHGHPMLRKRHMDFTITEFERDAWLENMQTAINRAAFPQGVGDYLFERLRLTANHMVNS
Sequence 2:
>gi 57637203 gb AAW53991.1 protozoan/cyanobacterial globin family protein
MSIRQITFKCKNSCYIRYILMEHGDIMSKTPYELIGQKALYQMIDHFYQLVEKDSRINHLFPGDFKETSRKQKQFLTQFLGGPDLYTQEHGHPMLKRRHMEFTISEYERDAWLENMHTAIQHAELPAGVGDYLFERLRLTAHHMVNS
Theory:
The ....etc

[:=Read Full Message Here=:]
Title: apriori algorithm using java awt with source code
Page Link: apriori algorithm using java awt with source code -
Posted By: bmkrishna441
Created at: Thursday 17th of August 2017 08:30:13 AM
apriori algorithm using java awt with source code

There Apriori algorithm has been implemented as Apriori.java (version 2).

A Java applet which combines DIC, Apriori and Probability Based Objected Interestingness Measures can be found here.

Note: Java 1.6.0_07 or newer

Download the following files:

Apriori.java: Simple implementation of the Apriori Itemset Generation algorithm.
Version 2: Apriori Itemset Generation algorithm that uses a hash tree.
config.txt: Consists of four lines.
Number of items
Number of transactions
Minimum support i ....etc

[:=Read Full Message Here=:]
Title: To write a program in C to perform conversion of dollars to rupees
Page Link: To write a program in C to perform conversion of dollars to rupees -
Posted By: ania
Created at: Friday 06th of October 2017 02:58:56 PM
Aim:
To write a program in C# to perform conversion of dollars to rupees.
Algorithm:
ALGORITHM FOR COMPONENT.
Step 1: Create a namespace as currwithcomp.
Step 2: Create a class called currency as public.
Step 3: Inside the class declare the private variables x of type integer.
Step 4: Define a property variables x.
Step 5: In the property we have the get and set method.
Step 6: Get method is used to get the value form the user and set is used for
setting the user value to the original variables.
Step 7: De ....etc

[:=Read Full Message Here=:]
Title: PROGRAM TO PERFORM ARITHMETIC OPERATIONS USING AWT CONTROLS
Page Link: PROGRAM TO PERFORM ARITHMETIC OPERATIONS USING AWT CONTROLS -
Posted By: Vidya Krishnan P
Created at: Thursday 17th of August 2017 04:45:05 AM
import java.applet.*;
import java.awt.*;
import java.awt.event.*;
import java.awt.Choice.*;
//
public class Awte extends Applet implements TextListener,ActionListener
{
int a,b,c;
String s;
TextField f1,f2,f3;
Label l1,l2,l3;
Button Add,Sub,Mul,Div;
public void init()
{
//setBackground(Color.green);
setForeground(Color.red);
l1=new Label(First number);
l2=new Label(Second number);
l3=new Label(Result);
f1=new TextField(10);
f2=new TextField(20);
f3=new T ....etc

[:=Read Full Message Here=:]
Please report us any abuse/complaint to "omegawebs @ gmail.com"


Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.