纯C语言的多核资源
有人知道有关 C 多核编程信息的任何指针吗?如果之前有人问过这个问题,我深表歉意,经过“善意”搜索后,我找不到它。如果有人指出我的话,我很乐意删除。
Would anyone know any pointers to information about multicore programming in C? I apologize if the question has been asked before, after a "bona fide" search, I couldn't find it. I'd be happy to delete if someone points me to it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
C1X 是计划中的 C 编程语言新标准的非官方名称。
C1X is the unofficial name of the planned new standard for the C programming language.
它不包含在 ANSI C 标准中,但如果您使用 Unix,我强烈建议您看一下 Posix 主题
It is not included in the ANSI C standard, but if you are using Unix i would strongly suggest to take a look at Posix Threads
我不期待投票......但我想分享这个: 多线程算法章节。
I'm not expecting upvotes... but I wanted to share this: Multithreaded Algorithms Chapter of the Cormen book.
我喜欢阅读 http://www.drdobbs.com、http://www.drdobbs.com/go-parallel/index.jhtml 特定于并行内容。
有时很难在那里找到特定的主题,但在我看来,这是一个非常好的资源。他们还针对每个主题提供 RSS 提要。
i like to read http://www.drdobbs.com, http://www.drdobbs.com/go-parallel/index.jhtml is specific to parallel stuff.
Sometimes its hard to find a specific topic there but its a very good resource IMO. They also have RSS feeds for each topic.