搜索资源列表
Game-Programming-Gems-2
- 一本比较好的介绍vc环境下如何编程的书,如何用图形来处理游戏的开发,是本好书
Graphics_gems_vol.1
- Graphics gems, vol.1
code
- 游戏编程精粹4书对应的代码,里面主要是对应书中的例子代码实现,大家分享下-Game Programming Gems 4 corresponding to the code book, which mainly corresponds to the book' s example code, share with
Gems7Guidelines
- Game Programming Gems 7 Writing Guidelines
GraphicsGemsI
- Graphics Gems I 图形图像经典-Graphics Gems I
Water_Simulation
- GPU GEMS 水模拟的代码 DirectX 3D 实现 用到了 着色器-GPU GEMS water simulation code uses DirectX 3D shaders to achieve
code
- VC++编程精粹,内容详细,讲解系统全面,方便实用,知识架构安排合理。-VC++ Programming Gems, detailed and explain the systematic and comprehensive, convenient and practical, knowledge, institutional arrangements and reasonable.
high-cPP-code
- l-编程精粹:编写高质量C语言代码(中文.pdf 高清晰 文字!非扫描版 难得-l-Programming Gems: the preparation of high-quality C code (in Chinese. pdf high-resolution text! non-scanning version of the rare!!
MedicAdmin
- Windows编程精粹,医药管理系统案例,基于Access数据库,对于初学者非常有用!-Windows Programming Gems, the case of pharmaceutical management system, based on Access database, for beginners, very useful!
150_casesnetwork_programming
- Programming Gems 150 cases the source code for network programming
Microsoft-C-Programming-Gems
- 这份资料由PC Home俱乐部和C++ Builer讨论区数位网友分别整理而成,不像一般的书籍按部就班-This information from the PC and Home Club and the C++ digital Builer forum users were sorted out by, unlike the general books step by step
zajiyuanjianbaoshi
- 有m排n列的柱桩,每一排的柱桩从左向右标号为1,2,…,n,且在每个柱桩上预先放好价值不一样的宝石。现在有位杂技演员从第一排的第1号柱桩开始跳跃,每次都必须跳到下一排的柱桩上,且每次跳跃最多只能向左或向右移动一个桩子。也就是说如果现在杂技演员站在第j号桩上,那么他可跳到下一排的第j号桩上,也可跳到下一排的第j-1 (if j>1)或者 j+1 (if j<n) 号桩上,并得到桩上的宝石。计算出一条最佳的跳跃顺序,使杂技演员获得的宝石的总价值最大。-With m rows and n
lading
- 拉丁矩阵问题: 现有N种不同形状的宝石,每种宝石有足够多颗。欲将这些宝石排列成m行n列的一个矩阵,m<=n,使矩阵中每一行和每一列的宝石都没有相同形状。试设计一个算法,计算出对于给定的m和n,有多少种不同的宝石排列方案。 算法设计: 对于给定的m和n,计算出不同的宝石排列方案数。 -Latin matrix problem: Existing N different shapes of stones, each gem has enough teeth. The stone
王敬贤-SA16168143-第5次作业
- 设计算法解决拉丁矩阵问题,将n种不同形状的宝石排列成m行n列的一个矩阵,每一行每一列的宝石都没有相同形状,求宝石排列方案数(Latin matrix design algorithm to solve the problem, the gem n different shapes arranged in m rows n columns of a matrix, each row of each column of gems don't have the same shape, strives
taibaoshi
- 主要针对六镜谐振腔激光器的模拟,包括:l1不同倍频晶体处腰斑;倍频晶体处腰斑及L1不同钛宝石腰斑比较。(The simulation of six mirror resonator laser is mainly focused on: waist spots at different frequency doubling crystals of L1; comparison of waist spots at different frequency crystals and L1 differ
GPU Computing Gems Jade Edition
- 关于GPU加速计算编程的书籍,很受欢迎,建议初学者阅读。(The books on GPU acceleration programming are very popular and are recommended for beginners to read.)