搜索资源列表
BezierCurve
- 该文件是一个使用BezierCurve的程序代码,可简单体现Bezier曲线控制点功能-the document is a BezierCurve use of the code, be simple reflection of Bezier curve control points Function
vb_physics_teach
- 这是一个用vb编写的高中物理教学演示程序, 包含运动学,电磁学和光学三大内容,软件直观的反映了随着各个参数变化,粒子或物体的运动轨迹,使大家理解,记忆更加深刻 -with vb prepared by the high school physics teaching demonstration program, including kinematics, electromagnetic and optical three, intuitive software as a reflecti
Reflection
- 利用一个 Image 类和线程,将一幅图片制作出它的水中倒影,并能显示水的波纹。-Image class and the use of a thread, will produce a picture of its reflection in the water, and can show the ripple of water.
invertedwater
- 映射倒影的水面源码,效果不错,可以直接应用的游戏中-Mapping surface reflection of source code, good results can be applied directly to the game
C_programming_rotation_reflection_distortion_image
- C编程实现旋转、反射和扭曲图像C programming rotation, reflection and distortion of images-C programming rotation, reflection and distortion of images
pro1
- 自己写的计算机图形学大作业,主要包含了多边形的绘制以及几何变换(移动、旋转、缩放、反射),可供参考。-Write a computer graphics major operations, mainly includes polygon rendering and geometric transformations (moving, rotating, scaling, reflection), for reference.
CPPfanshe
- 一个C++反射的实例代码,用的是AGM库,很不错的demo!-Reflection of a C++ code examples, with the AGM library, very good demo!
xuanz
- vc 旋转、反射和扭曲图像的程序源码,很不错的demo-vc rotation, reflection and distortion of the image of the program source code, very good demo
bc544b9c9a74
- 反射波时距曲线的绘制以及光滑效果。程序代码。在C++的程序下进行编程-Reflection time curve drawing and smoothing effect.Program code.Under the program in C++ programming
vsea
- 一个较为简单的openGL海面仿真程序,对于初学者应该有较大帮助-Use openGL to render a simple water simulation with reflection and waving
ball-collision
- 本工程在VS2008下通过编译。 exe需要读取res文件夹中的图片资源,所以请确认资源的存在。 工程主要是通过数学的向量计算来模拟物理中的碰撞现象 CBall类是小球的特性类。有移动,碰撞反射等动作,以及各种属性。 显示主要是用到了GDI+的CImage类显示,因为它支持alpha通道。 工程还有单缓冲,双缓冲效果演示,有帧数显示。 但工程还有缺陷,有时候球会粘到一起,还不知道具体如何解决,知道的童鞋回复告诉一下。-The project by compiling