搜索资源列表
DirectX3D_Light+Texture
- 3D环境的光照和纹理.doc-----原文作者:Jake Simpson 译者:向海 -3D environment of light and texture. Doc ----- Original Author : Jake Simpson Translator : to the sea
Integral_operation_in_simpson_rule
- 使用simpson规则来完成积分运算,可以自由选择您所需要的积分结果精度,欢迎大家指教!-use simpson rules to be completed integral calculation, can freely choose what you need Integral accuracy, we are happy to improve!
RombergTest2
- 函数逼近与曲线拟合,包含梯形公式、Simpson公式、Romberg公式。-Function approximation and curve fitting, including trapezoidal, Simpson formula, Romberg formula.
homerbond
- Flash file animation Imitating a James bond presentation with homer simpson with a gun The homer s eye moves too A mask and combination of movements flash file
Kyle Simpson You Dont Know JS ES6 & Beyond
- 有了这本书,你会: 学习新的语法,简化编程常用成语的痛点 用迭代器、生成器、模块和类组织代码 承诺结合发电机表示异步流控制 使用集合以结构化方式更有效地处理数据 利用新的API助手,包括数组、对象、数学、数字和字符串 通过元编程扩展程序的功能(No matter how much experience you have with Javascr ipt, odds are you dont fully understand the language. As part of the Y
Kyle Simpson You Dont Know JS Scope & Closures
- 与“you dont know JS”系列中的其他书籍一样,作用域和闭包潜入许多Javascr ipt程序员简单避免的语言中较复杂的部分。有了这些知识,就可以实现真正的Javascr ipt掌握。 了解范围,这是一组规则,帮助Javascr ipt引擎在代码中定位变量。 深入嵌套范围,一系列变量和函数的容器 探索基于函数和块的范围、“提升”以及基于范围的隐藏的模式和好处。 探索如何为同步和异步任务使用闭包,包括创建Javascr ipt库(Like other books in the