Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homework1 线性表 Homework2 作业13题链表的拆分 Homework3 链栈的三个相关应用 #23

Merged
merged 7 commits into from
Apr 19, 2017

Conversation

Jasmine2020
Copy link
Contributor

No description provided.

head->next = NULL;
present = head;
next = NULL;
for (int i = 0;i < n;i++)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

仅接受C语言版的代码实现,不接受C++代码
建议使用后缀名.c去调试无误后再行提交

List *head1, *head2, *head3;
int len1, len2, len3;
printf("�������Ա�LA���ȣ�");
scanf("%d", &len1);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 请使用随机函数生成链表测试数据,不要人工输入

@@ -0,0 +1,19 @@
��һ�� ����ת��
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 这里的文件显示是乱码,要转为utf-8编码后再上传。解决乱码

Copy link
Collaborator

@chenfucaijun chenfucaijun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

第一次和第二次作业基本完成

@c4pr1c3
Copy link
Contributor

c4pr1c3 commented Apr 5, 2017

助教已经完成批注的前2次作业PR,在我没有合并之前,你不应该再把第三次作业又追加到当前的这个PR,这会影响第3次作业的及时合并

struct StackFloat *next;
}SF; //StackFloat���͵Ľ��SF

SC *Push(SC *s, char c) //SC���͵�ָ��Push������p
Copy link
Collaborator

@chenfucaijun chenfucaijun Apr 9, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 我们的作业要求C语言编写
    • 你这里的Push函数,Pop函数使用到了C++中的函数重载,C语言中是不支持函数重载的!
  • 建议修改后缀名为.c进行调试运行

printf("�ñ��ʽ��ֵΪ:");
printf("%s\b=%g\n", s, EvaluateExpression(s));
return 0;
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

第三次作业基本完成!

@c4pr1c3 c4pr1c3 merged commit 90fa386 into CUCCS:master Apr 19, 2017
@Jasmine2020 Jasmine2020 changed the title first homework upload 前三次作业提交 Jun 14, 2017
@Jasmine2020 Jasmine2020 changed the title 前三次作业提交 Homework1 线性表 Homework2 作业13题链表的拆分 Homework3 链栈的三个相关应用 Jun 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants