C书籍和算法书籍 [英] C Books and algorithm books

查看:79
本文介绍了C书籍和算法书籍的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

comp.lang.c的主要贡献者的问题


你有什么C书?


C书有什么你读过了吗?


你最喜欢哪种算法书?

除了comp.lang.c之外你觉得哪些资源特别有用? />
及其常见问题解答?


我问上述问题主要是为了看看我缺少什么。答案

也可以帮助其他新手,让人们知道什么是武器

已被证明是有用的。这些天我可能会问太多问题

,但是我保证我现在会将它们减少到每天不到2美元。

解决方案

is*********@gmail.com 写道:


comp.lang.c的主要贡献者的问题


C书做什么你有?



C编程语言, Kernighan和Ritchie(原文)

C:参考手册,哈比森和斯蒂尔

C陷阱和陷阱, Koenig

标准C库, Plauger


你读过哪些C书?



如上所述。


您最喜欢哪种算法书?



计算机编程的艺术, Knuth


除了comp.lang.c

及其常见问题解答之外,您认为哪些资源特别有用?



广阔的世界及其中的一切。 (真的,问题

太宽泛而不能承认有用的答案。)


我问上面的问题主要是为了看看我是什么缺乏。答案

也可以帮助其他新手,让人们知道什么是武器

已被证明是有用的。这些天我可能会问太多问题

,但我保证我现在会将它们减少到每天不到2美元。

吧。



学习Lisp。您可能不会使用它,但它会改善您使用其他编程语言的价格。


-

Eric Sosman
es*****@ieee-dot-org.inva 盖子


4月12日下午12:02,Eric Sosman< esos ... @ ieee-dot-org.invalidwrote:

< blockquote class =post_quotes>
您最喜欢哪种算法书?



计算机编程的艺术, Knuth



当我在图书馆读这本书时,我的头疼。

读了好几页后我退出了,感觉我是如此聪明地低劣。我不知道为什么作者使用汇编语言来描述算法。 C本来是一个更好的选择。


我听说作者本人是一个优秀的程序员。我相信他必须有充分的理由去做这件事。但我真的无法理解他的书前言中概述的原因。

是什么支持你继续阅读他的书?我想

虽然购买了它的副本。


<是********* @ gmail.comwrote在消息新闻中:


comp.lang.c的主要贡献者的问题


你有什么C书? ?


你读过哪些C书?

你最喜欢哪种算法书?


你认为哪些资源特别有用,除了comp.lang.c

及其常见问题解答?


我问上述问题主要是为了看看我缺少什么。答案

也可以帮助其他新手,让人们知道什么是武器

已被证明是有用的。这些天我可能会问太多问题

但是我保证我现在会将它们减少到每天不到2美元。



试试我的基本算法。

它还在第一版,所以有一些小故障,其中一些有
在这个ng上指出了
。然而它涵盖了很多实用的材料

你在其他算法书籍中找不到。


-

免费游戏和编程好东西。
http://www.personal。 leeds.ac.uk/~bgy1mm


Questions for the major contributors to comp.lang.c.

What C books do you have?

What C books have you read?

Which algorithm book is your favorite?

What resources that you find particularly useful, beside comp.lang.c
and its FAQ?

I ask the above questions mainly to see what I lack. And the answer
may help other newbies as well by letting people know what "weapons"
have been proved to be useful. I might have asked too many questions
these days, but I promise I will reduce them to less than 2 daily from
now on.

解决方案

is*********@gmail.com wrote:

Questions for the major contributors to comp.lang.c.

What C books do you have?

"The C Programming Language," Kernighan and Ritchie (original)
"C: A Reference Manual," Harbison and Steele
"C Traps and Pitfalls," Koenig
"The Standard C Library," Plauger

What C books have you read?

As above.

Which algorithm book is your favorite?

"The Art of Computer Programming," Knuth

What resources that you find particularly useful, beside comp.lang.c
and its FAQ?

The wide world and all therein. (Really, the question
is too broad to admit of a useful answer.)

I ask the above questions mainly to see what I lack. And the answer
may help other newbies as well by letting people know what "weapons"
have been proved to be useful. I might have asked too many questions
these days, but I promise I will reduce them to less than 2 daily from
now on.

Learn Lisp. You may not use it much, but it will improve
your use of other programming languages.

--
Eric Sosman
es*****@ieee-dot-org.invalid


On Apr 12, 12:02 pm, Eric Sosman <esos...@ieee-dot-org.invalidwrote:

Which algorithm book is your favorite?


"The Art of Computer Programming," Knuth

My head ached when I read this book in a library. I quit after
reading several pages, feeling I was so intelligently inferior. I
could not understand why the author uses an assembly-like language to
describe algorithms. C would have been a much better choice.

I heard the author himself is a good programmer. I believe he must
have good reasons to do it. But I really cannot comprehend the
reasons outlined in the preface of his book.

What supported you to continue reading his book? I am thinking of
buying a copy of it though.


<is*********@gmail.comwrote in message news:

Questions for the major contributors to comp.lang.c.

What C books do you have?
What C books have you read?

Which algorithm book is your favorite?

What resources that you find particularly useful, beside comp.lang.c
and its FAQ?

I ask the above questions mainly to see what I lack. And the answer
may help other newbies as well by letting people know what "weapons"
have been proved to be useful. I might have asked too many questions
these days, but I promise I will reduce them to less than 2 daily from
now on.

Try Basic Algorithms, by me.
It''s still in first edition so there are a few glitches, some of which have
been pointed out on this ng. However it covers a lot of practical material
you won''t find in other algorithm books.

--
Free games and programming goodies.
http://www.personal.leeds.ac.uk/~bgy1mm


这篇关于C书籍和算法书籍的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