Welcome![Sign In][Sign Up]
Location:
Search - quad

Search list

[Other resourceqdmatest

Description: QDMA演示程序,带中断服务程序的,是不可多得的DSP程序参考例子-quad division multiple access demo program, with a break in service procedures, is a rare example of DSP reference procedures
Platform: | Size: 91047 | Author: 王金 | Hits:

[Internet-NetworkeMule(dianlu)V045byuandaima

Description: 非常难得的eMule(电骡) V0.45b 源码下载 值得研究-very rare quad (electricity mule) V0.45b source download worth studying
Platform: | Size: 2987095 | Author: guoziheng568 | Hits:

[Other resourceEDMAQDMA

Description: 在CCS下使用EDMA和QDMA传输数据,适合c6000DSP系列-use EDMA quad division multiple access and transmission of data, suitable for c6000DSP Series
Platform: | Size: 91964 | Author: wz | Hits:

[Graph programMorphis_four_Paths

Description: Matrox 图像卡的四路采集程序,请大家只作为参考-Matrox Quad Image Acquisition Card procedures, please only as a reference
Platform: | Size: 95150 | Author: 安秋 | Hits:

[assembly languageQUAD

Description: 从各大黑客网站下载来的汇编语言资料,有很多例子-from major hackers downloaded to the assembly language, there are many examples
Platform: | Size: 1609 | Author: 李炜 | Hits:

[Other resourcequad_M

Description: 分别给出利用自适应Simpson积分的数值积分方法(QUAD.m)和自适应Lobatto的数值积分算法(QUADL.m)。-were given the use of adaptive Simpson integral numerical integration methods (QUAD.m) and adaptive Lobatto should the numerical integration algorithm (QUADL.m).
Platform: | Size: 6046 | Author: 张恩理 | Hits:

[OpenGL program200681114393210418

Description: 3D地形模拟2(带纹理)PC版 依据一本OpenGL上的例子修改的,在OGLES上没有找到绘画QUAD的函数,就用了两个三角形来替代,主要用到的还有FOG等效果。-3D terrain simulation 2 (with texture) PC based on a version of the OpenGL examples amended. In OGLES not find the painting QUAD function, the two used to replace the triangle, There used in the main FOG such effects.
Platform: | Size: 135561 | Author: gggg | Hits:

[Compress-Decompress algrithmsqbit

Description: Quad Tree Bit Plane Compression. A program to compress images. Qbit is an image viewer that loads and saves it s own imge format as well as loading various Sun Raster File, Targa and Bitmap files.-Quad Tree Bit Plane Compression. A program to compress images. Qbit is an image viewer that loads and saves it's own imge format as well as nen ding various Sun Raster File. Targa and Bitmap files.
Platform: | Size: 28985 | Author: jason.. | Hits:

[Other resourcejava2d

Description: java2d游戏引擎 Phys2D is a 2D physics engine written in Java (1.4). Currently it is essentially a port and rework of the GDC 2006 presentation from Erin Catto. Current Features: Boxes Circles Static Lines Restituion and Friction Fixed, Elastic and Loose Joints Angluar Velocity/Momentum Simple API Quad Tree Collision Gideon Smeding s Polygon Support Added! Resting Body detection added! (alpha)
Platform: | Size: 88151 | Author: zb | Hits:

[OpenGL programMyTerrain1

Description: 3D地形模拟2(带纹理)PC版 依据一本OpenGL上的例子修改的,在OGLES上没有找到绘画QUAD的函数,就用了两个三角形来替代,主要用到的还有FOG等效果。
Platform: | Size: 95975 | Author: 姜浩 | Hits:

[OpenGL program3D

Description: 3D地形模拟2(带纹理)PocketPC版 依据一本OpenGL上的例子修改的,在OGLES上没有找到绘画QUAD的函数,就用了两个三角形来替代,主要用到的还有FOG等效果,其实在PPC上能够体现出来的性能极其有限了。 带纹理的,主要要用到glTexImage2D,效果如图。使用的时候将纹理文件tr.rgb放到根目录下即可。 运行时,按左右将重新生成随机地形,按下退出。
Platform: | Size: 346696 | Author: JEFFSON | Hits:

[OpenGL programPlay3D010-Binary

Description: Play3D is a program to play 3D video files using full-screen quad-buffer OpenGL stereo, or red/blue glasses (anaglyph mode). It should play any format that is supported through DirectShow with an appropriate codec. This includes AVI as well as properly formatted MPEG files. The quad-buffer support will only work on graphics cards that support true OpenGL quad-buffer stereo, for example: * nVidia Quadro 2,3 or 4 * 3Dlabs Wildcat 3/4 * others.. If you don t have quad-buffer stereo, you can still use anaglyph mode, see the command line options for details. There is support for the following movie stereo formats: * Interlaced * Above/Below * Above/Below with 5% separator * Side-by-side The input movie format can be controlled either by command-line switches, or from the keyboard at run time.
Platform: | Size: 149629 | Author: 焦学健 | Hits:

[OpenGL programGl_ShadowsVolumes.ZIP

Description: The purpose of this demo is to create shadows using a technique called stencil shadow volumes in a 3d scene. To do this we will not need the shadow matrix from previous demo. In fact in order to perform this all we need is to render the silhouette edges of an object (which are the outer edges of a object) extended in a direction (which depends on the light position) into the stencil buffer twice. After that we draw the scene twice, once for the dark parts of the scene (areas that are shadowed) and once for the lit parts of the scene (areas that are not in a shadow). With that you can create extremely realistic shadows in your scenes. At first glance this sounds a lot more complicated than it really is. When it comes to the silhouette edges we don t need to worry about that because the object casting a shadow in this demo is a simple quad. So its outer edges are the same as every point that makes it up.
Platform: | Size: 153139 | Author: 金哥 | Hits:

[OtherAu1200UART

Description: Implementing a Quad 1200 baud Full-duplex software UART with Salvo au1200的资料
Platform: | Size: 176222 | Author: yp | Hits:

[OpenGL programtest3

Description: In the last tutorial I taught you how to display Triangles and Quads on the screen. In this tutorial I will teach you how to add 2 different types of coloring to the triangle and quad. Flat coloring will make the quad one solid color. Smooth coloring will blend the 3 colors specified at each point (vertex) of the triangle together, creating a nice blend of colors. Using the code from the last tutorial, we will be adding to the DrawGLScene procedure. I will rewrite the entire procedure below, so if you plan to modify the last lesson, you can replace the DrawGLScene procedure with the code below, or just add code to the DrawGLScene procedure that is not already in the last tutorial.
Platform: | Size: 10842 | Author: mwb | Hits:

[Software Engineeringquad

Description: 能够实现MATLAB中quad积分函数的功能,文件中举了一个简单的例子-MATLAB quad integral function of the function can be achieved, cited a simple example file
Platform: | Size: 1024 | Author: 古巴 | Hits:

[OtherQUAD

Description: 四边形板单元有限元fortran源程序。-quad shell element finite element resources by fortran
Platform: | Size: 4096 | Author: hjx | Hits:

[Windows Develop14-quad-desecret-eso

Description: 14-quad desecret eso
Platform: | Size: 490496 | Author: m/z | Hits:

[Linux-Unixquad

Description: Definitions for IEEE Quad Precision.
Platform: | Size: 2048 | Author: yfkoudm | Hits:

[Documentsmfc-quad

Description: 应用C++ mfc 做的窗口 进行四边形的学习(C++ mfc quad.h quad.cpp list.h list.cpp Canvas.cpp)
Platform: | Size: 20818944 | Author: enchanted_wsw | Hits:
« 1 23 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net