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: 2 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-14T12:30:17.000Z (almost 10 years ago)
- Last Synced: 2024-08-02T06:16:32.836Z (5 months ago)
- Language: C
- Homepage:
- Size: 1.07 MB
- Stars: 87
- Watchers: 5
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
- Awesome-GitHub-Repo - BuaaMasterQuestion
README
# About #
北京航天航空大学计算机研究生复试上机题目(06年-14年),题目来自网络,代码自己写。
总体来水上机题目整体不难,主要涉及的问题有:
- C语言基础语法和标准库使用
- 数值排序
- 字符处理有些题目我为了输入简单,使用freopen函数从文件读取测试例子。
- Debug 环境: Win7 + VC6.0 (标准C语言)