-
Ageia s PhysX (well
Ageia s PhysX(著名的游戏物理库) D3D 9使用代码演示。由于PhysX物理库使用OpenGL代码实现图形着色,从而使许多用DirectX 3D的程序员不能使用/读懂demo代码,这是使用D3D着色引擎重新写的一些demo代码。-Triangle Mesh(带执行文件)-Ageia s PhysX (well-known game physics library) D3D 9 demo using the code. PhysX physics library as a result of the use of OpenGL graphics rendering code so that many use the DirectX 3D programmer can not use/read demo code, which is the use of D3D shaders to re-write some demo code.-Triangle Mesh (with the implementation of document)
- 2022-01-21 23:46:36下载
- 积分:1
-
利用opengl技术和位图读取功能,模拟了星球之间的运动
利用opengl技术和位图读取功能,模拟了星球之间的运动-with opengl and bitmap,we can get 3D space simulation
- 2022-05-30 13:42:11下载
- 积分:1
-
English OCR recognition controls, can be identified on the Verification Code. De...
英文OCR识别控件,可对验证码进行识别。带有演示源码。 int startX = 0
int startY = 0
int width = -1
int height = -1
try
{
startX = Convert.ToInt32(textStartX.Text)
startY = Convert.ToInt32(textStartY.Text)
width = Convert.ToInt32(textWidth.Text)
height = Convert.ToInt32(textHeight.Text)
}
catch (Exception ex)
{
Console.WriteLine(ex.StackTrace)
}
String result = Marshal.PtrToStringAnsi(OCRpart(textImage.Text, -1, startX, startY, width, height))
textResults.Text = result -English OCR recognition controls, can be identified on the Verification Code. Demonstration with source code. int startX = 0 int startY = 0 int width =-1 int height =-1 try (startX = Convert.ToInt32 (textStartX.Text) startY = Convert.ToInt32 (textStartY.Text) width = Convert. ToInt32 (textWidth.Text) height = Convert.ToInt32 (textHeight.Text) ) catch (Exception ex) (Console.WriteLine (ex.StackTrace) ) String result = Marshal.PtrToStringAnsi (OCRpar
- 2023-04-27 23:15:04下载
- 积分:1
-
使用OpenGL读取3DS文件的源码,使用OpenGL读取3DS文件的源码
使用OpenGL读取3DS文件的源码,使用OpenGL读取3DS文件的源码-The use of OpenGL to read 3DS file source, the use of OpenGL to read 3DS file source
- 2023-08-17 20:00:03下载
- 积分:1
-
TRZ_BMP数字图象处理,打开一个BMP图像,进行简单的处理。
TRZ_BMP数字图象处理,打开一个BMP图像,进行简单的处理。-TRZ_BMP digital image processing, to open a BMP image, a simple processing.
- 2022-03-28 18:51:22下载
- 积分:1
-
图像处理程序之几何变换,天津理工信息安全中心版权所有
图像处理程序之几何变换,天津理工信息安全中心版权所有-Tuxiang chuli jihebianhuan
- 2022-11-27 21:20:03下载
- 积分:1
-
这是Ganzalez书上的一个示例程序,用来实现直方图的线性运算处理。...
这是Ganzalez书上的一个示例程序,用来实现直方图的线性运算处理。-This is a book Ganzalez sample procedures used for linear histogram processing.
- 2022-03-29 21:21:15下载
- 积分:1
-
Direct Sound in 3d
基于Direct Sound 的3d音乐播放的小例子,很有用的,适合初学者-Direct Sound in 3d-based music player, a small example, very useful for beginners
- 2023-04-21 01:55:03下载
- 积分:1
-
图像的预处理,读入彩色图像将其灰度化matlab 代码
图像的预处理,读入彩色图像将其灰度化matlab 代码-matlab code
- 2022-05-25 15:33:47下载
- 积分:1
-
achieve a mind trip of two
实现二维图形几何变换的心路历程(包括变换、剪切变换、平移变换、旋转)
- 2022-05-18 05:17:56下载
- 积分:1