Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: java programming help!!

  1. #1
    Junior Member
    Join Date
    Aug 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy java programming help!!

    can anyone help me pls
    this is the procedure of the program

    •Files both in transmitter & receiver programs
    During the transmission, attach a flag pattern (01111110) at the start & end of the data unit.
    •If transmitter sees five consecutive 1's on data, it stuffs zero bit in data.
    •At the receiving end, whenever in data it finds five consecutive one’sand the next bit are zero then the receiver will de stuff that zero bit.e.g. If the Pattern to be transmitted
    is 00011110111110000, then at the transmitter side will be 000111101111100000 because as 5 consecutive 1’s are detected, one 0 should be stuffed and at the receiver side again as it will detect 0 after 5 consecutive

    i wish someone could help me in this


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: java programming help!!

    That is absolutely not how this works. Please read the link in my signature on asking questions the smart way before you post again.

    What have you tried? Where are you stuck? Where is your SSCCE?
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Junior Member
    Join Date
    Aug 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: java programming help!!

    sorry im new here so im not familiar with the rules

  4. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: java programming help!!

    Quote Originally Posted by evildarklord99 View Post
    sorry im new here so im not familiar with the rules
    Well, now you are familiar. We aren't a homework service, but if you ask questions (the smart way), we're happy to answer them.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. New to Java Programming!!!!
    By ruffu054 in forum Member Introductions
    Replies: 4
    Last Post: August 15th, 2011, 07:41 PM
  2. Is java a power full programming language? can java do this?
    By Jhovarie in forum Java Theory & Questions
    Replies: 5
    Last Post: March 2nd, 2011, 02:02 PM
  3. Java programming help
    By Cool_tine in forum Java Theory & Questions
    Replies: 1
    Last Post: February 21st, 2011, 11:05 PM
  4. Is Java Programming Best?
    By messenger in forum Java IDEs
    Replies: 3
    Last Post: May 4th, 2010, 09:11 PM
  5. Please help me with this Java programming
    By simply_stunning79 in forum Algorithms & Recursion
    Replies: 1
    Last Post: February 22nd, 2010, 07:48 PM