|It is currently Thu Mar 28, 2024 5:26 pm Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka


Blog Links

Blog Stats
4Total Entries
3Total Comments

Search Blogs


 [ 5 blog entries ] 
Feed Random Blog Entries
Can someone help? by cscalkin on Mon Apr 04, 2011 2:57 am
I need to create a Java program that:

Takes as input a rooted tree T and a node c of T and converts T to another tree with the same set of node adjacency but now rooted at v.

any suggestions to start off?

Just need to complete my program for snake game by behumanizer on Wed Aug 17, 2011 8:17 am
Program below is working i just don't know what to do for the algorithm on keyevents for right,left,up and down
The code like y+=10; is just my assumption for the snake movement.....
I believe below the path.reset() code has to be change since stack is being use...
Can anyone help me program to run correctly?


/***
* PROVIDE THE MISSING CODE in the keyPressed() method
* in order to move the 'snake' around the interface
* by pressing:
*
* --> cursor keys
* --> CTRL-Z to 'undo' last move
* --> CTRL-Y to 'redo' past/last move
*/

package midterms;

import java.awt.*;
import java.awt.event.*;
import java.awt.geom.*;
import javax.swing.*;
import java.util.*;
import javax.swing.border.*;



public class Snakes extends JPanel implements KeyListener {
final static long serialVersionUID = 1;
final private int WIDTH = 600;
final private int HEIGHT = 400;

LinkedList<Point> snake = new LinkedList<Point>();
Stack<Point> undo = new...

[ Continued ]

pls help me IMP URGENT abt compression in java by tanmay005 on Mon Apr 04, 2011 11:15 am
i am tanmay from india studying in final year computer engineering
my final year mini project is "Multimedia file compressor using netbeans"
we are facing many problems in implementing diff algos such as huffman RLE and etc etc.....
so pls if u r havin any project of image,audio compression using netbeans
pass it to me....i badly need yur help.... pls reply me if u r havin some modules of image n audio compression....
we are also using encryption and decryption algorithms....pls help
pls pass me your email id so dat i can send u some of our GUI images.....

BizTalk Server Services by Microsoft Gold Certified Company by JohnnyCash on Thu Nov 22, 2012 9:40 am
BizTalk is a powerful software developed by Microsoft to bring all the enterprise activities on single platform. It offers high-end interactive and sharing features for internal and external users. Microsoft BizTalk Server allows to automate your business processes with advanced integration and updation functionalities. These days, it is a highly emerging enterprise information sharing technology to connect inside and outside users.

Hire BizTalk Experts India for Collaborative Application Development
Build an effective and efficient application with BizTalk for rapid business expansion. You can hire BizTalk developers to create shared application that links up your management, executive staff, suppliers, partners, and customers. The solution permits for information exchange that enhances communication across users. You can also build Enterprise Application Integration (EAI) and Business Process Management (BPM) solutions.

Build Microsoft BizTalk...

[ Continued ]

how to add multiple clients to the server in java? by artigautam on Sun May 08, 2011 5:10 pm
I ve to add 2 clients to the server,chatting between these clients will be through the server.but after running these following files only Cframe1 got connected to server but second client i.e. Clientframe1 didnt...what changes should I make to connect this second client??

Serverframe.java
Code:
import java.awt.*;
import java.applet.*;
import java.awt.event.ActionEvent;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.awt.event.ActionListener;
import java.net.*;
import java.io.*;
import java.lang.*;
class Serverframe extends Frame implements ActionListener
{
   Button b1,b2,b3;

   Label l1,l2,l3;

   TextField t1,t2,t3;

   TextArea t;

    boolean readSocketMem ;

    BufferedReader socketBR;


    BufferedWriter socketBW;

    Socket sref1,sref2;

   Serverframe()
   {


       setVisible(true);

      setSize(500, 500);

      setLayout(null);

      setTitle("Server Window");...


[ Continued ]

 [ 5 blog entries ] 

All times are UTC [ DST ]


cron






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com