自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

木叶清风

像一阵风飘逝在人海……

  • 博客(10)
  • 资源 (2)
  • 收藏
  • 关注

原创 如何使用Python渲染动画

如果我们想要动画演示一个如下圆展开的效果并把结果保存成GIF,需要怎么编程才能实现呢?本文就带大家一起看学习python实现动画。

2023-02-08 15:46:55 1102

原创 登堂入室C++之基础类型

C++的基础类型我们知道多少呢?本文就带你了解C++基础类型以及背后的原理。

2023-02-05 16:48:01 379

原创 登堂入室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

原创 玉渊潭游览

2009-04-17 19:54:00 512

原创 实验室生活

2009-04-14 21:09:00 438 2

Wrox.Beginning.JavaScript.4th.Edition.2010.pdf

Javascript的不错书籍…… The perennial bestseller returns with new details for using the latest tools and techniques available with JavaScript JavaScript is the definitive language for making the Web a dynamic, rich, interactive medium. This guide to JavaScript builds on the success of previous editions and introduces you to many new advances in JavaScript development. The reorganization of the chapters helps streamline your learning process while new examples provide you with updated JavaScript programming techniques. You'll get all-new coverage of Ajax for remote scripting, JavaScript frameworks, JavaScript and XML, and the latest features in modern Web browsers. Plus, all the featured code has been updated to ensure compliance with the most recent popular Web browsers. Introduces you to the latest capabilities of JavaScript, the definitive language for developing dynamic, rich, interactive Web sites Features new coverage of data types and variables, JavaScript and XML, Ajax for remote scripting, and popular JavaScript frameworks Offers updated code that ensures compliance with the most popular Web browsers Includes improved examples on the most up-to-date JavaScript programming techniques Continuing in the superlative tradition of the first three editions, Beginning JavaScript, Fourth Edition, gets you up to speed on all the new advances in JavaScript development.

2010-05-06

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除