Find Jobs
Hire Freelancers

C Code Assignment

$15-25 USD / hour

ปิดแล้ว
โพสต์ ประมาณ 6 ปีที่ผ่านมา

$15-25 USD / hour

I want a C Code that takes 16 digit number as input and add 30 to individual digit. After that it is converted to hexadecimal digit and send as output. For example if the user enters 1234567890123456 as input then it should do 1+30, 2+30, 3+30 ,,,,,,,,,,, and then convert 31,32,33 ,,,,,,,,,,,,,,,, as hexadecimal and send as output.
รหัสโปรเจกต์: 16914585

เกี่ยวกับโปรเจกต์

53 ข้อเสนอ
โปรเจกต์ระยะไกล
ใช้งานอยู่ 6 ปีที่ผ่านมา

กำลังมองหาการสร้างรายได้ใช่ไหม?

ประโยชน์ของการประมูลกับ Freelancer

กำหนดงบประมาณและกรอบเวลาของคุณ
รับเงินจากการงานของคุณ
อธิบายข้อเสนอของคุณในภาพรวม
ลงทะเบียนและเสนอราคาฟรี
53 ฟรีแลนซ์กำลังเสนอราคาโดยเฉลี่ย $19 USD/ชั่วโมง สำหรับงานนี้
รูปอวาตาร์ของผู้ใช้
Hello, I'm Smile Song, developer in China. I'm interesting your project very well I'm a Good C#, Python, .Net, MVC, Website Design, Angular.js, ASP.NET expert. I m quite well experienced in these jobs. Let's go ahead with me I want to service for you continously. Thanks
$22 USD ใน 40 วัน
4.9 (1020 รีวิว)
9.3
9.3
รูปอวาตาร์ของผู้ใช้
Hi there, I went through the initial requirements and I would like to have further details on this project. Let me know if you are interested so I can have complete specifics.
$22 USD ใน 40 วัน
4.9 (1048 รีวิว)
7.7
7.7
รูปอวาตาร์ของผู้ใช้
I am very proficient in c and c++. I have 16 years c++ developing experience now, and have worked for more than 7 years. My work is online game developing, and mainly focus on server side, using c++ under Linux environment. I made many great projects using c++, for example, I made the tools which could convert java codes into c++ scripts, of course garbage collection included, this was very similar to a compiler, and was very complex. I also made our own mobile game using c++, I can show you the demo of client, if you like. I am very proficient in java also. I have a very good review on Freelancer.com, I never miss a project once I accept the job, you can check my review. Trust me, please let expert help you.
$20 USD ใน 6 วัน
4.9 (215 รีวิว)
7.4
7.4
รูปอวาตาร์ของผู้ใช้
Hi There, I am Full Stack C Developer. I can write the code for you take 16 digit number as input and add the 30 to individual digit and then i can convert into hexadecimal and send it for output. I am ready to start your work right now. Would you can come to chat for project discussion? Thanks
$16 USD ใน 40 วัน
4.8 (39 รีวิว)
7.3
7.3
รูปอวาตาร์ของผู้ใช้
Hi, I can write the program you requested. Please tell which C compiler you´d prefer to to use Thank you
$22 USD ใน 40 วัน
5.0 (146 รีวิว)
6.2
6.2
รูปอวาตาร์ของผู้ใช้
Hi, I am interested in working with you on this project and can have it done in less than an hour. I have more than a decade of experience with C/C++, Data Structures, and Object Oriented design. I know how to take input, and parse the individual characters or numbers in the input. I can create a program for you in C or any language that can take any 16 digit number, add 30 to each digit, and then convert it to hexadecimal (base 16). It can then display the result to the screen. I am a freelance Software and Web Developer with several years experience working with various programming and scripting languages, including Java, C/C++, Perl, Python, and PHP. I am also a full LAMP stack developer (Linux, Apache, MySQL, and PHP). I have an Associates Degree in Computer Science and I plan on eventually completing my Bachelor's in CS with a possible minor in Mathematics. I've worked at least 6 years as an Independent Contractor for a company called Boomdizzle (a social music hip-hop website). I helped maintain their servers, create static and dynamic web pages, and custom themes based on designs they gave me. My Resume, as well as Employment History and Reviews from other clients that I've worked with (100% positive reviews), can be found on my phave donerofile. Please reach out so that any questions you may have or that I may have about this project can be answered. I look forward to working with you on this project. Thank you for taking the time to consider my bid.
$16 USD ใน 5 วัน
5.0 (30 รีวิว)
5.1
5.1
รูปอวาตาร์ของผู้ใช้
Here is the code: #include <stdio.h> int main() { int a[16],i; unsigned long long x,t; printf("Please insert the 16 digit number: "); scanf("%llu",&x); t=x; for(i=15;i>=0;i--) { a[i]=(t%10); t/=10; } for(i=0;i<16;i++) { a[i]=a[i]+30; } for(i=0;i<16;i++) { printf("%X",a[i]); } } I would really like a first review from a technical skill set. I don't mind agreeing to return the money by me creating a project which you accept. I just want a review for my C skills.
$15 USD ใน 1 วัน
5.0 (1 รีวิว)
4.8
4.8
รูปอวาตาร์ของผู้ใช้
Hi...! i understand everything and i can convert this within 1 hour. you have to discuss it via chat please contact via clicking chat
$15 USD ใน 40 วัน
5.0 (9 รีวิว)
4.3
4.3
รูปอวาตาร์ของผู้ใช้
A proposal has not yet been provided
$22 USD ใน 10 วัน
5.0 (6 รีวิว)
3.7
3.7
รูปอวาตาร์ของผู้ใช้
Hey how are you? I can do this project in one hour for $20 Send me a message please we can discuss the details!
$22 USD ใน 5 วัน
5.0 (12 รีวิว)
3.7
3.7
รูปอวาตาร์ของผู้ใช้
Hello, I have been making embedded electronics products since 5 years. I have worked on C, C++, python, etc.. on Microchip, Atmel, ST micrcocontrollers. I have also made approx 100 projects on Raspberry pi, Beagle bone, etc.. ARM boards. I have done projects like home automation, industrial automation, touch switches, security systems, analog designed SMPS, wireless networks, IOT based solutions, RFID based solutions, NFC based solutions, etc.. Share your project details so we can discuss further
$24 USD ใน 40 วัน
5.0 (2 รีวิว)
3.5
3.5
รูปอวาตาร์ของผู้ใช้
A proposal has not yet been provided
$15 USD ใน 1 วัน
3.9 (5 รีวิว)
3.8
3.8
รูปอวาตาร์ของผู้ใช้
Hi, I am Embedded Firmware Developer. I have good Experience with Embedded C. I can do this. please let me know when we can start and which platform are you using? Thanks.
$17 USD ใน 20 วัน
5.0 (2 รีวิว)
2.9
2.9
รูปอวาตาร์ของผู้ใช้
Dear sir I read your description very carefully Your problem is used big num and algorithms I can solve your problem for an hour. I ever done similar your problem in university I took part in acm ICPC in university so I know many algorithms I have full experience of c++ and algorithms I am full confident to complete your project and I do my best if you let me bid on yours. I focus on client's credit than money. I want to discuss more in detail. Thank you.
$38 USD ใน 40 วัน
5.0 (8 รีวิว)
2.6
2.6
รูปอวาตาร์ของผู้ใช้
I have done multiple C and C++ projects for my Software Engineering course, ranging from a simple binary tree to a fully-fledged graphics engine. I can create the code and I'll leave detailed comments.
$15 USD ใน 40 วัน
5.0 (2 รีวิว)
2.3
2.3
รูปอวาตาร์ของผู้ใช้
I am proficient in C and C++. I have worked on such a question in my assignments and have experience with it.
$15 USD ใน 40 วัน
5.0 (1 รีวิว)
1.4
1.4
รูปอวาตาร์ของผู้ใช้
I have finished the task. I can send you the code for 10 dollars only. Sample Testcase: input: 1234567890123456 output: 310x1F, 320x20, 330x21, 340x22, 350x23, 360x24, 370x25, 380x26, 390x27, 300x1E, 310x1F, 320x20, 330x21, 340x22, 350x23, 360x24
$15 USD ใน 40 วัน
5.0 (1 รีวิว)
0.6
0.6
รูปอวาตาร์ของผู้ใช้
I have been studying computer Science for 9 years. I have done Masters in Computer Science. I am topper and favorite of teachers because of my codding logic. I am very good at codding c language. It is my passion. i have very good logic. I have also been teaching students programming . I can write code without getting fed up. you can avail my services by contacting me. I will love to work for you. Regards, Sehrosh
$24 USD ใน 30 วัน
0.0 (0 รีวิว)
0.0
0.0
รูปอวาตาร์ของผู้ใช้
I have developed such software during my both my academic and professional projects, I can deliver the software in couple of hours for a fair price if we agree in terms. Basically, the user will enter as many as numbers that he wants then presses enter, (+30) the hexadecimal numbers will appear on the screen and I can make it write to a file as well.
$16 USD ใน 40 วัน
0.0 (0 รีวิว)
0.0
0.0
รูปอวาตาร์ของผู้ใช้
i love programing and this kind of problem is my favorite i'll be very happy if you choose me
$16 USD ใน 7 วัน
0.0 (0 รีวิว)
0.0
0.0

