- 博客(10)
- 资源 (2)
- 收藏
- 关注
原创 如何使用Python渲染动画
如果我们想要动画演示一个如下圆展开的效果并把结果保存成GIF,需要怎么编程才能实现呢?本文就带大家一起看学习python实现动画。
2023-02-08 15:46:55
1102
原创 登堂入室C++之开篇
C++发展历史1979: C++之父Bjarne Stroustrup在写毕业论文期间萌生念头;1982: 正式开发第一个版本c++,定位为c with class;1985: 第一个c++的商业实现发布;1989: C++ 2.0 发布;1998: C++ 98发布,C++也正式标准化;2003: C++03版本发布,是C++98版本的小修正版本;2011: C++11版本发布。C++11之后的被统称为modern c++;2014: C++14版本发布,作为C++11的小
2023-02-05 07:52:44
311
转载 Rvalue References: C++0x Features in VC10, Part 2(中)
rvalue references: initialization C++0x introduces a new kind of reference, the rvalue reference, with the syntax Type&& and const Type&& . The current C++0x Working Draft, N2798 8.3.2/2, says
2009-11-25 11:55:00
592
转载 Rvalue References: C++0x Features in VC10, Part 2(上)
Part 1 of this series covered lambdas, auto, and static_assert. Today, Im going to talk about rvalue references, which enable two different things: move semantics and perfect forwarding. This
2009-11-25 11:52:00
404
转载 Rvalue References: C++0x Features in VC10, Part 2(上部分)
Part 1 of this series covered lambdas, auto, and static_assert. Today, Im going to talk about rvalue references, which enable two different things: move semantics and perfect forwarding. This
2009-11-25 10:28:00
414
转载 decltype: C++0x Features in VC10, Part 3
Part 1 of this series covered lambdas, auto, and static_assert. Part 2 of this series covered rvalue references, which enable move semantics and perfect forwarding. Today, Im going to talk
2009-11-25 10:26:00
522
转载 Lambdas, auto, and static_assert: C++0x Features in VC10, Part 1
转载自http://blogs.msdn.com/vcblog/archive/2008/10/28/lambdas-auto-and-static-assert-c-0x-features-in-vc10-part-1.aspx The Visual C++ compiler in the Microsoft Visual Studio 2010 September Community T
2009-11-24 19:37:00
492
Wrox.Beginning.JavaScript.4th.Edition.2010.pdf
2010-05-06
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅
2