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.
项目 ID: 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
会员自2月 25, 2017起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。