搜索资源列表
Banker_arithmetic
- 关于银行家算法的实现,其中的思想为: 银行家可以把一定数量的资金供多个用户周转使用,为保证资金的安全银行家规定: 1.当一个用户对资金的最大需求量不超过银行家现有的资金就要接纳该用户 2.用户可以分期贷款,但垡的总数不能超过最大需求量 3.当银行家现有的资金不能满足用户的沿需垡数时,对用户的贷款可推迟支付,但总能使用户在有限的时间里得到贷款 4当用户得到所需的全部资金后,一定能在有限的时间里归还所有的资
RunFactoryMethodPattern
- 工厂方法模式是类的创建模式,又叫做虚拟构造子模式或多态性工厂模式。它的用意是定义一个创建产品对象的工厂接口,将实际创建工作推迟到子类中。-factory method model is the creation of Class model, also called virtual-tectonic model or polymorphism factory model. Its definition is intended to cr
Banker_arithmetic
- 关于银行家算法的实现,其中的思想为: 银行家可以把一定数量的资金供多个用户周转使用,为保证资金的安全银行家规定: 1.当一个用户对资金的最大需求量不超过银行家现有的资金就要接纳该用户 2.用户可以分期贷款,但垡的总数不能超过最大需求量 3.当银行家现有的资金不能满足用户的沿需垡数时,对用户的贷款可推迟支付,但总能使用户在有限的时间里得到贷款 4当用户得到所需的全部资金后,一定能在有限的时间里归还所有的资
RunFactoryMethodPattern
- 工厂方法模式是类的创建模式,又叫做虚拟构造子模式或多态性工厂模式。它的用意是定义一个创建产品对象的工厂接口,将实际创建工作推迟到子类中。-factory method model is the creation of Class model, also called virtual-tectonic model or polymorphism factory model. Its definition is intended to cr
LmmopdeINQ1to2CSV
- INQtoCSV格式转换 INQtoCSV格式转换 -This library makes it easy to use CSV files with LINQ queries. Its features include: Follows the most common rules for CSV files. Correctly handles data fields that contain commas and line
zhishang3000XP
- 功能特点: 财务管理:能够进行会计凭证处理、现金费用、一般费用、其它收入、待摊费用摊销、固定资产变动、固定资产折旧处理、提现存现业务、财务调帐、库存商品成本调整、期初收入和费用的调整;能够对往来单位的员工借还款业务进行单独管理,自动生成经营所需的费用、现金银行、其它收入、固定资产等统计报表;能够对往来单位的员工借款进行单独管理。 采购业务:采购订单处理、按单结算、分批分期收货、采购付款、采购退货、预设售价设置、库存上限下限报警、运输单位
DeferredShading
- GDC Document treating about Deferred Shading
Md5MeshLoader
- doom3的 md5模型加载。 vc7.1+opengl 。 源码包已经附带glut库 。-doom3 of md5 model load. vc7.1+ opengl. Glut library source package has been included.
DeferredCascadedShadowMaps
- The full source code of the paper Deferred Cascaded Shadow Maps, written in C#
Automatic_Continuation_with_Deferred_Corrections.z
- Fortran77编写而成。基于连续的原理解决stiff两点边值常微分问题,是由Cash改编自TWPBVP程序。 内有说明,算例和参考信息,并且附有stiff问题的一些结果。-Automatic Continuation with Deferred Corrections The package ACDC (which is written in FORTRAN 77) is designed to solve st
Kode-Program-Algoritma-Nearest-Neighbor
- In pattern recognition, the k-nearest neighbor algorithm (k-NN) is a method for classifying objects based on closest training examples in the feature space. k-NN is a type of instance-based learning, or lazy learning whe
TestLINQtoSQL
- LINQ to SQL: Basic Concepts and Features -Basic concepts and features of LINQ to SQL, including querying and updating a SQL database with L2S, deferred execution, lazy loading and eager loading. .
glsl_deferred
- glsl 场景延时渲染 grammar 校正 场景ms-glsl deferred rendering grammar msaa
axiom-1.2.12
- Axis对象模型(AXIOM)是一个XML对象模型,设计用于提高XML处理期间的内存的使用率和性能,基于Pull解析。 Pull 解析方式,基于STAX(Streaming API for XML),Pull解析是最近处理XML的一种趋势,而SAX和DOM都是基于push的解析方式,也就是说解析控制在parser本身。Push解析方 式很容易使用,但在处理XML文档时效率并不好,(因为要在内存中生成完成的对象模型)。Pull解析方式
jquery-1.7
- Query 1.7的几大亮点: 新的事件API:.on()和.off()。 委托事件性能改进。 在IE 6/7/8中的更好地支持HTML5。 切换动画更加直观。 异步模块定义(AMD):现在在jQuery中已支持AMD API。 jQuery.Deferred对象功能扩展。 新的jQuery.isNumeric()方法。 另外,在jQuery 1.7中移除了
c-jiaohuandizhi
- 交换递值 告诉我们怎么交换数据 重复此方法-Deferred exchange value tell us what exchange data
dev3
- Deferred rendering -- draw all lights using depth, normal, and shininess textures (in specular Alpha)
DSalpha
- Deferred rendering -- draw all lights using depth, normal, and shininess textures (in specular Alpha)
DSalphaDX9
- Deferred rendering -- draw all lights using depth, normal, and shininess textures (in specular Alpha) DirectX9
Deferred-Shading
- 如题,是d3d9的延迟渲染部分,采用hlsl实现,可以看效果.-As the title, Deferred Shading.