เกี่ยวกับลูกค้า

ปักธงของ UNITED STATES
United States
0.0
0
เป็นสมาชิกตั้งแต่ ก.พ. 25, 2017

การยืนยันลูกค้า

ขอบคุณ! เราได้ส่งลิงก์สำหรับเครดิตฟรีให้คุณทางอีเมลแล้ว
เกิดข้อผิดพลาดขณะส่งอีเมลของคุณ กรุณาลองอีกครั้ง
โลโก้ Freelancer Thailand / ภาษาไทย ช่วยเหลือและสนับสนุน FreelancerประเภทโปรเจคการประกวดFreelancerองค์กรแพ็กเกจสมาชิกโครงการ Freelancer ชั้นแนวหน้าการจัดการโปรเจคงานในพื้นที่Photo Anywhereหน้าจัดแสดงผลงานAPI สำหรับนักพัฒนาได้รับการยืนยันDesktop App เกี่ยวกับเกี่ยวกับเราวิธีใช้งานความปลอดภัยนักลงทุนแผนผังเว็บไซต์เรื่องราวข่าวออกสื่อทีมรางวัลข่าวประชาสัมพันธ์ร่วมงานกับเรา ข้อกำหนดนโยบายความเป็นส่วนตัวข้อกำหนดและเงื่อนไขนโยบายลิขสิทธิ์ข้อพึงปฏิบัติค่าธรรมเนียมและค่าบริการหุ้นส่วนEscrow.comLoadshiftWarrior Forum แอปโลโก้ Apple App Store โลโก้ Google Play
ไม่สามารถคัดลอกไปยังคลิปบอร์ดได้ โปรดลองอีกครั้งหลังปรับเปลี่ยนการอนุญาต
คัดลอกไปยังคลิปบอร์ดแล้ว
ผู้ใช้ที่ลงทะเบียน งานที่มีการโพสต์ทั้งหมด
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
กำลังโหลดตัวอย่าง
ได้รับอนุญาตสำหรับตำแหน่งทางภูมิศาสตร์
เซสชั่นการเข้าสู่ระบบของคุณหมดอายุและคุณได้ออกจากระบบแล้ว กรุณาเข้าสู่ระบบอีกครั้ง