自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

dchjmichael的专栏

Stay hungry,Stay foolish

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

原创 Direct3D基础

设置世界变化矩阵D3DXMATRIX mat_world;D3DXMatrixIdentity(&mat_world);g_pd3dDevice->SetTransform(D3DTS_WORLD,&mat_world);设置观察矩阵D3DXVECTOR3 eye(0.0f,0.0f,-10.0f);D3DXVECTOR3 lookat(0.0f,0.0f,0.0f);

2012-03-27 22:24:44 530

原创 观察坐标系

二维场景中要显示的部分称为剪裁窗口,因为所有在此区域外的场景都将被裁去,只有在剪裁窗口内的场景才会显示在屏幕上。而视口指的是屏幕上的显示窗口。对象在剪裁窗口内部分映射到显示窗口中指定位置的视口中。剪裁窗口决定了看到的内容,而视口指定在显示设备的什么位置进行观察。二维世界坐标系场景描述到设备坐标系的映射称为二维观察变换。二维观察变换的一般方法是在世界坐标系中指定一个观察坐标系统,以该系统为参考通

2012-03-27 15:04:05 5006

reactive design patterns

Modern distributed applications must deliver near-realtime performance while at the same time managing big data and high user loads spread across environments ranging from cloud systems to mobile devices. Unlike traditional enterprise applications that enforce highly-structured pathways for data and procedures, Reactive applications are built around loosely-coupled, asynchronous components that "react" efficiently to events like competition for shared resources, system failures, and user demands. These systems are highly-concurrent and fault-tolerant, with minimal dependencies among individual system components. Because they're designed to use fresh tools like Scala and Akka, they can combine familiar ideas, such as message passing, with new ideas like actor-based concurrency and CQRS, the Command-Query-Responsibility-Segregation data pattern.

2018-06-11

零售管理 第6版 高清 带索引书签目录

这本《零售管理》在美国被众多高校选为教材,在同类书教材市场拥有绝对领先的市场份额,是零售管理领域最受推崇的第一品牌书。作者迈克尔•利维教授拥有25 年的零售管理教学经验,并长期在零售、商业物流、销售管理等领域做深入研究;韦茨教授是美国市场营销协会的主席,全美零售联合会、全美零售基金会和市场营销协会的理事。本书反映了零售业的最新发展变化,考察了关键性战略问题,强调了财务和店面管理问题,并加入了描述性、操作性和概念性资料。

2018-05-07

大规模网站架构

大大规模网站架构 资料

2013-06-07

DwrDemo例子

DWR的简单例子,myeclipse,web project

2012-06-20

空空如也

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

TA关注的人

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