码迷,mamicode.com
首页 >  
搜索关键字:physics experiment    ( 333个结果
Monkey and Banana HDU - 1069 (基础dp)
Monkey and Banana A group of researchers are designing an experiment to test the IQ of a monkey. They will hang a banana at the roof of a building, an ...
分类:其他好文   时间:2019-07-30 16:02:03    阅读次数:98
学生成绩管理--功能全--较难
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
Open Physics
1、开放物理计划。 开放物理计划,英文Open Physics。是AMD公司为自己的3A平台打造的物理模拟计算平台,以OpenCL为基础,由CPU+GPU联合计算完成。所谓“开放”,是指参与这个计划的物理引擎全部开源并且免费发放给游戏开发商。开放物理计划并不专属于AMD平台,任何支持OpenCL和D ...
分类:其他好文   时间:2019-07-10 01:08:18    阅读次数:131
experiment 7
验证性实验2 修改line29后 总结:运行结果相同且正确 验证性实验3和4比较 验证性实验4 正确输出且生成file4.dat,但不可读 实验2 总结:最后一次实验了,感觉c语言门还没入,还有好多东西需要学 ...
分类:其他好文   时间:2019-06-24 16:53:09    阅读次数:79
关于射线检测:3D物体点击 与UI检测
物体添加Collider ui遮挡射线问题:关掉UI上面Raycast Target 在场景添加 EventSystem Physics Raycaster 组件 添加在相机上 在被检测的物体上添加如下脚本 点击物体弹出UI,再次点击UI触发某事件 ...
分类:其他好文   时间:2019-06-22 19:46:56    阅读次数:113
博客园的美化
前言 第一次写博客想从美化页面开始。 页首html代码 这里引入的是来自 https://www.cnblogs.com/jingmoxukong/p/7826982.html的 css文件 ...
分类:其他好文   时间:2019-06-10 19:55:47    阅读次数:121
python基础操作---list
输出 list1[0]: physicslist2[1:5]: [2, 3, 4, 5][2000, 1997, 'chemistry', 'physics']['a', 'b', 'c', 'd', 'e']['physics', 'chemistry', 2000][1, 2, 3, 4, 5, ...
分类:编程语言   时间:2019-06-10 13:45:46    阅读次数:101
The second curriculum design experiment report in spring 2019
2019年第二次课程设计实验报告 一、实验项目名称 贪吃蛇 二、实验项目功能描述 1.小蛇的移动 玩家可以通过 W A S D控制小蛇的上左下右移动,通过函数改变小蛇部位的位置 2.判断游戏失败 当小蛇与边框或自生发生碰撞时,游戏就算失败 四、实现界面展示 五、代码托管链接 https://gite ...
分类:编程语言   时间:2019-06-03 23:42:43    阅读次数:131
Physics
...
分类:其他好文   时间:2019-05-02 00:15:11    阅读次数:113
Physics 2D
...
分类:其他好文   时间:2019-05-02 00:07:48    阅读次数:98
333条   上一页 1 ... 3 4 5 6 7 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!