摘要:
N (need) --客户需要什么客户需要快速地制作一个简易的简历,简历上有一些姓名、性别、爱好、特长、联系方式等基础信息,以便快速的对一个人进行浅层甚至比较深入全面的了解。另一方面如果简历看起来不是特别单调的千篇一律的应该会让用户眼前一亮。 A ( approach) --我该怎么满足客户用c#编 阅读全文
摘要:
#include #include #include using namespace std; #define NUM 1000 int DTGH_Sum(int a[],int n) { int sum = 0; int *b = (int *) malloc(n * sizeof(int)); b[0] = a[0]; for(int i ... 阅读全文