本学期学习计划 1. Mathematical Physics Group Theory 2. Quantum Field Theory Michael E. Peskin, An Introduction to Quantum Field Theory Steven Weinberg, The Q ...
分类:
其他好文 时间:
2019-11-08 23:53:22
阅读次数:
251
Havok Physics 2012 Chapter 2. Creating a Simulation 创建一个模拟世界 ? 这一章将带您通过整个过程得到一个模拟世界的启动和运行。具体来说,我们将探索如何创建物理对象和约束,然后如何用这些对象填充仿真世界,最后如何更新仿真世界。 [toc] 1. C ...
分类:
其他好文 时间:
2019-11-06 01:06:45
阅读次数:
95
Chapter 1. Introduction [toc] ? 欢迎来到Havok Physics 2012 SDK,这是一种用于快速、实时刚体仿真的物理中间件技术。Havok可以用于对象需要在三维空间中进行实际交互的应用程序中。它已经被部署在300多个游戏中,跨越许多平台和许多游戏类型,包括动作冒 ...
分类:
其他好文 时间:
2019-11-06 00:43:29
阅读次数:
78
原题 题目链接 题目分析 先考虑只有一个球的时候,由运动学定理可知有,设t=sqrt(2H/T),kt<=T,当k为偶数时,h=H-(1/2)*g*(T-kt)2,当k为奇数时,h=H-(1/2)*g*((k+1)t-T)2.再考虑当R=0的时候,这时候所有球的投放起点高度都为H,在空中发生碰撞的时 ...
分类:
其他好文 时间:
2019-10-28 20:43:26
阅读次数:
79
集合类 1、列表 可以用来存储 内容可变 类型可以不同 有序的数据的数据结构。 类似于java中的list a 、 定义list - 列表的基本使用 定义列表:list1 = ['physics', 'chemistry', 1997, 2000];list2 = [1, 2, 3, 4, 5 ]; ...
分类:
编程语言 时间:
2019-09-23 15:09:15
阅读次数:
98
打的第三年男人八题了= = 感觉自己可能能创造一个EZ历史上打过最多男人八题的人(嘤嘤嘤我明明是妹子啊 考场上是5题 目前补了7题 目录 Biology Chemistry Chinese English Geography History Math Physics Biology 模拟= = // ...
分类:
其他好文 时间:
2019-09-05 23:16:51
阅读次数:
117
题目: http://poj.org/problem?id=2774 A - Long Long Message The little cat is majoring in physics in the capital of Byterland. A piece of sad news comes ...
分类:
其他好文 时间:
2019-08-04 23:48:45
阅读次数:
103
J - Sincerely Gym - 101350J Physics cat likes to draw shapes and figure out their area. He starts by drawing a circle. Then inside the circle, he draw ...
分类:
其他好文 时间:
2019-08-02 20:18:27
阅读次数:
114
func.h //头函数 //按姓名排序,冒泡排序 #include <string.h> #define N 100 //设有名学生 struct student { int num; char name[20]; float math; float physics; float english; ...
分类:
其他好文 时间:
2019-07-12 20:08:41
阅读次数:
131
1、开放物理计划。 开放物理计划,英文Open Physics。是AMD公司为自己的3A平台打造的物理模拟计算平台,以OpenCL为基础,由CPU+GPU联合计算完成。所谓“开放”,是指参与这个计划的物理引擎全部开源并且免费发放给游戏开发商。开放物理计划并不专属于AMD平台,任何支持OpenCL和D ...
分类:
其他好文 时间:
2019-07-10 01:08:18
阅读次数:
131