Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finlay-liu/buaamasterquestion
北航研究生复试计算机上机题目(06-14年),题目来自网络,仅供学习参考。
https://github.com/finlay-liu/buaamasterquestion
Last synced: about 12 hours ago
JSON representation
北航研究生复试计算机上机题目(06-14年),题目来自网络,仅供学习参考。
- Host: GitHub
- URL: https://github.com/finlay-liu/buaamasterquestion
- Owner: finlay-liu
- License: gpl-2.0
- Created: 2015-02-26T16:12:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-14T12:30:17.000Z (over 9 years ago)
- Last Synced: 2024-11-02T08:32:20.852Z (15 days ago)
- Language: C
- Homepage:
- Size: 1.07 MB
- Stars: 88
- Watchers: 5
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# About #
北京航天航空大学计算机研究生复试上机题目(06年-14年),题目来自网络,代码自己写。
总体来水上机题目整体不难,主要涉及的问题有:
- C语言基础语法和标准库使用
- 数值排序
- 字符处理有些题目我为了输入简单,使用freopen函数从文件读取测试例子。
- Debug 环境: Win7 + VC6.0 (标准C语言)