النتائج 1 إلى 2 من 2

الموضوع: Convert Hexadecimal into Binary and Long in java - source code

  1. #1
    elfr3on el3ashk الصورة الرمزية A7med Baraka
    تاريخ التسجيل
    Jun 2008
    الدولة
    Egypt - Cairo
    المشاركات
    4,695
    معدل تقييم المستوى
    10

    Thumbs up Convert Hexadecimal into Binary and Long in java - source code


    End Google Ads 201810 - BS.net 01 -->
    Convert Hexadecimal into Binary and Long in java - source code

    كود:
    import java.io.*; import java.lang.*; /** * * @author A7med Baraka * www.barakasoft.com */ public class HexadecimalToBinaryAndLong{ public static void main(String[] args) throws IOException{ BufferedReader bf = new BufferedReader(new InputStreamReader(System.in)); System.out.println("Enter the hexa value!"); String hex = bf.readLine(); int i = Integer.parseInt(hex); String by = Integer.toBinaryString(i); System.out.println("This is Binary: " + by); long num = Long.parseLong(hex,16); System.out.println("This is long:=" + num); } }


  • #2
    elfr3on el3ashk الصورة الرمزية A7med Baraka
    تاريخ التسجيل
    Jun 2008
    الدولة
    Egypt - Cairo
    المشاركات
    4,695
    معدل تقييم المستوى
    10

    Thumbs up رد: Convert Hexadecimal into Binary and Long in java - source code

    Convert Hexadecimal into Binary and Long in java - source code

    Another Source Code working well and handled some cases

    كود:
    import java.io.*; /** * * @author A7med Baraka * www.barakasoft.com */ public class HexToByteConverter{ public static void main(String[] args) throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String line = null; while (!(line = br.readLine()).equals("")){ for (int i = 0,j = line.length(); i < j; i++){ System.out.print(Integer.toBinaryString(Character.digit(line.charAt(i),16))+" "); } System.out.println(); } } }

  • معلومات الموضوع

    الأعضاء الذين يشاهدون هذا الموضوع

    الذين يشاهدون الموضوع الآن: 1 (0 من الأعضاء و 1 زائر)

    المواضيع المتشابهه

    1. Playfair Cipher Source code
      بواسطة A7med Baraka في المنتدى C / C++ - سى بلس بلس
      مشاركات: 12
      آخر مشاركة: 11-30-2012, 11:35 AM
    2. CPU Scheduling Algorithm - with source code
      بواسطة A7med Baraka في المنتدى برمجيات أخرى
      مشاركات: 9
      آخر مشاركة: 12-06-2009, 06:56 PM
    3. برنامج آله حاسبه بالسى شارب مفتوح المصدر C# Calculator open source
      بواسطة A7med Baraka في المنتدى CSharp - سى شارب
      مشاركات: 20
      آخر مشاركة: 05-01-2009, 06:51 PM
    4. Draw Line in J2me - Source Code
      بواسطة A7med Baraka في المنتدى Java - جافا
      مشاركات: 1
      آخر مشاركة: 03-09-2009, 12:49 AM
    5. برنامج لتحويل صفحات ال html إلى xhtml - Convert from html2xhtml
      بواسطة A7med Baraka في المنتدى برامج الأنترنت وتطوير المواقع - Internet and Web programs
      مشاركات: 0
      آخر مشاركة: 10-05-2008, 03:31 AM

    الكلمات الدلالية لهذا الموضوع

    مواقع النشر (المفضلة)

    ضوابط المشاركة

    • لا تستطيع إضافة مواضيع جديدة
    • لا تستطيع الرد على المواضيع
    • لا تستطيع إرفاق ملفات
    • لا تستطيع تعديل مشاركاتك
    •  
    "وَقُل رَّبِّ زِدْنِي عِلْمًا"
    أعلانات نصية أستضافة , ريسيلر - Best Hosting | BarakaSoft Web Solutions

    BarakaSoft PageRank RSS RSS 2.0 XML MAP HTML 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 C/C++ | Java | C# | Network | Database | OS | Linux | Windows | Hacker & Security | Photoshop | Flash | Web Development | Free Programs | Mobile App | Free Java Course | Latest Technical News | Internet Programs | Antiviurse Programs | Graphics Programs | Network Programs | Portable Programs | vb Forums Development | Forums Development | CMS(Joomla-nuke-wordpress-mkportal...) | Photo | Anime |