|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
本帖最后由 xypmyp 于 2019-5-29 22:16 编辑
我喜欢C编程,我开始寻找一些练习,然后我发现这个问题小册子“100个经典例题(C语言).doc”。
然而,那本小册子中的答案有些包含错误而且阅读不太舒服,所以我决定尽可能多地重写大部分程序。
我建立这个程序主要是为了学习,我认为这有点帮助那些刚刚开始用C语言编程的人,它也记录了我的学习进度。 在某些情况下,我可以将此示例用作参考或测试主题。
这个程序花了我大约25天的时间来构建,因为你可以看到我不是天才,如果我能做到这一点,我相信你也能做到这一点,没有什么是容易的。 让我们互相支持!
“C_100Q”文件夹包含所有101个C程序。
“Source”文件夹包含所有101 C程序重写源代码。
不要删除“A”,“B”,“C”文件。
“100 Classic Examples.exe”的源代码太大而无法上传,请访问GitHub下载。
请享用!
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
I enjoy C programming and I started to look for some exercises then I found this question booklet "100个经典例题(C语言).doc".
However, the answer in that booklet somewhat contain bugs and not so comfortable for reading, so I decided to rewrite most of the programs as much as I can.
I build this program mainly for study, I think it is somewhat help people who was just start programming in C language, it also logging my study progress. In some cases I may use this example as reference or a test subject.
This program took me about 25 days to build, as you can see I am not a genius, if I can do that, I believe you can do that also, nothing is easy. Let's back each other up!
"C_100Q" folder contain all 101 C programs.
"Source" folder contain all 101 C programs rewrote sources-code.
Do not delete 'A', 'B', 'C' file.
The source-code for "100 Classic Examples.exe" is too massive to upload, please visit GitHub to download.
Enjoy! |
|