留学生编程作业代写

  • 首页

  • 分类

  • 标签

  • 归档

  • 关于我

价格表

计价单位均为美元,付款时可采用其他币种。

类型 大一 大二 大三 大四 Master
Lab $50-$100 $75-$150 - - -
Homework $100-$200 $150-$300 $200+ $250+ $300+
Assignment $100-$200 $150-$300 $200+ $250+ $300+
Project $100-$200 $150-$300 $200+ $250+ $300+
Team Project $200-$400 $300+ $400+ 详谈 详谈
Final $200-$400 $300+ $400+ 详谈 详谈

上面的价格是大致范围参考,具体会根据作业的时间和难度进行最终定价。我可以保证同等质量下只有印度人比我便宜。
你可以用下面的几条原则来估计最终价格。

价格下调的情况

  1. 老客户
  2. 多人组队
  3. 这门课有大量的作业,总作业量达到5次以上
  4. 系列作业,如后续作业是根据前次作业进行功能的增加,且前次作业是我写的

价格上调的情况

代码调试难度/环境搭建时间

C/C++ > PHP > C# > Python > Java

代码的调试越复杂,价格越高。比如C++中用gdb调试AVL Tree的recursion。
环境搭建越麻烦,价格越高。比如在AWS上面搭建Hadoop。

代码规范

主要是以下几个方面衡量:
是否需要所有函数的标准doc,如:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
def read_ship_data(game_file):
""" (file open for reading) -> list of list of objects
Description:
Read the ship data from an open file.
Parameters:
game_file: An open file.
Return:
A list containing the ship characters in game_file as a list of
strings at index 0, and ship sizes in game_file as a list of ints
at index 1.
Example:
No need for this function.
"""

# complete the function body for read_ship_data here
...

是否需要进行大量的comment说明,通常是comment比code还多的情况,如:

1
2
3
4
5
6
7
8
9
// RTP variables:
// ----------------
DatagramPacket rcvdp; // UDP packet received from the server
DatagramSocket RTPsocket; // socket to be used to send and receive
// UDP packets
static int RTP_RCV_PORT = 25000; // port where the client will
// receive the RTP packets
Timer timer; // timer used to receive data from the UDP socket
byte[] buf; // buffer used to store data received from the server

测试复杂度

指除了本地测试外,是否还需要反复提交来通过TA的测试集,尤其是Hidden Test。

作业的后部分

作业的后部分指前部分已经完成了,通常分为两种情况:

此次作业和前次作业相关,但是前次作业并非我完成的

出现这种情况通常是因为找了不靠谱的中介/写手,无法继续下去或者后续漫天要价。
对于我的工作量来说,需要理解前次和本次作业的需求,以及前次的代码,因此价格会比单次作业要高。

已经完成了作业的大部分代码

出现这种情况通常是因为写的时候一开始思路就错了,根基不牢,导致无法继续下去。
对于我的工作量来说,不仅需要理解作业的需求,还需要理解你的思路和代码,这种情况价格不会比重写低多少。

Akatyan

Akatyan

ACMer,Microsoft研究院全栈工程师

1606 日志
17 分类
51 标签
Contact Me
微信
请扫上方二维码
邮箱
[email protected]
© 2015 - 2025 Akatyan