CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - deferred

搜索资源列表

  1. Banker_arithmetic

    1下载:
  2. 关于银行家算法的实现,其中的思想为: 银行家可以把一定数量的资金供多个用户周转使用,为保证资金的安全银行家规定: 1.当一个用户对资金的最大需求量不超过银行家现有的资金就要接纳该用户 2.用户可以分期贷款,但垡的总数不能超过最大需求量 3.当银行家现有的资金不能满足用户的沿需垡数时,对用户的贷款可推迟支付,但总能使用户在有限的时间里得到贷款 4当用户得到所需的全部资金后,一定能在有限的时间里归还所有的资金. -bankers algorithm on th
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.65kb
    • 提供者:zhou
  1. RunFactoryMethodPattern

    0下载:
  2. 工厂方法模式是类的创建模式,又叫做虚拟构造子模式或多态性工厂模式。它的用意是定义一个创建产品对象的工厂接口,将实际创建工作推迟到子类中。-factory method model is the creation of Class model, also called virtual-tectonic model or polymorphism factory model. Its definition is intended to create a product targeted at the
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1.73kb
    • 提供者:shangxj
  1. LmmopdeINQ1to2CSV

    0下载:
  2. 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 breaks. In addition to com
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:43.59kb
    • 提供者:dalaomao
  1. zhishang3000XP

    0下载:
  2. 功能特点: 财务管理:能够进行会计凭证处理、现金费用、一般费用、其它收入、待摊费用摊销、固定资产变动、固定资产折旧处理、提现存现业务、财务调帐、库存商品成本调整、期初收入和费用的调整;能够对往来单位的员工借还款业务进行单独管理,自动生成经营所需的费用、现金银行、其它收入、固定资产等统计报表;能够对往来单位的员工借款进行单独管理。 采购业务:采购订单处理、按单结算、分批分期收货、采购付款、采购退货、预设售价设置、库存上限下限报警、运输单位的费用统计。-Features: Financial Man
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-20
    • 文件大小:29.62mb
    • 提供者:网络游人
  1. DeferredShading

    0下载:
  2. GDC Document treating about Deferred Shading
  3. 所属分类:Game Engine

    • 发布日期:2017-04-06
    • 文件大小:341.82kb
    • 提供者:raul
  1. Md5MeshLoader

    0下载:
  2. doom3的 md5模型加载。 vc7.1+opengl 。 源码包已经附带glut库 。-doom3 of md5 model load. vc7.1+ opengl. Glut library source package has been included.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:805.85kb
    • 提供者:meiwei
  1. DeferredCascadedShadowMaps

    0下载:
  2. The full source code of the paper Deferred Cascaded Shadow Maps, written in C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:159.38kb
    • 提供者:yari
  1. Automatic_Continuation_with_Deferred_Corrections.z

    0下载:
  2. Fortran77编写而成。基于连续的原理解决stiff两点边值常微分问题,是由Cash改编自TWPBVP程序。 内有说明,算例和参考信息,并且附有stiff问题的一些结果。-Automatic Continuation with Deferred Corrections The package ACDC (which is written in FORTRAN 77) is designed to solve stiff two-point boundary value
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:263.93kb
    • 提供者:刘项
  1. Kode-Program-Algoritma-Nearest-Neighbor

    0下载:
  2. 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 where the function is only approx
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:575.53kb
    • 提供者:bwindhya
  1. TestLINQtoSQL

    0下载:
  2. 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. .
  3. 所属分类:MySQL

    • 发布日期:2017-04-02
    • 文件大小:152.75kb
    • 提供者:xie linfeng
  1. glsl_deferred

    0下载:
  2. glsl 场景延时渲染 grammar 校正 场景ms-glsl deferred rendering grammar msaa
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-08
    • 文件大小:755.13kb
    • 提供者:blue
  1. axiom-1.2.12

    0下载:
  2. Axis对象模型(AXIOM)是一个XML对象模型,设计用于提高XML处理期间的内存的使用率和性能,基于Pull解析。 Pull 解析方式,基于STAX(Streaming API for XML),Pull解析是最近处理XML的一种趋势,而SAX和DOM都是基于push的解析方式,也就是说解析控制在parser本身。Push解析方 式很容易使用,但在处理XML文档时效率并不好,(因为要在内存中生成完成的对象模型)。Pull解析方式颠倒了这种控制方式,增强了parser,只在 用户需要的时候
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1.49mb
    • 提供者:杨懿
  1. jquery-1.7

    0下载:
  2. Query 1.7的几大亮点: 新的事件API:.on()和.off()。 委托事件性能改进。 在IE 6/7/8中的更好地支持HTML5。 切换动画更加直观。 异步模块定义(AMD):现在在jQuery中已支持AMD API。 jQuery.Deferred对象功能扩展。 新的jQuery.isNumeric()方法。 另外,在jQuery 1.7中移除了event.layerX和event.layerY这两个属性
  3. 所属分类:JavaScript

    • 发布日期:2017-03-22
    • 文件大小:74.01kb
    • 提供者:竺显斌
  1. c-jiaohuandizhi

    0下载:
  2. 交换递值 告诉我们怎么交换数据 重复此方法-Deferred exchange value tell us what exchange data
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2.98kb
    • 提供者:小峰
  1. dev3

    0下载:
  2. Deferred rendering -- draw all lights using depth, normal, and shininess textures (in specular Alpha)
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-24
    • 文件大小:14.05kb
    • 提供者:jepf76
  1. DSalpha

    0下载:
  2. Deferred rendering -- draw all lights using depth, normal, and shininess textures (in specular Alpha)
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:337.47kb
    • 提供者:jepf76
  1. DSalphaDX9

    0下载:
  2. Deferred rendering -- draw all lights using depth, normal, and shininess textures (in specular Alpha) DirectX9
  3. 所属分类:DirextX

    • 发布日期:2017-03-31
    • 文件大小:340.83kb
    • 提供者:jepf76
  1. knn_vb

    0下载:
  2. 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 where the function is only approx
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:51.4kb
    • 提供者:Putra
  1. dx9u_deferred_shading

    0下载:
  2. DirectX9 deferred shading
  3. 所属分类:DirextX

    • 发布日期:2017-04-03
    • 文件大小:929.8kb
    • 提供者:AgentOfBlack
  1. Deferred-Shading

    0下载:
  2. 如题,是d3d9的延迟渲染部分,采用hlsl实现,可以看效果.-As the title, Deferred Shading.
  3. 所属分类:DirextX

    • 发布日期:2017-06-13
    • 文件大小:20.25mb
    • 提供者:原木
« 12 »
搜珍网 www.dssz.com